/* _content/CIM.SoftwarePortal.WebApp/Features/About/AboutComponent.razor.rz.scp.css */
.aboutDiv[b-96gx89qrol] {
    background-color: white;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-sizing: content-box;
    display: block;
    margin: 0 0 1em;
    border-radius: 4px;
    overflow: hidden;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
}

.aboutTable[b-96gx89qrol] {
    margin-top: 2rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
}

    .aboutTable tr td[b-96gx89qrol] {
        padding-right: 3rem;
    }
/* _content/CIM.SoftwarePortal.WebApp/Features/Components/LoadingIndicator.razor.rz.scp.css */
.spinnerAnimation[b-iy98pku5y6] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    animation: spin-b-iy98pku5y6 1000ms linear infinite;
}

.spinnerContainer[b-iy98pku5y6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 1500 !important;
    left: 50%;
    top: 50%;
    background-color: white;
    padding: 1rem;
    border: 0.1rem solid silver;
    border-radius: 10%;
    transform: translate(-50%, -50%);
}

.spinnerTextContainer[b-iy98pku5y6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
}

@keyframes spin-b-iy98pku5y6 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*=========================================
    Checkmark Green Animation
  =========================================
*/

.checkmark__circle[b-iy98pku5y6] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke-b-iy98pku5y6 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark[b-iy98pku5y6] {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    color: #7ac142;
    animation: fill-b-iy98pku5y6 .4s ease-in-out .4s forwards, scale-b-iy98pku5y6 .3s ease-in-out .9s both;
}

.checkmark__check[b-iy98pku5y6] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-iy98pku5y6 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke-b-iy98pku5y6 {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale-b-iy98pku5y6 {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill-b-iy98pku5y6 {
    100% {
        box-shadow: inset 0px 0px 0px 7rem #7ac142;
    }
}


/*=========================================
    Checkmark Red Animation
  =========================================
*/

.checkmark__circle_red[b-iy98pku5y6] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #ff0000;
    fill: none;
    animation: stroke-b-iy98pku5y6 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_red[b-iy98pku5y6] {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    color: #ff0000;
    animation: fill-b-iy98pku5y6 .4s ease-in-out .4s forwards, scale-b-iy98pku5y6 .3s ease-in-out .9s both;
}

.checkmark__check_red[b-iy98pku5y6] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-iy98pku5y6 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke-b-iy98pku5y6 {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale-b-iy98pku5y6 {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill-b-iy98pku5y6 {
    100% {
        box-shadow: inset 0px 0px 0px 7rem;
    }
}
/* _content/CIM.SoftwarePortal.WebApp/Features/Components/NavMenu/NavMenu.razor.rz.scp.css */
.custom-nav-menu[b-0y07etgz53]  a.mud-nav-link.active {
    color: white !important;
    background-color: var(--mud-palette-primary) !important;
    font-weight: normal !important;
}
/* _content/CIM.SoftwarePortal.WebApp/Features/Components/TopBarMenu/TopBarMenu.razor.rz.scp.css */
.nav-item[b-knbi89lqrn]  a {
    color: var(--mud-palette-appbar-text);
    height: 100%;
    display: inline-block;
}

    .nav-item[b-knbi89lqrn]  a.active {
        color: var(--mud-palette-primary);
    }
