/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.form-floating[b-s4belgygvd] {
    > .form-control,
    > .form-control-plaintext {
        color: #000 !important;
    }
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
.btn-microsoft[b-w6he2atq2u] {
    font-family: 'Segoe UI Regular', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #5E5E5E;
    background-color: #FFFFFF;
    border: 1px solid #8c8c8c94;
    padding: 12px 12px 12px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 40px;
    border-radius: 10px;
}

    .btn-microsoft .ms-logo[b-w6he2atq2u] {
        margin-right: 13px;
        height: 21px;
    }

.login-divider[b-w6he2atq2u] {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .login-divider[b-w6he2atq2u]::before,
    .login-divider[b-w6he2atq2u]::after {
        content: '';
        flex-grow: 1;
        height: 1px;
        background-color: #999;
        margin: 0 10px;
    }

.card[b-w6he2atq2u] {
    width: 40rem;
}

.form-floating[b-w6he2atq2u] {
    > .form-control,
    > .form-control-plaintext {
        color: #000 !important;
    }
}
/* /Components/Account/Pages/ResetPassword.razor.rz.scp.css */
.form-floating[b-naykxw0sld] {
    > .form-control,
    > .form-control-plaintext {
        color: #000 !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-container[b-054h4g8ocx] {
    display: grid;
    grid-template-columns: 240px auto;
    grid-template-areas:
        "header header"
        "sidebar main"
        ". footer";
    /*height: 100vh;*/
}

/* Header */
.top-header[b-054h4g8ocx] {
    grid-area: header;
    /*background-color: var(--siteBackgroundColor);*/
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: #205493;
    color: #ffffff;
}

.top-header-shadow[b-054h4g8ocx] {
    box-shadow: 0px 5px 12px -9px;
    color: var(--headerDropShadowColor);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.header-content h2[b-054h4g8ocx] {
    margin: 0;
}

/* Main Content */
.main-content[b-054h4g8ocx] {
    grid-area: main;
    padding: 20px;
    overflow-y: auto;
    position: relative;
    top: 90px;
}

.content-wrapper[b-054h4g8ocx] {
    max-width: 100%;
}
#blazor-error-ui[b-054h4g8ocx] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-054h4g8ocx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.sqs-block-image .sqs-block-content[b-054h4g8ocx] {
    height: 100%;
    width: 100%;
}

.fe-block-yui .fluidImageOverlay[b-054h4g8ocx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: normal;
    opacity: 0;
}


@media screen and (max-width: 767px ) and (orientation: portrait) {
    .top-header-title[b-054h4g8ocx] {
        font-size: calc((var(--heading-1-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem)
    }
}

@media screen and (min-width: 768px ),screen and (max-width:calc(1512px - 1px)) and (orientation:landscape) {
    .top-header-title[b-054h4g8ocx] {
        font-size: calc((var(--heading-1-size-value) - 1) * 1.2vw + 1rem)
    }
}

@media screen and (min-width: 1512px) {
    .top-header-title[b-054h4g8ocx] {
        font-size: calc(var(--heading-1-size-value) * 1rem)
    }
}

.top-header-title[b-054h4g8ocx] {
    font-family: var(--heading-font-font-family);
    font-style: var(--heading-font-font-style);
    font-weight: var(--heading-font-font-weight);
    line-height: var(--heading-font-line-height);
    letter-spacing: var(--heading-font-letter-spacing);
    text-transform: var(--heading-font-text-transform);
}

.fe-67a11f07386575747a7fde41[b-054h4g8ocx] {
    --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 10.0px);
    --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (10.0px * (8 - 1)) ) / 8 );
    display: grid;
    position: relative;
    grid-area: 1/1/-1/-1;
    grid-template-rows: repeat(23,minmax(24px, auto));
    grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(8, minmax(0, var(--cell-max-width))) minmax(var(--grid-gutter), 1fr);
    row-gap: 0.0px;
    column-gap: 10.0px;
    overflow-x: hidden;
    overflow-x: clip;
}

@media (min-width: 768px) {
    .background-width--inset .fe-67a11f07386575747a7fde41[b-054h4g8ocx] {
        --inset-padding: calc(var(--sqs-site-gutter) * 2);
    }

    .fe-67a11f07386575747a7fde41[b-054h4g8ocx] {
        --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 10.0px);
        --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (10.0px * (24 - 1)) ) / 24 );
        --inset-padding: 0vw;
        --row-height-scaling-factor: 0.0215;
        --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding) ));
        grid-template-rows: repeat(8,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));
        grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(24, minmax(0, var(--cell-max-width))) minmax(var(--grid-gutter), 1fr);
    }
}


.fe-block-yui_3_17_2_1_1745934847459_5150[b-054h4g8ocx] {
    grid-area: 1/2/7/10;
    z-index: 4;

    @media (max-width: 767px) {
    }
}

    .fe-block-yui_3_17_2_1_1745934847459_5150 .sqs-block[b-054h4g8ocx] {
        justify-content: center;
    }

    .fe-block-yui_3_17_2_1_1745934847459_5150 .sqs-block-alignment-wrapper[b-054h4g8ocx] {
        align-items: center;
    }

@media (min-width: 768px) {
    .fe-block-yui_3_17_2_1_1745934847459_5150[b-054h4g8ocx] {
        grid-area: 2/2/8/5;
        z-index: 4;
    }

        .fe-block-yui_3_17_2_1_1745934847459_5150 .sqs-block[b-054h4g8ocx] {
            justify-content: center;
        }

        .fe-block-yui_3_17_2_1_1745934847459_5150 .sqs-block-alignment-wrapper[b-054h4g8ocx] {
            align-items: center;
        }
}

.fe-block-7f1bdc6da56bbd625344[b-054h4g8ocx] {
    grid-area: 8/2/15/6;
    z-index: 0;

    @media (max-width: 767px) {
    }
}

    .fe-block-7f1bdc6da56bbd625344 .sqs-block[b-054h4g8ocx] {
        justify-content: flex-start;
    }

    .fe-block-7f1bdc6da56bbd625344 .sqs-block-alignment-wrapper[b-054h4g8ocx] {
        align-items: flex-start;
    }

@media (min-width: 768px) {
    .fe-block-7f1bdc6da56bbd625344[b-054h4g8ocx] {
        grid-area: 3/5/5/18;
        z-index: 0;
    }

        .fe-block-7f1bdc6da56bbd625344 .sqs-block[b-054h4g8ocx] {
            justify-content: flex-start;
        }

        .fe-block-7f1bdc6da56bbd625344 .sqs-block-alignment-wrapper[b-054h4g8ocx] {
            align-items: flex-start;
        }
}

.fe-block-d277d838f53d7cddbb0f[b-054h4g8ocx] {
    grid-area: 8/6/15/10;
    z-index: 1;

    @media (max-width: 767px) {
    }
}

    .fe-block-d277d838f53d7cddbb0f .sqs-block[b-054h4g8ocx] {
        justify-content: flex-start;
    }

    .fe-block-d277d838f53d7cddbb0f .sqs-block-alignment-wrapper[b-054h4g8ocx] {
        align-items: flex-start;
    }

@media (min-width: 768px) {
    .fe-block-d277d838f53d7cddbb0f[b-054h4g8ocx] {
        grid-area: 2/20/6/26;
        z-index: 1;
    }

        .fe-block-d277d838f53d7cddbb0f .sqs-block[b-054h4g8ocx] {
            justify-content: flex-start;
        }

        .fe-block-d277d838f53d7cddbb0f .sqs-block-alignment-wrapper[b-054h4g8ocx] {
            align-items: flex-start;
        }
}

.fe-block-yui_3_17_2_1_1745934847459_3990[b-054h4g8ocx] {
    grid-area: 15/2/17/10;
    z-index: 3;

    @media (max-width: 767px) {
    }
}

    .fe-block-yui_3_17_2_1_1745934847459_3990 .sqs-block[b-054h4g8ocx] {
        justify-content: flex-start;
    }

    .fe-block-yui_3_17_2_1_1745934847459_3990 .sqs-block-alignment-wrapper[b-054h4g8ocx] {
        align-items: flex-start;
    }

@media (min-width: 768px) {
    .fe-block-yui_3_17_2_1_1745934847459_3990[b-054h4g8ocx] {
        grid-area: 5/5/7/9;
        z-index: 3;
    }

        .fe-block-yui_3_17_2_1_1745934847459_3990 .sqs-block[b-054h4g8ocx] {
            justify-content: center;
        }

        .fe-block-yui_3_17_2_1_1745934847459_3990 .sqs-block-alignment-wrapper[b-054h4g8ocx] {
            align-items: center;
        }
}

.fe-block-90f654bf89318ec116bc[b-054h4g8ocx] {
    grid-area: 17/6/24/10;
    z-index: 2;

    @media (max-width: 767px) {
    }
}

    .fe-block-90f654bf89318ec116bc .sqs-block[b-054h4g8ocx] {
        justify-content: flex-start;
    }

    .fe-block-90f654bf89318ec116bc .sqs-block-alignment-wrapper[b-054h4g8ocx] {
        align-items: flex-start;
    }

@media (min-width: 768px) {
    .fe-block-90f654bf89318ec116bc[b-054h4g8ocx] {
        grid-area: 7/20/9/24;
        z-index: 2;
    }

        .fe-block-90f654bf89318ec116bc .sqs-block[b-054h4g8ocx] {
            justify-content: flex-start;
        }

        .fe-block-90f654bf89318ec116bc .sqs-block-alignment-wrapper[b-054h4g8ocx] {
            align-items: flex-start;
        }
}

.sqs-block-image .sqs-block-content[b-054h4g8ocx] {
    height: 100%;
    width: 100%;
}


.fe-block-yui_3_17_2_1_1745934847459_5150 .fluidImageOverlay[b-054h4g8ocx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: normal;
    opacity: 0;
}

#block-yui_3_17_2_1_1745934847459_3990 .social-icons-style-border .sqs-svg-icon--wrapper[b-054h4g8ocx] {
    box-shadow: 0 0 0 2px inset;
    border: none;
}

.header-nav-wrapper[b-054h4g8ocx] {
    display: flex;
    justify-content: flex-end;
}

.dropdown-menu[b-054h4g8ocx] {
    background-color: #205493;
}

.profile-link i[b-054h4g8ocx]{
    color: #ffffff;
}

.footer-section[b-054h4g8ocx] {
    grid-area: footer;
    position: relative;
    margin-top: 120px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x2uhgklz30] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-x2uhgklz30] {
    background-color: rgba(255, 255, 255, 0.5);
}



.navbar-brand[b-x2uhgklz30] {
    font-size: 1.1rem;
}

.bi[b-x2uhgklz30] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-x2uhgklz30] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-x2uhgklz30] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-x2uhgklz30] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-x2uhgklz30] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-x2uhgklz30] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-x2uhgklz30] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-x2uhgklz30] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-x2uhgklz30] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-x2uhgklz30] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x2uhgklz30] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x2uhgklz30] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x2uhgklz30]  .nav-link {
        color: #212121;
        background-color: #d6d7d9;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-x2uhgklz30]  a.active {
        background-color: #d6d7d9;
        color: #212121;
    }

    .nav-item[b-x2uhgklz30]  .nav-link:hover {
        background-color: #aeb0b5;
        color: #212121;
    }

.nav-scrollable[b-x2uhgklz30] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-x2uhgklz30] {
    display: block;
}

.sidebar[b-x2uhgklz30] {
    grid-area: sidebar;
    background-color: var(--siteBackgroundColor);
    border-right: 1px solid #ccc;
    padding-top: 20px;
    height: calc(100vh - 90px);
    position: relative;
    top: 90px;
}

.nav-link[b-x2uhgklz30] {
    color: #333;
    padding: 12px 20px;
}

    .nav-link:hover[b-x2uhgklz30] {
        background-color: #ddd;
        text-decoration: none;
    }
/* /Components/Pages/Analytics.razor.rz.scp.css */
.grid-container[b-6hzner2y0w] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; /* Optional: adds space between grid items */
    /*border: 1px solid #ccc;*/
    margin-top: 10px;
}

.grid-two-column-container[b-6hzner2y0w] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* Optional: adds space between grid items */
    /*border: 1px solid #ccc;*/
    margin-top: 10px;
}

.grid-item[b-6hzner2y0w] {
    /* Add styling for your grid items */
    padding: 20px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.grid-container[b-8xuuyu9wjx] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal-width columns */
    /*grid-template-rows: repeat(3, 1fr);  Three equal-height rows */
    gap: 10px; /* Optional: adds space between grid items */
    /*border: 1px solid #ccc;*/
    margin-top: 10px;
}

.grid-item[b-8xuuyu9wjx] {
    /* Add styling for your grid items */

    padding: 20px;

}


.display-7[b-8xuuyu9wjx] {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.275rem + 0.9vw);
}

@media (min-width: 1200px) {
    .display-7[b-8xuuyu9wjx] {
        font-size: 2rem;
    }
}

.display-8[b-8xuuyu9wjx] {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.175rem + 0.5vw);
}

@media (min-width: 1200px) {
    .display-8[b-8xuuyu9wjx] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/OHSReport.razor.rz.scp.css */
.grid-container[b-u9n5fowvgs] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; /* Optional: adds space between grid items */
    /*border: 1px solid #ccc;*/
    margin-top: 10px;
}

.grid-two-column-container[b-u9n5fowvgs] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px; /* Optional: adds space between grid items */
    /*border: 1px solid #ccc;*/
    margin-top: 10px;
}

.grid-item[b-u9n5fowvgs] {
    /* Add styling for your grid items */
    padding: 20px;
}

.blockquote[b-u9n5fowvgs] {
    font-size: 1rem;
}
/* /Components/Pages/Reports.razor.rz.scp.css */
.grid-container[b-erf1clm9um] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; /* Optional: adds space between grid items */
    /*border: 1px solid #ccc;*/
    margin-top: 10px;
}

.grid-two-column-container[b-erf1clm9um] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* Optional: adds space between grid items */
    /*border: 1px solid #ccc;*/
    margin-top: 10px;
}

.grid-item[b-erf1clm9um] {
    /* Add styling for your grid items */
    padding: 20px;
}


.blockquote[b-erf1clm9um] {
    font-size: 1rem;
}
