
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: #BBAF9C;
}
::-webkit-scrollbar-thumb {
    background: #BBAF9C;
    border-radius: 6px;
}
::-webkit-scrollbar-button {
    display: none;
}

* {
    scrollbar-width: 12px;
    scrollbar-color: #BBAF9C transparent;
}


.log-entry {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.log-entry:last-child {
    border-bottom: none;
}
.log-entry strong {
    color: #333;
}
.log-entry small {
    color: #888;
}
.modal-header {
    background-color: #f8f9fa;
    font-weight: bold;
}
.modal-footer {
    text-align: right;
}
/* Adjust arrow positioning */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: -1px;
    right: 8px;
    width: 20px;

}
/* Hide default arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 30px; /* Add spacing between 'x' and arrow */
}
/* Add custom icon */
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\f0dd"; /* Or use Font Awesome: content: "\f078"; */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #cda153;
    position: absolute;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #767676 !important; /* Light blue */
    color: #fff !important; /* Text color */
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #626e76 !important; /* Light gray */
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d5db !important; /* Gray-300 */

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important; /* Reduce left padding */
    font-size: 16px;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/icons/sort-down-svgrepo-com.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-position-y:40%;
    background-size: 16px;
}
