.tabs-title {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #b1b1b1 !important;
}

.table-link {
    cursor: pointer;
    color: #3a4150;
}

.table-link:hover {
    color: #49a047;
}

.flatpickr-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.bg-dark-blue {
    background-color: #2b2b42 !important;
    color: #43434e;
}

.text-secondary-dark {
    color: #6974a6 !important
}

.space-x-1 > * + * {
    margin-left: 0.25rem !important;
}

.space-x-2 > * + * {
    margin-left: 0.5rem !important;
}

.space-x-3 > * + * {
    margin-left: 0.75rem !important;
}

.space-x-4 > * + * {
    margin-left: 1rem !important;
}

.pm-0 {
    padding: 0 !important;
    margin: 0 !important;
}

.livewire-table th, td {
    text-align: left !important;
    padding-left: 1rem !important;
    border: 1px solid #f4f6f8 !important;
}

.livewire-table th {
    font-weight: bolder !important;
}

.livewire-table td {
    font-weight: 600 !important;
}

.absolute-end-top {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.5s;
}

.hover-scale {
    transition: transform 0.5s;
}

.hover-scale:hover {
    transform: scale(1.2)
}

tr.shown {
    display: table-row;
}

tr.hidden {
    display: none;
}

td.shown {
    display: table-cell;
}

td.hidden {
    display: none;
}

th.shown {
    display: table-cell;
}

th.hidden {
    display: none;
}