a {
    color: #2d3444;
}



breadcrump {
    display: none;
}

.wide-tooltip {
    text-align: left;
    max-width: 800px !important;
    --bs-tooltip-max-width: 800px;
}

.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;
}

.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 !important;
}

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;
}

.form-label-sm {
    font-size: 0.95rem !important;
    font-weight: 500;
    margin-bottom: 4px;
}

.selected-object-card {
    box-shadow: 0 0.25rem 0.75rem rgba(13,110,253,.15);
}

#kt_app_content_container a :not(.btn, i) {
    text-decoration: underline !important;
    color: var(--main-color);
}

#kt_app_content_container td a {
    text-decoration: none !important;
}