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

/* 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 .analytics-card.green-card, .manual-card {
  background-image: linear-gradient(135deg,#06beb6,#48b1bf);
  box-shadow: 0px 10px 20px #ffe3cd;
}
.student-analytics .analytics-card.pink-card, .automated-card {
  background-image: linear-gradient(135deg, #f940a9, #cb0e7a);
  box-shadow: 0px 10px 20px #ffe3cd;
}
.student-analytics .analytics-card.primary-card {
  background-image: linear-gradient(135deg, #118ad7, #1160ac);
  box-shadow: 0px 10px 20px #ffe3cd;
}
.student-analytics .analytics-card.info-card {
  background-image: linear-gradient(135deg, #efad0f, #bb830b);
  box-shadow: 0px 10px 20px #ffe3cd;
}
.student-analytics .analytics-card h5.card-title, .manual-card h5.card-title, .automated-card h5.card-title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0px;
}
.student-analytics .analytics-card p, .manual-card p, .automated-card p {
  color: #ffffff;
  font-size: 0.8rem;
  opacity: 0.8;
}

.module-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex: 0 0 60px;
  margin-right: 15px;
}
.module-icon svg {
  width: 20px;
}
.module-icon svg path {
  fill: #ffffff;
}
.bg-success-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--success-color);
}

.payment-card {
  cursor: pointer;
}
.payment-card .module-icon {
  margin: 0 auto 30px;
}

.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, .card.cus-card {
  /* background-color: #f4f4f4; */
  background-color: #ffffff91;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #E9EDF4;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.3607843137);
}
.cus-card .card-header h5 {
  color: var(--primary-color);
}

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

.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 50%;
  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 50%;
  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: 268px;
}
.custom-dashboard .naac #fees-chart {
  min-height: 282px;
}

#total-expenses {
  height: 200px;
}

.finanace.card {
  padding-top: 20px;
  padding-bottom: 20px;
}
.finanace .pagination li:first-child {
  margin-right: 10px;
}
.finanace .pagination li button {
  background-color: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}
.finanace .pagination li button:hover {
  background-color: var(--info-color);
  border-color: var(--info-color);
}
.drill-down.card {
  overflow: hidden;
  margin-top: 0px;
}

.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 {
  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);
}



.right-panel-header svg {
  width: 30px;
  font-size: 40px;
  color: #ed6c41;
}
.right-panel-header h2 {
  color: rgb(44, 62, 80);
}
.right-panel-header p {
  font-size: 14px;
  color: #a7a7a7;
}
.custom-dashboard .card.note {
  background-image: linear-gradient(to bottom, var(--primary-color), #ffa433);
}
.custom-dashboard .card.note h5 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 20px;
}
.custom-dashboard .card.note p {
  color: #ffffff;
}

.custom-dashboard .card.preview {
  background-color: #012035;
}

.custom-dashboard .card.preview h5 {
  color: #ffffff;
  font-size: 20px;
}
.custom-dashboard .card.preview .card-header, .custom-dashboard .card.note .card-header {
  border-bottom: 1px solid rgba(222, 222, 222, 0.3);
}

.action-btn {
  background-image: linear-gradient(to bottom, var(--primary-color), #ffa433);
  border-radius: 5px !important;
  border: 0px;
  transition: 0.5s;
}
.action-btn:hover {
  background-image: linear-gradient(to top, var(--primary-color), #ffa433);
  color: #ffffff !important;
}
.action-btn:hover span {
  color: #ffffff;
}
.view-action.btn-primary {
  background-image: linear-gradient(to bottom, #be5294, #a225c1);
  border-radius: 30px !important;
  border-color: #a225c1 !important;
  border: 1px solid #a225c1 !important;
}
.btn-primary.cancel-btn {
  background-color: #f1f1f1 !important;
  color: #012035;
  border-color: #f1f1f1 !important;
  border-radius: 30px;
}
.cus-form h5 {
  color: #fa6334;
  font-size: 1.1rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.cus-form .card-header {
  background-image: linear-gradient(to left, #be529408, #a225c1);
}
.cus-form .card-header h4 {
  color: #ffffff;
}
.teacher-pannel {}
.teacher-pannel .icon img {
  width: 64px;
  margin-bottom: 24px;
}
.teacher-pannel h4 {
  font-size: 1.2rem;
  color: #012035;
  margin-bottom: 10px;
}
.teacher-pannel {}


/* -------------- custom table start -------------- */

.cus-table thead tr th {
  background-color: #03304f;
  color: #ffffff;
}
.cus-table thead tr th:first-child {
  border-radius: 8px 0px 0px;
}
.cus-table thead tr th:last-child {
  border-radius: 0px 8px 0px 0px;
}
.cus-table tbody tr th:first-child {
  border-radius: 8px 0px 0px 0px;
}
.cus-table tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 8px;
}
.cus-table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 8px 0px;
}
.cus-table tbody tr {
  background-color: #ffffff;
}
.cus-table tbody tr:last-child, .cus-table tbody tr:last-child td {
  border-bottom: 0px !important;
}
.cus-table tbody tr td, .cus-table thead tr th {
  padding: 5px 5px;
}
.cus-table tbody tr td {
  background-color: transparent !important;
  --bs-table-bg-type: transparent !important;
}
.cus-table tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}
.badge {
  border:0px !important;
}
.cus-table .badge.bg-info{
  background-color: #efa749 !important;
  border: 0px !important;
}
.cus-table .badge.bg-success{
  background-color: #0de3b4 !important;
  border: 0px !important;
}
.card-table.cus-table .stuId {
  background-color: #a124c138;
  color: #a124c1;
}
.cus-table .badge.bg-success {
  color: #07b38a;
  background-color: #0de3b41f !important;
}
.cus-table .badge.bg-danger {
  color: #ff173f;
  background-color: #ff173f1f !important;
}
.cus-table .badge.bg-warning {
  color: #ffa433;
  background-color: #ffa4331f !important;
}
.cus-table .badge.bg-primary {
  color: #ff6131;
  background-color: #ff61311f !important;
}
.delete-btn svg path {
  fill: var(--warning-color);
}
.edit-btn svg path {
  fill: var(--purple-color);
}
.delete-btn svg path {
  fill: var(--warning-color);
}
.edit-btn svg path {
  fill: var(--purple-color);
}
/* -------------- custom table end -------------- */
.reset-btn {
  background-color: var(--purple-color);
  border-color: var(--purple-color);
  color: #ffffff;
}
.reset-btn:hover {
  background-color: #ffffff;
  color: var(--purple-color);
}
/* 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) {}