body {
    background-color: #e8f3fd !important;
}

.container {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 0;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 5px;
}

input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

table .sticky-top {
    z-index: 10 !important;
}

.logo-css {
    max-width: 100px;
    width: 100%;
}

.logo-div {
    z-index: 1;
}

.logo-div-formpage {
    position: absolute;
    z-index: 1;
}

.layout-navbar-fixed .layout-page:before {
    background: none !important;
}

.custom-css-dropdown .dropdown-menu.show .inner.show {
    height: 30vh !important;
}

.item-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;

}

.card-header {
    text-transform: capitalize !important;
    font-weight: 500 !important;
    color: #000000 !important;
}

.table-css thead p {
    display: block;
    width: max-content;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: #000000;
}

.table-css tbody p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    padding: 0 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #1167B0;
    border-radius: 10px;
}

.modal-dialog {
    height: 94vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.fade {
    overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
}

.app-chat {
    background-image: url("/public/Ellaya_Logo%20%284%20x%202%20cm%29-01.jpg");
    background-repeat: no-repeat;
    background-position: 69.5%;
    background-size: 24%;
    width: 100%;
}

.seller-popup .modal-content {
    height: 85vh !important;
}

.seller-popup .modal-body {
    overflow-y: auto !important;
}

.fc td {
    padding: 1px !important;
}

#eventModal .modal-body {
    overflow-y: scroll !important;
    height: 75vh !important;
    overflow-x: hidden;
}

@media only screen and (max-width: 1000px) {
    .app-chat {
        background-image: none;
    }
}

.fc-center h2 {
    color: #1167B0;
}

.fc-today .fc-day-number {
    color: #ffffff;
}

.app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item {
    padding: 0 !important;
}

.app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item a {
    padding: 0.528rem 0.75rem !important;
}

.inventory-css input {
    width: 50%;
}

.chat-message-wrapper .chat-message-text.mt-2 {
    display: none !important;
}


/* paginastion css */

.form-select {
    width: auto !important;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    text-decoration: none;
    color: #007bff;
    cursor: pointer;
}

.page-link:hover {
    background-color: #007bff;
    color: #fff;
}

.page-item.disabled .page-link {
    pointer-events: none;
    opacity: 0.5;
}

.page-item.active .page-link {
    background-color: #007bff;
    color: #fff;
}

#bannerImagePreview {
    height: 450px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* dashbord card */

.card-subtitle {
    margin-top: 5px;
}

.card-subtitle-main-box .card-subtitle {
    font-size: 16px;
    line-height: normal;

}

.box-card:hover {
    background-color: #1167B0;
    transition-duration: 0.3s;
    transition-property: color, background-color;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(209, 231, 250, 0.78);

}

.box-card:hover h5,
.box-card:hover h6,
.box-card:hover p {
    color: #fff !important;
    transition-duration: 0.3s;
}

.box-card:hover .bg-label-info {
    background-color: #fff !important;
    color: #1167B0 !important;
    transition-duration: 0.3s;
}

.box-card-div {
    width: 20%;
}

@media only screen and (max-width: 768px) {
    .cal-desing {
        display: flex;
        align-items: center;
    }

    .fc-toolbar .fc-right {
        float: left !important;
        margin-top: 15px !important;
    }

    .inventory-css button {
        width: max-content !important;
    }

    .mobile-css {
        flex-direction: column;
        gap: 2px;
    }

    .inventory-css input {
        width: 100%;
    }

    #eventModal .modal-body {

        overflow-y: scroll !important;
        height: 60vh !important;

    }

    .box-card-div {
        width: 50%;
        height: fit-content;
    }
}


@media only screen and (max-width: 582px) {
    .box-card-div {
        width: 100%;
    }
}

.card-icon img {
    height: 22px !important;
    width: 22px !important;
}

/* .layout-overlay.layout-menu-toggle {
    display: none;
} */

.button-home,
.button-back {
    display: flow !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.button-home:focus,
.button-back:focus {
    box-shadow: none !important;
}



.button-home i {
    margin-top: 1px !important;
    margin: 3px !important;
}

.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner .menu-item .menu-link span {
    display: none !important;
}

.toast-container {
    position: fixed;
    top: 25px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 5000;
}

.toast {
    position: relative;
    width: 320px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow-x: hidden;
    align-items: center;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}

.toast.active {
    transform: translateX(0%);
}

.toast .toast-content {
    display: flex;
    align-items: center;
}

.toast-content .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    font-size: 35px;
    color: #fff;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.toast .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}

.toast .close:hover {
    opacity: 1;
}

.toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #4070f4;
}

.progress.active:before {
    animation: progress 5s linear forwards;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

/* Toast Type Colors */
.toast.success .icon {
    color: #1476CC;
}

.toast.success .progress:before {
    background: #1476CC;
}

.image-container {
    position: relative;
}

.remove-image {
    padding-left: 7px;
    font-size: x-small;
    padding-right: 8px;
    background: #00000069;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 11px;
    font-size: 11px;
    padding: 3px 5px;
}

.menu-item.dropdown.active .menu-sub.open .menu-link #chat-unread-count {
    background-color: #1167B0 !important;
    color: #fff;
}

.menu-item.dropdown.active .menu-sub.open .menu-item.active .menu-link #chat-unread-count {
    background-color: #fff !important;
    color: #1167B0;
}


.menu-item.active #chat-unread-count {
    background-color: #fff !important;
    color: #1167B0;
}

.menu-item.active .menu-link.menu-toggle span {
    background-color: #1167B0 !important;
    color: #fff;
}


.menu-item span {
    line-height: initial;
}

.menu-link.menu-toggle .menu-item span {
    background-color: #1167B0 !important;
    color: #fff;
}

.menu-item.active span {
    background-color: #fff !important;
    color: #1167B0;
}

.menu-link.menu-toggle .active #chat-unread-count1 {
    background-color: #1167B0 !important;
    color: #fff;
}

.menu-link.menu-toggle #chat-unread-count {
    background-color: #1167B0 !important;
    color: #fff;
}

#showCancelOptions {

    box-shadow: none;
    border: none;
}

/*BUTTON HOVER CSS  */

.tooltip-div {
    WIDTH: fit-content;
}

.tooltip-container {
    position: relative;
    display: block;
    width: fit-content;
    MARGIN-LEFT: auto;
    MARGIN-BOTTOM: 5px;
}

.tooltip-button {
    padding: 2px;
    color: white !important;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #00000075;
}

.tooltip-button:hover,
.tooltip-button:active {
    background: #00000075 !important;
    color: white !important;
}

.tooltip-button:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.tooltip-button .ti-question-mark:before {
    font-size: 10px;
}

.tooltip {
    display: none;
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-90%);
    background-color: #fff;
    color: #000;
    padding: 8px 12px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 90%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip.active {
    display: block;
    opacity: 1;
}

.right-label .tooltip {
    transform: translateX(-90%);
}

.right-label .tooltip::after {
    top: 100%;
    left: 90%;
}


@media only screen and (max-width: 768px) {

    .tooltip {
        transform: translateX(-90%);

    }

    .tooltip::after {
        top: 100%;
        left: 90%;

    }

    .in-mobile {
        width: 50%;
    }

    .in-mobile-header {
        text-align: center !important;
    }

    .user-profile-info h4 {
        text-align: center;
    }
}

.group-card h3 {
    font-size: 20px;
    margin: 25px;
}

.group-button {
    margin: 10px auto !important;
    padding: 12px;
    border-radius: 15px;
    display: block !important;
    position: absolute;
    width: auto !important;
    bottom: 0;
    z-index: 1 !important;
    left: 205px;
}

.add-member {
    width: 100% !important;

}

