﻿body {
    margin: 0;
    font-family: Barlow-Medium;
    /*font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #111015;
    background-color: #023B6B;
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(67, 89, 113, 0);*/
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .input-groups .btn-add {
        text-align: center;
        position: relative;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: 8px;
        min-width: 80%;
        max-width: 80%;
        z-index: 2;
    }
}

@media only screen and (max-width: 640px) {
    .input-groups .btn-add {
        text-align: center;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: 8px;
        min-width: 100%;
        max-width: 100%;
        z-index: 2;
    }
}
/*Navigate*/
.navigate {
    display: flex;
    /*justify-content: center;*/
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 220px;
    margin-bottom: 0;
    list-style: none;
}

.navigate_super {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
}

.navigate_admin {
    display: flex;
    /*justify-content: center;*/
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
}

.navigate_teach {
    display: flex;
    /* justify-content: center; */
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 80px;
    margin-bottom: 0;
    list-style: none;
}

.navigate_std {
    display: flex;
    /* justify-content: center; */
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 10px;
    margin-bottom: 0;
    list-style: none;
}

.navs {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .navs {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        margin-left: 0px;
        margin-bottom: 0;
        list-style: none;
    }

    .navigate {
        /*justify-content: center;*/
        align-content: center;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }

    .navigate_super {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        /*margin-left: 220px;*/
        margin-bottom: 0;
        list-style: none;
    }

    .navigate_admin {
        display: flex;
        /*justify-content: center;*/
        align-content: center;
        flex-wrap: nowrap;
        margin-left: 0px;
        margin-bottom: 0;
        list-style: none;
    }

    .navigate_teach {
        display: flex;
        /*justify-content: center;*/
        align-content: center;
        flex-wrap: nowrap;
        margin-left: 0px;
        margin-bottom: 0;
        list-style: none;
    }

    .navigate_std {
        display: flex;
        /* justify-content: center; */
        align-content: center;
        flex-wrap: nowrap;
        margin-left: 10px;
        margin-bottom: 0;
        list-style: none;
    }
}

@media only screen and (max-width: 640px) {
    .navs {
        display: flex;
        align-content: center;
        flex-wrap: nowrap;
        margin-left: 410px;
        margin-bottom: 0;
        list-style: none;
    }

    .navigate {
        /*justify-content: center;*/
        align-content: center;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }

    .navigate_super {
        display: flex;
        /*justify-content: center;*/
        align-content: center;
        flex-wrap: nowrap;
        margin-left: 220px;
        margin-bottom: 0;
        list-style: none;
    }

    .navigate_admin {
        /*justify-content: center;*/
        align-content: center;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }

    .navigate_teach {
        /*justify-content: center;*/
        align-content: center;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }

    .navigate_std {
        /*justify-content: center;*/
        align-content: center;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }
}
.fixed-bar {
    position: fixed;
    bottom: 0px;
    left: 250px;
    right: 0;
    padding: 0 16px;
    /* background: #fff; */
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: env(safe-area-inset-bottom);
}

@media only screen and (max-width: 600px) {
    .fixed-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 16px;
        /*background: #fff;*/
        min-height: 84px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: env(safe-area-inset-bottom);
        /* margin-left:20%;*/
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .fixed-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 16px;
        min-height: 84px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: env(safe-area-inset-bottom);
    }

        .fixed-bar > div {
            flex: 1
        }
}

.btn-primarys {
    /* background: #042d60 !important; */
    background-image: linear-gradient(to right,#b7c8df, #5c83b5,#366093,#042d60,#042d60,#366093, #5c83b5,#b7c8df);
    border-image: linear-gradient(to right,#b7c8df, #5c83b5,#366093,#042d60,#042d60,#366093, #5c83b5,#b7c8df);
    color: #FFFFFF !important;
    width: 100%;
    height: 52px;
    text-align:center;
    padding: 14px 12px;
    font-size: 16px
}

.section {
    padding: 10px 10px;
    height: 100%;
}

.cus_title {
    padding: 5px 15px;
    background: linear-gradient(226deg, #435d83, #193c6a);
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 0px;
    font-size: 16px;
}

.Previous {
    width: 10%;
    float: left;
    height: 37px;
}

.next {
    width: 10%;
    float: left;
    margin-top: -24px;
    margin-left: 10px;
}

@media only screen and (max-width: 640px) {
    .input-groups .btn-primary {
        text-align: center;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: 8px;
        min-width: 100%;
        max-width: 100%;
        z-index: 2;
    }

    .input-groups .btn-secondary {
        text-align: center;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: 8px;
        min-width: 100%;
        max-width: 100%;
        z-index: 2;
    }

    .jc {
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .input-groups .btn-primary {
        text-align: center;
        position: relative;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: 8px;
        min-width: 50%;
        max-width: 50%;
        z-index: 2;
    }

    .input-groups .btn-secondary {
        text-align: center;
        position: relative;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: 8px;
        min-width: 50%;
        max-width: 50%;
        z-index: 2;
    }

    .jc {
        justify-content: center;
        text-align: center;
    }

    .Previous {
        text-align: center;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: 8px;
        min-width: 50%;
        max-width: 50%;
        z-index: 2;
        width: 48%;
        float: left;
        height: 43px;
    }

    .next {
        width: 50%;
        text-align: center;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: 8px;
        min-width: 50%;
        max-width: 50%;
        float: right;
        margin-right: 0;
    }
}
/*.form-label {
    margin: 0.4rem 0.5rem;
    font-size: 0.90rem;*/
/*color: #566a7f;*/
/*color: #023B6B;
}
label.form-label {
    color: #023B6B !important;
    font-size: 14px !important;
    font-weight: 600;
}*/

/*changes*/
.input-group-merge {
    padding: 4px 15px;
    background-color: #f4f8fb;
    border-radius: 40px;
}
.input-group-merge label {
    font-size: 13px;
    /*font-weight: 600;*/
    color: #2e2a2a;
}

.stat-box {
    background-image: linear-gradient(to bottom,#0ca4e9, #0083BF, #034774);
    /*background-size: cover;*/
    /*box-shadow: 4px 8px 13px #00213F;*/
    color: #111015;
    padding:20px 18px;
    /*border-radius: 55px;*/
    height: 136px;
    width: 140px;
}

.value img {
    height: 30px;
    width: 30px;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.stat-boxFb {
    background: url('https://api.Sims.org/DataFolder/Icons/IconFB.png') no-repeat;
    background-size: cover;
    /* background: #FDDF01; */
    color: #111015;
    padding: 15px 18px;
    border-radius: 55px;
    height: 136px;
    width: 140px;
}

.stat-boxYt {
    background: url('https://api.Sims.org/DataFolder/Icons/IconYT.png') no-repeat;
    background-size: cover;
    /*background: #FDDF01;*/
    color: #111015;
    padding: 15px 18px;
    border-radius: 54px;
    height: 140px;
    width: 140px;
}

.stat-boxWa {
    background: url('https://api.Sims.org/DataFolder/Icons/IconWA.png') no-repeat;
    background-size: cover;
    /*background: #FDDF01;*/
    color: #111015;
    padding: 15px 18px;
    border-radius: 54px;
    height: 137px;
    width: 140px;
}

.stat-boxInsta {
    background: url('https://api.Sims.org/DataFolder/Icons/IconInsta.png') no-repeat;
    background-size: cover;
    /*background: #FDDF01;*/
    color: #111015;
    padding: 15px 18px;
    border-radius: 54px;
    height: 137px;
    width: 140px;
}

/*.stat-boxCont {
    background: url('https://api.Sims.org/DataFolder/Icons/RectangleBox.png') no-repeat;
    background-size: cover;
    color: #111015;
    padding: 15px 18px;
    height: 180px;
    width: 100%;
}*/

.box1 {
    float: right;
}

.box2 {
    float: left;
}

.box3 {
    float: right;
}

.box4 {
    float: left;
}

.box5 {
    float: right;
}

.box6 {
    float: left;
}

.box7 {
    /*background: #9EC960;
    border: 0.20em solid #9EC960;
    box-shadow: inset 0 5px 10px #5A993E, 0px 0px 0px #5A993E;
    background: linear-gradient(212deg, #9EC960, #5B9C3A 85.71%) padding-box, linear-gradient(to right, #9EC960, #9EC960) border-box;
    border-radius: 12px;
    padding: 20px 24px;
    height: 180px;
    color: #082D61;
    width: 100%;*/
}

@media only screen and (min-width: 600px) {
    .stat-box {
        color: #111015;
        padding: 25px 20px;
        height: 136px;
        width: 140px;
    }

        .stat-box .title {
            font-size: 14px;
            color: #111015;
            font-weight: 700;
            display: block;
            margin-bottom: 8px;
            line-height: 1.4em
        }

    /*.stat-boxCont {*/
        /*background: url(/Icons/Box1.png) no-repeat;*/
        /*background-size: cover;*/
        /*background: #FDDF01;*/
        /*color: #111015;
        padding: 20px 30px;
        height: 380px;
        width: 280px;
    }*/
    /*.box7 {*/
    /*background: #9EC960;*/
    /*border: 0.20em solid #9EC960;
        box-shadow: inset 0 5px 10px #5A993E, 0px 0px 0px #5A993E;
        background: linear-gradient(212deg, #9EC960, #5B9C3A 85.71%) padding-box, linear-gradient(to right, #9EC960, #9EC960) border-box;
        border-radius: 12px;
        padding: 20px 20px;
        height: 320px;
        color: #082D61;
        width: 100%;
    }*/

    .carousel-item img {
        height: 200px;
        width: 100%;
        border-radius: 20px 20px 20px 20px;
    }
}

.stat-box .title1 {
    font-size: 18px;
    color: white;
    font-weight: 600;
    display: block;
    color: #111015;
    margin-bottom: 8px;
    line-height: 1.4em;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.stat-box .title {
    font-size: 14px;
    color: white;
    font-weight: 600;
    display: block;
    color: #111015;
    margin-bottom: 8px;
    line-height: 1.4em;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.stat-box .value {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #a6d2f7;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.stat-box .value {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #a6d2f7;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: center;
    align-content: center;
    text-align: center;
}

/*Slider*/
.swiper {
    width: 100%;
    margin: 0;
    padding-top: 5px;
}
/*.swiper1 {
    position:fixed;
    width: 100%;
    margin: 0;
    top: 90%;
}*/

.swiper-slide {
    background-position: center;
    background-size: cover;
    background-color: transparent;
    width: 320px;
    border-radius: 20px;
    margin: 0;
    padding: 0;
}

    .swiper-slide .slider {
        background-position: center;
        background-size: cover;
        background-color: transparent;
        width: 320px;
        height: 200px;
    }

@media only screen and (min-width: 600px) {
    .swiper-slide {
        background-position: center;
        background-size: cover;
        background-color: transparent;
        width: 320px;
        height: auto;
        border-radius: 13px;
        margin: 0;
        padding: 0;
    }

        .swiper-slide img {
            display: block;
            background-color: transparent;
            width: 100%;
            height: 100%;
            border-radius: 13px;
        }

    .slider {
        background-position: center;
        background-size: cover;
        background-color: transparent;
        width: 320px;
        height: auto;
        border-radius: 12px;
        margin: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .swiper-slide {
        background-position: center;
        background-size: cover;
        background-color: transparent;
        width: 350px;
        height: auto;
        border-radius: 12px;
        margin: 0;
        padding: 0;
    }

        .swiper-slide img {
            display: block;
            background-color: transparent;
            width: 100%;
            height: 100%;
            border-radius: 20px;
        }

    .slider {
        background-position: center;
        background-size: cover;
        background-color: transparent;
        width: 350px;
        height: auto;
        border-radius: 12px;
        margin: 0;
        padding-bottom: 10px;
    }
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    border-radius: 14px;
}

.swiper-size {
    margin: 5px 0;
}

@media only screen and (min-width: 600px) {
    .swiper-size {
        margin: 5px 0;
    }
}

/*NavBar*/
.navs-pillers .nav-link {
    justify-content: center;
    width: 100%;
    height: 40px;
    position: relative;
    padding: 3px 14px;
    background-color: #004E8D;
    font-size: 16px;
    font-weight: 500;
    color: #111015;
    text-transform: none;
    border: 0.50em solid #004E8D;
    border-radius: 45px;
    box-shadow: inset 0px 8px 15px #002550, 0 3px 5px #021938;
    background: linear-gradient(#00325C, #004E8D) padding-box, linear-gradient(to top, #00325C, #004E8D) border-box;
    border-radius: 50em;
    border: 3px solid transparent;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    /*padding: 5px;*/
    outline: none;
}
    .navs-pillers .nav-link.active,
    .navs-pillers .show > .nav-link {
        justify-content: center;
        width: 100%;
        height: 40px;
        position: relative;
        padding: 3px 14px;
        background-color: #F6E402;
        font-family: Barlow-Medium;
        font-size: 16px;
        text-transform: none;
        font-weight: 600;
        color: #09304D;
        border: 0.50em solid #F6E402;
        border-radius: 45px;
        box-shadow: inset 0px 8px 15px #967b02, 0 3px 4px #021938;
        background: linear-gradient(#967b02, #F6E402) padding-box, linear-gradient(to top, #967b02, #F6E402) border-box;
        border-radius: 50em;
        border: 3px solid transparent;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        outline: none;
    }

/*Navigate*/
.navigate {
    display: flex;
    /*justify-content: center;*/
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 220px;
    margin-bottom: 0;
    list-style: none;
}

.navigate_super {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
}

.navigate_admin {
    display: flex;
    /*justify-content: center;*/
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
}

.navigate_teach {
    display: flex;
    /* justify-content: center; */
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 80px;
    margin-bottom: 0;
    list-style: none;
}

.navigate_std {
    display: flex;
    /* justify-content: center; */
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 10px;
    margin-bottom: 0;
    list-style: none;
}

.navs {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
}

.navs1 {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
}

.navs2 {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
}


    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .navs {
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 0px;
            margin-bottom: 0;
            list-style: none;
        }

        .navs1 {
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 0px;
            margin-bottom: 0;
            list-style: none;
        }

        .navs2 {
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 0px;
            margin-bottom: 0;
            list-style: none;
        }

        .navigate {
            /*justify-content: center;*/
            align-content: center;
            flex-wrap: nowrap;
            padding-left: 0;
            margin-left: 0;
            list-style: none;
        }

        .navigate_super {
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: nowrap;
            /*margin-left: 220px;*/
            margin-bottom: 0;
            list-style: none;
        }

        .navigate_admin {
            display: flex;
            /*justify-content: center;*/
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 0px;
            margin-bottom: 0;
            list-style: none;
        }

        .navigate_teach {
            display: flex;
            /*justify-content: center;*/
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 0px;
            margin-bottom: 0;
            list-style: none;
        }

        .navigate_std {
            display: flex;
            /* justify-content: center; */
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 10px;
            margin-bottom: 0;
            list-style: none;
        }
    }

    @media only screen and (max-width: 640px) {
        .navs {
            display: flex;
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 410px;
            margin-bottom: 0;
            list-style: none;
        }

        .navs1 {
            display: flex;
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 600px;
            margin-bottom: 0;
            list-style: none;
        }

        .navs2 {
            display: flex;
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 550px;
            margin-bottom: 0;
            list-style: none;
        }

        .navigate {
            /*justify-content: center;*/
            align-content: center;
            flex-wrap: nowrap;
            padding-left: 0;
            margin-left: 0;
            list-style: none;
        }

        .navigate_super {
            display: flex;
            /*justify-content: center;*/
            align-content: center;
            flex-wrap: nowrap;
            margin-left: 220px;
            margin-bottom: 0;
            list-style: none;
        }

        .navigate_admin {
            /*justify-content: center;*/
            align-content: center;
            flex-wrap: nowrap;
            padding-left: 0;
            margin-left: 0;
            list-style: none;
        }

        .navigate_teach {
            /*justify-content: center;*/
            align-content: center;
            flex-wrap: nowrap;
            padding-left: 0;
            margin-left: 0;
            list-style: none;
        }

        .navigate_std {
            /*justify-content: center;*/
            align-content: center;
            flex-wrap: nowrap;
            padding-left: 0;
            margin-left: 0;
            list-style: none;
        }
    }
    /*image.css*/
    .image-content {
    position: relative;
    row-gap: 5px;
    height: 100px;
    color: #111015;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #0083BF, #005894);
    /*background: url(/Icons/RectangleBox.png) no-repeat;
    background-size: cover;*/
    box-shadow: 0 2px 3px 1px #021938;
    justify-content: center;
    padding: 20px 20px;
    margin: 0 5px;
}

@media only screen and (min-width: 600px) {
    .image-content {
        margin: 0 15px;
    }
}

.card-img1 {
    /*background: url(/assets/Icons/RectangleBoxcircle.png) no-repeat;
    background-size: cover;
    margin-left: 10px;*/
    height: 55px;
    width: 55px;
    /*object-fit: cover;*/
}

    .card-img1 i {
        padding: 15px;
        font-size: 22px;
        /*object-fit: cover;*/
    }

/* html page css*/
.text {
    color: #023B6B;
}

#number {
    font-size: 14px;
    letter-spacing: 20px;
}

.loader {
    border: 4px solid #F6E402;
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    position: relative;
}

.loader-container {
    position: relative;
    display: inline-block;
    margin-top: 150px;
}

    .loader-container span {
        position: absolute;
        top: 30%;
        left: 5%;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*bottom border css*/
.appBottomMenu {
    min-height: 5px;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-top: 1px solid #DCDCE9;*/
    padding-left: 4px;
    padding-right: 4px;
    background-color: transparent;
    /*padding-bottom: env(safe-area-inset-bottom)*/
}

    .appBottomMenu.no-border {
        border: 0 !important;
        box-shadow: 0 !important
    }

body {
    margin: 0;
    font-family: sans-serif;
    color: #111015;
    /* background-color: #023B6B;*/
}

.blazored-toast {
    display: flex;
    position: relative;
    flex-direction: row;
    animation: fadein 1.5s;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    color: #1D1D1B;
    width: 20rem;
    border-radius: .25rem;
    box-shadow: rgba(0,0,0,0.30) 0px 10px 30px 2px;
    background-color: #fff;
    border-top: 6px solid #fff;
}

.blazored-toast-component {
    display: initial;
    padding: 0 0 0 0;
}

.blazored-toast-info {
    border-top: 6px solid #2563eb;
}

    .blazored-toast-info .blazored-toast-icon {
        color: #2563eb;
    }

.blazored-toast-success {
    border-top: 6px solid #16a34a;
}

    .blazored-toast-success .blazored-toast-icon {
        color: #16a34a;
    }

.blazored-toast-warning {
    border-top: 6px solid #eab308;
}

    .blazored-toast-warning .blazored-toast-icon {
        color: #eab308;
    }

.blazored-toast-error {
    border-top: 6px solid #dc2626;
}

    .blazored-toast-error .blazored-toast-icon {
        color: #dc2626;
    }

.blazored-toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 0 1rem 0 0;
    font-size: 1.5rem;
}

.blazored-toast .blazored-toast-message {
    flex-grow: 1;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 0.875rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.blazored-toast .blazored-toast-close {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 0 0 0 1rem;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #94a3b8;
    font-size: 0.9rem;
}

    .blazored-toast .blazored-toast-close:hover {
        color: inherit;
    }

.blazored-toast .blazored-toast-progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

    .blazored-toast .blazored-toast-progressbar > span {
        position: absolute;
        filter: brightness(75%);
        height: 6px;
        border-bottom-left-radius: .375rem;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
        transition: all .1s linear;
    }

.blazored-toast-action {
    cursor: pointer;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.blazored-toast-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
}

.position-topleft,
.position-topright,
.position-topcenter {
    top: 0;
}

.position-bottomleft,
.position-bottomright,
.position-bottomcenter {
    bottom: 0;
}

@media only screen and (max-width: 600px) {
    .position-topleft {
        top: 2rem;
        left: 2rem;
    }

    .position-topright {
        top: 2rem;
        right: 2rem;
    }

    .position-topcenter {
        top: 2rem;
        left: 50%;
        margin-left: -15rem;
        transform: translate(-50%, 0%);
    }

    .position-bottomleft {
        bottom: 2rem;
        left: 2rem;
    }

    .position-bottomright {
        bottom: 2rem;
        right: 2rem;
    }

    .position-bottomcenter {
        bottom: 2rem;
        left: 50%;
        margin-left: 5px;
        transform: translate(-50%, 0%);
    }


    .blazored-toast {
        width: 30rem;
        border-radius: .25rem;
    }
}

/*Dashboard.css*/
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    /* margin-right: calc(var(--bs-gutter-x) * -.5); */
    /* margin-left: calc(var(--bs-gutter-x) * -.5); */
    /*margin-left: 0px;*/
}

.no-height {
    min-height: auto !important;
}

.box-body {
    min-height: 480px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-right: 10px;
}

.statis {
    color: #fff;
}

.text-center {
    text-align: center;
}

statis .box .lead {
    font-size: 17px;
    margin-bottom: 15px;
}

.border-r {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.border-l-r {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

/* @@media (min-width: 768px) {
												.lead {
													font-size: 21px;
												}
											}*/

.lead {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
}

.statis .box h4.no-border {
    color: white;
}

.statis .box h4:after {
    content: "";
    height: 2px;
    width: 70%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.12);
    display: block;
    margin-top: 10px;
}

.statis .box h5.no-border {
    color: white;
}

.statis .box h5:after {
    content: "";
    height: 2px;
    width: 70%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.12);
    display: block;
    margin-top: 10px;
}

.statis .box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-size: 100% auto;
    border: none;
    box-shadow: 4px 8px 13px #00213F;
}

    .statis .box i {
        position: absolute;
        height: 40px;
        width: 40px;
        font-size: 17px;
        padding: 9px;
        top: 12px;
        left: 12px;
        color: #111015;
        background-image: linear-gradient(115deg, black 2%, #00213F 98%);
        line-height: 1.5;
        text-align: center;
        border-radius: 50%;
    }

.box {
    position: relative;
    border-radius: 3px;
    /* background: #ffffff; */
    border-top: 3px solid #d2d6de;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

.box.bg-1 {
    background-image: linear-gradient(to bottom, #0083BF, #005894);
}

.box.bg-3 {
    background-image: linear-gradient(to bottom, #0083BF, #005894);
}

.box.bg-4 {
    background-image: linear-gradient(to bottom, #0083BF, #005894);
}

.box.bg-5 {
    background-image: linear-gradient(to bottom, #0083BF, #005894);
}

.box.bg-6 {
    background-image: linear-gradient(to bottom, #0083BF, #005894);
}

.box.bg-7 {
    background-image: linear-gradient(to bottom, #0083BF, #005894);
}

/************** Model ***********/
.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}
