img.table-img {
    border-radius: 5px !important;
}
.table-responsive {
    overflow-x: inherit;
}

.img-temp-preview{
    width: 150px;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.d-inline{
    display: inline-block;
}
.flex.rounded-lg.w-96.shadow-sm {
    width: 100%;
}

.card.login-view {
    border-radius: 30px;
}
.container-admin-text {
    /* -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    color: #7987a1;
    padding-top: 20px;
    font-size: 70px;
    font-weight: 800;
    animation: filling 3s ease forwards;
    /* filter: invert(1); */
}
.justify-content-space-around{
    justify-content: space-around;
    flex-wrap: wrap;
}
.table-img{
    width: auto;
    height: 40px;
}
/* .select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
    height: 40px !important;
}

span.select2.select2-container.select2-container--default.select2-container--below{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 0px solid #e9ecef;
    border-radius: .25rem;
} */
/* Ensure Select2 dropdown is visible above other elements */
.select2-container--open {
    z-index: 9999 !important;
}

/* Limit dropdown height */
.select2-results__options {
    max-height: 300px !important;
    overflow-y: auto !important;
}

textarea.select2-search__field {
    width: 100%;
    height: auto !important;
    margin: initial !important;
    padding: unset  !important;
}
/* .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #082a39;
    color: #fff;
    border-color: #082a39;
    padding-left: 20px;
    border-radius: .15rem;
    margin-top: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    padding: inherit;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 15px;
} */
#galleryDropzone:hover, #interiorDropzone:hover {
  background-color: #f8f9fa;
  border-color: #198754 !important;
}
.delete-image {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
