/* common */
body {
    background-color: #F7F7F7;
    color: #222222;
    font-size: 14px;
    letter-spacing: -0.015rem;
}

@media (min-width: 769px) {
    html {
        font-size: 15px;
    }
}

.text-gray1, a.text-gray1 {
    color: #a8a8a8;
}

a.text-gray1:hover, a.text-gray1:focus, a.text-gray1:active {
    color: #222222;
}

.text-gray2, a.text-gray2 {
    color: #222222;
}

.text-gray2-italic, a.text-gray2-italic {
    color: #222222;
    font-style: italic;
}

a.text-gray2:hover, a.text-gray2:focus, a.text-gray2:active {
    color: #222222;
}

.text-gray3, a.text-gray3 {
    color: #535353;
}

a.text-gray3:hover, a.text-gray3:focus, a.text-gray3:active {
    color: #222222;
}

.dropdown-menu {
    z-index: 5000;
!important;
}

/*Extra Margin*/

.ml-0-5 {
    margin-left: 0.1rem;
!important;
}

.mr-0-5 {
    margin-right: 0.1rem;
!important;
}

/*width size*/

.width-100p {
    width: 100%;
!important;
}

/* font size*/

.font-100p {
    font-size: 100% !important;
}

.font-small1 {
    font-size: 90%;
}

.font-small2 {
    font-size: 85%;
}

/* Tables */

.table-list {
    color: #222222; /* Text color */
}

.table-list tbody tr:nth-child(odd) {
    background-color: #eaeaea; /* Light grey for odd rows */
}

.table-list tbody tr:nth-child(even) {
    background-color: #ffffff; /* White for even rows */
}

.clickable-table-row {
    cursor: pointer; /* Make rows clickable */
}

/* Existing styles */

.table-list tbody tr:hover {
    background-color: #ffe5b2 !important;
}

.table-list th, .table-list td {
    border-top: 1px solid #c7c7c7;
    letter-spacing: -0.015rem;
    padding: 0.75rem;
    vertical-align: middle;
}

.table-list thead th {
    border-bottom: 1px solid #c7c7c7;
    font-size: 95%;
    font-weight: 500;
    padding: 1rem 0.8rem;
    vertical-align: bottom;
}

.table-list thead th:first-child {
    background-color: #FCFCFC;
    border-bottom: 1px solid #c7c7c7;
    border-left: 2px solid #ee7d00;
    border-right: 1px solid #c7c7c7;
    vertical-align: bottom;
}

.table tbody + tbody {
    border-top: 1px solid #c7c7c7;
}

.table-list tbody tr td:first-child {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    color: #222222;
    font-weight: 400;
}

.table-list.file-list tbody tr td:first-child {
    border-right: 0px;
    border-left: 1px solid #c7c7c7;
    color: #222222;
    font-weight: 400;
}

.table-list tbody tr td {
    color: #222222;
    font-size: 90%;
    font-weight: 400;
    line-height: 1rem;
    vertical-align: middle;
}

.table-list tbody tr td i {
    color: #222222;
    font-size: 120%;
    margin-top: 0.2rem;
}

.table-list tbody tr td.i-center {
    text-align: center;
}

.table-list thead th.bggray, .table-list tbody tr td.bggray {
    background-color: #FCFCFC;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    text-align: center;
}

.table-list thead th.bggray.borderL, .table-list tbody tr td.bggray.borderL {
    border-left: 1px solid #c7c7c7;
    border-right: 0;
}

.table-list thead th.bggray.borderN, .table-list tbody tr td.bggray.borderN {
    border-left: 0;
    border-right: 0;
}

.table-list tbody tr td span {
    display: inline-block;
    padding: 0.3rem 0;
}

/* Right border for the last cell in each row of the table body */

.table-list tbody tr td:last-child {
    border-right: 1px solid #c7c7c7;
}

/* Right border for the last cell in each row of the table header */

.table-list thead tr th:last-child {
    border-right: 1px solid #c7c7c7;
}

/* Bottom border for the last row in the table body */

.table-list tbody tr:last-child td {
    border-bottom: 1px solid #c7c7c7; /* Adjust the color as needed */
}

/* Icons */

span.i-edit {
    align-items: center;
    background: url(../images/i-edit.png) no-repeat 0;
    background-size: 16px 16px;
    cursor: pointer;
    display: inline-flex;
    height: 16px;
    margin: 0.5rem 0.3rem 0;
    text-indent: -99999px;
    width: 16px;
}

/* thumbnail */

.img-thumbnail {
    border: 0;
    border-radius: 0;
    margin-right: 0.5rem;
    padding: 0;
}

@media (min-width: 991.98px) {
    .table-list tbody tr td i {
        float: right;
    }

    .table-list tbody tr td.i-center i {
        float: none;
    }
}

@media (max-width: 991.98px) {
    .table {
        margin-bottom: 0;
    }
}

/* Buttons */

.btn:disabled {
    opacity: 0.25;
}

.btn-lg {
    padding: 0.75rem 1.5rem;
}

.btn-xSmall {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff !important;
    cursor: pointer;
    font-size: 75%;
    font-weight: 400;
    letter-spacing: 0.08rem;
    padding: 0.3rem 0.9rem;
}

.btn-small-orange {
    background-color: #ee7d00;
    color: #fff !important;
    cursor: pointer;
    font-size: 75%;
    font-weight: 400;
    letter-spacing: 0.08rem;
    padding: 0.5rem 1.2rem;
}

.btn-small-orange:hover {
    background-color: #ffe5b2;
}

.btn-small-orange:active {
    background-color: #DDBB8EFF;
}

.btn-small {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff !important;
    cursor: pointer;
    font-size: 75%;
    font-weight: 400;
    letter-spacing: 0.08rem;
    padding: 0.5rem 1.2rem;
}

.btn-small:hover {
    background-color: #888888;
    color: #FFFFFF;
}

.btn-common {
    background-color: #343a40;
    border: 2px solid #343a40;
    color: #fff !important;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.btn-common:hover {
    background-color: #888888;
    color: #fff;
}

.btn-common:hover:enabled {
    color: #FFFFFF;
    background-color: #888888;
    cursor: pointer;
}

.btn-common:hover:disabled {
    color: #FFFFFF;
    background-color: #343a40;
    cursor: default;

}

.btn-common.active:hover {

}

.btn-fixed-width-100 {
    width: 100px;
}

.btn-fixed-width-150 {
    width: 150px;
}

.btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #fff !important;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.08rem;
    padding: 0.9rem 1.5rem;
}

.btn-black:hover {
    background-color: #000000;
    color: #fff;
}

.btn-border {
    background-color: #FFFFFF;
    border: 1px solid #c7c7c7;
    color: #222222 !important;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.btn-border:hover {
    background-color: #FFFFFF;
    color: #222222;
}

.btn-cancel {
    background-color: #FFFFFF;
    border: 1px solid #c7c7c7 !important;
    color: #222222 !important;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.btn-cancel:hover {
    background-color: #DDDDDD;
    color: #222222;
    border: 2px solid #676767 !important;
}

.btn-lightgray {
    background-color: #DDDDDD;
    border: 2px solid #DDDDDD;
    color: #222222 !important;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.btn-lightgray:hover {
    background-color: #888888;
    color: #FFFFFF !important;
}

.btn-lightgray2 {
    background-color: #eeeeee;
    border: 2px solid #eeeeee;
    color: #888888;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.btn-lightgray2:hover {
    background-color: #888888;
    color: #FFFFFF;
!important;
}

.btn-gray {
    background-color: #878787;
    border: 2px solid #878787;
    color: #FFFFFF !important;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.btn-gray:hover {
    background-color: #888888;
    color: #FFFFFF;
}

.btn-darkgray {
    background-color: #222222;
    color: #FFFFFF;
    border: 1px solid #222222;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.btn-darkgray:hover {
    background-color: #888888;
    color: #222222;
}

.btn-list-view {
    padding: 0.1rem;
    width: 45px;
    height: 40px;
}

.btn-green {
    background-color: #5cb85c;
    border: 2px solid #5cb85c;
    color: #FFFFFF !important;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.btn-green:hover {
    background-color: #5cb85c;
    color: #FFFFFF;
}

.btn-refresh {
    background: center url(../images/refresh_icon.png) no-repeat;
    color: #6c757d;
    background-size: 80%;
    height: 3rem;
    width: 3rem;
    min-height: 2.6rem;
    min-width: 2.6rem;
    padding: 0.1rem;
    transition-duration: 0ms;
}

.btn-refresh:hover {
    opacity: 50%;
}

.btn-refresh:active {
    opacity: 100%;
}

.btn-refresh-light {
    background: center url(../images/refresh_icon.png) no-repeat;
    background-size: 80%;
    height: 2rem;
    width: 2rem;
    min-height: 2.6rem;
    min-width: 2.6rem;
    padding: 0.1rem;
    transition-duration: 0ms;
    filter: invert(100%);
}

.btn-refresh-light:hover {
    filter: invert(100%) brightness(2);
}

.btn-refresh-light:active {
    filter: invert(100%) brightness(0.5);
}


#btn-tutorial-toggle {
    color: #6c757d;
    padding: 0.1rem;
    transition-duration: 0ms;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
}

#btn-tutorial-toggle:hover {
    color: black;
    font-weight: bold;
}

#btn-tutorial-toggle:focus {
    border: none;
    box-shadow: none;
}

.btn-quote-mark {
    color: #878787;
}

.btn-discreet {
    color: #878787;
}

/* Table buttons */

.btn-tablein {
    background-color: #ffffff;
    border-color: #c7c7c7;
    color: #222222;
    font-size: 80%;
    font-weight: 600;
    padding: 0.40rem 0.80rem;
    text-transform: uppercase;
}

.btn-tablein-grey {
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    color: #222222;
    font-size: 80%;
    font-weight: 600;
    padding: 0.40rem 0.50rem;
    text-transform: uppercase;
}

.btn-tablein:hover {
    background-color: #eeeeee;
    border-color: #c7c7c7;
    color: #343a40;
}

/* Pagination */

.page-link {
    border-color: #c7c7c7;
    color: #222222;
    font-size: 80%;
    padding: 0.75rem 0.85rem;
}

.page-link:hover {
    background-color: #ffffff;
    color: #343a40;
    z-index: 2;
}

.page-link i {
    color: #343a40;
}

.page-link:hover i {
    color: #343a40;
}

.page-item.active .page-link {
    background-color: #343a40;
    border-color: #343a40;
    color: #FFFFFF;
}

.page-item.active .page-link:hover {
    background-color: #888888;
    border-color: #343a40;
    color: #FFFFFF;
}

/* Forms */

input, select {
    font-size: 0.85rem;
}

.input-group-text {
    font-size: 0.85rem;
}

.form-control {
    border: 1px solid #c7c7c7;
    color: black;
    font-size: 0.85rem;
}

.form-control-lg {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
}

.form-control::-webkit-input-placeholder {
    color: #222222;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #222222;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #222222;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #222222;
    opacity: 1;
}

.form-control::placeholder {
    color: #222222;
    opacity: 1;
}

select.form-control {
    padding: 0.35rem 0.75rem;
}

.checkbox-inline, .radio-inline {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 20px;
    vertical-align: middle;
}

.form-group {
    margin-bottom: 1.5rem;
}

/* Form Search */

.form-control-search {
    border: 1px solid #c7c7c7;
    border-right: 0;
    color: #222222;
    font-size: 0.85rem;
    padding: 1.3rem 1rem;
}

.btn-form-search {
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-left: 0;
    color: #E5E5E5;
    font-size: 1rem;
    padding: 0.3rem 1rem;
}

.btn-form-search:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.details {
    color: #222222
}

/* Order status legend */

.example {
    display: block;
}

.example span {
    color: #222222;
    font-size: 0.85rem;
    line-height: 2rem;
    padding: 0 0.5rem 0 0;
    vertical-align: text-bottom;
}

.fa-i-missing {
    background: url(../images/circle-xmark-solid.svg) no-repeat 0 0;
    background-size: 20px;
    min-height: 1.3rem;
    min-width: 1.4rem;
    vertical-align: -30%;
}

.fa-i-order {
    background: url(../images/i-order.png) no-repeat 0 0;
    background-size: 20px;
    min-height: 1.3rem;
    min-width: 1.4rem;
    vertical-align: -30%;
}

.fa-i-waiting {
    background: url(../images/i-waiting.png) no-repeat 0 0;
    background-size: 20px;
    min-height: 1.3rem;
    min-width: 1.4rem;
    vertical-align: -30%;
}

.fa-i-approved {
    background: url(../images/i-approved.png) no-repeat 0 0;
    background-size: 20px;
    min-height: 1.3rem;
    min-width: 1.4rem;
    vertical-align: -30%;
}

.fa-i-processing {
    background: url(../images/i-processing.png) no-repeat 0 0;
    background-size: 20px;
    min-height: 1.3rem;
    min-width: 1.4rem;
    vertical-align: -30%;
}

.fa-i-shipped {
    background: url(../images/i-shipped.png) no-repeat 0 0;
    background-size: 20px;
    min-height: 1.3rem;
    min-width: 1.4rem;
    vertical-align: -30%;
}

/* Modal */

.modal-header {
    border-bottom: 1px solid #c7c7c7;
    margin-left: 1rem;
    margin-right: 1rem;
}

.modal-open[style] {
    padding-right: 0 !important;
}

.modal-footer {
    border-top: 0;
}

/* Cards */

.card-container {
    background-clip: border-box;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.075);
    position: relative;
    word-wrap: break-word;
}

.card-row {
    cursor: pointer;
    line-height: 2.0rem;
}

.imagebox {
    border-radius: 0.25rem;
    min-height: 98px;
    min-width: 145px;
    /*max-height: 200px;*/
    /*max-width: 230px;*/
    text-align: center
}

.imagebox.prinectormotif {
    border-radius: 0.25rem;
    height: 208px; /* Set a fixed height */
!important;
    width: 254px; /* Set a fixed width */
!important;
    text-align: center;
    box-sizing: border-box;
}

.imagebox.prinectormotif img {
    height: 100%; /* Scale image to fit the height */
    width: 100%; /* Scale image to fit the width */
    object-fit: contain; /* Ensure the image scales proportionally */
}

.imagebox img {
    height: auto;
    max-height: 200px;
    max-width: 100%;
    width: auto;
}


.cursorpointer {
    cursor: pointer;
}

.accordion-bgGray {
    background-color: #fafafa;
}

.drop-zone {
    /*border: 2px dashed #eee;*/
    /*border-radius: 0.25rem;*/
    /*color: #222222;*/
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
}

.btn-accordionIn {
    background-color: #eeeeee;
    border: 2px solid #eeeeee;
    border-radius: 0.2rem;
    color: #222222;
    display: inline-block;
    font-size: 70%;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0.2rem;
    padding: 0.25rem 0.5rem;
    width: 48%;
}

.btn-accordionIn:hover {
    background-color: #dddddd;
    border-color: #dddddd;
}

/* shared delete theme */
.btn-multiDelete,
.btn-delete-motif {
    background-color: #fff5f5;
    border: 2px solid #ffe6e6;
    border-radius: 0.2rem;
    color: #222222;
    display: inline-block;
    font-weight: 600;
}

/* multi-delete specifics */
.btn-multiDelete {
    font-size: 85%;
}

.btn-multiDelete.delete-mode,
.btn-delete-motif.delete-mode {
    background-color: #ffb3b3 !important;
    border-color: #ff3333 !important;
}

.btn-multiDelete:hover,
.btn-delete-motif:hover {
    background-color: #ffb3b3;
    border-color: #ff3333;
}

/* delete-motif specifics (accordion layout + size) */
.btn-delete-motif {
    font-size: 70%;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0.2rem;
    padding: 0.25rem 0.5rem;
    width: 48%;
}

.btn-inline {
    display: inline-block;
    width: 49%;
}

.motif .description {
    font-weight: 600;
}

.motif-back {
    background-color: #dadada;
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 1px 1px #d7d7d7;
}

.motif-front {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1;
    border-radius: 5px;
}

.motif .file-name {
    color: #444242;
    font-weight: 300;
}

@media only screen and (max-width: 576px) {
    .motif {
        max-width: 255px;
    }
}

.datepicker {
    font-size: 80%;
}

.datepicker table tr td span {
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 1%;
    width: 23%;
}

.input-daterange {
    width: 100%;
}

.input-daterange input {
    text-align: left;
}

.unselectable {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    -webkit-user-select: none; /* Safari */
    cursor: default;
    user-select: none; /* Standard */
}

.popover {
    max-width: 100%;
}

.empty-div-inAccordion {
    width: 95%;
    display: inline-block;
    padding: 0.76rem 0rem
}

.order-row {
    margin-left: 0px;
}

.prinector-button-row {
    display: flex;
    justify-content: space-evenly;
}

.prinector-selector-buttons {
    display: flex;
}

/*Borders*/

.warning-border-d3 {
    border: 3px dotted #ffc107 !important;
}

/*.warning-border-d3-imagebox {*/
/*    border: 3px dotted #ffc107 !important;*/
/*    padding: 5px; !* Optional: Add padding inside the border *!*/
/*    box-sizing: border-box; !* Ensure borders are included within the dimensions *!*/
/*    height: calc(250px - 6px); !* Adjust height to account for border *!*/
/*    width: calc(285px - 6px);  !* Adjust width to account for border *!*/
/*}*/

.low-resolution-border-d3 {
    border: 3px dotted orangered;
}

.warning-border-s3 {
    border: 3px solid #ffc107;
}

/*ToolTips */

#editCampaignPopupButton::before {
    content: attr(data-tooltip);
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: rgb(2, 0, 36);
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    clip-path: circle(0% at center);
    overflow: hidden;
    border-radius: 6px;
    max-width: 200px;
    text-align: center;
    opacity: 0;
    z-index: 1;
}

#editCampaignPopupButton:hover::before {
    opacity: 1;
    clip-path: circle(100% at center);
    top: -80%;
}

.tooltip-paperclip::before {
    content: attr(data-tooltip);
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: rgb(2, 0, 36);
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    clip-path: circle(0% at center);
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    opacity: 0;
    z-index: 1;
    width: max-content; /* Adjust the width based on the text length */
    min-width: 120px;
    white-space: nowrap;

}

.tooltip-paperclip:hover::before {
    opacity: 1;
    clip-path: circle(100% at center);
    top: -100%;
    width: auto;
}

.tooltip-history::before {
    content: attr(data-tooltip);
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: rgb(2, 0, 36);
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    clip-path: circle(0% at center);
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    opacity: 0;
    z-index: 1;
    width: max-content; /* Adjust the width based on the text length */
    min-width: 120px;
    white-space: nowrap;

}

.tooltip-history:hover::before {
    opacity: 1;
    clip-path: circle(100% at center);
    top: -100%;
    width: auto;
}

.upload-list-item:hover {
    background-color: #c5c2c2;
    color: black;
}

.upload-list-item:active {
    background-color: #222222;
    color: black;
}

.bg-orange {
    background-color: #ffca73 !important;
}

/* --- Bootstrap-select optgroup styling --- */
.bootstrap-select .dropdown-menu .dropdown-header {
    background: #f8f9fa; /* subtle light gray */
    color: #495057; /* dark text */
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 6px 12px;
    border-top: 1px solid #dee2e6;
    margin-top: 4px;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    padding-left: 20px; /* indent items under group */
    transition: background-color 0.15s ease, color 0.15s ease;
}

/* First group header – cleaner start */
.bootstrap-select .dropdown-menu .dropdown-header:first-child {
    border-top: none;
    margin-top: 0;
}

/* Scroll handling */
.bootstrap-select .dropdown-menu.inner.show {
    max-height: 400px;
 
}

/* --- Hover + Active states --- */
.bootstrap-select .dropdown-menu .dropdown-item:hover,
.bootstrap-select .dropdown-menu .dropdown-item:focus {
    background-color: #ffe5b2 !important;
    color: #212529 !important;
}

/* Active item (selected) styling */
.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item.active:hover {
    background-color: #ffe5b2 !important;
    color: #000 !important;
    font-weight: 600;
}

/* Optional: nicer rounded corners inside dropdown */
.bootstrap-select .dropdown-menu {
    border-radius: 0.375rem;
    overflow: hidden;
}

/* =========================================================================
Bootstrap-select single-select visual style (radio-like)
========================================================================= */

/* Remove the tick/check icons entirely */
.bootstrap-select .dropdown-menu.inner li.selected a span.check-mark {
    display: none !important;
}

/* Remove padding left where checkboxes usually live */
.bootstrap-select .dropdown-menu.inner li a {
    padding-left: 12px !important;
}

/* Highlight selected row */
.bootstrap-select .dropdown-menu.inner li.selected > a {
    background-color: #ffe5b2 !important; /* your highlight color */
    color: #212529 !important;
    font-weight: 600;
}

/* Subtle hover effect matching highlight theme */
.bootstrap-select .dropdown-menu.inner li:not(.disabled) > a:hover {
    background-color: #ffe5b2 !important;
    color: #212529 !important;
}

/* Optional: transition for smoother UX */
.bootstrap-select .dropdown-menu.inner li > a {
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
