.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #697a8d;
}
.select2-container--default .select2-selection--single {
    height: 42px;
    border: var(--bs-border-width) solid #d9dee3;
}
.select2-results__option {
    line-height: 30px;
}
.select2-results__option.select2-results__option--highlighted {
    background-color: #ddd;
}
.select2-selection__arrow {
    height: 42px !important;
}

.thumb-container {
    display: inline-block;
    position: relative;
    margin: 2px;
}
.thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
    position: relative;
    border: 1px solid #870500;
    border-radius: 6px;
}
.close-icon {
    position: absolute;
    top: 3px;
    right: 0px;
    background-color: #870500;
    color: white;
    border: none;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    font-size: 10px;
    display: flex; /* Hidden by default */
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}
