﻿.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.multiselect-filter > input.multiselect-search {
    margin-left: 0.25rem !important;
    margin-top: 0.5rem;
}

legend {
    float: none !important;
}
.accordion-button {
    background-color: #e9ecef;
    padding: 0.5rem 0.5rem;
}
    .accordion-button:not(.collapsed) {
    color: #2b4060;
    background-color: #e9ecef;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
}
.accordion-button:focus {
    z-index: 3;
    border-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.height-100 {
    min-height: 100px;
}
.height-200 {
    min-height: 200px;
}
.height-300{
    min-height:300px;
}

.well-numbers {
    display: block;
    max-width: 150px; /* Adjust the maximum width as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Allow wrapping within the block element */
    word-wrap: break-word; /* Ensure long words break onto multiple lines */
}

.nowrap {
    white-space:nowrap;
    text-wrap: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #212529 !important;
}
/*508 Screen reader only*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}