/* table style starts here */

.table-image {
    width: 40px;
    border-radius: 20px;
}

.table-data-clr {
    color: #4A5174 !important;
}

.table-link-clr {
    color: #0026E3 !important;
}

.table-name-style {
    color: #009AB1 !important;
    text-decoration: none;
}

.table-domain-style {
    color: #4A5174;
}

.hive-inline-grid {

    .form-control,
    .form-select {
        font-size: 12px !important;
    }
}

.pagination {
    color: #747474;

    span {
        font-family: 'SF Pro Medium';
        color: #343434;
    }
}

.session-inline-table th {
    font-size: 11px !important;
}

/* table style ends here */


/* modal styles starts here */
.width-24 {
    width: 24px;
}

.confirmation-modal-width {
    max-width: 500px;
    min-width: 200px;
}

.approval-modal-width {
    max-width: 650px;
    min-width: 300px;
}


/* other styles */
.disabled-link {
    color: #9E9DAB !important;
    pointer-events: none;
}

.table-filter {

    label {
        background-color: #F9FBFD;
        border: 1px solid #DBE6F0;
        color: #343434;
    }

    select {
        border: 1px solid #DBE6F0;
    }
}

.session-details-badge {
    background-color: #53606E;
    border-radius: 24px;
    box-shadow: 0px 3px 8px 0px rgba(111, 111, 111, 0.24);
}

.available-session-badge {
    border-radius: 6px;
    background-color: #F9FBFD;
    width: fit-content;
}

.session-card {
    height: 100%;
    border-radius: 12px;
    cursor: pointer;
}

.session-card:hover {
    box-shadow: 0px 7px 24px 0px #E9E9E9;
}

.session-card.disabled {
    opacity: 0.6;
    box-shadow: none;
    pointer-events: none;
}

.status-label-success {
    display: none;
    color: white;
    background: #58B039;
    border-radius: 4px 0px 0px 4px;
    padding: 6px 18px;
    box-shadow: 0px 3px 8px 0px rgba(111, 111, 111, 0.24);
    position: absolute;
    top: 8px;
    right: 0;
}

.status-label-cancel {
    display: none;
    color: white;
    background: #818181;
    border-radius: 4px 0px 0px 4px;
    padding: 6px 18px;
    box-shadow: 0px 3px 8px 0px rgba(111, 111, 111, 0.24);
    position: absolute;
    top: 8px;
    right: 0;
}

.status-label-cancel.visible,
.status-label-success.visible {
    display: block !important;
}

/* register session modal styles */

.session-dates-toggle {

    .btn-check:focus+.btn,
    .btn:focus {
        box-shadow: none !important;
    }

    label {
        border: 1px solid #E0E0E0;
        border-radius: 24px;
        padding: 6px 20px;
        text-wrap: nowrap;
    }

    .seats-available {
        color: #58B039;
    }

    .btn-check:checked+.seats-available {
        background-color: #58B039;
        border: 1px solid #58B039;
        color: #ffffff;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    }

    .seats-limited {
        color: #F29B10;
    }

    .btn-check:checked+.seats-limited {
        background-color: #F29B10;
        border: 1px solid #F29B10;
        color: #ffffff;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    }

    .seats-few {
        color: #F9594D;
    }

    .btn-check:checked+.seats-few {
        background-color: #F9594D;
        border: 1px solid #F9594D;
        color: #ffffff;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    }

    .seats-closed {
        color: #C3C3C3;
        pointer-events: none;
    }
}


.slot-details {
    border-radius: 6px;
    border: 0.5px solid #E9E9E9;
    background: #FBFBFB;
}

.sessions-modal {

    .hive-btn-secondary,
    .hive-btn-primary {
        padding: 6px 16px !important;
    }
}

.hive-negative-btn {
    font-size: 14px;
    color: white;
    padding: 6px 16px;
    border-radius: 3px;
    background-color: #F9594D;

    &:hover {
        background-color: #c14036;
        color: #fff;
        font-weight: bold;
    }
}

.status-badge {
    width: 95px;
    padding: 8px 14px;
    border-radius: 4px;
}

.status-badge.rescheduled {
    background-color: #FEF4E5;
    color: #DE8919;
}

.status-badge.registered {
    background-color: #ECF6FF;
    color: #3B70A5;
}

.status-badge.completed {
    background-color: #E7FFDE;
    color: #43872C;
}

.status-badge.cancelled {
    background-color: #F6F6F6;
    color: #818181;
}

/* kanban styles */
.kanban-body {
    height: 680px !important;

    .details-card {
        background-color: #F9FBFD;
        border: 0.5px solid #ECF4FC;


        .session-date {
            color: #6C719B;
        }


        .registrations-progress-bar {
            .progress {
                height: 3px;
            }

            .progress-bar.high {
                background-color: #58B039;
            }

            .progress-bar.medium {
                background-color: #F29B10;
            }

            .progress-bar.low {
                background-color: #F9594D;
            }
        }


        .card-menu {
            min-width: 80px !important;
            background-color: #FFFFFF;
            border-radius: 5px;
            box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
        }

        .status-label-success,
        .status-label-cancel {
            top: 12px !important;
            padding: 4px 16px;
        }
    }

    .details-card:hover {
        border: 0.5px solid #D5E1EC;
        box-shadow: 0px 4px 24px 0px rgba(205, 205, 205, 0.12);
    }
}


::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: #E1E1E1;
    border-radius: 1px;
}

::-webkit-scrollbar-track {
    background: #f3f3f3;
}

.empty-img-width {
    width: 140px;
}

.container-height {
    height: 500px;
}

.session-filter {
    transform: translate(0px, 0px) !important;
}

.toast {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px;
    position: relative;
    font-family: Arial, sans-serif;
}

.toast-success {
    background-color: #d4edda;
    /* Light green background */
    border: 1px solid #c3e6cb;
    /* Green border */
    color: #155724;
    /* Dark green text */
}

.toast-error {
    background-color: #f8d7da;
    /* Light red background */
    border: 1px solid #f5c6cb;
    /* Red border */
    color: #721c24;
    /* Dark red text */
}

.icon {
    margin-right: 10px;
}

.close-button {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
}

.custom-toast-success {
    background-color: #F5FFF1 !important;
    /* Background color */
    border-left: 5px solid #58b039;
    /* Border color */
    color: black;
    /* Text color */
}

.custom-toast-error {
    background-color: #fff7f6 !important;
    /* Background color */
    border-left: 5px solid #f96459;
    /* Border color */
    color: black;
    /* Text color */
}

/* Optional: Style for the toast container */
.Toastify__toast {
    border-radius: 8px;
    /* Rounded corners */
}

.material-link {
    max-width: 200px;
    /* Set a maximum width for the column */
    overflow: hidden;
    /* Hide overflow content */
    white-space: nowrap;
    /* Prevent text from wrapping to the next line */
    text-overflow: ellipsis;
    /* Show ellipsis (...) for overflowed text */
}

.session-date-label {
    display: inline-block;
    background-color: #f0f0f0e0;
    /* Light background color */
    border-radius: 20px;
    /* Rounded corners */
    padding: 8px 16px;
    /* Padding for spacing */
    border: 1px solid #ccc;
    /* Border color */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional shadow for depth */
}