@import './utilities.css';
@font-face {
    font-family: "NexaReg";
    src: url('../fonts/Nexa-Font/NexaRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  } 
  @font-face {
    font-family: "NexaBold";
    src: url('../fonts/Nexa-Font/NexaBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "NexaBlack";
    src: url('../fonts/Nexa-Font/NexaBlack.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "NexaHeavy";
    src: url('../fonts/Nexa-Font/NexaHeavy.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  a:active, a:focus, a:visited, button:focus, button:visited, input:focus, input:visited, input:hover{
    outline: 0 !important;
    box-shadow: none !important;
}
.gutters5{
 margin:0 -5px;    
}
.gutters5 > div{
    padding: 0 5px;
}
  body{
    font-size: 16px;
    font-family:'NexaReg', Arial, Helvetica, sans-serif;
    background: #f5f5f5;
}
.btn-container{
    padding-top:20px;
}
.login-page h1{
    font-size: 32px;
    text-transform: uppercase;
    color:#212c68;
}
.modal-header{
    justify-content: center;
}
.title, .custom-title{
    font-family: 'NexaHeavy';
} 
.hr{
   position: relative;  
   margin: 15px 0;  
}
.hr:before{
    left: 0;
    right: 0;
    border-top:1px solid #C3C3C3;
    top: 12px;
    content: '';
    position: absolute;
}
.hr>span{
    padding: 5px 5px 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-style: italic;
    font-size: 12px;
    margin-left: 20px;
    color: #c3c3c3;


}
.login-left{
    background: url(../img/bg-login.jpg) no-repeat;
    background-size: cover;
    text-align: center;
   
    display: inline-flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 33.333333333%;
}

.login-info-container{
    padding: 0 50px;
    color: #fff;
}
.login-logo{
    margin-bottom: 50px;
}
.login-info-container a{
    display: block;
   border: 1px solid #fff;
   padding: 13px 10px 7px 50px;
   text-align: left;
   border-radius: 5px;
   color: #fff;
   margin-bottom: 15px;
} 
 
.login-info-container h2{
    font-size: 24px;
    margin-bottom: 20px;
}
.login-info-container a.register-link{
    background: url(../img/icon-register.svg) no-repeat  8px center #EE3342;
    background-size: 30px;

}
.login-info-container a.login-link{
    background: url(../img/icon-login.svg) no-repeat  8px center #EE3342;
    background-size: 30px;

}
.login-info-container a.backto-website{
    background: url(../img/icon-backtowebsite.svg) no-repeat 8px center #212C68;
    background-size: 30px;
}
.login-right, .register-right{
    display: inline-flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center;
   min-height: 100vh;
    width: 100%; 
}

.login-form-container {
    background: #fff;
    padding: 40px 50px;
    width: 200%;
    max-width: 500px;
}
.social-btn-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social-btn-container button{
    padding: 0;
    border: 0; 
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: bolid;
}
.social-btn-container button:hover{
    -webkit-box-shadow: 3px 3px 4px 2px rgba(0,0,0,0.23); 
    box-shadow: 3px 3px 4px 2px rgba(0,0,0,0.23);
}
.social-btn-container  .google-btn{
    border: 1px solid #000000;
    background-color: #fff;
}
.social-btn-container .facebook-btn{
    border: 1px solid #2d4374;
    background-color: #2d4374;
}
.social-btn-container .twitter-btn{
    border: 1px solid #2795e9;
    background-color: #2795e9;
}
.social-btn-container img{
    width: 125px;
    height: auto;
    object-fit: cover;
}
.jba-form input{
    width: 100%;
    border: 1px solid #c3c3c3;
    font-size: 14px;
    color: #666;
    padding:10px 10px 5px;
    margin-bottom:20px;
    border-radius: 3px;
}
.jba-form input::placeholder{
    color:#C3C3C3
}
.jba-form .showpassword {
    border: 0;
    background: url(../img/icon-hide-pass.svg) no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.jba-form .showpassword.active{ 
    background: url(../img/icon-show-pass.svg) no-repeat;
    top: 10px;
}
.jba-form .password-input{
    position: relative;
}
.jba-form  .rememmber-me{
    font-size: 12px;
    color: #212C68;
}

.jba-form input[type=checkbox], .jba-form input[type=radio]{
    width: auto;
    margin-right: 5px;;
}
.jba-form input.submit-btn{
    background: #ee3342;
    color: #fff;
    border:0;
}
.forgot-password {
    font-family: 'NexaHeavy';
    color: #ee3342;
}  
.register-form-container{
    max-width:700px;
    margin: 0 auto;
}
.register-form-container .conpad{
    padding: 40px 50px;
    background-color: #fff;
}
.register-form input::placeholder, 
.register-form input{
    color: #444;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
} 
.stepwizard-step {
    display: table-cell;
    text-align: left;
    position: relative; 
    padding:10px 15px;
}
.btn-circle { 
    text-align: left;
    padding: 6px 0;
    font-size: 14px; 
}
.stepwizard-step a{
    position: relative;
}
.stepwizard-step a:after, .step-success::after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: transparent;
    margin: 0 auto;
    margin-top: 5px;
} 
.stepwizard-step  .step-success::after{
    background: #ee3342;
}
.stepwizard-step .step-success {
    color: #212c68;
}
 
.check-member  label , .car-type-member label, .car-type-member2 label{
    padding: 10px 12px 8px 50px;
    cursor: pointer; 
    border-radius: 3px;
    border: 1px solid #C3C3C3;
    width: 100%;
    position: relative;   
    font-size: 14px;
}
.car-type-member label{
    padding: 10px 12px 8px 44px;
}
.car-type-member2 label{
    padding: 10px 12px 8px 10px;
}
.check-member #member-lelang-mobil +  label {
    background: url(../img/icon-member-lelang-mobil-off.svg) no-repeat 10px center #fff;
    background-size: 30px;
}
.check-member   input#member-lelang-mobil[type="checkbox"]:checked + label{
    background: url(../img/icon-member-lelang-mobil.svg) no-repeat 10px center  #212C68;;  
    background-size: 30px;
}

.check-member #member-lelang-alatberat +  label {
    background: url(../img/icon-member-lelang-mobil-off.svg) no-repeat 10px center #fff;
    background-size: 30px;
}
.check-member   input#member-lelang-alatberat[type="checkbox"]:checked + label{
    background: url(../img/icon-member-lelang-mobil.svg) no-repeat 10px center  #212C68;;  
    background-size: 30px;
}

.check-member #member-lelang-motor +  label {
    background: url(../img/icon-member-lelang-motor-off.svg) no-repeat 10px center #fff;
    background-size: 30px;
}
.check-member   input#member-lelang-motor[type="checkbox"]:checked + label{
    background: url(../img/icon-member-lelang-motor.svg) no-repeat 10px center  #212C68;;  
    background-size: 30px;
}

.check-member #lelang-mobil +  label {
    background: url(../img/icon-member-lelang-mobil-off.svg) no-repeat 10px center #fff;
    background-size: 30px;
}
.check-member   input#lelang-mobil[type="radio"]:checked + label{
    background: url(../img/icon-member-lelang-mobil.svg) no-repeat 10px center  #212C68;;  
    background-size: 30px;
}

.check-member #lelang-motor +  label {
    background: url(../img/icon-member-lelang-motor-off.svg) no-repeat 10px center #fff;
    background-size: 30px;
}
.check-member   input#lelang-motor[type="radio"]:checked + label{
    background: url(../img/icon-member-lelang-motor.svg) no-repeat 10px center  #212C68;;  
    background-size: 30px;
}

.check-member #reg-as-member +  label, .check-member #reg-as-nonmember +  label{
    background: url(../img/icon-as-nonmember.svg) no-repeat 10px center #fff;
    background-size: 30px;
}
.check-member   input#reg-as-member[type="radio"]:checked + label, .check-member   input#reg-as-nonmember[type="radio"]:checked + label{
    background: url(../img/icon-as-member.svg) no-repeat 10px center  #212C68;  
    background-size: 30px;
}
.car-type-member input#passenger-car + label {
    background: url(../img/icon-mobil-penumpang-off.svg) no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member input#passenger-car[type="radio"]:checked + label  {
    background: url(../img/icon-mobil-penumpang.svg) no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member input#wni + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member input#wni[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member2 input#wni + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member2 input#wni[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member input#wna + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member input#wna[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member2 input#wna + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member2 input#wna[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member input#customer_akun_perorang + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member input#customer_akun_perorang[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member2 input#customer_akun_perorang + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member2 input#customer_akun_perorang[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member input#customer_akun_bisnis + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member input#customer_akun_bisnis[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member2 input#customer_akun_bisnis + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member2 input#customer_akun_bisnis[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member input#customer_jenis_transaksi_diri_sendiri + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member input#customer_jenis_transaksi_diri_sendiri[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member2 input#customer_jenis_transaksi_diri_sendiri + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member2 input#customer_jenis_transaksi_diri_sendiri[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member input#customer_jenis_transaksi_orang_lain + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member input#customer_jenis_transaksi_orang_lain[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member2 input#customer_jenis_transaksi_orang_lain + label {
    background: no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member2 input#customer_jenis_transaksi_orang_lain[type="radio"]:checked + label  {
    background: no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}

.car-type-member input#bisnis-car + label {
    background: url(../img/icon-mobil-barang-off.svg) no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member input#bisnis-car[type="radio"]:checked + label  {
    background: url(../img/icon-mobil-barang.svg) no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}
.car-type-member input#other-car + label {
    background: url(../img/icon-mobil-lainnya-off.svg) no-repeat 10px center #fff;
    background-size: 25px;
}
.car-type-member input#other-car[type="radio"]:checked + label  {
    background: url(../img/icon-mobil-lainnya.svg) no-repeat 10px center  #212C68;  
    background-size: 25px;
    color:#fff
}
.car-type-member input[type="radio"]:checked + label{
    background-color: #212C68;  
}
.car-type-member2 input[type="radio"]:checked + label{
    background-color: #212C68;  
}

.check-member   label::after {
    display: inline-block;
    content: " ";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; 
    width: 20px;
    height: 20px;
    padding: 2px 6px 2px 2px;  
    transition: all .3s ease-in-out;
    background: url(../img/icon-checked.svg) no-repeat; 
    opacity: 0;
    position: absolute;
    right: 10px;
    top:10px;;
}

 .check-member   input[type="checkbox"]:checked + label::after, .check-member   input[type="radio"]:checked + label::after {
    content: " ";
    transform: rotate(-360deg);
    transition: all .3s ease-in-out;
    width: 20px;
    height: 20px;
    background: url(../img/icon-checked.svg) no-repeat;
    background-size: cover;
    opacity: 1;
}
.login-lelang-form .check-member input[type="radio"]:checked + label::after {
    display: none;
}

.check-member   input[type="checkbox"]:checked + label , .check-member   input[type="radio"]:checked + label { 
    background-color: #212C68;
    color: #fff;
    transition: all .2s;
} 
.check-member input[type="checkbox"], .check-member input[type="radio"], .car-type-member input[type="radio"], .car-type-member2 input[type="radio"] {
  position: absolute;
  opacity: 0;
} 
.car-type-member label{
    font-size: 12px;
}
.car-type-member   input[type="radio"]:checked {
    background-color: #212C68;
}

.car-type-member2 label{
    font-size: 14px;
}
.car-type-member2   input[type="radio"]:checked {
    background-color: #212C68;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 20px 1px 8px;
    font-size: 14px;
}
.select2-container .select2-selection--single{
    height: auto;
}
.select2-container--open .select2-dropdown--above{
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    font-size: 14px; 
}
.location-bid, .biding-date{
   width: 100% !important;
}
.select-container .select2-container {
    width:100%
}
.term-conditons{
    background-color: #f5f5f5;
    padding:20px 15px;
}
.term-conditons ul{
    padding: 0 0 0 20px;
    margin: 0;
    color: #212c68;
    line-height: 30px;
}
.term-conditons .title{
    font-size: 18px;
}
.term-conditons ul li{
    list-style: none;
    position: relative;
}
.term-conditons ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #212c68;
    position: absolute;
    top: 8px;
    left: -15px;
    border-radius: 50%;
}
.register-form-jba button{
    padding: 10px 15px 5px;
    line-height: normal;
    border: 0;
}
.nextBtn{
    background-color: #ee3342;
    color: #fff;
}
.nextBtn:hover{
    background: #212C68;
}
.cancelBtn , .backBtn{
    background-color: #d5d5d5;
    color: #969696;
}
.cancelBtn:hover, .backBtn:hover{
    background: #212C68;
    color: #fff;
}
a.step-done:before{
    display: inline-block;
    content: '';
    width: 13px;
    height: 20px;
    background: url(../img/icon-step-success.svg) no-repeat;
    position: absolute;
    right: -18px;
}
.date-input {
    position: relative;
}
.date-input label {
    position: absolute;
    z-index: 10;
    top: 2px; 
    width: auto;
    background: #fff;
    left: 2px;
    height: auto;
    padding: 7px 20px 2px 7px;
    margin: 0;
    font-size: 14px;
    color: #444;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
 
.file-uploader .form-control[readonly]{
    background: #fff;
    border: 1px solid #aaa;
    border-right: 0;
}
.file-uploader .input-group-btn {
    border: 1px solid #aaa;
    border-left: 0;
    padding: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.file-uploader .input-group-btn > span {
    padding: 5px 10px 2px;
    font-size: 12px;
    background: #212c68;
    color: #fff;

}
.file-uploader  label {
    display: inline-block;
    margin-bottom: .5rem;
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 2px;
    color: #212C68;
    font-family: 'NexaBold';
} 
.img-upload{
    width: 100%;
    padding-top: 10px;
}
.agree-container{
    font-size: 12px;
    color: #EE3342;
}
.pilih-lelang-title{ 
    font-size: 20px;
    margin-bottom: 20px;
}
.mobile-hide{
    display:inline-block;
} 
.mobile-show {
    display: none;
    
} 
.select2-selection--single {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
@media (max-width: 991px) {
    .login-right, .login-left, .register-right{
            padding: 50px;
            height: auto;
            position: static;
            width: 100%;
            min-height: auto;
    }
}
@media (max-width: 767px) {
    .mobile-hide{
        display: none;
    } 
    .mobile-show {
        display: block;
        
    }
    .login-right, .login-left, .register-right{ 
        height: auto;
    }
    .login-left{
        padding-bottom:10px;
    }
    .login-right,  .register-right{
        padding:0
    }
    .login-right{
        padding: 0 15px 30px;
        background: #212c68; 
    }
    .login-info-container{
        padding: 0;
    }
    .social-btn-container button{
        width: 100%;
        margin-bottom: 10px;
    }
    .login-left h2 br{
        display: none;
    }
    .register-form-container .conpad{
        padding:40px 15px;
    }
    .register-form-container{
        padding: 0 15px 20px;
        background: #212c68;
    }
    .footer-btn-reg{
        padding: 0 15px 20px;
        background: #212c68;
    }
    .footer-btn-reg a.backto-website{
        margin: 0;
    }
    .stepwizard-step  a{
        font-size: 0;
        border:2px solid #ee3342;
        border-radius: 50%;
        padding: 0;
    } 
    .stepwizard-step .step-success::after{
        background: transparent;
    }
    .stepwizard-step   a:after{
        content: '1';
        font-size: 16px;
        border: 0;
        display: flex;
        width: 24px;
        height: 24px;
        background: transparent;
        margin: 0;
        justify-content: center;
        align-items: center;
        line-height: 14px;
        padding-top: 7px;
    }
    .stepwizard-step:first-child  a:after {
        content: '1';
    }
    .stepwizard-step:nth-child(2)  a:after{
        content: '2';
    }
    .stepwizard-step:nth-child(3)  a:after{
        content: '3';
    }
    .stepwizard-row { 
        justify-content: center;
        display: flex;
        padding-bottom: 25px;
    }
    a.step-done:before {
        display: inline-block;
        right: auto;
        left: auto;
        width: 25px;
        background-size: 22px;
        height: 25px;
        background-position: center;
    }
    .jba-form input{
        padding: 10px 10px 6px;
        height: auto;
    }
    .register-form-jba .form-group{
        margin: 0 0 15px;
    }
    .check-member label::after{
        display: none;
    }
    .check-member #reg-as-member + label, .check-member #reg-as-nonmember + label, .check-member #member-lelang-motor + label, .check-member #member-lelang-mobil + label{
        font-size: 12px;
    }
    .register-form-jba input, .register-form-jba .form-group.check-member label, .car-type-member input  + label{
        margin-bottom: 0px;
    }
    .car-type-member input  + label{
        padding-left: 10px;
        text-align: center;
        padding-top: 42px;
        background-position: center 15px !important;
    }

    .car-type-member2 input  + label{
        padding-left: 10px;
        text-align: center;
        padding-top: 42px;
        background-position: center 15px !important;
    }
    .register-form-jba .form-label{
        color: #5f5f5f;
        font-size: 14px;
        padding-top: 5px;
        margin-bottom: 5px;
    }
    .register-form-jba  .step-title {
        font-weight: 14px;
        border-bottom: 1px solid #ee3342;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 10px;
        color: #212c68;
    }
    .agree-container{
        padding-top: 20px;
    }
    .register-form-jba   .modal-title{
        font-size: 16px;
    }
    .login-form-container{
        padding: 30px 15px;
    }
    .social-btn-container button {
        width: 30%;
    }
    .social-btn-container img{
        width: 100%;
    }
    .login-info-container a{
        text-align: center;
        padding:15px 50px;
    }
    .check-member input#lelang-mobil[type="radio"]:checked + label{
        background: url(../img/icon-member-lelang-mobil.svg) no-repeat 5px center #212C68;
        background-size: 30px;
        padding: 10px 8px 8px 45px;
    }
    .check-member #lelang-motor + label {
        background: url(../img/icon-member-lelang-motor-off.svg) no-repeat 5px center #fff; 
        background-size:30px;
        padding: 10px 8px 8px 45px;
    }
    .location-bid, .biding-date, .select-container .select2-container {
        
    }
}

.term-conditons table {
    width: 100%;
    border: 1px solid #212c68;
    border-radius: 5px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}
.term-conditons table thead tr td {
    background-color: #ee3342;
    color: white;
    text-align: center;
    padding: 0 8px;
}
.term-conditons table thead tr td:first-child {
    border-top-left-radius: 5px;
}
.term-conditons table thead tr td:last-child {
    border-top-right-radius: 5px;
}
.term-conditons table tbody tr td {
    border-bottom: 1px solid #212c68;
    text-align: center;
}
.term-conditons table tbody tr:last-child td {
    border-bottom: none;
}