.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

i.invert {
    transform: rotate(180deg);
}

.cursor-help {
    cursor: help !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-10 {
    font-size: 0.5rem !important;
}

.fs-11 {
    font-size: 0.6rem !important;
}

.fs-12 {
    font-size: 0.7rem !important;
}

.fs-13 {
    font-size: 0.8rem !important;
}

.fs-14 {
    font-size: 0.9rem !important;
}

.fs-15 {
    font-size: 1rem !important;
}

.fs-16 {
    font-size: 1.1rem !important;
}

.fs-17 {
    font-size: 1.2rem !important;
}

.fs-18 {
    font-size: 1.3rem !important;
}

.fs-19 {
    font-size: 1.4rem !important;
}

.fs-20 {
    font-size: 1.5rem !important;
}

.font-poppins {
    font-family: "Poppins", sans-serif !important;
}

.font-nunito {
    font-family: "Nunito", sans-serif !important;
}

.font-segoe {
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.font-soleil {
    font-family: "Soleil", sans-serif !important;
}

.font-courier {
    font-family: 'Courier Prime', monospace !important;
}

.btn {
    border-radius: 5px;
    border: none !important;
    cursor: pointer !important;
    display: block;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    height: 40px !important;
    padding: 10px 10px 6px;
}

.btn-rounded {
    border-radius: 50px !important;
}

.table>thead>tr>th {
    font-weight: 600;
}

.table th,
.table td {
    vertical-align: middle !important;
}

.table th.align-top,
.table td.align-top {
    vertical-align: top !important;
}

.clocking-button {
    padding-block: 13px;
    padding-left: 40px !important;
    padding-right: 20px !important;
}

.status-dot {
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
}

.status-dot.active {
    background-color: #4CAF50;
    box-shadow: 0 0 10px #4CAF50, 0 0 15px #4CAF50;
}

.status-dot.inactive {
    background-color: #bdc3c7;
}

.hiddenRow {
    padding: 0 !important;
}

.sticky-header>thead {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.sticky-header>thead>tr>th {
    border: none;
}

.sticky-header.table>thead>tr>th>.header-cells {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(33, 37, 41, 0.03);
    padding: 0.75rem 0.75rem;
    width: 100%;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 800;
}

.tag {
    border-radius: 5px;
    border: 1px solid;
    cursor: help;
    font-size: 0.7rem;
    padding: 2px 3px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
}

.tag.change-log-tag {
    font-weight: 600;
    padding: 5px 7px;
}

.li-disabled {
    cursor: not-allowed;
}

table.no-border th,
table.no-border td {
    border: none;
}