#stats-num-waybills_wrapper .dataTables_pager{
    display: none;
}

.stats-icon{
    margin-left: 10px !important;
    font-size: 12px;
}

.loader{
    position: fixed;
    top: 40%;
    left: 50%;
}

#div-loader{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.1);
    z-index: 100;
}

.buttons-padding{
    padding: 5px;
}

/*Tracking stats table*/
#tracking-stats-table td{
    text-align: center;
    vertical-align: inherit;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Choose file";
}

a.modal-button-text:hover p {
    text-decoration: underline !important;
}

.col-lg-2.file-box {
    border: 1px solid #f2f2f2;
    margin-left: 5px;
    padding: 4px;
    font-size: 0.497cm;
}

.box-text{
    font-size: 0.399cm;
}

/* ADMIN DASHBOARD*/
.apexcharts-xaxis-label{
    font-size: 11px;
}

.apexcharts-title-text{
    font-size: 1vw !important;
}
.dashboard-pie-chart{
    width: 25%;
    margin-bottom: 20px;
}
.dashboard-line-chart{
    width: 100%;
    margin-bottom: 20px;
}
.dashboard-column-chart{
    width: 33%;
    margin-bottom: 0px;
}
.dashboard-full-width-chart{
    width: 100% !important;
    margin-bottom: 20px;
}
@media (max-width: 1300px) {
    .apexcharts-xaxis-label{
        font-size: 10px;
    }
}
@media (max-width: 1600px) {
    .dashboard-column-chart{
        width: 50%;
    }
    .dashboard-pie-chart{
        width: 33%;
    }
    .apexcharts-title-text{
        font-size: 1.25vw !important;
    }
}
@media (max-width: 768px) {
    .dashboard-column-chart{
        width: 100%;
    }
    .dashboard-pie-chart{
        width: 50%;
    }
    .apexcharts-title-text{
        font-size: 2.2vw !important;
    }
}
@media (max-width: 510px) {
    .dashboard-pie-chart{
        width: 100%;
    }
    .apexcharts-title-text{
        font-size: 5vw !important;
    }
}
/* ADMIN DASHBOARD*/


/* Notification modal */
 .modal-content {
    border-radius: 1rem;
    /*background-color: #eeecec;*/
    color: #212529;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.modal-header, .modal-footer {
    border: none;
}
.modal-body {
    cursor: pointer;
}
.modal-title {
    font-weight: bold;
    font-size: 1.25rem;
}
.notification-link {
    font-weight: bold;
    font-size: 1.2rem;
    color: #007bff; /* A standard link color */
    transition: color 0.3s ease;
}
.notification-link:hover {
    color: #0056b3; /* Darker blue on hover */
}