﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(all.min.css);
@import url(bootstrap-icons.min.css);
@import url(dataTables.min.css);
@import url(select2.min.css);

html, body {
    position: relative;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

    body:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        content: '';
        animation: change-color-anim 20s linear infinite;
        opacity: .5;
        z-index: -1;
    }

a, a:hover, a:focus {
    text-decoration: none;
    transition: 0.4s ease;
    cursor: pointer
}

h1, h2, h3, h4, h5, h6 {
    color: #020202;
    font-family: "Outfit", sans-serif;
}

h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
    font-weight: 600;
}

.font_500 {
    font-weight: 500
}

.font_600 {
    font-weight: 600
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ol {
    margin-bottom: 0
}
/* New Button CSS Edition ============================= */
@keyframes change-color-anim {
    0% {
        background: #fff7f3;
    }

    10% {
        background: #fff;
    }

    20% {
        background: #fcfff3;
    }

    30% {
        background: #fff;
    }

    40% {
        background: #e8e8e8;
    }

    50% {
        background: #fff;
    }

    60% {
        background: #ebfaec;
    }

    70% {
        background: #fff;
    }

    80% {
        background: #faf2eb;
    }

    90% {
        background: #fff;
    }
}

.btn-outline-purple {
    border-color: #5402b7;
    background: #fff;
    color: #5402b7;
}

    .btn-outline-purple:hover, .btn-outline-purple:active, .btn-outline-purple:focus {
        color: #ffffff;
        background: #6e24c8;
    }

.btn-outline-blue {
    border-color: #3F51B5;
    background: #fff;
    color: #3F51B5;
}

    .btn-outline-blue:hover, .btn-outline-blue:active, .btn-outline-blue:focus {
        color: #ffffff;
        background: #3F51B5;
    }

.btn-outline-orange {
    border-color: #ff840f;
    background: #fff;
    color: #f06900;
}

    .btn-outline-orange:hover, .btn-outline-orange:active, .btn-outline-orange:focus {
        color: #ffffff;
        background: #ff840f;
    }
/* ============================= New Button CSS Edition  */

.gradient_header {
    background: linear-gradient(to right, #673AB7 0%, #e6eaff 50%);
    color: #fff;
    font-weight: 600;
    padding: 7px 15px
}

.security_payment {
    position: relative
}

.security_payment {
    position: relative
}
/*.body_animation:before {
	position:fixed;content:'';
	left:30%; top:30%; 
	height:500px;width:100%; 
  filter: blur(calc(250px / 5));opacity:.1;
  background: linear-gradient(rgb(158, 82, 57, 85%), rgb(252, 82, 57));
  animation: rotate_circle 50s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
@keyframes rotate_circle {
  0% {transform: rotate(0deg);
  }
  100% {transform: rotate(360deg);
  }}
*/

/*-------------------------------------------------------------------------------
  2. Preloader
/* ------------------------------------------------------------------------------- */

.preloader {
    position: fixed;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f5f4f0;
    text-align: center;
    background: linear-gradient(45deg, #dffff9bd 0%, #b5f8ffc2 20%, #efefef 40%, #ebdfffc2 60%, #ffffff5c 80%, #fff3ed 100%);
    background-size: 600%;
    background-position: 0% 100%;
    -webkit-animation: gradient 7s ease-in-out infinite;
    animation: gradient 7s ease-in-out infinite;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

@-webkit-keyframes gradient {
    50% {
        background-position: 100% 0%;
    }
}

@keyframes gradient {
    50% {
        background-position: 100% 0%;
    }
}
/* .loader_logo {position: absolute; top: 20%;left:0;right:0}  */
.loader_logo {
    margin-bottom: 20px;
}

    .loader_logo img {
        max-width: 150px;
    }

.loader {
    height: 80px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

    .loader--dot:first-child {
        background-color: #8cc759;
        animation-delay: 0.5s;
    }

    .loader--dot:nth-child(2) {
        background-color: #8c6daf;
        animation-delay: 0.4s;
    }

    .loader--dot:nth-child(3) {
        background-color: #ef5d74;
        animation-delay: 0.3s;
    }

    .loader--dot:nth-child(4) {
        background-color: #f9a74b;
        animation-delay: 0.2s;
    }

    .loader--dot:nth-child(5) {
        background-color: #60beeb;
        animation-delay: 0.1s;
    }

    .loader--dot:nth-child(6) {
        background-color: #fbef5a;
        animation-delay: 0s;
    }

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}

    .loader--text:after {
        content: "Loading";
        font-weight: bold;
        animation-name: loading-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(230px);
    }

    65% {
        transform: translateX(230px);
    }

    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}


.body_animation {
    position: relative;
    animation: colorchange 50s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes colorchange {
    0% {
        background: #fff6ed;
    }

    10% {
        background: #ecfaff;
    }

    20% {
        background: #fff8fc;
    }

    30% {
        background: #fff6ed;
    }

    40% {
        background: #fbfbfb;
    }

    50% {
        background: #f6f8ff;
    }

    60% {
        background: #f5fff3;
    }

    70% {
        background: #fbfff6;
    }

    80% {
        background: #fafdfc;
    }

    90% {
        background: #fcf5ff;
    }

    100% {
        background: #fff0f7;
    }
}

sup {
    font-weight: 700;
    color: #df0303;
}

.theme_btn.line_btn {
    color: #fff;
    background: linear-gradient(to right, #09b59f 0%, #09b59f 51%, #1a685e 100%);
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    font-weight: 500;
    transition-duration: 0.3s;
    padding: 7px 20px;
    transition-timing-function: ease-in-out;
    font-size: 14px;
    border-radius: 5px;
    background-size: 200% auto;
}

    .theme_btn.line_btn:hover {
        color: #fff;
        background-position: right center;
    }

.fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav, .sb-nav-fixed .sb-topnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

#layoutAuthentication {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    #layoutAuthentication #layoutAuthentication_content {
        min-width: 0;
        flex-grow: 1;
    }

    #layoutAuthentication #layoutAuthentication_footer {
        min-width: 0;
    }

#layoutSidenav {
    display: flex;
}

    #layoutSidenav #layoutSidenav_nav {
        flex-basis: 350px;
        flex-shrink: 0;
        transition: transform 0.15s ease-in-out;
        z-index: 1038;
        transform: translateX(-350px);
    }

    #layoutSidenav #layoutSidenav_content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 0;
        flex-grow: 1;
        min-height: calc(96vh - 56px);
        margin-left: -350px;
    }

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
}
/*
.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1037;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;} */

@media (min-width: 1221px) {
    #layoutSidenav #layoutSidenav_nav {
        transform: translateX(0);
    }

    #layoutSidenav #layoutSidenav_content {
        margin-left: 0;
        transition: margin 0.15s ease-in-out;
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translateX(-350px);
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
        margin-left: -350px;
    }

        .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
            display: none;
        }
}

.sb-nav-fixed .sb-topnav {
    z-index: 1039;
    background: #fff;
    padding: 10px 0
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 350px;
    height: 100vh;
    z-index: 1038;
}

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
        padding-top: 86px;
    }

        .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
            overflow-y: auto;
        }

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 350px;
    top: 86px;
}

#layoutError {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    #layoutError #layoutError_content {
        min-width: 0;
        flex-grow: 1;
    }

    #layoutError #layoutError_footer {
        min-width: 0;
    }

.img-error {
    max-width: 20rem;
}

.f_icon {
    background: #fff;
    border-radius: 50%;
    width: 20px;
}

.nav .nav-link .sb-nav-link-icon,
.sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-right: 0.5rem;
}

.sb-topnav {
    padding-left: 0; /* height: 56px; */
    z-index: 1039;
}

    .sb-topnav .navbar-brand { /* width: 225px; */
        margin: 0;
    }

    .sb-topnav.navbar-dark #sidebarToggle {
        color: #3a1500;
        box-shadow: none;
        font-size: 20px;
    }

    .sb-topnav.navbar-light #sidebarToggle {
        color: #fff;
    }

.sb-sidenav {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
}

    .sb-sidenav .sb-sidenav-menu {
        flex-grow: 1;
    }

        .sb-sidenav .sb-sidenav-menu .nav {
            flex-direction: column;
            flex-wrap: nowrap;
        }

            .sb-sidenav .sb-sidenav-menu .sb-sidenav-menu-heading {
                padding: 10px 1rem 0.75rem;
                font-size: 16px;
                font-weight: bold;
                letter-spacing: 5px;
                text-transform: uppercase;
                text-align: center;
                border-top: 0;
                margin-top: 10px;
            }

                .sb-sidenav .sb-sidenav-menu .sb-sidenav-menu-heading:first-child {
                    margin-top: 0
                }

            .sb-sidenav .sb-sidenav-menu .nav .nav-link {
                display: flex;
                align-items: center;
                padding: 7px 15px;
                position: relative;
                z-index: 1;
                font-family: "Nunito Sans", sans-serif;
            }

                .sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
                    font-size: 0.9rem;
                }

                .sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
                    display: inline-block;
                    margin-left: auto;
                    transition: transform 0.15s ease;
                }

                .sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
                    transform: rotate(-90deg);
                }

            .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
                margin-left: 0;
                flex-direction: column;
                margin-bottom: 0;
            }

    .sb-sidenav .sb-sidenav-footer {
        padding: 10px 10px;
        flex-shrink: 0;
    }

.sb-sidenav-dark {
    position: relative;
    background: #fff;
    color: rgba(255, 255, 255); /* border-right: 1px solid #ddd; */
    box-shadow: 0 0 7px #ddd;
}

    .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
        color: #18485e78;
    }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link {
        color: #091034;
        font-weight: 500;
        font-size: 15px;
    }

    .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link {
        font-weight: 500;
        padding: 7px 10px;
        font-size: 13px;
        line-height: 1.3;
        padding-left: 25px;
        color: #3c3939;
        transition: 0.4s ease;
        border-bottom: 1px dashed #d8ece3;
    }

        .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link:after {
            position: absolute;
            font-family: bootstrap-icons;
            content: '\F234';
            font-size: 13px;
            width: 16px;
            height: 16px;
            line-height: 16px;
            top: 6px;
            left: 10px;
            color: #141313;
        }

        .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link:hover:after {
            content: '\F231';
            color: #073674;
        }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link[aria-expanded="true"] {
        background: #f4f9e6;
    }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link[aria-expanded="true"] .sb-nav-link-icon { /* color: #ffeb3b;*/
            background: -webkit-linear-gradient(99.79deg, #fff 0%, #FFEB3B 100%);
            background: linear-gradient(99.79deg, #fff 0%, #FFEB3B 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link[aria-expanded="true"]:hover {
            color: /*#e0261c*/
        }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon { /*color: #0d36cb;*/
        background: -webkit-linear-gradient(99.79deg, #673AB7 0%, #0035cd 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
        color: #d13d11;
    }

    .sb-sidenav-dark .sb-sidenav-menu .collapse.show .nav-link.active {
        color: #1b3a62;
        background: #d8ece3;
    }

    .sb-sidenav-dark .sb-sidenav-menu .collapse.show .sb-sidenav-menu-nested .nav-link.active:after {
        color: #00094b;
    }

.sb-sidenav .sb-sidenav-menu .nav .nav-link[aria-expanded="true"] .sb-sidenav-collapse-arrow {
    transform: rotate(0deg);
}
/*
.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
  color: #079d43;  
  background: #f4f9e6;}
 .sb-sidenav-dark .sb-sidenav-menu .nav-link.active {/* color: #fff;   background: #f4f9e6;}*/
.sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
    color: #0049b7;
}

.sb-sidenav-dark .sb-sidenav-footer {
    color: #fff; /*font-weight: 500;*/
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover .sb-nav-link-icon {
    color: #d13d11;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
    color: #fff;
}

.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link:hover {
    background: #FFF;
    color: #012a60
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #4caf50;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover:before {
    opacity: 1.0;
    transform: scale(1.0);
}

.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link:before {
    background: #d8ece3;
}

.sb-sidenav-light {
    background-color: #f8f9fa;
    color: #212529;
}

    .sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
        color: #adb5bd;
    }

    .sb-sidenav-light .sb-sidenav-menu .nav-link {
        color: #212529;
    }

        .sb-sidenav-light .sb-sidenav-menu .nav-link .sb-nav-link-icon {
            color: #adb5bd;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
            color: #adb5bd;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
            color: #0d6efd;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link.active {
            color: #0d6efd;
        }

            .sb-sidenav-light .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
                color: #0d6efd;
            }

    .sb-sidenav-light .sb-sidenav-footer {
        background-color: #e9ecef;
    }

.sb-nav-fixed.sb-sidenav-toggled #sidebarToggle .fa-align-right:before {
    content: "\f036";
}

.profile_right {
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.dataTable-wrapper .dataTable-container {
    font-size: 0.875rem;
}

.dataTable-wrapper.no-header .dataTable-container {
    border-top: none;
}

.dataTable-wrapper.no-footer .dataTable-container {
    border-bottom: none;
}

.dataTable-top {
    padding: 0 0 1rem;
}

.dataTable-bottom {
    padding: 0;
}

    .dataTable-top > nav:first-child, .dataTable-top > div:first-child, .dataTable-bottom > nav:first-child, .dataTable-bottom > div:first-child {
        float: left;
    }

    .dataTable-top > nav:last-child, .dataTable-top > div:last-child, .dataTable-bottom > nav:last-child, .dataTable-bottom > div:last-child {
        float: right;
    }

.dataTable-selector {
    width: auto;
    display: inline-block;
    padding-left: 1.125rem;
    padding-right: 2.125rem;
    margin-right: 0.25rem;
}

.dataTable-info {
    margin: 7px 0;
}
/* PAGER */
.dataTable-pagination a:hover {
    background-color: #e9ecef;
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
    background-color: #0d6efd;
}

.dataTable-pagination .ellipsis a,
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
    cursor: not-allowed;
}

    .dataTable-pagination .disabled a, .dataTable-pagination .disabled a:focus, .dataTable-pagination .disabled a:hover {
        cursor: not-allowed;
        opacity: 0.4;
    }

.dataTable-pagination .pager a {
    font-weight: bold;
}
/* TABLE */
.dataTable-table {
    border-collapse: collapse;
}

    .dataTable-table > tbody > tr > td, .dataTable-table > tbody > tr > th, .dataTable-table > tfoot > tr > td, .dataTable-table > tfoot > tr > th, .dataTable-table > thead > tr > td, .dataTable-table > thead > tr > th {
        vertical-align: top;
        padding: 0.5rem 0.5rem;
    }

    .dataTable-table > thead > tr > th {
        vertical-align: bottom;
        text-align: left;
        border-bottom: none;
    }

    .dataTable-table > tfoot > tr > th {
        vertical-align: bottom;
        text-align: left;
    }

    .dataTable-table th {
        vertical-align: bottom;
        text-align: left;
    }

        .dataTable-table th a {
            text-decoration: none;
            color: inherit;
        }

.dataTable-sorter {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    padding-right: 1rem;
}

    .dataTable-sorter::before, .dataTable-sorter::after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        right: 4px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        opacity: 0.2;
    }

    .dataTable-sorter::before {
        bottom: 4px;
    }

    .dataTable-sorter::after {
        top: 0px;
    }

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
    opacity: 0.6;
}

.dataTables-empty {
    text-align: center;
}

.dataTable-top::after,
.dataTable-bottom::after {
    clear: both;
    content: " ";
    display: table;
}

.btn-datatable {
    height: 20px !important;
    width: 20px !important;
    font-size: 0.75rem;
    border-radius: 0.25rem !important;
}

.dataTable-table > tbody > tr > td, .dataTable-table > tbody > tr > th, .dataTable-table > tfoot > tr > td, .dataTable-table > tfoot > tr > th, .dataTable-table > thead > tr > td, .dataTable-table > thead > tr > th {
    vertical-align: top;
    padding: 8px 10px;
}

.dataTable-table > tbody > tr > th, .dataTable-table > tfoot > tr > td, .dataTable-table > tfoot > tr > th, .dataTable-table > thead > tr > td, .dataTable-table > thead > tr > th {
    vertical-align: top;
    padding: 0.5rem 0.5rem;
}

.dataTable-table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

    .dataTable-table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .dataTable-table > tbody {
        vertical-align: inherit;
    }

    .dataTable-table > thead {
        vertical-align: bottom;
    }

    .dataTable-table > :not(:first-child) {
        border-top: 2px solid currentColor;
    }

.caption-top {
    caption-side: top;
}

.dataTable-table > :not(caption) > * {
    border-width: 1px 0;
}

    .dataTable-table > :not(caption) > * > * {
        border-width: 0 1px;
    }

.dataTable-table > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.dataTable-wrapper .dataTable-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pagination, .dataTable-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link, .dataTable-pagination a {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link, .dataTable-pagination a {
        transition: none;
    }
}

.page-link:hover, .dataTable-pagination a:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus, .dataTable-pagination a:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link, .page-item:not(:first-child) .dataTable-pagination a, .dataTable-pagination .page-item:not(:first-child) a, .dataTable-pagination li:not(:first-child) .page-link, .dataTable-pagination li:not(:first-child) a {
    margin-left: -1px;
}

.page-item.active .page-link, .page-item.active .dataTable-pagination a, .dataTable-pagination .page-item.active a, .dataTable-pagination li.active .page-link, .dataTable-pagination li.active a {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link, .page-item.disabled .dataTable-pagination a, .dataTable-pagination .page-item.disabled a, .dataTable-pagination li.disabled .page-link, .dataTable-pagination li.disabled a {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link, .dataTable-pagination a {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link, .page-item:first-child .dataTable-pagination a, .dataTable-pagination .page-item:first-child a, .dataTable-pagination li:first-child .page-link, .dataTable-pagination li:first-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link, .page-item:last-child .dataTable-pagination a, .dataTable-pagination .page-item:last-child a, .dataTable-pagination li:last-child .page-link, .dataTable-pagination li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link, .pagination-lg .dataTable-pagination a, .dataTable-pagination .pagination-lg a {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .dataTable-pagination a, .dataTable-pagination .pagination-lg .page-item:first-child a, .pagination-lg .dataTable-pagination li:first-child .page-link, .pagination-lg .dataTable-pagination li:first-child a, .dataTable-pagination .pagination-lg li:first-child .page-link, .dataTable-pagination .pagination-lg li:first-child a {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .dataTable-pagination a, .dataTable-pagination .pagination-lg .page-item:last-child a, .pagination-lg .dataTable-pagination li:last-child .page-link, .pagination-lg .dataTable-pagination li:last-child a, .dataTable-pagination .pagination-lg li:last-child .page-link, .dataTable-pagination .pagination-lg li:last-child a {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link, .pagination-sm .dataTable-pagination a, .dataTable-pagination .pagination-sm a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .dataTable-pagination a, .dataTable-pagination .pagination-sm .page-item:first-child a, .pagination-sm .dataTable-pagination li:first-child .page-link, .pagination-sm .dataTable-pagination li:first-child a, .dataTable-pagination .pagination-sm li:first-child .page-link, .dataTable-pagination .pagination-sm li:first-child a {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .dataTable-pagination a, .dataTable-pagination .pagination-sm .page-item:last-child a, .pagination-sm .dataTable-pagination li:last-child .page-link, .pagination-sm .dataTable-pagination li:last-child a, .dataTable-pagination .pagination-sm li:last-child .page-link, .dataTable-pagination .pagination-sm li:last-child a {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.card-header {
    font-weight: 500;
}

.login_view {
    background: url(../images/davv_bg.jpg);
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
/*.login_view:before{ position: absolute;content: '';top: 0;left: 0;right: 0;
	bottom:0;height: 100%;z-index: -1; background:#011c110f;} */
.copyright_div {
    background: #1a685e;
    color: #fff;
    padding: 10px 0;
}

    .copyright_div a {
        color: #fff
    }

.logo_inline {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 0;
}

.logo_img img {
    max-width: 70px
}

.logo_text {
    padding-left: 10px;
}

.login_view .logo_text {
    padding-left: 0;
}

.logo_text h2 {
    font-size: 24px
}

.logo_text h4 {
    font-size: 14px
}

.logo_text h5 {
    font-size: 24px;
    margin-bottom: 0;
    color: #16448d;
 
    background: -webkit-linear-gradient(99.79deg, #9fbe00 0%, #057f46 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo_text h6 {
    font-size: 16px;
    color: #d13d11;
    margin-bottom: 0
}

.login_view .logo_text h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

h3.login_head {
    position: relative; /* background: #f3c74e;color: #fff;*/
    font-size: 20px;
    padding: 8px 0 10px;
    box-shadow: 0 5px 15px #ddd;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar {
    background-color: #f5f2ea;
    width: 7px;
    border-radius: 10px;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

footer {
    position: relative;
    background: #d13d11;
    color: #fff
}

    footer a {
        color: #ffdd7e;
    }

h3.login_head:before {
    background: #7e7e7e;
    background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to left, #cd8929 0%, #fff 100%);
    left: 15px;
}

h3.login_head:after {
    background: #7e7e7e;
    background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to right, #cd8929 0%, #fff 100%);
    right: 15px;
}

h3.login_head:before, h3.login_head:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 20%;
}

.profile_right .navbar-nav .nav-link {
    color: #3a1500;
    font-weight: 500;
}

    .profile_right .navbar-nav .nav-link:hover {
        color: #d13d11;
    }

.navbar-dark .profile_right .navbar-nav .nav-link:focus {
    color: #d13d11;
}

.navbar-expand .navbar-nav .dropdown-menu {
    top: 105%;
    box-shadow: 0 10px 40px 0 rgb(104 113 123 / 20%);
    border: 1px solid #7fbf7f;
    background: #fefef6;
    border-radius: 1px;
}

.dropdown-menu {
    padding: 0
}

.user_profile_window {
    position: relative;
    padding: 15px 0 0;
    text-align: center;
}

.profile_pic {
    position: relative;
    /*width: 90px;height: 90px;padding: 5px;background: #f5f8f9;border-radius: 50%;margin: 0 auto;margin-bottom: 15px;box-shadow: 0 5px 15px #ddd;*/ margin-bottom: 10px;
}

    .profile_pic img {
        width: 90px;
        height: 90px;
        padding: 5px;
        background: #f5f8f9;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 15px;
        box-shadow: 0 5px 15px #ddd;
    }

.profile_text h5 {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.profile_text p {
    font-size: 14px;
}

.profile_text a {
    color: #212529;
}

    .profile_text a:hover {
        color: #100ccd;
    }

.dropdown-menu-arrow:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #d8ece3;
    position: absolute;
    top: -7px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #1b3a62;
    border-left: 1px solid #1b3a62;
}

.dropdown-menu-arrow.dropdown-menu-end:before, .dropdown-menu-arrow.dropdown-menu-end:after {
    left: auto;
    right: 18px;
}

.button_boxes {
    position: relative;
    text-align: center;
    border-top: 1px solid #7fbf7f;
    padding: 5px 0;
    margin-top: 5px;
    background: #fff;
}

.button_boxes_bg {
    position: relative;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 10px 0 5px;
    margin-top: 5px;
    background: #fff;
}

.button_boxes a {
    padding: 2px 10px;
    display: inline-block;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 400;
}

.dashboard_windowcontrol .button_boxes a.btn-success:first-child {
    background: #16448d;
}

    .dashboard_windowcontrol .button_boxes a.btn-success:first-child:hover {
        background: #198754;
    }

.button_boxes a:hover {
    background: #252221;
    color: #fff
}

.user_guide_btn {
    background: #fbbb00;
    color: #242120;
}

.password_btn {
    background: #398719;
    color: #fff;
}

.logout_btn {
    background: #db3645;
    color: #fff;
}

.max_h1 {
    font-size: 200px;
    font-weight: 700
}
/* backtoup */
.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(119, 119, 119, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        content: '\f062';
        font-family: "Font Awesome 6 Free";
        text-align: center;
        line-height: 46px;
        font-size: 20px;
        color: #09b59f;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        font-weight: 900;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .progress-wrap svg path {
        fill: #fff;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #1a685e;
        stroke-width: 4;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.logo_box {
    position: relative;
    border-bottom: 1px solid rgb(206, 212, 218, 0.45);
    margin-bottom: 7px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
}

    .logo_box a {
        display: block;
        max-width: 180px;
        margin: 0 auto;
    }

.tab_btn_control {
    position: relative;
    margin-bottom: 25px;
}

    .tab_btn_control .tab_btn {
        position: relative;
        display: inline-block;
        padding: 2px 25px;
        border: 2px solid #7dd0ff;
        border-radius: 3px;
        color: #279ddf;
        font-weight: 500;
        background: #e5f5ff;
        font-size: 18px;
    }

        .tab_btn_control .tab_btn:hover {
            background: #1e5574;
            color: #fff;
            border-color: #1e5574
        }

.align_right {
    text-align: right
}

.pagehead_buttons {
    margin-top: 30px;
}

    .pagehead_buttons .tab_btn_control {
        text-align: right
    }

.login_form_box {
    margin-top: 70px;
}

.onalign_view {
    position: relative;
}

    .onalign_view .card {
        position: relative;
        height: 100%;
        background: #f6fff1;
        border: 1px solid #007a6f
    }

        .onalign_view .card.white_bg {
            background: #fff;
        }
/*
.onalign_view .card:before {position: absolute;top: 0;left: -100%;display: block;content: "";width: 50%;height: 100%;background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);z-index: 2; }
.onalign_view .card:hover::before {-webkit-animation: shine 1.3s;animation: shine 1.3s; }*/
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.newflash {
    position: relative;
    z-index: 1;
}

    .newflash:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 16px;
        height: 16px;
        background: linear-gradient(99.79deg, #08e187 0%, #0035cd 100%);
        border-radius: 50%;
        z-index: -1;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }


/*
.avedan_btnlink {color: #fff;}
.avedan_btnlink a {position: relative;transition: 0.4s ease;font-weight: 600;display: inline-block;background: url(../images/btn_bg.gif);padding: 5px 15px;color: #fff;font-size: 16px;transition-duration: 0.3s;transition-timing-function: ease-in-out;background-size: 200% auto;z-index: 1;border-radius: 15px;margin-right: 15px;background-size: cover;}
.avedan_btnlink a:hover {background:linear-gradient(to right, #09b59f 0%, #09b59f 51%, #1a685e 100%);background-position: right center;}
@keyframes slide {0% {transform: translateX(-100%);}100% {transform: translateX(100%);}}  
*/

.card-header {
    background: #449970;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 15px;
    font-weight: 500;
}

.card-footer {
    position: relative;
    background: rgb(0 122 111);
}

.card-header i {
    color: #d8ece3;
}

.card-header h4 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.main_side_bg {
    position: relative;
    height: 100%;
}

    .main_side_bg:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1
    }

/* BG Color Div ==================================== */
.bg_yellow {
    background: #f9e379;
}

.bg_pink {
    background: #f30ecc;
}

.bg_darkblue {
    background: #0064ab;
}

.bg_lightblue {
    background: #d0ebff;
}

.bg_lightgreen {
    background: #b6dbaf;
}

.bg_lightred {
    background: #ffa4a4;
}

.bg_lightyellow {
    background: #f5e8a7;
}

.bg_light {
    background: #fdfaef;
}

.bg_lightpink {
    background: #ffbbe4;
}

.bg_lightbrown {
    background: #edb780;
}

.bg_offred {
    background: #ddbebe
}

.bg_redpink {
    background: linear-gradient(rgb(255 147 147), rgb(207 43 126))
}

.bg_red {
    background: #d13d11
}

.bg_green {
    background: ##198754
}

.bg_bluepink {
    background: linear-gradient(rgb(255 119 157), rgb(0 227 227))
}

.bg_brown {
    background: linear-gradient(rgb(255 181 181), rgb(135 40 11))
}

.bg_mangolight {
    background: linear-gradient(rgb(187 143 50), rgb(205 54 54))
}

.bg_lightgreen2 {
    background: linear-gradient(rgb(24 104 86), rgb(104 135 11))
}

.bg_rgb {
    background: linear-gradient(rgb(255 164 164), rgb(20 69 143))
}

.bg_purplemist {
    background: linear-gradient(rgb(175 152 203), rgb(139 23 187))
}

.bg_greenmist {
    background: linear-gradient(#4caf50, #009688)
}

.bg_bluemist {
    background: linear-gradient(rgb(36 89 169), rgb(23 179 187))
}

.bg_redmist {
    background: linear-gradient(rgb(233 35 25), rgb(187 23 106))
}

.bg_pinkmist {
    background: linear-gradient(rgb(108 50 90), rgb(223 45 185))
}

.bg_yellowmist {
    background: linear-gradient(rgb(171 158 7), rgb(233 169 25))
}

.bg_lightorange {
    background: linear-gradient(rgb(255 156 99), rgb(213 98 0))
}

.bg_skyblue {
    background: linear-gradient(rgb(99 241 255), rgb(0 56 213))
}

.bg_greenmist .statistics_box span.box_icon {
    background: rgb(2, 102, 28, 0.32)
}

.bg_bluemist .statistics_box span.box_icon {
    background: rgb(2, 56, 102, 0.32)
}

.bg_redmist .statistics_box span.box_icon {
    background: rgb(175, 12, 4, 0.32)
}

.bg_pinkmist .statistics_box span.box_icon {
    background: rgb(137, 26, 112, 0.68)
}

.bg_yellowmist .statistics_box span.box_icon {
    background: rgb(179, 125, 4, 0.89)
}

.bg_lightorange .statistics_box span.box_icon {
    background: rgb(237 109 0)
}

.bg_rgb .statistics_box span.box_icon {
    background: rgb(177 40 40)
}

.bg_lightgreen2 .statistics_box span.box_icon {
    background: rgb(5 100 4)
}

.bg_skyblue .statistics_box span.box_icon {
    background: rgb(7, 61, 184, 0.80)
}

.bg_mangolight .statistics_box span.box_icon {
    background: rgb(129 19 17)
}

.bg_brown .statistics_box span.box_icon {
    background: rgb(118 45 23)
}

.bg_green .statistics_box span.box_icon {
    background: rgb(13 54 39)
}

.bg_red .statistics_box span.box_icon {
    background: rgb(255 79 78)
}

.bg_redpink .statistics_box span.box_icon {
    background: rgb(178 41 108)
}

.bg_bluepink .statistics_box span.box_icon {
    background: rgb(219 35 77)
}
/* BG Color Div ==================================== */
.statistics_box {
    position: relative;
    text-align: center
}

.iconic_view img {
    margin-bottom: 10px;
    max-width: 50px;
}

span.box_icon {
    font-size: 30px;
    color: #fff;
    background: rgb(209 61 17);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

    span.box_icon:before {
        position: absolute;
        top: 0;
        left: -100%;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        z-index: 2;
        border-radius: 50%;
    }

.onalign_view .card:hover span.box_icon:before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}

.statistics_box h6 {
    background: rgb(255, 255, 255, 0.85);
    padding: 2px 10px;
    position: relative;
    font-weight: 500;
    border-radius: 2px;
    display: inline-block;
    font-size: 20px;
    margin: 0 auto;
    box-shadow: 0 5px 10px #ddd;
}

.onalign_view .statistics_box h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #3a1500;
    padding: 0 10px;
}

.onalign_view .card:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 98%;
    height: 2px;
    background: #d13d11;
    transform: scale(0,1);
    transform-origin: center;
    transition: transform 500ms ease;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}

.onalign_view .card:hover::after {
    transform: scale(1,1);
    transform-origin: center
}

.onalign_view .card:hover {
    box-shadow: 0 5px 10px #eee;
}

.dashboard_windowcontrol {
    position: relative;
}

.first_trbg .table tbody tr:first-child {
    vertical-align: middle;
    font-size: 14px; /* background: #efffd6;*/
}

.first_trbg.last_td .table tbody tr:last-child td {
    background: #09b59f;
    color: #fff;
    font-weight: 500;
}

.table tbody tr th {
    font-weight: 600;
}

.first_trbg .table tbody tr th {
    font-weight: 600;
}

.table {
    font-size: 15px;
    width: 100%;
}
    /* .first_trbg .table tbody tr td:first-child {font-weight: 600;} */

    .table th {
        position: sticky;
        top: 0;
        font-weight: 500;
    }

.pd_cpation .table th {
    top: -50px;
}

footer {
    position: relative;
    padding: 10px 0;
}

.loader_circle {
    left: 0;
    right: 0;
    width: 50px;
    position: absolute;
    top: 45%;
    height: 50px;
    text-align: center
}

.loader_bg {
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.80;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}

.loader_img {
    margin: auto;
    font-family: Trebuchet MS;
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: small;
    vertical-align: middle;
    top: 45%;
    position: fixed;
    right: 45%;
    color: #275721;
    text-align: center;
}

.step_heading {
    background: #ffcb0f;
    display: inline-block;
    padding: 7px 15px 5px;
    font-size: 18px;
    color: #020202;
    border-left: 5px solid #ff8e02;
    box-shadow: 0 10px 15px #eee;
    border-radius: 0 15px 15px 15px;
}
/*================== Tabs Design CSS ======================  */

.nav_tab .nav-tabs .nav-link {
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    background: #f7f7f7;
    color: #111;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid rgb(22, 21, 21, 0.23);
}

    .nav_tab .nav-tabs .nav-link.active {
        background: #1a685e;
        border: 0;
        color: #fff;
    }

.nav_tab .nav-tabs {
    border: 0;
}

    .nav_tab .nav-tabs .nav-link.active:after, .nav_tab .nav-tabs .nav-link.active:before {
        content: '';
        height: 0;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 0;
    }

    .nav_tab .nav-tabs .nav-link.active:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #1a685e;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%;
    }

.tab_inner_control {
    position: relative; /*padding: 15px 0;*/
}
/*================== Tabs Design CSS End ==================  */

/*=============== Collapse/Accordion Design CSS ===========  */
.accordion-button::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    background-image: none;
    font-size: 20px;
    font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
    content: "\f107";
    position: relative;
    right: 5px;
}

.accordion-button {
    font-weight: 500;
    font-size: 18px;
    background: #f2feff;
    padding: 10px 15px;
}

    .accordion-button:not(.collapsed) {
        color: #fff;
        background: #09b59f;
        box-shadow: none;
    }
/*=============== Collapse/Accordion Design CSS End ===========  */

.edition_btn_control {
    text-align: right
}

.pd_cpation {
    padding-top: 50px;
    position: relative
}

    .pd_cpation caption {
        position: absolute;
        top: 0;
        text-align: center;
        left: 0;
        right: 0;
        font-size: 15px;
        font-weight: 500;
        color: #cb0505;
    }

.table-responsive { /* max-height: 500px;*/
    overflow-x: scroll;
}

.table_control .table {
    width: max-content;
    min-width: 100%;
}
.table > thead {
    vertical-align: unset;
}

.form-label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 15px;
}

.form-check-label {
    font-size: 14px;
    color: #575656
}

.form-check {
    margin-bottom: 0;
    min-height: auto;
}

.mr_left15 label {
    margin-right: 20px;
    padding-left: 5px;
    font-weight: 400;
}

.mx_100px {
    max-width: 100px
}

hr {
    border-color: #524d4d;
    margin-top: 0;
    opacity: .15;
    border-radius: 15px;
}

.first_trbg .table #chklablist tbody tr:first-child {
    background: transparent;
}

.first_trbg .table #chklablist label {
    margin-left: 5px;
    margin-right: 15px;
}

.redtext {
    font-weight: 400;
    color: #cf0101;
}

.greentext {
    font-weight: 400;
    color: #009d54;
}

.redtext_s {
    font-weight: 500;
    color: #cf0101;
    font-size: 10px;
}

.greentext_s {
    font-weight: 500;
    color: #009d54;
    font-size: 10px;
}

.breadcrumb-item a {
    color: #025a4a;
    font-weight: 500;
}

.points_list_box {
    position: relative;
    padding: 15px;
    border: 2px solid #09b59f;
    border-radius: 5px;
}

    .points_list_box ul {
        margin: 0;
        padding: 0;
    }

        .points_list_box ul li {
            padding: 0px 0px 10px 20px;
            position: relative;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
            list-style-type: none;
        }

            .points_list_box ul li:before { /* display: inline-block; */
                position: absolute;
                font-family: 'Font Awesome 6 Free';
                content: "\f192";
                top: 2px;
                left: 0;
                font-size: 14px;
                font-weight: 400;
                color: #09b59f;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

            .points_list_box ul li:hover {
                padding-left: 25px;
            }

            .points_list_box ul li ul {
                margin-top: 5px;
            }

                .points_list_box ul li ul li {
                    padding-left: 15px;
                }

                    .points_list_box ul li ul li:before {
                        content: "\f0da";
                        font-weight: 600;
                    }

.icon_a i {
    color: #14b8a3;
}

.icon_a a {
    color: #00622c;
    font-weight: 500;
    position: relative;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    box-shadow: 0px 5px 60px 0px rgb(0,0,0,0.2);
    padding: 5px 10px;
    border-radius: 15px;
}

    .icon_a a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 95%;
        height: 2px;
        transform: scale(0,1);
        background: #14b8a3;
        transition: transform 500ms ease;
        right: 0;
        margin: 0 auto;
    }

    .icon_a a:hover::after {
        transform: scale(1,1);
        transform-origin: center
    }

.TableFixedHeader {
    width: 100%;
    position: relative
}

    .TableFixedHeader th {
        position: sticky;
        top: 0;
        background: #efffd6
    }
/* Custom Popup Edition ================================================= */

.custom_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 38, 10, 0.75);
    z-index: 1111;
}

.popup_window {
    width: 600px;
    padding: 30px;
    background: #fff;
    margin: 15% auto;
    border-radius: 7px;
    text-align: center;
}

.redicon {
    font-size: 80px;
    color: #bd0505;
    margin-bottom: 15px;
}

.greenicon {
    font-size: 80px;
    color: #009d1b;
    margin-bottom: 15px;
}

.highlight_h {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 7px 15px;
    border-radius: 20px;
    position: relative;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    transition: 0.5s ease;
    color: #fff;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #ec0024;
    }

    50% {
        background-color: #ff8d2a;
    }

    100% {
        background-color: #ec0024;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ec0024;
    }

    50% {
        background-color: #ff8d2a;
    }

    100% {
        background-color: #ec0024;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ec0024;
    }

    50% {
        background-color: #ff8d2a;
    }

    100% {
        background-color: #ec0024;
    }
}

@keyframes glowing {
    0% {
        background-color: #ec0024;
    }

    50% {
        background-color: #009d1b;
    }

    100% {
        background-color: #ec0024;
    }
}
/* Custom Popup Edition ================================================= */

.form-control {
    font-size: 15px;
}

.form-select {
    font-size: 15px;
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.30rem;
    --bs-btn-font-size: 13px;
    line-height: 1.2;
}

.tab_nav_box .tab-content {
    padding: 30px 15px;
    box-shadow: 0 5px 10px #eee;
    background: #fff;
}

.tab_nav_box .nav-tabs {
    border: 0
}

    .tab_nav_box .nav-tabs .nav-link {
        border: 0;
        background: #f3f3f3;
        position: relative;
        height: 100%;
        color: #2e2e2e;
        box-shadow: 0 1px 1px #ddd;
        text-align: center;
        display: inline-block;
        width: 33%;
        float: left;
        margin: .16%;
        font-size: 20px;
        font-weight: 600;
        padding: 15px 15px 10px;
    }

        .tab_nav_box .nav-tabs .nav-link h3 {
            font-weight: 400
        }

        .tab_nav_box .nav-tabs .nav-item.show .nav-link, .tab_nav_box .nav-tabs .nav-link.active {
            color: #fff;
            background: #d13d11;
            box-shadow: 0 1px 1px #fff;
        }

            .tab_nav_box .nav-tabs .nav-item.show .nav-link, .tab_nav_box .nav-tabs .nav-link.active h3 {
                font-weight: 500
            }

            .tab_nav_box .nav-tabs .nav-item.show .nav-link, .tab_nav_box .nav-tabs .nav-link.active .icon_style {
                color: #5a0000;
            }

            .tab_nav_box .nav-tabs .nav-link.active:after, .tab_nav_box .nav-tabs .nav-link.active:before {
                content: '';
                height: 0;
                position: absolute;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                top: 50%;
                width: 0;
            }

            .tab_nav_box .nav-tabs .nav-link.active:after {
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #6810c9;
                left: 50%;
                right: auto;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                top: 100%;
            }

            .tab_nav_box .nav-tabs .nav-link.active:before {
                content: '';
                height: 0;
                position: absolute;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                top: 50%;
                width: 0;
            }

.icon_img {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 10px;
}

    .icon_img img {
        width: 50px;
    }

.dark_icon {
    color: #068325
}

.honers_img a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f75353;
    border-radius: 50%;
    border: 5px solid #fff;
    top: 10%;
    right: 5px;
    padding-top: 8px
}

    .honers_img a .bi {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #fff;
    }

.step_number {
    font-weight: 500;
    font-size: 18px;
    text-align: right;
    display: block;
}

.step_fname {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    display: block;
}

.top_link_view {
    position: relative;
}

    .top_link_view a {
        padding: 10px 15px;
        border: 1px solid #f4f9e6;
        border-radius: 5px;
        color: #040ba9;
        background: #fff;
        font-weight: 500;
    }

.top_link_view_select {
    display: flex;
    float: right;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #f4f9e6;
    border-radius: 5px;
    color: #0c1191;
    background: #fff;
    font-weight: 500;
}

    .top_link_view_select label {
        display: block;
        width: 90%;
        margin-right: 5px;
    }

    .top_link_view_select .form-select-sm {
        height: 30px;
        border: 0
    }
/* New CSS Edition ====================== */

.statistics_boxs_d2 {
    position: relative;
    border: 1px solid #d13d11;
    padding: 15px;
    border-radius: 15px 15px 0 15px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 100%;
}

    .statistics_boxs_d2.bdr_v2 {
        border-radius: 15px 15px 15px 0;
    }

    .statistics_boxs_d2:hover {
        background: #ebfffc;
        transform: translateY(-7px);
        border-color: #d13d11;
        box-shadow: 0 10px 15px #eee;
    }

.bdr_shape {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
}
    /*.statistics_boxs_d2 h6 {background: rgb(255, 255, 255, 0.85);padding: 2px 10px;position: relative;font-weight: 500;border-radius: 2px;display: inline-block;font-size: 16px;} */

    .bdr_shape .box_icon_d2 {
        font-size: 30px;
        color: #6c43de;
        display: block;
        margin-right: 10px;
        text-align: center;
        border-radius: 50%;
        position: relative;
    }

    .bdr_shape h4 {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
        width: 50%;
        transition: all .5s ease-in-out;
    }

    .bdr_shape h6 {
        padding: 5px;
        background: #f4f9e6;
        position: absolute;
        right: 0;
        font-weight: 600;
        font-size: 14px;
        transition: all .5s ease-in-out;
    }

.statistics_boxs_d2:hover .bdr_shape h6 {
    background: #d13d11;
    color: #fff
}

.btn_style1 {
    position: relative;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    padding: 3px 12px;
    display: inline-grid;
    text-transform: capitalize;
    color: #2b2b2b;
    background-color: #fff;
    font-size: 13px;
    border: 1px solid #f4f9e6;
}

    .btn_style1 .txt {
        position: relative;
        z-index: 1;
    }

    .btn_style1:before {
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        position: absolute;
        width: 20px;
        height: 20px;
        content: "";
        right: -10px;
        bottom: -10px;
        border-radius: 50%;
        z-index: 1;
        background-color: #794ab6;
    }

    .btn_style1 i {
        position: relative;
        z-index: 1;
        font-style: normal;
        display: inline-block;
        margin-left: 5px;
    }

    .btn_style1:hover {
        color: #fff;
    }

        .btn_style1:hover:before {
            width: 100%;
            height: 100%;
            right: 0px;
            bottom: 0px;
            border-radius: 0px;
        }

.col_pd0 {
    padding: 0
}

.tune_bg {
    background: #00a1ff70;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
}

.card-body table tr th, .card-body table tr td {
    vertical-align: middle;
    word-break: break-word;
}

.center_f {
    text-align: center;
    padding: 5px;
}

.veri-inner_table {
    border: 1px solid #e8e8e8;
}

    .veri-inner_table tr:nth-child(even) {
        background: #f7f7f7;
    }

    .veri-inner_table tr:nth-child(odd) {
        background: #FFF
    }

    .veri-inner_table th {
        font-size: 14px;
        color: #000000;
        font-weight: bold;
        border: 1px solid #f7f7f7;
        padding: 8px 25px;
        text-align: left;
    }

    .veri-inner_table td {
        padding: 10px;
        border: 1px solid #F2F2F2;
        font-size: 14px;
    }

.round-img {
    border: 2px solid #fff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 20px #c3c3c3;
}

b, strong {
    font-weight: 700;
}

.table_line {
    border: 1px solid #ddd;
    border-radius: 7px;
}

    .table_line tr:last-child {
        border: 0;
    }

.card {
    position: relative; /*height:100%*/
}

.page_nav h1 {
    font-size: 24px;
    font-weight: 500;
}

.card-header.bg1 {
    background: #ffc3d3;
}

.card-header.bg2 {
    background: #ffc369;
}

.breadcrumb {
    margin-bottom: 0
}
/* New Info Layout Design CSS Start ======================= */

.bdr_formbox {
    position: relative;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 7px;
    margin-bottom: 50px;
}

    .bdr_formbox h5 .green_themehead {
        background: #1b9f20;
        color: #fff;
        padding: 5px 20px;
        border-radius: 50px;
        position: absolute;
        top: -15px;
        font-size: 18px;
    }

.listview_onalign h6 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase
}

    .listview_onalign h6 .filled_text {
        text-transform: capitalize;
        font-weight: 500;
        color: #1b9f20
    }

.listview {
    position: relative;
    border-left: 2px solid #4caf50;
    padding-left: 15px
}

    .listview:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background: white;
        border: 1px solid #607D8B;
        box-shadow: 0 5px 0px #4CAF50;
        border-radius: 50%;
        left: -8px;
        top: 0px;
    }

    .listview h6 {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase
    }
/* New Info Layout Design CSS End ======================= */



/* ================== Responsive Media ================== */


@media (max-width:1230px) {
    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
        padding-bottom: 50px;
    }
}

@media (max-width:990px) {
    .pagehead_buttons .tab_btn_control {
        text-align: center
    }

    .align_right {
        text-align: center
    }

    #layoutSidenav #layoutSidenav_nav {
        flex-basis: 300px;
        transform: translateX(-300px);
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
        width: 300px;
    }

    .logo_inline {
        padding-left: 0;
        margin-bottom: 5px;
    }

    .avedan_btnlink a {
        padding: 5px 7px;
        font-size: 13px;
    }
}

@media (max-width:768px) {
    .logo_text h5 {
        font-size: 18px;
    }

    .max_h1 {
        font-size: 100px;
    }

    .login_form_box {
        margin-bottom: 50px;
    }

    .login_form_box {
        margin-top: 30px;
    }

    .btn {
        --bs-btn-line-height: 1.2;
        --bs-btn-font-size: 14px;
    }

    h1 {
        font-size: 21px;
    }

    .breadcrumb-item {
        font-size: 13px;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
        padding-top: 100px;
    }

    .profile_right {
        padding-bottom: 2px;
        max-width: 95%;
    }

    .avedan_btnlink a {
        padding: 2px 10px 2px 5px;
        font-size: 13px;
    }

    .notice_flash .news_head {
        padding: 5px 15px 5px 15px;
    }

    .notice_flash .notice_text {
        padding: 5px;
    }

    .logo_inline {
        padding-left: 0;
        margin-bottom: 5px;
    }

    .logo_text h6 {
        font-size: 14px
    }
}

@media (max-width:650px) {
    .logo_text h6 {
        font-size: 12px;
    }
}

@media (max-width:350px) {
    .avedan_btnlink a {
        padding: 2px 5px 2px 2px;
        font-size: 12px;
    }

    .navbar-expand .navbar-nav.me-3 {
        margin-right: 0 !important;
    }
}
/*#=============== New Theme Edition Start ==================#*/

/* .sb-nav-fixed .sb-topnav {background:#fff;border-color:#ddd} */
.sb-nav-fixed .sb-topnav {
    background-image: linear-gradient(90deg, #198754, #198754 25%, #007432 25%, #ff7b01 45%, #ff7b01 45%, #f0b400 75%, #f0b400 75%);
    background-size: 100% 2px;
    background-position: bottom;
    background-repeat: no-repeat;
}

.grid_list {
    position: relative;
}

    .grid_list ul {
        margin: 0;
        padding: 0
    }

        .grid_list ul li {
            display: inline-block;
            padding: 0 0 5px 0px;
            width: calc(32% - 2px);
            float: none;
            position: relative;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
            vertical-align: top;
        }






/* .logo_text h5 {color:#fff} */
.logo_text h6 {
    color: #62706a;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0 2px 5px #ddd;
}

.sb-topnav.navbar-dark #sidebarToggle {
    color: #198754;
}

.profile_right .navbar-nav .nav-link {
    color: #1b3a62;
    font-size: 16px;
}

    .navbar-dark .profile_right .navbar-nav .nav-link:focus, .profile_right .navbar-nav .nav-link:hover {
        color: #0B3D2C;
    }

.sb-sidenav-dark .sb-sidenav-footer, footer {
    background: #066343;
}

.onalign_view .card {
    background: transparent
}

footer a {
    color: #e4e39b;
}
/* .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon { */
/* color: #d8ece3; */
/* } */

.sb-sidenav-dark .sb-sidenav-menu .nav-link:before {
    background: #0B3D2C;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover .sb-nav-link-icon { /*color: #fff*/
    background: -webkit-linear-gradient(99.79deg, #fff 0%, #FFEB3B 100%);
    background: linear-gradient(99.79deg, #fff 0%, #FFEB3B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
    position: relative;
    color: #141313;
    right: -10px;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link[aria-expanded="true"] {
    background: #0B3D2C;
    color: #fff;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link[aria-expanded="true"] .sb-sidenav-collapse-arrow {
    color: #cbe428;
}

.sb-sidenav .sb-sidenav-menu .nav .dashhome .nav-link.collapsed { /* color: #f7ffce; */
    font-weight: 700;
    text-transform: uppercase;
    background: #ecf0f1;
}

.sb-sidenav .sb-sidenav-menu .nav .dashhome span {
    padding-left: 7px;
}

.sb-sidenav .sb-sidenav-menu .nav .dashhome i {
    color: #0f4d8f
}

.btn-outline-success {
    --bs-btn-color: #0a6813;
    --bs-btn-border-color: #04912a;
}

.shower_box {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px 7px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 50px #ddd;
    background: #fff;
    height: 100%;
}

.inner_flex {
    display: flex;
    align-items: center;
}

.shower_icon {
    position: relative;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    overflow: hidden;
    background: #0a489a;
    color: #fff;
    font-size: 20px;
    border-radius: 1px 15px 30px 30px;
    outline: 1px solid #e4e7fe;
    outline-offset: -5px;
}

    .shower_icon img {
        margin-bottom: 10px;
        max-width: 60px;
    }

.shower_head {
    width: calc(100% - 55px);
    padding-left: 7px;
}

    .shower_head h4 {
        font-size: 16px;
        font-weight: 400;
        color: #313748;
        margin-bottom: 5px;
        transition: .3 ease;
    }

.shower_box:hover .shower_head h4 {
    font-weight: 500
}

.shower_icon:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 2;
    border-radius: 50%;
}

.shower_box:hover .shower_icon:before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}

.shower_num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .shower_num h6 {
        background: rgb(228 231 255);
        padding: 2px 10px;
        position: relative;
        font-weight: 600;
        border-radius: 2px;
        display: inline-block;
        font-size: 24px;
        margin-bottom: 0; /* box-shadow:0 2px 5px #ddd; */
    }

.vd_btn {
    background: #e4e7fe;
    border: 1px solid #0a489a;
    font-size: 14px;
    border-radius: 5px;
    color: #0a489a;
    padding: 2px 10px;
}

    .vd_btn:hover {
        background: #0a489a;
        color: #fff;
        border-color: #e4e7fe;
    }

.ibg_1 {
    background: #db9e2b;
}

.ibg_2 {
    background: #2bbedb;
}

.ibg_3 {
    background: #d570db;
}

.ibg_4 {
    background: #7fa7e7;
}

.ibg_5 {
    background: #ea532b;
}

.ibg_6 {
    background: #64b151;
}

.ibg_7 {
    background: #2b56db;
}

.ibg_8 {
    background: #ff71b9;
}

.ibg_9 {
    background: #1fb06d;
}

.ibg_10 {
    background: #ff71b9;
}

.ibg_11 {
    background: #ff71b9;
}

.ibg_12 {
    background: #ff71b9;
}

.logo_img img {
    background: #fff;
}

.profile_right {
    justify-content: end;
}

.chart_box_style1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    border-radius: 14px;
    background: #d8ece3;
    box-shadow: 0px 4px 24px 2px rgba(20, 25, 38, 0.05);
    height: 100%;
    position: relative
}

.flexchart_style1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_chart_flex {
    display: flex;
}

.chart_icon {
    width: 52px;
    height: 52px;
    position: relative;
    margin-right: 5px;
}

    .chart_icon i {
        font-size: 22px;
        color: #fff;
        position: absolute;
        top: 55%;
        left: 47%;
        transform: translate(-50%, -50%);
    }

.chart_highlight h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

.chart_highlight h6 {
    font-size: 24px;
    font-weight: 400;
}

.showchart {
    margin-top: 15px;
}

.chart_box_style1 .dropdown.default > .dropdown-toggle {
    padding: 0;
    overflow: hidden;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    height: unset;
}

.chart_graph_num {
    display: flex;
}

    .chart_graph_num h6 {
        padding-left: 5px;
    }

.icon_more {
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

.chart_box_style1 .dropdown.default > .dropdown-menu {
    margin-top: 15px !important;
    min-width: 120px;
    background-color: #fff;
    border: 0;
    padding: 0;
    box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.1) inset, 0px 8px 22px 0px rgba(4, 8, 16, 0.3);
}

    .chart_box_style1 .dropdown.default > .dropdown-menu a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 14px;
        padding: 5px;
        color: #005f90;
    }

        .chart_box_style1 .dropdown.default > .dropdown-menu a:hover {
            color: #ff5722;
        }

.bg_organge {
    background: #fe7f01;
}

.success_window {
    position: relative
}

.success_icon {
    font-size: 70px;
    display: block;
    text-align: center;
    color: #00914f;
}

.alert_window {
    position: relative
}

.alert_icon {
    font-size: 70px;
    display: block;
    text-align: center;
    color: #d13d11;
}
/*-------------------------------------
	2. Count Section 
-------------------------------------*/

.dashbox_design2 {
    position: relative;
    z-index: 1;
    background-color: #d8ece3;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden; /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */ /* -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
    border: 1px solid #005f9012;
    border-radius: 15px;
}

    .dashbox_design2 .innboxing {
        padding: 15px;
    }

        .dashbox_design2 .innboxing p {
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 1.3;
        }

    .dashbox_design2:hover {
        -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
        box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    }

    .dashbox_design2:after {
        content: '';
        position: absolute;
        left: 100%;
        bottom: 0px;
        top: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        background-color: #066495 !important;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }

    .dashbox_design2:hover:after {
        width: 100%;
        left: 0;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease;
        z-index: -1;
    }

    .dashbox_design2:hover .innboxing p, .dashbox_design2:hover .innboxing h4, .dashbox_design2:hover .site-button-link {
        color: #fff;
    }

        .dashbox_design2:hover .site-button-link:before {
            background-color: #fff;
        }

.img_icon {
    width: 70px;
}

@media only screen and (max-width:767px) {
    .dashbox_design2-section [class*="col-"]:last-child .dashbox_design2 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:575px) {
    .dashbox_design2 .innboxing {
        margin: 0px;
    }
}
/* button text link */

.line_animation {
    display: inline-block;
    position: relative;
    padding-left: 0;
    padding-top: 6px;
    font-size: 14px;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
}

.innboxing:hover .line_animation {
    color: #fff
}

.line_animation:before {
    content: '';
    left: 0px;
    top: 0px;
    height: 1px;
    background-color: #000;
    width: 100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.line_animation:after {
    content: '';
    left: 0px;
    top: -1px;
    height: 3px;
    background-color: #0B3D2C;
    width: 75%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.line_animation:hover:after {
    width: 100%;
    background-color: #fffa64;
}

.innboxing:hover .bouncein {
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.innboxing h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgb(245 253 255);
}

.table-striped thead tr {
    border-color: #012a6047;
}

.table-striped thead th {
    background: #d8ece3;
    color: #012a60;
    border-color: #012a6047;
}
/*================== Full Page View Edition Start V - 1.0 ================================ */
.fullpage_view {
    position: relative
}

    .fullpage_view .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
        display: none
    }

    .fullpage_view .sb-nav-fixed #layoutSidenav #layoutSidenav_content .dashboard_windowcontrol {
        display: none
    }

    .fullpage_view .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        padding-left: 0;
    }

    .fullpage_view #sidebarToggle {
        display: none
    }

    .fullpage_view #layoutSidenav #layoutSidenav_content {
        min-height: calc(92vh - 56px);
    }

    .fullpage_view .logo_inline {
        padding: 7px;
    }

.center_screen_view {
    position: relative;
    text-align: center;
    border: 1px dashed #3F51B5;
    padding: 50px 150px;
    border-radius: 15px;
    margin: 100px 0;
    background: #fff;
    box-shadow: 0 5px 130px #eee;
}

    .center_screen_view h2 {
        font-size: 36px;
        font-weight: 400;
    }

.round_icon_text i {
    font-size: 70px;
    color: #198754;
}

.round_icon_text h3 {
    font-size: 24px;
    color: #198754;
    font-weight: 600;
}

.fullpage_view .main_side_bg {
    background: rgb(255, 255, 255, 0.40) url(../images/02.png);
    background-blend-mode: overlay;
}

.main_side_bg:before {
    background: #fffcfc url(../images/02.png);
    opacity: .1;
    background-attachment: fixed;
    background-size: cover;
}

.tabbing_view {
    position: relative;
    margin-top: 50px;
}

.nav_tab {
    margin-bottom: 20px;
}

    .nav_tab .nav-tabs .nav-link {
        padding: 10px 30px;
        font-weight: 400;
        font-size: 16px;
        background: #cdc4ff;
        color: #898989;
        border: 0;
        border-radius: 0;
        margin-bottom: 5px;
        text-align: center;
        position: relative;
        margin-bottom: 15px;
        margin: 0 5px;
        display: inline-block;
        border-radius: 0;
        width: 23%
    }

        .nav_tab .nav-tabs .nav-link.active {
            background: #003c9b;
            border: 0;
            color: #fff;
            font-weight: 500
        }

    .nav_tab .nav-tabs {
        border: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .nav_tab .nav-tabs .nav-link.active:after, .nav_tab .nav-tabs .nav-link.active:before {
            content: '';
            height: 0;
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            width: 0;
        }

        .nav_tab .nav-tabs .nav-link.active:after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #16448d;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 100%;
        }

.step_on_active {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 300; /*text-transform: uppercase;*/
    color: #1b3a62;
    text-shadow: 0 5px 15px #ffffe9;
}

.nav_tab .nav-tabs .nav-link.active .step_on_active {
    position: relative;
    font-weight: 300; /*display: block;font-size: 28px;font-weight: 100;text-transform: uppercase;*/
    color: #fff;
}

.fullpage_view .step_on_active {
    font-size: 20px;
    text-transform: uppercase;
}

.hd_arrow {
    margin-bottom: 15px;
}

    .hd_arrow span {
        position: relative;
        background: linear-gradient(90deg, rgb(243 132 25) 0%, #f0b400 56%);
        color: #fff;
        padding: 7px 10px;
        top: 0;
        left: 0;
        font-size: 18px;
        font-weight: 600;
    }

        .hd_arrow span:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 0 12px 18px;
            border-color: transparent transparent transparent #f0b400;
            position: absolute;
            right: -12px;
            top: 7px;
        }

.form-text {
    font-size: 12px;
    color: #e91816;
}
/*================== Full Page View Edition Start V - 1.0 End ================================ */
.achivement_flow {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 15px 100px 15px 15px;
    margin-bottom: 20px;
    height: 100%;
}

    .achivement_flow:after, .achivement_flow:before {
        content: '';
        height: 0;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 0;
    }

.achivement_year {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0065d0;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.achivement_flow h5 {
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.achivement_c_img {
    position: absolute;
    top: 30%;
    right: 15px;
    font-size: 60px;
    color: #e6e1ff;
}

.achivement_flow p:last-child {
    margin-bottom: 0
}

.achivement_flow .floating_btn.small_size {
    padding: 5px 10px 5px 10px;
    font-size: 12px;
}

.points_list ul li {
    position: relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .points_list ul li:before { /* display: inline-block; */
        position: absolute;
        font-family: 'Font Awesome 6 Free';
        content: "\f054";
        top: 2px;
        left: 0;
        font-size: 14px;
        font-weight: 700;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        background: -webkit-linear-gradient(99.79deg, #c908e1 0%, #00299f 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.icon_dhead {
    position: relative;
    display: inline-block;
    z-index: 1
}

    .icon_dhead:before {
        background-color: #f4f8fa;
        border-radius: 35px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
        content: "";
        height: 160px;
        left: 5px;
        position: absolute;
        top: -60px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 70px;
        z-index: -1;
    }

.highlight_boxes {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 15px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 15px 20px 0;
    background: linear-gradient(#ffffff, #f1fdff);
}

    .highlight_boxes h3 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .highlight_boxes:hover {
        box-shadow: 0 5px 20px #ddd;
        background: #fff
    }

        .highlight_boxes:hover:after {
            opacity: 1;
            transform: scaleY(1);
        }

        .highlight_boxes:hover:before {
            right: -80px;
        }

    .highlight_boxes .img_icon i {
        font-size: 50px;
        color: #0053b9;
    }

    .highlight_boxes h4 {
        font-size: 20px;
        color: #535b62;
    }

    .highlight_boxes:hover h4 {
        color: #073674
    }

    .highlight_boxes:hover h3 {
        color: #073674;
    }

    .highlight_boxes:hover i {
        color: #073674
    }
    /* .highlight_boxes.bdr_c1 {border-color: #2196f35e;} */ /* .highlight_boxes.bdr_c2 {border-color: #4caf505e;} */ /* .highlight_boxes.bdr_c3 {border-color: #ff60005e;} */ /* .highlight_boxes.bdr_c4 {border-color: #9C27B05e;} */ /* .highlight_boxes.bdr_c5 {border-color: #FFC1075e;} */

    .highlight_boxes.bdr_c1:hover, .highlight_boxes.bdr_c2:hover, .highlight_boxes.bdr_c3:hover, .highlight_boxes.bdr_c4:hover, .highlight_boxes.bdr_c5:hover {
        border-color: #2196f3
    }

.details_text {
    width: calc(100% - 100px);
    padding-left: 15px;
}

    .details_text .btn-group-sm > .btn, .details_text .btn-sm {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
    }

.highlight_boxes_icon {
    position: relative;
    width: 100px;
    text-align: center;
    font-size: 40px;
    color: #073674;
    z-index: 1;
    line-height: 75px;
}

    .highlight_boxes_icon:before {
        background-color: #e3f0f5;
        border-radius: 35px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
        content: "";
        height: 75px;
        left: 10px;
        position: absolute;
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 75px;
        z-index: -1;
    }

.user_flex_profile {
    position: relative;
    display: flex;
    background-image: url('../images/profile_banner.jpg');
    padding: 40px 30px 30px;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    color: #eee;
    border-radius: 15px
}

    .user_flex_profile:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        text-align: center;
        content: '';
        background: #0000009e;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        z-index: -1;
        border-radius: 15px
    }

.user_description_text h4 {
    color: #ffecb3;
    margin-bottom: 0;
}

.user_profile_pic {
    width: 150px;
    height: 150px;
    padding: 5px;
    background: #f5f8f9;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px #ddd;
}

    .user_profile_pic img {
        border-radius: 50%;
    }

.user_description_text {
    width: calc(100% - 150px);
    margin-left: 20px
}

    .user_description_text .btn-group-sm > .btn, .user_description_text .btn-sm {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
    }

.sb-sidenav-menu .logo_box img {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #fcf7ff;
}

.show_state_name { /* width: calc(100% - 50px);padding-left: 10px;padding-right: 15px; */
    -webkit-text-stroke: 0.6px #16448d;
    -webkit-text-fill-color: #16448d;
    color: transparent;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
}

.profile_right .navbar-nav {
    align-items: center;
}

    .profile_right .navbar-nav li {
        border: 1px dashed #e1e2e3;
        margin-left: 10px;
    }

        .profile_right .navbar-nav li:first-child {
            border: 0
        }

.profile_right .notify_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgb(27 58 98);
    position: relative;
    color: #fff;
}

    .profile_right .notify_icon .text-tiny {
        position: absolute;
        z-index: 5;
        top: -4px;
        right: -5px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        font-weight: 500;
        line-height: 16px;
        border-radius: 999px;
        background: #FF5722;
        color: #fff;
    }

        .profile_right .notify_icon .text-tiny:after {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            width: 16px;
            height: 16px;
            background-color: #000;
            border-radius: 50%;
            z-index: -1;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        }

@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

.flash_btn {
    position: relative;
    /*top: -18px;left: 0;*/ transition: 0.4s ease;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(99.79deg, #673AB7 0%, #0035cd 100%);
    background: -webkit-linear-gradient(99.79deg, #673AB7 0%, #0035cd 100%);
    padding: 2px 15px;
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    background-size: 200% auto;
    z-index: 1;
    overflow: hidden;
    /*border-radius: 20px;*/
}

    .flash_btn:after {
        content: "";
        top: 0;
        transform: translateX(100%);
        width: 100%;
        height: 100%;
        position: absolute;
        animation: slide 5s infinite;
        background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
        background: -webkit-gradient( linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)) );
        background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
        background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
        background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
    }

@keyframes slide {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(100%);
    }
}
/* .bg_c_info {background:#faf2ff} */
.bg_c_info {
    background: #bea2ff30
}

.state_on_details {
    padding-top: 10px;
}

.state_on_action .btn {
    font-size: 13px;
    padding: 4px 5px;
    width: 200px;
    font-weight: 500
}

.flash_btn i {
    font-size: 20px;
    vertical-align: middle;
}

.view_layout.bg-primary {
    background-color: rgb(13 110 253 / 6%) !important;
}

.home_dashboard {
    position: relative;
}



.view_layout {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
}

.steplist {
    position: relative;
}

    .steplist li {
        padding-bottom: 0px;
        border-left: 1px solid #4caf50;
        position: relative;
        padding-left: 15px;
        text-align: justify;
        margin-left: 10px;
        font-size: 12px;
    }

        .steplist li a {
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .steplist li:last-child {
            border: 0px;
            padding-bottom: 0;
        }

        .steplist li:before {
            content: "";
            width: 12px;
            height: 12px;
            background: white;
            border: 1px solid #607D8B;
            box-shadow: 0 2px 0px #4CAF50;
            border-radius: 50%;
            position: absolute;
            left: -6px;
            top: 2px;
        }

    .steplist .steplist_head {
        color: #fff4d2;
        font-weight: 500;
        font-size: 18px;
    }

    .steplist li:hover, .steplist li a:hover {
        color: #1c9a21;
        font-weight: 500
    }

 

/*================== Notification Window Start ==================== 

.notice_flash {position: relative;bottom: 0;margin: 0;width: 100%;background: #fff;text-align: center;overflow: hidden;white-space: nowrap;border: 1px solid #ddd;}
.notice_flash .notice_text {color: #ff0;margin: 0;width: 100%;animation: marquee 10s linear infinite;padding-right: 5%;}
.notice_flash .notice_text a {color: #202020;position: relative}
.notice_flash .notice_text a:hover {color: #073674;}
.notice_flash .notice_text a:after {position: absolute;right: 0;bottom: 0;z-index: 9;width: 0;background-color: #073674;content: "";height: 1.10px;-webkit-transition: all 0.5s linear 0s;-moz-transition: all 0.5s linear 0s;-ms-transition: all 0.5s linear 0s;-o-transition: all 0.5s linear 0s;transition: all 0.5s linear 0s;}
.notice_flash .notice_text a:hover:after {left: 0;width: 100%;}
.notice_flash .news_head {height: auto;position: relative;background: #0B3D2C;padding: 7px 5px;color: #fff;font-weight: 500;z-index: 1;overflow: hidden;display: block;text-transform: uppercase;font-size: 16px;}
.inline_list_marquee li {position: relative;display: inline-flex;margin-right: 15px;padding-left: 20px;}
.inline_list_marquee li:before {position: absolute;top: 2px;left: 0;content: "\f192";font-family: "Font Awesome 6 Free";font-size: 14px;color: #0B3D2C;}
.profile_pic .state_name {font-size: 12px;font-weight: 600;background: #fff;padding: 1px 10px;position: absolute;bottom: 0;left: 0;right: 0;border: 1px solid #ddd;border-radius: 20px;color: #1b3a62;transition: all 0.4s;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;width: fit-content;max-width: 250px;margin: 0 auto;}
.tooltip-inner {font-size: 12px;}
.dashboard_windowcontrol .user_profile_window {}
.dashboard_windowcontrol .button_boxes {border-top: 1px solid #1b3a6236;}
.dashboard_windowcontrol .button_boxes a:hover {background: #16448d;}
.text_blue {color: #073674}
.btn_down {position: absolute;bottom: 15px;left: 0;right: 0;}
.count_btn {display: inline-block;color: #16448d;padding: 2px 10px;border-radius: 20px;font-size: 12px;font-weight: 500;text-align: center;border: 1px solid #16448d;}
.count_btn:hover {background: #16448d;color: #fff;border-color: #16448d}
.count_fact {position: relative;display: flex;text-align: center;border: 1px solid #dddddd;background: #fff;padding: 20px 20px 60px;height: 100%;border-radius: 12px;overflow: hidden;align-items: center;}
.count_fact img {width: 60px;height: 60px;border-radius: 50%;outline: 1px solid #ddd;outline-offset: 7px;background: #e6edfc;}
.iconside {width: 70px;position: relative;}
.dataside {width: calc(100% - 70px);text-align: left;padding-left: 15px;}
.datacount {font-size: 24px;letter-spacing: 1px;font-weight: 500;background: linear-gradient(99.79deg, #12bb75 0%, #0035cd 100%);background: -webkit-linear-gradient(99.79deg, #12bb75 0%, #0035cd 100%);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
.count_fact .count_fact_num {font-size: 52px;font-weight: 700;color: #f05b00;}
.count_fact .count_fact_head {font-size: 16px;font-weight: 600;color: #091034;padding-bottom: 5px;margin-bottom: 0;border-bottom: 1px solid #ddd;}
.count_fact::before {content: "";height: 4px;position: absolute;left: 0;bottom: 0;right: 0;width: 100px;transform: translate(0) scale(1);-webkit-transform: translate(0) scale(1);-moz-transform: translate(0) scale(1);-ms-transform: translate(0) scale(1);-o-transform: translate(0) scale(1);transition: all .5s ease 0s;margin: 0 auto;border-radius: 25px;}
.count_fact.green_line::before {background: #039b1f;}
.count_fact.yellow_line::before {background: #ffb339;}
.count_fact.red_line::before {background: #e70202;}
.count_fact.purple_line::before {background: #8000ff;}
.count_fact.orange_line::before {background: #f3c2b2;}
.count_fact.blue_line::before {background: #7793fd;}
.count_fact.pink_line::before {background: #ff09df;}
.count_fact.brown_line::before {background: #994e0c;}
.count_fact.pista_line::before {background: #77bf7a;}
.count_fact.peach_line::before {background: #65e7d1;}
.count_fact.wine_line::before {background: #8f0b40;}
.count_fact .count_fact_head span {color: #7b849b;font-family: 'Montserrat', sans-serif;}
.count_fact:hover::before {transform: translate(0) scale(1);-webkit-transform: translate(0) scale(1);-moz-transform: translate(0) scale(1);-ms-transform: translate(0) scale(1);-o-transform: translate(0) scale(1);width: 100%;border-radius: 25px;}
.count_fact:hover {border: 1px solid #1b3a62;}


@media screen and (max-width: 600px) {.steplist .steplist_head {margin-bottom: 0.3rem;font-size: 0.85rem;}}
.flexing_data {display: flex;position: relative;padding: 50px 0 0px;}
.flexi_in {position: relative;padding: 20px 50px;text-align: center} 
.flexi_in:before {content: "";position: absolute;background: -webkit-gradient(linear, right top, left top, from(#1101ff54), to(#fff));background: linear-gradient(to left, #1101ff54 0%, #fff 100%);top: 50%;height: 2px;width: 40%;transform: rotate(110deg);right: -20%}
.flexi_in:last-child::before {display: none}
.head_dashed {padding: 5px;border-bottom: 1px dashed #1b3a62;position: relative;}
.fy_yearing {position: absolute;right: 0;top: -15px;}
.fy_yearing .dropdown-menu {position: absolute}
.fy_yearing .dropdown-menu {margin-top: 15px !important;min-width: 80px;background-color: #fff;border: 0;padding: 0;box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.1) inset, 0px 8px 22px 0px rgba(4, 8, 16, 0.3);}
.fy_yearing .dropdown-menu a {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;font-size: 12px;text-align: left;padding: 2px 10px;color: #020202;}
.fy_yearing .dropdown-menu a:hover {color: #ff0000}
.flexing_data .btn-link {font-size: 13px;}
.dashboard_editon .nav_tab .nav-tabs {display: block}
.dashboard_editon .nav_tab .nav-tabs .nav-link {width: 100%;margin: 0;}
.tabbing_view.dashboard_editon {margin-top: 0;}
.dashboard_editon .nav_tab .nav-tabs .nav-link.active .step_on_active, .step_on_active {font-weight: 500;font-size: 16px;text-transform: capitalize;}
.flexi_in:after { right: 0;background: -webkit-gradient(linear, left top, right top, from(#1101ff54), to(#fff));}

 ================== Notification Window End  ==================== */



/*== Timeline Design Start  ===================================================

.timeline_new {position: relative;}
.timeline_new * {-webkit-box-sizing: border-box;box-sizing: border-box;}
.timeline_new:not(.timeline--horizontal):before {background-color: #ddd;bottom: 0;content: '';left: 50%;margin-left: -2px;position: absolute;top: 0;width: 4px;z-index: 1;}
.timeline-box {overflow: hidden;position: relative;z-index: 2;}
.timeline-item {font-size: 14px;position: relative;}
.timeline-item:after {background-color: #ffffff;border: 4px solid #232323;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;content: '';height: 14px;position: absolute;right: -11px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);top: 50%;width: 14px;z-index: 1;}
.timeline-item.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;opacity: 0;}
.timeline-item.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
.timeline-item--left {left: 0}
.timeline-item--right {left: 50%;padding: .625rem 0 .625rem 2.5rem;}
.timeline-item--right:after {left: -11px;}
.timeline-item--right .timeline-content:after {border-bottom: 9px solid transparent;border-right: 11px solid #fff;border-left: none;border-top: 9px solid transparent;left: -10px;}
.timeline-content {background-color: #fff;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;display: block;position: relative;border: 1px solid #e1e1e1;padding: 20px 15px;}
.timeline-content:after, .timeline-content:before {content: '';height: 0;position: absolute;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);top: 50%;width: 0;}
.timeline.timeline--mobile .timeline-content {margin-bottom: 15px;}
.timeline-content h2, .timeline-content h3, .timeline-content h4, .timeline-content h5 {font-weight: 600;}
.timeline--horizontal {font-size: 0;padding: 0 50px;overflow: hidden;white-space: nowrap;}
.timeline--horizontal .timeline-divider {background-color: #ddd;display: block;height: 4px;left: 40px;position: absolute;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 40px;z-index: 1;}
.timeline--horizontal .timeline-items {-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;will-change: transform;}
.timeline--horizontal .timeline-item {display: inline-block;left: 0;padding: 0 0 2rem;position: relative;-webkit-transition: none;-o-transition: none;transition: none;vertical-align: top;white-space: normal;}
.timeline--horizontal .timeline-item:after {left: 50%;right: auto;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);top: 100%;}
.timeline--horizontal .timeline-item .timeline-item__inner {display: table;height: 100%;width: 100%;}
.timeline--horizontal .timeline-item .timeline-content__wrap {display: table-cell;margin: 0;padding: 0;vertical-align: bottom;}
.timeline--horizontal .timeline-item .timeline-content:after {border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #16448d;left: 50%;right: auto;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);top: 100%;}
.timeline--horizontal .timeline-item:nth-child(even) {padding: 2rem 0 0;}
.timeline--horizontal .timeline-item:nth-child(even):after {top: 0;}
.timeline--horizontal .timeline-item:nth-child(even) .timeline-content__wrap {vertical-align: top;}
.timeline--horizontal .timeline-item:nth-child(even) .timeline-content:after {border-bottom: 10px solid #0065d0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: none;bottom: 100%;top: auto;}
.timeline-nav-button {background-color: #fff;border: 2px solid #ddd !important;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-box-shadow: none;box-shadow: none;cursor: pointer;display: block;height: 40px;outline: 0;position: absolute;text-indent: -9999px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);top: 50%;width: 40px;z-index: 10;}
.timeline-nav-button:disabled {opacity: .5;pointer-events: none;}
.timeline-nav-button--prev {left: 0;}
.timeline-nav-button.timeline-nav-button--next::before {color: #232323;content: "\f105";font-family: "Font Awesome 5 Free";font-size: 20px;font-weight: 900;left: 0;line-height: 35px;position: absolute;text-align: center;text-indent: 0;top: 0;width: 100%;z-index: 99999;}
.timeline-nav-button.timeline-nav-button--prev::before {color: #232323;content: "\f104";font-family: "Font Awesome 5 Free";font-size: 20px;font-weight: 900;left: 0;line-height: 35px;position: absolute;text-align: center;text-indent: 0;top: 0;width: 100%;z-index: 99999;}
.timeline-nav-button--next {right: 0;}
.timeline--mobile {padding: 0;}
.timeline--mobile:before {left: 10px !important;margin: 0 !important;}
.timeline--mobile .timeline-item {left: 0;padding-left: 40px;padding-right: 0;width: 100%;}
.timeline--mobile .timeline-item:after {left: 5px;margin: 0;}
.timeline--mobile .timeline-item .timeline-content:after {left: -10px;border-bottom: 10px solid transparent;border-right: 10px solid #0065d0;border-left: none;border-top: 10px solid transparent;}
@-webkit-keyframes fadeIn {0% {opacity: 0;top: 70px;}100% {opacity: 1;top: 0;}}
@keyframes fadeIn {0% {opacity: 0;top: 70px;}100% {opacity: 1;top: 0;}}
@-webkit-keyframes liftUp {0% {top: 0;}100% {top: -15px;}}
@keyframes liftUp {0% {top: 0;}100% {top: -15px;}}
.timeline_new h5 {letter-spacing: 0.5px;margin-bottom: 0;font-size: 14px;}
.timeline_new p {margin: 0;font-size: 14px;}
.timeline_new .icon {background: #2154cf none repeat scroll 0 0;border-radius: 50%;color: #ffffff;height: 94px;position: relative;text-align: center;width: 94px;padding: 5px;z-index: 1;margin-bottom: 10px}
.year_circle {width: 60px;height: 60px;border-radius: 50%;background: #0B3D2C;text-align: center;line-height: 60px;font-size: 20px;font-weight: 600;margin-bottom: 15px;color: #fff;}
.dark_grey {color: #464545;font-weight: 600;}
.award_certificate_img {position: absolute;top: 15px;right: 15px;}
.award_certificate_img img {max-width: 64px;opacity: .3;transition: all 400ms ease-in-out 0s;-webkit-transition: all 400ms ease-in-out 0s;-moz-transition: all 400ms ease-in-out 0s;-o-transition: all 400ms ease-in-out 0s;}
.timeline_linkbtn {position: relative;color: #1a6e25;}
.timeline_linkbtn:before {position: absolute;right: 0;bottom: 0;z-index: 9;width: 0;background-color: #1a6e25;content: "";height: 1.10px;-webkit-transition: all 0.5s linear 0s;-moz-transition: all 0.5s linear 0s;-ms-transition: all 0.5s linear 0s;-o-transition: all 0.5s linear 0s;transition: all 0.5s linear 0s;}
.timeline_linkbtn:hover:before {left: 0;width: 100%;}
.timeline--horizontal .timeline-content {transition: all 400ms ease-in-out 0s;-webkit-transition: all 400ms ease-in-out 0s;-moz-transition: all 400ms ease-in-out 0s;-o-transition: all 400ms ease-in-out 0s;}
.timeline--horizontal .timeline-content:hover {box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);transform: translateY(-7px);background: #fff;}
.timeline--horizontal .timeline-content:hover .award_certificate_img img {opacity: 1}

 ==================--=================-=================   Timeline Design End */




/*=Photo Box Start ========================== 

.photo_box {position: relative;overflow: hidden;z-index: 1;border-radius: 10px;}
.photo_box img {-webkit-transition: .4s;transition: .4s;display: block;}
.photo_box:hover img {-webkit-transform: scale(1.05);transform: scale(1.05);}
.photo_box p {position: absolute;top: 15px;right: 15px;display: inline-block;padding: 3px 7px 2px;border-radius: 5px;font-size: 13px;background: #eb0009;color: #fff;font-weight: 600;}
.photo_box .content {position: absolute;bottom: 2%;left: 0;right: 0;text-align: center;color: #fff;font-weight: 700;z-index: 1;font-size: 16px;max-width: max-content;margin: 0 auto}
.photo_box .content h3 {color: #fff;}
.photo_box .content h4 {color: #eee;font-size: 20px;}
.photo_box:after {position: absolute;bottom: 0;left: 0;content: "";width: 100%;height: 100%;background: -webkit-gradient(linear,left bottom,left top,from(rgb(23 2 124)), color-stop(66%,rgba(1,34,115, 0.02)), color-stop(67%,rgba(1,34,115, 0.04)));background: linear-gradient(0deg, rgb(23 2 124) 0%, rgba(1, 34, 115, 0.02) 66%, rgba(1, 34, 115, 0.04) 67%);}
.photo_box .hoverline {position: relative;color: #ffc107;font-weight: 800}
.photo_box .hoverline:after {position: absolute;bottom: 0;left: 0;content: "";width: 0;height: 2px;background: #ffc511;visibility: hidden;opacity: 0;-webkit-transition: .4s;transition: .4s;}
.photo_box .hoverline:hover:after {width: 100%;visibility: visible;opacity: 1;}
.photo_box:before {position: absolute;top: 0;left: -100%;display: block;content: '';width: 50%;height: 100%;background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);z-index: 2;}
.photo_box:hover::before {-webkit-animation: shine 1.3s;animation: shine 1.3s;}

 ======================  ============================ Photo Box Start end */


/*==================== Scheme Programe Holder Start  =============== 

.schemes_programholder {display: flex;position: relative}
@media only screen and (min-width: 768px) and (max-width: 991px) {.schemes_programholder {flex-direction: column;}}
@media (max-width: 767px) {.schemes_programholder {flex-direction: column;}}
.schemes_programholder .sp_innerview.sp_innerview_s1 {min-height: 220px;flex: 1;}
.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_in {transition: all 0.4s ease;left: 80px;opacity: 0;}
@media only screen and (min-width: 768px) and (max-width: 991px) {.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_in {left: 0;opacity: 1;}}
.schemes_programholder .sp_innerview.sp_innerview_s1.active {flex: 15;}
.schemes_programholder .sp_innerview.sp_innerview_s1.active .sp_innerview_in {opacity: 1;left: 0;transition: all 0.8s ease;transition-delay: 0.3s;}
.schemes_programholder .sp_innerview.sp_innerview_s1.active .sp_innerview_icon {transform: scale(0) rotate(360deg);transition-delay: 1s;}
.schemes_programholder .sp_innerview.sp_innerview_s1 {height: 700px;display: flex;align-items: flex-end;position: relative;overflow: hidden;transition: all 1s ease;}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {.schemes_programholder .sp_innerview.sp_innerview_s1 {height: 600px;}}
.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_title a {text-decoration: none;background-image: linear-gradient(currentColor, currentColor);background-repeat: no-repeat;background-position: bottom left;background-size: 100% 3px;}
.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_number {left: 70px;top: 70px;z-index: 1;}
@media only screen and (min-width: 768px) and (max-width: 991px) {.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_number {left: 30px;top: 40px;}}
.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_category {margin-bottom: 15px;}
.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_thumb {position: absolute;height: 100%;width: 100%;left: 0;top: 0;}
.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_thumb:before {position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: linear-gradient(0deg, rgb(0 45 114) 0%, rgb(1 6 16 / 40%) 50%, rgb(1 6 16 / 40%) 50%);content: "";border-radius: 7px;}
.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_in {position: relative;z-index: 2;width: 100%;padding: 88px 72px;}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_in {padding: 50px;}}
@media only screen and (min-width: 768px) and (max-width: 991px) {.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_in {padding: 30px;}}
.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_icon {left: 70px;bottom: 86px;z-index: 1;height: 55px;width: 55px;transition: all 0.8s ease;}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_icon {left: 40px;bottom: 50px;}}
@media only screen and (min-width: 768px) and (max-width: 991px) {.schemes_programholder .sp_innerview.sp_innerview_s1 .sp_innerview_icon {display: none;}}
.schemes_programholder .sp_innerview.sp_innerview_s1.sp_innerview_hover {margin: 0px 8px;border-radius: 5px;height: 100%;}
@media only screen and (min-width: 768px) and (max-width: 991px) {.schemes_programholder .sp_innerview.sp_innerview_s1.sp_innerview_hover {margin: 0 0 24px 0;}}
@media (max-width: 767px) {.schemes_programholder .sp_innerview.sp_innerview_s1.sp_innerview_hover {margin: 0 0 24px 0;}}
.schemes_programholder .sp_innerview.sp_innerview_s1.sp_innerview_hover.active .sp_innerview_showme {transition: all 0.6s;width: 300px;opacity: 1;height: max-content;position: absolute;left: 0;}
.schemes_programholder .sp_innerview.sp_innerview_s1.sp_innerview_hover.active .sp_innerview_hideme {left: 0;transition: all 0.6s;opacity: 1;top: 0;right: 0;}
.schemes_programholder .sp_innerview_showme {position: absolute;width: 60px;height: 100%;bottom: 0;right: 0;top: 0;transition: all 0.6s;opacity: 1;background: #0B3D2C;}
.schemes_programholder .sp_innerview_showme a {font-size: 20px;font-weight: 600;display: inline-block;text-transform: capitalize;transition: all 0.6s;position: absolute;top: 30%;right: 7px;left: 0;writing-mode: vertical-rl;color: #fff;}
.schemes_programholder .sp_innerview_hideme {position: absolute;z-index: 1;transition: all 0.6s;padding: 20px 20px;bottom: 0; opacity: 0;}
.schemes_programholder .sp_innerview_hideme a {font-size: 14px;font-weight: 500;transition: all 0.6s;position: absolute;}
.schemes_programholder .sp_innerview_hideme p {color: #ddd;font-weight: 500;transition: all 0.6s;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.schemes_programholder .sp_innerview.sp_innerview_s1.active:before {position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: linear-gradient(0deg, rgb(0 45 114) 0%, rgb(1 6 16 / 40%) 50%, rgb(1 6 16 / 40%) 50%);content: "";border-radius: 7px;z-index: 1;display: none}
.inline_flexbuttons {display: flex}
.schemes_programholder .sp_innerview_hideme a.gread_btn {font-size: 15px;}
.schemes_programholder .sp_innerview.sp_innerview_s1.sp_innerview_hover.active .sp_innerview_showme a {top: 0;color: #0c8e4a;writing-mode: unset;left: 0;display: block;text-decoration: underline;}
.schemes_programholder .sp_innerview_hideme .fy_yearing .dropdown-menu a {position: relative;}

==================== Scheme Programe Holder End */

.button_boxes_bg .profile_pic i {
    font-size: 60px;
}

.btn-purple {
    background: #fbe6ff;
    color: #064ab3;
}

    .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
        background: #b853e9 !important;
        color: #fff !important
    }

.profile_text .table tr th {
    text-align: left
}

.button_boxes_bg .dropdown-menu-arrow:before {
    display: none
}

.button_boxes_bg .dropdown-menu {
    -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

    .button_boxes_bg .dropdown-menu.show {
        -webkiit-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        box-shadow: 0 5px 50px 0 rgb(0, 0, 0, 0.15);
    }

.table-nowrap thead tr:nth-child(1) th {
    text-align: center;
    background: #e1f1ff;
    border: 1px solid #2076d5;
    border-color: #2076d5;
    color: #075b97;
    padding: 12px 5px;
    font-size: 16px;
}

.table-nowrap thead tr:nth-child(2) th {
    text-align: center;
    background: #99c1ff;
}

.table-nowrap thead tr:nth-child(3) th {
    text-align: center;
    color: #fff;
    background: #1452b3;
}

.table-nowrap tbody tr td {
    color: #404140;
    font-size: 16px;
}

tbody tr td, tbody tr {
    border-color: #8dc3aa;
}

.table-nowrap tbody tr td p {
    margin-bottom: 0
}

.table-nowrap tbody tr td.blue_num_text {
    color: #0341a3;
}

.red_num_text {
    color: #df1313;
}

.redish_text {
    color: #ff7777;
}

.tbody_th_color tbody tr th {
    text-align: center;
    color: #fff;
    background: #6188db;
}

.breadcrumb-item + .breadcrumb-item {
    color: #8f8f8f;
}

.common_listing ul li {
    padding: 0 0 1px 15px;
    position: relative;
    -webkit-transition: all 0.35s ease;
    float: none;
    transition: all 0.35s ease;
    font-size: 15px;
}

    .common_listing ul li:before {
        position: absolute;
        font-family: 'Font Awesome 6 Free';
        content: "\f0da";
        top: 0;
        left: 0;
        font-size: 13px;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        font-weight: 700;
        background: -webkit-linear-gradient(99.79deg, #2196F3 0%, #00299f 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

#pnlchkbox .grid_list {
    max-height: 600px;
    overflow-y: auto
}

    #pnlchkbox .grid_list ul li label {
        position: absolute;
        display: contents;
    }

    #pnlchkbox .grid_list ul li {
        display: inline-block;
        padding: 0 0 5px 0px;
        width: 32%;
        position: relative;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        vertical-align: top;
        font-size: 14px;
        margin: 0 7px;
        border: 1px solid #91c8d1;
        padding: 10px;
        margin-bottom: 10px;
        min-height: 100px;
        border-radius: 7px;
        background: #fff;
    }

/*===================  DataTable CSS Edition ================= */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

table.dataTable thead > tr > th {
    font-weight: 500;
    border: 1px solid #8dc3aa;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 10px;
}
div.dt-container .dt-paging .dt-paging-button {
    padding: 0
}

    div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover, .page-item.active .page-link {
        border: 1px solid rgb(207 226 255) !important;
        background: linear-gradient(to bottom, rgb(235 247 251) 0%, rgb(207 226 255) 100%) !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .page-item.active .page-link {
    border: 1px solid rgb(207 226 255) !important;
    background: linear-gradient(to bottom, rgb(235 247 251) 0%, rgb(207 226 255) 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, div.dt-container .dt-paging .dt-paging-button:hover, .page-item.active .page-link {
    border: 1px solid var(--bs-teal) !important;
    background: linear-gradient(to bottom, var(--bs-green) 0%, var(--bs-teal) 100%) !important;
    color: #fff;
}

div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled {
    cursor: no-drop !important;
}

div.dt-container select.dt-input {
    margin-right: 7px;
}
/*===================  DataTable CSS Edition  End================= */

.right_s .input-group input {
    border-radius: 0;
}

.right_s {
    background: #ed4c2f;
    box-shadow: -3px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.input-group-btn {
    display: table-cell;
}

.right_s button {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    padding: 0px 10px;
    font-size: 14px;
}

table + table, table + table tr:first-child th, table + table tr:first-child td {
    border-top: 0;
}

.onboard_statelogo {
    width: 150px;
    height: 150px;
    border: 2px solid #a9b1ff;
    padding: 15px;
    border-radius: 50%;
    margin-right: 15px;
    background: #ffffff;
    outline: 1px solid #ff8d8d;
    outline-offset: -7px; /*filter: grayscale(100%) sepia(100%) hue-rotate(90deg) saturate(500%);*/
}

.onboard_statemsg {
    width: calc(100% - 150px)
}

    .onboard_statemsg h4 {
        line-height: 1.3
    }

.celebration_fire {
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden; /*animation: spin 10s 0s linear infinite;*/
}

    .celebration_fire:after, .celebration_fire:before {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 20px 0 0 0;
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
        -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
        -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
        -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
        -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
        animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    }

    .celebration_fire:after {
        -moz-animation-delay: 1.25s, 1.25s, 1.25s;
        -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
        -o-animation-delay: 1.25s, 1.25s, 1.25s;
        -ms-animation-delay: 1.25s, 1.25s, 1.25s;
        animation-delay: 1.25s, 1.25s, 1.25s;
        -moz-animation-duration: 1.25s, 1.25s, 6.25s;
        -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
        -o-animation-duration: 1.25s, 1.25s, 6.25s;
        -ms-animation-duration: 1.25s, 1.25s, 6.25s;
        animation-duration: 1.25s, 1.25s, 6.25s;
    }

@-webkit-keyframes bang {
    to {
        box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
    }
}

@-moz-keyframes bang {
    to {
        box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
    }
}

@-o-keyframes bang {
    to {
        box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
    }
}

@-ms-keyframes bang {
    to {
        box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
    }
}

@keyframes bang {
    to {
        box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-webkit-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-moz-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-o-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-ms-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

.heading_btn {
    position: absolute;
    right: 0;
    top: 0
}

.absolute_right {
    position: absolute;
    top: 15px;
    right: 15px;
}

.icon_ontop {
    width: 36px;
    line-height: 43px;
    text-align: center;
    color: #7673ff;
    font-size: 24px;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0;
    border-radius: 0 25px 25px 0;
    border-right: 1px solid;
    background: -webkit-linear-gradient(99.79deg, #c908e1 0%, #00299f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.achivement_flow h3 {
    position: relative;
    padding: 7px 15px 7px 45px;
}

.namination table th {
    background: #dfdeff;
    border-color: #ffffff;
    border-width: 2px;
}

.namination table td, .namination table th {
    font-size: 16px;
    line-height: 32px;
}

.select2-container {
    display: block; /*width: 100% !important;*/
}

    .select2-container .select2-selection--single {
        padding: .375rem 2.25rem .4rem .75rem !important;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
        height: 38px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible, .dataTables_wrapper .dataTables_filter input, div.dt-container div.dt-search input {
    outline: 1px solid #03ad42 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
}

.multiflexing_view {
    position: relative;
    padding: 25px 10px 10px;
    align-items: center;
    border: 1px solid #c9c9c9;
    margin-bottom: 15px;
    background: #fafafa;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 5px 15px #eadbfb;
}

.noteflash_green {
    position: absolute;
    top: 0;
    padding: 0px 15px 0 10px;
    background: linear-gradient(to left, #59c26f 10%, #028535 50%);
    color: #fff;
    right: 0;
    font-size: 13px;
    border-radius: 0 7px;
}

.noteflash_red {
    position: absolute;
    top: 0;
    padding: 0px 15px 0 10px;
    background: linear-gradient(to left, #ff7a76 10%, #ff6c45 50%);
    color: #fff;
    right: 0;
    font-size: 13px;
    border-radius: 0 7px;
}

.noteflash_free {
    position: absolute;
    top: 0;
    padding: 0px 15px 0 10px;
    background: linear-gradient(to left, #71c3f0 10%, #0ecbbb 60% 60%);
    color: #fff;
    right: 0;
    font-size: 13px;
    border-radius: 0 7px;
}

.multiflex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .multiflex .static_details p {
        font-size: 13px;
        text-transform: capitalize;
    }

.multiflexing_view .boxflex span.numcount {
    font-size: 13px;
}

.multiflex .animate_icon {
    height: 50px;
    width: 50px
}

.multiflexing_view .boxflex {
    line-height: 1.3;
}

    .multiflexing_view .boxflex span {
        font-size: 12px
    }

.multiflexing_view .two_boxflex {
    padding: 0 0 2px;
}

.flex_animate {
    display: flex;
    position: relative;
    padding: 10px 5px;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background: #d8ece3;
    border-radius: 10px;
    z-index: 1;
    justify-content: space-between;
}

.animate_head {
    padding: 0 10px;
}

    .animate_head h5 {
        transition: 2s;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0;
        text-align: center;
        line-height: 1.0;
    }

.animate_icon {
    text-align: center;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #d3d7dd;
    padding: 5px;
    background: #ffffff;
    box-shadow: 0 5px 10px #c0cfe5;
}

    .animate_icon span {
        /*font-size: 40px;*/ transition: 2s;
        display: block;
    }

.flex_animate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: ease-out 0.5s;
    background: #c7d4fd;
    border-radius: 10px;
}

.flex_animate:hover::before {
    width: 100%;
}

.flex_animate:hover .animate_head h5 {
    transform: translateX(-5px);
    color: #232485;
}

.flex_animate:hover .animate_icon span {
    transform: scale(1.1);
    color: #232485;
}

.static_details {
    text-align: center;
    padding: 0 10px;
    width: calc(100% - 60px)
}

    .static_details p {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1.2;
    }

        .static_details p a {
            color: #203d68
        }

.flex_animate:hover {
    border-color: #0d924d
}

.two_boxflex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 5px 0;
    border-radius: 7px;
    background: #fff;
}

.boxflex {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    padding: 0 5px 5px;
}

    .boxflex b {
        font-size: 16px;
        font-weight: 700;
        color: #3a006e;
        transition: ease-out 0.5s;
    }

    .boxflex span {
        font-size: 16px;
        font-weight: 400;
        color: #647082;
        transition: ease-out 0.5s;
    }

.middle_bdr {
    width: 1px;
    background: #ddd;
    min-height: 100%;
    /*margin-left: -0.5px;*/ max-height: 100%;
}

.boxflex span.numcount {
    color: #0B3D2C;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.boxflex a:hover span {
    color: #203d68
}

    .boxflex a:hover span.numcount {
        color: #0B3D2C;
    }

.close_modal {
    position: absolute;
    right: 0;
    background: #fff;
    height: 100%;
    top: 0;
    width: 40px;
    padding-top: 7px;
    text-align: center;
    padding-right: 7px;
}

.btn-outline-green {
    --bs-btn-color: #164485;
    --bs-btn-border-color: #03a3ad;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0a5d79;
    --bs-btn-hover-border-color: #03a3ad;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc {
    width: inherit !important
}

    table.dataTable thead > tr > th.sorting.w-10, table.dataTable thead > tr > th.sorting_asc.w-10 {
        width: 10% !important
    }

    table.dataTable thead > tr > th.sorting.w-7, table.dataTable thead > tr > th.sorting_asc.w-7 {
        width: 7% !important
    }

    table.dataTable thead > tr > th.sorting.w-75, table.dataTable thead > tr > th.sorting_asc.w-75 {
        width: 75% !important
    }

.table b, .table strong {
    font-weight: 500;
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #3ac1ff;
    --bs-btn-border-color: #3ac1ff;
}

.btn {
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 5px;
}

label {
    font-weight: 500;
    font-size: 16px;
}

.bg-orange {
    background: #f57f00;
}

.span_listgap span {
    display: inline-block;
    width: 49%;
}

.form_check_white .form-check {
    background: #fff;
    padding: 10px 10px 10px 2em;
}

.dt-layout-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.user_profile_window {
    min-width: 290px;
}

.w-5 {
    width: 5%
}

.w-10 {
    width: 10%
}

.inline_listing {
    position: relative
}

    .inline_listing ul {
        position: relative
    }

        .inline_listing ul li {
            position: relative;
            display: inline-block;
            margin-right: 3px;
            border: 1px solid #4569a478;
            padding: 1px 7px;
            font-size: 12px;
            margin-bottom: 5px;
            border-radius: 5px;
            z-index: 1;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

            .inline_listing ul li:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 0;
                background: linear-gradient(45deg, #f100f7, #0109a8);
                transition: height 0.5s ease-in-out;
                z-index: -1;
                border-radius: 5px;
            }

            .inline_listing ul li:hover::before {
                height: 100%;
            }

            .inline_listing ul li:hover {
                color: #fff;
                box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.4);
                transform: translateY(-3px);
            }

.register_states_collapse .inline_listing ul li:before {
    background: linear-gradient(45deg, #ffffff, #c6f9ff);
    height: 100%;
}

.register_states_collapse .inline_listing ul li:hover::before {
    background: linear-gradient(45deg, #f100f7, #0109a8);
}

/* =================  Help Support Sticky  =================== */

.help_support_panel {
    position: fixed;
    z-index: 99999;
    top: 40%;
    left: -225px;
    transition: all 0.5s;
    display: inline-block;
}

    .help_support_panel:hover {
        left: 0px;
    }

.title_text {
    background: #257d3b;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0px 5px 5px 0px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    height: 155px;
    border: 0;
}

    .title_text i {
        display: inline-block;
        padding-bottom: 2px;
    }

.help_support_panel .panel_content {
    display: inline-block;
    width: 220px;
    padding: 5px;
    font-weight: 400;
    background: #ffdf6c;
    float: left;
    color: #020202;
    font-size: 13px;
}

    .help_support_panel .panel_content span {
        display: block;
        padding: 0 5px;
        color: #070707;
        font-weight: 600;
        border-left: 2px solid #f10c0c;
        font-size: 13px;
        margin-bottom: 5px;
    }

.help_support_panel .title_text small {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-180deg);
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

    .help_support_panel .title_text small i {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.help_support_panel hr {
    margin: 0 0 5px
}

.help_support_panel p {
    margin-bottom: 5px;
}

.white_bg {
    border: 1px solid #ddd;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2px;
    border-radius: 5px;
    background: #fff;
    padding: 7px;
}

.panel_content a {
    text-decoration: none;
    color: #020202;
    position: relative
}

    .panel_content a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #2d8001;
        transform: scale(0,1);
        transform-origin: center;
        transition: transform 500ms ease;
    }

    .panel_content a:hover::after {
        transform: scale(1,1);
        transform-origin: center
    }
/* =================  Help Support Sticky  =================== */



.pdf_design_control {
    position: relative;
}

.innertable_content {
    position: relative;
    padding: 10px;
    border: 2px solid #8213c9;
    margin-top: 0;
    border-radius: 15px;
}

.table_logo_left, .table_logo_right {
    width: 100px;
    text-align: center;
}

.table_center_title {
    text-align: center
}

    .table_center_title h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .table_center_title h3 {
        font-size: 18px
    }

#accordionStates .accordion-button {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to left, #3F51B5 0%, #E91E63 100%);
    color: #fff
}

.state_num {
    position: absolute;
    width: max-content;
    padding: 2px 10px;
    border-radius: 30px;
    background: #100096;
    color: #fff;
    font-size: 14px;
    left: 5px;
}

.subscrib_window .btn {
    font-size: 12px
}

.table-nowrap tbody tr td p.ng-binding {
    line-height: 1.8;
}

.state_on_details p {
    line-height: 1.8
}

table.dataTable.table-bordered > :not(caption) > * > * {
    border-width: 1px var(--bs-border-width);
}

.completed {
    color: white;
    font-size: 11px;
    background-color: #107740;
    padding: 2px 7px 2px 7px;
    border-radius: 3px 5px;
    display: inline-block;
    margin-left: 10px;
    min-width: 70px
}

.pending {
    color: white;
    font-size: 11px;
    background-color: #ff3122;
    padding: 2px 7px 2px 7px;
    border-radius: 3px 5px;
    display: inline-block;
    margin-left: 10px;
    min-width: 70px
}

.flex_prifrences {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #eaeff2;
    border-bottom: 1px solid #a4b0b1;
    margin-bottom: 15px;
    border-radius: 25px;
    padding-bottom: 0;
}

.flex_prifrences_img {
    width: 80px;
    position: relative;
    margin-bottom: 20px;
}

    .flex_prifrences_img img {
        width: 80px;
        height: 80px;
        border: 2px solid #b59cff;
        border-radius: 7px;
    }

.flex_prifrences_name {
    position: relative;
    padding: 5px 10px 0 20px; /*width: calc(100% - 100px);*/
    margin-bottom: 20px;
}

.prifrences_selection_radios {
    margin-bottom: 20px;
    margin-left: auto;
}

.flex_prifrences_name h3 {
    font-size: 18px;
    font-weight: 600;
    color: #175e19;
    margin-bottom: 5px;
}

.flex_prifrences_name h5 {
    color: #c25e06;
    margin-bottom: 0;
}

.prifrences_selection_radios .form-label {
    margin-right: 10px;
}

.view_layout.bg-info {
    background-color: rgb(13 70 240 / 18%) !important;
}

.view_layout.bg-success {
    background-color: #a3f2ff21 !important;
}

.datepicker-wrapper {
    position: relative;
}

    .datepicker-wrapper i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #555;
        pointer-events: none;
    }

.blink_text {
    -webkit-animation: glowing 1500ms linear infinite;
    -moz-animation: glowing 1500ms linear infinite;
    -o-animation: glowing 1500ms linear infinite;
    animation: glowing 1500ms linear infinite;
    transition: 0.5s ease;
    padding: 7px 15px;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 500 !important;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #ec0024;
        box-shadow: 0 2px 5px #ddd
    }

    50% {
        background-color: #ff8d2a;
        box-shadow: 0 4px 10px #ddd
    }

    100% {
        background-color: #ec0024;
        box-shadow: 0 5px 15px #ddd
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ec0024;
        box-shadow: 0 2px 5px #ddd
    }

    50% {
        background-color: #ff8d2a;
        box-shadow: 0 4px 10px #ddd
    }

    100% {
        background-color: #ec0024;
        box-shadow: 0 5px 15px #ddd
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ec0024;
        box-shadow: 0 2px 5px #ddd
    }

    50% {
        background-color: #ff8d2a;
        box-shadow: 0 4px 10px #ddd
    }

    100% {
        background-color: #ec0024;
        box-shadow: 0 5px 15px #ddd
    }
}

@keyframes glowing {
    0% {
        background-color: #ec0024;
        box-shadow: 0 2px 5px #ddd
    }

    50% {
        background-color: #ff8d2a;
        box-shadow: 0 4px 10px #ddd
    }

    100% {
        background-color: #ec0024;
        box-shadow: 0 5px 15px #ddd
    }
}

.blink_text:hover {
    padding: 5px 12px;
    transform: scale(1.03);
}

.dashboard_windowcontrol h1, .innerpage_windowcontrol h1 {
    color: #323835;
}

.controller_box .d-flex span:nth-child(1) {
    width: 200px;
    display: block
}

.controller_box .d-flex span:nth-child(2) {
    width: 200px;
    display: block
}

.controller_box .d-flex span:nth-child(3) {
    width: 200px;
    display: block
}

.controller_box .d-flex span:nth-child(4) {
    width: 200px;
    display: block
}

.dt-length label {
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.label_checklist label {font-size:14px;font-weight:400;padding-left:5px}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 5px;
}





/* ===============================  Responsive Media  ================================= */

@media (min-width: 1350px) {
    .table_control.table_w_100 .table {
        max-width: 100%;
    }
}

@media (max-width: 1550px) {
    h1 {
        font-size: 20px;
    }

    .sb-nav-fixed .sb-topnav {
        padding: 10px;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
        width: 280px;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        padding-left: 280px;
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
        margin-left: -280px;
    }

    .logo_text h5 {
        font-size: 20px;
    }

    .logo_text h6 {
        font-size: 13px;
    }

    .profile_right .navbar-nav .nav-link {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .profile_text .table {
        font-size: 13px;
    }

    .table-sm > :not(caption) > * > * {
        padding: 2px 7px;
    }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link {
        font-size: 14px;
    }

    .ng-scope .table th, .ng-scope .table td {
        font-size: 13px;
    }

    .btn {
        font-size: 14px;
    }

    .breadcrumb {
        font-weight: 300;
    }

    #pnlchkbox .grid_list ul li {
        font-size: 13px;
    }

    .form-select option {
        font-size: 12px;
    }

    .center_screen_view {
        padding: 50px 50px;
    }

    .boxflex span {
        font-size: 15px;
    }

    table.dataTable thead > tr > th.sorting.w-7, table.dataTable thead > tr > th.sorting_asc.w-7 {
        width: 8% !important;
    }

    table.dataTable thead > tr > th.sorting.w-10, table.dataTable thead > tr > th.sorting_asc.w-10 {
        width: 14% !important;
    }
}

@media (min-width: 1551px) {
    .form-select option {
        font-size: 14px;
    }

    .card-header {
        font-size: 18px
    }

    .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
        font-size: 18px;
    }

    .state_on_action .btn {
        font-size: 14px;
    }

    .dashbox_design2 .innboxing p {
        margin-bottom: 30px;
    }

    .line_animation {
        font-size: 16px;
    }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link {
        font-size: 18px;
    }

    .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link:after {
        top: 8px;
        left: 7px;
    }

    .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-nested .nav-link {
        font-size: 16px;
        padding: 7px 10px;
        padding-left: 25px;
    }

    .shower_head h4 {
        font-size: 18px;
    }

    .logo_img img {
        max-width: 80px;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
        padding-top: 100px;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        top: 100px
    }

    .logo_text h5 {
  
        font-size: 26px;
    }

    .logo_text h6 {
        font-size: 16px;
        font-weight: 500;
    }

    .profile_right .navbar-nav .nav-link {
        font-size: 18px;
    }

    .button_boxes a {
        font-size: 13px;
    }

    .profile_text h5 {
        font-size: 16px;
        font-weight: 700;
    }

    .count_fact .count_fact_head {
        font-size: 18px;
    }

    .count_btn {
        font-size: 13px
    }

    .form-label {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .profile_pic .state_name {
        font-size: 14px
    }

    table.dataTable > thead > tr > th {
        font-size: 16px;
    }

    .inline_listing ul li {
        font-size: 14px;
    }

    .subscrib_window .btn {
        font-size: 15px;
    }
}

@media (max-width:1220px) {
    #layoutSidenav #layoutSidenav_content {
        margin-left: -280px;
    }

    .logo_text h5 {
        font-size: 16px;
    }

    .profile_right .navbar-nav .nav-link {
        font-size: 12px;
    }

    .count_fact {
        padding: 20px 7px 60px;
    }

    .schemes_programholder .sp_innerview_showme a {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .menu_control .container {
        max-width: 90%;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        top: 110px;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
        padding-top: 110px;
    }

    .count_fact img {
        width: 50px;
        height: 50px;
        outline-offset: 3px;
    }

    .iconside {
        width: 60px;
    }

    .dataside {
        width: calc(100% - 60px);
    }

    .step_on_active {
        font-size: 16px;
    }

    .nav_tab .nav-tabs .nav-link {
        padding: 10px 10px;
    }

    label {
        font-size: 15px;
    }
}

@media (max-width: 990px) {
    .stellarnav > ul > li > a {
        font-size: 15px;
        padding: 15px 15px 15px 0px;
    }

    #layoutSidenav #layoutSidenav_content {
        margin-left: -280px;
    }

    .sb-topnav .container {
        max-width: 100%;
        padding: 0;
    }

    .sb-topnav.navbar-dark #sidebarToggle {
        position: absolute;
        top: 70%;
        left: 15px;
        font-size: 20px;
    }

    .sb-topnav {
        height: unset;
    }

    .navbar-expand {
        flex-wrap: wrap;
    }

    .sb-nav-fixed .sb-topnav:before {
        position: absolute;
        content: '';
        background: #d8ece3;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 34%;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        top: 110px;
    }

    .navbar-expand .navbar-nav .dropdown-menu {
        top: 115%;
    }

    .sb-topnav.navbar-dark #sidebarToggle {
        font-size: 16px
    }

    .profile_right .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0;
    }

    .profile_right .notify_icon {
        width: 24px;
        height: 24px;
    }

    .navbar-expand .navbar-nav .dropdown-menu .user_profile_window {
        min-width: 250px;
    }

    .timeline-content {
        margin-bottom: 15px;
    }

    .bg_c_info {
        margin-bottom: 0 !important;
    }

    .row.mt-4 {
        margin-top: 0.5rem !important;
    }

    .state_on_details {
        overflow: hidden;
    }

    .flash_btn {
        border-radius: 0;
        top: 0;
        position: relative
    }
}

@media (max-width: 768px) {
    .sb-topnav .container {
        max-width: 90%;
    }
}

@media (max-width: 590px) {
    .card-header h4 {
        font-size: 16px;
    }

    .logo_text h5 {
        font-size: 14px;
    }

    .logo_text h6 {
        font-size: 12px;
    }

    .dataTable-top > div:first-child {
        text-align: center;
        float: none;
        margin-bottom: 15px;
    }

    .dataTable-top > div:last-child {
        text-align: center;
        float: none;
    }

    .footer_control .d-flex {
        display: block !important;
        text-align: center;
    }

    .edition_btn_control {
        margin-bottom: 15px;
    }

    .icon_img img {
        width: 30px;
    }

    .tab_nav_box .nav-tabs .nav-link {
        font-size: 14px;
        padding: 7px 5px 5px;
    }

    .icon_img {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .step_heading {
        padding: 7px 7px 5px;
        font-size: 13px;
    }

    .step_number {
        font-size: 14px;
    }

    .table {
        font-size: 13px;
    }

    .center_clickhead {
        font-size: 16px;
    }

    h1 {
        font-size: 18px;
    }

    .page_nav h1 {
        font-size: 18px;
    }

    .logo_inline {
        padding-left: 0;
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid rgb(245, 248, 249, 0.39);
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .sb-nav-fixed .sb-topnav {
        padding: 5px 7px;
    }

    .logo_img img {
        max-width: 110px;
    }

    .logo_text {
        padding-left: 5px;
    }

    .profile_right .navbar-nav .nav-link {
        font-size: 11px;
    }

    #todaytime {
        font-size: 10px;
    }

    .profile_right .navbar-nav li {
        margin-left: 7px;
    }

    .sb-topnav.navbar-dark #sidebarToggle {
        top: 65%;
    }

    .flash_btn {
        font-size: 13px;
        padding: 0px 10px;
    }

    .helpdesk_ftr p {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .profile_right .navbar-nav .nav-link {
        font-size: 10px;
    }

    .sb-topnav.navbar-dark #sidebarToggle {
        left: 0;
    }

    .profile_right .navbar-nav.me-3 {
        margin-right: 0 !important
    }

    .logo_text h6 {
        font-size: 10px;
    }

    .bg_c_info {
        margin-bottom: 0 !important;
    }

    .row.mt-4 {
        margin-top: 0.5rem !important;
    }
}
