.text-red-600{
    color: red;;
}

.msg_unread{
    background-color: #eaeff2;
}

/* For WebKit-based browsers */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 12px; /* Increase scrollbar width */
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1; /* Optional */
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #111111;
    border-radius: 6px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #0d0d0d;
}

/* For Firefox */
.modal-dialog-scrollable .modal-body {
    scrollbar-width: thick;
    scrollbar-color: #040404 #f1f1f1;
}


.data-scrollbar{
    
    scrollbar-width: thick;
    scrollbar-color: #040404 #f1f1f1;
}

.scrollbar-thumb { 
    scrollbar-width: thick !important;
    scrollbar-color: #040404 #f1f1f1;

}

.sky-blue-gb{
    color: #87CEEB;
    background-color: #87CEFA;
}

.orange-bg{
    color: #FFA500;
    background-color: #FFA500 !important;
}

.logo-title {
   margin-top: 1px;
    margin-left: 5px;
    color: #32BDEA;
}

        .dataTables_filter {
            position: relative;
            margin-right: 10px;
        }

        .dataTables_filter input {
            border-radius: 20px;
            padding: 6px 35px 6px 12px;
            border: 1px solid #ddd;
            width: 220px;
        }

        .dataTables_filter::after {
            content: "\f002";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            right: 10px;
            top: 8px;
            color: #999;
        }

        .dataTables_length select {
            border-radius: 6px;
            width: 60px;
        }

        .dt-buttons .btn {
            border-radius: 6px;
            margin-right: 5px;
        }

        /* Align export, search and length dropdown */
        .dataTables_wrapper .row.mb-2 .col-md-12 {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
        }

        /* Search box */
        .dataTables_filter {
            margin: 0;
        }

        /* Show entries dropdown */
        .dataTables_length {
            margin: 0;
        }

        /* Export button */
        .dt-buttons {
            margin: 0;
        }

        .dt-buttons .btn {
            background: #e9ecef;
            border: 1px solid #ccc;
            color: #333;
        }

        div.dt-buttons>.dt-button,
        div.dt-buttons>div.dt-button-split .dt-button {
            margin-bottom: 1.90em !important;
        }

        .dataTables_wrapper .dataTables_length select {
            height: 40px !important;
        }

        .dt_height {
            height: 45px !important;
        }
        .status-filter{
    width:150px;
    margin-right:10px;
}

    .status-filter{
    width:150px;
    margin-right:10px;
}

.status-filter select{
    height:38px;
}

.dt-buttons{
    margin-right:10px;
}

.dataTables_filter{
    margin-right:10px;
}

.header-title{
    color: #32BDEA;
}

.dataTables_filter input {
    width: 300px !important;
}