/* Дропдаун выбора огранизации и банка при добавлении/редактировании организации */

#dropdown_organization .form-field, #dropdown_bank .form-field {
    position: relative;
}

.popup_organization,
.popup_bank
{
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    box-sizing: border-box;
    border: 1.6px solid #b3b2b2!important;
    border-top: none!important;
    border-radius: 0 0 4px 4px!important;
    margin-top: -3px;
}
.popup_organization div,
.popup_bank div
{
    display: block;
    margin: 0!important;
    padding: 10px 20px!important;
    font-family: Manrope;
    color: #130b04;
    font-size: 15px;
    line-height: 1.1;
    cursor: pointer;
}
.popup_organization div:hover,
.popup_bank div:hover
{
    background: #7c4198;
    color: #fff;
}