.topbar {
    height: 4.375rem;
}

.navbar {
    background: var(--topbar-bg);
    color: var(--topbar-text-color);
    border-bottom: 1px solid var(--topbar-border-color);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(var(--topbar-box-shadow-color-rgb), 0.15);
    padding: 0.5rem 0.5rem;
}

.pagination li {
    margin-right: 8px;
}

.pagination .first :before {
    content: "\f100";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 2px;
}

.pagination .previous :before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 2px;
}

.pagination .next :after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 2px;
}

.pagination .last :after {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 2px;
}

.dataTables_length select {
    margin: 0 10px;
}

.dataTables_filter label {
    margin-right: 10px;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-left: 550px;
}



.dataTables_info {
    display: none;
}

input[type=checkbox] {
    accent-color: #1f90d8;
}

.customAnswers {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    border: 1px solid #858796;
    padding: 5px;
    border-radius: 10px;
}

.customStyle {
    border-radius: 0 20px 20px 0 !important;
    background: var(--control-bg-color) !important;
}

.form-control {
    border-radius: 1rem !important;
}


.collapsible {
    color: black !important;
    background-color: #858796 !important;
    border-style: none !important;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
    color: whitesmoke !important;

}