body .select2-container--krajee-bs3 .select2-selection--single {
    height: 52px;
    line-height: 43px;
    padding: 6px 24px 6px 12px;
}

body .select2-container--krajee-bs3 .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}

body .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    height: 52px;
    top: 1px;
    right: 1px;
    width: 20px;
}

body .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

body .select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: #fff;
}


.loading-name_bank_id {
    display: none!important;
}

.personal-data .select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 52px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 5px;
    border-color: #C4C4C4;
    color: #11133F;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.personal-data .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
    height: 52px;

}

.personal-data .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    top: 0;
}


.personal-data .form-control.is-invalid ~ .select2-container .select2-selection--single {
    border: 1px solid  #CC2424;
}

[dir=rtl] #select2-name_bank_id-results > li:not(:first-child) {
    text-align: left;
    direction:ltr;
}

#name_bank_id ~ .select2-container .select2-selection--single .select2-selection__rendered {
    direction:ltr;
}
