: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 > div:nth-of-type(1n)>div {
  background-image: linear-gradient(to right, #f99754, #fbc59e);
  box-shadow: 0px 10px 20px #ffe3cd;
}

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

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

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

.student-analytics .row  > div >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);
}

.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: 30px !important;
  color: #ffffff;
  border: 0px !important;
  transition: 0.5s;
}
.action-btn:hover {
  background-image: linear-gradient(to top, var(--primary-color), #ffa433);
}
.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, .cancel-btn {
  background-color: #f1f1f1 !important;
  color: #a2a2a2 !important;
  border-color: #f1f1f1 !important;
  border-radius: 30px;
}
.btn-primary.cancel-btn:hover, .cancel-btn:hover {
  background-color: transparent !important;
  border-color: #a1a1a1 !important;
  color: #a2a2a2 !important;
}
.saveDraft-btn {
  background-color: #a124c1 !important;
  border-color: #a124c1 !important;
  border-radius: 30px !important;
}
.saveDraft-btn:hover {
  background-color: #f1f1f1 !important;
  color: #a2a2a2 !important;
  border-color: #f1f1f1 !important;
  border-radius: 30px;
}
.not-round {
  border-radius: 5px !important;
}
.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 {}



/* --------------
 admin student dashboard start  
 -------------- */

.ai-module {
    background-image: linear-gradient(to bottom, var(--primary-color), #ffa433);
}
.ai-module h4, .ai-module h2, .ai-module p, .ai-module ul li {
  color: #ffffff;
}
.ai-module h4 {
  margin-bottom: 30px;
}
.ai-module ul {
  margin-right: 0px;
}
.ai-module ul li {
  background-color: rgba(222, 222, 222, 0.3);
  border-radius: 5px;
  border:1px solid #ffffff;
  margin-bottom: 10px;
  color: #ffffff;
  padding: 5px 0px;
}
.ai-module ul li:last-child {
  margin-bottom: 0px;
}

.ai-module span.badge.badge-warning.b-radius-15px.robo-badge {
 background-color: #a325c1;
}

.student-main-dashboard .student-analytics .card .card-body{
  padding: 15px 20px;
}
.student-main-dashboard .student-analytics .card h6.card-label {
  color: #ffffff;
}
.student-main-dashboard .student-analytics .card h2 {
  font-size: 1.8rem;
  color: #ffffff;
}
.student-main-dashboard .student-analytics p span{
  color: #ffffff;
}


.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;
}
.acaID {
  background-color: #e3424338;
  color: #e34243;
}
.badge.short {
  background-color: #a124c1;
  color: #ffffff;
}
.admission-forms .card .card-body, .admission-forms .card .card-body table {
  overflow: inherit;
}
.more {
  padding: 10px 10px;
}
.more img {
  width: 20px;
}
.more:hover,.more:active{
  background-color: transparent !important;
}
.refresh-btn, .search-btn {
  background-color: #a124c1 !important;
  color: #ffffff !important;
  border-color: #a124c1 !important;
}
.refresh-btn:hover, .search-btn:hover{
  background-color: #ffffff !important;
  color: #a124c1 !important;
  border-color: #a124c1 !important;
}
.student-status .badge.bg-info {
  background-color: #091d3a24 !important;
  color: #091d3a;
}
.student-status .badge.bg-primary {
  background-color: #a124c133 !important;
  color: #a124c1;
}
.student-status .badge.bg-success {
  background-color: #0de3b429 !important;
  color: #0de3b4;
}
 /* --------------
 admin student dashboard end  
 -------------- */

/* 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) {}