html
body {
    overflow-x: hidden;
    width: 100%;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.10;
    object-fit: cover;
}



.navbar a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 24px;
    font-weight: bold;
}

@@ media (max-width: 768px) {
    .navbar a {
        font-size: 18px;
        margin: 0 5px;
    }
}


.navbar-links {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.current-comment {
    background-color: #f48fb1;
    padding: 10px;
    border: 1px solid #f06292;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.v-button {
    width: 100%;
}

.create-survey-button {
    margin-right: 1vw;
}

.current-comment h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #333;
}

.current-comment p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.mud-icon-button {
    color: black;
}

.mud-appbar .mud-icon-button {
    color: #C4B9AE;
}

.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: #eec01a;
}

/*.mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-success {
    color: var(--mud-palette-success-text);
    background-color: #C4B9AE;
}*/


.mud-paper {
    background-color: #FEFFF2;
    border-radius: var(--mud-default-borderradius);
}


.mud-input-label-outlined {
    background-color: #FEFFF2;
    padding: 0 5px !important;
}


/* Button */
.eccar-button {
    font-weight: bold;
    color: black;
    width: 10rem;
    max-width: 12rem;
    margin-right: 1rem;
    margin-left: 1rem;
    background-color: #eec01a;
}

/* NextPreviousButton */
.next-previous-button {
    font-weight: bold;
    color: white;
    width: 10rem;
    margin-right: 1rem;
    margin-left: 1rem;
    background-color: #9BACAB;
}

/* DeleteButton */
.delete-button {
    font-weight: bold;
    color: #404A48;
    width: 10rem;
    max-width: 12rem;
    margin-right: 1rem;
    margin-left: 1rem;
    background-color: #FEFFF2;
    outline: solid 3px #BF0300 !important;
}

/* DialogActionButton */
.dialog-action-button {
    font-weight: bold;
    color: black;
    min-width: 10rem;
    margin-right: 1rem !important;
    margin-bottom: 1rem;
    margin-left: 1rem !important;
    background-color: #eec01a;
}

/* DialogCancelButton */
.dialog-cancel-button {
    font-weight: bold;
    color: black;
    width: 10rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    background-color: #FEFFF2;
    outline: solid 2px #BF0300;
}

/* ProgressBarText */
.progress-bar-text {
    font-size: 12px;
}

/* Header */
.header {
    font-size: 60px;
    color: #404A48;
}

/* Header2 */
.header2 {
    font-size: 60px;
    color: black;
}
.header3point5 {
    font-size: 45px;
    color: #404A48;
}
/* Header3 */
.header3 {
    font-size: 30px;
    color: #404A48;
}

/* Header3Drawer */
.header3-drawer {
    font-size: 15px;
    color: #C4B9AE;
}

/* NumbersHeader */
.numbers-header {
    font-size: 45px;
    color: #404A48;
}

/* PageHeader */
.page-header {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    background-color: #FEFFF2;
}

/* Table */
.eccar-table {
    background-color: #FEFFF2;
}

/* Dialog */
.eccar-dialog {
    background-color: #FEFFF2;
    backdrop-filter: blur(10px);
}

/* Tabs */
.tabs {
    background-color: #404A48;
}

/* AppBar */
.app-bar {
    display: flex;
    justify-content: space-around;
    background-color: #404A48;
    color: white;
}

/* Menu */
.eccar-menu {
    background-color: transparent;
}

/* UploadDialogContent */
.upload-dialog-content {
    display: flex;
    justify-content: space-around;
}

/* CatalogNavigationButtons */
.catalog-navigation-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 3vh;
}

/* QuestionnaireContainer */
.questionnaire-container {
    width: 99%;
    height: 100%;
    overflow-y: scroll;
}

/* CenterText */
.center-text {
    text-align: center;
}

/* FilesDisplayment */
.files-displayment {
    font-weight: bold;
    font-size: 14px;
}

/* BestPracticeContainer */
.best-practice-container {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 20px;
}

/* BestPracticeRow */
.best-practice-row {
    padding: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
}

/* BestPracticeIcon */
.best-practice-icon {
    color: white;
    padding-right: 5px;
}

/* FilterActionsHeader */
.filter-actions-header {
    font-size: 30px;
    color: #404A48;
    margin: 15px;
}
