a {
    color: #2d3444;
}

#pageTitle {
    font-size: 32px !important;
}

.wide-tooltip > * {
    text-align: left;
    max-width: 800px !important;
}

.card-title, .modal-title {
    font-size: 24px !important;
    font-weight: bold !important;
}

.form-select.form-select-solid {
    border-color: var(--bs-gray-300) !important;
}

    .form-select.form-select-solid:active, .form-select.form-select-solid:focus {
        border-color: var(--bs-gray-200) !important;
    }

.form-control.form-control-solid {
    border-color: var(--bs-gray-300) !important;
}

    .form-control.form-control-solid:active, .form-control.form-control-solid:focus {
        border-color: var(--bs-gray-200) !important;
    }

breadcrump {
    display: none;
}

.trueButtonColor {
    border: solid 1px transparent !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    color: #fff !important;
    width: 110px !important;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
    text-align: center !important;
    border-color: #15d3b2 !important;
    background-color: #15d3b2 !important;
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
}

.falseButtonColor {
    border: solid 1px transparent !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    color: #fff !important;
    width: 110px !important;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
    text-align: center !important;
    border-color: #e62154 !important;
    background-color: #e62154 !important;
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
}

/* === GroundControl Snackbar Overrides === */

.js-snackbar__wrapper {
    margin: 16px auto;
    padding: 28px 12px;
    font-size: 20px;
    font-weight: 600;
    border-left: 8px solid;
    border-radius: 8px;
    max-width: 720px;
    width: 100%;
    display: flex;
    align-items: center;
    animation: slideInRight 0.4s ease-out;
}

    .js-snackbar__wrapper.js-snackbar--success {
        background-color: #f0fdf4;
        border-color: #88ae11;
        color: #88ae11;
    }

    .js-snackbar__wrapper.js-snackbar--warning {
        background-color: #fffbeb;
        border-color: #f59e0b;
        color: #f59e0b;
    }

    .js-snackbar__wrapper.js-snackbar--danger {
        background-color: #fef2f2;
        border-color: #dc2626;
        color: #dc2626;
    }

    .js-snackbar__wrapper.js-snackbar--info {
        background-color: #f0f9ff;
        border-color: #348dae;
        color: #348dae;
    }

.js-snackbar {
    background: transparent;
    color: inherit !important;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.js-snackbar__icon {
    border: none;
    font-size: 28px;
    font-weight: bold;
    margin-right: 16px;
    color: inherit;
}

.js-snackbar__wrapper.js-snackbar--danger .js-snackbar__message {
    color: #dc2626;
}

.js-snackbar__wrapper.js-snackbar--success .js-snackbar__message {
    color: #88ae11;
}

.js-snackbar__wrapper.js-snackbar--warning .js-snackbar__message {
    color: #f59e0b;
}

.js-snackbar__wrapper.js-snackbar--info .js-snackbar__message {
    color: #348dae;
}

.js-snackbar__message-wrapper {
    padding: 0;
    flex: 1;
}

.js-snackbar__message {
    color: inherit;
    flex: 1;
    line-height: 1.4;
}

.js-snackbar__close {
    font-size: 20px;
    padding: 0 12px;
    color: #6b7280;
    font-weight: bold;
}

    .js-snackbar__close:hover {
        background-color: transparent;
        color: black;
    }


#topbar a {
    color: white;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.btn-group.bootstrap-select.js-select.u-select--v3-select.u-sibling {
    width: 100%;
}


.noty_type__success.noty_theme__unify--v1 {
    background-color: green;
}

[class*="noty_theme__unify--v1"] {
    padding: 0.8rem;
}

.ms-container {
    width: auto;
    height: 400px;
}

.ms-selectable {
    height: 400px;
}

.ms-selection {
    height: 400px;
}

.ms-list {
    height: 400px;
}

textarea {
    white-space: pre-wrap;
}

.message-detail a {
    text-decoration: underline;
}

.u-sidebar-navigation--dark .u-side-nav--has-sub-menu > .u-side-nav--second-level-menu-link:not(.collapsed) {
    color: #d4dade;
}

.hover-mouse:hover {
    cursor: pointer;
}

.hover-t-white:hover {
    color: #d4dade !important;
}

.dashboardUpdateAnimation {
    background-color: rgba(255, 255, 255, 0.4);
    animation: DashboardUpdateAnimation infinite 900s;
}

@keyframes DashboardUpdateAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.actlike-a * :hover {
    text-decoration: underline !important;
}


#progress {
    z-index: 10000 !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2d3444;
    transition: 200ms ease;
    opacity: 0;
    visibility: hidden;
}

.progress {
    opacity: 0.7 !important;
    visibility: visible !important;
}

.progressContainer {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 49%;
    top: 49%;
}

.lds-dual-ring {
    display: inline-block;
    width: 100px;
    height: 100px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 80px;
        height: 80px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid;
    border-color: #15d3b2 transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.option-card {
    color: var(--main-color) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .option-card:hover {
        color: var(--main-color) !important;
        transform: scale(1.01);
        transition: 0.1s ease-in-out;
        text-decoration: none;
        background-color: rgba(10, 10, 10, 0.01)
    }

.selectWeekNumber, .referenceDate, .missingHourRegistration {
    cursor: pointer;
}

    .selectWeekNumber:hover, .referenceDate:hover, .missingHourRegistration:hover {
        text-decoration: underline;
    }


.paginationText:hover {
    color: white;
}

.alert-icon {
    font-size: 20px;
    font-weight: bold;
}

/*Styling overrides na demo met Dennis*/

.table-responsive > .table {
    margin-bottom: 0px !important;
}

.btn:not(.btn-sm):not(.btn-md):not(.btn-lg) {
    padding: 0.6rem 1.2rem !important; /* your reduced padding */
}

.form-label-sm {
    font-size: 0.95rem !important;
    font-weight: 500;
    margin-bottom: 4px;
}

.form-check-label {
    color: var(--bs-gray-800)
}

.select2-container--bootstrap5 .select2-dropdown {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

dt {
    margin-bottom: 0.5rem;
}

.modal-content > .modal-footer {
    padding-bottom: 1rem;
    padding-top: 1rem;
    gap: 0.75rem;
}

    .modal-content > .modal-footer > button {
        margin: 0;
    }

.modal-body > .modal-footer,
form > .modal-footer {
    padding-bottom: 0;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    gap: 0.75rem;
}

    .modal-body > .modal-footer > button,
    form > .modal-footer > button {
        margin: 0;
    }

.modal-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .modal-body > small {
        display: block;
        margin-bottom: 1rem;
    }

.modal {
    --bs-modal-header-padding: 1rem 1.75rem;
}


.js-snackbar-container {
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 1;
}

.js-snackbar-container--fadeout {
    opacity: 0;
    transform: translateY(10px); /* small slide down */
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search__field {
     min-height: 20px; 
}

html,
body {
    font-family: 'Roboto', sans-serif !important; 
}

@media (min-width: 1730px) {
    .row-cols-xxxl-3 > * {
        flex: 0 0 auto;
        width: calc(100% / 3);
    }
}