
html *, body *{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.carousel {
    position: relative;

    margin-top: 26px;
}

.carousel-inner {

    width: 100%;
}

.carousel-open:checked+.carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 300px;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked~.control-1,
#carousel-2:checked~.control-2,
#carousel-3:checked~.control-3 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #ddd;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked~.control-1~.carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked~.control-2~.carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked~.control-3~.carousel-indicators li:nth-child(3) .carousel-bullet {
    color: #428bca;
    opacity: 1 !important;
}
.carousel input[hidden]{
    visibility: hidden;
}
.spinner-border {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity))
}

.animate-spin {
    animation: spin 1s linear infinite
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.toggle-checkbox:checked {
    @apply: right-0 border-green-400;
    right: 0;
    border-color: #68D391
}

.toggle-checkbox:checked+.toggle-label {
    @apply: bg-green-400;
    background-color: #68D391
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.pagination, .pagination .text-sm{
    font-size: 12px;
}
.filepond--root{overflow:auto}.filepond--root div.filepond--drop-label{color:#4c4e53;display:flex;align-items:center;min-height:9em;border-bottom:1px dashed #c1c0c0}.filepond--label-action{text-decoration-color:#babdc0}.filepond--item-panel{background-color:#595e68}.filepond--drip-blob{background-color:#7f8a9a}.filepond--credits{display:none}.filepond--panel-root{border-radius:.5em;background-color:#fff;border:2px dashed #333}.filepond--panel-root:hover,.filepond--panel-root:focus,.filepond--panel-root:active,.filepond--panel-root:visited{background-color:#ebf7dc;border:2px dashed #8bc34a}
.filepond--item {
    width: calc(50% - 0.5em);
}
@media (min-width: 30em) {
    .filepond--item {
        width: calc(50% - 0.5em);
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - 0.5em);
    }
}
.max-w-60{
    max-width: 15rem;
}
.bg-dark-custom{
    background-color: #21263c;
}
.active-link{
    background-color: #fd9134 !important;
    border-radius: 8px !important;
}

.spinner-border {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity))
}

.animate-spin {
    animation: spin 1s linear infinite
}
.border-t-blue-700{
    border-top: 4px solid #1d4ed8;
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}
.modal-custom-live{
    padding-left: 50px !important;
}
.modal-close-btn:hover{
    background-color: #ddd;
}
.modal-close-btn{
    position: absolute;
    left: -35px;
    background-color: #fff;
    z-index: 2;
    padding: 6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.peer:checked ~ .peer-checked\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important; 
}
/* input:not(.force-lcase),
textarea,
select{
    text-transform: uppercase !important;
} */
.input-space{
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;  
}
.rewards-height-left{
 min-height: 80vh;   
 overflow-y: scroll;
}
.guest-reward-list .current-item{
    background-color: #f3f4f6;
}
.guest-reward-list > div{
    background-color: #fff;
}
.message-search-error{
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: #ff0000;
    padding: 6px;
    font-weight: 600;
    border-radius: 4px;   
}
.rounded-sm{
    border-radius: 4px;
}
.custom-flex-2{
    display: grid;
    grid-template-columns: 330px auto;
}
@media(min-width: 768px){
    .sm\:min-h-40{
        min-height: 10rem;
    }
}
@media(max-width: 768px){
    .custom-flex-2 .card-holder{
        width: 100% !important;
        min-width: 100% !important;
        
    }
    .custom-flex-2 img{
        height: auto !important;
    }
    .custom-flex-2{
        grid-template-columns: 100%; 
    }
    .custom-flex-2 .input-space{
        grid-template-columns: 100% !important;   
    }
}
@media print {
.print-break {
    page-break-after: always;
}
}
.tablinks.active{
    border-color: #47a8bd;
}
#menu-dropdown .active{
    background-color: #e5e7eb;
}
@media(max-width: 767px){
    body .custom-h3{
        font-size: 15px;
        line-height: 1.3;
    }
}
.font-sans{
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;   
}
.bg-primary-700{
    background-color: #47a8bd !important;
}
.text-dark-700{
    color: #21263c !important;
}
.hover\:bg-primary-700:hover,
.bg-primary-700:hover{
    background-color: #47a8bd !important;
}
@media (min-width: 640px){
    .sm\:max-w-xl{
        max-width: 36rem;
    }   
}
.min-h-screen{
    min-height: 100vh;
}
.pl-9{
    padding-left: 2.25rem !important;
}
.border-slate-100{
    border-color: rgb(241 245 249);
}
.auth-bg-right{
    width: 500px;
    background-color: #013f88;
}
.auth-bg-right form label:not(.override-text-color){
    color: #fff;
}
.logo-width{
    width: 160px;
    box-shadow: 0 0 3px #ddd;
    border-radius: 4px;
}
.lg-input input{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}
.lg-btn button{
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;   
}
.auth-bg-right.bg-black{
    background-color: #000;
}
.form-with-icon{
    display: flex;
    align-items: center;
    position: relative;  
}
.form-with-icon input,
.form-with-icon select{
    padding-left: 50px;   
}
.form-with-icon .svg-icon{
    width: 40px;
    height: 44px;
    position: absolute;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaebed;   
}
@media(max-width: 767px){
    .logo-width{
        width: 150px;
    }
    .auth-bg-right{
        width: 100%;
    }
    .min-h-screen{
        min-height: auto;
    }
    .sm-order-1{
        order: 1;
    }
    .sm-order-2{
        order: 2;
    }
    .sm-flex-direction-column{
        flex-direction: column;
    }
    .sm-min-auto{
        min-height: auto !important;
    }
}
.mt-7px{
    margin-top: -7px !important;
}
.ml-1px{
    margin-left: 1px;
}
/*calendar*/
#calendar{color: #1f1f1f;}
body .fc .fc-daygrid-day-frame{
    min-height: 116px;
    border-right: 1px solid #dde3ea;
    border-bottom: 1px solid #dde3ea; 
    height: 100%;
}
body .fc-view{
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dde3ea;   
}
body .fc th, body .fc td{
    border: none;
}
.fc-scrollgrid-sync-table > tbody > tr > td:last-child > .fc-daygrid-day-frame{
    border-right: none;
}
body .fc .fc-daygrid-day-top{
    justify-content: center;
    font-size: 12px;   
}
body .fc-col-header-cell{
    font-size: 12px;
    font-weight: 400;    
}
body .fc .fc-toolbar-title{
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #47a8bd;
}
body .fc .fc-toolbar.fc-header-toolbar{
    margin-bottom: 10px;  
    margin-left: 105px;
}
#calendar{
    margin-top: -32px;
}
.fc .fc-button-primary{
    background-color: #47a8bd;
    border: 1px solid #fff;
    color: #fff;
    border-radius: .375rem;
    text-transform: uppercase;
    font-size: .75rem;
}
#calendar .fc-today-button:disabled{
    background-color: #47a8bd;
    color: #fff; 
    
}
#calendar .fc-scrollgrid{
    background-color: #fff;
    /* box-shadow: 0 0 5px #dde3ea;    */
}
.min-h-40{
    min-height: 160px;   
}
/* .fc-daygrid-day-events{
    text-transform: capitalize;
} */
body .fc-direction-ltr .fc-daygrid-event.fc-event-end, 
body .fc-direction-rtl .fc-daygrid-event.fc-event-start,
body .fc-direction-ltr .fc-daygrid-event.fc-event-start, 
body .fc-direction-rtl .fc-daygrid-event.fc-event-end{
    padding-left: 5px;    
}
.max-w-72{
    max-width: 18rem;
}
.max-w-80{
    max-width: 20rem;
}
.list-box{    
    overflow-y: auto;    
    border-bottom: 1px solid #ddd;
    border-radius: 8px; 
    height: 400px;  
}
.list-box::-webkit-scrollbar {
    width: 7px; 
}

.list-box::-webkit-scrollbar-track {
    background: rgb(226, 226, 226); 
}

.list-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgb(160, 160, 160);       
}

.fc-scroller::-webkit-scrollbar{
    width: 7px; 
}
.fc-scroller::-webkit-scrollbar-track {
    background: rgb(226, 226, 226); 
}

.fc-scroller::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgb(160, 160, 160);       
}

.thin-scroller::-webkit-scrollbar{
    width: 7px; 
}
.thin-scroller::-webkit-scrollbar-track {
    background: rgb(226, 226, 226); 
}

.thin-scroller::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgb(160, 160, 160);       
}

.bg-gray-100:not(.radio){
    background-color: #f3f4f6 !important;
}
.bg-gray-200:not(.radio){
    background-color: #e5e7eb !important;
}
.bg-gray-300:not(.radio){
    background-color: #d1d5db !important;
}
.bg-gray-400:not(.radio){
    background-color:#9ca3af !important;
}
.bg-gray-500:not(.radio){
    background-color: #6b7280 !important;
}
.bg-gray-600:not(.radio){
    background-color: #4b5563 !important;
}
.bg-gray-700:not(.radio){
    background-color: #374151 !important;
}
.bg-gray-800:not(.radio){
    background-color:#1f2937 !important;
}
.bg-gray-900:not(.radio){
    background-color: #111827 !important;
}

.bg-red-100:not(.radio){
    background-color: #fde8e8 !important;
}
.bg-red-200:not(.radio){
    background-color: #fbd5d5 !important;
}
.bg-red-300:not(.radio){
    background-color: #f8b4b4 !important;
}
.bg-red-400:not(.radio){
    background-color:#f98080 !important;
}
.bg-red-500:not(.radio){
    background-color: #f05252 !important;
}
.bg-red-600:not(.radio){
    background-color: #e02424 !important;
}
.bg-red-700:not(.radio){
    background-color: #c81e1e !important;
}
.bg-red-800:not(.radio){
    background-color:#9b1c1c !important; 
}
.bg-red-900:not(.radio){
    background-color: #771d1d !important;
}

.bg-yellow-100:not(.radio){
    background-color: #fdf6b2 !important;
}
.bg-yellow-200:not(.radio){
    background-color: #fce96a !important;
}
.bg-yellow-300:not(.radio){
    background-color: #faca15 !important;
}
.bg-yellow-400:not(.radio){
    background-color:#e3a008 !important;
}
.bg-yellow-500:not(.radio){
    background-color: #c27803 !important;
}
.bg-yellow-600:not(.radio){
    background-color: #9f580a !important;
}
.bg-yellow-700:not(.radio){
    background-color: #8e4b10 !important;
}
.bg-yellow-800:not(.radio){
    background-color:#723b13 !important;
}
.bg-yellow-900:not(.radio){
    background-color: #633112 !important;
}


.bg-green-100:not(.radio){
    background-color: #def7ec !important;
}
.bg-green-200:not(.radio){
    background-color: #bcf0da !important;
}
.bg-green-300:not(.radio){
    background-color: #84e1bc !important;
}
.bg-green-400:not(.radio){
    background-color:#31c48d !important;
}
.bg-green-500:not(.radio){
    background-color: #0e9f6e !important;
}
.bg-green-600:not(.radio){
    background-color: #057a55 !important;
}
.bg-green-700:not(.radio){
    background-color: #046c4e !important;
}
.bg-green-800:not(.radio){
    background-color:#03543f !important;
}
.bg-green-900:not(.radio){
    background-color: #014737 !important;
}

.bg-blue-100:not(.radio){
    background-color: #e1effe !important;
}
.bg-blue-200:not(.radio){
    background-color: #c3ddfd !important;
}
.bg-blue-300:not(.radio){
    background-color: #a4cafe !important;
}
.bg-blue-400:not(.radio){
    background-color:#76a9fa !important;
}
.bg-blue-500:not(.radio){
    background-color: #3f83f8 !important;
}
.bg-blue-600:not(.radio){
    background-color: #1c64f2 !important;
}
.bg-blue-700:not(.radio){
    background-color: #1a56db !important;
}
.bg-blue-800:not(.radio){
    background-color:#1e429f !important;
}
.bg-blue-900:not(.radio){
    background-color: #233876 !important;
}
.bg-indigo-200:not(.radio){
    background-color: #cddbfe !important;
}
.bg-indigo-300:not(.radio){
    background-color: #b4c6fc !important;
}
.bg-indigo-400:not(.radio){
    background-color:#8da2fb !important;
}
.bg-indigo-500:not(.radio){
    background-color: #6875f5 !important;
}
.bg-indigo-600:not(.radio){
    background-color: #5850ec !important;
}
.bg-indigo-700:not(.radio){
    background-color: #5145cd !important;
}
.bg-indigo-800:not(.radio){
    background-color:#42389d !important;
}
.bg-indigo-900:not(.radio){
    background-color: #362f78 !important;
}

.bg-purple-100:not(.radio){
    background-color: #edebfe !important;
}
.bg-purple-200:not(.radio){
    background-color: #dcd7fe !important;
}
.bg-purple-300:not(.radio){
    background-color: #cabffd !important;
}
.bg-purple-400:not(.radio){
    background-color:#ac94fa !important;
}
.bg-purple-500:not(.radio){
    background-color: #9061f9 !important;
}
.bg-purple-600:not(.radio){
    background-color: #7e3af2 !important;
}
.bg-purple-700:not(.radio){
    background-color: #6c2bd9 !important;
}
.bg-purple-800:not(.radio){
    background-color:#5521b5 !important;
}
.bg-purple-900:not(.radio){
    background-color: #4a1d96 !important;
}

.bg-pink-100:not(.radio){
    background-color: #fce8f3 !important;
}
.bg-pink-200:not(.radio){
    background-color: #fad1e8 !important;
}
.bg-pink-300:not(.radio){
    background-color: #f8b4d9 !important;
}
.bg-pink-400:not(.radio){
    background-color:#f17eb8 !important;
}
.bg-pink-500:not(.radio){
    background-color: #e74694 !important;
}
.bg-pink-600:not(.radio){
    background-color: #d61f69 !important;
}
.bg-pink-700:not(.radio){
    background-color: #bf125d !important;
}
.bg-pink-800:not(.radio){
    background-color:#99154b !important;
}
.bg-pink-900:not(.radio){
    background-color: #751a3d !important;
}
.event-notification{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.event-notification-backdrop{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    backdrop-filter: blur(5px);  
}
.event-notification-container{
    background-color: #fff;
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 800px;
    margin: auto;
    min-height: 400px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); 
}
.close-event-notification{
    position: absolute;
    top: 0;
    padding: 5px;
    right: 0;  
}
.left-sidebar{
    width: 80%;
    max-width: 320px;
}
@media(max-width: 767px){
    .sm-w-full{
        width: 100% !important;
        justify-content: space-between;
    }
    #calendar .fc-toolbar-title{
        font-size: 16px;
    }
    #calendar{
        margin-top: 0;
    }
    #calendar .fc-header-toolbar{
        margin-left: 0;
    }
    .auth-bg-right iframe{
        height: 100vh !important;
    }
    .livewire-modal .fixed{
        z-index: 100;
    }
    .livewire-modal .fixed > div #modal-container{
        z-index: 101;   
    }
    .sm-xs{
        font-size: 8px;   
        
    }
    .tab-nav-sm{
        padding-left: 5px !important;
        padding-right: 5px !important;
        min-width: auto !important; 
    }
    .sm-fixed-abs{
        position: absolute;
        top: auto;
        left: 0;  
    }
    .sm-fixed-abs.sm-hidden{
        display: none;
    }
}

.btn-time:hover{
    background-color: #fff;
    border: 1px solid;
}
.event-notification-container #default-tab-content{
    overflow-y: auto;
    height: calc(90vh - 20px);   
    max-height: 500px;
}
.text-xxs{
    font-size: 10px;
}
.announcement-images .slick-next::before{
    font-size: 30px;
}
.announcement-images .slick-next{
    right: 0;
    width: 30px;
    height: 30px;
    background-color: rgba(33, 38, 60, 0.7);
    border-radius: 100%;
    padding-top: 3px;
}
.announcement-images .slick-next:hover{
    background-color: rgba(33, 38, 60, 0.5);
}
.announcement-images .slick-prev{
    left: 0;
}
.bg-light-blue{
    background-color: #47a8bd;
}
.bg-light-orange{
    background-color: #FFAD69;
}
.bg-light-orange-i{
    background-color: #FFAD69 !important;
}
.text-light-orange{
    color: #FFAD69;
}
.text-light-blue{
    color: #47a8bd;
}
.hover-bg-light-blue:hover{
    background-color: #47a8bd !important;
}
.mt-1-neg{
    margin-top: -10px !important;
}
.list-box label{
    font-weight: 400;
}
@media (min-width: 640px){
    .sm\:text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }
}

.bubble-tail-outgoing::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -1px; /* Adjust this value to control how far out the tail goes */
    width: 0;
    height: 0;
    border: 10px solid transparent; /* Base size of the triangle */
    border-left-color: #fff; /* Same color as bg-gray-200 */
    border-bottom-color: #fff; /* Same color as bg-gray-200 */
    border-bottom-right-radius: 5px; /* Adjust for desired curve */
    transform: translateY(-50%) rotate(45deg); /* Position and rotate */
    z-index: 1; /* Ensure it's above other content if necessary */
}
.w-100{
    width: 100%;
    max-width: 500px;
}
.assigned-container{
    height: 400px;
    overflow-y: auto;  
}
.max-overflow-y{
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;   
}
button[disabled="disabled"]{
    opacity: 0.5 !important;
}
.avatar-group {
    display: flex; /* Aligns the elements side-by-side */
    padding: 10px;
    border-radius: 12px;
    /* This box-shadow and background would be controlled by your theme */
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Makes the image circular */
    object-fit: cover;
    z-index: 10; /* Ensures the avatar is on top of the overlap */
    position: relative !important;
    
    /* The stacking effect: overlap by a fixed amount */
    margin-left: -10px !important;
    
    /* The ring/border that adapts to the theme */
    border: 3px solid #fff; /* Example border color (adjust for light/dark mode) */
}

/* Remove the margin from the first avatar */
.avatar:first-child {
    margin-left: 0;
}

.avatar-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4a5568; /* Darker circle for the count */
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-left: -10px; /* Overlap the same way as the avatars */
    z-index: 1;
    border: 3px solid #fff; /* Matching ring/border */
}

/* Styles to separate the two example groups in the screenshot */
.avatar-group-container {
    display: flex;           
    border-radius: 15px;
}