:root {
    --bs-nav-link-font-size: 1rem;
}

.top-85 {
    top: 85px;
}

.top-100px {
    top: 100px;
}

.swal2-confirm {
    background-color: var(--bs-dark) !important;
}

.swal2-modal {
    border: 1px solid #fff !important;
}

.swal2-html-container {
    text-align: center;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    padding: 10px;
    list-style: none;
}

.pagination .page-link {
    margin: 0 5px;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
}

.pagination .page-link:hover {
    background-color: #f0f0f0;
    color: #000;
}

.pagination .page-item.active .page-link {
    background-color: #000;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    background-color: #fff;
    pointer-events: none;
}

@media (max-width: 768px) {
    .pagination {
        font-size: 0.9rem;
    }
}


body {
    scrollbar-gutter: stable;
    scrollbar-width: 10px;
}


.mw-800 {
    max-width: 600px !important;
}