.today-events-scroll {
    max-height: 300px; /* Set max height for scrollbar */
    overflow-y: auto; /* Enable vertical scrollbar */
    padding-right: 16px; /* Adjust for scrollbar width */
}

.today-events-scroll::-webkit-scrollbar {
    width: 8px; /* Width of scrollbar */
}

.today-events-scroll::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of scrollbar thumb */
    border-radius: 4px; /* Radius of scrollbar thumb */
}
.event-item {
    border-bottom: 1px solid #e0e0e0; /* Add border bottom to each event item */
}

.event-item:last-child {
    border-bottom: none; /* Remove border bottom from the last event item */
}


#table_id th {
    padding-left: 0px;
}

#table_id tbody td {
    padding-left: 0px;
}

.btn-disabled {
    background-color: #dddddd;
    /* Change to your desired color */
    color: #999999;
    /* Change to your desired color */
    pointer-events: none;
    /* Disable pointer events */
}


.custom-alert {
    background-color: #f8d7da;
    /* Add your preferred background color here */
    border-color: #f5c6cb;
    /* Adjust border color as needed */
    color: #721c24;
    /* Adjust text color as needed */
    padding-right: 2rem;
    margin-bottom: 10px;
    /* Add some margin to separate alerts */
}

.alert-success {
    color: #155724;
    /* Dark green text color */
    background-color: #d4edda;
    /* Light green background color */
    border-color: #c3e6cb;
    /* Light green border color */
}

.alert-warning {
    color: #721c24;
    /* Dark red text color */
    background-color: #f8d7da;
    /* Light red background color */
    border-color: #f5c6cb;
    /* Light red border color */
}

.dataTables_filter {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dataTables_filter input {
    border: none;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    height: 38px;
    width: 500px !important;
}

.full-width {
    width: 100%;
}

.dataTables_filter label {
    padding: auto;
}

.dataTables_filter .input-group {
    display: flex;
    flex-grow: 1;
}

.input-group label {
    margin: 0px;
}

.dataTables_filter .input-group .input-group-prepend,
.dataTables_filter .input-group .input-group-append {
    flex: 0 0 auto;
}

.dataTables_filter .input-group .input-group-append .btn {
    border-radius: 0;
}

.datatables_pagiate {
    visibility: hidden;
}

.dataTables_paginate .paginate_button {
    padding: 0.5em 0.75em;
    margin-left: 2px;
    border-radius: 0;
    background-color: #0080ff63;
    cursor: pointer;
}

.datatable_paginate .paginate_button:hover {
    background-color: #0080ff;
}

.datatable_paginate .paginate_button .disabled {
    background-color: #ffffff;
    cursor: none;
}

#table_id,
.table-responsive {
    background-color: white;
    padding: 10px;
}

#table_id_filter input[type="search"] {
    border: 1px solid black;
    /* Set the border color and style */
    width: 300px !important;
    /* Set the width of the search field */
    height: 30px !important;
}

.board{
    padding-left:0px;

}