@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/BlazorServerParents/Pages/AttendancePage/AttendanceData.razor.rz.scp.css */
@media only screen and (max-width: 576px) {
    .MainContainer[b-iqwybjeq53] {
        margin-top: 20px;
    }
    .FullNameGrd[b-iqwybjeq53] {
        font-size: 12px;
    }
    .tdFont[b-iqwybjeq53] {
        font-size: 10px;
    }

    .thStyle[b-iqwybjeq53] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) {
    .MainContainer[b-iqwybjeq53] {
        margin-top: 20px;
    }

    .FullNameGrd[b-iqwybjeq53] {
        font-size: 14px;
    }
    .tdFont[b-iqwybjeq53] {
        font-size: 13px;
    }

    .thStyle[b-iqwybjeq53] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 14px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) {
    .MainContainer[b-iqwybjeq53] {
        margin-top: 20px;
    }
    .FullNameGrd[b-iqwybjeq53] {
        font-size: 15px;
    }
    .tdFont[b-iqwybjeq53] {
        font-size: 14px;
    }

    .thStyle[b-iqwybjeq53] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 15px;
    }
}
/*// Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) {

    .MainContainer[b-iqwybjeq53] {
        margin-top: 20px;
    }
    .tdFont[b-iqwybjeq53] {
        font-size: 17px;
    }

    .thStyle[b-iqwybjeq53] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 17px;
    }
   
}
/*// X-Large devices (large desktops, 1200px and up)*/
@media only screen and (min-width: 1200px) {

    .MainContainer[b-iqwybjeq53] {
        margin-top: 20px;
    }
    .FullNameGrd[b-iqwybjeq53] {
        font-size: 17px;
    }
    .tdFont[b-iqwybjeq53] {
        font-size: 17px;
    }

    .thStyle[b-iqwybjeq53] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 17px;
    }
  
}
/*// XX-Large devices (larger desktops, 1400px and up)*/
@media only screen and (min-width: 1400px) {

    .MainContainer[b-iqwybjeq53] {
        margin-top: 20px;
    }
    .FullNameGrd[b-iqwybjeq53]{
        font-size:17px;        
    }
    .tdFont[b-iqwybjeq53] {
        font-size: 17px;
    }

    .thStyle[b-iqwybjeq53] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 17px;
    }
}
/*------------*/

/* HTML: <div class="loader"></div> */
.Timeloader[b-iqwybjeq53] {
    width: 50px;
    height: 25px;
    position: relative;
}

.Timeloader[b-iqwybjeq53]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(farthest-side at bottom,#ffc10a 92%,#0000) top /30px 15px, radial-gradient(farthest-side at top left,#0000 92%,#ffc10a) bottom left / 15px 20px, radial-gradient(farthest-side at top right,#0000 92%,#ffc10a) bottom right/ 15px 20px, linear-gradient(#ffc10a 0 0) bottom/30px 26px;
    background-repeat: no-repeat;
    transform-origin: 50% -3px;
    animation: l10-1-b-iqwybjeq53 .5s infinite alternate linear;
}

.Timeloader[b-iqwybjeq53]::before {
    content: "";
    position: absolute;
    inset: -6px calc(50% - 10px) -10px;
    background: radial-gradient(farthest-side,#ff9f04 90%,#0000) top /10px 10px, radial-gradient(farthest-side,#ff9f04 90%,#0000) bottom/20px 20px;
    background-repeat: no-repeat;
    transform-origin: 50% 3px;
    animation: l10-2-b-iqwybjeq53 .5s infinite alternate linear;
}

@keyframes l10-1-b-iqwybjeq53 {
    0% {
        transform: rotate(-30deg)
    }

    100% {
        transform: rotate(30deg)
    }
}

@keyframes l10-2-b-iqwybjeq53 {
    0% {
        transform: rotate(-20deg)
    }

    100% {
        transform: rotate(20deg)
    }
}
/*---------------*/

/*-----------------*/

.sploader[b-iqwybjeq53] {
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 0 0 #0004;
    animation: l2-b-iqwybjeq53 1.5s infinite linear;
    position: relative;
}

    .sploader[b-iqwybjeq53]:before,
    .sploader[b-iqwybjeq53]:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        box-shadow: 0 0 0 0 #0004;
        animation: inherit;
        animation-delay: -0.5s;
    }

    .sploader[b-iqwybjeq53]:after {
        animation-delay: -1s;
    }

@keyframes l2-b-iqwybjeq53 {
    100% {
        box-shadow: 0 0 0 40px #0000
    }
}
/*--------------*/
.custom-loader[b-iqwybjeq53] {
    width: 30px;
    height: 30px;
    display: grid;
    border-radius: 50%;
    -webkit-mask: radial-gradient(farthest-side,#0000 40%,#000 41%);
    background: linear-gradient(0deg,#766DF480 50%,#766DF4FF 0) center/4px 100%, linear-gradient(90deg,#766DF440 50%,#766DF4BF 0) center/100% 4px;
    background-repeat: no-repeat;
    animation: s3-b-iqwybjeq53 1s infinite steps(12);
}

.custom-loader[b-iqwybjeq53]::before,
.custom-loader[b-iqwybjeq53]::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.custom-loader[b-iqwybjeq53]::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes s3-b-iqwybjeq53 {
    100% {
        transform: rotate(1turn)
    }
}
/*--------------*/
.slideInDown[b-iqwybjeq53] {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown-b-iqwybjeq53;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown-b-iqwybjeq53 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*----------*/
.wobble2[b-iqwybjeq53] {
    -webkit-animation-name: wobble;
    animation-name: wobble-b-iqwybjeq53;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble-b-iqwybjeq53 {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
} 
/* _content/BlazorServerParents/Pages/Library/LibraryData.razor.rz.scp.css */
@media only screen and (max-width: 576px) {
    .MainContainer[b-w3tacuicf1] {
        margin-top: 20px;
    }
    .labelF[b-w3tacuicf1] {
        font-size: 13px;
    }
    .AccessImage[b-w3tacuicf1] {
        width: 70px;
        height: 70px;
    }
    .SelectF[b-w3tacuicf1] {
        font-size: 14px;
    }
    .tdFont[b-w3tacuicf1] {
        font-size: 10px;
    }

    .thStyle[b-w3tacuicf1] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) {
    .MainContainer[b-w3tacuicf1] {
        margin-top: 20px;
    }
    .labelF[b-w3tacuicf1] {
        font-size: 14px;
    }
    .AccessImage[b-w3tacuicf1] {
        width: 70px;
        height: 70px;
    }
    .SelectF[b-w3tacuicf1] {
        font-size: 14px;
    }
    .tdFont[b-w3tacuicf1] {
        font-size: 13px;
    }

    .thStyle[b-w3tacuicf1] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 14px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) {
    .MainContainer[b-w3tacuicf1] {
        margin-top: 20px;
    }
    .labelF[b-w3tacuicf1] {
        font-size: 16px;
    }
    .AccessImage[b-w3tacuicf1] {
        width: 70px;
        height: 70px;
    }
    .SelectF[b-w3tacuicf1] {
        font-size: 16px;
    }
    .tdFont[b-w3tacuicf1] {
        font-size: 14px;
    }

    .thStyle[b-w3tacuicf1] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 15px;
    }
}
/*// Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) {

    .MainContainer[b-w3tacuicf1] {
        margin-top: 20px;
    }
    .labelF[b-w3tacuicf1] {
        font-size: 17px;
    }
    .AccessImage[b-w3tacuicf1] {
        width: 70px;
        height: 70px;
    }
    .SelectF[b-w3tacuicf1] {
        font-size: 16px;
    }
    .tdFont[b-w3tacuicf1] {
        font-size: 17px;
    }

    .thStyle[b-w3tacuicf1] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 17px;
    }
}
/*// X-Large devices (large desktops, 1200px and up)*/
@media only screen and (min-width: 1200px) {

    .MainContainer[b-w3tacuicf1] {
        margin-top: 20px;
    }
    .labelF[b-w3tacuicf1] {
        font-size: 17px;
    }
    .AccessImage[b-w3tacuicf1] {
        width: 70px;
        height: 70px;
    }
    .SelectF[b-w3tacuicf1] {
        font-size: 18px;
    }
    .tdFont[b-w3tacuicf1] {
        font-size: 17px;
    }

    .thStyle[b-w3tacuicf1] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 17px;
    }
}
/*// XX-Large devices (larger desktops, 1400px and up)*/
@media only screen and (min-width: 1400px) {

    .MainContainer[b-w3tacuicf1] {
        margin-top: 20px;
    }
    .labelF[b-w3tacuicf1] {
        font-size: 17px;
    }
    .AccessImage[b-w3tacuicf1] {
        width: 70px;
        height: 70px;
    }
    .SelectF[b-w3tacuicf1] {
        font-size: 18px;
    }
    .tdFont[b-w3tacuicf1] {
        font-size: 17px;
    }

    .thStyle[b-w3tacuicf1] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 17px;
    }
}
/*-------------*/
.fadeOutModetreelastlevel[b-w3tacuicf1] {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut-b-w3tacuicf1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut-b-w3tacuicf1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*-----------------*/

.sploader[b-w3tacuicf1] {
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 0 0 #0004;
    animation: l2-b-w3tacuicf1 1.5s infinite linear;
    position: relative;
}

    .sploader[b-w3tacuicf1]:before,
    .sploader[b-w3tacuicf1]:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        box-shadow: 0 0 0 0 #0004;
        animation: inherit;
        animation-delay: -0.5s;
    }

    .sploader[b-w3tacuicf1]:after {
        animation-delay: -1s;
    }

@keyframes l2-b-w3tacuicf1 {
    100% {
        box-shadow: 0 0 0 40px #0000
    }
}
/*--------------*/
/* _content/BlazorServerParents/Pages/Login/LoginPage.razor.rz.scp.css */

@media only screen and (max-width: 576px) {
    .Imagsiz[b-3m0i8ryr7g] {
        width: 70px;
        height: 70px;
       
    }
    .AccessImage[b-3m0i8ryr7g] {
        width: 22px;
        height: 22px;
    }
    .marginsize[b-3m0i8ryr7g] {
        margin-top: 4px;
    }
    .textFontEnter[b-3m0i8ryr7g] {       
        font-size: 11px;
        color: #454545;
    }
    .FontAElang[b-3m0i8ryr7g] {
        font-size: 14px;
        margin-top:11px;
    }
    .regusrText[b-3m0i8ryr7g] {
        font-size: 13px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) {
    .Imagsiz[b-3m0i8ryr7g] {
        width: 70px;
        height: 70px;
    }
    .AccessImage[b-3m0i8ryr7g] {
        width: 25px;
        height: 25px;
    }
    .textFontEnter[b-3m0i8ryr7g] {
        font-size: 12px;
        color: #454545;
    }
    .marginsize[b-3m0i8ryr7g] {
        margin-top: 4px;
    }
    .FontAElang[b-3m0i8ryr7g] {
        font-size: 14px;
        margin-top: 11px;
    }
    .regusrText[b-3m0i8ryr7g] {
        font-size: 14px;
        text-align: center;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) {
    .Imagsiz[b-3m0i8ryr7g] {
        width: 80px;
        height: 80px;
    }
    .AccessImage[b-3m0i8ryr7g] {
        width: 27px;
        height: 27px;
    }
    .textFontEnter[b-3m0i8ryr7g] {
        font-size: 14px;
        color: #454545;
    }
    .marginsize[b-3m0i8ryr7g] {
        margin-top: 6px;
    }
    .FontAElang[b-3m0i8ryr7g] {
        font-size: 15px;
        margin-top: 11px;
    }
    .regusrText[b-3m0i8ryr7g] {
        font-size: 15px;
        text-align: center;
    }
}
/*// Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) {
    .Imagsiz[b-3m0i8ryr7g] {
        width: 80px;
        height: 80px;
    }
    .AccessImage[b-3m0i8ryr7g] {
        width: 30px;
        height: 30px;
    }
    .textFontEnter[b-3m0i8ryr7g] {
        font-size: 15px;
        color: #454545;
    }
    .marginsize[b-3m0i8ryr7g] {
        margin-top: 9px;
    }
    .FontAElang[b-3m0i8ryr7g] {
        font-size: 16px;
        margin-top: 11px;
    }
    .regusrText[b-3m0i8ryr7g] {
        font-size: 16px;
        text-align: center;
    }
    .bckImage[b-3m0i8ryr7g] {
        background-image: url("images/alula33.png");
        background-repeat: no-repeat;
        background-color: #cccccc;
    }
}
/*// X-Large devices (large desktops, 1200px and up)*/
@media only screen and (min-width: 1200px) {
    .Imagsiz[b-3m0i8ryr7g] {
        width: 90px;
        height: 90px;
    }
    .AccessImage[b-3m0i8ryr7g] {
        width: 35px;
        height: 35px;
    }
    .textFontEnter[b-3m0i8ryr7g] {
        font-size: 16px;
        color: #454545;
    }
    .marginsize[b-3m0i8ryr7g] {
        margin-top: 12px;
    }
    .FontAElang[b-3m0i8ryr7g] {
        font-size: 17px;
        margin-top: 11px;
    }
    .regusrText[b-3m0i8ryr7g] {
        font-size: 17px;
        text-align: center;
    }
    .bckImage[b-3m0i8ryr7g] {
        background-image: url("images/alula33.png");
        background-repeat: no-repeat;
        background-color: #cccccc;
    }
}
/*// XX-Large devices (larger desktops, 1400px and up)*/
@media only screen and (min-width: 1400px) {
    .Imagsiz[b-3m0i8ryr7g] {
        width: 90px;
        height: 90px;
    }
    .AccessImage[b-3m0i8ryr7g] {
        width: 40px;
        height: 40px;
    }
    .textFontEnter[b-3m0i8ryr7g] {
        font-size: 16px;
        color: #454545;
    }
    .marginsize[b-3m0i8ryr7g] {
        margin-top: 17px;
    }
    .FontAElang[b-3m0i8ryr7g] {
        font-size: 17px;
        margin-top: 11px;
    }
    .regusrText[b-3m0i8ryr7g] {
        font-size: 17px;
        text-align: center;
    }
    .bckImage[b-3m0i8ryr7g] {
        background-image: url("images/alula33.png");
        background-repeat: no-repeat;
        background-color: #cccccc;
    }
}
/*-----------------------*/
.custom-loader[b-3m0i8ryr7g] {
    width: 120px;
    height: 22px;
    border-radius: 20px;
    color: #766DF4;
    border: 2px solid;
    position: relative;
}

    .custom-loader[b-3m0i8ryr7g]::before {
        content: "";
        position: absolute;
        margin: 2px;
        inset: 0 100% 0 0;
        border-radius: inherit;
        background: #766DF4;
        animation: p6-b-3m0i8ryr7g 2s infinite;
    }

@keyframes p6-b-3m0i8ryr7g {
    100% {
        inset: 0
    }
}
/*-------------------------------*/
.loader[b-3m0i8ryr7g] {
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #123456;
    box-sizing: border-box;
    animation: spotlight-b-3m0i8ryr7g 2s linear infinite alternate;
}

@keyframes spotlight-b-3m0i8ryr7g {
    0%, 20% {
        opacity: 1;
        letter-spacing: 2px;
    }

    80%, 100% {
        opacity: 0;
        letter-spacing: 18px;
    }
}
/*------------------*/
.zoomIn[b-3m0i8ryr7g] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn-b-3m0i8ryr7g;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn-b-3m0i8ryr7g {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
} 
/*-----------------------*/
.zoomOut[b-3m0i8ryr7g] {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut-b-3m0i8ryr7g;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut-b-3m0i8ryr7g {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

/*-------------------------*/
.flash[b-3m0i8ryr7g] {
    -webkit-animation-name: flash;
    animation-name: flash-b-3m0i8ryr7g;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash-b-3m0i8ryr7g {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}
/*--------------------*/
.sndmsg2loader[b-3m0i8ryr7g] {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 25px;
    background: radial-gradient(circle closest-side,#000 94%,#0000) right/calc(200% - 1em) 100%;
    animation: l24-b-3m0i8ryr7g 1s infinite alternate linear;
}

.sndmsg2loader[b-3m0i8ryr7g]::before {
    content: "Please Waite...";
    line-height: 1em;
    color: #0000;
    background: inherit;
    background-image: radial-gradient(circle closest-side,#fff 94%,#000);
    -webkit-background-clip: text;
    background-clip: text;
}

@keyframes l24-b-3m0i8ryr7g {
    100% {
        background-position: left
    }
}
/*---------------*/

/*------------------*/
.lightSpeedIn[b-3m0i8ryr7g] {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn-b-3m0i8ryr7g;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn-b-3m0i8ryr7g {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
} 
/*-----------------*/

/*--------------------*/
.sndmsg3loader[b-3m0i8ryr7g] {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 25px;
    background: radial-gradient(circle closest-side,#000 94%,#0000) right/calc(200% - 1em) 100%;
    animation: l24-b-3m0i8ryr7g 1s infinite alternate linear;
}

    .sndmsg3loader[b-3m0i8ryr7g]::before {
        content: "Please Waite...";
        line-height: 1em;
        color: #0000;
        background: inherit;
        background-image: radial-gradient(circle closest-side,#fff 94%,#000);
        -webkit-background-clip: text;
        background-clip: text;
    }

@keyframes l24-b-3m0i8ryr7g {
    100% {
        background-position: left
    }
}
/*---------------*/
/* _content/BlazorServerParents/Pages/Login/RegisterUser.razor.rz.scp.css */
/* _content/BlazorServerParents/Pages/ParentInbox/ParentChildAccount.razor.rz.scp.css */
@media only screen and (max-width: 576px) {
    .MainContainer[b-znc8tmt7lm] {
        margin-top: 20px;
    }
    .tdFont[b-znc8tmt7lm] {
        font-size: 10px;
      
    }
    .thStyle[b-znc8tmt7lm] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 12px;
    }
    .regusrText[b-znc8tmt7lm] {
        font-size: 14px;       
    }
    .FontAElang[b-znc8tmt7lm] {
        font-size: 13px;
        margin-top: 11px;
    }
    .ImagSize[b-znc8tmt7lm] {
        width: 27px;
        height:27px;
    }
    .AddresFont[b-znc8tmt7lm] {
        font-size: 15px;
    }
}

@media only screen and (min-width: 576px) {
    .MainContainer[b-znc8tmt7lm] {
        margin-top: 20px;
    }
    .tdFont[b-znc8tmt7lm] {
        font-size: 11px;
     
    }
    .thStyle[b-znc8tmt7lm] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 14px;
    }
    .regusrText[b-znc8tmt7lm] {
        font-size: 15px;     
    }
    .FontAElang[b-znc8tmt7lm] {
        font-size: 14px;
        margin-top: 11px;
    }
    .ImagSize[b-znc8tmt7lm] {
        width: 27px;
        height: 27px;
    }
    .AddresFont[b-znc8tmt7lm] {
        font-size: 15px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) {
    .MainContainer[b-znc8tmt7lm] {
        margin-top: 20px;
    }
    .tdFont[b-znc8tmt7lm] {
        font-size: 15px;
      
    }
    .thStyle[b-znc8tmt7lm] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 15px;
    }
    .regusrText[b-znc8tmt7lm] {
        font-size: 15px;     
    }
    .FontAElang[b-znc8tmt7lm] {
        font-size: 16px;
        margin-top: 11px;
    }
    .ImagSize[b-znc8tmt7lm] {
        width: 27px;
        height: 27px;
    }
    .AddresFont[b-znc8tmt7lm] {
        font-size: 15px;
    }
}
/*// Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) {

    .MainContainer[b-znc8tmt7lm] {
        margin-top: 20px;
    }
    .tdFont[b-znc8tmt7lm] {
        font-size: 16px;
            }
    .thStyle[b-znc8tmt7lm] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 16px;
    }
    .regusrText[b-znc8tmt7lm] {
        font-size: 16px;       
    }
    .FontAElang[b-znc8tmt7lm] {
        font-size: 17px;
        margin-top: 11px;
    }
    .ImagSize[b-znc8tmt7lm] {
        width: 31px;
        height: 31px;
    }
    .AddresFont[b-znc8tmt7lm] {
        font-size: 17px;
    }
}
/*// X-Large devices (large desktops, 1200px and up)*/
@media only screen and (min-width: 1200px) {

    .MainContainer[b-znc8tmt7lm] {
        margin-top: 20px;
    }

    .tdFont[b-znc8tmt7lm] {
        font-size: 17px;       
    }
    .thStyle[b-znc8tmt7lm] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 17px;
    }
    .regusrText[b-znc8tmt7lm] {
        font-size: 18px;       
    }
    .FontAElang[b-znc8tmt7lm] {
        font-size: 17px;
        margin-top: 11px;
    }
    .ImagSize[b-znc8tmt7lm] {
        width: 37px;
        height: 37px;
    }
    .AddresFont[b-znc8tmt7lm] {
        font-size: 17px;
    }
}
/*// XX-Large devices (larger desktops, 1400px and up)*/
@media only screen and (min-width: 1400px) {

    .MainContainer[b-znc8tmt7lm] {
        margin-top: 20px;
    }
    .tdFont[b-znc8tmt7lm] {
        font-size: 17px;      
    }
    .thStyle[b-znc8tmt7lm] {
        text-align: center;
        background-color: #424242;
        color: white;
        font-size: 17px;
    }
    .regusrText[b-znc8tmt7lm] {
        font-size: 18px;       
    }
    .FontAElang[b-znc8tmt7lm] {
        font-size: 17px;
        margin-top: 11px;
    }
    .ImagSize[b-znc8tmt7lm] {
        width: 37px;
        height: 37px;
    }
    .AddresFont[b-znc8tmt7lm] {
        font-size: 17px;
    }
}
/*---------------*/
.loaderPage[b-znc8tmt7lm] {
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    display: inline-grid;
}

    .loaderPage[b-znc8tmt7lm]:before,
    .loaderPage[b-znc8tmt7lm]:after {
        content: "Loading...";
        grid-area: 1/1;
        line-height: 1em;
        -webkit-mask: linear-gradient(90deg,#000 50%,#0000 0) 0 50%/2ch 100%;
        -webkit-mask-position: calc(var(--s,0)*1ch) 50%;
        animation: l30-b-znc8tmt7lm 2s infinite;
    }

    .loaderPage[b-znc8tmt7lm]:after {
        --s: -1;
    }

@keyframes l30-b-znc8tmt7lm {
    33% {
        transform: translateY(calc(var(--s,1)*50%));
        -webkit-mask-position: calc(var(--s,0)*1ch) 50%
    }

    66% {
        transform: translateY(calc(var(--s,1)*50%));
        -webkit-mask-position: calc(var(--s,0)*1ch + 1ch) 50%
    }

    100% {
        transform: translateY(calc(var(--s,1)*0%));
        -webkit-mask-position: calc(var(--s,0)*1ch + 1ch) 50%
    }
}
/*------------------------*/
.fadeOutModetreelastlevel[b-znc8tmt7lm] {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut-b-znc8tmt7lm;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut-b-znc8tmt7lm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*------------------*/
.Pageloader[b-znc8tmt7lm] {
    display: inline-block;
    text-align: center;
    line-height: 86px;
    text-align: center;
    position: relative;
    padding: 0 48px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    color: #E65100;
}

    .Pageloader[b-znc8tmt7lm]:before, .Pageloader[b-znc8tmt7lm]:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: currentColor;
        position: absolute;
        animation: load-b-znc8tmt7lm .7s infinite alternate ease-in-out;
        top: 0;
    }

    .Pageloader[b-znc8tmt7lm]:after {
        top: auto;
        bottom: 0;
    }

@keyframes load-b-znc8tmt7lm {
    0% {
        left: 0;
        height: 43px;
        width: 15px;
        transform: translateX(0)
    }

    50% {
        height: 10px;
        width: 40px
    }

    100% {
        left: 100%;
        height: 43px;
        width: 15px;
        transform: translateX(-100%)
    }
}
/*--------------------*/
.Msg-loader[b-znc8tmt7lm] {
    width: 50px;
    height: 50px;
    display: grid;
}

    .Msg-loader[b-znc8tmt7lm]::before,
    .Msg-loader[b-znc8tmt7lm]::after {
        content: "";
        grid-area: 1/1;
        --c: radial-gradient(farthest-side,#766DF4 92%,#0000);
        background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
        background-size: 12px 12px;
        background-repeat: no-repeat;
        animation: s2-b-znc8tmt7lm 1s infinite;
    }

    .Msg-loader[b-znc8tmt7lm]::before {
        margin: 4px;
        filter: hue-rotate(45deg);
        background-size: 8px 8px;
        animation-timing-function: linear
    }

@keyframes s2-b-znc8tmt7lm {
    100% {
        transform: rotate(.5turn)
    }
}
/*--------------*/
.algncenterdiv[b-znc8tmt7lm] {
    display: inline-block;
    margin: auto;
}
/*--------------*/
.zoomIn[b-znc8tmt7lm] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn-b-znc8tmt7lm;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn-b-znc8tmt7lm {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

/*--------------------*/
.zoomOut[b-znc8tmt7lm] {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut-b-znc8tmt7lm;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut-b-znc8tmt7lm {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}
/*----------------*/
.custom-loader[b-znc8tmt7lm] {
    width: 30px;
    height: 30px;
    display: grid;
    border-radius: 50%;
    -webkit-mask: radial-gradient(farthest-side,#0000 40%,#000 41%);
    background: linear-gradient(0deg,#766DF480 50%,#766DF4FF 0) center/4px 100%, linear-gradient(90deg,#766DF440 50%,#766DF4BF 0) center/100% 4px;
    background-repeat: no-repeat;
    animation: s3-b-znc8tmt7lm 1s infinite steps(12);
}

    .custom-loader[b-znc8tmt7lm]::before,
    .custom-loader[b-znc8tmt7lm]::after {
        content: "";
        grid-area: 1/1;
        border-radius: 50%;
        background: inherit;
        opacity: 0.915;
        transform: rotate(30deg);
    }

    .custom-loader[b-znc8tmt7lm]::after {
        opacity: 0.83;
        transform: rotate(60deg);
    }

@keyframes s3-b-znc8tmt7lm {
    100% {
        transform: rotate(1turn)
    }
}
/* _content/BlazorServerParents/Pages/ParentInbox/ParentMessageInbox.razor.rz.scp.css */

@media only screen and (max-width: 576px) {
    .MainContainer[b-edlhsfms8l] {
        margin-top: 20px;
    }

    .MudCrd[b-edlhsfms8l] {
        height: 60%;
        margin-top: 20px;
    }
    .MudThStyle[b-edlhsfms8l] {
        background-color: #6D4C41;
        color: white;
        text-align: center;       
    }
    .ModelFontlabel[b-edlhsfms8l] {
        font-size: 11px;
        font-weight: bold;
        font-family: Trebuchet MS,sans-serif, 'Arial Narrow', Arial;
    }
    .textarea[b-edlhsfms8l] {
        width: 550px;
        height: 105px;
    }
    .icons8-file-100[b-edlhsfms8l] {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (min-width: 576px) {
    .MainContainer[b-edlhsfms8l] {
        margin-top: 20px;
    }

    .MudCrd[b-edlhsfms8l] {
        height: 90%;
        margin-top: 20px;
    }
    .MudThStyle[b-edlhsfms8l] {
        background-color: #6D4C41;
        color: white;
        text-align: center;      
    }
    .ModelFontlabel[b-edlhsfms8l] {
        font-size: 11px;       
        font-family: Trebuchet MS,sans-serif, 'Arial Narrow', Arial;
    }
    .textarea[b-edlhsfms8l] {
        width: 550px;
        height: 105px;
    }
    .icons8-file-100[b-edlhsfms8l] {
        width: 30px;
        height: 30px;
    }
 
}

/* Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) {
    .MainContainer[b-edlhsfms8l] {
        margin-top: 20px;
    }

    .MudCrd[b-edlhsfms8l] {
        height: 90%;
        margin-top: 20px;
    }
    .MudThStyle[b-edlhsfms8l] {
        background-color: #6D4C41;
        color: white;
        text-align: center;       
    }
    .ModelFontlabel[b-edlhsfms8l] {
        font-size: 14px;
        font-weight: bold;
        font-family: Trebuchet MS,sans-serif, 'Arial Narrow', Arial;
    }
    .textarea[b-edlhsfms8l] {
        width: 550px;
        height: 150px;
    }
    .icons8-file-100[b-edlhsfms8l] {
        width: 30px;
        height: 30px;
    }
}
/*// Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) {
    
    .MainContainer[b-edlhsfms8l] {
        margin-top: 20px;
    }

    .MudCrd[b-edlhsfms8l] {
        height: 90%;
        margin-top: 30px;
    }
    .MudThStyle[b-edlhsfms8l] {
        background-color: #6D4C41;
        color: white;
        text-align: center;     
    }
    .ModelFontlabel[b-edlhsfms8l] {
        font-size: 15px;
        font-weight: bold;
        font-family:Trebuchet MS,sans-serif, 'Arial Narrow', Arial;
    }
    .textarea[b-edlhsfms8l] {
        width: 650px;
        height: 170px;
    }
    .icons8-file-100[b-edlhsfms8l] {
        width: 40px;
        height: 40px;
    }
   
}
/*// X-Large devices (large desktops, 1200px and up)*/
@media only screen and (min-width: 1200px) {
     
    .MainContainer[b-edlhsfms8l] {
        margin-top: 20px;
    }

    .MudCrd[b-edlhsfms8l] {
        height: 90%;
        margin-top: 30px;
    }
    .MudThStyle[b-edlhsfms8l] {
        background-color: #6D4C41;
        color: white;
        text-align: center;      
    }
    .ModelFontlabel[b-edlhsfms8l] {
        font-size: 17px;
        font-weight: bold;
        font-family: Trebuchet MS,sans-serif, 'Arial Narrow', Arial;
    }
    .textarea[b-edlhsfms8l] {
        width: 700px;
        height: 200px;
    }
    .icons8-file-100[b-edlhsfms8l] {
        width: 40px;
        height: 40px;
    }
    
}
/*// XX-Large devices (larger desktops, 1400px and up)*/
@media only screen and (min-width: 1400px) {
    
    .MainContainer[b-edlhsfms8l] {
        margin-top: 20px;
    }

    .MudCrd[b-edlhsfms8l] {
        height: 90%;
        margin-top: 30px;
    }
    .MudThStyle[b-edlhsfms8l] {
        background-color: #6D4C41;
        color: white;
        text-align: center;      
    }
    .ModelFontlabel[b-edlhsfms8l] {
        font-size: 17px;
        font-weight: bold;
        font-family: Trebuchet MS,sans-serif, 'Arial Narrow', Arial;
        
    }
    .textarea[b-edlhsfms8l] {
        width: 700px;
        height: 200px;
    }
    .icons8-file-100[b-edlhsfms8l] {
        width :40px;
        height:40px;
    }
       
}
/*---------------------------*/
/* HTML: <div class="loader"></div> */
.loaderPage[b-edlhsfms8l] {
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    display: inline-grid;
}

    .loaderPage[b-edlhsfms8l]:before,
    .loaderPage[b-edlhsfms8l]:after {
        content: "Loading...";
        grid-area: 1/1;
        line-height: 1em;
        -webkit-mask: linear-gradient(90deg,#000 50%,#0000 0) 0 50%/2ch 100%;
        -webkit-mask-position: calc(var(--s,0)*1ch) 50%;
        animation: l30-b-edlhsfms8l 2s infinite;
    }

    .loaderPage[b-edlhsfms8l]:after {
        --s: -1;
    }

@keyframes l30-b-edlhsfms8l {
    33% {
        transform: translateY(calc(var(--s,1)*50%));
        -webkit-mask-position: calc(var(--s,0)*1ch) 50%
    }

    66% {
        transform: translateY(calc(var(--s,1)*50%));
        -webkit-mask-position: calc(var(--s,0)*1ch + 1ch) 50%
    }

    100% {
        transform: translateY(calc(var(--s,1)*0%));
        -webkit-mask-position: calc(var(--s,0)*1ch + 1ch) 50%
    }
}
/*------------------------*/
.fadeOutModetreelastlevel[b-edlhsfms8l] {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut-b-edlhsfms8l;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut-b-edlhsfms8l {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*------------------*/
.Pageloader[b-edlhsfms8l] {
    display: inline-block;
    text-align: center;
    line-height: 86px;
    text-align: center;
    position: relative;
    padding: 0 48px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    color: #E65100;
}

    .Pageloader[b-edlhsfms8l]:before, .Pageloader[b-edlhsfms8l]:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: currentColor;
        position: absolute;
        animation: load-b-edlhsfms8l .7s infinite alternate ease-in-out;
        top: 0;
    }

    .Pageloader[b-edlhsfms8l]:after {
        top: auto;
        bottom: 0;
    }

@keyframes load-b-edlhsfms8l {
    0% {
        left: 0;
        height: 43px;
        width: 15px;
        transform: translateX(0)
    }

    50% {
        height: 10px;
        width: 40px
    }

    100% {
        left: 100%;
        height: 43px;
        width: 15px;
        transform: translateX(-100%)
    }
}
/*--------------------*/
.Msg-loader[b-edlhsfms8l] {
    width: 50px;
    height: 50px;
    display: grid;
}

    .Msg-loader[b-edlhsfms8l]::before,
    .Msg-loader[b-edlhsfms8l]::after {
        content: "";
        grid-area: 1/1;
        --c: radial-gradient(farthest-side,#766DF4 92%,#0000);
        background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
        background-size: 12px 12px;
        background-repeat: no-repeat;
        animation: s2-b-edlhsfms8l 1s infinite;
    }

    .Msg-loader[b-edlhsfms8l]::before {
        margin: 4px;
        filter: hue-rotate(45deg);
        background-size: 8px 8px;
        animation-timing-function: linear
    }

@keyframes s2-b-edlhsfms8l {
    100% {
        transform: rotate(.5turn)
    }
}
/*--------------*/
.algncenterdiv[b-edlhsfms8l] {
    display: inline-block;
    margin: auto;
}
/*--------------*/
.zoomIn[b-edlhsfms8l] {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn-b-edlhsfms8l;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn-b-edlhsfms8l {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

/*--------------------*/
.zoomOut[b-edlhsfms8l] {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut-b-edlhsfms8l;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut-b-edlhsfms8l {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}
/*----------------*/
.spiner-loader[b-edlhsfms8l] {
    width: 50px;
    height: 50px;
    display: grid;
}

    .spiner-loader[b-edlhsfms8l]::before,
    .spiner-loader[b-edlhsfms8l]::after {
        content: "";
        grid-area: 1/1;
        --c: radial-gradient(farthest-side,#766DF4 92%,#0000);
        background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
        background-size: 12px 12px;
        background-repeat: no-repeat;
        animation: s2-b-edlhsfms8l 1s infinite;
    }

    .spiner-loader[b-edlhsfms8l]::before {
        margin: 4px;
        filter: hue-rotate(45deg);
        background-size: 8px 8px;
        animation-timing-function: linear
    }

@keyframes s2-b-edlhsfms8l {
    100% {
        transform: rotate(.5turn)
    }
}
/* _content/BlazorServerParents/Shared/MainLayout.razor.rz.scp.css */
.page[b-eyw8xxcw8n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eyw8xxcw8n] {
    flex: 1;
}

.sidebar[b-eyw8xxcw8n] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-eyw8xxcw8n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-eyw8xxcw8n]  a, .top-row .btn-link[b-eyw8xxcw8n] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-eyw8xxcw8n] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-eyw8xxcw8n] {
        display: none;
    }

    .top-row.auth[b-eyw8xxcw8n] {
        justify-content: space-between;
    }

    .top-row a[b-eyw8xxcw8n], .top-row .btn-link[b-eyw8xxcw8n] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-eyw8xxcw8n] {
        flex-direction: row;
    }

    .sidebar[b-eyw8xxcw8n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-eyw8xxcw8n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-eyw8xxcw8n], article[b-eyw8xxcw8n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorServerParents/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nrmeocg9yr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nrmeocg9yr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nrmeocg9yr] {
    font-size: 1.1rem;
}

.oi[b-nrmeocg9yr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nrmeocg9yr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nrmeocg9yr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nrmeocg9yr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nrmeocg9yr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-nrmeocg9yr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-nrmeocg9yr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nrmeocg9yr] {
        display: none;
    }

    .collapse[b-nrmeocg9yr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
