@import "/resources/css/fonts-fcfe3d28ddf6511bbc65ddc78e90af74.css";

body {
    overflow-x: hidden;
}

.page_wrap {
    min-height: 100vh;
}

.total_wrapper {
    -webkit-transition: .4s cubic-bezier(.52, .01, .16, 1);
    -moz-transition: .4s cubic-bezier(.52, .01, .16, 1);
    transition: .4s cubic-bezier(.52, .01, .16, 1);
    position: relative;
    left: 0px;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    background: white;
}

.open_login {
    overflow: hidden;
    background: #fff;
}

.open_login .total_wrapper {
    left: -375px;
}

.total_wrapper header {
    -webkit-transition: .4s cubic-bezier(.52, .01, .16, 1);
    -moz-transition: .4s cubic-bezier(.52, .01, .16, 1);
    -o-transition: .4s cubic-bezier(.52, .01, .16, 1);
    transition: .4s cubic-bezier(.52, .01, .16, 1);
}

.open_login header {
    width: calc(100vw - 375px) !important;
    padding: 20px 50px;
}

a.close_log {
    width: 100%;
    left: 0px;
    height: auto;
    text-align: center;
    color: var(--color-primary);
    font-size: 14px;
    padding: 9px 0;
    display: inline-block;
}

a.close_log:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.close-menu {
    height: 70px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.close-menu span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid;
    /* padding: 20px 14px; */
    line-height: 50px;
    font-size: 34px;
}

.close_log span {

}

.close_log:hover {
    text-decoration: underline;
}

.tabs {
    border: 1px solid #E8ECF1;
    border-radius: 2px;
}

.tabs li {
    float: left;
    width: 50%;
}

.tabs a {
    font-size: 14px;
    line-height: 24px;
    color: #ACB3B8;
    display: block;
    width: calc(100% / 2);
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.tabs a:not(:last-of-type) {
    border-right: 1px solid #E8ECF1;
}

.tabs a:hover {
    color: #2E3131;
    font-weight: 500;
    text-decoration: none;
}

.tabs a:after {
    width: 100%;
    height: 1px;
    display: block;
    background: var(--color-primary);
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.tabs a.active {
    font-family: TTInterphases-DemiBold, Arial, Helvetica, sans-serif;
    color: #2E3131;
    font-weight: 500;
}

.tabs a.active:after {
    opacity: 1;
}

.ls_scroller {
    width: calc(370px * 2);
    height: 100vh;
    position: relative;
    left: 4px;
    -webkit-transition: .4s cubic-bezier(.52, .01, .16, 1);
    -moz-transition: .4s cubic-bezier(.52, .01, .16, 1);
    transition: .4s cubic-bezier(.52, .01, .16, 1);
}

.ls_scroller.forgot_pass {
    left: -370px;
}

.ls_holder {
    width: 400px;
    height: 100vh;
    position: relative;
    float: left;
    overflow: hidden;
}

.login_scroll {
    width: calc(370px * 3);
    height: 100vh;
    position: relative;
    left: 0px;
    -webkit-transition: .4s cubic-bezier(.52, .01, .16, 1);
    -moz-transition: .4s cubic-bezier(.52, .01, .16, 1);
    transition: .4s cubic-bezier(.52, .01, .16, 1);
}

.login_stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    box-sizing: content-box;
    padding-top: 40px;
}

.l_form {
    width: 100%;
}

.lf_icon {
    width: 60px;
    height: 48px;
    display: inline-block;
    margin: 0 0 10px 0;
}

.loginGoogle {
    background: url(/resources/img/logo/kb_logo_red-2d12d7d05520ebf0a6f811201c17f008.svg) no-repeat center center;
    background-size: contain;
}

.asan {
    background: url(/resources/img/logo/asan_red-788b88711bff095a6b6bc215d211cc2c.svg) no-repeat center center;
    background-size: contain;
}

.otp {
    background: url(/resources/img/logo/otp_login-400d8a826967b20fd08fae58a086b806.svg) no-repeat center center;
    background-size: contain;
}

/*.f_line {*/
/*    margin: 0 0 20px 0;*/
/*}*/
.login-label {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-family: TTInterphases, sans-serif;
    color: #2E3131;
}

.f_line input {
    text-align: left;
    border-radius: 2px;
    background: white;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #E8ECF1;
    width: 100%;
    color: #3c3131;
    box-sizing: border-box;
    padding: 12px 16px;
    margin-top: 8px;
    font-family: TT Interphases Regular, sans-serif;
}

.ent-label {
    margin-top: 16px !important;
}

.pass-eye-div {
    position: relative;
}

.pass-eye {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    color: #585858;
    top: 46%;
    right: 16px;
    cursor: pointer;
}

.asan-form-text {
    color: #ACB3B8;
    font-size: 16px;
    line-height: 24px;
    margin-right: 6px;
    cursor: pointer;
}

.login-form-bttn {
    width: 100%;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
}

.login-form-link {
    border: 1px solid var(--color-primary);
    text-align: center;
}

.login-form-link a {
    color: var(--color-primary);
}

.border_bttn {
    color: white;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.login-form-or {
    font-size: 14px;
    line-height: 24px;
    color: #ACB3B8;
    padding: 16px 0;
}

.mb-link {
    margin-top: 24px;
    text-align: center;
    color: var(--color-primary);
    display: block;
}

.login-or-border {
    width: 32px;
    border-bottom: 1px solid #E8ECF1;
}

.l_form strong {
    display: block;
    margin: 0 0 25px 0;
    width: 100%;
    color: var(--color-primary);
    font-family: TTInterphases Bold, sans-serif;
    font-size: 20px;
}

header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    padding: 32px 184px;
    z-index: 100;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0);
    background: transparent;
}

.head_wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.white_header {
    background: white;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.open_menu header.white_header {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0);
    background: transparent;
}

header.animated {
    -webkit-transition: .4s cubic-bezier(.52, .01, .16, 1);
    -moz-transition: .4s cubic-bezier(.52, .01, .16, 1);
    transition: .4s cubic-bezier(.52, .01, .16, 1);
}

.logo_wrap {
    float: left;
}

.langs {
    float: left;
    position: relative;
}

a.active_lang {
    border-radius: 100px;
    color: #fff !important;
    display: flex;
    align-items: baseline;
    font-size: 1em;
    text-align: left;
    padding: 5px 0px 5px 10px;
    text-transform: uppercase;
}

a.active_lang:hover {
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
}

.active_lang span {
    font-size: 0.8em;
    margin: 0 7px;
}

.all_langs {
    background: #ffffff1a;
    color: #fff;
    font-size: 1em;
    text-align: left;
    position: absolute;
    top: 35px;
    display: none;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
    left: 8px;
}

.all_langs ul {
    margin-bottom: 0;
}

.all_langs li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.all_langs li:hover,
.all_langs li:active {
    background: #ffffff94;
    cursor: pointer;
}

.all_langs li:last-child {
    border-bottom: none;
}

.all_langs a {
    padding: 5px 10px;
    display: block;
    color: #fff;
}

.logo {
    width: 155px;
    height: 55px;
    float: left;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo.white_logo {
    background-size: cover;
}

a.login, a.register, a.openAccount {
    height: 40px;
    border-radius: 21.5px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 15px 0 0;
    padding: 0 45px;
    font-size: 1em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    white-space: nowrap;
}

a.login:hover, a.register:hover, a.openAccount:hover, .login.active {
    background: #fff;
    border: 1px solid #fff;
    color: #485465;
    text-decoration: none;
}

a.login span, a.register span, a.openAccount span {
    display: block;
    margin: 9px 0;
}

.gr_cop {
    height: 100vh;
}

.gr_cop .wrapper {
    height: calc(100vh - 80px);
    position: relative;
    z-index: 2;
    padding: 0px !important;
}

.gr_left {
    position: absolute;
    width: 55%;
    left: 0px;
    top: 0px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.side_action {
    position: absolute;
    width: 65%;
    right: 0px;
    top: 0px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    height: auto;
    padding: 0 40px;
    -webkit-transition: .4s cubic-bezier(.52, .01, .16, 1);
    -moz-transition: .4s cubic-bezier(.52, .01, .16, 1);
    transition: .4s cubic-bezier(.52, .01, .16, 1);
    color: #fff;
}

.footer_left {
    float: left;
}

.footer_left
.footer_left p {
    color: #fff;
    vertical-align: middle;
    /*display: inline-block;*/
    margin: 12px 10px 0 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.menu .footer_left p, .white_footer p {
    color: white;
}

.footer_left ul {
    display: inline-block;
    vertical-align: middle;
}

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

.footer_left li a {
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.footer_left {
    margin: 20px 0;
}

.footer_right {
    float: right;
    /* margin: 50px 0 0 0; */
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 1;
    margin: 0 10px 20px 10px;
}

.call_us {
    width: 180px;
    height: 41px;
    border-radius: 100px;
    font-family: TTInterphases Bold, Arial, Helvetica, sans-serif;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: center;
    color: #586268;
}

.call_us > span > i {
    transform: rotate(90deg) !important;
}

.footer_right li {
    margin: 0 0 0 20px;
    float: left;
}

.footer_right a {
    color: #3c3131;
}

.footer_right a:hover {
    text-decoration: underline;
}

.white_footer .footer_right a {
    color: white;
}

.page-text {
    color: #3c3131;
}

.page-text p {
    font-size: 1.1em;
    display: block;
    margin: 0 0 15px 0;
}

.page-text h3 {
    margin: 40px 0 15px 0;
    font-size: 1.4em;
}

.page-text li {
    padding: 0 0 10px 30px;
    position: relative;
}

.page-text li:after {
    width: 16px;
    height: 1px;
    position: absolute;
    display: block;
    content: '';
    top: 8px;
    left: 3px;
    background: #3c3131;
}

.f_pass,
.resend-sms {
    float: right;
    color: var(--color-primary);
    font-size: 14px;
    margin: 5px 10px;
    line-height: 24px;
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
}

.f_pass:hover,
.resend-sms:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.f_pass {
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    a.login {
        font-size: 24px;
        color: #fff;
        width: 40px;
        cursor: pointer;
        padding-top: 9px !important;
        height: 40px;
        border: 0;
        margin: 0;
        padding: 5px 10px;
    }

    a.login span {
        display: none;
        margin: 0;
    }

    a.login .icon-login {
        display: block !important;
    }

    a.login:hover {
        background: transparent;
        border: 0;
    }

    a.register {
        display: none;
    }

    .open_menu a.login {
        width: 40px;
        height: 40px;
        border: none;
        background-size: 27px !important;
    }

    .open_menu a.login {
        border: none;
        background-size: 27px;
    }

    .logo {
        width: 225px !important;
        height: 48px !important;
    }


    header {
        width: 100vw;
        box-sizing: border-box;
        padding: 15px 15px 15px 15px;
    }

    .h_right {
        margin: 0;
    }

    header {
        top: 0 !important;
    }

    .register {
        display: none;
    }

    .active_lang {
        font-size: 0.8em;
    }

    a.btn-white {
        width: 145px;
        height: 40px;
        font-size: 14px;
    }

    .footer_left p {
        margin: 0 0 10px 0;
    }

    .footer_left li {
        margin: 0 2.5px;
    }

    .up_left {
        padding-left: 0 !important;
        width: 100%;
        float: none;
        text-align: center;
    }

    .login_f {
        height: 100vh;
        min-height: 568px;
        top: 0;
        right: -100vw;
        border-radius: 0;
    }

    .ls_holder {
        height: calc(100vh - 130px);
    }

    .login_scroll {
        width: calc(100vw * 3);
        height: calc(100vh - 130px);
    }

    .open_login .login_f {
        right: 0;
    }

    .l_form b {
        margin: 0 0 15px 0;
    }

    .ls_scroller.forgot_pass {
        left: -100vw;
    }

    .ls_scroller {
        width: calc(100vw * 2);
        height: calc(100vh - 130px);
    }

    header {
        left: 0;
    }
}

@media screen and (max-width: 1250px) {
    .open_login header {
        left: -100vw;
    }
}

@media screen and (max-width: 992px) {
    .google_inputs input {
        font-size: 5vw !important;
    }
}

@media screen and (max-width: 576px) {
    .ls_scroller {
        left: 0;
    }

    a.openAccount {
        margin-right: 4px !important;
    }

    a.login {
        padding-left: 8px !important;
    }

    .asan_logo {
        padding: 25px 0;
    }

    .navbar-content img {
        width: 100% !important;
    }

    .asan-button {
        margin-top: 10px !important;
    }

    .open_login .login_f {
        margin: 0 auto;
        left: 50%;
        right: 50%;
        transform: translate(-50%, 0)
    }

    .open_login .total_wrapper {
        display: none;
    }

    .google_inputs input {
        font-size: 7vw !important;
        width: 42px;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .ls_holder {
        width: 100vw;
    }

    .login_f {
        width: 100vw;
    }

    .google_inputs input {
        font-size: 32px !important;
        width: 30px;
        padding: 0;
    }

    a.openAccount {
        padding: 0 24px !important;
    }

    .logo {
        width: 132px !important;
        height: 28px !important;
    }

    a.login span {
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 768px) {
    .footer_right {
        display: none;
    }

    footer {
        padding: 0 40px;
    }
}

@media screen and (max-width: 480px) {
    footer {
        padding: 0 20px;
    }
}

.open_login.forgot_pass .login_f {
    right: 0;
}

body.forgot_pass header {
    display: none;
}

body.forgot_pass .ls_scroller {
    width: calc(100vw * 2);
    height: calc(100vh - 130px);
}

body.forgot_pass .login_stage,
body.forgot_pass .ls_holder {
    width: 100vw;
    height: calc(100vh - 130px);
}

.l_form_s.forgot_pass {
    display: block;
}

.l_form_s.forgot_pass .tabs {
    display: none;
}

body.forgot_pass .close_log {
    display: none;
}

body.forgot_pass .ls_scroller.forgot_pass {
    left: -100vw;
}

body.forgot_pass .login_f {
    width: 100vw;
    height: 100vh;
    min-height: 568px;
    right: 0;
    top: 0;
    border-radius: 0;
}

@media screen and (max-width: 375px) {
    .l_form b {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin: 0 0 9px 7px;
    }

    .lf_icon {
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }

    .login_stage {
        display: block;
    }

    .ls_holder {
        width: 100vw;
    }

    .l_form {
        box-sizing: border-box;
    }
}

.textarea {
    border-radius: 20px;
    background: white;
    width: 100%;
    font-size: 1.2em;
    height: 12vh;
    min-height: 90px;
    padding: 15px;
    box-sizing: border-box;
    resize: none;
}

@media screen and (max-width: 320px) {

    .asan-form .l_form {
        padding: 20px 45px 0 45px;
    }

    .eimza-form .l_form {
        padding: 20px 65px 0 20px;
    }
}

@media (max-height: 615px) {
    .lf_icon {
        display: none;
    }

    .l_form b {
        display: none;
    }
}

input.error,
textarea.error {
    border: 1px solid var(--color-error);
}

.logo-img {
    background: url(/resources/img/logo/logo-white-9fbf5125c36fb9551a1ea1ee3beedb8c.svg) no-repeat center center;
    background-size: contain;
    width: 270px;
    /*width: 438px;*/
    height: 70px;
}

.google_inputs input {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #E8ECF1;
    color: #2e3131;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    margin-right: 12px;
    width: calc(100% / 6);
}

.google_inputs input.focused-input {
    border-bottom: 2px solid #2E3131;
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .g_img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.card-title-login p {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    /*font-weight: 800;*/
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #47556e;
    text-transform: none;
}

.header-line {
    width: 100%;
    height: 3px;
    background: var(--color-primary);
}

@media screen and (max-width: 1400px) {
    .g_img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.asan-font {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #586268;
    padding: 12px 0 !important;
}

.otp-timer {
    margin-right: 20px;
    line-height: 24px;
    color: var(--color-primary);
}

.otp-text span {
    color: #BDC3C7;
}

.resendOtp-msg {
    text-decoration: underline !important;
    line-height: 24px;
}

.asan-checking_code {
    font-size: 54px;
    line-height: 32px;
    color: #2E3131;
    margin: 40px 0;
    letter-spacing: 48px;
}

.asan-button {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    /*height: 45px!important;*/
    margin-top: 68px;
    font-size: 16px;
    line-height: 24px;
}

.btnLight {
    background-color: #ececec;
    color: #2e3131;
    border-radius: 2px;
}

.btnSuccess {
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 2px;
}

.btnPadding {
    padding: 12px 24px;
}

.asan_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 550px) {
    .asan-font {
        flex-direction: column !important;
    }

    .asan-font p:first-of-type {
        margin-bottom: 10px;
    }
}

.search-bar {
    border-bottom: 1px solid #e9eff4;
}

.search-bar input {
    border: 0;
    background: transparent;
}

.search-bar i {
    font-size: 25px;
    color: #212529;
}

.table-scroll {
    display: block;
    max-height: 350px;
    margin: 15px 0;
    overflow-y: auto;
}

.personal-img {
    width: 120px;
    height: 120px;
    border: 1px solid #aabdcf26;
}

.personal-img img {
    object-fit: contain;
}

.card-auth {
    border-radius: 4px;
    width: 524px;
    max-height: 596px;
    margin: 50px 0;
    z-index: 100000;
}

.lock-screen {
    background: url("/resources/img/backgrounds/lock_screen-d3b8cec009394cba5dbf06613674c997.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height: inherit !important;
}

.lock-logo {
    width: 87px;
    height: 87px;
    background: var(--color-primary);
    position: absolute;
    top: 0;
    border: 6px solid #fff;
    left: 50%;
    border-radius: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.card-auth .text {
    font-family: TTInterphases Bold, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: -5px;
}

.card-auth .sub-text {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #888888;

}

.lock-title {
    font-family: TTInterphases-DemiBold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #404040;
    font-weight: 600;
    margin-top: 5px;
}

.lock-title-sm {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #888888;
}

.lock-sc-input input {
    border-radius: 2px;
}

.auth-form-icon {
    width: 32px;
    height: 32px;
    background-color: #aabdcf;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    font-size: 14px;
    right: 10px;
    z-index: 10;
    top: 16px;
    color: #fff;
}

.card-auth .f_line {
    position: relative;
}

.card-auth .f_line input {
    border: 1px solid #c7c7c7;
}

.f_line input::placeholder {
    color: #ACB3B8;
}

.lock-sc-link {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.is-animating {
    -webkit-animation: is-ringing 2s infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes is-ringing {
    0% {
    }
    10% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    20% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
    30% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    40% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    60% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
    70% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
    90% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

.remember {
    position: relative;
}

.remember .form-switch {
    margin-bottom: 3px;
}

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch span {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    min-width: 40px;
    height: 15px;
    background-color: #b2b2b2;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 10px;
    background-color: #b2b2b2;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch span::after {
    content: "";
    position: absolute;
    left: -2px;
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active span::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + span::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input {
    display: none;
}

.form-switch input:checked + span {
    background-color: #4BD763;
}

.form-switch input:checked + span::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + span::after {
    transform: translate3d(22px, 2px, 0);
}

.forgetPassword {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
}

.progressbar {
    margin: 0 10px 20px 0;
    counter-reset: step;
    padding-left: 10px;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    color: #47556e;
}

.progressbar li > span.hide-text {
    display: none;
}

.progressbar li:before {
    width: 36px;
    height: 36px;
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #696969;
    border: solid 4px #e5e6e6;
    background-color: #ffffff;
    content: attr(data-name);
    line-height: 28px;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    transition: all .8s;
}

.progressbar li:after {
    width: 75%;
    content: '';
    position: absolute;
    height: 10px;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.13);
    background-color: #f5f5f5;
    top: 14px;
    left: -38%;
    z-index: -1;
    transition: all .8s;
}

#loginInput input {
    font-size: 16px;
    color: #888;
}

@media only screen and (max-width: 760px) {
    #resetForm .my-5, .activePasswordReset .my-5 {
        margin: 0 !important;
    }

    .step > div > h3 {
        font-size: 20px;
    }

    .stepper-content > div {
        margin-top: 10px !important;
    }

    .card .card-title p {
        font-size: 19px;
    }

}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    border: solid 4px #009e0e;
    background-color: #ffffff;
    transition: all .8s;
}

.progressbar li.active:after {
    background-color: #55b776;
    transition: all .8s;
}

.stepper-content {
    width: 80%;
    margin: auto;
}

.stepper-content > div {
    margin-top: 50px;
}

.step > div > h3 {
    font-family: TTInterphases Bold, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #47556e;
}

.step > div > p {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    margin: 6px 0;
    color: #888888;
}

.step > div > span {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #47556e;
}

.latest_forget-password {
    color: #838383;
    border: 1px solid #dddddd;
}

.invalid {
    border: solid 1px var(--color-error) !important;
}

.invalid-text {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: var(--color-error);
    padding: 0 5px;
    float: left;
}

.activePasswordReset {
    display: block;
}

.disablePasswordReset {
    display: none;
}

.forgetPassword .btn, #maskedEmail, #login-reset {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
}

.toggles {
    display: flex;
    align-items: center;
    text-align: right;
    position: absolute;
    right: 0;
    top: 10px;
}

@-moz-document url-prefix() {
    .toggles {
        margin-left: -28px;
        z-index: 1000;
    }
}

.toggles > span {
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    color: #b2b2b2;
    display: block;
    min-width: 65px;
}

.lock-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    transform: translate(-50%, -50%);
}

.lock-sc-input {
    border-radius: 100px;
    margin: 0 0 10px 0;
}

.lock-sc-input input {
    height: 50px;
}

.google_input-div {
    margin: 52px 0 62px;
}

.asan_logo {
    padding: 32px 0 68px;
}

.navbar-width {
    width: 83% !important;
}

.flag-lang {

    width: 20px !important;
    margin-left: 10px;
}

/* LoginAsan */
.asanLogin {
    background-image: url(/resources/img/backgrounds/loginAsanBackground-89062faf7c15f50a4ab80ed3162a0056.jpg);
}

.loginAsanLogo img {
    max-width: 300px;
}

/*.asan_logo{*/
/*    background: url(../images//asan/logo/asan_logo.png) no-repeat center center;*/
/*    background-size: contain;*/
/*}*/

.loginAsanHelp a {
    font-size: 16px;
    color: #404040;
}

.loginAsanLogo {
    text-align: center;
    margin-bottom: 53px;
}

.loginAsanIn {
    padding: 29px;
    border-radius: 12px;
    box-shadow: 0 6px 20px 0 rgba(36, 36, 40, 0.17);
    background-color: #fff;
}

.loginAsanIn input {
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
}

.loginAsanRight {
    position: relative;
}

.loginAsanRight img {
    position: absolute;
    top: -20px;
    right: -75px;
}

.loginAsanContent .form-group {
    padding-top: 23px;
    padding-left: 30px;
}

.loginAsanIn1 {
    max-height: 607px;
    overflow: auto;
}

.loginAsanIn1 .loginAsanContent {
    padding-left: 20px;
}

.loginAsan1_list {
    padding: 10px 0;
}

.loginAsan1_list li {
    list-style-type: none;
    padding: 22px 10px;
    border-bottom: 1px solid #e7e7e7;
    color: #4f4d4f;
    cursor: pointer;
    margin: 10px 0;
}

.loginAsan1_list li:hover {
    background: #fbfbfb;
}

/* scrollbar style */
::-webkit-scrollbar {
    width: 8px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: #ecedf1;
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: #dadee4;
    border-radius: 4px
}

.card-title p:first-child {
    font-family: TTInterphases-DemiBold, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #2E3131 !important;
}

.card-title p:last-child {
    font-family: TT Interphases Light, Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #586268 !important;
}

.reg-box-inner {
    border-radius: 5px;
}

.reg-box-header {
    background-color: #fff;
    color: #4f4d4f;
    font-size: 18px;
    padding: 13px 18px;
    min-height: 53px;
}

.reg-body {
    background-color: #607593;
    font-size: 14px;
    color: #fff;
    padding: 25px 14px;
    min-height: 113px;
}

.new-reg-box {
    text-align: center;
    padding: 35px 0;
    background-color: #fff;
}

.new-reg-box span {
    color: #607593;
    font-size: 58px;
    margin-bottom: 14px;
    cursor: pointer;
}

.new-reg-box p {
    font-size: 16px;
    color: #989898;
}

.reg-box, .new-reg-box {
    -webkit-box-shadow: 0 6px 20px 0 rgba(36, 36, 38, 0.08);
    border-radius: 5px;
}

.reg-box-active .reg-body {
    background-color: #485465;
}

.register-content-changing {
    padding: 1.5rem;
}

.register-form {
    display: none;
}

.reg-box {
    width: 260px;
    min-width: 260px;
    margin-right: 20px;
}

.new-reg-box {
    margin-right: 10px;
    max-height: 166px;
    min-width: 260px;
    width: 260px;
}

.register-slider {
    max-width: 1330px;
    overflow-x: auto;
}

.active-register-form {
    display: block;
}

.dashboard-wrap-header {
    font-family: TTInterphases-DemiBold, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: 800;
    color: #485465;
    min-width: 100%;
}

.reg-box .reg-box-header .name {
    width: 37%;
}

.reg-box .reg-box-header .lname {
    width: 60%;
}

.reg-box .reg-box-header input::placeholder {
    color: rgba(0, 0, 0, .5);
}

.reg-box input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.reg-box .nameAfter, .reg-box .lnameAfter {
    color: #4f4d4f;
}

.reg-box .emailAfter, .reg-box .fcodeAfter, .reg-box .sigAfter {
    color: #fff;
}

.asanLogin_registr .card-body {
    min-height: calc(100vh - 475px);
}

#asanReg4 select, #asanReg3 select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
    border: 1px solid #c7c7c7;
}

.asanRegister select, .asanRegister input {
    color: #4f4d4f;
}

.card-auth-container {
    height: 100vh;
}

.comingSoon_content {
    margin-top: 25px;
}

.comingSoon {
    padding: 20px;
}

.comingSoon_img {
    width: 350px;
    height: 330px;
    margin-left: 10%;
    object-fit: contain;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.asanCert li {
    cursor: pointer;
}

@media screen and (min-width: 700px) and (max-width: 800px) {
    .comingSoon_img {
        width: 333px;
        height: 317px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1762px) {
    .comingSoon {
        padding: 10px;
    }

    .comingSoon_content {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .loginAsanHelp img {
        width: 33%;
    }

    #additionalDate > div > div {
        padding: 0 !important;
    }

    #asanReg3, #asanReg5 {
        padding: 0 30px;
    }

    .register-slider {
        padding-left: 0;
    }

    .new-reg-box {
        margin-right: 0;
        display: block !important;
        margin-bottom: 20px;
        width: 100% !important;
    }
}

@media screen and (max-width: 346px) {
    .loginAsanHelp a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1500px) {
    .button-row > div {
        padding-bottom: 20px;
    }
}

.comingSoon_main {
    max-width: 737px;
    margin: auto;
}

#asanReg4 .card {
    margin: 10px 0;
}

.card_remove {
    cursor: pointer;
}

#additionalDate {
    margin-top: 39px;
}

.asan_download-file {
    border-radius: 5px;
    border: solid 1px #bcd4ff;
    background-color: #fafcff;
    color: #47556e;
    text-align: center;
    padding: 35px 0 26px;
}

.asan_download-file span {
    font-size: 66px;
    margin-bottom: 14px;
}

.asan_download-file a {
    font-size: 16px;
    text-decoration: underline;
}

.asan_last-step {
    font-size: 18px;
    font-weight: 600;
}

.preloader-outer {
    z-index: 999;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.vertificationPreloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 6px 20px 0 rgba(36, 36, 38, 0.08);
    background-color: #fff;
    padding: 35px 46px;
}

.preloader_header {
    font-size: 20px;
    font-weight: 600;
    color: #47556e;
}

.preloader_context {
    font-size: 16px;
    font-weight: 300;
    color: #47556e;
    margin: 26px 0 15px;
}

.preloader_code {
    font-size: 40px;
    font-weight: 600;
    color: #47556e;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #233f66;
    max-width: 163px;
}

@media screen and (min-width: 767px) {
    .vertificationPreloader {
        width: 684px;
        max-width: 684px;
    }
}

@media screen and (max-width: 767px) {
    .vertificationPreloader {
        padding: 20px 30px;
        width: 300px;
        max-width: 300px;
    }

    .preloader_header {
        font-size: 18px;
    }

    .preloader_context {
        font-size: 14px;
        margin: 15px 0;
    }

    .preloader_code {
        font-size: 27px;
    }
}

.login_all, .login-sms-form, .ai-form, .ga-form {
    min-height: 100%;
    height: 100%;
}

.form_self {
    min-height: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.auth-page {
    min-height: 410px;
}

.padding_fix {
    padding: 32px !important;
}

.f_line#recaptchaLockScreen {
    margin: 0;
}

.footer_right-lc {
    position: absolute;
    right: 184px;
    bottom: 20px;
}

@media screen and (max-width: 1130px) {
    .footer_right-lc, .footer_left-lc {
        display: none !important;
    }
}

.recaptcha__ {
    background: #F9F9F9;
    padding-top: 5px;
}

.static {
    position: static !important;
}

.cover {
    background-position: center !important;
}

.cover-right {
    background-position: right !important;
}

:is(.cover, .cover-right) {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.owl-carousel .owl-slide {
    position: relative !important;
    height: 100vh !important;
}

.owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
}

.owl-carousel .owl-slide-animated {
    -webkit-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.05s !important;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.5s !important;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute !important;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.35);
    transition: all 0.2s ease !important;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff !important;
}

.owl-carousel .owl-nav {
    /*left: 50%!important;*/
    /*top: 10%!important;*/
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
}

.owl-carousel .owl-nav button {
    color: #fff !important;
    font-size: 27px !important;

}

.owl-carousel .owl-nav svg {
    opacity: 1 !important;

}

.owl-carousel .owl-nav button:hover svg {

}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}

section {
    display: none;
}

.footer_left p {
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0;
}

@media screen and (max-width: 575px) {

    .owl-carousel .owl-nav svg {
        width: 18px !important;
        height: 18px !important;
    }
}

.owl-slide-title {
    font-family: TTInterphases-DemiBold, Arial, Helvetica, sans-serif;
    font-size: 40px;
    max-width: 704px;
    width: 100%;
    padding-top: 66px;
    padding-bottom: 24px;
    line-height: 58px;
    position: relative;
}

.owl-slide-hint {
    font-size: 16px;
}

.discount-price span {
    position: relative;
    font-weight: 600;
    font-size: 90px;
    color: #586268;
    display: flex;
    line-height: normal;
}

.normal-price span {
    position: relative;
    font-weight: 600;
    font-size: 130px;
    color: var(--color-primary);
    display: flex;
    line-height: normal;
}

.discount-price span::before {
    content: '';
    position: absolute;
    width: 110%;
    height: 4px;
    background-color: var(--color-primary);
    transform: rotate(-16deg);
    left: 0;
    bottom: 0;
    transform-origin: 0% 0%;
}

.login-tariff-title {
    font-size: 48px;
    color: #586268;
}

.login-bck {
    margin-top: 28px;
}

.login-bck span {
    font-family: TTInterphases-DemiBold, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #586268;
    max-width: 704px;
    width: 100%;
    padding-top: 66px;
    padding-bottom: 24px;
    line-height: 40px;
    position: relative;
}

.login-bck p:first-of-type {
    border-bottom: 4px solid var(--color-primary);
    margin: 16px 0;
    width: 113px;
}

.login-bck p:last-of-type {
    font-family: TTInterphases Regular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #586268;
    line-height: 32px;
}

.login-bck-cb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 40px;
}

.videoitem {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
}

@media (max-width: 992px) {
    .videoitem {
        object-position: bottom center;
    }
}

.owl-slide .container {
    max-width: none !important;
    padding: 0 40px;
}

.login-qr {
    margin-bottom: 78px;
}

@media screen and (max-width: 1400px) {

    .login-tariff-title {
        font-size: 32px;
    }

    .discount-price span {
        font-size: 70px;
    }

    .normal-price span {
        font-size: 110px;
    }
}

@media screen and (max-width: 1200px) {
    .login-tariff-title {
        font-size: 28px;
    }

    .discount-price span {
        font-size: 60px;
    }

    .normal-price span {
        font-size: 100px;
    }
}

@media screen and (max-width: 1000px) {
    .owl-slide .container, footer {
        padding: 0 20px;
    }

    .discount-price span {
        font-size: 40px;
    }

    .normal-price span {
        font-size: 80px;
    }
}

.owl-slide-subtitle {
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #586268;
}

@media (max-width: 1200px) {
    .owl-slide-title {
        font-size: 5vw;
        transition: all .5s;
    }

    .owl-slide-subtitle {
        transition: all .5s;
    }
}

@media (max-width: 992px) {
    .owl-slide-title {
        font-size: 6vw;
        transition: all .5s;
    }

    .owl-slide-text {
        padding: 0;
    }

    .owl-slide-subtitle {
        font-size: 20px;
        transition: all .5s;
    }

    footer {
        padding: 0 30px;
    }

    .footer_left img {
        width: 130px;
    }

    .footer_left p, .footer_left small {
        font-size: 0.8em;
        margin: 0;
    }

    .footer_right {
        margin: 25px 0;
    }
}

@media (max-width: 768px) {
    .owl-slide-title {
        font-size: 7vw;
        transition: all .5s;
    }

    .owl-slide-subtitle {
        font-size: 20px;
        transition: all .5s;
    }
}

@media (max-width: 576px) {
    .owl-slide-title {
        font-size: 8vw;
        transition: all .5s;
    }

    .owl-slide-subtitle {
        transition: all .5s;
    }

    .owl-carousel .owl-nav {
        margin-top: -5px !important;
        /*margin-left: 20px;*/
    }

}

.btn-white {
    color: #47556e !important;
    background: #fff !important;
    padding: 0.9rem .75rem !important;
    width: 200px !important;
    height: 45px !important;
    border-radius: 22.5px !important;
}

.bg1-cabinet {
    background: url("/resources/img/businessMortgage-bg-5203fcb7d1cc7382e2fc5ee3dbf03ff7.jpg");
}

.bg1 {
    background: url("/resources/img/backgrounds/loginBg1-289145f3b759df3b7e38324b58760c31.png");
}

.bg2 {
    background: url("/resources/img/backgrounds/slider_bg2-6ffda7740abfa127ecd1efdb3293d5d9.jpg");
}

.bg3 {
    background: url("/resources/img/backgrounds/slider_bg3-e8f1a0c921a0c72bf3b5c79b584689bc.jpg");
}

.bgtariff {
    background: url("/resources/img/backgrounds/zirve-bg-fe897d55b86e0b6bff8653c00c779612.png");
}

@font-face {
    font-family: 'FontAwesome5Pro-Regular';
    src: url('/resources/fonts/fontawesome/webfonts/fa-regular-400-bc70ae3f10e3da7672a12847a2bf0175.woff2') format('woff2'),
    url('/resources/fonts/fontawesome/webfonts/fa-regular-400-9d318325eaaf66a1293e3712a6e90b25.woff') format('woff'),
    url('/resources/fonts/fontawesome/webfonts/fa-regular-400-caf8defa5e22124a0804890120b8281c.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome5Pro-Light';
    src: url('/resources/fonts/fontawesome/webfonts/fa-light-300-8d8d7db2c6282c3a8174dc601ad5c4bd.woff2') format('woff2'),
    url('/resources/fonts/fontawesome/webfonts/fa-light-300-f86c07103be2b005bf228d28fa5e3aa3.woff') format('woff'),
    url('/resources/fonts/fontawesome/webfonts/fa-light-300-7cf79debf046ceb2eedf110dff169b7b.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome5Pro-Brands';
    src: url('/resources/fonts/fontawesome/webfonts/fa-brands-400-1cd1794057af01db79a142672a0d62f2.woff2') format('woff2'),
    url('/resources/fonts/fontawesome/webfonts/fa-brands-400-9935d05f2de0ccb34dbd607953b67e5f.woff') format('woff'),
    url('/resources/fonts/fontawesome/webfonts/fa-brands-400-ad50d57482d87425a32dc40a056e9441.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceSansPro-Regular;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('/resources/fonts/sousesans-pro/SourceSansPro-Regular-c1678b46f7dd3f50ceac94ed4e0ad01a.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: TTInterphases Bold, Arial, Helvetica, sans-serif;
    src: local('Source Sans Pro'), local('SourceSansPro-Bold'), url('/resources/fonts/sousesans-pro/SourceSansPro-Bold-8669b8706bbbdd1482e2fccc4ed96850.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.social-icons {
    position: relative;
    top: calc(50% - 2em);
    height: 4em;
    right: 0;
    z-index: 99;
}

.social-icons a {
    color: #fff;
    font-size: 30px;
}

.social-icons div {
    opacity: 0.3;
    cursor: pointer;
    margin: 10px 0;
    transition: all 0.5s;
}

.social-icons div:hover {
    opacity: 1;
    transition: all 0.5s;
}

a.btn-white:hover {
    color: #3c4144;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 12px 15px !important;
}

@media screen and (max-width: 1398px) {
    .open_login header {
        width: calc(100vw - 340px) !important;
    }

    a.login, a.register, a.openAccount {
        padding: 0 36px;
    }
}

.google_card {
    padding: 32px;
}

.google_card .card-title p:first-child {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #2E3131 !important;
}

.google_card .card-title p:last-child {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #586268 !important;
}

.google_once {
    font-family: TT Interphases Regular, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #586268;
    width: 70%;
    margin-top: 135px;
}

@media screen and (max-width: 768px) {
    .google_input-div, .google_once {
        margin-top: 60px;
    }

    .google_once {
        width: 100%;
    }
}

.l_form {
    height: 100%;
}

.close-menu-text {
    font-family: TT Interphases Regular, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #2E3131;
    margin-top: 8px;
}

.asanAdvanceUserList .search-bar {
    margin: 32px 0;
    padding: 12px 12px 12px 0 !important;
    border-bottom: 1px solid #DEE2E8 !important;
}

.asanAdvanceUserList {
    padding: 32px;
}

.asanAdvanceUserList .table td {
    border-top: 0 !important;
    border-bottom: 1px solid #E4E8EE;
    padding: 12px 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.asanAdvanceUserList .table-hover tbody tr:hover {
    background-color: transparent !important;
    color: var(--color-primary) !important;
    cursor: pointer;
}

@media screen and (max-width: 345px) {
    .google_inputs input {
        width: 26px;
    }
}

.login-form-div {
    padding: 28px 60px;
    background: #fff;
    max-height: 100vh;
    min-height: 100vh;
    overflow-y: auto;
}

.login-form-img {
    margin-bottom: 40px;
}

.login-popup {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    display: none;
}

.login-popup.active {
    display: block;
}

.login-popup-inner {
    top: 50%;
    transform: translateY(-50%);
    height: min-content;
    max-width: 460px;
    margin: auto;
    padding: 20px 30px 38px 50px;
}

.login-popup-header {
    font-family: TTInterphases-DemiBold, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
    color: #2E3131;
}

.login-pop-close {
    font-size: 20px;
    color: #2e3131;
    cursor: pointer;
}

.google-popup, .asan-popup, .otp-popup {
    display: none;
}

.google-popup.active, .asan-popup.active, .otp-popup.active {
    display: block;
}

.login-popup-text {
    font-size: 14px;
    line-height: 24px;
    color: #586268;
}

.form_self .invalid-text {
    display: block;
    float: inherit;
}

@media screen and (min-width: 1750px) {
    .login-bck p:first-of-type {
        margin: 16px 0;
        width: 124px;
    }

    .login-bck p:last-of-type {
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1350px) {
    .login-bck p:first-of-type {
        margin: 12px 0;
        width: 92px;
    }

    .login-bck p:last-of-type {
        font-size: 24px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1200px) {
    .login-bck p:first-of-type {
        margin: 12px 0;
        width: 84px;
    }

    .login-bck p:last-of-type {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1016px) {
    .login-bck span {
        font-size: 24px;
        line-height: 28px;
    }

    .login-bck p:first-of-type {
        width: 68px;
    }

    .login-bck p:last-of-type {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 884px) {
    .login-bck {
        margin-top: 24px;
    }

    .login-bck span {
        font-size: 20px;
        line-height: 20px;
    }

    .login-bck p:first-of-type {
        margin: 8px 0;
        width: 48px;
    }

    .login-bck p:last-of-type {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 773px) {
    footer {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .footer_left {
        margin: 0;
    }
}

.g_inputs:disabled {
    background: transparent;
}

.log_form.active, .reg_form.active, .cert_form.active {
    display: block;
}

.reg_header {
    text-align: center;
    margin: 36px 0 24px;
}

.reg_header-main {
    font-family: TTInterphases-DemiBold, Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 4px 0;
    font-size: 14px;
    line-height: 24px;
    color: #2E3131;
}

.reg_header-sub {
    font-family: TTInterphases Regular, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #2E3131;
}

small {
    color: var(--color-primary);
    vertical-align: top;
}

.asan-link {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline !important;
    color: #404040;
}

.form-relative {
    position: relative;
}

.form-relative span {
    position: absolute;
    top: 43%;
    right: 16px;
    color: #BDC3C7;
}

.in-check {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #2E3131;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.in-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.in-check a {
    text-decoration: underline !important;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #E4E8EE;
    box-sizing: border-box;
    border-radius: 2px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.in-check input:checked ~ .checkmark:after {
    display: block;
}

.in-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #586268;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-header {
    font-family: TTInterphases-DemiBold, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #2E3131;
    margin: 155px 0 24px;
}

.login-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url('/resources/img/icons/chevron-down-e77cc7095f6e087a42122b1bfb716960.svg');
    background-size: 15px 10px;
    cursor: pointer;
    padding-right: 50px !important;
    border-radius: 2px !important;
    border: solid 1px #E8ECF1;
    background-color: #ffffff;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2e3131;
    outline: none;
    height: 48px;
}

.asan-link:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.login-small {
    color: var(--color-primary);
    vertical-align: top;
}

.asan-btn {
    margin-top: 44px;
    margin-bottom: 16px;
}

.form-checkbox {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.form-checkbox input {
    padding: 0;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: solid 1px #E8ECF1;
    background-color: transparent;
    display: block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.form-checkbox input:checked + label:before {
    border: solid 1px var(--color-primary);
    background: var(--color-primary);
}

.form-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9.5px;
    left: 8px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    transform: translate(0, -50%) rotate(45deg);
}

.form-checkbox label {
    position: relative;
    cursor: pointer;
    font-family: TT Interphases Regular, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #2E3131;
}

.saved-footer {
    padding: 0 184px;
}

.saved-footer small {
    color: #fff;
}

.saved-btn {
    width: 100%;
    padding: 10px 0;
    border-radius: 2px;
    height: 50px;
    font-size: 16px;
}

body {
    background: #fff;
}

.login-right {
    display: flex;
    flex: 0 0 440px;
}

.login-left {
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: center;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .login-right {
        flex: 0 0 100%;
    }

    .login-left {
        display: none;
    }
}

.register-footer * {
    color: #2e3131 !important;
}

:is(.cover, .cover-right) {
    position: relative;
}

:is(.cover, .cover-right) .owl-slide-text {
    position: absolute;
    top: -35px;
    left: 40px;
}

:is(.cover, .cover-right) .owl-slide-title {
    font-size: 28px;
    line-height: 40px;
    font-family: 'TTInterphases-DemiBold', sans-serif;
    color: var(--color);
    max-width: 1000px;
}

:is(.cover, .cover-right) .owl-slide-title::after {
    content: '';
    width: 112px;
    height: 3px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    bottom: 10px;
}

:is(.cover, .cover-right) .owl-slide-footer {
    position: absolute;
    left: 40px;
    bottom: 50px;
}

:is(.cover, .cover-right) .owl-slide-footer span {
    font-size: 30px;
}

:is(#docFlowSlide.cover, #docFlowSlide.cover-right) .owl-slide-title {
    position: absolute;
    color: #586268;
    left: inherit;
    right: 0;
    max-width: 465px;
}

:is(#docFlowSlide.cover, #docFlowSlide.cover-right) .owl-slide-subtitle {
    position: absolute;
    top: 150px;
    right: 120px;
    max-width: 345px;
    font-size: 20px;
}

.owl-carousel .owl-item img.qr_code {
    width: 115px;
    height: 115px;
    position: absolute;
    bottom: 25px;
    right: 45px;
}

.owl-carousel .owl-item img.pos_qr {
    height: 145px;
}

.owl-carousel .owl-item .footer_right {
    position: absolute;
    right: 45px;
    bottom: 0;
}

.owl-carousel .owl-item .footer_right > img {
    max-width: 250px;
    width: 100%
}

.owl-carousel .owl-item .footer_right > img:last-of-type {
    width: 50px;
    margin-left: 16px;
}

.owl-carousel .owl-item .footer_left {
    left: 35px;
    position: absolute;
    bottom: 0;
    margin: 0;
}

.owl-carousel .owl-item .footer_left > img {
    max-width: 100px;
}

.qr-box {
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 9.78px;
    margin-top: 15px;
}
.qr-box__img img{
    width: 44.44px;
    height: 44.44px;
}

.qr-box__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
    margin-left: -40px;
}