/* /Areas/Identity/Pages/Account/ForgotPassword.cshtml.rz.scp.css */
/*#region Login Form */

.forgot-group[b-la3qqep5qa] {
    height: 100%;
    align-items: center;
    justify-content: start;
    display: grid;
    padding: 2em;

}

    .forgot-group .forgot-form[b-la3qqep5qa] {
        min-width: 20em;
        max-width: 25em;
        opacity: 0.8;
        background-color: rgb(255, 255, 255);
        padding: 2em !important;
        border-radius: 0.75em;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: grid;
        gap: 2em;
    }

@media all and (max-width: 768px) {
    .forgot-group[b-la3qqep5qa] {
        justify-content: center;
    }
}

/*#endregion */
/* /Areas/Identity/Pages/Account/ForgotPasswordConfirmation.cshtml.rz.scp.css */
/*#region Login Form */

.forgot-group[b-m0srcnu9rk] {
    height: 100%;
    align-items: center;
    justify-content: start;
    display: grid;
    padding: 2em;

}

    .forgot-group .forgot-form[b-m0srcnu9rk] {
        min-width: 20em;
        max-width: 25em;
        opacity: 0.8;
        background-color: rgb(255, 255, 255);
        padding: 2em !important;
        border-radius: 0.75em;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: grid;
        gap: 2em;
    }

@media all and (max-width: 768px) {
    .forgot-group[b-m0srcnu9rk] {
        justify-content: center;
    }
}

/*#endregion */
/* /Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
/*#region Login Form */

.login-group[b-tm7depp8oy] {
    height: 100%;
    align-items: center;
    justify-content: start;
    display: grid;
    padding: 2em;

}

    .login-group .login-form[b-tm7depp8oy] {
        min-width: 20em;
        max-width: 25em;
        opacity: 0.8;
        background-color: rgb(255, 255, 255);
        padding: 2em !important;
        border-radius: 0.75em;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: grid;
        gap: 2em;
    }

        .login-group .login-form .checkbox[b-tm7depp8oy] {
            padding-bottom: 0.75em;
        }

@media all and (max-width: 768px) {
    .login-group[b-tm7depp8oy] {
        justify-content: center;
    }
}

/*#endregion */
/* /Areas/Identity/Pages/Account/Logout.cshtml.rz.scp.css */
.infinity-loader[b-2o1729eh9r] {
    width: 120px;
    height: 60px;
    position: relative;
    direction: initial;
}

    .infinity-loader div[b-2o1729eh9r],
    .infinity-loader span[b-2o1729eh9r] {
        position: absolute;
    }

    .infinity-loader div[b-2o1729eh9r] {
        top: 0;
        left: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: rotate 6.9s linear infinite;
        animation: rotate-b-2o1729eh9r 6.9s linear infinite;
    }

        .infinity-loader div span[b-2o1729eh9r] {
            left: -8px;
            top: 50%;
            margin: -8px 0 0 0;
            width: 16px;
            height: 16px;
            display: block;
            background: #8C6FF0;
            box-shadow: 2px 2px 8px rgba(140, 111, 240, 0.09);
            border-radius: 50%;
            transform: rotate(90deg);
            -webkit-animation: move 6.9s linear infinite;
            animation: move-b-2o1729eh9r 6.9s linear infinite;
        }

            .infinity-loader div span[b-2o1729eh9r]:before,
            .infinity-loader div span[b-2o1729eh9r]:after {
                content: "";
                position: absolute;
                display: block;
                border-radius: 50%;
                width: 14px;
                height: 14px;
                background: inherit;
                top: 50%;
                left: 50%;
                margin: -7px 0 0 -7px;
                box-shadow: inherit;
            }

            .infinity-loader div span[b-2o1729eh9r]:before {
                -webkit-animation: drop1 0.8s linear infinite;
                animation: drop1-b-2o1729eh9r 0.8s linear infinite;
            }

            .infinity-loader div span[b-2o1729eh9r]:after {
                -webkit-animation: drop2 0.8s linear infinite 0.4s;
                animation: drop2-b-2o1729eh9r 0.8s linear infinite 0.4s;
            }

        .infinity-loader div:nth-child(2)[b-2o1729eh9r] {
            -webkit-animation-delay: -2.3s;
            animation-delay: -2.3s;
        }

            .infinity-loader div:nth-child(2) span[b-2o1729eh9r] {
                -webkit-animation-delay: -2.3s;
                animation-delay: -2.3s;
            }

        .infinity-loader div:nth-child(3)[b-2o1729eh9r] {
            -webkit-animation-delay: -4.6s;
            animation-delay: -4.6s;
        }

            .infinity-loader div:nth-child(3) span[b-2o1729eh9r] {
                -webkit-animation-delay: -4.6s;
                animation-delay: -4.6s;
            }


@-webkit-keyframes rotate {
    50% {
        transform: rotate(360deg);
        margin-left: 0;
    }

    50.0001%, 100% {
        margin-left: -60px;
    }
}

@keyframes rotate-b-2o1729eh9r {
    50% {
        transform: rotate(360deg);
        margin-left: 0;
    }

    50.0001%, 100% {
        margin-left: -60px;
    }
}

@-webkit-keyframes move {
    0%, 50% {
        left: -8px;
    }

    25% {
        background: #5628EE;
    }

    75% {
        background: #23C4F8;
    }

    50.0001%, 100% {
        left: auto;
        right: -8px;
    }
}

@keyframes move-b-2o1729eh9r {
    0%, 50% {
        left: -8px;
    }

    25% {
        background: #5628EE;
    }

    75% {
        background: #23C4F8;
    }

    50.0001%, 100% {
        left: auto;
        right: -8px;
    }
}

@-webkit-keyframes drop1 {
    100% {
        transform: translate(32px, 8px) scale(0);
    }
}

@keyframes drop1-b-2o1729eh9r {
    100% {
        transform: translate(32px, 8px) scale(0);
    }
}

@-webkit-keyframes drop2 {
    0% {
        transform: translate(0, 0) scale(0.9);
    }

    100% {
        transform: translate(32px, -8px) scale(0);
    }
}

@keyframes drop2-b-2o1729eh9r {
    0% {
        transform: translate(0, 0) scale(0.9);
    }

    100% {
        transform: translate(32px, -8px) scale(0);
    }
}

.logout-loader-continer[b-2o1729eh9r] {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-white);
    z-index: 999;
}
/* /Areas/Identity/Pages/Account/ResetPassword.cshtml.rz.scp.css */
/*#region Login Form */

.forgot-group[b-fe7gyrkfk2] {
    height: 100%;
    align-items: center;
    justify-content: start;
    display: grid;
    padding: 2em;

}

    .forgot-group .forgot-form[b-fe7gyrkfk2] {
        min-width: 40em;
        max-width: 40em;
        opacity: 0.8;
        background-color: rgb(255, 255, 255);
        padding: 2em !important;
        border-radius: 0.75em;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: grid;
        gap: 2em;
    }

@media all and (max-width: 768px) {
    .forgot-group[b-fe7gyrkfk2] {
        justify-content: center;
    }
}

/*#endregion */
/* /Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml.rz.scp.css */
/*#region Login Form */

.forgot-group[b-sr5z2ytwax] {
    height: 100%;
    align-items: center;
    justify-content: start;
    display: grid;
    padding: 2em;

}

    .forgot-group .forgot-form[b-sr5z2ytwax] {
        min-width: 20em;
        max-width: 25em;
        opacity: 0.8;
        background-color: rgb(255, 255, 255);
        padding: 2em !important;
        border-radius: 0.75em;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: grid;
        gap: 2em;
    }

@media all and (max-width: 768px) {
    .forgot-group[b-sr5z2ytwax] {
        justify-content: center;
    }
}

/*#endregion */
/* /Areas/Identity/Pages/Shared/_LoginLayout.cshtml.rz.scp.css */
.header-wrapper[b-v2119ello9] {
    box-shadow: none !important;
    background-color: transparent !important;
}

.infinity-loader[b-v2119ello9] {
    width: 120px;
    height: 60px;
    position: relative;
    direction: initial;
}

    .infinity-loader div[b-v2119ello9],
    .infinity-loader span[b-v2119ello9] {
        position: absolute;
    }

    .infinity-loader div[b-v2119ello9] {
        top: 0;
        left: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: rotate 6.9s linear infinite;
        animation: rotate-b-v2119ello9 6.9s linear infinite;
    }

        .infinity-loader div span[b-v2119ello9] {
            left: -8px;
            top: 50%;
            margin: -8px 0 0 0;
            width: 16px;
            height: 16px;
            display: block;
            background: #8C6FF0;
            box-shadow: 2px 2px 8px rgba(140, 111, 240, 0.09);
            border-radius: 50%;
            transform: rotate(90deg);
            -webkit-animation: move 6.9s linear infinite;
            animation: move-b-v2119ello9 6.9s linear infinite;
        }

            .infinity-loader div span[b-v2119ello9]:before,
            .infinity-loader div span[b-v2119ello9]:after {
                content: "";
                position: absolute;
                display: block;
                border-radius: 50%;
                width: 14px;
                height: 14px;
                background: inherit;
                top: 50%;
                left: 50%;
                margin: -7px 0 0 -7px;
                box-shadow: inherit;
            }

            .infinity-loader div span[b-v2119ello9]:before {
                -webkit-animation: drop1 0.8s linear infinite;
                animation: drop1-b-v2119ello9 0.8s linear infinite;
            }

            .infinity-loader div span[b-v2119ello9]:after {
                -webkit-animation: drop2 0.8s linear infinite 0.4s;
                animation: drop2-b-v2119ello9 0.8s linear infinite 0.4s;
            }

        .infinity-loader div:nth-child(2)[b-v2119ello9] {
            -webkit-animation-delay: -2.3s;
            animation-delay: -2.3s;
        }

            .infinity-loader div:nth-child(2) span[b-v2119ello9] {
                -webkit-animation-delay: -2.3s;
                animation-delay: -2.3s;
            }

        .infinity-loader div:nth-child(3)[b-v2119ello9] {
            -webkit-animation-delay: -4.6s;
            animation-delay: -4.6s;
        }

            .infinity-loader div:nth-child(3) span[b-v2119ello9] {
                -webkit-animation-delay: -4.6s;
                animation-delay: -4.6s;
            }

@-webkit-keyframes rotate {
    50% {
        transform: rotate(360deg);
        margin-left: 0;
    }

    50.0001%, 100% {
        margin-left: -60px;
    }
}

@keyframes rotate-b-v2119ello9 {
    50% {
        transform: rotate(360deg);
        margin-left: 0;
    }

    50.0001%, 100% {
        margin-left: -60px;
    }
}

@-webkit-keyframes move {
    0%, 50% {
        left: -8px;
    }

    25% {
        background: #5628EE;
    }

    75% {
        background: #23C4F8;
    }

    50.0001%, 100% {
        left: auto;
        right: -8px;
    }
}

@keyframes move-b-v2119ello9 {
    0%, 50% {
        left: -8px;
    }

    25% {
        background: #5628EE;
    }

    75% {
        background: #23C4F8;
    }

    50.0001%, 100% {
        left: auto;
        right: -8px;
    }
}

@-webkit-keyframes drop1 {
    100% {
        transform: translate(32px, 8px) scale(0);
    }
}

@keyframes drop1-b-v2119ello9 {
    100% {
        transform: translate(32px, 8px) scale(0);
    }
}

@-webkit-keyframes drop2 {
    0% {
        transform: translate(0, 0) scale(0.9);
    }

    100% {
        transform: translate(32px, -8px) scale(0);
    }
}

@keyframes drop2-b-v2119ello9 {
    0% {
        transform: translate(0, 0) scale(0.9);
    }

    100% {
        transform: translate(32px, -8px) scale(0);
    }
}

.loader-continer[b-v2119ello9] {
    min-width: 100vw;
    min-height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-white);
    z-index: 999;
}
/* /Areas/Identity/Pages/Shared/_LogoutLayout.cshtml.rz.scp.css */
.infinity-loader[b-g32407j3qo] {
    width: 120px;
    height: 60px;
    position: relative;
    direction: initial;
}

    .infinity-loader div[b-g32407j3qo],
    .infinity-loader span[b-g32407j3qo] {
        position: absolute;
    }

    .infinity-loader div[b-g32407j3qo] {
        top: 0;
        left: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: rotate 6.9s linear infinite;
        animation: rotate-b-g32407j3qo 6.9s linear infinite;
    }

        .infinity-loader div span[b-g32407j3qo] {
            left: -8px;
            top: 50%;
            margin: -8px 0 0 0;
            width: 16px;
            height: 16px;
            display: block;
            background: #8C6FF0;
            box-shadow: 2px 2px 8px rgba(140, 111, 240, 0.09);
            border-radius: 50%;
            transform: rotate(90deg);
            -webkit-animation: move 6.9s linear infinite;
            animation: move-b-g32407j3qo 6.9s linear infinite;
        }

            .infinity-loader div span[b-g32407j3qo]:before,
            .infinity-loader div span[b-g32407j3qo]:after {
                content: "";
                position: absolute;
                display: block;
                border-radius: 50%;
                width: 14px;
                height: 14px;
                background: inherit;
                top: 50%;
                left: 50%;
                margin: -7px 0 0 -7px;
                box-shadow: inherit;
            }

            .infinity-loader div span[b-g32407j3qo]:before {
                -webkit-animation: drop1 0.8s linear infinite;
                animation: drop1-b-g32407j3qo 0.8s linear infinite;
            }

            .infinity-loader div span[b-g32407j3qo]:after {
                -webkit-animation: drop2 0.8s linear infinite 0.4s;
                animation: drop2-b-g32407j3qo 0.8s linear infinite 0.4s;
            }

        .infinity-loader div:nth-child(2)[b-g32407j3qo] {
            -webkit-animation-delay: -2.3s;
            animation-delay: -2.3s;
        }

            .infinity-loader div:nth-child(2) span[b-g32407j3qo] {
                -webkit-animation-delay: -2.3s;
                animation-delay: -2.3s;
            }

        .infinity-loader div:nth-child(3)[b-g32407j3qo] {
            -webkit-animation-delay: -4.6s;
            animation-delay: -4.6s;
        }

            .infinity-loader div:nth-child(3) span[b-g32407j3qo] {
                -webkit-animation-delay: -4.6s;
                animation-delay: -4.6s;
            }

@-webkit-keyframes rotate {
    50% {
        transform: rotate(360deg);
        margin-left: 0;
    }

    50.0001%, 100% {
        margin-left: -60px;
    }
}

@keyframes rotate-b-g32407j3qo {
    50% {
        transform: rotate(360deg);
        margin-left: 0;
    }

    50.0001%, 100% {
        margin-left: -60px;
    }
}

@-webkit-keyframes move {
    0%, 50% {
        left: -8px;
    }

    25% {
        background: #5628EE;
    }

    75% {
        background: #23C4F8;
    }

    50.0001%, 100% {
        left: auto;
        right: -8px;
    }
}

@keyframes move-b-g32407j3qo {
    0%, 50% {
        left: -8px;
    }

    25% {
        background: #5628EE;
    }

    75% {
        background: #23C4F8;
    }

    50.0001%, 100% {
        left: auto;
        right: -8px;
    }
}

@-webkit-keyframes drop1 {
    100% {
        transform: translate(32px, 8px) scale(0);
    }
}

@keyframes drop1-b-g32407j3qo {
    100% {
        transform: translate(32px, 8px) scale(0);
    }
}

@-webkit-keyframes drop2 {
    0% {
        transform: translate(0, 0) scale(0.9);
    }

    100% {
        transform: translate(32px, -8px) scale(0);
    }
}

@keyframes drop2-b-g32407j3qo {
    0% {
        transform: translate(0, 0) scale(0.9);
    }

    100% {
        transform: translate(32px, -8px) scale(0);
    }
}

.logout-loader-continer[b-g32407j3qo] {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-white);
    z-index: 999;
}
/* /Areas/Reports/Pages/FederationStatus/Index.cshtml.rz.scp.css */
.container-fluid[b-uyp1itmml2] {
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .container-fluid .row[b-uyp1itmml2] {
        width: calc(100% - 16rem);
        height: 600px;
        max-height: calc(100% - 16rem);
        min-height: 512px;
        margin: 0 !important;
    }

        .container-fluid .row .bar-chart[b-uyp1itmml2] {
            height: 100%;
            margin: 0 auto;
            position: relative;
            display: flex;
            align-items: center;
        }

            .container-fluid .row .bar-chart .chart-export[b-uyp1itmml2] {
                display: flex;
                position: absolute;
                top: 1.75rem;
                left: 1.25rem;
                right: 1.25rem;
                gap: 0.75rem;
                z-index: 1;
                padding-right: 1.5rem;
                padding-left: 1.5rem;
                justify-content: start;
            }

                .container-fluid .row .bar-chart .chart-export > *[b-uyp1itmml2] {
                    color: var(--bs-purple);
                }

                    .container-fluid .row .bar-chart .chart-export > *:hover[b-uyp1itmml2] {
                        cursor: pointer;
                    }

            .container-fluid .row .bar-chart .chart-wrapper[b-uyp1itmml2] {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
            }

body[dir=rtl] .container-fluid .row .bar-chart .chart-export[b-uyp1itmml2] {
    justify-content: end;
}
/* /Areas/Reports/Pages/SyndicateInGovernorates/Index.cshtml.rz.scp.css */
.container-fluid[b-vyw67dlmo4] {
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .container-fluid .row[b-vyw67dlmo4] {
        width: calc(100% - 16rem);
        height: 600px;
        max-height: calc(100% - 16rem);
        min-height: 512px;
        margin: 0 !important;
    }

        .container-fluid .row .bar-chart[b-vyw67dlmo4] {
            height: 100%;
            margin: 0 auto;
            position: relative;
            display: flex;
            align-items: center;
        }

            .container-fluid .row .bar-chart .chart-export[b-vyw67dlmo4] {
                display: flex;
                position: absolute;
                top: 1.75rem;
                left: 1.25rem;
                right: 1.25rem;
                gap: 0.75rem;
                z-index: 1;
                padding-right: 1.5rem;
                padding-left: 1.5rem;
                justify-content: start;
            }

                .container-fluid .row .bar-chart .chart-export > *[b-vyw67dlmo4] {
                    color: var(--bs-purple);
                }

                    .container-fluid .row .bar-chart .chart-export > *:hover[b-vyw67dlmo4] {
                        cursor: pointer;
                    }

            .container-fluid .row .bar-chart .chart-wrapper[b-vyw67dlmo4] {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
            }

body[dir=rtl] .container-fluid .row .bar-chart .chart-export[b-vyw67dlmo4] {
    justify-content: end;
}
/* /Areas/Reports/Pages/SyndicateStatus/Index.cshtml.rz.scp.css */
.container-fluid[b-8k9t8zrayr] {
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .container-fluid .row[b-8k9t8zrayr] {
        width: calc(100% - 16rem);
        height: 600px;
        max-height: calc(100% - 16rem);
        min-height: 512px;
        margin: 0 !important;
    }

        .container-fluid .row .bar-chart[b-8k9t8zrayr] {
            height: 100%;
            margin: 0 auto;
            position: relative;
            display: flex;
            align-items: center;
        }

            .container-fluid .row .bar-chart .chart-export[b-8k9t8zrayr] {
                display: flex;
                position: absolute;
                top: 1.75rem;
                left: 1.25rem;
                right: 1.25rem;
                gap: 0.75rem;
                z-index: 1;
                padding-right: 1.5rem;
                padding-left: 1.5rem;
                justify-content: start;
            }

                .container-fluid .row .bar-chart .chart-export > *[b-8k9t8zrayr] {
                    color: var(--bs-purple);
                }

                    .container-fluid .row .bar-chart .chart-export > *:hover[b-8k9t8zrayr] {
                        cursor: pointer;
                    }

            .container-fluid .row .bar-chart .chart-wrapper[b-8k9t8zrayr] {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
            }

body[dir=rtl] .container-fluid .row .bar-chart .chart-export[b-8k9t8zrayr] {
    justify-content: end;
}
/* /Pages/Index.cshtml.rz.scp.css */
.container-fluid[b-gdphz9sdif] {
    height: 100%;
}

    .container-fluid .row[b-gdphz9sdif] {
        height: 100%;
    }

        .container-fluid .row > *[b-gdphz9sdif] {
            height: 100%;
            display: flex;
            align-items: center;
        }
/* /Pages/Shared/Layouts/_LoaderLayout.cshtml.rz.scp.css */
/*#region Loader Style */

.infinity-loader[b-96smi3m7md] {
    width: 120px;
    height: 60px;
    position: relative;
    direction: initial;
}

    .infinity-loader div[b-96smi3m7md],
    .infinity-loader span[b-96smi3m7md] {
        position: absolute;
    }

    .infinity-loader div[b-96smi3m7md] {
        top: 0;
        left: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: rotate 6.9s linear infinite;
        animation: rotate-b-96smi3m7md 6.9s linear infinite;
    }

        .infinity-loader div span[b-96smi3m7md] {
            left: -8px;
            top: 50%;
            margin: -8px 0 0 0;
            width: 16px;
            height: 16px;
            display: block;
            background: #8C6FF0;
            box-shadow: 2px 2px 8px rgba(140, 111, 240, 0.09);
            border-radius: 50%;
            transform: rotate(90deg);
            -webkit-animation: move 6.9s linear infinite;
            animation: move-b-96smi3m7md 6.9s linear infinite;
        }

            .infinity-loader div span[b-96smi3m7md]:before,
            .infinity-loader div span[b-96smi3m7md]:after {
                content: "";
                position: absolute;
                display: block;
                border-radius: 50%;
                width: 14px;
                height: 14px;
                background: inherit;
                top: 50%;
                left: 50%;
                margin: -7px 0 0 -7px;
                box-shadow: inherit;
            }

            .infinity-loader div span[b-96smi3m7md]:before {
                -webkit-animation: drop1 0.8s linear infinite;
                animation: drop1-b-96smi3m7md 0.8s linear infinite;
            }

            .infinity-loader div span[b-96smi3m7md]:after {
                -webkit-animation: drop2 0.8s linear infinite 0.4s;
                animation: drop2-b-96smi3m7md 0.8s linear infinite 0.4s;
            }

        .infinity-loader div:nth-child(2)[b-96smi3m7md] {
            -webkit-animation-delay: -2.3s;
            animation-delay: -2.3s;
        }

            .infinity-loader div:nth-child(2) span[b-96smi3m7md] {
                -webkit-animation-delay: -2.3s;
                animation-delay: -2.3s;
            }

        .infinity-loader div:nth-child(3)[b-96smi3m7md] {
            -webkit-animation-delay: -4.6s;
            animation-delay: -4.6s;
        }

            .infinity-loader div:nth-child(3) span[b-96smi3m7md] {
                -webkit-animation-delay: -4.6s;
                animation-delay: -4.6s;
            }

@-webkit-keyframes rotate {
    50% {
        transform: rotate(360deg);
        margin-left: 0;
    }

    50.0001%, 100% {
        margin-left: -60px;
    }
}

@keyframes rotate-b-96smi3m7md {
    50% {
        transform: rotate(360deg);
        margin-left: 0;
    }

    50.0001%, 100% {
        margin-left: -60px;
    }
}

@-webkit-keyframes move {
    0%, 50% {
        left: -8px;
    }

    25% {
        background: #5628EE;
    }

    75% {
        background: #23C4F8;
    }

    50.0001%, 100% {
        left: auto;
        right: -8px;
    }
}

@keyframes move-b-96smi3m7md {
    0%, 50% {
        left: -8px;
    }

    25% {
        background: #5628EE;
    }

    75% {
        background: #23C4F8;
    }

    50.0001%, 100% {
        left: auto;
        right: -8px;
    }
}

@-webkit-keyframes drop1 {
    100% {
        transform: translate(32px, 8px) scale(0);
    }
}

@keyframes drop1-b-96smi3m7md {
    100% {
        transform: translate(32px, 8px) scale(0);
    }
}

@-webkit-keyframes drop2 {
    0% {
        transform: translate(0, 0) scale(0.9);
    }

    100% {
        transform: translate(32px, -8px) scale(0);
    }
}

@keyframes drop2-b-96smi3m7md {
    0% {
        transform: translate(0, 0) scale(0.9);
    }

    100% {
        transform: translate(32px, -8px) scale(0);
    }
}

.loader-continer[b-96smi3m7md] {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-white);
    z-index: 999;
}

/*#endregion */
