.list-group .list-group-item input[readonly] {
    cursor: pointer;
}
.list-group .list-group-item.active input {
    color: #fff;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e7eaed !important;
}
.select2-container .select2-selection--single {
    padding: 5px !important;
    height: auto !important;
    min-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #697a8d !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: unset !important
}

.activeForm > form {
    opacity: 0;
    background-color: #fff;
}

.activeForm .spinner::before {
    position: absolute;
    content: 'Загрузка...';
    padding: 20px;
    width: 100%;
    height: 100%;
}
.activeForm.form_loaded .spinner::before {
    display: none;
}
.activeForm.form_loaded > form {
    opacity: 1;
    transition: 0.5s;
}