* {
    font-family: sans-serif;
}

button.plg_system_webauthn_login_button {
    display: none;
}

a#back-to-top {
    display: none !important;
}

:root {
  --headings-color: #fff;
  --t4-table-color: #223458 !important;
  --t4-table-striped-color: #223458 !important;
  --t4-table-bg-type: #223458 !important;
}

.table-striped {
    color: #223458 !important;
    --t4-table-color: #223458 !important;
    --t4-table-striped-color: #223458 !important;
    --t4-table-bg-type: #223458 !important;
}

.bg-light {
    background-color: #223458 !important;
}

input {
    background-color: #fff !important;
    -webkit-text-fill-color: #223458 !important;
}

input:focus {
    background-color: #fff !important;
}

.text-muted {
    color: #fff !important;
}

.t4-megamenu {
    background: #223458 !important;
}

.t4-megamenu.show, .t4-megamenu.collapsing {
    border: 1px solid white !important;
}