@font-face{font-family:Poppins-Regular;src:url(../fonts/poppins/Poppins-Regular.ttf)}@font-face{font-family:Poppins-Medium;src:url(../fonts/poppins/Poppins-Medium.ttf)}@font-face{font-family:Poppins-Bold;src:url(../fonts/poppins/Poppins-Bold.ttf)}@font-face{font-family:Poppins-SemiBold;src:url(../fonts/poppins/Poppins-SemiBold.ttf)}

*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Poppins-Regular,sans-serif}a{font-family:Poppins-Regular;font-size:14px;line-height:1.7;color:#666;margin:0;transition:all .4s;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s}

a:focus{outline:none!important}

a:hover{
    text-decoration:none;
    color:#57b846;
    color: #526E48;
}

h1,h2,h3,h4,h5,h6{margin:0}p{font-family:Poppins-Regular;font-size:14px;line-height:1.7;color:#666;margin:0}ul,li{margin:0;list-style-type:none}input{outline:none;border:none}input[type=number]{-moz-appearance:textfield;appearance:none;-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}textarea{outline:none;border:none}textarea:focus,input:focus{border-color:transparent}input:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder{color:transparent}input:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder{color:transparent}textarea:focus::-webkit-input-placeholder{color:transparent}textarea:focus:-moz-placeholder{color:transparent}textarea:focus::-moz-placeholder{color:transparent}textarea:focus:-ms-input-placeholder{color:transparent}input::-webkit-input-placeholder{color:#999}input:-moz-placeholder{color:#999}input::-moz-placeholder{color:#999}input:-ms-input-placeholder{color:#999}textarea::-webkit-input-placeholder{color:#999}textarea:-moz-placeholder{color:#999}textarea::-moz-placeholder{color:#999}textarea:-ms-input-placeholder{color:#999}label{display:block;margin:0}button{outline:none!important;border:none;background:0 0}button:hover{cursor:pointer}iframe{border:none!important}.txt1{font-family:Poppins-Regular;font-size:13px;line-height:1.4;color:#999}.limiter{width:100%;margin:0 auto}

.container-login100{
    width:100%;min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:15px 15px 0px 15px;
    background:#ebeeef;
}

.wrap-login100{
    width:670px;background:#fff;border-radius:10px;overflow:hidden;position:relative;
    box-shadow: 2px 10px 10px -6px #888;
    border: 1px solid rgb(165, 180, 159);
    box-sizing: border-box;
}
    
.login100-form-title{
    width:100%;
    position:relative;
    z-index:1;
    /* display:-webkit-box; */
    /* display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:center; */
    padding:40px 15px 44px;
    background-color: #0f75bc;
    background-color: #f7951d;
    background-color: #ddd;
    border-bottom: 1px solid #ddd;
    background-image: url(https://apps.greensphere.id/assets/greensphere/background/bg-01.jpeg);

}

.login100-form-title-1{
    font-family:Poppins-Bold;font-size:30px;color:#fff;text-transform:uppercase;line-height:1.2;text-align:center
}

.login100-form-title::before{
    content:"";
    display:block;
    position:absolute;
    z-index:-1;width:100%;height:100%;top:0;left:0;
    background-color:rgba(54,84,99,.7);
    background-color: rgba(82, 110, 72, 0.452);
    background-color: rgba(82, 110, 72, 0.494);
    background-color: rgba(247, 250, 245, 0.835);
    background-color: rgba(247, 250, 245, 0.709);
    /* background-color: #f9eff8; */
    opacity: 0.8;
    
}

.login100-form{
    width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:space-between;
    padding:43px 88px 43px 190px;
}
.wrap-input100{
    width:100%;position:relative;
    /* border-bottom:1px solid #b2b2b2; */
}

.label-input100{
    font-family:Poppins-Regular;font-size:15px;color:gray;line-height:1.2;text-align:right;position:absolute;top:14px;left:-105px;width:80px;
    color: #526E48;
}
.input100{
    font-family:Poppins-Regular;font-size:15px;color:#555;line-height:1.2;display:block;width:100%;background:0 0;padding:0 5px}.focus-input100{position:absolute;display:block;width:100%;height:100%;top:0;left:0;pointer-events:none;
}

.focus-input100::after{
    content:"";
    display:block;
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    height:1px;
    background: #b2b2b2;
}

.focus-input100::before{
    content:"";display:block;position:absolute;bottom:-1px;left:0;
    width:0;
    height:2px;-webkit-transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;transition:all .6s;background:#57b846;
    background: #526E48;
    background: rgb(116, 163, 98);
}

.wrap-input100.error .focus-input100::before,.wrap-input100.error .focus-input100::after{
    background: rgb(221, 27, 27);
}

.wrap-input100.error label.error{
    margin-top: 4px;
}

.wrap-input100 .preview-password{
    display: inline-block;
    position: absolute;
    z-index: 4;
    right: 10px;
    top: 10px;
    text-decoration: none;
    color: #ccc;
    font-size: 18px;
    padding: 0px 6px;
    border-radius: 4px;
}


.wrap-input100 .preview-password span{
    line-height: unset;
}

.wrap-input100 .preview-password:hover{
    color: #eee;
    background-color: #acb9a7;
}

.wrap-input100 .preview-password[role="on"]{
    background-color: #526E48;
}

.wrap-input100 .preview-password[role="on"] span:before{
    color: rgb(116, 163, 98);
    color: #fff;
    font-weight: bold;
}

input.input100{height:45px}
.input100:focus+.focus-input100::before{width:100%}
.has-val.input100+.focus-input100::before{width:100%}.input-checkbox100{display:none}.label-checkbox100{font-family:Poppins-Regular;font-size:13px;color:#999;line-height:1.4;display:block;position:relative;padding-left:26px;cursor:pointer}.label-checkbox100::before{content:"\f00c";font-family:FontAwesome;font-size:13px;color:transparent;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;position:absolute;width:18px;height:18px;border-radius:2px;background:#fff;border:1px solid #e6e6e6;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}


.input-checkbox100:checked+.label-checkbox100::before{
    color:#526E48;
    border-color: #526E48;
}

.input-checkbox100:checked+.label-checkbox100{
    color:#526E48;
}

.container-login100-form-btn{
    width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}

.login100-form-btn{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 20px;min-width:160px;
    height:50px;
    border-radius:25px;
    font-family:Poppins-Regular;font-size:16px;
    color:#eee;
    line-height:1.2;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;
}

.login100-form-btn:hover{
    color: #fff;
}

.login100-form-btn.green{
    background-color:#526E48;
}

.login100-form-btn[role="off"].green:hover{
    background-color:rgb(102, 143, 88);
}

.login100-form-btn.blue{
    background-color:#0f75bc;
}

.login100-form-btn.blue:hover{
    background-color: #1982cd;
}

.login100-form-btn.orange{
    background-color:#f7951d !important;
}

.login100-form-btn.orange:hover{
    background-color: #f9a238 !important;
}

.login100-form-btn.grey{
    color: #444 !important;
    border-radius: 25px !important;
    background-color: rgb(224, 219, 219) !important;
    /* background-color: rgb(109, 109, 109) !important; */
}

.login100-form-btn.grey:hover{
    background-color: rgb(199, 194, 194) !important;
    /* background-color: rgb(109, 109, 109) !important; */
}

.overlay-background{
    /* background-image: url(../background/img-green-sphere-1-grey.jpeg);
    background-image: url(../background/background-lab-2.png); */
    background-image: url(../../images/background/background-student.png);
    background-image: url(../../images/background/banner-group-system.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.11;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

.login-footer{
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
    position: relative;
    width: 100%;
    display: block;
    color: #526E48;
    top: -18px;
}

/* change password */

.area-pwd{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 8;
}

.area-pwd .inner{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 3;
}

.area-pwd .bck{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(73, 72, 72, 0.78);
}

.area-pwd .inner .ab{
    width: 520px;
    display: inline-block;
}

.ach-pwd{
    display: block;
    padding:40px 20px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid rgb(137, 223, 137);
    background-color: rgb(202, 253, 179);
    background-color: #fff;
    border-color: #32db7e;
    border: 0px;
    /* background: linear-gradient(-45deg,#32dba8,#34e66f); */
    color: #333;
    text-align: center;
    font-size: 12px;
    margin-bottom: 8px;
    box-shadow: 0px 10px 18px -10px #333;
    position: relative;
    padding: 50px 0px;
}

.ach-pwd .close{
    color: #666;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 16px;
}

.ach-pwd .logo{
    font-size: 42px;
    line-height: 100%;
    color: #32db7e;
    margin-bottom: 10px;
}

.ach-pwd .ttl{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ach-pwd p{
    font-weight: normal !important;
    color: #888;
    font-size: 14px !important;
}

.ach-pwd .ttl, .ach-pwd p{
    font-family:Arial !important;
}

.ach-pwd p b{
    color: rgb(79, 138, 248);
    font-weight: normal;
    text-decoration: underline;
}

.area-tracking{
    
}

.area-tracking .container-login100{
    margin-top: 40px;
    /* padding: 20px 15px; */
    /* justify-content: center;
    align-items: center; */
    align-items: unset;
    min-height: unset !important;
    background-color: unset;
}

.area-tracking .login-footer{
    top: 0px;
    margin-top: 35px;
}

.area-tracking form{
    padding: 43px 68px 43px 68px
}

.area-tracking .title-form{
    width: 100% !important;
    margin-left: 0px !important;
}

.area-tracking .txt-value{
    border-radius: 22px !important;
    background-color: #ddd !important;  
    box-sizing: border-box;
    padding: 0px 18px;
    border: 1px solid transparent;
    font-size: 16px !important; 
}

.area-tracking .txt-value:focus{
    background-color: #f0f0f0 !important;
    border-color: #526E48 !important;
}

.area-tracking button.btn-tracking{
    width: 100% !important;
    min-width: unset !important;
    display: inline-block !important;
    height: 45px !important;
}

.area-tracking .area-content-field{
    margin-bottom: 30px;
}

.area-tracking .area-radio a{
    text-decoration: none;
}

.area-tracking .login100-form-title{
    padding: 55px 15px 60px !important;
}

.area-tracking .login100-form-title.small{
    padding: 45px 15px 50px !important;
}

.area-tracking .login100-form-title:before{
    background-color: rgba(247, 250, 245, 0.835);
    /* background-color: #fff !important;  */
}

.area-tracking .login100-form .title-form{
    margin-bottom: 0px !important;
    text-align: left;
}

.area-tracking .login100-form .title-form h2{
    font-size: 20px;
}

.area-tracking .area-preview{
    box-sizing: border-box;
    background-color: #fbfbfb;
    border-radius: 12px;
    font-size: 14px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.area-tracking .area-preview .ar-title{
    box-sizing: border-box;
    padding: 12px 20px;
    background-color: #f0f0f0;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.area-tracking .area-preview .ar-title a{
    margin-left: 6px;
}

.area-tracking .area-preview .ar-body{
    padding: 20px 0px 30px;
}

.area-tracking .area-preview ul{
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.area-tracking .area-preview li.li-first .title{

}

.area-tracking .area-preview li.li-first{
    width: 100%;
}

.area-tracking .area-preview li.li-first .ar-time{
    float: left;
    width: 80px;
    text-align: center;
    padding:0px 15px 30px;
    color: #888;
    font-size: 13px;
}

.area-tracking .area-preview li.li-first .ar-info{
    float: left;
    width: calc(100% - 80px);
    padding:0px 15px 30px 25px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid #ccc;
    color: #888;
}

.area-tracking .area-preview li.li-first .ar-info b{
    color: #777;
    padding-bottom: 4px;
    display: block;
}

.area-tracking .area-preview li.li-first:first-child .ar-info b{
    color: green;
}

.area-tracking .area-preview li.li-first:last-child .ar-time{
    padding-bottom: 0px;
}

.area-tracking .area-preview li.li-first:last-child .ar-info{
    border-left: 0px;
    padding-bottom: 0px;
}

.area-tracking .area-preview li.li-first .ar-info:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;
    left: -4px;
    background-color: #bbb;
    border-radius: 50%;
}

.area-tracking .area-preview li.li-first:first-child .ar-info:before{
    background-color: green;
}

.area-tracking .area-preview ul.ul-second{
    padding-left: 25px;
}



.area-tracking .area-preview li.li-second{
    padding: 8px 0px;
}

.area-tracking .area-preview li.li-second .label{
    margin-right: 20px;
}

/* end change password */



.login100-form-title img{
    display: inline-block;
    /* transform: scale(.8); */
    width: 180px;
}

.login100-form-title.small img{
    width: 120px;
}

.login100-form .title-form{
    font-family: Poppins-Regular;
    text-align: center;
    margin-bottom: 25px;
    width: calc(100% + 105px);
    margin-left: -105px;
}


.show .animate-zoom {animation:animatezoom 0.6s}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


@media(max-width:620px){
    .area-pwd .inner .ab{
        width: 100%;
        box-sizing: border-box;
        padding: 0px 20px;
    }

    .ach-pwd{
        padding: 25px 20px;
    }

    .ach-pwd .ttl{
        font-size: 16px;
    }

    .login100-form-title img{
        width: 140px;
    }

    .login100-form-title{
        padding: 30px 15px 30px !important;
    }
}

@media(max-width:560px){
    .login-footer{
        top: 0px;
        padding: 15px 0px 50px 0px;
    }
}

@media(max-width:576px){
    
    .login100-form .title-form{
        margin-left: 0px;
        width: 100%;
    }

    .wrap-input100 .preview-password{
        top: 30px;
    }
    .login100-form{
        padding:43px 15px 57px 117px
    }

    .login100-form-btn{
        width: 100%;
        max-width: 100%;
    }

    .wrap-login100{
        box-shadow: none;
    }

    .area-tracking .container-login100{
        margin-top: 10px;
        padding: 20px 15px;
        /* justify-content: center;
        align-items: center; */
        align-items: unset;
        min-height: unset !important;
        background-color: unset;
    }


    .area-tracking form{
        padding:35px 20px 10px;
    }

    .area-tracking .login100-form .title-form{
        margin-bottom: 20px !important;
        /* text-align: center; */
    }

    .area-tracking .login100-form .title-form h2{
        font-size: 16px;
    }

    .area-radio-button a{
        margin-right: 8px;
    }

    .area-tracking .area-content-field .fl-left{
        width: 100%;
    }

    .area-tracking .area-content-field .fl-right{
        width: 40%;
        margin-top: 14px;
    }

    .area-tracking button.btn-tracking{
        font-size: 14px;
    }

    .area-tracking .area-preview{
        width: 100%;
        margin-bottom: 30px;
    }

    
}


@media(max-width:480px){
    .login100-form{
        padding:43px 25px 57px;
    }
    .label-input100{
        text-align:left;position:unset;top:unset;left:unset;width:100%;padding:0 5px;
    }
}
.validate-input{position:relative}.alert-validate::before{content:attr(data-validate);position:absolute;max-width:70%;background-color:#fff;border:1px solid #c80000;border-radius:2px;padding:4px 25px 4px 10px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:2px;pointer-events:none;font-family:Poppins-Medium;color:#c80000;font-size:13px;line-height:1.4;text-align:left;visibility:hidden;opacity:0;-webkit-transition:opacity .4s;-o-transition:opacity .4s;-moz-transition:opacity .4s;transition:opacity .4s}.alert-validate::after{content:"\f06a";font-family:FontAwesome;display:block;position:absolute;color:#c80000;font-size:15px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:8px}.alert-validate:hover:before{visibility:visible;opacity:1}@media(max-width:992px){.alert-validate::before{visibility:visible;opacity:1}}

/* REGITERS PAGE */
.container-register{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding:50px 20px 40px;
    position: relative;
}

.container-register .footer{
    font-size: 14px;
    color: #555;
}

.container-register .modal-form{
    margin: auto auto;
    width: 720px;
    background-color: #fff;
    border-radius: 23px;
    box-sizing: border-box;
    padding: 40px 55px;
    display: block;
    box-shadow: 1px 2px 8px -1px #ddd;
    font-size: 15px;
}

.container-register .modal-form .title{
    margin-bottom: 35px;
}

.container-register .modal-form .title b{
    font-size: 22px;
    font-weight: 700;
}

.container-register .modal-form .body-section{
    display: block;
    position: relative;
}

.container-register .modal-form .body-section .section-navigasi{
    display: block;
    position: relative;
    width: 100%;
    margin: 40px 0px 40px 0px;
}

.container-register .modal-form .body-section .section-navigasi ul{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.container-register .modal-form .body-section .section-navigasi ul li{
    /* height: 90px; */
    background-color: #fff;
    padding: 0px 0px;
    position: relative;
    overflow: unset;
    width: calc(100% / 4);
}

.container-register .modal-form .body-section .section-navigasi ul li:before{
    /* content: "";
    height: 5px;
    background-color: #e8e8e8;
    width: 12px;
    position: absolute;
    left: 0px;
    top: 16px;
    border-radius: 0px 12px 12px 0px; */
}

.container-register .modal-form .body-section .section-navigasi ul li:after{
    content: "";
    height: 5px;
    background-color: #e8e8e8;
    width: calc(50% + 32px);
    position: absolute;
    left: calc((100% / 2) + 22px);
    top: 16px;
    border-radius: 12px 12px;
    z-index: 3;
}



.container-register .modal-form .body-section .section-navigasi ul li:first-child{
    /* padding: 0px 12px 0px 0px; */
}

.container-register .modal-form .body-section .section-navigasi ul li:first-child:after{
    /* left: 40px; */
    /* width: calc(100% - 32px); */
}

.container-register .modal-form .body-section .section-navigasi ul li:last-child:after{
    display: none;
    /* width: 30px; */
}

.container-register .modal-form .body-section .section-navigasi ul li .area-num{
    display: flex;
    width: 100%;
    justify-content: center;
    vertical-align: middle;
}

.container-register .modal-form .body-section .section-navigasi ul li .num{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #e8e8e8;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 6;
    position: relative;
    border: 3px solid #dbdbdb;
    color: #777;
    text-align: center;
    vertical-align: middle;
    display: table;
}

.container-register .modal-form .body-section .section-navigasi ul li .num span{
    display: table-cell;
    vertical-align: middle;
}

.container-register .modal-form .body-section .section-navigasi ul li .label-title{
    color: #777;
    /* color: transparent; */
    margin: 8px 0px 0px;
    /* padding-left: 10px; */
    font-size: 12px;
    text-align: center;
}

.container-register .modal-form .body-section .section-navigasi ul li[role="true"] .num{
    border-color: #f7951d;
    background-color: #fff;
    /* color: #333; */
}

.container-register .modal-form .body-section .section-navigasi ul li.focus .num{
    background-color: #f5b15e !important;
    background-color: orange !important;
    border-color: #f7951d;
    color: #fff;
}

.container-register .modal-form .body-section .section-navigasi ul li[role="true"]:after{
    background-color: #f7951d !important;
}

.container-register .modal-form .body-section .section-navigasi ul li[role="true"] .label-title{
    /* color: #333; */
}

.container-register .modal-form .body-section .section-navigasi ul li.focus .label-title{
    color: #bb6803;
    /* font-size: 16px; */
    font-weight: bold;
}

.container-register .modal-form .body-section .section-navigasi ul li.focus .label-title .icn{
    font-size: 12px;
}

.container-register .modal-form .body-section .section-content{
    display: block;
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 0px 0px 45px;
    border: 1px solid #ddd;
    border-radius: 8px;
}


.container-register .modal-form .body-section .section-content ul.section-ul{
    display: flex;
    /* display: block; */
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* overflow-x:hidden;
    overflow-y: visible; */
}

.container-register .modal-form .body-section .section-content ul.section-ul[role="false"]{
    overflow:visible;
}

.container-register .modal-form .body-section .section-content ul li.section-li{
    flex: 1 0 100%;
    /* position: absolute; */
    /* display: none; */
    /* display: block; */
    /* width: 100%; */
    /* top: 0px; */
    /* flex: 100%; */
    /* left: -100%; */
    /* left: 0px; */
    /* display: table-cell; */
    position: relative;
    display: none;
}


.container-register .modal-form .body-section .section-content ul li.section-li.start{
    left: 100%;
}

.container-register .modal-form .body-section .section-content ul li.section-li.end{
    left: -100%;
}

.container-register .modal-form .body-section .section-content ul li.section-li.focus{
    position: absolute;
    display: block;
    width: 100%;
    width: 100%;
    z-index: 99;
}


.container-register .modal-form .body-section .section-content ul li[role="true"]{
    display: block;
    position: relative;
}

.container-register .modal-form .body-section .section-content ul li .section-field{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding:30px 40px 15px 40px;
    background-color: #fafafa;
    border-radius: 8px;
    width: 100%;
}

.container-register .modal-form .body-section .section-content ul li .section-field .title-field{
    font-size: 13px;
    margin-bottom: 45px;
    color: #111;
}

.container-register .modal-form .body-section .section-content ul li .section-field .title-field b{
    font-size: 16px;
}

.container-register .modal-form .body-section .section-content ul li .section-field .title-field span{
    position: relative;
    padding: 0px 0px 6px;
    border-bottom: 1px solid #ccc;
}

.container-register .modal-form .body-section .section-content ul li .section-field .title-field span{
    color: #777;
}

.container-register .modal-form .body-section .section-content[role="true"]{
    overflow: hidden;
}

.container-register .modal-form .body-section .section-content[role="true"] ul li.section-li{
    display: block;
}

.container-register .modal-form .body-section .section-content[role="true"] .section-field{
    border-radius: 0px;
}


.container-register .modal-form .ar-ctn{
    border-radius: 8px;
    margin-bottom: 25px;
    position: relative;
    display: block;
}

.container-register .modal-form .in-bts-ctn{
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -18px;
    margin-right: -18px;
    /* margin: 30px 0px 30px 0px; */
    /* width: 100%; */
    box-sizing: border-box;
    padding: 2px 0px;
}

.container-register .modal-form .in-bts-ctn .bar-bts{
    height: 2px;
    background-color: #ddd;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 14px;
}

.container-register .modal-form .in-bts-ctn .label{
    background-color: #ebebeb;
    display: inline-block;
    z-index: 2;
    box-sizing: border-box;
    padding: 6px 20px 6px 25px;
    color: #333;
    font-weight: bold;
    position: relative;
    border-radius: 21px;
    font-size: 13px;
    border-right: 6px solid #fafafa;
}

.container-register .modal-form .in-bts-ctn .label:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #888;
    position: absolute;
    left: 10px;
    top: 9px;
}

.container-register .modal-form .ar-ctn .in-arctn{
    background-color: #fafafa;
    border-radius: 8px;
    position: relative;
}

.container-register .modal-form .ar-ctn .in-arctn .label{
    position: absolute;
    top: 8px;
    left: 20px;
    color: #888;
    font-size: 11px;
    z-index: 2;
}

.container-register .modal-form .ar-ctn .in-arctn input.txt{
    position: relative;
    padding-top: 20px;
    line-height: 100%;
    padding-bottom: 8px;
    height: 55px;
    border-color: #f0f0f0;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid;
    border-color: #ddd;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    background-color: #fff;
}

.container-register .modal-form .ar-ctn .in-arctn textarea.txt{
    position: relative;
    padding-top: 28px;
    line-height: 100%;
    padding-bottom: 8px;
    height: 85px;
    border-color: #f0f0f0;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid;
    border-color: #ddd;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
}

.container-register .modal-form .ar-ctn .mdtri.l{
    left: -12px;
}

.container-register .modal-form .ar-ctn .in-arctn input.txt:hover{
    border-color: #ccc;
}


.container-register .modal-form .ar-ctn .in-arctn input.txt:focus{
    /* border: 1px solid; */
    border-color:rgb(157, 203, 240);
    /* border-color: red; */
    box-shadow: 1px 2px 4px -1px #bbb;
    /* box-shadow: 1px 2px 4px -1px rgb(200, 224, 247); */
}

.container-register .modal-form .ar-ctn .in-arctn .ddwn{
    padding-top: 4px;
}

.ddwn{
    display: block;
    width: 100%;
    position: relative;
}

.ddwn button.btn{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 8px 0px 12px;
    cursor: pointer;
    border: 1px solid var(--color-border,#E5E7E9);
    user-select: none;
    transition: border-radius 280ms ease 0s;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 40px;
    background-color: var(--color-page-background,#FFFFFF);
    pointer-events: all;
    text-align: left;
    outline: none;
    box-shadow: none;
}

.container-register .modal-form .ar-ctn .in-arctn .ddwn button.btn{
    /* height: 38px; */
}

.ddwn button.btn:hover{
    background-color: #fff;
    border-color: #ddd;
}

.ddwn button.btn:focus{
    background-color: #fff;
    border-color:rgb(157, 203, 240);
    box-shadow: 1px 2px 4px -1px rgb(200, 224, 247);
}



.ddwn button.btn:after{
    content: "";
    display: inline-block;
    background-image: url(/assets/svg/dropdown-down.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform 280ms ease 0s, background-color 0.12s ease 0s;
    transform: rotate(0deg);
    border-radius: 50%;
}

.ddwn.open button.btn:after{
    transform: rotate(-180deg);
}

.ddwn button.btn:hover:after{
    background-color: #f0f0f0;
}

.ddwn button.btn:disabled:hover:after{
    background-color: transparent;
}

.ddwn button.btn:disabled:after{
    display: none !important;
}

.ddwn button label{
    flex: 1 1 0%;
    color: var(--color-text-placeholder,rgba(49,53,59,0.44));
    cursor: pointer;
    overflow: hidden;
    padding-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: normal !important;
}

.ddwn button label span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.ddwn button:disabled label span{
    color: #999;
}

.ddwn.open button.btn{
    border-radius: 8px 8px 0px 0px !important;
}


.ddwn .ddwn-pg{
    transition: transform 280ms ease-out 0s, opacity 0.16s ease 0s, visibility 0.16s ease 0s;
    width: 100%;
    padding: 0px 4px;
    overflow: auto;
    position: absolute;
    background: var(--color-card,#FFFFFF);
    border: 1px solid var(--color-border,#E5E7E9);
    border-radius: 0px 0px 8px 8px;
    transform-origin: center top;
    scroll-behavior: smooth;
    max-height: 276px;
    /* transform: translateY(-8px); */
    opacity: 0;
    visibility: hidden;
}

.ddwn.open .ddwn-pg{
    transition: transform 280ms ease-out 0s, opacity 0.16s ease 0s, visibility 0.16s ease 0s;
    width: 100%;
    padding: 0px 4px;
    overflow: auto;
    position: absolute;
    background: var(--color-card,#FFFFFF);
    border: 1px solid var(--color-border,#E5E7E9);
    border-radius: 0px 0px 8px 8px;
    transform-origin: center top;
    scroll-behavior: smooth;
    max-height: 276px;
    z-index: 20;
    opacity: 1;
    visibility: unset;
}

.ddwn .ddwn-pg .ddwn-header{
    background-color: var(--color-page-background,#FFFFFF);
    /* margin-bottom: -8px; */
    padding: 8px 0px;
    position: relative;
    top: 0px;
    z-index: 1;
    display: block;

}

.ddwn .ddwn-pg .ddwn-header .inhd{
    border-radius: 8px;
    display: flex;
    -webkit-box-flex: inherit;
    flex-grow: inherit;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
    transition: border-color 280ms ease 0s;
    width: 100%;
    height: auto;
    background-color: var(--N50,#F3F4F5);
    border: 1px solid var(--N50,#F3F4F5);
    flex-direction: row;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.ddwn .ddwn-pg .ddwn-header .inhd .load-src{
    position: absolute;
    right: 5px;
    top: 15px;
    background-image: url('/assets/svg/loading.blue.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height:28px;
    z-index: 3;
    display: none;
}

.ddwn[aria-load="true"] .ddwn-pg .ddwn-header .inhd .load-src{
    display: block;
}

.ddwn .ddwn-pg .ddwn-header .inhd button{
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    padding: 0px;
    transition: background-color 280ms ease 0s;
    width: 40px;
    background-color: transparent;
    flex: 0 0 auto;   
}

.ddwn .ddwn-pg .ddwn-header .inhd button:after{
    content: "";
        background-size: 24px;
        background-image: url(/assets/svg/search.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        inset: 0px;
}

.ddwn .ddwn-pg .ddwn-header .inhd input{
    padding-right: 12px;
    padding-left: 0px;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    box-sizing: border-box;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    outline: none;
}

.ddwn .ddwn-pg .ddwn-header .inhd:focus-within input{
    border: 1px solid green;
}

.ddwn .ddwn-pg ul{
    list-style: none;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px;
    padding: 4px 0px;
}

.ddwn .ddwn-pg ul li{
    cursor: pointer;
    list-style: none;
    outline: none;
    position: relative;
    min-height: 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 0px !important;
    border-bottom: 0px !important;
    margin: 0px;
}

.ddwn .ddwn-pg ul li:before{
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    height: 100%;
    width: 3px;
    background-color: var(--G500,#03AC0E);
    opacity: 0;
    transition: opacity 0.08s ease-in 0s;
}

.ddwn .ddwn-pg ul li[aria-selected="true"]:before{
    opacity: 1;
}

.ddwn .ddwn-pg ul li button{
    width: 100%;
    border: 0px;
    border-radius: 8px;
    background-color: #fff;
    text-align: left;
    padding: 6px 10px;
    box-sizing: border-box;
    outline: none;
    height: 46px;
    line-height: 100%;
}

.ddwn .ddwn-pg ul li:hover button{
    background-color: #f8f8f8;
}

.ddwn .ddwn-pg ul li button span{
    font-weight: normal;
}

.ddwn .ddwn-pg ul li.empty div{
    color: red;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0px 15px;
}

@media(max-width:620px){
    .container-register{
        padding: 20px;

    }

    .container-register .modal-form{
        padding: 25px;
        width: 100%;
    }
}