
.mud-grid {
    display: block !important;
}

.mud-theme-primary {
    background-color: rgb(219, 50, 35) !important;
}

.mud-overlay .mud-overlay-scrim.mud-overlay-dark {
    background-color: #0000 !important;
}


html, body, :root {
    --mud-appbar-height: 80px !important;
}

.mud-appbar .mud-toolbar-appbar {
    height: var(--mud-appbar-height) !important;
}


/* ===========================
            Nav menu
   =========================== */
/*Retirer le gradiant violet*/
.sidebar[b-895h517evt] {
    background-image: none !important;
}

.custom-grid-scroll-x {
    overflow-x: auto;
    width: 100%;
}

/*Couleur rouge NavLink*/
.nav-item[b-8xer40qguw] .nav-link {
    color: #DB3223 !important;
}

.mud-nav-link:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
    color: var(--mud-palette-primary) !important;
}

/*Position des titres sur la page*/
.style_Page {
    color: #DB3223 !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/*Style des Titres en haut a gauche de la pages*/
.style_PageTitle {
    color: #DB3223 !important;
    font-size: 2rem !important;
    font-weight: 600;
}



/* ===========================
               Icones
   =========================== */
/*Tailles des Icones Large*/
.mud-icon-size-large {
    font-size: 4rem !important;
}
/*Tailles des Icones Moyen*/
.mud-icon-size-medium {
    font-size: 1.8rem !important;
}

/* ===========================
               Logo
   =========================== */
.img-logo-layout {
    width: 115px;
    margin-left: 30px;
    margin-right: 10px;
}

/* ===========================
              Dialog
   =========================== */

/*Car sinon decalage de la page a droite quand click sur le bouton dialog*/
.scroll-locked{
    padding-right:unset !important;
}

.mud-dialog .mud-dialog-content {
    overflow:unset !important;
}

.mud-dialog-width-full {
    width: calc(100% - 64px);
    padding-top: 50px;
    border-radius: 10px;
}
/* ===========================
    Tableau D'affichage
=========================== */

.rex-grid-card {
    margin-top: 22px;
    padding: 14px 14px 16px;
    border: 1px solid rgba(219, 50, 35, 0.28);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.rex-grid-card-content {
    border-radius: 14px;
    overflow: hidden;
}

.rex-grid-title {
    position: relative;
    margin: 6px auto 14px;
    padding: 0;
    width: fit-content;
    max-width: 95vw;
    border: none;
    background: transparent;
    color: #db3223;
    letter-spacing: 0.2px;
    text-align: center;
}

.rex-grid-title span {
    display: inline-block;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.3;
}

.rex-grid-title::after {
    content: none;
}

@media (max-width: 768px) {
    .rex-grid-card {
        margin-top: 14px;
        padding: 10px 10px 12px;
        border-radius: 14px;
    }

    .rex-grid-card-content {
        border-radius: 10px;
    }

    .rex-grid-title {
        margin: 12px auto;
        padding: 0;
        width: fit-content;
        max-width: 96vw;
    }

    .rex-grid-title span {
        font-size: 1.3rem;
    }
}
 

.tabMarginTop {
    margin-top: 30px;
}

.mud-table-container {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.mud-container-maxwidth-lg {
    max-width: none !important;
}

.securite-impact-oui {
    background-color: #ffcccc !important; /* Rouge très clair */
}
    .securite-impact-oui td.notation-cell,
    .securite-impact-oui .notation-cell {
        background-color: white !important;
    }
/* ===========================
            Formulaire
   =========================== */
/*Nécessaire pour pouvoir reduire l'espace entre les champs et les mud-paper */
.mud-tab-panel.Onglet > .mud-tab-panel-content {
    width: calc((100vw - 375px)/5);
}

.Formulaire {
    display: flex !important;
    gap: 15px;
    flex: 1;
    justify-content: center;
}

.PaperTitle {
    padding: 21px;
    border: 0.5px solid #929292;
    display: flex !important;
    gap: 16px;
    justify-content: center;
    flex: 1;
    align-items: unset !important;
}

.PaperLine {
    padding: 10px;
    border: 0.5px solid #929292;
    gap: 16px;
    justify-content: center;
    flex: 1;
    align-items: center;
}

.custom-textfield .mud-input-root.mud-input-focused {
    border-color: rgb(30, 49, 70) !important; /* couleur personnalisée */
}

.disabled-subsystem {
    opacity: 0.4 !important;
    pointer-events: none !important;
    filter: grayscale(100%) !important;
    background-color: lightgray !important;
}

/*Espacement entre les onglets et le form*/
.mud-tabs-panels {
    margin-top: 24px;
}

.paper50 {
    width:50%;
}

.paper50InFormulaire {
    width: 36.5vw;
}

/*Couleur du text des onglets*/
.mud-tab.mud-tab-active {
    color: #DB3223 !important;
    font-weight: 600;
}

/*couleur de l'encadrement des onglets*/
.mud-border-primary {
    border-color: #DB3223 !important;
}

/*Couleur du slider quand on click sur un onglet*/
.mud-tab-slider {
    position: absolute;
    background: #DB3223 !important;
}

/*Position du mud-tab sur la page*/
.mud-tabs {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.mud-paper {
    border-radius: 13px !important;
}

.MargBot {
    margin-bottom: 20px
}

.mud-input-control {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.radioBox {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}

.insideRadio {
    display: flex;
    width: 100%;
    justify-content: space-around;
    color: #767676;
    gap: inherit;
}

.Alert {
    width: 100%;
}

.mud-tooltip-root.mud-tooltip-inline {
    display: unset !important;
}



/*Ajuste la taille en hauteur en fonction des autres champs de remlisage*/
.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense{
    margin: 8px !important;
}
/* ===========================
       Bulle d'information
   =========================== */
/*Disposition de la grille d'affichage des bulles d'inforrmation*/
.container_info_home {
    display: grid;
    grid-template-columns: minmax(280px, 920px);
    justify-content: center;
    gap: 22px;
    margin-top: 24px;
    margin-bottom: 48px;
    padding: 0 10px;
}

/*Style et disposition de la bulle d'information (gris) */
.style_WelcomeMessage {
    display: block;
    padding: 22px 26px;
    margin-top: 0;
    background: linear-gradient(135deg, #f3f4f6 0%, #eceff3 100%);
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 18px;
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    font-weight: 700;
    color: #334155;
    text-align: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

/*Style et disposition de la bulle d'information (vert) */
.UpdateTitle {
    position: relative;
    padding: 24px 24px 20px;
    background: linear-gradient(160deg, #d7f8cf 0%, #c5f0bc 100%);
    border: 1px solid rgba(32, 82, 27, 0.2);
    border-radius: 18px;
    font-weight: 600;
    color: #20521B;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(32, 82, 27, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.UpdateTitle:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(32, 82, 27, 0.18);
}

/*Style du titre (vert) */
.style_UpdateTitle {
    display: block;
    font-size: clamp(1.05rem, 1.6vw, 1.28rem);
    font-weight: 800;
    padding-bottom: 4px;
}

/*Style du sous-titre (vert) */
.style_Update {
    display: block;
    width: 100%;
    max-width: 72ch;
    font-size: 0.98rem;
    line-height: 1.55;
    text-align: center;
}

/*Style et disposition de la bulle d'information (jaune) */
.NexUpdateTitle {
    position: relative;
    padding: 24px 24px 20px;
    background: linear-gradient(160deg, #f8eac9 0%, #f4e1b4 100%);
    border: 1px solid rgba(92, 68, 13, 0.2);
    border-radius: 18px;
    font-weight: 600;
    color: #5C440D;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(92, 68, 13, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.NexUpdateTitle:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(92, 68, 13, 0.18);
}

/*Style du titre (jaune) */
.style_NexUpdateTitle {
    display: block;
    font-size: clamp(1.05rem, 1.6vw, 1.28rem);
    font-weight: 800;
    padding-bottom: 4px;
}

/*Style du sous-titre (jaune) */
.style_NexUpdate {
    display: block;
    width: 100%;
    max-width: 72ch;
    font-size: 0.98rem;
    line-height: 1.55;
    text-align: center;
}

@media (max-width: 900px) {
    .container_info_home {
        grid-template-columns: minmax(260px, 1fr);
        gap: 16px;
        margin-top: 16px;
        margin-bottom: 32px;
    }

    .style_WelcomeMessage,
    .UpdateTitle,
    .NexUpdateTitle {
        border-radius: 14px;
    }
}

@media (max-width: 600px) {
    .style_WelcomeMessage {
        padding: 16px 14px;
    }

    .UpdateTitle,
    .NexUpdateTitle {
        padding: 16px 14px 14px;
    }

    .style_Update,
    .style_NexUpdate {
        font-size: 0.93rem;
    }
}

/*Disposition centré de la bulle d'information (rouge) */
.container_info_Rex_Creation {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 110px;
    margin-top: 3%;
    margin-bottom: 3%
}

/*Style de la bulle d'information (rouge) */
.CreationRexInfo {
    padding: 30px;
    background-color: #F5A59D;
    border-radius: 30px;
    font-weight: 600;
    color: #610000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
}

/*Style du titre (rouge) */
.style_CreationRexInfoTitle {
    font-size: 20px;
    padding-bottom: 30px;
}

/*Style du sous-titre (rouge) */
.style_CreationRexInfoSubTitle {
    font-size: 17px;
}


.mud-tooltip-inline {
    width: 100% !important;
}


/* ===========================
  Modif des composants Mudblazor
   =========================== */
/*Style pour une table d'affichage*/
/*.mud-table {
    margin-bottom: 50px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3) !important;
}*/


/* ===========================
             Button
   =========================== */
/*Onglet*/
.mud-tabs-tabbar-wrapper {
    width: 100% !important;
    transform: unset !important;
}
/*Position du bouton*/
.RedButton {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*Style d'un bouton (rouge)*/
.style_Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 56px;
    padding: 14px 28px;
    border: 1px solid #b32417;
    border-radius: 14px;
    background: linear-gradient(140deg, #db3223 0%, #c1281a 55%, #ab2015 100%);
    color: #fff !important;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 36px;
    box-shadow: 0 10px 22px rgba(171, 32, 21, 0.28);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
    text-transform: none;
}

.style_Button:hover {
    color: #fff !important;
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(171, 32, 21, 0.34);
}

.style_Button:active {
    transform: translateY(0);
    box-shadow: 0 8px 16px rgba(171, 32, 21, 0.26);
}

.style_Button:focus-visible {
    outline: 3px solid rgba(219, 50, 35, 0.35);
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .style_Button {
        min-height: 50px;
        width: min(100%, 360px);
        padding: 12px 18px;
        font-size: 1rem;
        margin-bottom: 24px;
    }
}

.Save_Left {
    display: flex;
    justify-content: flex-end;
}

.ButtonForm {
    border-radius: 100% 100%;
    width: 30px;
    height: 60px;
    background-color: rgb(219, 50, 35) !important;
    color: #fff;
    margin-left: 10px;
}

.ButtonFormSave {
    border-radius: 100% 100%;
    width: 30px;
    height: 60px;
    background-color: rgb(18, 218, 124) !important;
    color: #fff;
    margin-left: 10px;
}

/* ===========================
            Admin
   =========================== */
.admin-page {
    margin-bottom: 30px;
}

.admin-shell {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 1) 100%);
}

.admin-top-actions {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px !important;
}

.admin-menu {
    flex: 1 1 320px;
    min-width: 240px;
}

.admin-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 56px;
    width: 100%;
    min-width: 0;
    padding: 14px 28px;
    border-radius: 14px !important;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #fff !important;
    text-transform: none;
    border: 1px solid transparent;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.admin-action-button .mud-icon-root {
    font-size: 1.35rem !important;
}

.admin-action-button:hover {
    color: #fff !important;
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.28);
}

.admin-action-button:active {
    transform: translateY(0);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.22);
}

.admin-action-button:focus-visible {
    outline: 3px solid rgba(15, 23, 42, 0.25);
    outline-offset: 3px;
}

.admin-action-button-description {
    background: linear-gradient(140deg, #db3223 0%, #c1281a 55%, #ab2015 100%) !important;
    border-color: #b32417 !important;
    box-shadow: 0 10px 22px rgba(171, 32, 21, 0.28);
}

.admin-action-button-description:hover {
    box-shadow: 0 14px 26px rgba(171, 32, 21, 0.34);
}

.admin-action-button-analyse {
    background: linear-gradient(140deg, #1f6e8c 0%, #185a73 55%, #13465a 100%) !important;
    border-color: #144f66 !important;
    box-shadow: 0 10px 22px rgba(20, 79, 102, 0.3);
}

.admin-action-button-analyse:hover {
    box-shadow: 0 14px 26px rgba(20, 79, 102, 0.36);
}

.admin-menu-chip {
    width: 100%;
    min-width: 0;
    justify-content: center;
    border-radius: 999px !important;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: 1px solid transparent;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}

.admin-menu-chip:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.admin-menu-chip-description {
    background: linear-gradient(135deg, #db3223 0%, #c6281a 100%) !important;
    color: #fff !important;
    border-color: rgba(143, 23, 14, 0.7) !important;
}

.admin-menu-chip-analyse {
    background: linear-gradient(135deg, #1f6e8c 0%, #185a73 100%) !important;
    color: #fff !important;
    border-color: rgba(14, 73, 94, 0.75) !important;
}

.admin-content-panel {
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 14px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.admin-content-panel h1.PourTooltip {
    margin: 8px auto 16px;
    padding: 0;
    width: fit-content;
    max-width: min(92vw, 900px);
    border-radius: 0;
    border-top: none;
    background: transparent;
    font-size: clamp(1.5rem, 2.4vw, 2.05rem);
    font-weight: 800;
    letter-spacing: 0.2px;
    text-align: center;
    box-shadow: none;
}

.admin-content-panel.admin-theme-description h1.PourTooltip {
    color: #b71c11 !important;
}

.admin-content-panel.admin-theme-description h1.PourTooltip .iconederriere {
    color: #db3223 !important;
}

.admin-content-panel.admin-theme-analyse h1.PourTooltip {
    color: #155f7c !important;
}

.admin-content-panel.admin-theme-analyse h1.PourTooltip .iconederriere {
    color: #1f6e8c !important;
}

.admin-content-panel.admin-theme-default h1.PourTooltip {
    color: #334155;
    border-top-color: #64748b;
    background: linear-gradient(180deg, rgba(100, 116, 139, 0.14) 0%, rgba(100, 116, 139, 0.04) 55%, rgba(100, 116, 139, 0) 100%);
}

.admin-page .mud-menu-item {
    border-radius: 8px;
    margin: 2px 6px;
}

.admin-page .mud-menu-item:hover {
    background-color: rgba(219, 50, 35, 0.1);
}

@media (max-width: 768px) {
    .admin-menu {
        flex-basis: 100%;
        min-width: 100%;
    }

    .admin-action-button {
        min-height: 50px;
        padding: 12px 18px;
        font-size: 1.08rem;
    }

    .admin-action-button .mud-icon-root {
        font-size: 1.2rem !important;
    }

    .admin-menu-chip {
        width: 100%;
        font-size: 0.95rem;
    }

    .admin-shell {
        border-radius: 12px;
    }

    .admin-content-panel {
        border-radius: 10px;
        padding: 14px !important;
    }

    .admin-content-panel h1.PourTooltip {
        margin: 6px auto 12px;
        padding: 0;
    }
}

/* ===========================
           Rectangle
   =========================== */
.RectangleRadio {
    margin-inline: 10px;
    border-radius: 5px;
    display: flex;
    border: 1px solid #bdbdbd;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 7px;
}

.Rectangle100 {
    width: 99%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}

.Rectangle90 {
    width: 89%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}

.Rectangle80 {
    width: 79%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}

.Rectangle70 {
    width: 69%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}

.Rectangle60 {
    width: 59%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}

.Rectangle50 {
    width: 49%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}

.Rectangle40 {
    width: 39%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}

.Rectangle30 {
    width: 29%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}

.Rectangle20 {
    width: 19%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}

.Rectangle10 {
    width: 9%;
    margin-inline: 10px;
    height: 100px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
    display: flex;
}


/* ===========================
           Code de base
   =========================== */
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

p {
    margin: 0;
}

:root {
    --white-color: #fff;
    --secondary-color: #ff6347;
    --text-color: #333333;
    --background-color: white;
}

.custom-icon svg {
    color: white !important;
    fill: white !important;
}
