:root {
  --primary-color: #ff6131;
  --info-color: #ffa433;
  --success-color: #07b38a;
  --warning-color: #ff173f;
  --bg-color: #012035;
}

/* HOI css */
.sidebar.custom-sidebar .sidebar-menu>ul>li ul li a {
  color: #ffffff;
}

.sidebar.custom-sidebar .sidebar-menu>ul>li ul li:hover {
  background-color: #03304f;
  color: #ffffff;
}

.sidebar.custom-sidebar .sidebar-menu>ul>li ul li a:hover span {
  color: #ffffff;
}

.student-analytics {
  margin-bottom: 30px;
}

.student-analytics h3 {
  margin-bottom: 20px;
}

.student-analytics .row .col-lg-3>div {
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 100px;
}

.student-analytics .row .col-lg-3>div>div {
  flex: 0 0 80%;
}

.student-analytics .row .col-lg-3>div img {
  position: relative;
  bottom: -21px;
  right: 5px;
}

.student-analytics .row .col-lg-3:nth-of-type(1n)>div {
  background-image: linear-gradient(to right, #f99754, #fbc59e);
  box-shadow: 0px 10px 20px #ffe3cd;
}

.student-analytics .row .col-lg-3:nth-of-type(2n)>div {
  background-image: linear-gradient(to right, #7d76dc, #9597e8);
  box-shadow: 0px 10px 20px #c3c4ff;
}

.student-analytics .row .col-lg-3:nth-of-type(3n)>div {
  background-image: linear-gradient(to right, #01afd6, #5ae1f8);
  box-shadow: 0px 10px 20px #b3f4ff;
}

.student-analytics .row .col-lg-3:nth-of-type(4n)>div {
  background-image: linear-gradient(to right, #b20ec5, #dc73e8);
  box-shadow: 0px 10px 20px #f7b5ff;
}

.student-analytics .row .col-lg-3>div p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 4px;
}

.hoi-dashboard .student-analytics .row .col-lg-3>div h4 {
  color: #ffffff;
  font-size: 20px;
}
.hoi-dashboard .student-analytics .row .col-lg-3>div h4 sub {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.hoi-dashboard .card {
  /* background-color: #f4f4f4; */
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  /* box-shadow: 0px 0px 0px; */
}

.hoi-dashboard h3 {
  margin-bottom: 15px;
}

.hoi-dashboard .card .list li {
  display: flex;
  /* background-color: #ffffff; */
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}

.hoi-dashboard .card .list li p {
  margin-bottom: 0px;
}

.hoi-dashboard .card .list li p:first-child {
  flex: 0 0 80%;
  font-weight: 700;
  color: var(--bg-color);
}

.hoi-dashboard .card .list li p:last-child {
  color: var(--primary-color);
  font-weight: 600;
  flex: 0 0 20%;
  text-align: right;
}

.hoi-dashboard .card .list li:last-child {
  margin-bottom: 0px;
}

.hoi-dashboard .heading {
  margin-bottom: 20px;
}

.heading select {
  background-color: #f1f1f1;
  width: 200px;
  height: 30px;
  border-radius: 5px;
  border: 0px;
  padding-left: 10px;
}

.hoi-dashboard .pagination {
  display: flex;
  margin-bottom: 20px;
}

.hoi-dashboard .pagination li {
  /* flex: 0 0 10%; */
}

.hoi-dashboard .pagination li a {
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 7px 15px;
  font-weight: 600;
}

.hoi-dashboard .pagination li a.active,
.hoi-dashboard .pagination li a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  overflow-x: hidden;
  /* Hides scrollbar */
  position: relative;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-container::-moz-scrollbar {
  display: none;
}

.custom-dashboard .line-chart {
  min-height: 245px;
}

#total-expenses {
  height: 200px;
}

.finanace.card {
  padding-top: 20px;
  padding-bottom: 20px;
}

.drill-down.card {
  overflow: hidden;
  margin-top: 40px;
}

.drill-down.card h3 {
  margin-bottom: 0px;
}

.drill-down.card button img {
  width: 14px;
}

.drill-down.card ul:not(.pagination) {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.drill-down.card ul li {
  display: flex;
  align-items: center;
  margin-right: 0px;
  justify-content: space-between;
  color: var(--bg-color);
  font-size: 12px;
  font-weight: 600;
  margin-right: 7px;
}

.drill-down.card ul li:last-child {
  margin-right: 0px;
}

.drill-down.card ul li:nth-child(1) span {
  background-color: #3d5ee1;
}

.drill-down.card ul li:nth-child(2) span {
  background-color: #eab300;
}

.drill-down.card ul li:nth-child(3) span {
  background-color: #e82646;
}

.drill-down.card ul li:last-child {
  margin-right: 0px;
}

.drill-down.card ul li span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cdd2d6;
  display: inline-block;
  margin-right: 5px;
}

.quick-link.card {
  background-color: var(--bg-color);
}

.quick-link.card h3 {
  background-color: #03304f;
  padding: 7px 10px;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.quick-link.card ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  border-radius: 5px;
}

.quick-link.card ul li a {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}

.quick-link.card ul li:hover {
  background-color: #03304f;
}

i.ti.ti-menu-deep {
  color: #0889e1;
}

#line-chart {
  height: 200px;
}

.profile-name p {
  margin-bottom: 0px;
  font-weight: 600;
  margin-right: 10px;
}



/* admin dashboad css */
.table .thead-light th {
  background-color: var(--bg-color);
  color: #ffffff;
}

.user-filter select,
.user-filter input {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
}

.user-filter input {
  width: 40%;
}

.user-filter .btn.submit {
  background-color: var(--bg-color);
  color: #ffffff;
}

.form-check.form-check-md.custom-checkbox input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.content-footer.footer .footer-container {
    display: none;
}


/* Responsive css */

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
  .student-analytics .row .col-lg-3>div img {
    display: none;
  }
  .hoi-dashboard .student-analytics .row .col-lg-3>div h4 {
    font-size: 17px;
  }
  .student-analytics .row .col-lg-3>div p {
    font-size: 14px;
  }

}
@media (max-width: 1100px) {
}

@media (max-width: 992px) {
  .drill-down.card {
    margin-top: 0px;
  }
  .sidebar {
    background-color: var(--bg-color);
  }
  .student-analytics .row .col-lg-3>div img {
    display: block;
  }
  .hoi-dashboard .student-analytics .row .col-lg-3>div h4 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .student-analytics .row .col-lg-3>div {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {}