/* Maham/Components/AppErrorBoundary.razor.rz.scp.css */
[b-7r6fren885] .ErrorMessage .mud-alert-message {
    width:100%;
}
[b-7r6fren885] .MoreText {
    line-break: anywhere;
    white-space: pre-wrap;
}
[b-7r6fren885] .ActionBTN {
    border-color:white;
    margin-left:1rem;
}

/* Maham/Components/Grid/GridListView.razor.rz.scp.css */
/* Maham/Components/Loading.razor.rz.scp.css */

.loading-wrapper[b-6hbfpetkb8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height:110px;
    z-index: 999999;
    background: radial-gradient(circle, rgba(6,52,137,0.3) 0%, rgba(255,255,255,0) 50%);
}

    .loading-wrapper[b-6hbfpetkb8] > :first-child {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
#loading[b-6hbfpetkb8] {
    width: 130px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

    #loading .circle[b-6hbfpetkb8] {
        width: 15px;
        height: 15px;
        position: absolute;
        border-radius: 50%;
        left: 15%;
        transform-origin: 50%;
        animation: circle-b-6hbfpetkb8 .5s alternate infinite ease;
    }

@keyframes circle-b-6hbfpetkb8 {
    0% {
        top: 40px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 15px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

#loading .circle:nth-child(2)[b-6hbfpetkb8] {
    left: 45%;
    animation-delay: .2s;
}

#loading .circle:nth-child(3)[b-6hbfpetkb8] {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

#loading .shadow[b-6hbfpetkb8] {
    width: 15px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 42px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow-b-6hbfpetkb8 .5s alternate infinite ease;
}

@keyframes shadow-b-6hbfpetkb8 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

#loading .shadow:nth-child(4)[b-6hbfpetkb8] {
    left: 45%;
    animation-delay: .2s
}

#loading .shadow:nth-child(5)[b-6hbfpetkb8] {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

#loading span[b-6hbfpetkb8] {
    position: absolute;
    top: 70px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    /* color: #fff; */
    /* left: 15%; */
    direction: rtl;
    width: 100%;
}




/* Maham/Components/MessageBox/Toast/Toast.razor.rz.scp.css */
@media (min-width: 992px) {
    .toast-header[b-suqzsmu40v] {
        padding: .2rem;
    }
    .toast-body[b-suqzsmu40v] {
        padding: .4rem;
    }
    .toast-header .btn-close[b-suqzsmu40v] {
        margin-left: 0px;
    }
}
/* Maham/Components/Spinner.razor.rz.scp.css */
.SpinnerWrap[b-74o1p72d3g] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.ltext[b-74o1p72d3g] {
    padding-right: 10px;
}
.M-Spinner[b-74o1p72d3g] {
    display: inline-block;
    position: relative;
    /*    margin: 5em;
    border-width: 20px;
*/ /*border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
       */
}



.style-2[b-74o1p72d3g] {
    border-style: double;
}

.style-3[b-74o1p72d3g] {
    border-style: double;
}




.M-Spinner.style-1[b-74o1p72d3g] {
    display: inline-block;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin-b-74o1p72d3g 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin-b-74o1p72d3g {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/* Maham/Pages/Error403.razor.rz.scp.css */
svg[b-imljztnrgv] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px;
}

.message-box[b-imljztnrgv] {
    height: 200px;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: 50px;
    color: #FFF;
    font-family: Roboto;
    font-weight: 300;
}

    .message-box h1[b-imljztnrgv] {
        font-size: 60px;
        line-height: 46px;
        margin-bottom: 40px;
    }

.buttons-con .action-link-wrap[b-imljztnrgv] {
    margin-top: 40px;
}

    .buttons-con .action-link-wrap a[b-imljztnrgv] {
        background: #68c950;
        padding: 8px 25px;
        border-radius: 4px;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
        transition: all 0.3s linear;
        cursor: pointer;
        text-decoration: none;
        margin-right: 10px
    }

        .buttons-con .action-link-wrap a:hover[b-imljztnrgv] {
            background: #5A5C6C;
            color: #fff;
        }

#Polygon-1[b-imljztnrgv], #Polygon-2[b-imljztnrgv], #Polygon-3[b-imljztnrgv], #Polygon-4[b-imljztnrgv], #Polygon-4[b-imljztnrgv], #Polygon-5[b-imljztnrgv] {
    animation: float-b-imljztnrgv 1s infinite ease-in-out alternate;
}

#Polygon-2[b-imljztnrgv] {
    animation-delay: .2s;
}

#Polygon-3[b-imljztnrgv] {
    animation-delay: .4s;
}

#Polygon-4[b-imljztnrgv] {
    animation-delay: .6s;
}

#Polygon-5[b-imljztnrgv] {
    animation-delay: .8s;
}

@keyframes float-b-imljztnrgv {
    100% {
        transform: translateY(20px);
    }
}

@media (max-width: 450px) {
    svg[b-imljztnrgv] {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -250px;
        margin-left: -190px;
    }

    .message-box[b-imljztnrgv] {
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -190px;
        text-align: center;
    }
}
/* Maham/Pages/Error404.razor.rz.scp.css */
.e-wrapper[b-v550yuujvz] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    max-width: 800px;
    height:100%;
}

#MLogo-ol[b-v550yuujvz] {
    width: 100%;
    max-width: 300px;
}

.message-box[b-v550yuujvz] {
    /*height: 200px;
    width: 380px;*/
    color: #FFF;
    font-weight: 300;
    text-align:center
}

    .message-box h1[b-v550yuujvz] {
        font-size: 60px;
        line-height: 46px;
        margin-bottom: 40px;
    }

 .buttons-con .action-link-wrap[b-v550yuujvz] {
    margin-top: 40px;
}

    .buttons-con .action-link-wrap[b-v550yuujvz]  a {
        background: #68c950;
        padding: 8px 25px;
        border-radius: 4px;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
        transition: all 0.3s linear;
        cursor: pointer;
        text-decoration: none;
        margin-right: 10px
    }

        .buttons-con .action-link-wrap[b-v550yuujvz]  a:hover {
            background: #5A5C6C;
            color: #fff;
        }

#Polygon-1[b-v550yuujvz], #Polygon-2[b-v550yuujvz], #Polygon-3[b-v550yuujvz], #Polygon-4[b-v550yuujvz], #Polygon-4[b-v550yuujvz], #Polygon-5[b-v550yuujvz], #Polygon-5[b-v550yuujvz] {
    animation: float-b-v550yuujvz 2s infinite ease-in-out alternate;
}

#Polygon-2[b-v550yuujvz] {
    animation-delay: .2s;
}

#Polygon-3[b-v550yuujvz] {
    animation-delay: .4s;
}

#Polygon-4[b-v550yuujvz] {
    animation-delay: .6s;
}

#Polygon-5[b-v550yuujvz] {
    animation-delay: .8s;
}

#Polygon-6[b-v550yuujvz] {
    animation-delay: 1s;
}

@keyframes float-b-v550yuujvz {
    100% {
        transform: translateY(20px);
    }
}

@media (max-width: 730px) {

    .e-wrapper[b-v550yuujvz] {
        flex-direction: column;
    }

    #MLogo-ol[b-v550yuujvz] {
        width: 100%;
        max-width: 200px;
    }
}
/* Maham/Pages/OfflinePage.razor.rz.scp.css */
.OfflinePage[b-rgdihvh1h9] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: linear-gradient(30deg, #4343435e, #ffffff85, #4343435e) ;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    animation: Backdrop-b-rgdihvh1h9 3s ease-in-out infinite;
}
@keyframes Backdrop-b-rgdihvh1h9 {
    0% {
        backdrop-filter: blur(15px);
    }
    100% {
        backdrop-filter: blur(5px);
    }
}

@keyframes DinoTranslate-b-rgdihvh1h9 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.95);
    }
    100% {
        transform: scale(1);
    }
}


.dino[b-rgdihvh1h9] {
    position: relative;
    /*    transform: translate(-50%, 0);
*/
    /*    height: 180px;
    width: 120px;*/
    height: 130px;
    width: 80px;
    animation: DinoTranslate-b-rgdihvh1h9 3s ease-in-out infinite;
}

    .dino div[b-rgdihvh1h9] {
        position: absolute;
        background: #515151;
    }

    .dino .head[b-rgdihvh1h9] {
        top: 0;
        left: 50%;
        width: 50%;
        height: 26%;
        border-radius: 6px 8px 10px 0;
    }

        .dino .head[b-rgdihvh1h9]:before, .dino .head[b-rgdihvh1h9]:after {
            position: absolute;
            content: "";
            background: #f7f7f7;
        }

        .dino .head[b-rgdihvh1h9]:before {
            width: 5px;
            height: 5px;
            border-radius: 5px;
            top: 15%;
            left: 20%;
            animation: blink-b-rgdihvh1h9 2s step-end infinite;
        }

        .dino .head[b-rgdihvh1h9]:after {
            width: 40%;
            height: 15%;
            left: 60%;
            top: 70%;
            border-radius: 8px 5px 0 0;
        }

    .dino .neck[b-rgdihvh1h9] {
        top: 25%;
        left: 40%;
        width: 35%;
        height: 30%;
    }

    .dino .body[b-rgdihvh1h9] {
        top: 28%;
        left: 35%;
        width: 35%;
        height: 30%;
    }

    .dino .arm[b-rgdihvh1h9] {
        top: 35%;
        left: 70%;
        width: 12%;
        height: 3%;
    }

        .dino .arm[b-rgdihvh1h9]:before {
            position: absolute;
            content: "";
            top: 100%;
            left: 70%;
            width: 30%;
            height: 120%;
            background: inherit;
        }

    .dino .posterior[b-rgdihvh1h9] {
        top: 31%;
        left: 30%;
        width: 35%;
        height: 30%;
    }

    .dino .tail[b-rgdihvh1h9] {
        left: 20%;
        top: 34%;
        width: 10%;
        height: 25%;
    }

        .dino .tail[b-rgdihvh1h9]:before, .dino .tail[b-rgdihvh1h9]:after {
            position: absolute;
            content: "";
            height: 100%;
            width: 50%;
            background: inherit;
        }

        .dino .tail[b-rgdihvh1h9]:before {
            right: 100%;
            top: -10%;
        }

        .dino .tail[b-rgdihvh1h9]:after {
            right: 150%;
            top: -20%;
        }

    .dino .leg[b-rgdihvh1h9] {
        top: 61%;
        height: 5%;
        width: 8%;
    }

        .dino .leg.left[b-rgdihvh1h9] {
            left: 35%;
        }

        .dino .leg.right[b-rgdihvh1h9] {
            left: 50%;
        }

        .dino .leg[b-rgdihvh1h9]:before, .dino .leg[b-rgdihvh1h9]:after {
            position: absolute;
            content: "";
            left: 0;
            background: inherit;
        }

        .dino .leg[b-rgdihvh1h9]:before {
            top: 100%;
            width: 45%;
            height: 100%;
        }

        .dino .leg[b-rgdihvh1h9]:after {
            top: 150%;
            width: 100%;
            height: 55%;
        }

@keyframes blink-b-rgdihvh1h9 {
    0%, 20% {
        transform: scaleY(1);
    }

    10% {
        transform: scaleY(0);
    }
}
/* Maham/Pages/UpdateAvailableDetector.razor.rz.scp.css */
#UpdateWrapper[b-mi436t2mnq] {
    position: fixed !important;
    top: 0;
    background-color: #0000006b;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 999999;
}
.container[b-mi436t2mnq]{
    margin-top:30vh;
}
