﻿body {
}

.div-mg {
    margin: 60px 30px !important
}

.mt-8 {
    margin-top: -8px !important;
}

.mg-0, .mg-0 > li {
    margin: -2px !important;
}

.div-height {
    height: 100% !important;
}

.div-height-avanzado {
    height: 550px !important;
}

.mt-12 {
    margin-top: 12% !important;
}

.mg-12 {
    margin-top: 12% !important;
    margin-bottom: 12% !important;
}

.border-rad-7 {
    border-radius: 7px !important;
}

.price-box-fact {
    align-items: center;
    padding: 5px 34px;
    position: static;
    background: #192447;
    border-radius: 7px !important;
}

    .price-box-fact li {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        color: #D0DCFF;
        margin: 0px 10px;
        box-shadow: inset 0px -1px 0px rgb(208 220 255 / 29%);
        padding: 11px 0 13px;
    }

        .price-box-fact li img {
            float: right;
        }

/*.price-box-2 li {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #D0DCFF;
    margin: 0px -5px;
    box-shadow: inset 0px -1px 0px #788eaa;
    padding: 11px 0 13px;
}
*/
.price-box-per-mor li {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #192447;
    margin: 0px 0px;
    box-shadow: inset 0px -1px 0px #f3f6fa;
    padding: 11px 0 13px;
}

.ml-40-per-fis {
    margin-left: 40% !important;
}

@media screen and (max-width: 768px) {
    .egile-cont-div-mg {
        margin: -15px 15px !important;
    }

    .sm-mg-10 {
        margin: 10px !important;
    }

    .sm-mt-10 {
        margin-top: 10px !important;
    }

    .customer-detail-section-mobile {
        padding: 15px 35px !important;
    }

    .mg-0, .mg-0 > li {
        margin: 0px !important;
    }

    .line-ht {
        line-height: 15px;
    }

    .line-ht-30 {
        line-height: 30px;
    }

    .div-height {
        height: 400px !important;
    }

    .div-mg {
        margin: 20px 15px !important;
    }

    .sm-mt-50 {
        margin-top: 50px;
    }

    .sm-customer-taxinfo-left-reg-cust {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /*background: #192447;*/
        top: 132px;
        padding: 13% 9.5%;
    }

    .sm-mb-226 {
        margin-bottom: -240px !important;
        margin-top: -60px !important;
    }

    .sm-mb-select-plan {
        margin-bottom: -75px !important;
        margin-top: -60px !important;
    }

    .sm-reg-welcome-title {
        position: static;
        left: 0px;
        top: 0px;
        font-family: 'DM Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 29px;
        line-height: 35px;
        align-items: center;
        color: black;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        margin: 46px -16px 40px;
        padding-right: 15px;
    }

    .line-ht-25 {
        line-height: 20px;
    }

    .sm-ml-reg-btn {
        margin-left: 20px !important;
    }
}

@media screen and (min-width: 768px) {
    .mg-left-m18 {
        margin-left: -18px !important;
    }

    .mr-22 {
        margin-right: 22px !important;
    }

    .div-height-per-mor {
        height: 730px !important;
    }

    .lg-hide {
        display: none !important;
    }

    .line-ht {
        line-height: 15px;
    }

    .line-ht-25 {
        line-height: 25px;
    }
}

.bg-linear-blue {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) -2.72%, #1847EE 80.99%);
}

.line-height-40 {
    line-height: 40px !important;
}

.mt-22 {
    padding-top: 22px !important;
}

.mb-min-4 {
    margin-bottom: -4px !important;
}

.customer-taxinfo-left-per-mor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #192447;
    top: 132px;
    padding: 21% 17.5%;
}

/*#customSwitch1:checked ~ .custom-control-label::before {
    color: #fff;
    border: 0;
    background-color: #192447;
}
*/
.chk-switch-clr:checked ~ .chk-lbl-clr::before {
    color: #fff !important;
    border: 0 !important;
    background-color: #192447 !important;
}

#rs-partner .owl-dots {
    display: flex !important;
    position: absolute !important;
    left: 47% !important;
    top: 110% !important;
    transform: translateY(-50%) !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px !important;
    background: #1a2448 !important;
    display: block !important;
    -webkit-backface-visibility: visible !important;
    transition: opacity .2s ease !important;
    border-radius: 30px !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px !important;
    background: #4b74c8 !important;
    display: block !important;
    -webkit-backface-visibility: visible !important;
    transition: opacity .2s ease !important;
    border-radius: 30px !important;
}

.displayerror {
    color: red;
    font-size: 13px;
}

.has-error input {
    border: 1px solid red;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.has-error select {
    border: 1px solid red;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.img-circle {
    border-radius: 50%;
}

.elig-conttxt-color {
    color: #86a4c4 !important;
}

.elig-cont-lh {
    line-height: 17px !important;
}

.mg-b-5 {
    margin-bottom: 5px !important;
}

.mg-tm-18 {
    margin-top: -18px !important;
}

.img-egile-cont {
    max-width: 100% !important;
    height: 70px !important;
    margin-top: 9px !important;
}

.egil-cont-btn {
    margin-top: 0px !important;
    padding: 5px 25px !important;
}

.font-size-13 {
    font-size: 13px !important;
    color: black !important;
}

.egile-contador-detail-section {
    padding: 20px 21px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.mgbm-10 {
    margin-bottom: -10px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}


.egil-cont-div-hight {
    height: 870px !important;
}

.font-700 {
    font-weight: 700 !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.btn-req-contador {
    border-color: #007bff !important;
    border-radius: 11px !important;
}

.ml-10 {
    margin-right: 10px !important;
}

.custom-tax {
    height: auto !important;
}

.cursor-pointer {
    cursor: pointer;
}

.box-li {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #D0DCFF;
    margin: 0px 10px;
    box-shadow: inset 0px -1px 0px rgb(208 220 255 / 29%);
}

.box-li-td {
    padding: 11px 0 13px !important;
}

.plan-box-li {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #192447;
    margin: 0px 10px;
    box-shadow: inset 0px -1px 0px #f3f6fa;
}

.text-align-right {
    text-align: right !important;
}

.width-65 {
    width: 65% !important;
}

.width-35 {
    width: 35% !important;
}

.width-95 {
    width: 95% !important;
}

.width-5 {
    width: 5% !important;
}

.padding-10 {
    padding: 10px !important;
}

.ml--15 {
    margin-left: -15px !important;
}

.btn-back {
    position: relative !important;
    bottom: 7px !important;
}

.file-note {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 35px;
    color: white;
}

.imglogo {
    height: 100% !important;
}

.div-plans {
    display: flex;
    overflow-x: auto;
    padding-bottom: 50px;
}

.div-scroll {
    overflow-y: scroll;
    max-height: 525px;
}

.width-100 {
    width: 100% !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.div-coupon {
    padding: 20px 20px 0 0;
    margin-bottom: -50px !important;
    margin-left: 10px !important;
}

.paddingleft-17 {
    padding: 10px 17%;
}
/*#region Model popup */

.modal-content {
    padding: 5px;
}

.model-button {
    padding: 10px;
    font-weight: 600 !important;
}

.custom-model-footer {
    padding: 0.75rem;
}

.modal-body {
    padding-bottom: 0 !important;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.custom-main-header {
    font-size: 18px;
}

.detail-header {
    font-size: 13px;
    font-weight: 600 !important;
    margin-bottom: 0.10rem !important;
}

.detail-content {
    font-size: 13px;
    font-weight: 400;
}

.btn-custom-primary {
    font-weight: 600 !important;
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close, .modal-header .mailbox-attachment-close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    font-size: 17px;
}

.modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem;
        padding: 0.375rem 7.75rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.5)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}


/*#endregion */

.customGPlusSignIn {
    padding: 0px 4%;
    position: relative;
}

.customGPlusSignIn1 {
    padding: 0px 2%;
}

#customBtn:hover {
    cursor: pointer;
}

span.googleicon {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

a.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    font-family: 'Roboto', sans-serif;
}

input.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    font-family: 'Roboto', sans-serif;
    background: none;
    border: none;
}

hr.sep-3 {
    border: none;
    height: 1px;
    background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
}

    hr.sep-3::after {
        content: '§';
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%) rotate(65deg);
        transform-origin: 50% 50%;
        padding: 1rem;
        background-color: white;
    }

#navbarSupportedContent .nav-link:hover {
    cursor: pointer !important;
}
.main-contentquestion {
    background: #15144a !important;
}
.sm-p-0 {
    padding: 30px !important;
}
.m-0 {
    margin: 0 !important;
}
.br-none {
    border: none !important;
}
.ml-5per{
    margin-left:5% !important;
}
.cont-title {
    text-align: center;
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
}
.hubspot-slimdiv {
    position: relative;
    overflow: hidden;
    width: auto;
}
.color-primary {
    color: #0032E2 !important;
}
.list-style-none {
    list-style: none !important;
}
.alert-close {
    top: 4px !important;
    right: -5px !important;
}
.reg-pwd {
    background-color: #F3F6FA !important;
    border-radius: 0 6px 6px 0 !important;
    border-left: none !important;
    padding-right: 2% !important;
}
.pass-content {
    display: content;
}

.pass-none {
    display: none;
}

span.googleiconuc {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    background: url('../usertheme/images/g-logo.png') transparent 5px 50% no-repeat;
}
.support-img img {
    max-width: 100%;
    height: 100px;
}
.rs-carousel-newaccount .owl-dots {
    display: flex !important;
    position: absolute !important;
    left: 47% !important;
    top: 110% !important;
    transform: translateY(-50%) !important
}
.text-blue {
    color: #0032e2;
    font-size:25px;
}
.instructor-home .rs-header .apply-box-2 {
    position: absolute;
    right: -165px;
    top: -6px;
    min-width: 48px;
    text-align: center;
    line-height: 15.6PX;
    background: #ffffff;
    margin-top: 22px;
    border-radius: 6px;
    padding: 10px;
    transition: 0.4s;
    font-weight: 600;
    border: 1px solid #0032E2;
    border-radius: 50%;
}

    .instructor-home .rs-header .apply-box-2:hover {
        background: #ffffff;
    }

    .instructor-home .rs-header .apply-box-2 a {
        color: #0032E2;
        display: block;
    }

.input-icon-back {
    background-color: #CAD4E5;
    padding: 3px 0 0 0;
    border-radius: 0 6px 6px 0;
}
.bg-input {
    background-color: white !important;
    border: none;
    border-radius: 6px !important;
}
.h-41 {
    height: 43px !important;
}
.input-group-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #cad4e5 !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.ViewAcconAccountantlist {
    overflow-y: scroll;
    overflow-x:hidden;
    height: auto;
    display: flex !important;
    max-height: 83vh;
}
.logo-height {
    height: 12vh !important;
}