body {
/*    font-family: 'Poppins', sans-serif;
    background: #fafafa;*/
    overflow-x: hidden!important;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    background: #fff;    
    background-position: 50% 37%;
}
  
body.modal-open {
   background-position: 15% 1%;
   
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 33px;
    /* background: #fff; */
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}


/******css 21-11-2025 ******/

table#MyDataTable>thead>tr>th {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #0163b0;
    color: #fff;
}

h4#hdr {
    color: #fff;
    background: #0163b0;
    text-decoration: none !important;
    width: 40%;
    margin: 10px auto;
    padding: 5px 0px;
    border-radius: 0px 10px 0px 10px;
}

.tabset>input:checked+label {
    border-color: inherit !important;
    background: #004aa1;
    color: #fff !important;
    border-radius: 10px 10px 0px 0px;
}

div#panel_notification {
    background: #8bc0ff !important;
}

h3.noti {
    font-size: 18px;
    color: #0151a6;
}

.fa-edit
 {
    color: #007241 !important;
}

.change-colour-for-danger {
    background: #f20017 !important;
    color: #fff !important;
}

.calneder-out {
    color: #0250a5;
    border-right: 1px solid #0250a5;
}

.email-outer {
    background: #e2f3fc;
    padding: 0px 10px;
    width: 71%;
    margin: 0px 0px 0px 20px;
}

.email-he {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    color: #000;
}


.center-h {
    color: #0250a5;
}

.class-h {
    color: #003368;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
        min-width: 274px;
    max-width: 210px;
    background: #455a64;
    color: #fff;
    transition: all 0.3s;
    min-height: 100vh;
    height: auto;
    
}
#sidebar.active {
    min-width: 50px;
    max-width: 108px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding-top: 0px;
   
}


ul.list-unstyled.components.testt {
    background-color:#EDF7FC;
}


#sidebar ul li a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 1px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #878787;
    justify-content: left;
}

#sidebar-OLD ulli a:hover {
    color: #101010;
    padding-left: 5px;
    background: #EDF7FC;
}

#sidebar ul li a:hover {
      color: #e9e9e9;
    padding-left: 5px;
    background: #567cd4;
}

.box-info {
    background-color: #fff;
    padding: 17px 16px;
    margin-bottom: 11px;
    border-radius: 5px;
    box-shadow: 0px 3px 9px 0px #0000000f;
}
.hover-effect:hover {
    transform: scale(1.04);
    transition: all ease-out-in 0.5s;
    transition: all .25s ease;
}
.box-icon {
    background-image: linear-gradient(to right, #b75333, #b75333);
    /* padding: 10px 14px; */
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    width: 48px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
#sidebar ul li a i {
    font-size: 22px;
    width: 26px;
    margin: 0px 10px 0px 0px;
}
.allcoreses-detils {
    background-image: linear-gradient(to right, #6ab92a, #aad984);
    border-radius: 7px;
    padding: 15px 13px;
}
.boc-content button {
    border: none;
    margin-left: 52px;
    font-size: 12px;
    background-color: #be5f41;
    color: #ffe6e6;
    border-radius: 5px;
}
.w-p85 {
    width: 85%;
}
.progress-sm {
    border-radius: 5px;
    height: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #101010;
    background: #EDF7FC;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    /*padding: 20px;*/
   
    transition: all 0.3s;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 150px) {
    #sidebar {
        min-width: 50px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.navbar-nav > .user-menu > .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    background: #3c8dbc;
    text-align: center;}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
    background-color: #f9f9f9;
    padding: 10px;}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 8px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}
.img-circle {
    border-radius: 50%;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #f9f9f9;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    text-shadow:  #333333;
    margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.card-notify { 
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    font-weight: 100;
    text-shadow:  #333333;
    min-height: 100px;
    width: 180px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);    
}

.page-loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid gray;
  border-right: 8px solid white;
  border-bottom: 8px solid gray;
  border-left: 8px solid white;
  width: 60px;
  height: 60px;
  margin-left: 50%;
  margin-top: 20%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.Search-Result {
  position: absolute;
  font: 12px Arial;
  border: none;
  z-index: 99;
  top: 100%;
  left: 15px;
  right: 15px;
}
.container-fluid{
  min-height: 100vh;
  min-width: 83%;
  overflow-x: scroll;
}
.footer {
   position:fixed;
   bottom:0;
   width:100%;
   height:30px;
    background-color: #f9f9f9;
    color: #0098DB;
    text-align: center;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 4px;
    font-size: 14px;
    /* line-height: 1.42857143; */
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    /* box-sizing: border-box; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/* custom-css-pankaj-Style Start 1/7/2025*/

.wrapper.sidebarwrap .navsidebar {
    background-color: #282a42;
}

.wrapper.sidebarwrap .list-unstyled a {
    color: #d7d8ee;
    font-size: 16px;
    padding: 2px 18px;
}

.serch-bar input {
    border: none;
    outline: none;
        max-width: 359px !important;
    width: 100% !important;
   
    padding: 4px 11px;
     font-size: 12px;
    box-shadow: 0px 0px 2px 0px #00000061;
}

.top-bar-links img {
max-width: 36px;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #0250a5;
    padding: 5px;
}

.top-bar-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 7px;
    gap: 4px;
}
.top-bar-links .dropdown-toggle {
    white-space: nowrap;
    background-color: #f6f9fb;
    border: none;
    padding: 0px 0px;
}
.top-bar-links ul.nav.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-bar-links i {
    font-size: 25px;
    color: #019ff8;
    font-size: 20px;
}

.wrapper.sidebarwrap nav.navbar.body {
    box-shadow: unset;
   
    margin-bottom: 19px;
    transition: all 0.5s;
  /* background-color: #ffe8d7; */
   
    border-radius: 12px;
       margin: 7px 15px 10px;
    padding: 9px 15px 5px;
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); */
}

/* nav.navbar.body.sticky {
    position: fixed;
    max-width: 86%;
    top: 0px;
    width: 100%;
    box-shadow: 0px 0px 4px 0px #00000080 !important;
    z-index: 999;
    background-color: #f7f7f9 !important;
    border-radius: 0px 0px 0px 0px;
    margin-left: 0px;
} */


.wrapper.sidebarwrap .navsidebar h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.logo-sidebar {
    display: flex;
    padding: 0px 0px;
    align-items: center;
    position: relative;
    justify-content: center;
}

.logo-sidebar .new-logo {
    width: 100%;
}

.logo-sidebar img {
    width: 100%;
    max-width: 18px;
}

.logo-sidebar .new-logo img {
   max-width: 100%;
    width: 100%;
    height: 94px;
    object-fit: cover;
}

.wrapper .navsidebar.active .logo-sidebar button.btn.active {
    background-color: #282a42 !important;
    color: #fff;
    transform: rotate(180deg);
}

.wrapper.sidebarwrap .logo-sidebar button.btn {
   transform: rotate(0deg);
    outline: none;
    background-color: #282a42 !important;
    position: absolute;
    right: -34px;
    z-index: 9999;
    top: 13px;
    padding: 4px 7px;
    font-size: 14px;
}


.container-fluids {
    padding: 0px;
    width: 100%;
   overflow: auto;
}
.column-btn {
    background-color: #666cff;
    color: #fff;
    border: none;
    padding: 10px 17px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
}

.serch-bar i {
    font-size: 20px;
    color: #6c6c6c;
}

.userimage img {
    width: 100%;
    max-width: 333px;
    position: relative;
    bottom: -12px;
}

.user-image:before {
    position: absolute;
    content: "'";
    background-color: #6fe06f;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    bottom: 0px;
    right: 20px;
    border: 2px solid #fff;
}

.top-bar-links .open>.dropdown-menu {

       display: flex;
       flex-direction: column;
       padding: 0px 0px;
           left: 0px;
    min-width: 125px;
    top: 36px;
}

.top-bar-links .open>.dropdown-menu h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0px 0px;
}

.top-bar-links .open>.dropdown-menu p {
    font-size: 11px;
}

.top-bar-links .dropdown-menu>li>a {
   
    font-weight: 600;
    padding: 5px 10px 4px !important;
    font-size: 11px !important;
}

.top-bar-links .dropdown a:before,
.wrapper.sidebarwrap .list-unstyled a:before {
    display: none;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 324px;
    max-width: 800px;
    margin: 0em auto;
    height: 258px;

}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-description {
    margin: 0.3rem 10px;
}

.total-or.notifecation ul li {
    position: relative;
}

.total-or.notifecation ul li:before {
    position: absolute;
    top: 2px;
    background-color: #666cff;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 12px;
    left: -14px;
    z-index: 9999;
    top: 5px;
}

.column-design,
.dashbord-colunm.totle-card  {
      margin-top: 23px;
    padding: 0px 13px 0px;
}

.dashbord-colunm.hight-chat {
    margin-top: 28px;
}

.column-design {
    margin: 21px 0px;
    padding: 12px 0px;
}

.total-or i {
    background-color: #e7e7ff;
    color: #666cff;
    border-radius: 10px;
    padding: 13px 15px;
    font-size: 20px;
}

/* .total-or p {
    color: #72e128;
    font-size: 22px;
} */
.column-design .dashbord-colunm .card-body {
    padding: 15px 8px;
}

.column-design .dashbord-colunm .card-body h5 {
    font-size: 21px;
    margin-top: 22px;
    font-weight: 600;
}

.total-or {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 3px 9px;
    gap: 8px;
}

.dashbord-colunm.column-design p {
    font-size: 16px;
    color: #999;
}

.dashbord-colunm.column-design h3 {
    margin: 0;
}

.column-design .dashbord-colunm .card-body {
    padding: 15px 8px;
}


.top-bar-links .open>.dropdown-menu a.dropdown-item {
    padding: 6px 6px;

}

.dashbord-colunm.column-design .total-or i {
    font-size: 23px;
    background-color: #f7f7f9;
    cursor: pointer;
}

.top-bar-links .open>.dropdown-menu a.dropdown-item:hover {
    background-color: #666cff;
    color: #fff;
}

.sidenav {
    z-index: 1;
    background-color: #282a42;
    overflow-x: hidden;

}

.sidenav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal.main-login-ha p.captcha-img {
   margin-left: 1px !important;
}

.sidenav a,
.dropdown-btn {

    text-decoration: none;

    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    color: #d7d8ee;
    font-size: 15px;
    padding: 9px 6px 8px;

}

.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

.main {
    margin-left: 200px;
    /* Same as the width of the sidenav */
    font-size: 20px;
    /* Increased text to enable scrolling */
    padding: 0px 10px;
}

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.sidenav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 13px;
    gap: 1px;
}

.sidenav ul li:hover {
    background-color: #f7f7f90f;
    transition: all 0.5s;
}

.sidenav ul li i {
    color: #d7d8ee;
    font-size: 16px;
    width: 35px;
    text-align: center;
}

.main-dash {
    margin-top: 0px;
}
ul.list-unstyled.components.testt a.admin-portal {
    display: none !important;
}
.dropdown.dropdown-toggle h5 {
    left: -31px;
    text-align: end;
    font-size: 13px;
    z-index: 999;
    cursor: pointer;
    margin: 4px 3px 0px;
    font-weight: 600;
    width: 101px;
    font-weight: 700;
    color: #019ff8;
}
.dropdown.dropdown-toggle p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: end;
    margin: 0px 3px;
    text-align: end;
}

.form-group.forgot-pass a.btn.btn-link {
    font-weight: 600;
}

.wrapper.sidebarwrap.active .navsidebar {
    width: 6% !important;
}

.wrapper.sidebarwrap.active .navsidebar .sidenav ul li a span {
    display: none;
}

.wrapper.sidebarwrap.active .logo-sidebar h3 {
    display: none;
}

.top-bar-links .dropdown-menu.notifecation {
    padding: 2px 8px;
}

.total-or.notifecation {
    justify-content: left;
}

.dashbord-colunm.totle-card .card-body h1 {
  margin: 5px 1px;
    font-size: 24px;
}
.card-info p {
    font-size: 13px;
}

.total-or.notifecation ul a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6em;
    color: #999;
}

.dashbord-colunm.totle-card.noti h1 {
    font-size: 18px;
    margin: 0 0 10px;
}

.dashbord-colunm.totle-card.noti {
    margin-top: 28px;
}


.total-or.notifecation ul {
    list-style: none;
    padding: 2px 18px;
    position: relative;
    z-index: 1;
}

.marquee-container {
    max-width: 357px;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    animation: scrollUp 8s linear infinite;
}

.profile-details img {
    border-radius: 50%;
    max-width: 120px;
    width: 100%;
}

.profile-info h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 23px;
}
.column-btn:hover {
    background-color: #ffff;
    border: 1px solid #666cff;
    color: #000;
}

.dashbord-colunm {
    box-shadow: 0px 0px 4px 0px #0000002b;
    border-radius: 12px;
    padding: 24px 24px;
    background-color: #fff;
    margin: 0px auto ;
    width: 100%;

  
}

.user-detils {
    margin-bottom: 15px;
}

.user-detils label.form-label {
    font-size: 14px;
    font-family: 'circular';
}

.user-detils input.form-control {
    padding: 6px 7px;
    height: 40px;
    border-radius: 8px;
}
ul.nav.navbar-nav.navbar-left ol.breadcrumb a {
    font-size: 14px;
    font-weight: 500;
}
ul.nav.navbar-nav.navbar-left ol.breadcrumb {
    margin-bottom: 0px;
   margin-top: 4px;
    padding: 2px 15px;
}
.btn.btn-secondary.dropdown-toggle span.notification_button_badge {
    color: #F44336;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    top: -14px;
    left: -4px;
}


.top-bar-links .dropdown-menu>li>a:hover {
    background-color: #337ab7;
    color: #fff;
}
.serch-bar input::placeholder{
font-size: 16px;
color: #7f839a;

}


#sidebar {
    background-color:#EDF7FC;
}



ul.nav.navbar-nav.navbar-left  .breadcrumb li:nth-last-child(1) a {
   
    font-weight: 600 !important;
    border-bottom: 2px solid #2196F3;
    color: #666cff;
}

.navsidebar ul.components a.admin-portal i {
    display: none !important;
}

.navsidebar ul.components a.admin-portal {
    text-align: left;
    font-size: 20px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-left: 25px !important;
}

.navsidebar.active ul.components a.admin-portal {
    
    font-size: 14px !important;
    
    padding-left: 8px !important;
}

.dashbord-colunms > .row h3 {
    margin: 0;
}

.column-design .dashbord-colunm {
    padding: 6px; height:auto;
}

.rating-img i {
    color: #337ab7;
    width: 26px;
    height: 18px;
    font-size: 16px;
}

.classes.card.card-hover a.nav-item.nav-link.active {
    font-size: 16px;
    font-weight: 500;
}

.classes.card.card-hover {
    padding: 8px 12px;
overflow: hidden;
}

.product-content h5.title {
    font-weight: 600;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  animation: marquee 10s linear infinite; /* Adjust the duration to slow it down */
}

.top-bar-links ul.nav.navbar-nav .dropdown.dropdown-toggle img {
    width: 40px;
}

.top-bar-links .selectize-input.items.not-full.has-options {
    border-radius: 7px;
    padding: 16px 8px;
    appearance: none;
    border: none;
    box-shadow: none;
}


.main-dash h3 {
    margin: 2px 0px 20px;
}
.pichart.row {
    margin-top: 24px;
}
.rating-img p {
 
    font-size: 12px;
}
.course-name h4 {
    font-size: 14px;
}

.pichart.row .dashbord-colunm {
       height: 306px;
    padding: 6px 0px;
    overflow: hidden;
}
.dashbord-colunm.hight-chat {
    margin-top: 26px;
}

.top-bar-links ul.nav.navbar-nav .dropdown.dropdown-toggle {
    display: flex;
    align-items: center;
    top: -1px;
    gap: 9px;
    flex-direction: row-reverse;
}
ul.list-unstyled.components.testt a.admin-portal {
    text-align: center !important;
    padding: 14px 35px;
}

.serch-bar {
    max-width: 302px !important;
    width: 100% !important;
}
.serch-bar button svg {
    color: #019ff8;
}
.serch-bar button {
    border: none;
    background-color: #e2f3fc !important;
    padding: 7px 16px;
    height: 54px;
}
.top-bar-links .dropdown-toggle::after{
    display: none;
}

.info-corses h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.arrow-icons {
    display: flex
;
    align-items: center;
    margin-top: 10px;
    justify-content: end;
}
.main-heading-text .heading-text h3 {
    font-size: 20px;
    font-weight: 600;
}
.info-corses p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.arrow-icons button {
    border-radius: 50%;
    border: none;
    background-color: #fff;
    padding: 9px 13px;
}
.arrow-icons button i {
    transform: rotate(-42deg);
    color: #fec801;
}

.arrow-icons span {
    color: #fff;
    font-size: 12px;
}
.progress-load {
    background-color: #e9ecef;
    color: #fff;
    width: 100%;
    /* border: 1px solid #000; */
    border-radius: 12px;
    height: 14px;
    position: relative;
}
.progress-comle span {
    color: #0d6efd;
    font-size: 12px;
    margin-top: 3px;
}
.load-prog {
    position: absolute;
    background-color: #58baab;
    top: 0px;
    width: 122px;
    height: 100%;
    border-radius: 12px;
}
.top-bar-links .dropdown ul.dropdown-menu-s {
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    height: 0;
    z-index: 999;
    display: none;
}
.top-bar-links .dropdown.open ul.dropdown-menu-s {
    opacity: 1;
  
    background-color: #ffffff;
    list-style: none;
    margin: 0;
   padding: 0px 0px 0px;
     color: #000;
    border: 1px solid #bbbbbb;
    height: 63px;
    border-radius: 5px;
 display: block;
}

.top-bar-links .dropdown.open ul.dropdown-menu-s li:hover {
    background-color: #477fff;
    color: #fff;
 
}
.top-bar-links .dropdown.open ul.dropdown-menu-s li {
    padding: 5px 0px 3px;
}

.top-bar-links ul.dropdown-menu-s a.dropdown-item {
    font-size: 12px !important;
    padding: 0  9px !important;
    margin: 0 3px 5px;
    font-weight: 600;
    /* font-family: poopin; */
}

.box-info .card-info i {
    font-size: 18px;
    color: #ffd700;
}
.box-info .card-info b {
    font-size: 20px;
    color: #196bd9 !important;
    font-weight: 700;
}
.monthly-attndec span {
    font-size: 14px;
    margin: 0;
    color: #a7a7a7;
}
.monthly-attndec h5 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
.date-picer i {
    background-color: #bae5fd;
    padding: 9px 10px;
    border-radius: 50%;
    color: #fff;
    background-color: #e2f3fc;
    border-color: #e2f3fc;
    color: #019ff8 !important;
    cursor: pointer;
}

.main-heading-text .box-info > div:nth-child(1) .box-icon {
    background-image: linear-gradient(to right, #0e57c7, #0e57c7);
    padding: 2px 16px;
}

.main-heading-text .box-info > div:nth-child(2) .box-icon {
      background-image: linear-gradient(to right, rgb(106, 185, 42), rgb(170, 217, 132)) !important;
    padding: 2px 16px;
}


.main-heading-text .box-info > div:nth-child(3) .box-icon {
 background-image: linear-gradient(to right, #b75333, #df967e) !important;
    padding: 2px 16px;
}

.main-heading-text .box-info > div:nth-child(4) .box-icon {
background-image: linear-gradient(to right, rgb(0 0 0), rgb(126 151 189)) !important;
    padding: 2px 16px;
}

.footer-sec .brand img {
    width: 289px;
    height: 107px;
    object-fit: cover;
}

.hasc-centers{
   background-position: bottom;
    background-blend-mode: multiply;
}

.brand strong.sidebar-brand {
    font-size: 1.2rem;
    line-height: 27px;
}

@keyframes marquee {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-50%);
  }
}


@keyframes scrollUp {
    0% {
        bottom: -100%;

    }

    100% {
        bottom: 100%;
       
    }
}

@media screen and (max-width:992px) {

    .wrapper.sidebarwrap .navsidebar {
        position: fixed;
        z-index: 4;
        top: 0px;
        left: 0;
        height: 100%;
    }

    .wrapper.sidebarwrap.active .navsidebar {
        transform: translateX(-75px);
    }

    .wrapper.sidebarwrap .navsidebar {
                transform: translateX(-223px);
        min-width: 0px !important;
    }

    .wrapper.sidebarwrap.active .logo-sidebar button.btn.active {
        position: absolute;
        left: 70px;
        top: 7px;
        right: -52px;
        width: 45px;
    }

    .serch-bar {
        margin-left: 30px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .navbar-nav {
        margin: 0.5px -10px;
       text-align: center;
    }

    .navbar-nav .dropdown.dropdown-toggle {
        display: block;
        text-align: end;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: -109px;
        z-index: 3;
    }

    .top-bar-links .open>.dropdown-menu {
        display: block;
        display: flex;
        flex-direction: column;
        width: 95px;
        background-color: #ffff;
    }
    .wrapper.sidebarwrap .logo-sidebar button.btn {
        right: -44px;
       top: 21px;
    }
    .wrapper.sidebarwrap.toogle-outside.active button.btn {
        right: -86px;
    }
  .wrapper.sidebarwrap .navsidebar.active {
      transform: translateX(0px); 
      width: 100% !important;
      max-width: 283px !important;
  }
.top-bar-links {
  
    flex-direction: row-reverse;
}
}

@media screen and (max-width:768px) {

.wrapper.sidebarwrap nav.navbar.body > .row {
    display: flex;
    flex-direction: column-reverse;
}
.top-bar-links {
    margin-bottom: 12px;
}
nav.navbar.body.sticky {
    max-width: 100%;
    z-index: 2;
}
  .top-head h2 {
        font-size: 15px;
      line-height: 24px;
    }
.top-head {
    margin-top: 14px;
}
.top-image img {
    width: 84px !important;
}
.haryana-text {
    display: flex;
    align-items: center;
}
.top-header {
    padding: 1px 2px 0px 16px;
}
 .serch-bar {
        flex-direction: row-reverse;
    }
}



@media screen and (max-width:600px) {

    .wrapper.sidebarwrap .navsidebar {
        width: 63% !important;
    }
    .wrapper.sidebarwrap .logo-sidebar button.btn {
        right: -47px;
    }

.top-bar-links .selectize-control {
    max-width: 145px !important;
    width: 100% !important;
    
}

.profile-head h3 {
       text-align: left;
}
.profile-head p {
    text-align: left;
}
.serch-bar button {
padding: 5px 8px;
        height: 33px;
}
.top-bar-links .selectize-input.items.not-full.has-options {
 
    padding: 6px 8px;

}
   .top-bar-links i {
   
    font-size: 15px;
}
.top-bar-links ul.nav.navbar-nav .dropdown.dropdown-toggle img {
    width: 28px;
}
.dropdown.dropdown-toggle h5 {
    left: -31px;
    text-align: end;
    font-size: 12px;
}
    .navbar-nav .dropdown.dropdown-toggle {
        display: block;
        text-align: end;
    }

    .top-bar-links .open>.dropdown-menu {
        display: block;
        display: flex;
        flex-direction: column;
        width: 95px;
        background-color: #ffff;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: -109px;
        z-index: 3;
    }

    .serch-bar input {
        font-size: 12px;
        margin-top: 4px;
    }

    .navbar-nav {
        margin: 0.5px -10px;
    }

    .total-or.notifecation ul a {
       display: block;
    }
    .navbar-nav {
        margin: 0.5px -10px 8px;
        
    }

    .top-bar-links .selectize-control {
        max-width: 280px;
        width: 100%;
    }
.serch-bar {
        margin-left: 0px;
position: relative;
        left: 30px;
    max-width: 163px !important;
    width: 100% !important;
}
    .top-image img {
        width: 43px !important;
    }
      .top-head h2 {
        font-size: 10px;
        line-height: 17px;
    }
   .paragrph:before {
    left: -10px;
    height: 35px;
}

}
.badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 12px;
    text-align: center;
    white-space: nowrap;
}

.badge-success {
    background-color: #28a745; /* Green */
    color: white;
}

.badge-danger {
    background-color: #dc3545; /* Red */
    color: white;
}

.badge-warning {
    background-color: #ffc107; /* Yellow */
    color: black;
}

/* Optional: Add a hover effect */
.badge:hover {
    opacity: 0.85;
    cursor: pointer;
}

/* Style End 1/7/2025*/

/* style Start 24-04-2025 */

.change-date-style{
    background-color: #fdecea;
    letter-spacing: 0.5px; 
    font-weight: 550;
}
.change-colour-style{
 	background-color:#ffecdc; 
    letter-spacing: 0.5px; 
    font-weight: 550;
}
.change-colour-active{
    background-color:rgb(234, 253, 237); 
    letter-spacing: 0.5px; 
    font-weight: 550;
}
.change-colour-for-danger{
    background-color: #fdecea; 
    letter-spacing: 0.5px; 
    font-weight: 550;
}
.change-colour-reschedule{
    background-color: rgb(245 228 207);
    letter-spacing: 0.5px;
    font-weight: 550;
    color: rgb(202 112 0);
}
.change-colour-for-complete{
    background-color: #a6f1e8;
    color: #009986;
    letter-spacing: 0.5px; 
    font-weight: 550;
}
.navsidebar.active .list-unstyled a i {
    font-size: 23px;
}
.navsidebar.active .list-unstyled a {
    justify-content: center !important;
    flex-direction: column;
}
.navsidebar.active .list-unstyled span {
    /* display: none; */
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
}


@media screen and (max-width: 600px) { 

.card-wrapper-outer {
    flex-direction: column-reverse;
}

    .cd-outer {
        display: inline-block;
        width: 100%;
    }

.cd-inner {
    width: 100%;
}

.notification-div {
    width: auto;
}

.card-width {
    width: 100%;
}

h4#hdr {
    width:100%;
}

select#select_centre {
    margin: 0px 0px 10px 0px;
}

input#search_by_name {
    margin: 0px 0px 10px 0px;
}

input#search_by_mobile {
    margin: 0px 0px 10px 0px;
}

input#search_permanent_id {
    margin: 0px 0px 10px 0px;
}




}



/* style End 24-04-2025 */






