.login-error-msg {
    margin-bottom: 10px;
    font-size: 12px;
    color: red;
}

.form-header {
    padding-top: 1rem;
    font-size: 20px !important;
}

.export-btns {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    gap: 10px;
}

/* Pagination Styles */
.pagination {
    margin-bottom: 0;
    gap: 0.25rem;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #6b7280;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    transition: all 0.15s ease-in-out;
    min-width: 2.5rem;
    height: 2.5rem;
}

.pagination .page-link:hover {
    z-index: 2;
    color: #1f2937;
    background-color: #f3f4f6;
    border-color: #d1d5db;
}

.pagination .page-link:focus {
    z-index: 3;
    color: #1f2937;
    background-color: #f3f4f6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.pagination .page-item.disabled .page-link {
    color: #9ca3af;
    pointer-events: none;
    background-color: #fff;
    border-color: #d1d5db;
}

.pagination .page-link i {
    font-size: 0.875rem;
    line-height: 1;
}

/* Mobile pagination adjustments */
@media (max-width: 575.98px) {
    .pagination .page-link {
        padding: 0.375rem 0.5rem;
        font-size: 0.8rem;
        min-width: 2rem;
        height: 2rem;
    }
    
    .pagination .page-link span {
        display: none;
    }
}

/* Results info styling */
.text-muted.small {
    font-size: 0.875rem;
    color: #6b7280 !important;
}

.text-muted .fw-semibold {
    font-weight: 600;
    color: #1f2937 !important;
}

/* Pagination container */
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

/* Pagination navigation */
.pagination-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 767.98px) {
    .pagination-nav {
        flex-direction: column;
        gap: 1rem;
    }
}

.preview-container {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

.preview-image {
    max-width: 60px;
}

.delete-btn {
    position: absolute;
    top: -12px;
    right: -5px;
    color: #e80b0b;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.sec_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.no-data-fount {
    text-align: center;
    margin: 3rem;
}

#layout-navbar {
    margin: 0;
    padding: 0;
    width: 100% !important;
    border-radius: 0;
    height: inherit;
}

.img-preview {
    max-width: 330px;
    border-radius: 8px;
}

.document-input {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.pending {
    background: red;
    padding: 3px 8px;
    border-radius: 6px;
    color: #fff;
}

.approved {
    background: green;
    padding: 3px 8px;
    border-radius: 6px;
    color: #fff;
}

.admin-underline {
    margin: 0 1rem .5rem 1rem !important;
    opacity: 0.5 !important;
}


.swal2-container {
    z-index: 10000000 !important;
}

.document-share:hover {
    color: #ffffff !important;
    transform: scale(1.1);
}

.branch-list-img-sec {
    height: 50px;
    width: 50px;
}

.buttons-sec {
    justify-content: end;
    display: flex;
    margin-top: 1rem;
    gap: 10px;
}

.task-timeline {
    display: flex;
    align-items: end;
    gap: 5px;
    font-size: 14px;
    background: #80808038;
    padding: 10px 1.5rem;
}

.task-timeline h5 {
    font-size: 14px;
    margin: 0;
}