.category-table-image {
    object-fit: cover;
    height: 100px;
    width: 160px;
    /* border-radius: 15px; */
}

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #191B4D !important;
}

.bg-light-primary .fc-list-event-dot,
.btn-primary {
    border-color: #af9974 !important;
}

.favicon {
    height: 100px;
    width: 100px;
}

.category-list-table th,
.category-list-table td {
    min-width: 100px;
}

.category-list-table th:nth-child(2),
.category-list-table td:nth-child(2) {
    min-width: 150px;
}

.ticket-list-table th,
.ticket-list-table td {
    min-width: 100px;
}

.ticket-list-table th:nth-child(2),
.ticket-list-table td:nth-child(2) {
    min-width: 200px;
}

.ticket-list-table th:nth-child(5),
.ticket-list-table td:nth-child(5) {
    min-width: 80px;
}

.ticket-list-table th:nth-child(6),
.ticket-list-table td:nth-child(6) {
    min-width: 80px;
}

.ticket-list-table th:nth-child(9),
.ticket-list-table td:nth-child(9) {
    min-width: 50px;
}

.custom-checbox-license {
    margin-top: 30px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
    justify-items: center;
}

.image-item {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.device-name {
    text-align: center;
    margin-top: 10px;
}

.project-list-table th:nth-child(4),
.project-list-table td:nth-child(4) {
    min-width: 150px;
}

.project-list-table th:nth-child(5),
.project-list-table td:nth-child(5) {
    min-width: 90px;
}

.project-list-table th:nth-child(2),
.project-list-table td:nth-child(2) {
    min-width: 150px;
}

.team-list-table th:nth-child(2),
.team-list-table td:nth-child(2) {
    min-width: 150px;
}

.team-list-table th:nth-child(15),
.team-list-table td:nth-child(15) {
    min-width: 300px;
}

.dataTables_wrapper {
    width: 100%;
}

.dataTables_scrollHead {
    overflow-y: visible !important;
}

.dataTables_scrollBody {
    overflow-x: auto !important;
    overflow-y: scroll !important;
}

table.dataTable {
    width: 100% !important;
}

table.dataTable thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
}

.custom-padding-footer {
    padding-right: 20px;
}

.line-breaks {
    white-space: pre-line;
}

.employee-list-table th:nth-child(6),
.employee-list-table td:nth-child(6) {
    min-width: 80px;
}

.payroll-list-table th:nth-child(8),
.payroll-list-table td:nth-child(8) {
    min-width: 80px;
}

.payroll-list-table th:nth-child(22),
.payroll-list-table td:nth-child(22) {
    min-width: 80px;
}

.payroll-list-table th:nth-child(23),
.payroll-list-table td:nth-child(23) {
    min-width: 80px;
}

.quotations-list-table th:nth-child(2),
.quotations-list-table td:nth-child(2) {
    min-width: 80px;
}
