header {
    background: #ffffff;
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100px;
    border-bottom: 1px solid #D2DFEE;
}

header .container {
    height: 100%;
    max-width: 1250px;
}

header .row {
    height: 100%;
}

header strong {
    display: block;
    line-height: 18px;
    font-size: 0.875rem;
}

header .header-logo {
    padding-right: 1.2rem;
    /*border-right: 1px solid #D2DFEE;*/
}

header .header-logo img {
    width: 70%;
}

@media (max-width: 767px) {
    header .header-logo {
        border-right: 0;
        padding-right: 0;
    }

    header .header-logo img {
        max-width: 160px;
    }
}

header .header-logo a {
    font-weight: 900;
    font-size: 1.875rem;
    letter-spacing: -2px;
    color: #2E3192;
    text-decoration: none;
    line-height: 38px;
}

header .header-slogan {
    padding-left: 1.2rem;
}

@media (max-width: 767px) {
    header .header-slogan {
        display: none;
    }
}

@media (max-width: 767px) {
    header .header-btn {
        margin-left: auto;
    }
}

header .header-actions span {
    margin-right: 0.8rem;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    header .header-actions span {
        display: none;
    }
}

footer {
    border-top: 1px solid #D2DFEE;

}

footer .container {
    padding: 1.5rem 15px;
    color: rgba(17, 22, 46, 0.4);
}

@media (max-width: 767px) {
    footer .container {
        padding: 2rem 25px;
    }
}

footer .left span {
    font-size: 0.875rem;
    font-family: Calibri;
}

@media (max-width: 767px) {
    footer .left span {
        line-height: 22px;
        display: block;
    }
}

@media (max-width: 767px) {
    footer .left {
        order: 2;
        text-align: center;
    }
}

footer .right {
    text-align: right;
}

@media (max-width: 767px) {
    footer .right {
        text-align: center;
        order: 1;
        margin-bottom: 1.5rem;
    }
}

footer .right .footer-social li {
    vertical-align: middle;
    margin: 0 5px;
    display: inline-block;
}

footer .right .footer-social li a {
    font-size: 1.6rem;
    color: #2E3192;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2E3192;
    background: #ffffff;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Calibri, sans-serif;
}

@media (max-width: 992px) {
    html, body {
        overflow-x: hidden;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

#templates-list {
    background: #2E3192;
    padding: 10px 15px 20px;
    position: fixed;
    top: 100px;
    left: -190px;
    z-index: 9999;
    display: block;
    width: 200px;
}

@media (max-width: 992px) {
    #templates-list {
        width: 300px;
        left: -290px;
        position: absolute;
    }
}

#templates-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#templates-list ul li {
    margin-bottom: 0;
}

#templates-list ul li h3 {
    color: #ffffff;
    line-height: 22px;
    margin: 10px 0 5px;
    font-size: 1.3rem;
}

#templates-list ul li a {
    line-height: 16px;
    display: block;
    padding: 5px 0;
    font-size: 0.8rem;
    text-decoration: none;
    color: #ffffff;
}

#templates-list ul li a:hover {
    text-decoration: underline !important;
}

.ui-widget {
    font-family: Calibri, sans-serif;
}

.ui-widget button {
    font-family: Calibri, sans-serif;
    font-size: 1rem;
}

.container {
    max-width: 1100px;
}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
}

.nice-select {
    color: #2E3192;
    height: 38px;
    float: none;
    line-height: 36px;
    font-size: 0.875rem;
    border: 1px solid #D2DFEE;
}

.nice-select .list {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #D2DFEE;
    width: 100%;
}

.nice-select .list .option {
    font-size: 0.875rem;
}

.nice-select .list .option.selected {
    font-weight: normal;
}

.nice-select:after {
    border-bottom: 2px solid #8CA5C1;
    border-right: 2px solid #8CA5C1;
    margin-top: -2px;
    right: 15px;
}

.nice-select:focus {
    outline: 0;
    border: 1px solid #D2DFEE;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

textarea {
    line-height: 20px !important;
    padding: 1rem 1rem !important;
}


.form-control, textarea {
    border-radius: 12px;
    color: #2E3192;
    font-size: 18px;
    height: 50px;
    border: 1px solid #D2DFEE;
    font-family: Calibri, sans-serif !important;
    line-height: 50px;
    padding: 10px 15px;
}

::-webkit-input-placeholder {
    color: #F2F5F8;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
}

:-moz-placeholder {
    color: #F2F5F8;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
}

::-moz-placeholder {
    color: #F2F5F8;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
}

:-ms-input-placeholder {
    color: #F2F5F8;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
}

::-ms-input-placeholder {
    color: #F2F5F8;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
}

::placeholder {
    color: #F2F5F8;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, sans-serif;
    font-weight: bold;
    color: #000000;
}

h1 {
    line-height: 130%;
    font-size: 2.25rem;
}

@media (max-width: 992px) {
    h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.5rem;
    }
}

h2 {
    line-height: 130%;
    font-size: 34px;

}

p {
    line-height: 24px;
}

a {
    color: #2E3192;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none !important;
}

/*.form-control{
    &:focus{
        outline: none;
        border-color: 0;
        box-shadow: none;
    }
}*/
button {
    font-family: Calibri, sans-serif;
    outline: 0;
}

button:hover, button:focus {
    outline: 0;
}

.btn {
    border-radius: 22px;
    margin: 0;
    outline: none !important;
    font-family: Calibri, sans-serif;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s ease-in-out !important;
    padding: 0 20px;
    height: 46px;
}

@media (max-width: 767px) {
    .btn {
        width: 100%;
        font-size: 12px;
    }
}

.btn:focus {
    outline: 0px transparent !important;
}

.btn.btn-blue {
    background: #2556A5;
    color: #ffffff;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    color: #ffffff;
    background: rgba(37, 86, 165, 0.75);
}

.btn.btn-green {
    background: #2556A5;
    color: #ffffff;
}

.btn.btn-green:hover, .btn.btn-green:focus {
    color: #ffffff;
    background: rgba(37, 86, 165, 0.75);
}

.btn.btn-white {
    background: #ffffff;
    color: #2556A5;
    border: 1px solid rgba(116, 120, 129, 0.4);
    padding: 10px 1em;
    margin-top: 15px;
}

a.btn.btn-white {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.btn.btn-white:hover, .btn.btn-white:focus {
    color: #ffffff;
    background: rgba(37, 86, 165, 0.75);
}


.subpage {
    margin-top: 80px;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

@media (max-width: 767px) {
    .subpage {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
}

.subpage.homepage {
    padding-top: 6rem;
}

@media (max-width: 992px) {
    .subpage.homepage {
        padding-top: 4rem;
    }
}

@media (max-width: 767px) {
    .subpage.homepage {
        padding-top: 3rem;
    }
}

.form-group label {
    text-transform: uppercase;
    color: #8CA5C1;
    font-size: 0.625rem;
    display: block;
    line-height: 10px;
    font-family: Calibri, sans-serif;
    font-weight: 700;
}

.hp-top {
    margin-bottom: 8rem;
}

@media (max-width: 992px) {
    .hp-top {
        margin-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    .hp-top {
        margin-bottom: 4rem;
    }
}

.hp-top .left {
    padding-right: 4rem;
    border-right: 1px solid #D2DFEE;
}

@media (max-width: 992px) {
    .hp-top .left {
        padding-right: 2rem;
    }
}

@media (max-width: 767px) {
    .hp-top .left {
        padding-right: 15px;
        border-right: 0;
        margin-bottom: 4rem;
    }
}

.hp-top .left h1 {
    margin-bottom: 4rem;
}

@media (max-width: 992px) {
    .hp-top .left h1 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .hp-top .left h1 {
        margin-bottom: 3rem;
    }
}

.hp-top .right {
    padding-left: 6rem;
}

@media (max-width: 992px) {
    .hp-top .right {
        padding-left: 2rem;
    }
}

@media (max-width: 767px) {
    .hp-top .right {
        padding-left: 15px;
    }
}

.hp-top .right h2 {
    margin-bottom: 1.2rem;
}

.hp-top .right .login-form a {
    text-align: center;
    font-size: 0.875rem;
    text-decoration: underline;
    display: block;
}

.hp-top .right .login-form .btn {
    width: 100%;
}

.hp-steps {
    margin-bottom: 7rem;
}

.hp-steps .step{
    margin-right: 20px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .hp-steps {
        margin-bottom: 7rem;
    }
}

@media (max-width: 500px) {
    .hp-steps {
        margin-bottom: 6rem;
    }
}

@media (max-width: 365px) {
    .hp-steps {
        margin-bottom: 5rem;
    }
}

.hp-steps h2 {
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .hp-steps h2 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 992px) {
    .hp-steps .step {
        flex: 0 0 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 2rem;
        position: relative;
    }

    .hp-steps .step:before {
        content: '';
        background: #ffffff;
        width: 20px;
        height: 10px;
        top: 50px;
        left: 45px;
        z-index: 1;
        position: absolute;
    }

    .hp-steps .step:after {
        content: '';
        background: #ffffff;
        width: 20px;
        height: 10px;
        bottom: -32px;
        left: 45px;
        z-index: 1;
        position: absolute;
    }
}

.hp-steps .step .number {
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .hp-steps .step .number {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding: 0 15px;
    }
}

.hp-steps .step .number span {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    background: #ffffff;
    font-weight: 500;
    position: relative;
    justify-content: center;
    -webkit-box-shadow: 0px 11px 15px -1px rgb(0 0 0 / 8%);
    box-shadow: 0px 11px 15px -1px rgb(0 0 0 / 8%);
}

.hp-steps .step .number span:after {
    content: '';
    height: 1px;
    background: #D2DFEE;
    width: 130px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
}

@media (max-width: 992px) {
    .hp-steps .step .number span:after {
        transform: none;
        height: 0;
        width: 0;
        top: 50px;
        left: 25px;
        /*transform: none;*/
        /*height: 300%;*/
        /*width: 1px;*/
        /*top: 50px;*/
        /*left: 25px;*/
    }
}

.hp-steps .step .text {
    font-family: Calibri, sans-serif;
    font-size: 16px;

    color: rgba(17, 22, 46, 0.6);
}

.hp-steps .step .text b {
    color: #000000;
}


.hp-steps .step .text h3 {
    font-size: 18px;
    padding-bottom: 10px;
}


@media (max-width: 992px) {
    .hp-steps .step .text {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 24px 15px 0 15px;
    }
}

.hp-steps .step .text p {
    margin-bottom: 0;
    line-height: 22px;
}

@media (max-width: 992px) {
    .hp-steps .step .text p {
        position: relative;
    }
}

.hp-steps .step:last-of-type .number span:after {
    height: 0;
}

.hp-bottom .left {
    padding-left: 1rem;
    padding-right: 6rem;
}

@media (max-width: 992px) {
    .hp-bottom .left {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        flex: 0 0 100%;
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .hp-bottom .left {
        margin-bottom: 2.5rem;
    }

    .hp-bottom .left img {
        max-width: 100px;
    }
}

.hp-bottom .right .wrap {
    padding: 2.5rem 3rem;
    border-radius: 12px;
    height: 100%;
    font-size: 0.875rem;
    font-family: Calibri, sans-serif;
    line-height: 22px;
    border: 1px solid rgba(116, 120, 129, 0.4);
    color: #11162e;
}

.hp-bottom .right .wrap h3 {
    font-size: 18px;
}

@media (max-width: 767px) {
    .hp-bottom .right .wrap {
        padding: 2rem 1rem;
    }
}

.hp-bottom .right .wrap p {
    margin-bottom: 0;
    line-height: 22px;
    color: rgba(17, 22, 46, 0.6);
    margin-bottom: 20px;
}

.hp-bottom .right .wrap p a {
    font-size: 16px;
    color: #003bb6;
    display: block;
    text-decoration: none;
    line-height: 16px;
    margin-bottom: 4px;
}

.hp-bottom .right .wrap p a.phone::before {
    content: url("/site/mv/phone.svg");
    padding-right: 8px;
    display: inline-block;
    top: 2px;
    position: relative;
}

.hp-bottom .right .wrap p a.email::before {
    content: url("/site/mv/email.svg");
    padding-right: 8px;
    display: inline-block;
    top: 2px;
    position: relative;
}

.back-link {
    font-size: 16px;
    color: rgba(17, 22, 46, 0.4);
    display: block;
    text-decoration: none;
    line-height: 16px;
    margin-bottom: 4px;
    margin-bottom: 2.5rem;
}

.back-link::before {
    content: url("/site/mv/left.svg");
    padding-right: 4px;
    display: inline-block;
    top: 1px;
    position: relative;
}

.hp-bottom .right .wrap .wrap-left {
    padding-right: 2rem;
    border-right: 1px solid #D2DFEE;
}

@media (max-width: 767px) {
    .hp-bottom .right .wrap .wrap-left {
        padding-right: 15px;
        margin-bottom: 1rem;
        border-right: 0;
    }
}

.hp-bottom .right .wrap .wrap-right {
    padding-left: 3rem;
}

@media (max-width: 767px) {
    .hp-bottom .right .wrap .wrap-right {
        padding-left: 15px;
    }
}

.register-section h1 {
    line-height: 130%;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}

.register-section .left {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .register-section .left {
        margin-bottom: 0;
    }
}

.register-section .right {
    padding: 0;
}

@media (max-width: 767px) {
    .register-section .right {
        padding: 0 15px;
        display: none;
    }
}

.register-section .right img {
    max-width: 530px;
    position: relative;
    right: -50px;
    top: 120px;
}

@media (max-width: 992px) {
    .register-section .right img {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .register-section .right img {
        max-width: 100%;
        left: 0;
    }
}


.form-chck {
    padding: 0;
}

.form-chck label {
    font-size: 0.75rem;
    margin-bottom: 0;
    line-height: 20px;
    color: #2E3192;
    font-family: Calibri, sans-serif;
    cursor: pointer;
}

.form-chck p {
    line-height: 20px;
    margin-bottom: 0;
    padding-left: 27px;
}

.form-chck input[type="checkbox"] {
    display: none !important;
}

.form-chck input[type="checkbox"] + span {
    height: 16px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #D2DFEE;
    width: 16px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.form-chck input[type="checkbox"]:checked + span {
    border: 1px solid #2E3192;
    /*background: #ffffff url("/site/ke/icon_chck.svg") no-repeat center center;*/
}
.form-chck input[type="checkbox"]:checked + span::after {
    content: "";
    background: #2E3192;
    border-radius: 12px;
    width: 8px;
    height: 8px;
    display: block;
    padding-top: 5px;
    position: relative;
    top: 3px;
    left: 3px;
}
.register-success {
    padding: 8rem 0 10rem;
    text-align: center;
}

@media (max-width: 992px) {
    .register-success {
        padding: 3rem 0 3rem;
    }
}

@media (max-width: 767px) {
    .register-success {
        padding: 1rem 0 0;
    }
}

.register-success img {
    margin-bottom: 1.7rem;
}

@media (max-width: 767px) {
    .register-success img {
        max-width: 80px;
        margin-bottom: 1.5rem;
    }
}

.register-success h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.register-success p {
    margin-bottom: 0;
    line-height: 22px;
    font-family: Calibri, sans-serif;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .register-success p br {
        display: none;
    }
}

.forgotten-section {
    padding-bottom: 10rem;
}

@media (max-width: 992px) {
    .forgotten-section {
        padding-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .forgotten-section {
        padding-bottom: 0;
    }
}

.forgotten-section h1 {
    line-height: 130%;
    margin-bottom: 2rem;
}

.forgotten-section .right {
    padding: 3rem 0 0 0;
}

@media (max-width: 767px) {
    .forgotten-section .right {
        display: none;
    }
}

.forgotten-section .right img {
    max-width: 450px;
    position: relative;
    left: -20px;
}

@media (max-width: 992px) {
    .forgotten-section .right img {
        max-width: 200px;
        left: 40px;
    }
}


.claro .dijitTextBoxError .dijitValidationContainer {
    border-left-width: 0px;
}

.claro .dijitTextBox {
    transition: box-shadow .15s ease-in-out;
}

.claro .dijitTextBoxFocused {
    background: none;
    box-shadow: 0 0 .1rem .2rem rgba(41, 179, 238, .5);
}

.form-control:focus {
    box-shadow: 0 0 .1rem .2rem rgba(41, 179, 238, .5);
}

.claro .dijitButton .dijitButtonNode {
    border: 0;
    color: #fff;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.claro .dijitTextBoxHover, .claro .dijitSelectHover {
    background: none;
}

.claro .dijitSelect, .claro .dijitSelect .dijitButtonContents, .claro .dijitTextBox, .claro .dijitTextBox .dijitButtonNode {
    border-color: #D2DFEE;
}

.claro .dijitTextBox, .claro .dijitInputInner {
    color: #2E3192;
}

.claro .dijitSelect .dijitButtonContents {
    border: 0;
}

.claro .dijitTextBoxError, .claro .dijitTextBoxErrorHover {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.claro .dijitSelectError {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(2.5em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-error {
    color: #dc3545;
    padding-left: calc(1.5em + .75rem);
    padding-bottom: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(.375em + .1875rem) top .1em;
    background-size: calc(.5em + .55rem) calc(.75em + .375rem);

    font-size: 0.75rem;
    line-height: 20px;
    font-family: Calibri, sans-serif;
}

.claro .dijitTextBoxError .dijitValidationContainer {
    display: none;
}

.claro .dijitValidationTextBoxError .dijitValidationContainer {
    display: none;
}

.claro .dijitSelect .dijitArrowButton {
    background: none;
    width: 2em;
    border: 0;
    padding-left: 5px;
}

.dijitSelect .dijitButtonContents {
    padding-left: 8px;
}

.claro .dijitSelectLabel {
    padding: 1px 0 1px 10px;
}

.claro .dijitSelect .dijitArrowButton:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(
        45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
        45deg
    );
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}

.claro .dijitSelect.dijitSelectOpened .dijitArrowButton:after {
    -webkit-transform: rotate(
        -135deg
    );
    -ms-transform: rotate(-135deg);
    transform: rotate(
        -135deg
    );
}

.claro .dijitSelect .dijitArrowButton .dijitArrowButtonInner {
    display: none;
}


.claro .dijitMenu .dijitMenuItem td {
    padding: 10px 20px;
    font-size: 14px;
    border: 0;
    color: #2E3192;
}


.claro .dijitMenu .dijitMenuItemHover td, .claro .dijitMenu .dijitMenuItemSelected td, .claro .dijitMenuItemHover, .claro .dijitComboBoxMenu .dijitMenuItemHover, .claro .dijitMenuItemSelected {
    background: none;
}

.claro .dijitMenu .dijitMenuItemHover td {
    background: #eeeeee;
}

.claro .dijitMenu {
    border: 1px solid #D2DFEE;
}

.claro .dijitPopup {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*# sourceMappingURL=main.css.map */
input.dijitInputInner:-webkit-autofill,
input.dijitInputInner:-webkit-autofill:hover,
input.dijitInputInner:-webkit-autofill:focus,
input.dijitInputInner:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.claro .dijitDialog .dijitButton .dijitButtonNode
{
    color: #000;
}

span.dijitButton.technical-support-form-button > span.dijitButtonNode {
    display: inline-block;
    font-weight: 400;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #0d6efd !important;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    user-select: none;
}
