<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*!
 * Elevate Global  v0.0.1
 * COPYRIGHT @ NIIT 2025. All rights reserved
 * Licensed under NIIT
 */
.date-filter {
    margin-bottom: 20px;
}

.dashboard-graph {
    float: left;
    margin: 0 1px 30px 0;
    width: 33%;
    position: relative;
}

.dashboard-graph canvas {
    display: block;
    margin: auto;
    max-width: 100%;
}

/* Dynamic Loader start */
.graph-title {
    font-weight: 700;
}

.graph-loader-add {
    position: relative;
}

.loader-parent {
    background: rgb(255, 255, 255, .9);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1055;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.showbar {
    display: flex;
    z-index: 9999
}

/* .loader-child {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.loader-child div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: loader-child 1.2s cubic-bezier(0, .5, .5, 1) infinite
}

.loader-child div:first-child {
    left: 8px;
    animation-delay: -.24s;
    background: rgb(0, 97, 175, 1);
}

.loader-child div:nth-child(2) {
    left: 32px;
    animation-delay: -.12s;
    background: rgb(0, 97, 175, .8);
}

.loader-child div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
    background: rgb(0, 97, 175, .5);
}

@keyframes loader-child {
    0% {
        top: 8px;
        height: 64px
    }

    100%,
    50% {
        top: 24px;
        height: 32px
    }
} */
.loader-child {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--nav-primary);
    position: relative;
}

.loader-child:before,
.loader-child:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 0;
    background: var(--nav-secondry);
    transform: rotate(0deg) translate(30px);
    animation: rotate 1s ease infinite;
}

.loader-child:after {
    animation-delay: 0.5s
}

@keyframes rotate {
    100% {
        transform: rotate(360deg) translate(30px)
    }
}

/* Dynamic Loader end */

/* Custom Modal starts */
.e-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
    /* Hidden by default */
}

.e-modal {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    /* Position relative for close button */
    min-height: 400px;
    margin: 130px auto 0 auto;
}

.e-close-modal {
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 10px;
}

#batchModal .upcoming-batch-heading {
    display: none;
}

#wpfooter {
    display: none;
}


.acf-field[data-name="courses_section"] .acf-table input[type=text],
.acf-field[data-name="courses_section"] .acf-table input[type=password],
.acf-field[data-name="courses_section"] .acf-table input[type=date],
.acf-field[data-name="courses_section"] .acf-table input[type=datetime],
.acf-field[data-name="courses_section"] .acf-table input[type=datetime-local],
.acf-field[data-name="courses_section"] .acf-table input[type=email],
.acf-field[data-name="courses_section"] .acf-table input[type=month],
.acf-field[data-name="courses_section"] .acf-table input[type=number],
.acf-field[data-name="courses_section"] .acf-table input[type=search],
.acf-field[data-name="courses_section"] .acf-table input[type=tel],
.acf-field[data-name="courses_section"] .acf-table input[type=time],
.acf-field[data-name="courses_section"] .acf-table input[type=url],
.acf-field[data-name="courses_section"] .acf-table input[type=week],
.acf-field[data-name="courses_section"] .acf-table textarea,
.acf-field[data-name="courses_section"] .acf-table select {
    width: 150px;
}

.acf-field[data-name="courses_section"]  .acf-repeater.-table {
    overflow-x: auto;
    width: 100%;
}

.acf-field[data-name="courses_section"]  .acf-repeater.-table::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.acf-field[data-name="courses_section"]  .acf-repeater.-table::-webkit-scrollbar
{
	height: 10px;
	background-color: #F5F5F5;
}

.acf-field[data-name="courses_section"]  .acf-repeater.-table::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}</pre></body></html>