/* common */
body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url("../images/bg_sign_1.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    background-color: #F5F5F5;
}
a{
    cursor: pointer;
}
@media screen and (max-width: 960px){
    body{
        background: #F5F5F5;
    }
}
/* top */
.main-top-container{
    position: fixed;
    backdrop-filter: saturate(180%) blur(20px);
    background:#1D2550;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
}
.main-top-bar{
    display: flex;
    height:100px;
    max-width:1280px;
    margin: 0 auto;
    position: relative;
}
.main-top-bar .menu-row{
    display: flex;
    width:100%;
}
.main-top-bar .logo{
    display: inline-block;
    flex: auto;
    padding: 24px 0 24px 85px;
}
.main-top-bar .logo img{
    /* width: 128px; */
    height: 50px;
    display: inline-block;
}

@media screen and (max-width: 960px) {
    .main-top-container{
        height: 55px;
    }
    .main-top-bar{
        flex-wrap:wrap;
    }
    .main-top-bar .menu-row{
        flex-direction: column;
    }
    .main-top-bar .logo{
        padding: 12px 0 12px 16px;
        overflow: hidden;
        flex:none;
    }
    .main-top-bar .logo img{
        width: 76px;
        height: 30px;
    }
}


/* footer */
@import "variables";
.footer-container{
    background: rgba(41, 38, 37, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer{
    color:#ffffff;
    line-height:18px;
    font-size:16px;
    max-width:1180px;
    margin: 0 auto;
    text-align: center;
}
.footer .copyright{
    padding: 36px 10px;
    display: inline-block;
}
@media screen and (max-width: 960px){
    .footer{
        flex-direction: column;
        
        text-align: center;
    }
    .footer .copyright{
        line-height: 30px;
        padding: 24px 55px;
    }
}

/* main-container */
.main-container{
    /* margin: 100px auto 0; */
    padding-top: 100px;
    min-width:288px;
    display: flex;
}
.common-content-container{
    max-width: 510px;
    margin: 86px auto 186px;
    width: 100%;
}
.my-tlb-logo{
    height: 200px;
    margin-top: -100px;
}
.common-form-container{
    padding: 32px 27px 27px;
    background: rgba(249, 249, 249, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 4px;
}
.common-content-container .main-title{
    margin: 0;
    padding: 0 20px;
    font-size: 36px;
    font-family: Adobe Garamond Pro;
    height: 58px;
    line-height: 1;
    color: #2B1320;
    text-align: center;
}
.info{
    font-size: 18px;
    line-height: 24px;
    color: #727272;
}
select{
    padding-right: 30px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background:  url("../images/arrow.png") no-repeat scroll 87% center transparent;
}
/* .area-code{
    background:  url("../images/arrow.png") no-repeat scroll 95% center transparent;
} */
.field .field-label{
    margin-top: 28px;
    font-size: 16px;
    line-height: 20px;
    color: #959AA1;
}
.field .field-input{
    margin-top: 8px;
    display: flex;
    width: 100%;
}
.field .field-input input,.field .field-input select{
    background-color: #FFFFFF;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.05);
    border: none;
    outline: none;
    font-size: 24px;
    line-height: 28px;
    padding: 16px;
    width: 100%;
}
.field .field-input.mixed input,.field .field-input.mixed select{
    margin-right: 20px;
    /* width: 24%; */
}
.field .field-input select{
    padding-right: 30px;
}
select::-ms-expand { 
    /* Clear IE's default selection box style and hide the drop-down arrow */
    display: none; 
}
.field .field-input.mixed .the-last{
    margin-right: 0;
}
.field .field-input input:focus{
    border: none;
}
.field .field-input.verify-code-div{
    align-items: center;
}
.verify-code-img{
    height: 42px;
    width: 180px;
    margin-right: 20px;
    background: #fff;
}

.re-get-btn a{
    display: inline-block;
    height: 43px;
}
.re-get-btn a img{
    height: 100%;
    vertical-align: middle;
}
@media screen and (max-width:960px) {
    .verify-code-img{
        width: 118px;
        height: 27px;
        margin-right: 8px;
    }
    .re-get-btn a{
        height: 30px;
    }
}
.find-out-more{
    margin-top: 45px;
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
.find-out-more a{
    color: #5E3930;
    text-decoration: underline;
}

.submit-btn{
    margin: 15px auto 0;
    display: flex;
}
.submit-btn a{
    padding: 12px 26px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #5E3930;
    border-radius: 4px;
    margin: 0 auto;
}
.need-assistance{
    margin-top: 18px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 26px;
}
.need-assistance span{
    color: #727272;
    margin-right: 5px;
}
.need-assistance a{
    color: #5E3930;
    text-decoration: none;
}


.label-text{
    font-size: 16px;
    color: #959AA1;
    margin-bottom: 7px;
    margin-top: 16px;
}
.inputbox{
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    border: 1px solid #FFFFFF;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
}
.u-input{
    background-color: #FFFFFF;
    flex: 1;
    height: 59px;
    line-height: 59px;
    padding-left: 20px;
    font-size: 20px;
    border: 0px;
    outline: none;
}
.u-image{
    padding-right: 17px;
    margin-top: 5px;
}
.u-icon-text-box{
    position: relative;
    display: flex;
    flex-direction: row;
    height: 30px;
    line-height: 30px;
}
.u-icon{
    padding-right: 5px;
}
.u-text{
    font-size: 16px;
    color: #355855;
    margin-bottom: 7px;
}
.button-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.btn-small{
    width: 131px;
    height: 48px;
    background-color: #5E3930;
    color: #FFFFFF;
    border: 0;
    border-radius: 4px;
}
.text-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.gray-text{
    font-size: 14px;
    color: #959AA1;
}
.text-click{
    font-size: 14px;
    color: #5E3930;
}

.selector{
    position: relative;
    margin-right: 20px;
}
.field .field-input.mobile-number{
    margin: 0;
}
.field .field-input.mobile-number .half{
    display: flex;
    flex-direction: column;
}
.field .field-input.mobile-number .half.area-code{
    flex: 1;
}
.field .field-input.mobile-number .half.mobile{
    flex: 2;
}
.field .field-input .selector .select-country-code{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  url("../images/arrow.png") no-repeat scroll 95% center transparent;
    background-color: #FFFFFF;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%);
    border: none;
    outline: none;
    font-size: 24px;
    line-height: 28px;
    padding: 16px;
    /* pointer-events: none; */
}
.ui-widget.ui-widget-content.ui-autocomplete{
    max-height: 256px;
    min-width: 112px;
    overflow: hidden auto;
}
.ui-menu.ui-autocomplete .ui-menu-item{
    height: 48px;
    /* padding: 0 16px; */
    line-height: 48px;
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper{
    padding: 0 16px;
    outline: none;
    margin: 0;
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{
    background: rgba(0, 0, 0, 0.04);
    border: none;
    color: #333;
}

@media screen and (max-width: 960px){
    .main-container{
        /* margin: 55px auto 0; */
        padding-top: 55px;
    }
    .common-content-container{
        margin: 42px auto 138px;
    }
    .common-form-container{
        padding: 20px;
        background: #f5f5f5;
        border-radius: 0px;
    }
    .common-content-container .main-title{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0px;
        text-align: left;    
        padding: 0;
        height: 40px;
    }
    .my-tlb-logo{
        height: 100px;
        margin-top: -50px;
    }
    .info{
        font-size: 16px;
        line-height: 20px;
    }
    .field .field-input input,.field .field-input select{
        font-size: 20px;
    }
    .field .field-input.mixed input,.field .field-input.mixed select{
        margin-right: 10px;
    }
    .personal-detail .mixed select{
        flex: 42%;
    }
    .personal-detail .mixed input{
        flex: 58%;
    }
    .field .field-input.mixed.mobile-number{
        flex-direction: column;
    }
    .selector{
        margin: 0 0 8px;
    }
    .field .field-input.mixed.mobile-number input{
        width: auto;
    }
    .field .field-input.mobile-number .half.area-code input{
        margin-right: 0;
    }
    .submit-btn{
        margin: 18px auto 0;
    }
    .submit-btn a{
        width: 100%;
    }
    .need-assistance{
        margin-top: 16px;
    }
    .btn-small{
        width: 360px;
        height: 48px;
        background-color: #5E3930;
        color: #FFFFFF;
        border: 0;
        border-radius: 4px;
    }
}


/* modal */
.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: auto;
    display: none;
    justify-content: center;
    align-items: center;
    z-index:2000;
}
.modal .modal-content{
    /* margin: 0 auto;
    margin-top:10%; */
    background: #fff;
    max-width:860px;
    min-height: 512px;
    border-radius: 4px;
   
}
@media screen and (max-width: 600px) {
    .modal .modal-content{
        min-height: 100%;
    }
}
.action-group{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size:22px;
    margin: 32px 24px auto auto;
}
.action-group a{
    line-height: 15px;
    color: #343434;
    margin-bottom: 3px;
}
.dialog-title{
    font: 700 20px / 23px "arial", sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
    text-align: center;
    color: #242424;
    width: 100%;
}
.dialog-title.tou{
    text-align: left;
    margin:0;
}
.message{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #242424;
    text-align: left;
    overflow-y: auto;
    height:480px;
    min-width: 224px;
    white-space: pre-line;
    margin:0 24px 24px 24px;
    overflow-x: hidden;
}
.message.tou{
    margin:36px 24px 24px 24px;
    overflow-y: scroll;
    height:360px;
}

@media screen and (max-width: 600px) {
    .modal .modal-content{
        max-width:100%;
        border-radius: 0;
    }
    .message{
        padding:0;
        height:auto;
    }
    .message.tou{
        overflow-y: auto;
        height:75vh;
    }
    
}
.message.tou h2{
    font: 700 20px / 23px "arial", sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin:0;
    padding:0;
}
.message.tou h1{
    font: 400 24px / 36px "arial", sans-serif;
    letter-spacing: normal;
    margin: 0;
}
.message p{
    margin: 0 0 12px 0;
    padding:0;
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}
.message::-webkit-scrollbar{
    width: 8px;
}
.message::-webkit-scrollbar-thumb{
    background: #ccc;
}
.dialog-btn-group{
    padding: 24px;
    text-align: center;
}
.dialog-btn-group .agree-btn{
    background: #5E3930;
    border-radius: 4px;
    padding: 12px 26px;
    color: #fff;
}
.dialog-btn-group .agree-btn.disabled{
    background: rgba(137, 40, 64, 0.2);
    cursor: default;
}



/* personal-detail */
.checkbox-group{
    margin-top: 36px;
    font-size: 16px;
    line-height: 24px;
}
.checkbox-group div{
    display: flex;
    margin-bottom: 15px;
    cursor: pointer;
}
.checkbox-group .tip-msg{
    color: #959AA1;
}
.checkbox-group div span{
    display: inline-block;
    flex: 1;
}
.checkbox-group div a{
    color: #5E3930;
    text-decoration: underline;
}
.checkbox-group input[type="checkbox"]{
    width: 24px;
    height: 24px;
    margin: 0;
    margin-right: 20px;
    cursor: pointer;
}

input[type="checkbox"]{width:24px;height:24px;position: relative;}
input[type="checkbox"]::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #5E3930;
    line-height:22px;
    text-align:center;
    border-radius: 4px;
}
input[type="checkbox"]:checked::before{
    content: "\2713";
    background-color: #5E3930;
    position: absolute;
    top: 0;
    left: 0;
    width:22px;
    height: 22px;
    border: 1px solid #5E3930;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

.personal-detail .submit-btn{
    margin-top: 70px;
}
@media screen and (max-width:960px) {
    .checkbox-group{
        margin-top: 32px;
        font-size: 14px;
        line-height: 20px;
    }
    .checkbox-group div{
        margin-bottom: 20px;
    }
    
    .checkbox-group input[type="checkbox"]{
        margin-right: 8px;
    }
    
    .personal-detail .submit-btn{
        margin-top: 36px;
    }
}


/* account created */
.account-created .status-ok{
    margin: 32px auto 45px;
    text-align: center;
}
.account-created .status-ok img{
    width: 72px;
}
.account-created .infomation{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.account-created .infomation .bolder{
    font-weight: 700;
}
.account-created .submit-btn{
    margin-top: 63px;
}
.input-error{
    margin-top:8px;
    color: #5E3930;
    text-decoration: none;
}

.common-form-container.construction{
    padding:0;
    max-width:860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.construction-content{
    /* width:50%; */
    margin:24px;
}
.constructing-img{
    background: #fff;
    display:none;
}