.form-item-field-alasan-hapus { position: relative; font-family: 'Nunito'; }
.form-item-field-alasan-hapus select { display: none; }
.select-selected { color: #404040!important; padding: 6px 8px!important; }
.select-selected:after {
    content: "";
    background-image: url('/themes/julo_v2/assets/images/arrow-down.png');
    background-size: 10px 6px; background-repeat: no-repeat;
    position: absolute; top: 16px; right: 10px; width: 10px; height: 6px;
}
.same-as-selected:after{
    content: "";
    background-image: url('https://cms-static.julo.co.id/media/652f7bfb38fc5_tick-blue-selected.svg');
    background-size: 10px 6px; background-repeat: no-repeat;
    position: absolute; top: 16px; right: 10px; width: 10px; height: 6px;
}
.select-items div,.select-selected {
    color: #404040; padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer; font-size: 14px;
}
#contact_ajax_contact_message_permintaan_hapus_akun_form .select-items {
    position: absolute;overflow: hidden; background-color: white;
    top: 100%; left: 0; right: 0; z-index: 1; margin-top: 4px;
    border-radius: 8px; border: 1px solid #c2c2c2; width: 98%;
}
.toc{z-index: 2;}
.select-hide { display: none; }
.select-items div:hover, .same-as-selected { background: #66CDF6!important; color: #006790!important; font-weight: bold; }
input::placeholder,
textarea::placeholder{
    font-size: 14px;
    color:#757575;
}
.placeholder-color{
    color:#7a7a7a!important;
}
.js-form-type-checkbox,
.js-form-managed-file.form-managed-file{
    display:flex; align-items: center; gap:5px;
}
.js-form-managed-file.form-managed-file{
    justify-content: space-between;
    cursor: pointer;
}
.js-form-managed-file.form-managed-file .button.js-form-submit{
    width: 20px!important; height: 20px;
    background: url('https://www.julo.co.id/sites/default/files/icon/ic-x.png')!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    color: transparent!important;
}
.file.file--image,
.file.file--application-pdf{
    display: flex; align-items: center; gap: 8px;padding: 16px 12px;
}
.file.file--image:before,
.file.file--application-pdf:before{
    content: '';
    background: url('https://www.julo.co.id/sites/default/files/icon/ic-success.png')!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 20px!important;
    display:block;
    width:20px;height:20px;
}
.file.file--image a,
.file.file--application-pdf a{
    font-size: 14px;
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    max-width: 70%;
    min-width: 260px;
}
.file.file--image a:after,
.file.file--application-pdf a:after{
    content: 'Upload berhasil';
    color: #757575;
    display: block;    
    font-size: 10px;
    margin-top: -4px;
}
.js-form-item.form-item.js-form-type-managed-file {
    border: 2px dashed #00ACF0;
    border-radius: 8px;
    background: #F5F5F5;
}
.js-form-item.form-item.js-form-type-managed-file input {
    background: #F5F5F5;
    padding: 20px 16px;   
    color: transparent;    
    border-radius: 8px;
    width: 100%;
}
.js-form-item.form-item.js-form-type-managed-file .description {
    display: none;
}
.form-item .label{
    color: #404040;
    display: block;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
}
.form-item .sublabel{
    color: #404040;
    display: block;
    font-size: .75rem;
    font-weight: 100;
    line-height: 1rem;    
    margin-bottom: 8px;
}
.field--name-field-upload-ktp { float: left; width: 48%; margin-right: 6px; margin-bottom:12px;}
.field--name-field-upload-selfie { float: left; width: 48%; margin-bottom:12px;}
.field--name-field-upload-ktp label,
.field--name-field-upload-selfie label{
    position: absolute;
    color: #00ACF0!important;
    left: 40px;
    top: 24px;
    font-size: 14px;
}
#kontak_upload_ktp input.button,
#kontak_upload_selfie input.button{
    position: absolute;
    right: 25px;
}
.field--name-field-data-diatas-sudah-benar {
    clear:both; margin-bottom: 5px;margin-top: 115px;
}
.js-form-item.form-item.js-form-type-managed-file.uploaded{
    border: 1px solid #EDEDED!important;
    background: white;
}
.js-form-item.form-item.js-form-type-managed-file.uploaded label{
    display: none!important;
}
.field--type-boolean label{
    font-weight: 100!important;
} 
.form-actions.js-form-wrapper{
    display: flex;
    flex-direction: column;
}
.custom-button{
    --tw-text-opacity: 1;
    background-color: #00acf0;
    border-radius: 0.25rem;
    color: rgba(255,255,255,var(--tw-text-opacity));
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 0.5rem;
    width: 100%;
    margin-top:4px;
    flex: 1 0 100%;
    margin-top: 20px;
    text-align: center;
}
.custom-button.disabled{
    background-color: #EDEDED;
    color: #9E9E9E;
}
.form-actions input.button{
    flex: 1 0 100%;
    order: 2;
    display: none;
}
.form-actions .ajax-progress{
    flex: 1 0 100%;
    order: 3;
}
input::file-selector-button {
    color: transparent;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    background: url('https://www.julo.co.id/sites/default/files/icon/ic-plus.png')!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    border: 0px;
    box-shadow: none;
}
.confirmation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    font-family: 'Nunito';
    display: none;
}
.confirmation-popup{
    background: white;
    border-radius: 8px;
    width: 400px;
    margin: auto;
    padding: 32px 16px 22px;
    text-align: center;
}
.confirmation-popup img{
    width: 70px;
    margin: auto;
    margin-bottom: 12px;
}
.confirmation-button{
    font-size: 10px!important;
    padding: 4px!important;
    width: 48%!important;
    cursor: pointer!important;
    border-radius: 0.25rem!important;
    margin-top:18px;
    font-weight: 700;
}

.js-text-full.error,.form-tel.error,.select-selected.error{
    border: 1px solid red!important;
}
@keyframes tooltipHide {
    to {
        width:0;
        height:0;
        overflow:hidden;
        display: none;
        visibility:hidden;
    }
}
@-webkit-keyframes tooltipHide {
    to {
        width:0;
        height:0;
        visibility:hidden;
        display: none;
    }
}
.warning-error,
.messages.file-upload-js-error{
    position: absolute;
    font-size: 10px;
    top: 52px;
    color: red;
}
.warning-error.anim{
    -moz-animation: tooltipHide 0s ease-in 1.5s forwards;
    -webkit-animation: tooltipHide 0s ease-in 1.5s forwards;
    -o-animation: tooltipHide 0s ease-in 1.5s forwards;
    animation: tooltipHide 0s ease-in 1.5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.warning-error.textarea{
    margin-top: -28px;
    position: relative;
    top: 0px;
    margin-bottom: 12px;
}
#warning-kontak_upload_ktp, #warning-kontak_upload_selfie{
    top: 68px;
}
#warning-kontak_sudah_benar{
    top: 1px;
    left: 164px;
}
#warning-kontak_sudah_baca{
    top: 1px;
    left: 360px;
}
#warning-counter{
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 11px;
    color: #b2b2b2;
}
.messages.file-upload-js-error{
    top: 68px;
    background: white;
    z-index: 2;
}
.form-item-field-data-diatas-sudah-benar-value,.form-item-field-sudah-baca-value {
    flex-wrap: wrap;
}
input[type="checkbox"] {cursor: pointer;}
input[type="checkbox"]:checked{
    accent-color: steelblue;
}
div[aria-label="Error message"]{
    display: none;
}
.form-item-captcha-response label{
    display: none;
}
.captcha{
    margin-top:10px;
}
.warning-error.captcha{
    position: relative;
    margin-top: -10px;
    top: 0px;
}
.page-node-faq #contact_ajax_contact_message_permintaan_hapus_akun_form a {
    font-weight: 700;
    color: #00acf0;
  }
@media (max-width:1024px){
    .form-item-field-sudah-baca-value label{
        width: 90%;
    }
    #warning-kontak_sudah_benar,
    #warning-kontak_sudah_baca{
        position: relative;
        order: 9;
        top: auto;
        width: 100%;
        flex: 1 0 100%;
        left:auto;
    }
    .file.file--image a,
    .file.file--application-pdf a{
        font-size: 11px;    
        max-width: 78%;
    }
}
@media (max-width:800px){
    .field--name-field-upload-ktp,
    .field--name-field-upload-selfie {
        width: 100%;
        margin-right: 0px;
    }
    .file.file--image a,
    .file.file--application-pdf a{
        min-width: auto;
    }
}
@media (max-width:475px){
    .field--name-field-upload-selfie label{
        top: 17px;
    }
}
@media (max-width:300px){
    .file.file--image a, .file.file--application-pdf a {
        min-width: 130px;
        max-width: 70%;
    }
}