body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#app {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
    align-items: flex-end;
    padding: 24px 24px 32px 24px;
    border-top: 1px solid #e0e0e0;
}

a {
    --bulma-link-text: #002c8b !important;
}

.box {
    box-shadow: 0 2px 10px 0 #0000002f !important;
}

.tabs li.is-active a {
    --bulma-tabs-link-active-color: #002c8b !important;
}

.navbar {
    --bulma-navbar-background-color: #202746 !important;
    --bulma-navbar-item-color: white !important;
}

.navbar-item:hover, .navbar-link:hover {
    --bulma-navbar-item-background-a: 0.2 !important;
}

.navbar-dropdown {
    --bulma-navbar-dropdown-background-color: #202746 !important;
    margin-top: 10px !important;
    box-shadow: 0 2px 10px 0 #0000007f !important;
}

.navbar-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    top: -11px;
    height: 11px;
    width: 100%;
}


.navbar-burger span {
    background-color: white !important;
}

.navbar-brand .navbar-item {
    padding: 2px 10px 2px 6px !important;
    border-radius: 6px !important;
    margin: 6px 12px !important;
    background-color: white !important;
    color: black !important;
    gap: 10px !important;
}

@media screen and (max-width: 1023px) {
    #navbarMenu.is-active > .navbar-end {
        padding-top: 6px !important;
        padding-bottom: 18px !important;
    }
    
    #navbarMenu {
        padding: 0 !important;
        box-shadow: none !important;
    }

    #navbarMenu .navbar-item.has-dropdown .navbar-dropdown {
        display: none;
        box-shadow: none !important;
        margin-top: 0 !important;
    }
    #navbarMenu .navbar-item.has-dropdown.is-active .navbar-dropdown {
        display: block;
    }
    #navbarMenu .navbar-item.has-dropdown > .navbar-link {
        cursor: pointer;
        user-select: none;
    }
}

.navbar-dropdown .navbar-item,
.navbar-dropdown .navbar-link {
    background-color: #202746 !important;
    color: var(--bulma-navbar-item-color) !important;
}

.navbar-end {
    background-color: #202746 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.navbar-link:not(.is-arrowless):after {
    --bulma-navbar-dropdown-arrow: #ffffff !important;
}

.navbar-dropdown .navbar-item:hover,
.navbar-dropdown .navbar-link:hover,
.navbar-dropdown .navbar-item.is-active,
.navbar-dropdown .navbar-link.is-active {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: var(--bulma-navbar-item-color) !important;
}

input[list]::-webkit-calendar-picker-indicator {
    margin-top: -8px !important;
}

.table-container {
    border: 1px solid #e0e0e0 !important;
}

.table th {
    --bulma-table-head-cell-color: #ffffff !important;
    background-color: #202746 !important;
    border-color: #202746 !important;
}

.table td a {
    text-decoration: underline !important;
}

.table td {
    border: 1px solid var(--bulma-table-cell-border-color) !important;
}

.is-warning {
    background-color: #0d5a69 !important;
    color: #ffffff !important;
}

.is-warning-light {
    background-color: rgba(13, 90, 105, 0.15) !important;
    color: #0d5a69 !important;
}

.is-primary {
    background-color: #202746 !important;
    color: #ffffff !important;
}

.is-info {
    background-color: #0f7760 !important;
    color: #ffffff !important;
}

.is-danger {
    background-color: #f25252 !important;
    color: #ffffff !important;
}

.is-success {
    background-color: #107948 !important;
    color: #ffffff !important;
}

.button.is-info, .button.is-primary, .button.is-warning, .button.is-danger {
    transition: opacity 0.3s ease-in-out !important;
}
.button.is-info:hover, .button.is-primary:hover, .button.is-warning:hover, .button.is-danger:hover {
    opacity: 0.8 !important;
}

.modal-card-foot {
    background-color: #ffffff !important;
    padding-top: 0 !important;
}

.modal-card-head {
    box-shadow: none !important;
    padding-bottom: 0 !important;
}