.hr-confirm-dialog{text-align:left}.hr-confirm-dialog .hr-confirm-footer{margin:20px 0 0}.hr-confirm-dialog .hr-dialog-button:last-child{margin-right:0}.theme-m .confirm-dialog .confirm-button-group{text-align:right}.theme-m .confirm-dialog .confirm-button{margin-left:20px}
.ui-dialog .modal-container{display:inline-block;box-sizing:border-box;border-radius:5px;background:#fff}.ui-dialog .ui-dialog-header{box-sizing:border-box;padding:0 40px 0 20px;height:55px;border-bottom:1px solid #eff1f3;border-top-left-radius:5px;border-top-right-radius:5px;background:#eff1f3;color:#39424e;font-size:18px}.ui-dialog .ui-dialog-body{padding:20px}.ui-dialog .ui-dialog-title{margin:0;text-transform:uppercase;font-weight:500;font-size:18px;line-height:55px}.ui-dialog .close{position:absolute;top:0;right:10px;padding:0 10px;outline-width:0;border:0;background:transparent;color:inherit;text-align:center;font-size:14px;line-height:55px;opacity:.6;cursor:pointer}.ui-dialog .close:focus,.ui-dialog .close:hover{opacity:1}.ui-dialog .close-icon:before{margin-right:0;line-height:55px}.ui-dialog.light .modal-container{padding:0 20px;background:#fff}.ui-dialog.light .ui-dialog-header{padding-right:20px;padding-left:0;background:#fff;text-align:left}.ui-dialog.light .ui-dialog-title{text-transform:none;font-weight:600}.ui-dialog.light .ui-dialog-body{padding:20px 0}.ui-dialog.theme-m .modal-container{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);box-shadow:0 6px 16px 0 rgba(0,0,0,.2);padding:0 30px}.ui-dialog.theme-m .modal-container,.ui-dialog.theme-m .ui-dialog-header{background-color:#fff;background-color:var(--color-white);text-align:left}.ui-dialog.theme-m .ui-dialog-header{padding-left:0;height:auto;color:#576871;color:var(--color-text-dark-faded)}.ui-dialog.theme-m .ui-dialog-title{margin:20px 0;color:#0e141e;color:var(--color-text-dark);text-transform:none;font-weight:700;line-height:inherit}.ui-dialog.theme-m .close{right:15px;margin:10px 0;padding:10px;line-height:inherit}.ui-dialog.theme-m .ui-dialog-body{padding:20px 0 30px;width:100%;background-color:#fff;background-color:var(--color-white);color:#0e141e;color:var(--color-text-dark);font-size:14px;line-height:1.5}.ui-dialog.keyboard-active .close:focus{outline-width:3px}@media (max-width:767px){.ui-dialog .modal-container{min-width:320px}.theme-m.ui-dialog .modal-container{min-width:200px}}.ui-dialog.size-small .modal-container{width:480px}.ui-dialog.size-medium .modal-container{width:640px}.ui-dialog.size-full .modal-container{width:100%}@media screen and (max-width:767px){.ui-dialog.size-full .modal-container,.ui-dialog.size-medium .modal-container,.ui-dialog.size-small .modal-container{width:90%}}
.ui-modal{position:fixed;top:0;left:0;z-index:1000;overflow:auto;width:100%;height:100%}.ui-modal .modal-scroll-body{position:absolute;top:0;left:0;display:flex;flex-direction:column;box-sizing:border-box;min-width:100%;height:100%}.ui-modal .modal-aligner{text-align:center}.ui-modal .modal-aligner.align-center{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center}.ui-modal .modal-aligner.align-top{top:20vh}.ui-modal .modal-aligner.align-left{text-align:left}.ui-modal .modal-aligner.align-right{text-align:right}.ui-modal .modal-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.7)}.ui-modal .modal-container{position:relative;z-index:2;display:inline-block;margin:20px 0}.ui-modal .modal-enter{opacity:0}.ui-modal .modal-enter.modal-enter-active{opacity:1;transition:opacity .2s ease-in}.ui-modal .modal-leave{opacity:1}.ui-modal .modal-leave.modal-leave-active{opacity:0;transition:opacity .3s ease-in}.ui-modal.light{background:hsla(0,0%,100%,.7)}.ui-modal.light .modal-overlay{background:none}.ui-modal.light .modal-container{box-shadow:0 2px 4px 0 rgba(51,51,51,.4)}.theme-m-section.ui-modal .modal-container,.theme-m.ui-modal .modal-container{-webkit-animation:fade-in-up-small .5s ease;animation:fade-in-up-small .5s ease}.theme-m-section.ui-modal .modal-overlay,.theme-m.ui-modal .modal-overlay{background-color:rgba(231,238,239,.9);background-color:var(--modal-overlay-color)}
.ui-checkbox{display:inline-block;vertical-align:middle;line-height:0}.ui-checkbox,.ui-checkbox *{box-sizing:border-box}.ui-checkbox .checkbox-wrap{position:relative;display:inline-block;width:1em;height:1em;cursor:pointer}.ui-checkbox .checkbox-input{position:absolute;top:0;left:0;z-index:1;margin:0;width:100%;height:100%;opacity:0;cursor:pointer}.ui-checkbox .label-wrap{display:inline-block;white-space:nowrap;font-weight:400;line-height:inherit;cursor:pointer}.ui-checkbox .label,.ui-checkbox .label-wrap .checkbox-wrap{vertical-align:middle}.ui-checkbox .label{display:inline-block;margin-left:10px;white-space:normal}.ui-checkbox .custom-holder{position:absolute;top:0;left:0;display:block;width:100%;height:100%;border:1px solid #c2c7d0;border-radius:2px;background:#fff;cursor:pointer}.ui-checkbox .custom-holder.error{border:1px solid #d11534}.ui-checkbox .custom-holder:after{position:absolute;top:50%;left:50%;width:70%;height:40%;border:.125em solid #fff;border-top:none;border-right:none;background:transparent;content:"";opacity:0;-webkit-transform:translate(-50%,-70%) rotate(-45deg);transform:translate(-50%,-70%) rotate(-45deg)}.ui-checkbox .checkbox-input:checked+.custom-holder{border-color:#1ba94c;background:#1ba94c}.ui-checkbox .checkbox-input:checked+.custom-holder:after{opacity:1}.ui-checkbox .checkbox-input:disabled+.custom-holder{opacity:.5}.ui-checkbox.indeterminate .custom-holder{border-color:#1ba94c;background:#1ba94c}.ui-checkbox.indeterminate .checkbox-input:checked+.custom-holder:after,.ui-checkbox.indeterminate .custom-holder:after{position:absolute;top:50%;left:50%;height:.125em;border:0;background:#fff;opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ui-checkbox.theme-m .custom-holder{border:0;border-bottom:1px solid #738f93;border-radius:0;background:#e7eeef}.ui-checkbox.theme-m .custom-holder.error{border:1px solid #d11534}.keyboard-active .ui-checkbox .checkbox-input:focus+.custom-holder{outline:3px auto #075c8e}
.dropdown .dropdown-handle{display:inline-block;cursor:pointer}.dropdown .dropdown-body,.dropdown .dropdown-menu{display:none}.dropdown.open .dropdown-body,.dropdown.open .dropdown-menu{display:block}
:root{--font-family-text:Arial,Helvetica,sans-serif;--font-family-input:monaco,Courier,monospace}@font-face{font-weight:400;font-style:normal;font-family:OpenSans;src:local("Open Sans"),local("OpenSans"),url(open-sans-f28f637e43.woff2) format("woff2"),url(open-sans-90327f5ac4.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:OpenSans;src:local("OpenSans Bold"),local("OpenSans-Bold"),url(open-sans-bold-b3fdf30d75.woff2) format("woff2"),url(open-sans-bold-05d1a99a91.woff) format("woff");font-display:swap}@font-face{font-weight:400;font-style:normal;font-family:SourceCodePro;src:local("Source Code Pro"),local("SourceCodePro"),local("SourceCodePro-Regular"),url(source-code-pro-f3f0dc3751.woff2) format("woff2"),url(source-code-pro-83e81662de.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:SourceCodePro;src:local("SourceCodePro Bold"),local("SourceCodePro-Bold"),url(source-code-pro-bold-f2efae5666.woff2) format("woff2"),url(source-code-pro-bold-975970a3af.woff) format("woff");font-display:swap}.font-open-sans-loader{font-family:OpenSans}.font-source-code-loader{font-family:SourceCodePro}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-icon-grey{color:#b7c9cc}.ui-icon-label{display:inline-block;vertical-align:middle}.disable-pointer-events{pointer-events:none}.sr-only{position:absolute;overflow:hidden;clip:rect(0 0 0 0);margin:-1px;padding:0;width:1px;height:1px;border:0}.align-absolute-center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.is-required-field:after{margin-left:3px;color:#d11534;content:"*"}.theme-m{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);color:#0e141e;line-height:1.2;line-height:1.2em}.theme-m .d-none{display:none!important}.theme-m .d-inline{display:inline!important}.theme-m .d-inline-block{display:inline-block!important}.theme-m .d-block{display:block!important}.theme-m .d-table{display:table!important}.theme-m .d-table-cell{display:table-cell!important}.theme-m .d-flex{display:flex!important}.theme-m .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.theme-m .d-sm-none{display:none!important}.theme-m .d-sm-inline{display:inline!important}.theme-m .d-sm-inline-block{display:inline-block!important}.theme-m .d-sm-block{display:block!important}.theme-m .d-sm-table{display:table!important}.theme-m .d-sm-table-cell{display:table-cell!important}.theme-m .d-sm-flex{display:flex!important}.theme-m .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.theme-m .d-md-none{display:none!important}.theme-m .d-md-inline{display:inline!important}.theme-m .d-md-inline-block{display:inline-block!important}.theme-m .d-md-block{display:block!important}.theme-m .d-md-table{display:table!important}.theme-m .d-md-table-cell{display:table-cell!important}.theme-m .d-md-flex{display:flex!important}.theme-m .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.theme-m .d-lg-none{display:none!important}.theme-m .d-lg-inline{display:inline!important}.theme-m .d-lg-inline-block{display:inline-block!important}.theme-m .d-lg-block{display:block!important}.theme-m .d-lg-table{display:table!important}.theme-m .d-lg-table-cell{display:table-cell!important}.theme-m .d-lg-flex{display:flex!important}.theme-m .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.theme-m .d-xl-none{display:none!important}.theme-m .d-xl-inline{display:inline!important}.theme-m .d-xl-inline-block{display:inline-block!important}.theme-m .d-xl-block{display:block!important}.theme-m .d-xl-table{display:table!important}.theme-m .d-xl-table-cell{display:table-cell!important}.theme-m .d-xl-flex{display:flex!important}.theme-m .d-xl-inline-flex{display:inline-flex!important}}.theme-m .flex-first{order:-1}.theme-m .flex-last{order:1}.theme-m .flex-unordered{order:0}.theme-m .flex-row{flex-direction:row!important}.theme-m .flex-column{flex-direction:column!important}.theme-m .flex-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-wrap{flex-wrap:wrap!important}.theme-m .flex-nowrap{flex-wrap:nowrap!important}.theme-m .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-start{justify-content:flex-start!important}.theme-m .justify-content-end{justify-content:flex-end!important}.theme-m .justify-content-center{justify-content:center!important}.theme-m .justify-content-between{justify-content:space-between!important}.theme-m .justify-content-around{justify-content:space-around!important}.theme-m .align-items-start{align-items:flex-start!important}.theme-m .align-items-end{align-items:flex-end!important}.theme-m .align-items-center{align-items:center!important}.theme-m .align-items-baseline{align-items:baseline!important}.theme-m .align-items-stretch{align-items:stretch!important}.theme-m .align-content-start{align-content:flex-start!important}.theme-m .align-content-end{align-content:flex-end!important}.theme-m .align-content-center{align-content:center!important}.theme-m .align-content-between{align-content:space-between!important}.theme-m .align-content-around{align-content:space-around!important}.theme-m .align-content-stretch{align-content:stretch!important}.theme-m .align-self-auto{align-self:auto!important}.theme-m .align-self-start{align-self:flex-start!important}.theme-m .align-self-end{align-self:flex-end!important}.theme-m .align-self-center{align-self:center!important}.theme-m .align-self-baseline{align-self:baseline!important}.theme-m .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.theme-m .flex-sm-first{order:-1}.theme-m .flex-sm-last{order:1}.theme-m .flex-sm-unordered{order:0}.theme-m .flex-sm-row{flex-direction:row!important}.theme-m .flex-sm-column{flex-direction:column!important}.theme-m .flex-sm-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-sm-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-sm-wrap{flex-wrap:wrap!important}.theme-m .flex-sm-nowrap{flex-wrap:nowrap!important}.theme-m .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-sm-start{justify-content:flex-start!important}.theme-m .justify-content-sm-end{justify-content:flex-end!important}.theme-m .justify-content-sm-center{justify-content:center!important}.theme-m .justify-content-sm-between{justify-content:space-between!important}.theme-m .justify-content-sm-around{justify-content:space-around!important}.theme-m .align-items-sm-start{align-items:flex-start!important}.theme-m .align-items-sm-end{align-items:flex-end!important}.theme-m .align-items-sm-center{align-items:center!important}.theme-m .align-items-sm-baseline{align-items:baseline!important}.theme-m .align-items-sm-stretch{align-items:stretch!important}.theme-m .align-content-sm-start{align-content:flex-start!important}.theme-m .align-content-sm-end{align-content:flex-end!important}.theme-m .align-content-sm-center{align-content:center!important}.theme-m .align-content-sm-between{align-content:space-between!important}.theme-m .align-content-sm-around{align-content:space-around!important}.theme-m .align-content-sm-stretch{align-content:stretch!important}.theme-m .align-self-sm-auto{align-self:auto!important}.theme-m .align-self-sm-start{align-self:flex-start!important}.theme-m .align-self-sm-end{align-self:flex-end!important}.theme-m .align-self-sm-center{align-self:center!important}.theme-m .align-self-sm-baseline{align-self:baseline!important}.theme-m .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.theme-m .flex-md-first{order:-1}.theme-m .flex-md-last{order:1}.theme-m .flex-md-unordered{order:0}.theme-m .flex-md-row{flex-direction:row!important}.theme-m .flex-md-column{flex-direction:column!important}.theme-m .flex-md-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-md-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-md-wrap{flex-wrap:wrap!important}.theme-m .flex-md-nowrap{flex-wrap:nowrap!important}.theme-m .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-md-start{justify-content:flex-start!important}.theme-m .justify-content-md-end{justify-content:flex-end!important}.theme-m .justify-content-md-center{justify-content:center!important}.theme-m .justify-content-md-between{justify-content:space-between!important}.theme-m .justify-content-md-around{justify-content:space-around!important}.theme-m .align-items-md-start{align-items:flex-start!important}.theme-m .align-items-md-end{align-items:flex-end!important}.theme-m .align-items-md-center{align-items:center!important}.theme-m .align-items-md-baseline{align-items:baseline!important}.theme-m .align-items-md-stretch{align-items:stretch!important}.theme-m .align-content-md-start{align-content:flex-start!important}.theme-m .align-content-md-end{align-content:flex-end!important}.theme-m .align-content-md-center{align-content:center!important}.theme-m .align-content-md-between{align-content:space-between!important}.theme-m .align-content-md-around{align-content:space-around!important}.theme-m .align-content-md-stretch{align-content:stretch!important}.theme-m .align-self-md-auto{align-self:auto!important}.theme-m .align-self-md-start{align-self:flex-start!important}.theme-m .align-self-md-end{align-self:flex-end!important}.theme-m .align-self-md-center{align-self:center!important}.theme-m .align-self-md-baseline{align-self:baseline!important}.theme-m .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.theme-m .flex-lg-first{order:-1}.theme-m .flex-lg-last{order:1}.theme-m .flex-lg-unordered{order:0}.theme-m .flex-lg-row{flex-direction:row!important}.theme-m .flex-lg-column{flex-direction:column!important}.theme-m .flex-lg-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-lg-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-lg-wrap{flex-wrap:wrap!important}.theme-m .flex-lg-nowrap{flex-wrap:nowrap!important}.theme-m .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-lg-start{justify-content:flex-start!important}.theme-m .justify-content-lg-end{justify-content:flex-end!important}.theme-m .justify-content-lg-center{justify-content:center!important}.theme-m .justify-content-lg-between{justify-content:space-between!important}.theme-m .justify-content-lg-around{justify-content:space-around!important}.theme-m .align-items-lg-start{align-items:flex-start!important}.theme-m .align-items-lg-end{align-items:flex-end!important}.theme-m .align-items-lg-center{align-items:center!important}.theme-m .align-items-lg-baseline{align-items:baseline!important}.theme-m .align-items-lg-stretch{align-items:stretch!important}.theme-m .align-content-lg-start{align-content:flex-start!important}.theme-m .align-content-lg-end{align-content:flex-end!important}.theme-m .align-content-lg-center{align-content:center!important}.theme-m .align-content-lg-between{align-content:space-between!important}.theme-m .align-content-lg-around{align-content:space-around!important}.theme-m .align-content-lg-stretch{align-content:stretch!important}.theme-m .align-self-lg-auto{align-self:auto!important}.theme-m .align-self-lg-start{align-self:flex-start!important}.theme-m .align-self-lg-end{align-self:flex-end!important}.theme-m .align-self-lg-center{align-self:center!important}.theme-m .align-self-lg-baseline{align-self:baseline!important}.theme-m .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.theme-m .flex-xl-first{order:-1}.theme-m .flex-xl-last{order:1}.theme-m .flex-xl-unordered{order:0}.theme-m .flex-xl-row{flex-direction:row!important}.theme-m .flex-xl-column{flex-direction:column!important}.theme-m .flex-xl-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-xl-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-xl-wrap{flex-wrap:wrap!important}.theme-m .flex-xl-nowrap{flex-wrap:nowrap!important}.theme-m .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-xl-start{justify-content:flex-start!important}.theme-m .justify-content-xl-end{justify-content:flex-end!important}.theme-m .justify-content-xl-center{justify-content:center!important}.theme-m .justify-content-xl-between{justify-content:space-between!important}.theme-m .justify-content-xl-around{justify-content:space-around!important}.theme-m .align-items-xl-start{align-items:flex-start!important}.theme-m .align-items-xl-end{align-items:flex-end!important}.theme-m .align-items-xl-center{align-items:center!important}.theme-m .align-items-xl-baseline{align-items:baseline!important}.theme-m .align-items-xl-stretch{align-items:stretch!important}.theme-m .align-content-xl-start{align-content:flex-start!important}.theme-m .align-content-xl-end{align-content:flex-end!important}.theme-m .align-content-xl-center{align-content:center!important}.theme-m .align-content-xl-between{align-content:space-between!important}.theme-m .align-content-xl-around{align-content:space-around!important}.theme-m .align-content-xl-stretch{align-content:stretch!important}.theme-m .align-self-xl-auto{align-self:auto!important}.theme-m .align-self-xl-start{align-self:flex-start!important}.theme-m .align-self-xl-end{align-self:flex-end!important}.theme-m .align-self-xl-center{align-self:center!important}.theme-m .align-self-xl-baseline{align-self:baseline!important}.theme-m .align-self-xl-stretch{align-self:stretch!important}}.theme-m .invisible{visibility:hidden!important}.theme-m .hidden-xs-up{display:none!important}@media (max-width:575px){.theme-m .hidden-xs-down{display:none!important}}@media (min-width:576px){.theme-m .hidden-sm-up{display:none!important}}@media (max-width:767px){.theme-m .hidden-sm-down{display:none!important}}@media (min-width:768px){.theme-m .hidden-md-up{display:none!important}}@media (max-width:991px){.theme-m .hidden-md-down{display:none!important}}@media (min-width:992px){.theme-m .hidden-lg-up{display:none!important}}@media (max-width:1199px){.theme-m .hidden-lg-down{display:none!important}}@media (min-width:1200px){.theme-m .hidden-xl-up{display:none!important}}.theme-m .hidden-xl-down,.theme-m .visible-print-block{display:none!important}@media print{.theme-m .visible-print-block{display:block!important}}.theme-m .visible-print-inline{display:none!important}@media print{.theme-m .visible-print-inline{display:inline!important}}.theme-m .visible-print-inline-block{display:none!important}@media print{.theme-m .visible-print-inline-block{display:inline-block!important}}@media print{.theme-m .hidden-print{display:none!important}}.theme-m .align-baseline{vertical-align:baseline!important}.theme-m .align-top{vertical-align:top!important}.theme-m .align-middle{vertical-align:middle!important}.theme-m .align-bottom{vertical-align:bottom!important}.theme-m .align-text-bottom{vertical-align:text-bottom!important}.theme-m .align-text-top{vertical-align:text-top!important}.theme-m .clearfix:after{display:block;content:"";clear:both}.theme-m .text-hero{font-size:56px;font-weight:lighter}.theme-m .text-headline,.theme-m .text-hero{letter-spacing:-2px;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m .text-headline{font-size:40px;font-weight:400}.theme-m .text-sub-headline{font-size:40px;font-weight:700}.theme-m .text-sec-headline-xs,.theme-m .text-sub-headline{font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-sec-headline-xs{letter-spacing:.6px;font-size:12px}.theme-m .text-sec-headline-s,.theme-m .text-sec-headline-xs{color:#738f93;text-transform:uppercase;line-height:1.4;font-weight:400}.theme-m .text-sec-headline-s{letter-spacing:1.4px;font-size:14px;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-para-headline{font-size:18px;line-height:1.4}.theme-m .text-content,.theme-m .text-para-headline{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-content{color:#738f93;letter-spacing:0;font-size:13px;line-height:1.5}.theme-m .text-link{color:#097bbf;cursor:pointer}.theme-m .text-link:hover{text-decoration:underline}.theme-m .bold{font-weight:700}.theme-m a,.theme-m label,.theme-m p{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .btn,.theme-m button,.theme-m code,.theme-m pre{font-weight:400;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m hr{margin:5px 0}.theme-m .hr-line-light{border-top:1px solid #e7eeef;border-bottom:0;border-left:0}.theme-m .border-shadow{box-shadow:0 2px 4px 0 #b7c9cc}.theme-m .btn-as-link{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);margin:0;padding:0;height:auto;outline:none;border:0;background:transparent;color:#097bbf;font-size:15px;cursor:pointer}.theme-m .btn-as-link:active,.theme-m .btn-as-link:focus,.theme-m .btn-as-link:hover{color:#075c8e}.theme-m .stretch-viewport-width{left:50%;min-width:100vw!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui-checklist-list{display:flex;flex-direction:column;padding:0;list-style-type:none}.ui-checklist .checklist-input{margin-bottom:10px;height:27px;font-size:12px}.ui-checklist .filter-show-more{margin-left:27px;color:#39424e;text-decoration:underline;font-size:12px;cursor:pointer}.ui-checklist-item-wrap{display:flex;margin-right:15px;margin-bottom:10px}.ui-checklist .error-message{padding-top:5px;color:#d11534;font-size:13px}.ui-checklist .error-message .error-icon{margin-right:5px;width:16px;height:16px}
.ui-icon-btn{padding:10px;width:40px;height:40px;outline:none;border:none;border-radius:50%;background-color:transparent;color:inherit;line-height:0;cursor:pointer;transition:background .2s ease}.ui-icon-btn.ui-btn-large{padding:15px;width:56px;height:56px}.ui-icon-btn:disabled{box-shadow:none;color:#b7c9cc;cursor:not-allowed}.ui-icon-btn:focus{outline:none}.ui-icon-btn:not(:disabled):hover{background-color:rgba(0,0,0,.05)}.ui-icon-btn:not(:disabled):active,.ui-icon-btn:not(:disabled):focus{background-color:rgba(0,0,0,.15)}.ui-icon-btn[data-balloon]:after{line-height:normal}.ui-icon-btn .ui-svg-icon{width:100%;height:100%}
.ui-tabs-wrap{display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box}.ui-tabs-wrap .render-list{display:flex;box-sizing:border-box;width:100%;flex-wrap:wrap;align-self:stretch}.ui-tabs-wrap .tab-header{position:relative;z-index:1;display:flex;list-style:none}.ui-tabs-wrap .tab-item{position:relative;padding:15px 30px;font-size:16px;cursor:pointer}.ui-tabs-wrap .tab-item.active{border:0;background-color:#fff;background-color:var(--color-white);color:#0e141e;color:var(--color-text-dark)}.ui-tabs-wrap .tab-item.active+.tab-item{border:0}.ui-tabs-wrap .tab-item.active .tab-item-color{color:#0e141e;color:var(--color-text-dark);font-weight:700}.ui-tabs-wrap .tab-item:not(.active):after{position:absolute;top:50%;left:0;display:block;width:1px;height:20px;background-color:#b7c9cc;background-color:var(--color-shade-medium);content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui-tabs-wrap .tab-item:first-child:after{display:none}.ui-tabs-wrap .tab-item.active+.tab-item:after{content:none}.ui-tabs-wrap .tab-item-color{color:#738f93}.ui-tabs-wrap .tab-item-color:hover{color:#0e141e}.ui-tabs-wrap .dropdown-ul{list-style:none}.ui-tabs-wrap .dropdown-ul .tab-item:after{display:none}.ui-tabs-wrap .dropdown.tab-item{margin-top:-1px}.ui-tabs-wrap .dropdown-title{color:#39424e;font-weight:700;cursor:pointer}.ui-tabs-wrap .drop-list{box-shadow:0 6px 16px 0 rgba(0,0,0,.2);position:absolute;top:40px;right:0;z-index:10;overflow:auto;margin-top:10px;min-width:150px;max-height:300px;width:100%;border:0;border-radius:0;background:#fff}.ui-tabs-wrap .drop-list .tab-item{float:none;padding:0;background-color:#fff;background-color:var(--color-white);color:#b7c9cc;text-align:center;white-space:nowrap;line-height:40px}.ui-tabs-wrap .drop-list .tab-item:hover{background-color:#e7eeef;background-color:var(--color-shade-light);color:#0e141e}.ui-tabs-wrap .drop-list a{padding:0;font-size:16px}.ui-tabs-wrap .tab-list-content{box-shadow:0 6px 16px 0 rgba(0,0,0,.2);box-sizing:border-box;width:100%;background-color:#fff;background-color:var(--color-white);color:#0e141e;color:var(--color-text-dark)}.ui-tabs-wrap.vertical-layout{flex-direction:row;max-height:200px}.ui-tabs-wrap.vertical-layout .tab-header{flex-direction:column;flex:0 0 auto;overflow-y:scroll;flex-wrap:nowrap;min-width:200px}.ui-tabs-wrap.vertical-layout .tab-item:not(.active):after{background:none}.ui-tabs-wrap.vertical-layout .tab-list-content{align-self:stretch}.ui-tabs-wrap.vertical-layout .render-list{overflow-x:visible;width:auto}@media screen and (max-width:767px){.ui-tabs-wrap .tab-header{overflow-x:auto;white-space:nowrap}.ui-tabs-wrap .tab-item{padding:10px 20px 10px 0}.ui-tabs-wrap .tab-item:not(.active):after{content:none}.ui-tabs-wrap .tab-item.active{background-color:#f3f7f7}.ui-tabs-wrap .tab-item.active .tab-item-color{padding-bottom:5px;border-bottom:2px solid #1ba94c;color:#1ba94c}.ui-tabs-wrap.vertical-layout{flex-direction:column;max-height:inherit}.ui-tabs-wrap.vertical-layout .tab-header{flex-direction:row;width:100%}.ui-tabs-wrap.vertical-layout .tab-item:not(.active):after{background:#b7c9cc}.ui-tabs-wrap.vertical-layout .render-list{width:100%}}
.labeled-input{display:flex;flex-direction:column;margin-bottom:15px}.labeled-input .label-text{margin-bottom:5px;color:#576871}.labeled-input.row-aligned{flex-direction:row}.labeled-input.row-aligned .label-text{align-self:center;margin-right:10px;margin-bottom:0}
.custom-select .error-message{margin-top:5px;color:#d11534;font-size:13px}.custom-select .error-message .error-icon{margin-right:5px;width:16px;height:16px}

/*# sourceMappingURL=https://hrcdn.net/community-frontend/assets/sourcemaps/vendors~hackerrank_r_community~hackerrank_r_work-1b19b7f1.css.map*/