﻿
/*select2*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.select2-results__option {
    min-height: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #495057;
    background-color: #e9ecef !important;
}
/* theme */
@media only screen and (max-width: 767px) {
    .sidebar-left {
        padding-top: 10px;
    }
}

.tooltip {
    pointer-events: none;
}

.dt-bootstrap4 {
    padding-bottom: 1em;
}

textarea:not(.select2-search__field) {
    min-height: 80px !important;
}

.input-group-append-select2 .select2-selection.select2-selection--single {
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-group-prepend-select2 .select2-selection.select2-selection--single {
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-selection__arrow b::after {
    display: none
}
