.message-handler {
    /* padding-top: 1rem; */
    position: absolute;
    text-align: center;
}

.message-handler-content {
    /* border-radius: 0px 0px 8px 8px; */
    /* padding: .75rem; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fs-25 {
    font-size: 2.5rem;
}

.fs-7 {
    font-size: 0.875rem;
}

.fs-8 {
    font-size: 0.75rem;
}

.no-decoration {
    text-decoration: none;
}

.card {
    border-radius: var(--bs-border-radius);
}

.vh-25 {
    height: 25vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-75 {
    height: 75vh !important;
}

.px-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;

}

.fw-800 {
    font-weight: 800;
}



body {
    background-color: #eee;
}

/* 
html {
  scrollbar-color: var(--bs-primary) rgba(var(--bs-primary-rgb), 0.1);
} */

.cursor-pointer {
    cursor: pointer;
}

.progress-with-labels {
    width: 100%;
    position: relative;
    height: 1.4rem; 
    border: 1px solid #034432;

    .progress-foreground {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: white;
    }

    .progress-background {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #e9ecef;
        color: black;
    }
}