* {
    padding: 0;
    margin: 0;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Prompt;
}

html, body {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Prompt';
    src: URL('../font/Prompt-Regular.ttf') format('truetype');
}

@media only screen and (max-width: 767px) {
    * {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) {
    * {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1920px) {
    * {
        font-size: 18px;
    }
}


.hideObj {
    display: none !important;
}

.flex-1 {
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.blurBack {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  pointer-events: none
}


/** webkit scrollbar */
::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

::-webkit-scrollbar-corner {
    background: #f6f6f6;
}


/* Loading */
#loader {
    z-index: 30000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-color: rgba(167, 167, 167, 0.2);

}

#loader>div {
    font-size: 1.2rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 50%;
    left: 50%;
}

@-webkit-keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #3d9cd4, 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.5), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.7), 1.8em -1.8em 0 0em #3d9cd4, 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.5), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.7), 2.5em 0em 0 0em #3d9cd4, 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.5), 2.5em 0em 0 0em rgba(61, 156, 212, 0.7), 1.75em 1.75em 0 0em #3d9cd4, 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.5), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.7), 0em 2.5em 0 0em #3d9cd4, -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.5), 0em 2.5em 0 0em rgba(61, 156, 212, 0.7), -1.8em 1.8em 0 0em #3d9cd4, -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.5), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.7), -2.6em 0em 0 0em #3d9cd4, -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.5), -2.6em 0em 0 0em rgba(61, 156, 212, 0.7), -1.8em -1.8em 0 0em #3d9cd4;
    }
}

@keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #3d9cd4, 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.5), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.7), 1.8em -1.8em 0 0em #3d9cd4, 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.5), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.7), 2.5em 0em 0 0em #3d9cd4, 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.5), 2.5em 0em 0 0em rgba(61, 156, 212, 0.7), 1.75em 1.75em 0 0em #3d9cd4, 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.5), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.7), 0em 2.5em 0 0em #3d9cd4, -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.2), -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.5), 0em 2.5em 0 0em rgba(61, 156, 212, 0.7), -1.8em 1.8em 0 0em #3d9cd4, -2.6em 0em 0 0em rgba(61, 156, 212, 0.2), -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.5), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.7), -2.6em 0em 0 0em #3d9cd4, -1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(61, 156, 212, 0.2), 1.8em -1.8em 0 0em rgba(61, 156, 212, 0.2), 2.5em 0em 0 0em rgba(61, 156, 212, 0.2), 1.75em 1.75em 0 0em rgba(61, 156, 212, 0.2), 0em 2.5em 0 0em rgba(61, 156, 212, 0.2), -1.8em 1.8em 0 0em rgba(61, 156, 212, 0.5), -2.6em 0em 0 0em rgba(61, 156, 212, 0.7), -1.8em -1.8em 0 0em #3d9cd4;
    }
}

#mainpage {
    background-color: #F5F5FA;
    width: 100%;
    height: 100%
}

/* SideBar */
#sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 4rem;
    text-align: center;
    overflow: auto;
    box-shadow: 0 0.2rem 0.3rem #134f74;
    background: linear-gradient(96deg, #0083bb 10%, #024c8b 45%, #070292 100%);
    /* background: #3f97cc; */
    z-index: 1;
}

#sidebar ul {
    padding: 0.1rem;
}

#sidebar li {
    padding: 0.55rem 0;
    cursor: pointer;
    list-style-type: none;
    margin: 1rem 0;
}

#sidebar .active, #sidebar li:hover {
    background-color: #6aafd7;
    border-radius: 100%;
}

#sidebar .active {
    padding: 0.5rem;
}

#sidebar .active .circle-active {
    display: flex;
    justify-content: center;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 1px 1px 3px #5f7ed3;
    width: 2rem;
}

#sidebar .active .circle-active i {
    color: #3d9cd4;
    font-size: 1.2rem;
}

#sidebar a {
    color: white;
    text-decoration: none;
}

#sidebar a:hover {
    color: #BBBCCE;
}

#sidebar i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 2rem;
}

#sidebar p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.logout_div {
    padding: 0.55rem 0;
    background: #6aafd7;
    border-radius: 100%;
    margin-bottom: 1rem;
    width: 3.2rem;
}

.logout_div button {
    background: transparent;
    border: 0;
    color: #ffffff;
}

.header_txt {
    color: #070292;
    font-weight: bold;
    font-size: 2rem;
}

.bg-custom {
    color: #070292;
    background: #d2d2f8;
}

.table-custom th,
.table-custom td {
    border: 1px solid #d6d5ff;
    vertical-align: middle;
    white-space: nowrap;
	min-width: 60px;
}

.table-custom>thead>tr {
    color: #fff;
    background: #024e8c;
}

.width-fit {
    width: fit-content;
}

.h-40 {
    height: 40%;
}

.w-30 {
    width: 30%;
}

.bg-yellow {
    background-color: #fff5aa !important
}


/* New Graph */
.input-date {
    background: #fff url(../img/calendar-alt-solid.svg) 96% 45% no-repeat;
    background-size: 0.9rem;
    cursor: pointer;
    border: 1px solid #c4c2e5;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    padding: 0.35rem 2rem 0.35rem 0.5rem;
    /* margin-right: 1rem; */
    /* color: #43588F; */
    color: #070292;
    text-align: center;
    width: 14rem;
}

input:focus, select:focus {
    color: #495057;
    background-color: #fff;
    box-shadow: inset 0 0 0 0.12rem rgba(0, 13, 255, 0.25);
    outline: none !important;
}

.white-box {
    display: flex;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem 1rem 1rem 2rem;
    height: 100%;
    box-shadow: 0 1px 4px #c5c5c5;
    flex-grow: 1;
    overflow: auto;
}

.grow-parent {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    border: 1px solid #357ebd52;
    border-radius: 0.25rem;
}

.canvas-box-parent {
    /* flex-grow: 1;
    overflow: auto; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.canvas-box {
    display: flex;
    position: relative;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
}

.canvas-box canvas {
    z-index: 1;
    flex-grow: 1;
    overflow: auto;
}

.text-inside {
    display: flex;
    flex-direction: column;
    transform: translate(27%, 0%);
    position: absolute;
    align-items: center;
    height: 100%;
    width: 50%;
    color: #070292;
    justify-content: center;
}

#all_num {
    font-size: 2rem;
    font-weight: bold;
}

#left_section {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 20rem;
    margin-right: 1rem;
}

#right_section {
    width: calc(100% - 21rem);
    /* flex-grow: 1; */
    padding: 0 1rem 0 3rem;
    overflow: auto;
}

.filter-head {
    color: #070292;
    font-size: 1.2rem;
    border-bottom: 1px dashed#0702923d;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

#filter_form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: auto;
    padding: 0 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed#0702923d;
}

.input-sel {
    cursor: pointer;
    border: 1px solid #c4c2e5;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    padding: 0.35rem 2rem 0.35rem 0.5rem;
    /* margin-right: 1rem; */
    /* color: #43588F; */
    color: #070292;
    width: 14rem;
}

select option {
    font-size: 0.9rem;
}

.filter-subhead {
    color: #595960;
    padding: 0.22rem 0.1rem;
    font-size: 0.9rem;
}

.filter-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.8rem;
}

.dropdown-toggle::after {
    display: none;
}

.no-info-group {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f0f0f9;
    border-radius: 0.25rem;

}

.no-info-group i {
    color: #ffc107;
    font-size: 5vw;
    margin-bottom: 1vw;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.no-info-group span  {
    color: #3f51b5;
    font-size: 1vw;
    font-weight: bold;
    letter-spacing: 0.1vw;
}

.filter-parent {
    flex-grow: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
    /* max-height: 25rem; */
}

/* Month select */
.by_month .year_group {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

#start_month {
    width: 6rem;
    padding-right: 0.5rem;
    background: #fff;
}

#end_month {
    width: 6.8rem;
    padding-right: 1.4rem;
}

.datepicker table tr td span {
    height: 2.5rem;
    line-height: 2.5rem;
}

.datepicker table tr td span.disabled {
    color: #7777776b;
}

/* Calendar */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td,
.daterangepicker .ranges li, .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 0.8rem;   
}
.inactive_span{
    pointer-events: none;
    opacity: 0.5;
}
