.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4); /* Yüngül ağ fon */
    display: flex;
    justify-content: center!important;
    align-items: center;
    z-index: 999999999;
    display: none;
}




.sidebar_form .form_wrapper #document_form .body .document_form_item .document_form_wrapper .country_wrapper {
    background: transparent;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 575.98px) {
    .sidebar_form .form_wrapper #document_form .body .document_form_item .document_form_wrapper .country_wrapper {
        width: 305px;
    }
}

.sidebar_form .form_wrapper #document_form .body .document_form_item .document_form_wrapper .country_wrapper .country_select {
    background: var(--hertz-white);
}

.sidebar_form .form_wrapper #document_form .body .document_form_item .document_form_wrapper .country_wrapper .country_select .country .name {
    color: rgba(20, 20, 20, 1);
    font: 400 16px / 22px "Poppins", sans-serif;
    max-width: calc(100% - 8px - 20px);
}

.sidebar_form .form_wrapper #document_form .body .document_form_item .document_form_wrapper .country_wrapper .country_select .icon i {
    color: rgba(20, 20, 20, 1);
}

.sidebar_form .form_wrapper #document_form .body .document_form_item .document_form_wrapper .country_wrapper .country_select {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    padding: 0 16px;
    border: 1px solid rgba(214, 214, 214, 1);
    background: var(--hertz-white);
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


.showForm{
    display: none;
}

#document_form .multi_form_group_wrapper{
    margin-bottom: 20px;
}


.filterButton{
    background: var(--hertz-yellow);
    color: #141414;
    width: 100%;
    height: 32px;
    border-radius: 8px;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    font: 600 16px / 30px "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}


select.form-document-selection{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 50px 0 16px;
    border: 1px solid rgba(214, 214, 214, 1);
    background: var(--hertz-white);
    border-radius: 8px;
    transition: 0.3s;
    color: rgba(20, 20, 20, 1);
    font: 400 16px/22px "Poppins", sans-serif;
}

section.customer_account .customer_account_wrapper .account_main .modal .modal-dialog .modal-content .body .form_group .input_wrapper input::placeholder {
    color: rgba(20, 20, 20, 1);
    font: 400 16px/22px "Poppins", sans-serif;
}

select.form-document-selection:focus {
    border: 1px solid var(--hertz-yellow) !important;
    box-shadow: none !important;
}


.spinnerForm .spin{
    width: 70px!important;
    height: 70px!important;
}

form .enter.active{
    background-color: var(--hertz-yellow)!important;
    color:black!important;
}

section.login .login_wrapper .tab form .form_group input:not(:focus) {
    border: 1px solid rgba(214, 214, 214, 1);
}

.swal2-title{
    font-size: 22px!important;
}



.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    /* width: 50%; */
    width: 61px!important;
    border: 1px solid #e5e5e5!important;
    padding: 3px 0!important;
    border-radius: 4px!important;
}
.referal-link{
    width: 47%;
}
.referal-link>input:focus {
    border: 1px solid var(--hertz-yellow) !important;
    box-shadow: none !important;
}

.not-select {
    pointer-events: none;
}
