﻿
@font-face {
    font-family: "SFProBold";
    src: url('../../fonts/FontSfPro/SF-Pro-Display-Bold.otf') format('woff2');
    font-display: swap;
}

* {
    font-family: AvertaStdCY-Regular;
}

body {
    min-height: 500px;
    min-width: 400px !important;
    overflow: auto;
}

.logo {
    width: 200px;
}

.login {
    flex-direction: column;
    min-height: 100%;
    align-items: center;
    -webkit-align-content: center;
    background-color: #212121;
}

    .login .container {
        max-width: 1200px;
    }

    .login .content-title {
        background-color: white;
        align-items: center;
        width: 100%;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 99999;
    }

    .login .icon-bar {
        background-color: #0877bb;
    }

    .login .nav > li {
        border: 1px solid #0877bb;
        background-color: white;
    }

        .login .nav > li > a {
            color: black;
            font-family: SFProBold !important;
            font-weight: bold;
            padding-top: 13px;
            padding-bottom: 0;
        }

            .login .nav > li > a:hover {
                color: #0973b9 !important;
                /*background-color: white;*/
            }

    .login .active-link {
        border-bottom: 2px solid #399afb;
        color: #399afb;
        padding-bottom: 5px;
    }

    .login .link-title {
        font-size: 14px;
        margin-top: 9px;
        font-family: robotobold;
        color: black !important;
    }


    .login .container-header {
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        height: 60px;
        width: 100%;
    }

    .login .link-tab {
        align-items: center;
    }

        .login .link-tab a {
            background: white;
            color: black;
            padding-left: 10px;
            padding-right: 10px;
        }

    .login .header-login {
        padding-top: 10px;
    }

    .login .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .login .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }

            .login .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 4px;
            }

    .login .content {
        width: 100%;
        padding-top: 45px;
        flex: 1;
        justify-content: center;
    }


    .login .login-content {
        flex-wrap: wrap;
        /*min-height: 480px;*/
        background-image: url('../../img/Login/login-backgroup.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 35px;
        align-items: center;
        padding-bottom: 30px;
    }

    .login .form-title {
        color: white;
        flex: 1;
        display: flex;
        align-items: center;
    }

    .login .form-login {
        width: 460px;
        background-color: white;
        border-radius: 4px;
        padding: 16px 29px 30px 29px;
        min-height: 350px;
        position: relative;
    }

    .login .login-center {
        text-align: center;
        font-size: 20px;
        background: url('../../img/Login/logo.png') no-repeat;
        background-position-x: center;
        background-position-y: top;
        background-size: 30%;
        padding-top: 45px;
    }

        .login .login-center div {
            text-transform: none;
            font-size: 16px;
        }

            .login .login-center div span {
                line-height: none;
            }

    .login .text-danger {
        color: red;
    }

    .login .text-title {
        margin-top: 10px;
    }

    .login .forgot-password {
        text-align: center;
    }

    .login .button-login {
        margin-top: 10px;
    }

    .login .btn-login-form {
        margin-top: 10px;
        width: 100%;
    }

    .login .button-expert {
        margin-top: 20px;
        margin-left: 4px;
    }

    .login .padding-left-right-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .login .logo-misa {
        background: url('../../img/Login/logo-misa.svg') no-repeat;
        width: 100px;
        height: 40px;
    }

    .login .company-name {
        color: #212529;
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
        padding-top: 16px;
        padding-bottom: 12px;
        font-family: SFProBold !important;
    }

    .login .icon-footer-left {
        column-gap: 24px;
    }

    .login .icon-footer-block {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login .ic-facebook-big {
        background: url('../../img/Login/ic-facebook-big.svg') no-repeat;
        width: 36px;
        height: 36px;
    }

        .login .ic-facebook-big:hover {
            cursor: pointer;
        }

        .login .support-help-mid-left {
            width: 240px;
        }

            .login .support-help-mid-left .m-row {
                font-size: 14px;
            }

            .login .support-help-mid-content {
                align-items: center;
                column-gap: 104px;
                padding-bottom: 16px;
            }

    .login .ic-youtube-big {
        background: url('../../img/Login/ic-youtube-big.svg') no-repeat;
        width: 44px;
        height: 44px;
    }

        .login .ic-youtube-big:hover {
            cursor: pointer;
        }

    .login .ic-phone-contact {
        height: 24px;
        width: 24px;
        background: url('../../img/Login/ic_phone_contact.svg') no-repeat;
    }

    .login .ic-mail-contact {
        height: 24px;
        width: 24px;
        background: url('../../img/Login/ic_mail_contact.svg') no-repeat;
    }

    .login .ic-website-contact {
        height: 24px;
        width: 24px;
        background: url('../../img/Login/ic_website_contact.svg') no-repeat;
    }
    
    .login .i-v3-language {
        height: 24px;
        width: 24px;
        background: url('../../img/Login/ic_white_language.svg') no-repeat;
    }

    .login .i-v3-blue-check {
        height: 24px;
        width: 24px;
        background: url('../../img/Login/ic_blue_check.svg') no-repeat;
    }


.me-expert {
    display: flex;
}

.login #btnexpert {
    width: 154px;
    height: 35px;
    font-family: SFProRegular,-apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: bold;
    padding: 6px 26px 6px 6px;
}


.login .footer-infor {
    background-color: #212121;
    width: 100%;
}

.login .support-help {
    background-color: #ffffff;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 24px;
}

.login .infor-company {
    background-color: #ffffff;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 16px;
}

.login .support-customer {
    padding: 15px 0 0 0;
    background: transparent url('../../img/call.png') no-repeat 0;
    font-size: 18px !important;
    width: 100%;
    color: #707070;
    text-align: center;
}

.login .copyright {
    flex-wrap: wrap;
    padding-left: 45px;
    padding-right: 45px;
}

.login .branch {
    /*font-family: SFProBold !important;*/
    font-weight: bold;
    font-size: 16px;
    color: black;
    padding-top: 25px;
    padding-bottom: 15px;
    line-height: 0;
}

.login .license-agreement {
    font-size: 14px !important;
    color: #212529;
    opacity: 0.9;
    padding-top: 0px;
}

    .login .license-agreement a {
        color: #8b8b8b;
        line-height: 32px;
        outline: none;
        text-decoration: none;
    }

.col-image-copyright {
    padding-left: 0;
}

.place {
    padding-left: 0;
    padding-right: 0;
}

.col-place {
    float: left;
    padding-left: 0;
    padding-right: 22px;
    padding-bottom: 15px;
}

.infor-branch {
    color: #8b8b8b;
    opacity: 0.7;
}
/*Tổng đài tư vấn support*/
.support-content {
    width: 288px;
    right: 0px;
    top: 38px;
    position: absolute;
    background-color: white;
    float: right;
    margin-left: -150px;
    z-index: 9999;
    box-shadow: 0px 1px 5px 1px #bbb0b0;
    display: none;
}
    /*
    .support-content .user-expert {
        height: 42px;
        display: flex;
        align-items: center;
    }

        .support-content .user-expert:hover {
            background-color: #f1f1f1 !important;
            height: 42px;
        }

        .support-content .user-expert a {
            font-size: 13px;
            margin-left: 13px;
            color: black !important;
            text-decoration: none;
        }

            .support-content .user-expert a:hover {
                text-decoration: none;
            }*/

    .support-content .li-item {
        height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #fbf8f8;
    }

        .support-content .li-item:hover {
            background-color: #e8f0fe;
        }

        .support-content .li-item a {
            font-size: 13px;
            color: black !important;
            text-decoration: none;
            margin-left: 8px;
        }

            .support-content .li-item a:hover {
                text-decoration: none;
            }

        .support-content .li-item .channel-help-icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: #dedede;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 8px;
        }

    .support-content .i-channel-online {
        background-position: 1px -80px;
    }

    .support-content .i-channel-fb {
        background-position: -80px -80px;
    }

    .support-content .i-channel-misa {
        background-position: -119px -80px;
    }

    .support-content .icon-misa-help-hotline {
        background-position: -237px -80px;
    }

    .support-content .i-zoom {
        background-position: -158px -80px;
    }

    .support-content .i-youtube {
        background-position: -197px -79px;
    }

   /* .support-content .icon-misa-help-hotline {
        background-image: url(../img/Icon/icon-topmenu.svg);
        background-repeat: no-repeat;
        background-position: -158px -80px;
    }*/
/*   .support-content .public-support {
        padding-top: 6px;
        height: 40px;
        display: flex;
    }

        .support-content .public-support:hover {
            background-color: #f1f1f1;
            height: 40px;
        }

        .support-content .public-support a {
            font-size: 13px;
            margin-left: 9px;
            color: black !important;
            text-decoration: none;
        }

            .support-content .public-support a:hover {
                text-decoration: none;
            }*/
/*@media (min-width: 1601px) {
    .col-place {
        width: 20%;
    }
}

@media (min-width: 1050px) and (max-width: 1600px) {
    .col-place {
        width: 20%;
    }
}*/

@media only screen and (max-width:600px) {
    .form-title {
        display: none !important;
    }

    body {
        min-width: 100% !important;
        height: 300px;
        overflow-y: scroll;
    }

    .login .form-login {
        width: 300px !important;
        background-color: white;
        border-radius: 4px;
        padding: 30px 20px;
        min-height: 350px;
        position: relative;
        margin-right: 10px;
    }

    .support-label {
        width: 230px;
    }

    .login .support-social {
        float: none;
        margin-left: -30px;
    }

    .infor-company img {
        width: 100% !important;
    }

    .login .license-agreement {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {

    .login .navbar-fixed-top, .login .navbar-fixed-bottom {
        position: relative;
        right: 0;
        left: 0;
        border-width: 0 0 1px;
        margin-bottom: 0px;
        top: -12px;
    }

    .login .nav > li {
        border-width: 0px;
    }

    .navbar-collapse {
        position: relative !important;
        top: -12px !important;
    }

        .navbar-collapse.collapse {
            margin-top: 45px !important;
        }

            .navbar-collapse.collapse ul a {
                font-size: 8px;
            }
}

@media (min-width: 1024px) {
    .login .navbar-fixed-top, .login .navbar-fixed-bottom {
        position: relative;
        right: 0;
        left: 0;
        border-width: 0 0 1px;
        margin-bottom: 0px;
        top: -12px;
    }

    .login .nav > li {
        border-width: 0px;
    }

    .navbar-collapse {
        position: relative !important;
        top: -12px !important;
    }

        .navbar-collapse.collapse {
            margin-top: 45px !important;
        }
}


.content-title {
    height: 61px;
}

.validation-summary-errors ul li {
    list-style-type: none;
    color: red;
    font-size: 13px;
    padding: 9px 9px;
}


.captcha-img-login {
    margin-left: 8px;
    height: 39px;
    margin-top: 0;
}

.captcha-mess {
    font-size: 13px;
    font-style: italic;
}

    .captcha-mess span {
        font-family: Roboto,Verdana,Arial,sans-serif;
    }

.captcha-refresh {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    cursor: pointer;
    float: right;
    margin-top: 14px;
}

.captcha-input {
    width: 48%;
    float: left;
}

label.error {
    border: none !important;
    color: red;
    padding-top: 4px;
}

.captchar label.error {
    float: left;
}

.button-action {
    position: absolute;
    bottom: 24px;
    width: 350px;
    left: 25px;
}

.password-wrapper {
    position: relative;
}

.padding-top20 {
    padding-top: 20px;
}

.viewpassword {
    width: 22px;
    height: 20px;
    background: transparent url(../../img/icon_24.svg) no-repeat center center;
    margin-left: 8px;
    cursor: pointer;
    background-position: 0 -1388px;
    position: absolute;
    top: 17px;
    right: 9px;
    opacity: 0.5;
}

#reset-password-meinvoice .viewpassword, #reset-password-misa .viewpassword {
    /*    top: 8px !important;*/
}

.confirm-statement {
    margin-bottom: 15px;
    text-align: center;
}

.viewpassword:hover, .viewpassword:focus, .viewpassword:active {
    opacity: 1;
}

.viewpassword.active {
    background-position: 0 -360px;
}

#ChangePassword .viewpassword {
    position: relative;
    right: 0px;
    top: 5px;
    margin-left: -27px;
}

.resend-verify-password {
    color: #007bff;
    text-align: right;
}

    .resend-verify-password:hover {
        cursor: pointer;
        text-decoration: underline;
    }

#reset-password-misa .errorMes {
    color: red;
}


.form-login .description-login {
    background: url('../../img/Group 26551.png') center bottom no-repeat;
    height: 50px;
    text-align: center;
    margin-top: 30px;
}

.padding-15 {
    padding-top: 15px;
}

.padding-top25 {
    padding-top: 20px;
}

/*custom input*/
.form-login .form-control {
    border-color: #dddee0;
    border-radius: 4px !important;
    font-family: AvertaStdCY-Regular;
}

    .form-login .form-control::placeholder {
        font-style: initial;
    }

.style-login-title {
    margin: auto;
}

.style-timeout {
    padding: 0 0 0 4px;
    color: #707070;
}

.line-height24 .set-timeout {
    width: 18px;
    border: none;
    text-align: center;
    background: white;
}

.btn-eye {
    height: 32px;
    width: 32px;
    position: absolute;
    right: 4px;
}

.line-height24 {
    line-height: 24px;
    padding: 0;
}

.user-circle-login {
    width: 20px;
    background-size: 15px;
}

.r-style-icon {
    width: 26px;
    height: 24px;
    background-size: 25px;
}

.warning-login {
    width: 30px;
    height: 27px;
}

.style-warning-login {
    border-radius: 3px;
    margin-top: 8px;
}

.style-warning-login-step1 {
    border-radius: 3px;
    margin-top: 8px;
    display: none;
}

.misaIDNotActive {
    display: flex;
    margin-bottom: 15px;
}

.style-contact {
    height: auto;
    width: 330px;
    cursor: pointer;
    padding: 6px 0;
    border-bottom: 1px solid #c1c1c1;
}

.d-none {
    display: none;
}

.style-title-active {
    font-family: SFProBold !important;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin: auto 4px;
    position: relative;
    width: 347px;
    right: 15px;
}

.icon-checkV2 {
    height: 77px;
    min-width: 32px;
    background-position-x: center;
    background-position-y: 4px;
    background-size: 72px;
}

.bg-active-success {
    padding: 21px 0 36px 0;
}

    .bg-active-success .style-text-bas {
        text-align: center;
        font-size: 12px;
        width: 250px;
        margin: auto;
    }

.bg-accuracy .r-txt-phone {
    text-align: center;
    margin: auto;
}

.bg-retrival-pass .s-txt-phone-active {
    text-align: center;
    width: 324px;
    margin: auto;
}

.bg-misaID-active .s-txt-login {
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
}

.round-bg .view-active {
    margin: auto;
    width: 600px;
    height: 415px;
    border-radius: 3px;
}

.r-align-center {
    text-align: center;
    margin: auto 8px;
}

.round-bg .view-active .style-icon-active {
    width: 240px;
    margin: 12px auto;
    height: 155px;
    align-items: center;
    background-size: 234px;
}

.round-bg .view-active .style-title {
    text-align: center;
    font-family: SFProBold !important;
    font-weight: bold;
    font-size: 18px;
}

.round-bg .view-active .style-btn-home {
    width: 300px;
    margin-top: 32px;
    border: none;
    color: white;
    border-radius: 3px;
    height: 32px;
    background-color: #1492e6;
}

.round-bg .view-active .txt-phone {
    font-family: SFProBold !important;
    font-weight: bold;
}

.bg-form {
    width: 410px;
    background-color: white;
    border-radius: 4px;
    padding: 16px 30px 20px 40px;
    min-height: 350px;
    position: relative;
}

.cls-line-height {
    line-height: 32px;
}

.style-img-background {
    width: 605px;
    margin: auto;
    height: 490px;
    background-size: 605px;
}

.round-bg {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    background: #e4e4e4;
}

.continue {
    margin-top: 10px;
}

.general-text-center {
    text-align: center;
}

.s-btn-general {
    margin: 10px 0;
}

.continue .btn-login-form {
    margin-top: 5px;
    width: 100%;
}

.s-btn-continue {
    margin-top: 5px;
    width: 100%;
}

.btn-active-success {
    margin-top: 29px;
    padding: 0 20px;
    background-color: #1492e6;
    border: solid 1px transparent;
    color: #FFF;
    height: 32px;
    font-size: 13px !important;
    padding: 6px 70px;
    border-radius: 2px;
    outline: none !important;
    cursor: pointer;
}

.inactive-resend-opt {
    color: #9e9d9d;
}

.active-resend-opt {
    color: #428bca;
    cursor: pointer;
}

.user-circle-login-v2 {
    background-image: url('../../img/user-circle.png');
    background-repeat: no-repeat;
    background-position: center left;
    height: 16px;
    min-width: 16px;
    margin: auto;
}

.activeStep3 .btn-resend.countdown-end:hover {
    cursor: pointer;
    text-decoration: underline;
}

.validation-summary-errors {
    width: 390px;
}

    .validation-summary-errors ul {
        margin-bottom: 0px;
    }

.pasword-type-email {
    display: none;
}

.m-row select {
    border-radius: 4px;
}

.login .login-recenter {
    font-family: SFProBold !important;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background: url('../../img/meinvoiceedu.svg') no-repeat;
    background-position-x: center;
    background-position-y: top;
    padding-top: 68px;
    padding-bottom: 10px;
}

.unit-table {
    display: inline-block;
    overflow-y: scroll;
    max-height: 200px;
}

    .unit-table tr.clicked {
        background-color: #e5f2fb;
    }

#units-login ::-webkit-scrollbar {
    width: 6px;
}

#units-login ::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}

.unit-table tbody {
    width: 100%;
    display: inline-table;
}

.icon-search-educompany {
    background: url('../../img/icon_24.svg') no-repeat;
    background-position: 2px -1224px;
    width: 28px;
    height: 26px;
    border: none;
    position: absolute;
    top: 1px;
    right: 2px;
}

.btn.loginblue {
    background-color: #1877f2 !important;
    color: white;
    border-radius: 22px;
    border: none;
}

.btn.logingreen {
    background-color: #47ac00 !important;
    color: white;
    border-radius: 22px;
    width: 100%;
    border: none;
}


.login-foruser, .login .btn {
    /*font-family: SFProBold !important;*/
    font-weight: bold;
}

.btn-40 {
    height: 40px;
}

.login .form-control {
    height: 40px !important;
}

.login .btn:hover {
    background-color: #fcb32c !important;
}

.area-coppyright {
    height: 40px;
    background-color: black;
}

    .area-coppyright .container {
        height: 100%;
    }

        .area-coppyright .container .range-date {
            color: white;
        }

        .area-coppyright .container .proxy a {
            color: white;
        }

        .area-coppyright .container .range-date, .area-coppyright .container .proxy {
            overflow: hidden;
        }

.login .icon-tel {
    height: 20px;
    width: 20px;
    background: url('../../img/Login/ic_phone.svg') no-repeat;
}

.login .icon-mail {
    height: 20px;
    width: 20px;
    background: url('../../img/Login/ic_mail.svg') no-repeat;
}

.login .login-center .login-title {
    padding-top: 15px;
    font-size: 20px;
}

.col-image-copyright {
    display: flex;
    justify-content: flex-end;
}

    .col-image-copyright .iso {
        height: 50px;
        width: 70px;
    }

    .col-image-copyright .iso-27 {
        background: url('../../img/Login/download (1).png') no-repeat;
        margin-right: 18px;
    }

    .col-image-copyright .iso-08 {
        background: url('../../img/Login/Mask Group 17.png') no-repeat;
    }

    .col-image-copyright .iso-ukas {
        background: url('../../img/Login/download.png') no-repeat;
    }

    .col-image-copyright .iso-dmca {
        background: url('../../img/Login/ic_dmca.png') no-repeat;
    }

.meme-content {
    padding: 13px 0px;
}

.forgot-title {
    text-align: center;
    font-size: 20px;
    font-family: SFProBold !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.resend-otp {
    color: #428bca;
    margin-bottom: 8px;
    height: 40px;
}

.opt-active-link {
    opacity: 1;
}

    .opt-active-link:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.login .mdc-floating-label {
    color: black !important;
    font-size: 15px;
    font-family: AvertaStdCY-Regular;
}

.mdc-text-field__input {
    font-family: AvertaStdCY-Regular !important;
}

.login .border-require {
    border-color: red !important;
}

.security-level {
    display: flex;
    height: 25px;
}

    .security-level .text {
        padding-top: 6px;
        color: red;
        font-size: 12px;
    }

    .security-level .textvalid {
        color: #2bb93c !important;
    }

.login .proxy {
    display: flex;
}

.proxy .ic-facebook {
    background-position: -2px -2px !important;
}

.login .nav > li > a {
    color: #333;
    padding: 10px 15px !important;
}

    .login .nav > li > a:hover, .login .nav > li > a:focus {
        text-decoration: none;
    }

.nav:before, .nav:after {
    display: table;
    content: " ";
}

@media (min-width: 750px) {
    .navbar-fixed-top .navbar-toggle {
        display: none;
    }
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    border-width: 0 0 1px;
    top: 0;
}

/*.navbar-collapse.show {
    overflow-y: auto;
}*/

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        flex-direction: unset;
    }
}

.login .navbar-header {
    width: 100%;
}

.login .margin-t15 {
    margin-top: 15px;
}

.login .margin-t20 {
    margin-top: 20px;
}

.enable-user-popup {
    position: absolute;
    margin-left: 170px;
    padding: 8px;
    margin-top: -25px;
}

.AuthenTwoFactor input[type=checkbox]:checked {
    background-image: unset;
}

.hide {
    display: none !important;
}

.login-step1-tax-code {
    top: 22px !important;
    font-size: 15px !important;
}

.login-group-line {
    border: 1px solid #e9e9e9;
    height: 0;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
}

#btnLoginOther {
    background: url('../../img/Logo/Group 83485.png') no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    display: inline-block;
    margin: 8px 0px -25px 180px;
}

.get-information-login {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #57339C 0%, #178EE3 100%);
    height: 100vh;
    width: 100vw;
}

.get-information-login .form-get-information-login {
    width: 460px;
    background-color: white;
    border-radius: 4px;
    padding: 24px 24px 16px 24px;
    min-height: unset;
    height:auto;
    position: relative;
}

.choose-ceritificate{
    margin-top:24px;
}

.choose-ceritificate-title, .taxcode-information-title {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 600;
}

.certificates{
    margin-top:8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width:100%;
    height:auto;
}

.certificate {
    display: flex;
    padding: 4px 12px 4px 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 1px solid #DBDFE5;
    font-size: 14px !important;
    cursor:pointer;
}

    .certificate.active {
        border-color: #2f85f3 !important;
    }

.esign-icon {
    background-image: url("../../img/Signature/esign-icon.png");
}

.usb-icon {
    background-image: url("../../img/Signature/usb-icon.png");
}

.hsm-icon {
    background-image: url("../../img/Signature/hsm-icon.png");
}

.choose-ceritificate-icon {
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.certificate-information {
    width: max-content;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid #DBDFE5;
    background: #EEF2F5;
    height: auto;
    margin-top: 12px;
    display:none;
}

.taxcode-information-wrapper{
    display:none;
}

.taxcode-information {
    display: flex;
    width: 100%;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid #DBDFE5;
    background: #EEF2F5;
    height: auto;
    margin-top: 12px;
}

.c-pointer {
    cursor: pointer;
}

.button-wrapper{
    display:flex;
    column-gap:8px;
    margin-top:20px;
}

.form-get-information-login .btn{
    border-radius:4px !important;
    font-size:14px !important;
}

.btn-get-information {
    background-color: #47ac00 !important;
    color: white !important;
}

.form-get-information-login .btn-create-new-account:hover {
    background-color: #f0f2f5 !important;
}

.form-get-information-login .btn-get-information[disabled],
.form-get-information-login .btn-get-information[disabled]:hover {
    background-color: #9EDB74 !important;
}

.form-get-information-login .btn-create-new-account[disabled],
.form-get-information-login .btn-create-new-account[disabled]:hover {
    background-color:  #ECECEC !important;
}

.choose-certificate-instruct {
    font-size: 13px !important;
    font-style: italic;
    font-weight: 400;
    margin-top: 8px;
    color: #63676D;
    text-align: left;
}

.certificate-username-wrapper, .certificate-serialnumber-wrapper, .certificate-validity-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.certificate-username-wrapper, .certificate-serialnumber-wrapper {
    margin-bottom: 2px;
}

.eSign-button {
    background-color: #00B416 !important;
}

.eSign-button:hover {
    opacity: 0.8;
}

.i-help-login-step1 {
    background-position: -144px -704px !important;
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 2;
}

.login-step1-button-tooltip {
    position: absolute;
}

.help-login-icon-tooltip {
    visibility: hidden;
    position: absolute;
    top: -118px;
    right: -9px;
    width: 374px;
}

    .help-login-icon-tooltip::before {
        content: "";
        position: absolute;
        right: 0;
        height: 30px;
        width: 100%;
        bottom: -30px;
    }

    .help-login-icon-tooltip .arrow-tooltip::before {
        border-bottom-color: #354052 !important;
        bottom: -9px;
        border-width: 0 0.5rem 0.6rem;
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid;
        box-sizing: border-box;
        transform: rotate(180deg);
        right: 9px;
        z-index: 2;
    }

    .help-login-icon-tooltip .bgr-help-login {
        display: flex;
        padding: 8px 12px;
        column-gap: 12px;
        border: none !important;
        background-color: #354052;
        color: #FFF;
        padding: 12px 12px;
        margin-left: 5px;
        border-radius: 0.25rem !important;
    }

.i-help-login-step1:hover .help-login-icon-tooltip {
    visibility: visible;
}

.ui-tooltip-content {
    white-space: pre-line;
}

.dropdown-menu-language {
    padding: 6px !important;
    border-radius: 4px;
    width: 180px;
    float: none;
    left: -80px !important;
}

.dropdown-menu-language .language-item {
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 4px 8px 4px 16px;
}

.dropdown-menu-language .language-item:hover { 
    background-color: #e7f3ff;
}

.dropdown-menu-language .language-item > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.language-item.selected {
    background: #E8F1FE;
}


.language-item.selected .language-item-div div:first-child {
    color: #1877F2 !important;
}

.language-item.selected .i-v3-blue-check{
    display: block !important;
}

.select-language {
    cursor: pointer;
    padding: 6px 8px 4px 8px;
    border-radius: 4px;
    min-width: 100px;
}

.select-language:hover {
    background: #00000033;
}