section, #navbar-menu {
    max-width: 1800px;
}

@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.1d7bcee1b302.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.is-horizontal {
    align-items: center;
}

.b-radio {
    padding: 5px 10px;
    border: 1px solid #e3eaf1;
    border-radius: 10px;
    background-color: #fdfefe;
}

.b-radio.radio input[type=radio] + .check {
    border-color: #5f738a;
}

span.icon {
    font-size: 1rem;
}

th, td {
    font-size: 0.9rem;
}

.text-block {
    max-width: 40rem;
}

.notification {
    padding: 8px 0;
    text-align: center;
}

footer.footer {
    padding: 0.5rem 1.5rem;
}

footer.footer .level {
    margin-bottom: 0 !important;
}

section.section.is-title-bar ul li  {
    font-size: 1.2rem;
}

.table-users th, .table-users td {
    vertical-align: middle;
    text-align: center;
}

.sch-dashboard-title-compact {
    font-size: 0.9rem;
    white-space: nowrap;
}

.avatar-and-name{
    display: flex;
    gap: 10px;
    align-items: center;
}

div.is-user-avatar {
    display: flex;
    align-items: center;
    width: 3rem;
}

.tag.sch-danger {
    background-color: #f5cbcc;
    color: black;
}

.button.sch-danger {
    background-color: #e06666;
    color: whitesmoke;
}

.tag.sch-warning {
    background-color: #ffe599;
    color: black;
}

.tag.sch-primary {
    background-color: #b9e3c9;
    color: #1f352b;
    font-weight: bold;
}

.button.sch-primary {
    background-color: #b9e3c9;
    border-color: #b9e3c9;
    color: #1f352b;
}

.button.sch-primary:hover,
.button.sch-primary.is-hovered,
.button.sch-primary:focus,
.button.sch-primary.is-focused,
.button.sch-primary:active,
.button.sch-primary.is-active {
    background-color: #a9dbbc;
    border-color: #a9dbbc;
    color: #15261e;
}

.tag.sch-disabled {
    background-color: #cccccc;
    font-weight: bold;
}

.sch-background-warning {
    background-color: #ffe599;
    padding: 3px 8px;
    border-radius: 5px;
}

.field-label {
    flex: 0 0 10rem;
    text-align: left;
}

aside.aside .menu-label {
    color: #aeb7c4;
}

aside.aside .menu-list a {
    background-color: transparent !important;
    color: #dde3ee !important;
    border-radius: 6px;
}

aside.aside .menu-list a .icon {
    color: inherit;
}

aside.aside .menu-list a:hover,
aside.aside .menu-list a:focus,
aside.aside .menu-list a.router-link-active,
aside.aside .menu-list a.is-active {
    background-color: #3b414b !important;
    color: #ffffff !important;
}

input#time-from, input#time-to, input#date-from, input#date-to {
    font-size: 1rem;
    color: hsl(0deg, 0%, 21%);
}

html:not(.theme-dark) nav.navbar .language-dropdown .navbar-dropdown .navbar-item {
    color: #243446;
}

html:not(.theme-dark) nav.navbar .language-dropdown .navbar-dropdown .navbar-item:hover,
html:not(.theme-dark) nav.navbar .language-dropdown .navbar-dropdown .navbar-item:focus {
    background-color: #f2f6fb;
    color: #1b2f45;
}

html:not(.theme-dark) nav.navbar .language-dropdown .navbar-dropdown .navbar-item.is-active {
    background-color: #dceaf7;
    color: #12385a;
    font-weight: 600;
}

.js-theme-toggle {
    cursor: pointer;
}

.js-density-toggle {
    cursor: pointer;
}

nav.navbar .navbar-end .icon .mdi {
    font-size: 1.25rem;
}

#app {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--bulma-navbar-height, 3.25rem));
}

#app > .footer {
    margin-top: auto;
}

html.density-compact {
    font-size: 15px;
    --bulma-navbar-height: 2.9rem;
    --bulma-control-height: 2.25em;
    --bulma-control-padding-vertical: calc(0.4em - 1px);
}

html.density-compact nav.navbar .navbar-item,
html.density-compact nav.navbar .navbar-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

html.density-compact nav.navbar .navbar-menu {
    top: var(--bulma-navbar-height);
}

html.density-compact section.section.is-title-bar {
    padding: 1rem 1.25rem;
}

html.density-compact section.section.is-title-bar ul li {
    font-size: 1.05rem;
}

html.density-compact th,
html.density-compact td {
    font-size: 0.85rem;
}

html.density-compact .table th,
html.density-compact .table td {
    padding: 0.45em 0.55em;
}

html.density-compact aside.aside .aside-tools {
    line-height: var(--bulma-navbar-height);
    height: var(--bulma-navbar-height);
}

html.theme-dark {
    background-color: #0f1926;
}

html.theme-dark body,
html.theme-dark #app {
    background-color: #0f1926;
    color: #e5ebf5;
}

html.theme-dark a {
    color: #8fc9ff;
}

html.theme-dark .title,
html.theme-dark .subtitle,
html.theme-dark .label,
html.theme-dark .heading,
html.theme-dark strong,
html.theme-dark .card-header-title {
    color: #e5ebf5;
}

html.theme-dark .has-text-grey,
html.theme-dark .has-text-grey-light {
    color: #a6b4c8 !important;
}

html.theme-dark .section.is-title-bar,
html.theme-dark .section.is-main-section {
    background-color: #0f1926;
}

html.theme-dark section.section.is-title-bar ul li {
    color: #a6b4c8;
}

html.theme-dark section.section.is-title-bar ul li:last-child {
    color: #e5ebf5;
}

html.theme-dark nav.navbar {
    background-color: #101d2c;
    border-bottom: 1px solid #2c3f54;
}

html.theme-dark nav.navbar .navbar-item,
html.theme-dark nav.navbar .navbar-link,
html.theme-dark nav.navbar .navbar-item .icon {
    color: #e5ebf5;
}

html.theme-dark nav.navbar a.navbar-item:hover,
html.theme-dark nav.navbar .navbar-item.has-dropdown:hover .navbar-link,
html.theme-dark nav.navbar .navbar-link:hover {
    background-color: #1f3044;
    color: #f2f6fc;
}

html.theme-dark nav.navbar a.navbar-item:focus,
html.theme-dark nav.navbar a.navbar-item:focus-within,
html.theme-dark nav.navbar a.navbar-item:active,
html.theme-dark nav.navbar a.navbar-item.is-active,
html.theme-dark nav.navbar .navbar-link:focus,
html.theme-dark nav.navbar .navbar-link:focus-within,
html.theme-dark nav.navbar .navbar-link:active,
html.theme-dark nav.navbar .navbar-link.is-active {
    background-color: #1f3044;
    color: #f2f6fc;
}

html.theme-dark .navbar-dropdown {
    background-color: #1a2a3c;
    border-color: #2c3f54;
}

html.theme-dark nav.navbar .navbar-dropdown .navbar-item,
html.theme-dark nav.navbar .navbar-dropdown .navbar-link,
html.theme-dark nav.navbar .navbar-dropdown a.navbar-item:not(.is-active, .is-selected) {
    background-color: #1a2a3c !important;
    color: #e5ebf5 !important;
}

html.theme-dark nav.navbar .navbar-dropdown .navbar-item:hover,
html.theme-dark nav.navbar .navbar-dropdown .navbar-item:focus,
html.theme-dark nav.navbar .navbar-dropdown .navbar-item:active,
html.theme-dark nav.navbar .navbar-dropdown .navbar-item.is-active,
html.theme-dark nav.navbar .navbar-dropdown .navbar-item.is-selected,
html.theme-dark nav.navbar .navbar-dropdown a.navbar-item:hover,
html.theme-dark nav.navbar .navbar-dropdown a.navbar-item:focus,
html.theme-dark nav.navbar .navbar-dropdown a.navbar-item:active,
html.theme-dark nav.navbar .navbar-dropdown a.navbar-item.is-active,
html.theme-dark nav.navbar .navbar-dropdown a.navbar-item.is-selected {
    background-color: #25384d !important;
    color: #ffffff !important;
}

html.theme-dark .navbar-divider {
    background-color: #2c3f54;
}

html.theme-dark .aside {
    background-color: #132130;
}

html.theme-dark .aside-tools {
    background-color: #101d2c;
}

html.theme-dark aside.aside .menu-label {
    color: #a6b4c8;
}

html.theme-dark aside.aside .menu-list a {
    background-color: transparent !important;
    color: #dbe6f5 !important;
}

html.theme-dark aside.aside .menu-list a:hover,
html.theme-dark aside.aside .menu-list a:focus,
html.theme-dark aside.aside .menu-list a.router-link-active,
html.theme-dark aside.aside .menu-list a.is-active {
    background-color: #1f3044 !important;
    color: #f2f6fc !important;
}

html.theme-dark .card,
html.theme-dark .box,
html.theme-dark .modal-card,
html.theme-dark .footer {
    background-color: #172839;
    color: #e5ebf5;
    border-color: #2c3f54;
}

html.theme-dark .card {
    --bulma-card-shadow: 0 16px 34px rgba(3, 10, 20, 0.55);
    --bulma-card-header-shadow: 0 4px 10px rgba(3, 10, 20, 0.45);
    box-shadow: var(--bulma-card-shadow) !important;
}

html.theme-dark .card-header,
html.theme-dark .card-footer {
    background-color: #1d2f43;
    border-color: #2c3f54;
}

html.theme-dark .table {
    background-color: transparent;
    color: #e5ebf5;
}

html.theme-dark .table td,
html.theme-dark .table th,
html.theme-dark .table thead td,
html.theme-dark .table thead th {
    border-color: #2c3f54;
    color: #d3deec;
}

html.theme-dark .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #1b2c3f;
}

html.theme-dark .table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #23374d;
}

html.theme-dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover,
html.theme-dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
    background-color: #23374d;
}

html.theme-dark .tag.sch-primary {
    background-color: #1e5a43;
    color: #d9f7ea;
}

html.theme-dark .tag.sch-warning {
    background-color: #8a6a1e;
    color: #fff4d8;
}

html.theme-dark .tag.sch-danger {
    background-color: #7f343a;
    color: #ffecef;
}

html.theme-dark .tag.sch-disabled {
    background-color: #4a596b;
    color: #ecf2fb;
}

html.theme-dark .sch-background-warning {
    background-color: #8a6a1e;
    color: #fff4d8;
    border: 1px solid #9d7a21;
}

html.theme-dark .button.sch-primary,
html.theme-dark .button.is-success {
    background-color: #2d7d5d;
    border-color: #2d7d5d;
    color: #f4fff9;
}

html.theme-dark .button.sch-primary:hover,
html.theme-dark .button.sch-primary.is-hovered,
html.theme-dark .button.sch-primary:focus,
html.theme-dark .button.sch-primary.is-focused,
html.theme-dark .button.sch-primary:active,
html.theme-dark .button.sch-primary.is-active,
html.theme-dark .button.is-success:hover,
html.theme-dark .button.is-success.is-hovered,
html.theme-dark .button.is-success:focus,
html.theme-dark .button.is-success.is-focused,
html.theme-dark .button.is-success:active,
html.theme-dark .button.is-success.is-active {
    background-color: #369169;
    border-color: #369169;
    color: #ffffff;
}

html.theme-dark .button.is-primary {
    background-color: #355d8d;
    border-color: #355d8d;
    color: #f3f8ff;
}

html.theme-dark .button.is-primary:hover,
html.theme-dark .button.is-primary.is-hovered,
html.theme-dark .button.is-primary:focus,
html.theme-dark .button.is-primary.is-focused,
html.theme-dark .button.is-primary:active,
html.theme-dark .button.is-primary.is-active {
    background-color: #3e6ea7;
    border-color: #3e6ea7;
    color: #ffffff;
}

html.theme-dark .button.is-info {
    background-color: #2f7798;
    border-color: #2f7798;
    color: #edf9ff;
}

html.theme-dark .button.is-info:hover,
html.theme-dark .button.is-info.is-hovered,
html.theme-dark .button.is-info:focus,
html.theme-dark .button.is-info.is-focused,
html.theme-dark .button.is-info:active,
html.theme-dark .button.is-info.is-active {
    background-color: #3889ad;
    border-color: #3889ad;
    color: #ffffff;
}

html.theme-dark .button.sch-dashboard-customers-btn {
    background-color: #355d8d;
    border-color: #355d8d;
    color: #f3f8ff;
}

html.theme-dark .button.sch-dashboard-customers-btn:hover,
html.theme-dark .button.sch-dashboard-customers-btn.is-hovered,
html.theme-dark .button.sch-dashboard-customers-btn:focus,
html.theme-dark .button.sch-dashboard-customers-btn.is-focused,
html.theme-dark .button.sch-dashboard-customers-btn:active,
html.theme-dark .button.sch-dashboard-customers-btn.is-active {
    background-color: #3e6ea7;
    border-color: #3e6ea7;
    color: #ffffff;
}

html.theme-dark .button.is-warning {
    background-color: #8a6a1e;
    border-color: #8a6a1e;
    color: #fff4d8;
}

html.theme-dark .button.is-warning:hover,
html.theme-dark .button.is-warning.is-hovered,
html.theme-dark .button.is-warning:focus,
html.theme-dark .button.is-warning.is-focused,
html.theme-dark .button.is-warning:active,
html.theme-dark .button.is-warning.is-active {
    background-color: #9d7a21;
    border-color: #9d7a21;
    color: #fff9eb;
}

html.theme-dark .button.is-danger,
html.theme-dark .button.sch-danger {
    background-color: #983f45;
    border-color: #983f45;
    color: #ffeff0;
}

html.theme-dark .button.is-danger:hover,
html.theme-dark .button.is-danger.is-hovered,
html.theme-dark .button.is-danger:focus,
html.theme-dark .button.is-danger.is-focused,
html.theme-dark .button.is-danger:active,
html.theme-dark .button.is-danger.is-active,
html.theme-dark .button.sch-danger:hover,
html.theme-dark .button.sch-danger.is-hovered,
html.theme-dark .button.sch-danger:focus,
html.theme-dark .button.sch-danger.is-focused,
html.theme-dark .button.sch-danger:active,
html.theme-dark .button.sch-danger.is-active {
    background-color: #ad4c52;
    border-color: #ad4c52;
    color: #ffffff;
}

html.theme-dark .input,
html.theme-dark .textarea,
html.theme-dark .select select {
    background-color: #0f1c2a;
    border-color: #2c3f54;
    color: #e5ebf5;
}

html.theme-dark .b-radio {
    border-color: #2a3a4c;
    background-color: #122131;
}

html.theme-dark .b-radio.radio input[type=radio] + .check {
    border-color: #91a8c3;
    background-color: #0f1c2a;
}

html.theme-dark .input::placeholder,
html.theme-dark .textarea::placeholder {
    color: #94a7c0;
}

html.theme-dark .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #94a7c0;
}

html.theme-dark .button:not(.is-primary):not(.is-link):not(.is-info):not(.is-success):not(.is-warning):not(.is-danger):not(.sch-primary):not(.sch-danger) {
    background-color: #1d2f43;
    border-color: #2c3f54;
    color: #e5ebf5;
}

html.theme-dark .button:not(.is-primary):not(.is-link):not(.is-info):not(.is-success):not(.is-warning):not(.is-danger):not(.sch-primary):not(.sch-danger):hover {
    background-color: #24384f;
}

html.theme-dark .notification:not(.is-primary):not(.is-link):not(.is-info):not(.is-success):not(.is-warning):not(.is-danger) {
    background-color: #1b2c3f;
    color: #e5ebf5;
}

html.theme-dark input#time-from,
html.theme-dark input#time-to,
html.theme-dark input#date-from,
html.theme-dark input#date-to {
    color: #e5ebf5;
}

html.theme-dark input[type="datetime-local"],
html.theme-dark input[type="date"],
html.theme-dark input[type="time"] {
    background-color: #0f1c2a;
    border: 1px solid #2c3f54;
    color: #e5ebf5;
    border-radius: 4px;
    color-scheme: dark;
}

html.theme-dark input[type="datetime-local"]:focus,
html.theme-dark input[type="date"]:focus,
html.theme-dark input[type="time"]:focus {
    border-color: #4d84bd;
    outline: none;
}

html.theme-dark input[type="datetime-local"]::-webkit-calendar-picker-indicator,
html.theme-dark input[type="date"]::-webkit-calendar-picker-indicator,
html.theme-dark input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1) brightness(1.15);
    opacity: 0.9;
}
