::-webkit-scrollbar{ width: 12px }
::-webkit-scrollbar-button{ height: 0px; width: 0px }
::-webkit-scrollbar-thumb{ background-color: #bebebe; border-color: #fff; border-radius: 20px; border-style: solid; border-width: 3px }
::-webkit-scrollbar-thumb:hover{ background-color: #505153 }
::-webkit-scrollbar-track{ background-color: #fff }
::-webkit-scrollbar-corner{ background-color: transparent }

/* Pagination Box */
    .pagination {
        display: flex;
        justify-content: flex-end;
        padding: 10px 10px;
    }

    .pagination div p {
        font-family: 'DM Sans', sans-serif;
        color: #111827;
        font-size: 14px;
        font-weight: 500;
        padding: 0 0 0 8px;
        margin-bottom: 0px;
    }

    .pagination ul {
        margin-bottom: 0px;
        font-family: 'DM Sans', sans-serif;
        --tw-text-opacity: 1;
        color: rgb(107 114 128/var(--tw-text-opacity));
    }

    .pagination .page-link {
        font-size: 16px;
        color: #6B7280;
        padding: 0px 12px;
    }
    .pagination svg {
        width: 25px;
    }
    nav div:first-child{display: none}
    nav p{display: none;}

    .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
        border:1px solid #ced4da !important;
        background-color: white !important;
        color: #5b626b;
    }
/* #leads-listing td a{
    color: aliceblue !important;
    text-decoration: underline !important;

} */
@media (min-width: 992px){
    .modal-xl {
        width: 50%;
        max-width: 100vw !important;
    }
    .dashboard-lead-list {
        width: 70% !important;
        max-width: 100vw !important;
    }

}
@media (min-width: 1200px){
    .modal-xl {
        max-width: 90vw !important;
    }
}
#assignAgent,
#assigncategory,
#assignState,
#assignLocation,
#assignDeveloper{
    display: block !important;
}
.slide_desc .invalid-feedback{
    display: block !important;
}
.btn-light {
    border: 1px solid #ced4da;
}
/* .paginated-table svg {
    width: 20px;
}
.card-body.paginated-table{
    height: 501px;
}
.dashboard-pagination{
    position: absolute;
    bottom: 28px;
}
.my-custom-pagination li {
    border: 1px solid #e9ecef;
    display: inline-block;
}
.my-custom-pagination li a{
    height: 30px;
    width: 38px;
    line-height: 30px;
    display: block;
}
ul.my-custom-pagination {
    margin-bottom: 0;
    padding-left: 0;
} */
.dashboard-tables {
    overflow: hidden;
    height: 415px;
}

.table-scroll-container {
    max-height: 500px;
    overflow-y: auto;
}

.fixed-header th {
    position: sticky;
    top: 0;
    background-color: #fff; /* Set background color to match your design */
}
.notification-bg{
    background-color: #f8f9fa;
}
.border-radius{
    border-radius: 5px;
}
.custom-backend-pagination nav svg {
    width: 12px;
}
.tab-border{
    border: 1px solid #ced4da;
    margin: 10px 0px;
    border-radius: .25rem;
}
.form-border-radious{
    border-radius: 0.25rem;
}
#leads-listing td{
    border-bottom: 1px solid #343a4014 !important;
}
.read_all_notification{
    cursor: pointer;
}
.overflow-hide{
    overflow: hidden scroll !important;
}
/* #notification_list .simplebar-content-wrapper{
    overflow: hidden scroll !important;
} */

/* notification */
#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    margin: auto;
    position: fixed;
    z-index: 1;
    right:10px;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}
#toast #img{
	width: 50px;
	height: 50px;
    float: left;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#toast #desc{
    text-align: left;
    overflow: hidden;
}

#toast.show {
    min-width: 250px;
    border-bottom: 1px solid #1bcdf1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    visibility: visible;
    animation: slideInRight 0.5s, fadeOut 0.5s 4.8s;
    height: 68px;
    top: 84px;
    margin: 0;

}

@keyframes slideInRight {
    from {
        transform: translateX(10%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(100%);
    }
}
.notification-checkbox{
    cursor: pointer;
}

.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 999;
    box-shadow: 0 0 5px 1px #a2a2a6; /* Add this line for the gray outline */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide the default DataTables processing indicator */
div.dataTables_processing {
    display: none !important;
}
#entity_label{
    width: 100% !important;
}
#entity_section .select2{
    width: 100% !important;
}
