body {
    background-color: #f4f6f9;
    font-size: 14px;
    color: #333;
    margin: 0;
}

.container-main {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\e930";
    font-family: 'feather' !important;
    font-size: 10px;
    color: #9ca3af;
}

.header-info-company {
    line-height: 1.4;
    font-size: 12px;
}

.btn-action-top {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.2s;
    border: 1px solid #d1d5db;
    text-decoration: none;
}

.btn-action-gray {
    color: #6b7280;
    border-color: #d1d5db;
}

.btn-action-blue {
    color: #3b82f6;
    border-color: #bfdbfe;
}

.btn-action-red {
    color: #ef4444;
    border-color: #fca5a5;
}

.btn-action-purple {
    color: #6366f1;
    border-color: #c7d2fe;
}

.btn-action-top:hover {
    opacity: 0.8;
}

.btn-action-blue:hover {
    background-color: #eff6ff;
}

.btn-action-red:hover {
    background-color: #fef2f2;
}

.table-responsive-custom {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.table-filter-control {
    width: 100%;
    height: 32px !important;
    padding: 4px 8px;
    font-size: 13px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    outline: none;
}

.table-filter-control:focus {
    border-color: #86b7fe;
}

.sticky-action-col {
    position: sticky;
    right: 0;
    background-color: #fff !important;
    z-index: 2;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.05);
}

.badge-soft {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.badge-soft-success {
    background-color: #d4f4e2;
    color: #179c50;
}

.badge-soft-warning1 {
    background-color: #f59e0b;
    color: white;
}

.custom-pagination a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 16px;
    padding: 0 8px;
}

.custom-pagination .active-page {
    background-color: #eff6ff;
    color: #3b82f6;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
}

.modal-custom-content {
    border-radius: 12px;
    border: none;
    overflow: hidden;
}

.btn-close-custom {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1;
    opacity: 1;
}