#main {
    padding-top: 100px;
    position: relative;
}

@media (max-width: 768px) {

    #main {
        padding-top: 100px;
    }
}

.form-group {
    margin-bottom: 20px;
}

h1 {
    margin-bottom: 30px;
}

.navbar {
    background: color(srgb 0.112 0.1903 0.3568) !important;
}

.table.table-striped.table-bordered td {
    background: #fff !important;
    --bs-table-accent-bg: #fff !important;
}

.modal-backdrop {
    z-index: 1000 !important;
}

.dropdown-menu.kv-checkbox-list {
    padding: 15px;
}

.export-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    position: absolute;
    top: 100px;
    right: 40px;
}

.pagination {
    gap: 5px;
    display: flex;
    align-items: center;
}
.pagination li {
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
}

.pagination li.active a {
    color: #fff;
}
.pagination li.active {
    background: color(srgb 0.112 0.1903 0.3568);
    color: #fff;
}