/*font*/
h3.stat-label, h3.stat-title {
    font-size: 25px;
}

@media screen and (min-width:992px){
h3.stat-label, h3.stat-title {
    font-size: 18px;
    margin-top: -20px;
}}

@media screen and (max-width:992px){
h3.stat-label, h3.stat-title {
    font-size: 20px;
}}

.stat-count {
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    bottom: 20px;
}

h3.heading001 {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.dashboard-mod-title {
    text-align: left;
    font-size: 25px;
    color: #000;
    margin-bottom: 10px!important;
}

/*table*/
.tablecanscroll {
    overflow-x: scroll;
}


/*sales*/
.monthlysales-sales,
.monthlysales-unpaid {
    text-align: right;
    font-family: 'Open Sans';
    font-weight: normal;
}

/*performance table*/
.agencyperformance-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Enables fixed-width columns */
    border: 1px solid #dddddd;
}

.agencyperformance-table th,
.agencyperformance-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.agencyperformance-rank {
    font-weight: bold;
    color: #ffffff;
    width: 60px; background:#141e3e;
}

/* Set standard widths */
.agencyperformance-table th:nth-child(1),
.agencyperformance-table td:nth-child(1) {
    width: 80px; /* Rank */
}

.agencyperformance-table th:nth-child(2),
.agencyperformance-table td:nth-child(2) {
    width: 200px; /* Agency name */
}

.agencyperformance-table th:nth-child(3),
.agencyperformance-table td:nth-child(3) {
    width: 120px; /* Total workers */
}

/*filter*/
@media screen and (min-width:992px){
select#month-filter-178, select#year-filter-178{
    width: 30%;
    padding: 6px!important;
  }}

span.btn.btn-pagination.current {
    background: #141e3e; border-color:#141e3e;
}

select#categoryFilter-mod-upcomingrenewal-182 {
    margin: 0px;
}

/*mod*/
.mod-box {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    color: var(--totalcommission-text-color);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    min-height: 160px;
    position: relative;
}

.mod-box>div>div:nth-child(2) {
    min-width: 70px;
    min-height: 70px;
    background-color: #d2e6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border: 2px solid #2866b1;
}


.mod-box img {
    filter: invert(37%) sepia(9%) saturate(5021%) hue-rotate(177deg) brightness(92%) contrast(94%);
}


.mod-box>div>div[class$="-arrow"] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 25px;
}

.mod-box>div>div[class$="-arrow"] i{
    color: #000;
}


/*upcoming renewal*/
/* wrapper for horizontal scroll */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
}

/* table styles */
.upcomingrenewal-table {
    min-width: 800px; /* force wider table so scroll activates if needed */
    border-collapse: collapse;
    table-layout: auto;
    font-size: 14px;
    width: 100%;
}

.upcomingrenewal-table th,
.upcomingrenewal-table td {
    /* border: 1px solid #ddd; */
    padding: 8px 10px;
    text-align: left;
    white-space: nowrap; /* keeps text in one line */
}

.upcomingrenewal-table th {
    background: #141e3e;
    color: #fff;
    font-weight: 600;
}

.upcomingrenewal-table td a.worker-link {
    color: #2866b1;
    text-decoration: none;
}

.upcomingrenewal-table td a.worker-link:hover {
    text-decoration: underline;
}

/* badges */
.category-badge,
.status-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

/* category styles */
.category-perkeso { background: #e0f2ff; color: #005fa3; }
.category-insurance\ -\ skippa { background: #fff3cd; color: #856404; }
.category-insurance\ -\ ig { background: #e2f0d9; color: #2e7d32; }
.category-permit { background: #ede7f6; color: #4527a0; }
.category-fomema { background: #fce4ec; color: #ad1457; }

/* status styles */
.status-expired { background: #ffebee; color: #c62828; }
.status-pending { background: #fffde7; color: #f9a825; }
.status-active { background: #e8f5e9; color: #2e7d32; }














/*EO workervisa dashboard*/