/* /Components/Skeleton.razor.rz.scp.css */
.skeleton[b-qbx3pv9ohm] {
    display: inline-block;
    width: 100%;
    height: 1rem;
    background-color: rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.skeleton.shimmer[b-qbx3pv9ohm]::after {
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100% );
    animation: shimmer-b-qbx3pv9ohm 1.6s infinite;
}

@keyframes shimmer-b-qbx3pv9ohm {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}
/* /Layout/AuthenticationLayout/AuthenticationLayout.razor.rz.scp.css */
.version-label[b-hdvycpvrco] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    font-weight: bold;
}

.environment-label[b-hdvycpvrco] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    font-weight: bold;
}
/* /Layout/MainLayout/VerticalMenu.razor.rz.scp.css */
.g-sidenav-show .sidenav .nav-item .collapse[b-eq067g4brz] {
    transition: all 0.2s ease-in-out, border-left 0s ease-in-out !important;
}

.small-size[b-eq067g4brz] {
    transition: all 0.2s ease-in-out;
    display: none !important;
}

.g-sidenav-hidden .navbar-vertical .navbar-brand .big-size[b-eq067g4brz] {
    transition: all 0.2s ease-in-out;
    display: none !important;
}

.g-sidenav-hidden .navbar-vertical .navbar-brand .small-size[b-eq067g4brz] {
    transition: all 0.2s ease-in-out;
    display: block !important;
}

.g-sidenav-hidden .navbar-vertical:hover .navbar-brand .big-size[b-eq067g4brz] {
    transition: all 0.2s ease-in-out;
    display: block !important;
}

.g-sidenav-hidden .navbar-vertical:hover .navbar-brand .small-size[b-eq067g4brz] {
    transition: all 0.2s ease-in-out;
    display: none !important;
}
