﻿/*Cards CSS Start*/
.dashbord {
    position: relative;
}

    .dashbord .dropdown {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 2px;
        margin-right: 10px;
        cursor: pointer;
    }

    .dashbord .three-dots {
        font-size: 26px;
    }

    .dashbord .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        right: 0;
    }

        .dashbord .dropdown-content div {
            padding: 10px;
            border-bottom: 1px solid #ddd;
            cursor: pointer;
            color: grey;
            background-color: white;
        }

            .dashbord .dropdown-content div:last-child {
                border-bottom: none;
            }

    /* Add this to show dropdown on hover */
    .dashbord:hover .dropdown-content {
        display: block;
    }

    .dashbord .dropdown-content div:hover {
        color: black;
        background-color: #e4e4e4;
    }


@font-face {
    font-family: HelveticaThEx;
    src: url('/Content/dataplugApps/assets/fonts/Helvetica Neue LT Std 33 Thin Extended.otf');
}

@font-face {
    font-family: HelveticaLt;
    src: url('/Content/dataplugApps/assets/fonts/Helvetica Neue LT Std 45 Light.otf');
}


.dashbord {
    margin-top: 15px;
    /*margin-right: 10px;*/
    /*display: inline-block;*/
    width: auto;
    color: #fff;
    border-radius: 10px;
    transition: transform .1s;
}

    .dashbord:hover {
        cursor: pointer;
        transform: scale(1.06);
        box-shadow: 0 0 10px gray !important;
    }

        .dashbord:hover .detail-section {
            /*background-color: #13395b;*/
            opacity: 0.7;
        }


.icon-text-section {
    background-color: #5BCCF6;
    padding: 12px 10px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
}

.icon-section {
    font-size: 50px;
    /*float: left;*/
    width: 20%;
    color: #8BDBF8;
    flex: 0 0 auto;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    margin-right: 10px; /* Adjust as needed */
}

.text-section {
    width: 80%;
    /* float: right;
    text-align: right;*/

    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    text-align: right;
}

    .text-section h1 {
        margin: 0px 16px -16px 0px;
        font-size: 34px;
        font-family: HelveticaThEx;
        font-weight: 100 !important;
    }

.detail-section-V2 {
    padding: 12px;
}

    .detail-section-V2 > span {
        font-size: 18px;
        font-family: HelveticaLt;
    }

.detail-section {
    background-color: #52B8DE;
    /*cursor: pointer;*/
    text-align: right;
    border-radius: 0px 0px 10px 10px;
}

    .detail-section a {
        color: #fff;
    }

    .detail-section p {
        margin: 2% 10% 2% 10% !important;
        /*font-size: 15px;*/
    }

.detail-section-left {
    text-align: left;
}

.detail-section-right {
    text-align: right;
}

.detail-section a p {
    display: inline-block;
    margin: 0px;
    font-size: 12px;
    padding: 10px;
}

.detail-section a i {
    float: right;
    padding: 10px 5px 0px 0px;
}


.dkpinkV2-card .icon-text-section {
    background-color: #7D2D7A;
    color: white;
}

.dkpinkV2-card .detail-section {
    background-color: #642161;
    color: white;
}


.ltgreen-card .icon-text-section {
    background-color: #5addb3;
    color: white;
}

.ltgreen-card .detail-section {
    background-color: #3ccc9e;
    color: white;
}


.dkpurple-card .icon-text-section {
    background-color: #6B4BD9;
    color: white;
}

.dkpurple-card .detail-section {
    background-color: #593db8;
    color: white;
}


.dkyellow-card .icon-text-section {
    background-color: #EBC95E;
    color: white;
}

.dkyellow-card .detail-section {
    background-color: #d7b755;
    color: white;
}


.dkblue-card .icon-text-section {
    background-color: #133e6e;
    color: white;
}

.dkblue-card .detail-section {
    background-color: #0c2c50;
    color: white;
}

.dkpink-card .icon-text-section {
    background-color: #E089FF;
    color: white;
}

.dkpink-card .detail-section {
    background-color: #c275dd;
    color: white;
}


.green-card .icon-text-section {
    background-color: #00B690;
}

.green-card .detail-section {
    background-color: #009d7c;
}

.lightblue-card .icon-text-section {
    background-color: #32C1FF;
}

.lightblue-card .detail-section {
    background-color: #2dace3;
}

.brown-card .icon-text-section {
    background-color: #E4A400;
}

.brown-card .detail-section {
    background-color: #cd9403;
}


.Grey-card .icon-text-section {
    background-color: #6b7374;
}

.Grey-card .detail-section {
    background-color: #757d7e;
}

.pink-card .icon-text-section {
    background-color: #FF00D6;
}

.pink-card .detail-section {
    background-color: #d300b1;
}


.sky-card .icon-text-section {
    background-color: #02AEB9;
}

.sky-card .detail-section {
    background-color: #0ca1aa;
}


.GreenGrey-card .icon-text-section {
    background-color: #007E9A;
}

.GreenGrey-card .detail-section {
    background-color: #016981;
}

.Red-card .icon-text-section {
    background-color: #FF0000;
}

.Red-card .detail-section {
    background-color: #d70000;
}

.Darkblue-card .icon-text-section {
    background-color: #0066FF;
}

.Darkblue-card .detail-section {
    background-color: #065de1;
}

.Purple-card .icon-text-section {
    background-color: #8A57FF;
}

.Purple-card .detail-section {
    background-color: #7747e3;
}

.DarkBrown-card .icon-text-section {
    background-color: #A93D01;
}

.DarkBrown-card .detail-section {
    background-color: #8d3302;
}

.LightOrange-card .icon-text-section {
    background-color: #f48314;
}

.LightOrange-card .detail-section {
    background-color: #d36e0c;
}

.LightGreen-card .icon-text-section {
    background-color: #0cc7ce;
}

.LightGreen-card .detail-section {
    background-color: #09b6bc;
}


.DarkGreen-card .icon-text-section {
    background-color: #2E8D00;
}

.DarkGreen-card .detail-section {
    background-color: #287801;
}


/*Cards CSS End*/
/*Filters CSS Start*/
/* Apply equal spacing to the columns */
.row-with-spacing > div[class*="col-"] {
    padding: 5px; /* Add the desired spacing inside the columns */
}


.accordion {
    background-color: #ffeecc;
    color: black;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    box-shadow: 50px 0px 0px 0px #CEAE08 inset;
    padding-left: 75px; /* Increase the padding to make space for the icon */
}

.btn-blue {
    background-color: #13395b !important;
    color: #fff !important;
    box-shadow: 0px 4px 8px 0px #2851B9 !important;
}

.accordion .icon {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    transition: transform 0.4s, filter 0.4s;
}

.accordion:hover {
    /*background-color: #CEAE08;
    color:white;
*/
    box-shadow: 50px 0px 0px 0px #a98d00 inset
}

/*    .active, .accordion {
    background-color: #F6FFD2;
    color: black;
    }*/


/*    .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    }
    */

.panel-search {
    box-shadow: 50px 0px 0px 0px #CEAE08 inset !important;
    background-color: #ffeecc !important;
    border-radius: 0px !important;
    display: none;
    overflow: hidden;
    padding: 2% 20%;
}

select {
    border-color: #2851B9 !important;
    border-radius: 0px !important;
}

input[type="date"] {
    border-color: #2851B9 !important;
    border-radius: 0px !important;
}

input[type="month"] {
    border-color: #2851B9 !important;
    border-radius: 0px !important;
}
/*Filters CSS End*/

/*Dashboard CSS Start*/
.nav-tabs {
    border-bottom: none !important;
}

.tab-content {
    border-color: #d4d4d4 !important;
    background-color: #ffffff !important;
}


.nav-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

    .nav-tabs li {
        flex: 1;
        /*margin-right: 10px;*/
    }

        .nav-tabs li a {
            display: block;
            padding: 10px 12px !important;
            text-decoration: none;
            color: #333;
            background-color: #ffffff !important;
            border: 1px solid #ccc;
            border-radius: 5px 5px 0 0;
        }

            .nav-tabs li a:hover {
                background-color: #e0e0e0;
            }

        .nav-tabs li.active a {
            background-color: #13395b !important;
            color: #fff !important;
            position: relative;
            border-bottom-color: #13395b !important;
            box-shadow: 0px 4px 8px 0px #1CC30F80 !important;
        }

            .nav-tabs li.active a:after {
                content: "";
                position: absolute;
                bottom: -8px;
                left: 50%;
                border-width: 8px 8px 0;
                border-style: solid;
                border-color: #13395b transparent;
                transform: translateX(-50%);
            }

/* Responsive adjustments */
@media (max-width: 600px) {
    .nav-tabs {
        flex-wrap: wrap;
    }

        .nav-tabs li {
            flex: 1 0 50%;
            margin-bottom: 10px;
        }
}
/*Dashboard CSS End*/

/*PathologyDashboard CSS Start*/

.icon-search {
    padding-left: 10px;
    background-image: url("/Content/Images/Dashboard/search.svg") !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    background-color: white;
    /*    width: 500px !important;
*/ height: 40px !important;
    border: solid 1px #32c1ff !important;
    background-position: 95%;
    font-family: sans-serif;
}


.Export {
    border: none !important;
    padding: 0 !important;
    background: none !important;
    color: black !important;
    font-size: 14px;
    color: white;
}


.panel-heading-lightblue {
    background-color: #32c1ff !important;
    color: white;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 5px 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.narrow-p {
    margin: 0 0 0.5px !important;
}

.color-black {
    color: black;
}

.panel-heading-text {
    flex: 1;
}

.font-medium {
    font-size: 16px;
    font-weight: 700;
}

.btn-red {
    background-color: #ed0707;
    color: white;
}

    .btn-red:hover, .btn-red:focus, .btn-red.focus {
        background-color: #ed0707 !important;
        color: white !important;
        text-decoration: none;
    }

.btn-lightGreen {
    background-color: #22c55e;
    color: white;
    border-radius: 20px !important;
}

    .btn-lightGreen:hover, .btn-lightGreen:focus, .btn-lightGreen.focus {
        background-color: #22c55e !important;
        color: white !important;
        text-decoration: none;
    }

.btn-DarkGreen {
    background-color: #22763a;
    color: white;
    border-radius: 0px !important;
}

    .btn-DarkGreen:hover, .btn-DarkGreen:focus, .btn-DarkGreen.focus {
        background-color: #22763a !important;
        color: white !important;
        text-decoration: none;
    }


.total-record {
    text-align: right;
    margin: 7px 0px
}


.panel-body-lightblue {
    padding: 0px !important;
}

.panel-body-lightblueV2 {
    padding: 15px !important;
    background-color: white;
}

.panel-lightblue {
    border-radius: 0px !important;
}

.table-bordered > tbody > tr > td {
    border: 1px solid #d5d5d5 !important;
}

/*.table-bordered > tbody > tr > th {
    border: 1px solid #d5d5d5 !important;
}*/

p {
    margin: 0 0 10.5px !important;
}

.table-sticky tbody tr:last-child {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    border-collapse: collapse;
}

.sticky-rows {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    border-collapse: collapse;
}

.select-border {
    border-color: #32c1ff !important;
}

.bg-sky1 {
    background-color: #ffffff !important;
    border: 1px solid #13395b !important;
}

.widget {
    margin-bottom: 5px !important;
}

.roundicon {
    height: 6px;
    width: 6px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

.custom-legend-container {
    display: flex;
    justify-content: center;
    margin-top: -20px;
    z-index: 100;
    position: sticky;
}

.legend-item {
    display: flex;
    align-items: center;
    margin: 5px;
}

.legend-color {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.legend-label {
    margin-right: 10px;
}

.legend-value {
    font-weight: bold;
}
/*PathologyDashboard CSS End*/


.table-lightblue > tbody > tr > th {
    background-color: #32C1FF;
    color: white;
}

.custom-table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 4px !important;
}

.custom-table > tbody > tr > th {
    padding: 4px !important;
    border: 1px solid #d5d5d5 !important;
}


.custom-table-V2 > tbody > tr > th {
    background-color: #f8f9fa;
    color: black;
}

.btn-side {
    text-align: right;
}


.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #000000 !important;
}

.pagination > .active > a {
    background-color: #858585 !important;
    border-color: #eeeeee !important
}

.disableClick {
    pointer-events: none !important;
}


#style-1::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #ffffff00;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9C9C9C;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #ffffff00;
}



/*Loader For Cards Start */

@keyframes animloader {
    0% {
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }

    100% {
        background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }
}

.loaderRegistrationStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderRegistrationStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderNadraStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderNadraStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }

.loaderTBRegistrationStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderTBRegistrationStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }



.loaderPatientsVisitsStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderPatientsVisitsStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderOPDRegistrationStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderOPDRegistrationStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderEmergencyRegistrationStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderEmergencyRegistrationStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }





.loaderVaccinationStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderVaccinationStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }



.loaderVaccinatorStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderVaccinatorStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }

.loaderVPDDashboard {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderVPDDashboard::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }

.loaderPendingInvestigation {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderPendingInvestigation::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderIPDRegistrationStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderIPDRegistrationStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderOPDPatientsVisitsStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderOPDPatientsVisitsStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderMedicineStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderMedicineStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }



.loaderRadiologyStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderRadiologyStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }



.loaderSampleCollectedStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderSampleCollectedStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }

.loaderPendencyAndResultUploadedStats {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderPendencyAndResultUploadedStats::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderLHVMotherStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderLHVMotherStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }

.loaderLHVChildernStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderLHVChildernStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderUHIStatistics {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderUHIStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


/*.loaderFamilyPlanning {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderFamilyPlanning::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }*/

.loaderFamilyPlanning {
    width: 290px !important;
    height: 132px;
    margin: 0px 0px 5px 15px;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderFamilyPlanning::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderSurgeryPerformanceStatistics {
    width: 290px !important;
    height: 132px;
    margin: 0px 0px 5px 15px;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderSurgeryPerformanceStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }


.loaderSurgeryRecommendationStatistics {
    width: 290px !important;
    height: 132px;
    margin: 0px 0px 5px 15px;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderSurgeryRecommendationStatistics::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }




.loaderFamilyPlanningNewUsers {
    width: 290px !important;
    height: 132px;
    margin: 0px 0px 5px 15px;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

    .loaderFamilyPlanningNewUsers::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }




.loaderFamilyPlanningFollowUpUsers {
    width: 290px !important;
    height: 132px;
    margin: 0px 0px 5px 15px;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

.loaderFamilyPlanningFollowUpUsers::after {
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    position: absolute;
    background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
    background-repeat: no-repeat;
    background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
    background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    box-sizing: border-box;
    animation: animloader 1s linear infinite;
}




.loaderFamilyPlanningPPandPA {
    width: 290px !important;
    height: 132px;
    margin: 0px 0px 5px 15px;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

.loaderFamilyPlanningPPandPA::after {
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    position: absolute;
    background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
    background-repeat: no-repeat;
    background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
    background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    box-sizing: border-box;
    animation: animloader 1s linear infinite;
}


/*Loader For Cards End */



/*Loader For Tables Start */

@keyframes moving-gradient {
    0% {
        background-position: -250px 0;
    }

    100% {
        background-position: 250px 0;
    }
}

.loader-row:nth-child(odd)::after {
    animation-delay: 0.1s; /* Adjust the delay as needed */
}


.loaderAgingReport_Internal {
    width: 99%;
    height: 50px; /* Adjust the height as needed */
    position: relative;
    /*background: #FFF;*/
    box-sizing: border-box;
}

    .loaderAgingReport_Internal::after {
        content: '';
        width: calc(100% - 0%);
        height: calc(100% - 30px);
        top: 0px;
        left: 0px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 10s linear infinite;
    }

.loaderAgingReport_External {
    width: 99%;
    height: 50px; /* Adjust the height as needed */
    position: relative;
    /*background: #FFF;*/
    box-sizing: border-box;
}

    .loaderAgingReport_External::after {
        content: '';
        width: calc(100% - 0%);
        height: calc(100% - 30px);
        top: 0px;
        left: 0px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 10s linear infinite;
    }

.loaderMedicineStockStatistics .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 2px;
    border-radius: 4px;
}

.loaderStockConsumptionReportDetail .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 2px;
    border-radius: 4px;
}

.loaderStockConsumptionReportForProvince .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 2px;
    border-radius: 4px;
}

.loaderStockConsumptionReportForDistrictAndTehsil .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 2px;
    border-radius: 4px;
}

.loaderStockConsumptionReportForMainStore .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 2px;
    border-radius: 4px;
}

.loaderStockConsumptionReportForFacilityStore .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 2px;
    border-radius: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.loaderInternalMedicineStatistics .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.loaderVaccinationtatistics .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.loaderRegistrationStatisticsDetail {
    width: 99%;
    height: 50px; /* Adjust the height as needed */
    position: relative;
    /*background: #FFF;*/
    box-sizing: border-box;
}

    .loaderRegistrationStatisticsDetail::after {
        content: '';
        width: calc(100% - 0%);
        height: calc(100% - 30px);
        top: 0px;
        left: 0px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 10s linear infinite;
    }


.loaderEmrCompliance .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.loaderFpoSoDetails .skeleton-cell {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 2px;
    border-radius: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.loaderUHIAgingReport {
    width: 99%;
    height: 50px; /* Adjust the height as needed */
    position: relative;
    /*background: #FFF;*/
    box-sizing: border-box;
}

    .loaderUHIAgingReport::after {
        content: '';
        width: calc(100% - 0%);
        height: calc(100% - 30px);
        top: 0px;
        left: 0px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 10s linear infinite;
    }

.breadcrumb {
    background-color: transparent !important;
    padding: 10px 2px !important;
}

.custom-a {
    color: black !important;
    font-weight: 700 !important;
    font-size: 18px;
}

.img-custom {
    vertical-align: text-bottom
}

.breadcrumb-li {
    font-size: 17px;
    color: black;
    font-weight: 700;
}

.RegisterLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url("/Content/Images/AppIcons/pre01.gif") no-repeat center;
    background-size: 150px;
}


.UHILoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url("/Content/Images/AppIcons/pre01.gif") no-repeat center;
    background-size: 150px;
}

.wrapper {
    overflow-x: clip !important;
}

.dropdownloaderV2 {
    position: absolute;
    top: 32%;
    right: 28px;
    transform: translateY(-50%);
}


.dropdownloaderV3 {
    position: absolute;
    top: 4%;
    right: 50px;
    transform: translateY(-50%);
}

.btn-danger-shadow {
    box-shadow: 0px 4px 8px 0px #f05050 !important;
}

.underline-text {
    position: relative;
    padding-bottom: 5px;
    display: table-header-group;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

    .underline-text::after {
        position: absolute;
        bottom: -2px;
        content: " ";
        width: 70%;
        background: #6b4bd9;
        height: 15%;
        left: 0%;
        right: 10%;
    }

.scrollBarProperty::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 100px;
}

.scrollBarProperty::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.fixed-header,
.fixed-footer {
    position: sticky;
    z-index: 10;
}

.header-second {
    position: sticky;
    top: 40px;
    background-color: white;
    z-index: 1;
}


.fixed-header {
    top: 0;
    background-color: white;
}

.fixed-footer {
    bottom: 0;
    background-color: white;
}
