.card-action .collapsed .mdi:before{
    transform: rotate(180deg);
}

.card-action .card-collapsible .mdi:before{
    transition: transform 0.3s ease;
}

.selectpicker + .btn {
    text-transform: none !important;
    letter-spacing: normal !important;
}

.iti{
    width: 100%;
    height: 100%;
    max-height: calc(2.94073rem + 2px);
}

.iti input{
    height: 100%;
    min-height: calc(2.94073rem + 2px);
    max-height: calc(2.94073rem + 2px);
}

.iti__search-input {
    padding: 1rem;
    outline: 0;
}

.iti__country-container {
    top: 1px;
}

.iti__country-list {
    width: 100%;
}

.dataTables_info{
    text-wrap: wrap;
}

.fancybox__container{
    z-index: 1090 !important;
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    font-size: 12px;
}

.swiper .card {
    position: relative;
    overflow: hidden; /* Ensures the content doesn't spill out */
}

.image-container {
    width: 100%; /* Full width of the card */
    height: 360px; /* Set a uniform height for all images */
    /* overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.image-container img {
    /* width: auto; */
    object-fit: cover;
    height: 100%;
    transition: transform 0.3s ease; /* Adds a smooth zoom effect on hover */
}

.card-body-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    color: #fff; /* Text color */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Initially hidden */
    pointer-events: none; /* Prevents interaction when hidden */
    transition: opacity 0.3s ease; /* Smooth transition */
}

.card-body-overlay h5 {
    color: #fff;
}

.swiper .card:hover .card-body-overlay {
    opacity: 1; /* Show on hover */
    pointer-events: auto; /* Enable interaction */
}

.swiper .card:hover .image-container img {
    transform: scale(1.1); /* Zoom image slightly on hover */
}

.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    background: var(--bs-warning-rgb) !important;
}

/* .select2-search--inline { 
    display: contents; 
} 

.select2-search__field:placeholder-shown { 
    width: 100% !important; 
} */

/* .nav-pills .nav-link {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
} */

button#generateRandomPassword {
    /* height: calc(2.94073rem + 2px); */
    height: 40px;
}

.dropdown-item.selected .text-muted, .dropdown-item.active .text-muted {
    color: #ffffffd2 !important;
}
