body {
    color: black;
}
* {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif, "Apple Color Emoji", emojisymbols, "Glyphicons Halflings" !important;
}
i {
    font-family: "Font Awesome 5 Pro" !important;
}
.errors {
    color: red;
    padding-left: 30px;
    font-size: 12px;
}

#w-register .box-form-auth .inp_text{
    border-radius: 3px;
    height: 40px;
}

.form-step-2 .label-username {
    width: 85px;
    background: white;
    position: absolute;
    top: 12px;
    left: 20px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 12px;
    font-weight: 300;
    transition: all .3s ease;
    color: #888888;
}

.form-step-2 input:focus + label.label-username{
    font-size: 12px;
    top: -10px;
    color:  #08BF5A;
}

.label-username.active {
    font-size: 12px;
    top: -10px;
}
.notification-sendmail {
    padding: 0;
}
.box-form-auth {
    z-index: 2;
    margin: 0;
    width: 90%;
    border-radius: 10px;
    /* height: 43vh; */
    display: flex;
    flex-direction: column;
}

.login100-pic img{
    max-width: 50%;
    height: auto;
}
#w-register .container-login100-form-btn{
    margin-top: 29px;
    padding: 0 !important;
    font-size: 12px;
    font-weight: 300;
}
#w-register .login100-form-btn{
    height: 43px;
}
.form-title{
    text-align: center;
    color: #51595C;
    font-weight: bold;
    font-size: 20px;
    margin-top: 17px; 
    color: #333;
    font-weight: 600;
}
.limiter {
    height: 100%;
}
a{
    color: rgba(87,153,219,1);
}
.left-content {
    width: 50%;
}
#w-register {
    width: 50%;
}
.container-login100 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    min-height: 100vh
}
.container-background {
position: relative;
width: 100%;
height: 100vh;
background-color: white;
}
.btn-sns-line {
    background: #08BF5A 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000048;
    border-radius: 25px;
    opacity: 1;
    height: 50px;
    width: 50%;
}
input:focus {
    border-color: #DDDDDD !important;
}
.triangle {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0 0 60vh 80vw;
    border-color: transparent transparent #08BF5A33 transparent;
}
.wrap-login100 {
    padding: 80px 130px 33px 1px;
}
.steps {
    display: flex;
    margin-bottom: 50px;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.step {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}

.connector {
    height: 2px;
    background-color: #08BF5A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.connector-1 {
    width: 25%;
    left: 54%;
    top: 27%;
}

.connector-2 {
    width: 25%;
    left: 21%;
    top: 27%;
}

.step-number {
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #E0E0E0 0% 0% no-repeat padding-box;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.step-number-active .step-number{
    background: #08BF5A 0% 0% no-repeat padding-box;
}
.step-number-active .step-title{
    font-weight: 600;
    color: #08BF5A;
}
.step-title {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 300;
}

.step.current .step-number {
    background-color: #007bff;
    color: #fff;
}

.step-number span {
    font-size: 14px;
    font-weight: 600;
}

/* Hide the last connector */
.step:last-child .connector {
    display: none;
}

.inp_text {
    border: 1px solid #DDDDDD;
    background: #FFFFFF 0% 0% no-repeat padding-box;;
}
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.icon {
    font-size: 36px; 
    color: #00c853; 
}
.form-notification {
    font-size: 14px;
    color: #f44336; 
}
.text-content {
    display: flex;
    flex-direction: column;
}


.text-center {
    margin-top: 30px;
    width: 100%;
}
[v-cloak] {
    display: none;
}
button:disabled{
    background: #E0E0E0 0% 0% no-repeat padding-box;
    cursor: not-allowed; 
}
.label-email {
    flex-direction: column;
    margin-top: 14px;
    margin-bottom: 13px;
}
.wrap-input100 input[type="checkbox"] {
    appearance: none; /* Xóa bỏ giao diện mặc định của checkbox */
    -webkit-appearance: none; /* Đảm bảo tương thích với WebKit browsers */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}
.wrap-input100 input[type="checkbox"]:checked::before {
    content: '✔'; 
    color: #000; 
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rules {
    justify-content: center
}
.label-email label{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.label-email p {
    font-size: 14px;
    color: #888888;
    font-weight: 300;
    opacity: 1;
}
input::placeholder {
    font-size: 12px;
    font-weight: 300;
    color: #E0E0E0
}
.btn-step-2 {
    background: #08BF5A;
    border: 1px solid #08BF5A;
    border-radius: 25px;
    opacity: 1;
    width: 50%;
    height: 50px
}
.btn-step-2 span {
    color: white;
}
.form-step-1 {
    box-shadow: 0px 3px 6px #00000029;
    padding: 36px 55px 31px 55px
}
.form-step-1 .form-title {
    margin-bottom: 0px;
}
.form-step-1 .text-center {
    margin-top: 17px;
}

.form-step-2 {
    padding: 27px 83px 43px 83px;
}
.form-step-2 input:focus {
    border-color: #08BF5A !important;
}
.form-step-2 input::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #888888;
}
.form-step-2 input:focus::placeholder {
    color: black;
}
.form-step-2 .form-title  {
    font-size: 20px;
    font-weight: 600;
}
.form-step-2 .text-content {
    text-align: center;
}
.type-password .pass-word-description {
    flex-direction: column;
    padding: 11px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 5px;
    margin-bottom: 15px;
}
.type-password .label-password label {
    font-size: 14px;
    font-weight: 600; 
}
.type-password .pass-word-description span {
    font-size: 12px;
    font-weight: 300;
}
.required-text {
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
    color: red;
    font-weight: 300;
    font-size: 12px
}
.eye-password {
    position: absolute !important;
    right: 50px;
    top: 42%;
    transform: translateY(-50%);
    color: #888888;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 3px;
}
.fa-eye-slash  {
    color: black;
}
.wrap-input100 input::placeholder {
    font-size: 14px;
    font-weight: 300;
}
.type-password input::placeholder {
    font-size: 12px;
    font-weight: 300;
    color: #888888;
}
.type-password {
    max-width: 650px;
}
.back{
    text-align: center;
    margin-top: 11px;
}
.back a{
    font-size: 14px;
    color: #888888;
    font-weight: 300;
}
.confirm-information .label-confirm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 16px;
    font-size: 12px;
}
.confirm-information .label-confirm label {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    color: #888888;
}
.confirm-information .label-confirm p {
    font-size: 14px;
    color: #222222;
    font-weight: 300;
    opacity: 1;
}
.confirm-information {
    width: 75%;
}
.content-step-3 {
    padding: 50px 80px 50px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-step-3 .notification-sucess {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.btn-step-3 {
    background: #08BF5A 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000048;
    opacity: 1;
    border: 1px solid #08BF5A;
    border-radius: 25px;
    width: 70%;
    height: 50px;
}
.form-step-3 .form-title span{
    color: #222222;
}
.form-step-3{
    padding: 0;
}
.notification-sucess p {
    color: black;
    font-weight: 300;
}
.btn-spinner {
    position: relative;
}

.btn-spinner.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: #000;
    animation: spin 1s linear infinite;
}

.input101{
    border: 1px solid #E0E0E0;
    padding: 0 15px !important;
    font-size: 12px;
}

button:disabled{
    cursor: not-allowed;
    pointer-events: all;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#registerForm {
    width: 100% !important;
}

@media screen and (max-width: 1440px){
    .wrap-login100 {
        padding: 80px 0px 33px 1px;
    }
    #registerForm {
        width: 100% !important;
    }
}
@media screen and (max-width: 1440px){
    /* .content-step-3 {
        padding: 50px 110px 50px 110px;
    } */
    .btn-step-3 {
        width: 80%;
    }
}

@media screen and (max-width: 1366px){
    .form-step-3{
        padding: 0;
    }
}

@media screen and (max-width: 1280px){
    .login100-pic img {
        max-width: 400px;
    }
    .btn-step-3 {
        width: 90%;
    }
    /* .content-step-3 {
        padding: 37px 110px 37px 110px;
    } */

    #registerForm {
        width: 100% !important;
    }
}

@media screen and (max-width: 992px){
    .container-login100 {
        display: block;
    }
    .left-content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 200px;
    }
    .left-content .login100-pic{
        margin: 0 auto;
    }
    .wrap-login100 {
        padding: 10px 0px 33px 1px;
        width: 100% !important;
        align-items: center;
    }
    .box-form-auth {
        max-width: 550px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px){
    .login100-pic img {
        width: 90%;
    }

    .btn-step-2 {
        width: 70%;
    }

    .content-step-3 {
        padding: 37px 60px !important;
    }

    .form-step-2 {
        padding: 27px 50px 43px 50px;
    }
}

@media screen and (max-width: 430px) {
    .form-step-1 {
        padding: 36px 30px 31px 30px;
    }
    .form-step-2 {
        padding: 27px 15px 43px 15px;
    }
    .content-step-3 {
        padding: 37px 0px !important;
    }
}
@media screen and (max-width: 425px) {
    .box-form-auth {
        width: 98%;
    }
    .form-step-1 {
        padding: 36px 15px 31px 15px;
    }
    .login100-pic img {
        width: 75%;
    }
    .content-step-3 {
        padding: 37px 0px !important;
    }
    .form-step-2 {
        padding: 27px 15px 43px 15px;
    }
}
