.error{
      color: red;
    font-size: small;
    margin: 6px 0px;
}
.btn-dena:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-dena)+.btn:active{
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: white !important;
}
.btn-dena:checked+ .btn i,.btn-lena:checked+ .btn i{
    color: white !important;
}

.btn-lena:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-lena)+.btn:active{
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: white !important;
}

/* Select2 as plain input field appearance */
.select2-container .select2-selection--single {
    height: 30px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    padding: 0px 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 26px !important;
    padding-left: 0 !important;
    padding-right: 20px !important;
} */

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 5px !important;
}

/* Position dropdown to overlay the select */
.select2-dropdown--below {
    top: -38px !important;
    border: 1px solid #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
      display: inline !important;

}
/* Hide the original select styling when opened */
.select2-container--open .select2-selection--single {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
} 