body {
  font-family: IBM Plex Sans !important;
  background-color: white !important;
  
}
/* to disable arrow keys in input type="number" */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-font {
  font-size: 13px !important;
}

.pointer {
  cursor: pointer;
}

.custom-position {
  position: absolute !important; /* Default position */
}

@media (min-width: 1200px) {
  .custom-position {
    position: fixed !important;
  }
}
/* HTML: <div classname="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #00c4ff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

.btn-soft-primary {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0.375rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: rgb(231 241 254) !important;
  color: #258cfb !important;
  font-size: 12px !important;
  font-weight: 500;
  padding: 3px 10px !important;
}

.btn-soft-primary:hover {
  background-color: #258cfb !important;
  color: #fff !important;
}

/* .btn:hover {
  background-color: #7987a1 !important;
  color: #fff !important;
  border-color: #7987a1 !important;
} */

.btn div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.addbtn {
  min-height: 1.8rem !important;
  max-height: 2.5rem !important;
  border: none;
  border-radius: 0.375rem !important;
}

.addbtn:hover {
  background-color: #097fad !important;
}

.addbtn div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* erp dashbord styles start */

.sidebar-body {
  background-color: rgb(11 48 65);
}

.sidebar-body .nav-item .active {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: rgb(233 113 50);
}

.nav-link {
  font-size: 13px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.sidebar-body .nav-link * {
  color: #aeb7c2 !important;
}

.sidebar-body .nav-link .badge {
  color: #ffffff !important;
}

.sidebar-body .active.nav-link span {
  color: #ffffff !important;
}

.sidebar-body .active.nav-link i {
  color: #ffffff !important;
}

.sidebar-body .nav-link:hover span {
  color: #ffffff !important;
}

.sidebar-body .nav-link:hover i {
  color: #ffffff !important;
}

.sidebar-body .active-list {
  background-color: rgb(11 48 65) !important;
}

.sidebar-body .active-list .nav-heading {
  background-color: #0f9ed5;
}

.sidebar-body .active-list .nav-heading span {
  color: #ffffff !important;
}

.sidebar-body .active-list .nav-heading i {
  color: white !important;
}

/* school erp Layout Styles Start */
.sidebar-header p {
  color: #ffffff !important;
}

.sidebar-header,
.sidebar-body,
.sidebar-footer {
  font-size: 13px !important;
}

.school-sidebar-body {
  background-color: white;
  border-right: 1px solid #e1dede;
}
.school-sidebar-body .nav-item {
  margin: 5px 10px;
  border-radius: 10px;
}

.school-sidebar-body .nav-heading:hover {
  background-color: rgb(255 165 0 / 21%);
  color: #d28800 !important;
}
.school-sidebar-body .dropdown-list-a {
  border-radius: 10px;
}
.school-sidebar-body .dropdown-list-a .nav-link:hover {
  background-color: rgba(234, 0, 255, 0.155);
  border-radius: 10px;
}
.school-sidebar-body .dropdown-list-a .nav-link:hover span {
  color: #d200c1 !important;
}
.school-sidebar-body .dropdown-list .active {
  /* padding-top: 10px !important;
  padding-bottom: 10px !important; */
  background-color: rgba(234, 0, 255, 0.21);
}

.school-sidebar-body .dropdown-list .active span {
  color: #d200c1 !important;
}

.school-sidebar-body .nav-link {
  font-size: 12px;
  padding-top: 6px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 10px;
}

.nav-link.position-relative.active {
  background-color: rgba(234, 0, 255, 0.21);
  color: rgba(234, 0, 255, 0.75) !important;
}

.sidebar-body .nav-link * {
  color: #c5cdd8 !important;
}

.sidebar-body .nav-link .badge {
  color: #ffffff !important;
}

/* .sidebar-body .active.dropdown-list span {
  color: #d28800 !important;
}

.sidebar-body .active.dropdown-list i {
  color: #d28800 !important;
} */

/* .sidebar-body .nav-link:hover span {
  color: #ffffff !important;
  
}

.sidebar-body .nav-link:hover i {
  color: #ffffff !important;
  
} */

/* .sidebar-body .active-list {
  background-color: rgb(255 165 0 / 21%) !important;
} */

.school-sidebar-body .active-list .nav-heading {
  background-color: rgb(255 165 0 / 21%);
  color: #d28800;
  border-radius: 10px;
}
.school-sidebar-body .dropdown-list .nav-heading:hover span {
  color: #d28800 !important;
}
.school-sidebar-body .dropdown-list .nav-heading:hover i {
  color: #d28800 !important;
}

.school-sidebar-body .active-list .nav-heading span {
  color: #d28800 !important;
}

.school-sidebar-body .active-list .nav-heading i {
  color: #d28800 !important;
}

.dashboard-sidebar-toggle {
  font-size: 23px;
}

.dashboard-header-fixed-margin {
  margin-bottom: 65px;
}

.dashboard-footer-fixed-margin {
  margin-top: 65px;
}

@media (max-width: 1200px) {
  .dashboard-header-fixed-margin {
    margin-bottom: 55px;
  }

  .dashboard-footer-fixed-margin {
    margin-top: 55px;
  }
}

@media (max-width: 600px) {
  .dashboard-sidebar-mobile {
    max-width: 65%;
  }
}

@media (min-width: 600px) and (max-width: 1200px) {
  .dashboard-sidebar-mobile {
    max-width: 35%;
  }
}

.sidebar-header,
.sidebar-footer {
  padding: 1rem !important;
  border-width: 0 !important;
}

@media (max-width: 1200px) {
  .sidebar-header,
  .sidebar-footer {
    padding: 0.9rem !important;
  }
}

@media (min-width: 1200px) {
  .dashboard-header {
    margin-left: 15.95rem;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .dashboard-footer {
    margin-left: 15.95rem;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

.dashboard-search {
  width: 57%;
}

.dashboard-search input {
  border-width: 0 !important;
  box-shadow: none !important;
  min-height: 40px;
  padding: 0.5rem 1rem 0.5rem 2.75rem !important;
}

.dashboard-search input:focus {
  background-color: #f6f7fa !important;
}

.text-cap {
  font-size: 10px !important;
  font-weight: bolder !important;
  padding: 1.5rem 1.5rem 0.25rem 1.5rem !important;
}

.offcanvas-body::-webkit-scrollbar {
  width: 0 !important;
}

/* Dashboard Layout Styles End */
/* Avatar Styles Start */
.avatar:not(img) {
  background-color: #ffffff00 !important;
}

/* Avatar Styles End */
/* Tabler Icons Styles Start */
.ti {
  font-size: 1.2rem !important;
}

/* Tabler Icons Styles End */
/* Go To Top Button Styles Start */
.go-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  z-index: 1000;
  cursor: pointer;
}

@media (max-width: 600px) {
  .go-to-top {
    height: 2.5rem !important;
    width: 2.5rem !important;
    font-size: 0.8125rem !important;
    bottom: 4.5rem !important;
  }
}

/* Go To Top Button Styles End */
/* Card Styles Start */
.card {
  box-shadow: 0 0 5px 0 rgba(230, 230, 230, 0.5) !important;
}

/* Card Styles End */
/* Label Styles Start */
label.form-label {
  color: rgb(0, 23, 55) !important;
  font-size: 0.9rem !important;
}

label.form-boldLabel {
  color: rgb(0, 23, 55) !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

/* Label Styles End */
/* Table Styles Start */
table {
  max-width: 83.8vw !important;
  max-height: 90vh !important;
  border: 0px solid #dee2e6 !important;
  color: rgb(0, 23, 55) !important;
}

table:has(td, tr, td, th) {
  font-size: 13px !important;
  color: rgb(0, 23, 55) !important;
  text-align: center !important;
}

table:has(tr) {
  line-height: normal !important;
}

table thead {
  border-bottom: 1px solid #0c98cd !important;
}

table thead th:first-child {
  border-top-left-radius: 0.35rem !important;
}

table thead th:last-child {
  border-top-right-radius: 0.35rem !important;
}

table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.35rem !important;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.35rem !important;
}

/* Table Styles End */
/* Dashboard Card Icons Styles Start */
.dashboard-card-icons i {
  font-size: 30px !important;
}

/* Dashboard Card Icons Styles End */
/* Filter Select Styles Start */
.form-filter {
  height: 42.6px !important;
  border-color: #c7c7c7;
}

/* Filter Select Styles End */
/* Form Switch Input Styles Start */
.form-switch .form-check-input {
  width: 2.8em !important;
}

/* Form Switch Input Styles End */
/* Editable Text Container Styles Start */
.editable {
  font-size: 1.4rem;
}

.editable:focus {
  outline: none !important;
  outline-offset: 0px !important;
}

/* Editable Text Container Styles End */
/* Form Input Styles Start */
.form-control:focus,
.form-control:hover {
  border-color: #377dff !important;
}

/* Form Input Styles End */
/* From Validation Styles Start */
.otp-input.was-validated .form-control:valid,
.otp-input.was-validated .form-control:invalid {
  padding: 5px;
}

/* From Validation Styles End */
.icons {
  width: 20px;
  height: 20px;
}

.btn-subsystem {
  border-color: #a0a2a5;
  font-size: 13px !important;
  padding: 5px 6px;
}

.btn-custom-search {
  border-color: rgb(12 152 205);
  font-size: 13px !important;
  padding: 5px 6px;
  color: rgb(12 152 205);
}

.btn-custom-search:hover {
  background-color: rgb(12 152 205) !important;
}

.twenty-five-percent-sticker-span {
  background-color: hsl(38, 100%, 50%);
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}

.fifty-percent-sticker-span {
  background-color: #ff204e;
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}

.seventy-five-percent-sticker-span {
  background-color: #862b0d;
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}

.hundred-percent-sticker-span {
  background-color: #a7d129;
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}

.active-user-span {
  background-color: #10b759;
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}
.active-user-red {
  background-color: #f83e4b;
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}
.active-user-yellow {
  background-color: #f1ad31;
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}

.active-user-span-yellow {
  background-color: #e69500;
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}

.active-user-span-blue {
  background-color: #0000ff;
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}
.active-user-span-violet {
  background-color: rgb(192, 0, 169);
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}

.inactive-user-span {
  background-color: rgb(89 89 89);
  border-radius: 0.375rem;
  color: white;
  padding: 3px 10px;
  font-size: 12px !important;
}

.active-soft-span-bule {
  background-color: rgb(55 125 255 / 23%) !important;
  color: #377dff !important;
  font-size: 11px !important;
  border-radius: 0.375rem;
  padding: 3px 9px;
  border: none;
}

.active-soft-span-yellow {
  background-color: #ffe0a9 !important;
  color: #e69500 !important;
  font-size: 11px !important;
  border-radius: 0.375rem;
  padding: 3px 9px;
  border: none;
}

.active-soft-span-green {
  background-color: #92f2bc !important;
  color: #10b759 !important;
  font-size: 11px !important;
  border-radius: 0.375rem;
  padding: 3px 9px;
  border: none;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: rgb(247 247 247) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: white !important;
}

.table > .bs-table-striped-bg {
  background-color: rgb(247 247 247) !important;
}

.table > :not(caption) > * > * {
  box-shadow: none !important;
  border-bottom-width: inherit;
  color: rgb(0, 23, 55) !important;
}

/* Modal css starts here............................. */
.modal-header {
  background-color: #0c98cd !important;
  font-size: 15px !important;
  height: 3rem !important;
}

.modal-btn-sky {
  background-color: #0c98cd !important;
  color: rgb(255, 255, 255) !important;
  height: 2rem !important;
  align-items: center;
  display: flex;
}

.modal-btn-sky:hover {
  background-color: #0b5e7c !important;
  color: white !important;
}

.btn-sky {
  background-color: #0c98cd !important;
  color: #fff !important;
}

.btn-sky:hover {
  background-color: #0b5e7c !important;
}

.form-label,
.modal-title {
  font-size: 14px !important;
  font-weight: 400 !important;
}

input::placeholder,
select {
  font-size: 13px !important;
  color: rgb(89, 104, 130) !important;
}

.bgcoloryellow {
  background-color: #fdffef !important;
}

.buttonheight {
  min-height: 2.4rem !important;
}

.myprofilelabel,
.myprofileinput {
  font-size: 13px !important;
}

.myprofilelabel {
  font-weight: 400 !important;
  color: rgb(0, 23, 55) !important;
}

.row {
  --bs-gutter-x: 0.5rem;
}

/* Modal css ends here............................. */
/* React Select Styles Start */
.css-1dimb5e-singleValue {
  font-family: IBM Plex Sans !important;
  font-size: 13px !important;
}

.css-13cymwt-control {
  min-height: 38px !important;
  background-color: #fdffef !important;
}

.css-1nmdiq5-menu {
  font-size: 13px !important;
  font-family: IBM Plex Sans !important;
}

.css-qbdosj-Input > input::placeholder {
  font-size: 13px !important;
}

.css-1jqq78o-placeholder {
  font-size: 13px !important;
}

.css-166bipr-Input {
  font-size: 13px !important;
}

/* React Select Styles End */
.nav-underline .nav-link.active {
  font-weight: 500 !important;
  color: black !important;
  border-bottom-color: red !important;
}

.nav-link {
  font-weight: 400 !important;
  color: rgb(89, 104, 130) !important;
}

.searchbar-hover:focus {
  border-color: #dfe3e6 !important;
}

.searchbar-hover:hover {
  border-color: #dfe3e6 !important;
}

/* Toast container css starts here */
.Toastify__toast-container {
  color: red !important;
  height: 10px !important;
  max-height: 10px !important;
}

/* Toast container css ends here */
/*
.pagination{
    --bs-pagination-font-size:13px !important;
    --bs-pagination-color:gray !important;
    --bs-pagination-hover-color:black !important;
} */
/* React pagination css starts here */
.pagination_container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: end;
}

.react-pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
  gap: 3px !important;
  list-style-type: none;
}

.react-pagination > li > a {
  padding: 2px;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  color: white;
  text-decoration: none !important;
}

.react-pagination > li {
  padding: 4px 8px !important;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 13px !important;
  color: #5c5c5c !important;
  margin-right: 2px;
}

.react-pagination > li:hover {
  background-color: rgba(234, 0, 255, 0.155) !important;
  border: 1px solid #d200c1 !important;
  color: #d200c1 !important;
}

ul.react-pagination {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.selected {
  background-color: rgba(234, 0, 255, 0.155) !important;
  border: 1px solid #d200c1 !important;
}

.disabled_btn {
  cursor: not-allowed !important;
}

.previous.disabled_btn,
.previous.disabled_btn a,
.next.disabled_btn,
.next.disabled_btn a {
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: #ccc !important;
}

.prev_link .disabled_link {
  cursor: not-allowed !important;
}

.activePage {
  color: #d200c1 !important;
}

.prev_link {
  color: #7f7676 !important;
}

.prev_link:hover {
  color: #d200c1 !important;
}

.next_link {
  color: #5c5c5c !important;
}

.next_link:hover {
  color: #d200c1 !important;
}

.navbar-logo {
  color: #bc0021;
}

.navbar-toggler {
  border-width: 0 !important;
  margin-right: -10px;
}

.navbar-toggler:active {
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.responsive-dashboard {
  width: 83%;
  background-color: white;
}

.responsive-sidebar-lms {
  width: 15vw;
}

.responsive-dashboard-lms {
  width: 83%;
  margin: 5px;
  padding: 0 18px;
}

@media (max-width: 1200px) {
  .responsive-sidebar-lms {
    width: 100%;
  }

  .responsive-dashboard-lms {
    width: 100%;
    padding: 0 5px;
  }
}

@media (min-width: 300px) and (max-width: 1200px) {
  .responsive-dashboard {
    width: 100%;
  }
}

.searchbar-placeholder::placeholder {
  color: #dfe3e6 !important;
}

table.table-head-non-border thead th:first-child {
  border-top-left-radius: 0px !important;
}

table.table-head-non-border thead th:last-child {
  border-top-right-radius: 0px !important;
}

table.table-head-non-border tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0px !important;
}

table.table-head-non-border tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0px !important;
}

table.table-head-non-border thead {
  border-bottom-width: 0 !important;
}

.table-head-color > tr > th {
  color: #5d5e61 !important;
  font-weight: 500 !important;
}
.table-rows-color > td {
  color: #6c7784 !important;
}

.dateInput::placeholder {
  font-size: 13px !important;
}

.dateInput {
  font-size: 13px !important;
  color: rgb(89, 104, 130) !important;
}

.bg-danger-light {
  background-color: #ec949485 !important;
}

.bg-pink {
  background-color: #ef15b9 !important;
}
.bg-orange {
  background-color: #ec6b18 !important;
}
.bg-light-green {
  background-color: #18ec8c !important;
}

.table-bg-remove {
  width: 100%;
}

/* lms  css */

.gradient-background-header {
  background-image: url("/assets/img/background.png");
  background: rgb(42, 55, 168);
  background: linear-gradient(348deg, #708090 0%, #121212 65%);
}

.gradient-background-sidebar {
  background: linear-gradient(90deg, #7c7c7d 0%, #121212 100%);
}

.lms-header {
  padding: 17px;
  color: white;
  border-radius: 19px;
  margin-top: 10px;
}

.iconBadge {
  position: relative;
  display: flex;
  align-items: center;
}

.badgeNumber {
  position: absolute;
  left: 15px;
  top: -13px;
  font-size: 9px;
  background-color: white;
  border-radius: 50%;
  width: 20px;
  color: #2c39a9;
  text-align: center;
  padding: 3px;
}

.study-time {
  position: absolute;
  left: 24px;
  top: -13px;
  font-size: 12px;
}

.iconBadge-para {
  margin-left: 10px;
}

.icon-contain {
  display: flex;
  align-items: center;
}

.custom-progress-bar {
  position: relative;
}

.progressbar-bg {
  background: white;
  border-end-end-radius: 10px;
  border-start-end-radius: 10px;
}

.progress-bar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffc107bd; /* Change to desired color */
  border-end-end-radius: 10px;
  border-start-end-radius: 10px;
}

.btn-custom {
  color: #fff !important;
  background-color: #2d3aaa !important;
  border-color: #2d3aaa !important;
  line-height: 12px;
  padding: 5px 11px 5px 11px;
}

.btn-custom:hover {
  color: #fff !important;
  background-color: #535fcf !important;
  border-color: #2d3aaa !important;
}

.btn-custom-orange {
  color: #fff !important;
  background-color: #d28800 !important;
  border-color: #d28800 !important;
  line-height: 12px;
  padding: 5px 11px 5px 11px;
}

.btn-custom-orange:hover {
  color: #d28800 !important;
  background-color: #f7b53c98 !important;
  border-color: #d28900a8 !important;
}

.shoft-shadow {
  height: 86px;
  width: 75px;
  /* background: linear-gradient(145deg, #CACCCF, #FFFFFF); */
  border-radius: 15%;
  /* box-shadow: 9.91px 9.91px 14px #D9DADE, -9.91px -9.91px 14px #FFFFFF; */
  background-color: #ffffff;
}

.card-css {
  padding: 10px;
  border-radius: 10px;
  box-shadow: #bfc2da 0px 4px 6px;
}

.card-background-gradient {
  background: rgb(243, 244, 245);
  background: linear-gradient(
    180deg,
    rgba(243, 244, 245, 1) 0%,
    rgb(229 232 236) 100%
  );
}

.card-background-assignment {
  background-color: rgb(238 237 237);
  /* background: linear-gradient(180deg, rgba(243, 244, 245, 1) 0%, rgba(202, 204, 207, 1) 100%); */
}

.card-background-gradient-1 {
  background: rgb(104, 80, 233);
  background: linear-gradient(
    47deg,
    rgba(104, 80, 233, 1) 0%,
    rgba(62, 179, 239, 1) 100%
  );
  border: none;
}
.card-background-gradient-2 {
  background: rgb(238, 27, 104);
  background: linear-gradient(
    47deg,
    rgba(238, 27, 104, 1) 0%,
    rgba(255, 95, 21, 1) 100%
  );
  border: none;
}
.card-background-gradient-3 {
  background: rgb(64, 170, 89);
  background: linear-gradient(
    47deg,
    rgba(64, 170, 89, 1) 0%,
    rgba(78, 227, 178, 1) 100%
  );
  border: none;
}
.card-background-gradient-4 {
  background: rgb(184, 63, 153);
  background: linear-gradient(
    47deg,
    rgba(184, 63, 153, 1) 0%,
    rgba(238, 54, 113, 1) 100%
  );
  border: none;
}
.card-background-gradient-5 {
  background: rgb(184, 63, 153);
  background: linear-gradient(47deg, rgb(220 245 84) 0%, rgb(69 254 73) 100%);
}

.btn-outline-custom {
  color: #2d3aaa;
  border-color: #2d3aaa;
  background-color: #cdc4e8 !important;
}

.btn-outline-custom:hover {
  background-color: #2d3aaa !important;
  color: white !important;
}

.btn-outline-custom-red {
  color: #dc3545;
  border-color: #b02a37;
  background-color: #fff8f9 !important;
  padding: 5px 11px 5px 11px;
  line-height: 12px;
}

.btn-outline-custom-red:hover {
  background-color: #dc3545 !important;
  color: white !important;
}

.lmsnavbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  padding-left: 16px;
}

.lmscontent {
  padding-top: 19px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .lmscontent {
    padding-top: 5px;
  }
}

.bg-blue {
  background-color: #2d3aaa;
}

.lms-modal-header {
  /* background-color: #ecedf3 !important; */
  background: rgb(220, 223, 242);
  background: linear-gradient(
    180deg,
    rgb(180 186 222) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-top-left-radius: 13px !important;
  border-top-right-radius: 13px !important;
  border-bottom: 0px;
}

.lms-title-color {
  color: #2d3aaa !important;
}

.lms-modal-content {
  border-radius: 14px !important;
}

.bg-blue {
  background-color: #2d3aaa !important;
}

.lms-input:focus {
  border-color: #2d3aaa !important;
}

.erp-small-input {
  padding: 3px 2px 2px 8px !important;
  font-size: 12px !important;
  border: 1px solid #ccc !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.erp-small-input:focus,
.erp-small-input:hover {
  border-color: #89ac01 !important;
  box-shadow: 0 0 5px rgba(15, 158, 213, 0.5) !important;
  outline: none !important;
}

.erp-small-dropDown {
  padding: 4px 2px 5px 8px !important;
  font-size: 12px !important;
}

.erp-small-dropDown:focus,
.erp-small-dropDown:hover {
  border-color: #89ac01 !important;
  box-shadow: 0 0 5px rgba(15, 158, 213, 0.5) !important;
  outline: none !important;
}

/* change colour of option */
input[type="radio"] {
  accent-color: #2d3aaa;
}

.nav-link-lms {
  background-color: transparent !important;
}

.nav-link-lms.active {
  color: white !important;
  background: rgb(117, 127, 215);
  background: linear-gradient(
    0deg,
    rgb(99, 110, 209) 0%,
    rgba(236, 238, 255, 1) 100%
  );
}

.btn-softPink {
  background-color: rgb(237 76 120 / 23%) !important;
  color: #ed4c78 !important;
  font-size: 12px !important;
  border: none;
}

.btn-softPink:hover {
  background-color: #ed4c78 !important;
  color: #fff !important;
  border: none;
}

.btn-softBlue {
  background-color: rgb(55 125 255 / 23%) !important;
  color: #377dff !important;
  font-size: 12px !important;
  border: none;
}

.btn-small {
  padding: 3px 11px !important;
}

.btn-softBlue:hover {
  background-color: #377dff !important;
  color: #fff !important;
  border: none;
}

.btn-softRed {
  background-color: rgba(238, 48, 48, 0.1) !important;
  color: #ff0101 !important;
  font-size: 12px !important;
  border: none;
}

.btn-softRed:hover {
  background-color: #ff0101 !important;
  color: #fff !important;
  border: none;
}

.btn-softGreen {
  background-color: rgba(0, 201, 167, 0.1) !important;
  color: #00c9a7 !important;
  font-size: 12px !important;
  border: none;
}

.btn-softGreen:hover {
  background-color: #00c9a7 !important;
  color: #fff !important;
  border: none;
}

.btn-softGreenDark {
  background-color: #c6f9c2 !important;
  color: #0dba00 !important;
  font-size: 12px !important;
  border: none;
}

.btn-softGreenDark:hover {
  background-color: #0dba00 !important;
  color: #fff !important;
  border: none;
}

.btn-softOrange {
  background-color: rgb(255 165 0 / 21%) !important;
  color: #d28800 !important;
  font-size: 12px !important;
  border: none;
}

.btn-softOrange:hover {
  background-color: orange !important;
  color: #fff !important;
  border: none;
}

.btn-softPurple {
  background-color: rgba(234, 0, 255, 0.21) !important;
  color: #d200c1 !important;
  font-size: 12px !important;
  border: none;
}

.btn-softPurple:hover {
  background-color: rgb(255, 0, 221) !important;
  color: #ffffff !important;
  border: none;
}

.bgcolorBlue {
  background-color: #f2f4ff !important;
}

.btn-transparent {
  color: #2b38a9 !important;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-transparent:hover {
  background-color: white !important;
  color: #2b38a9 !important;
}

.btn-softDarkGreen {
  background-color: rgba(0, 201, 167, 0.1) !important;
  color: #0dba00 !important;
  font-size: 12px !important;
  border: none;
}

.btn-softDarkGreen:hover {
  background-color: #0dba00 !important;
  color: #fff !important;
  border: none;
}

.btn-outline-custom-accordian-grey {
  color: #6e6969;
  border-color: #6e6969;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-outline-custom-accordian-grey:hover {
  color: #6e6969 !important;
  background-color: white !important;
  border-color: #726f6f !important;
}

.btn-outline-custom-accordian-blue {
  color: #0000ff;
  border-color: #0000ff;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-outline-custom-accordian-blue:hover {
  color: #0000ff !important;
  background-color: white !important;
  border-color: #0000ff !important;
}

.btn-outline-custom-accordian-red {
  color: #e73535;
  border-color: #e73535;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-outline-custom-accordian-red:hover {
  color: #e73535 !important;
  background-color: white !important;
  border-color: #e73535 !important;
}

.btn-outline-custom-accordian-yellow {
  color: #e69500;
  border-color: #e69500;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-outline-custom-accordian-yellow:hover {
  color: orange !important;
  background-color: white !important;
  border-color: orange !important;
}

.btn-outline-custom-accordian-green {
  color: #0dba00;
  border-color: #0dba00;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-outline-custom-accordian-green:hover {
  color: #0dba00 !important;
  background-color: white !important;
  border-color: #0dba00 !important;
}
.btn-outline-custom-accordian-greenDark {
  color: #00c9a7;
  border-color: #00c9a7;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-outline-custom-accordian-greenDark:hover {
  color: #00c9a7 !important;
  background-color: white !important;
  border-color: #00c9a7 !important;
}
.btn-outline-custom-accordian-pink {
  color: #ed4c78;
  border-color: #ed4c78;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-outline-custom-accordian-pink:hover {
  color: #ed4c78 !important;
  background-color: white !important;
  border-color: #ed4c78 !important;
}
.btn-outline-custom-accordian-orange {
  color: #d28800;
  border-color: #d28800;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-outline-custom-accordian-orange:hover {
  color: #d28800 !important;
  background-color: white !important;
  border-color: #d28800 !important;
}
.btn-outline-custom-accordian-purple {
  color: #d200c1;
  border-color: #d200c1;
  background-color: white !important;
  font-size: 12px !important;
}

.btn-outline-custom-accordian-purple:hover {
  color: #d200c1 !important;
  background-color: white !important;
  border-color: #d200c1 !important;
}

.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}

@media only screen and (max-width: 600px) {
  .font-12 {
    font-size: 11px !important;
  }

  .font-13 {
    font-size: 12px !important;
  }
}

.text-viewer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent overlay */
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-viewer-popup {
  position: relative;
  width: 60%;
  height: 60%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}

.text-viewer-header {
  display: flex;
  justify-content: flex-end;
  /* Align items to the right */
  align-items: center;
  padding: 10px;
  background: white;
  border-bottom: 1px solid #ccc;
}

.text-content {
  padding: 20px;
  height: calc(100% - 40px);
  /* Adjust for the header height */
  overflow: auto;
  /* Make the text content scrollable */
  font-size: 16px;
  line-height: 1.5;
}

.powerpoint-viewer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent overlay */
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.powerpoint-viewer-popup {
  position: relative;
  width: 80%;
  height: 80%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}

.powerpoint-viewer-header {
  display: flex;
  justify-content: flex-end;
  /* Align items to the right */
  align-items: center;
  padding: 10px;
  background: white;
  border-bottom: 1px solid #ccc;
}

.powerpoint-container {
  height: calc(100% - 40px);
  /* Adjust for the header height */
  overflow: hidden;
  /* Hide any overflow from the viewer */
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent overlay */
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-popup {
  position: relative;
  width: 80%;
  height: 80%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}

.video-viewer-header {
  display: flex;
  justify-content: flex-end;
  /* Align items to the right */
  align-items: center;
  padding: 10px;
  background: white;
  border-bottom: 1px solid #ccc;
}

.video-container {
  height: calc(100% - 40px);
  /* Adjust for the header height */
  overflow: hidden;
  /* Hide any overflow from the video */
}

video {
  width: 100%;
  height: 100%;
  object-fit: unset;
}

.pdf-viewer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.pdf-viewer-popup {
  position: relative;
  width: 85%;
  height: 90%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 10px;
}
.pdf-viewer-popup-normal {
  position: relative;
  width: 85%;
  height: 90%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow-y: hidden;
  overflow-x: hidden;
  border-radius: 10px;
}

/* .pdf-viewer-popup {
  overflow-y: auto;
  max-height: 100vh; 
} */

canvas {
  display: block;
  margin: 0 auto;
}

.pdf-viewer-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  background: white;
  border-bottom: 1px solid #ccc;
}

.pdf-container {
  height: calc(100% - 10px);
  overflow: hidden;
}

.bulkAddbtn {
  background-color: #9c27b0 !important;
  min-height: 1.8rem !important;
  max-height: 2.5rem !important;
  border: none;
  border-radius: 0.375rem !important;
}

.bulkAddbtn:hover {
  background-color: #6c117a !important;
}

.gx-3 {
  --bs-gutter-x: 0.7rem !important;
}
.gx-2 {
  --bs-gutter-x: 0.4rem !important;
}
/* doc viewer css */
#header-bar {
  display: none !important;
}

/* .ieGxYb {
    background-color: #d1e1ff !important;
}

.juXNYb {
    background-color: #d1e1ff !important;
}

.jqpRZA {
    background-color: #d1e1ff !important;
}

.jdeZkr {
    background-color: #d1e1ff !important;
}

.hrrSqy {
    background-color: #d1e1ff !important; */
/* } */

.bjaZwF {
  color: black !important;
}
.cNQHHu {
  background: none !important;
}
.junHv {
  background: none !important;
}
.dXJhWx {
  font-weight: 600 !important;
  color: black !important;
  font-size: 14px !important;
  text-align: left !important;
  margin-inline: 7px !important;
}

/***********************---- View Time Table Css ----- *************************/
.viewTimetable-container {
  width: 100%;
  border-radius: 12px;
}

.viewTimetable-header {
  font-size: 13px;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.viewTimetable-calendar {
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
}

.viewTimetable-calendar-erp {
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
}

.rbc-toolbar {
  background-color: #535ec3 !important;
  color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.erp-calendar .rbc-toolbar {
  background-color: #0c98cd !important;
}

.rbc-toolbar button {
  color: #0dba00;
  border-color: #0dba00;
  background-color: white !important;
  font-size: 12px !important;
}

.rbc-toolbar button:hover,
.rbc-toolbar button:focus {
  color: white !important;
  background-color: #0dba00 !important;
  border-color: #0dba00 !important;
}

.rbc-header {
  background-color: transparent;
  color: #4a4a4a;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  border-bottom: 2px solid #d9d9d9;
}

.rbc-header + .rbc-header {
  border-left: 1px solid #d9d9d9;
}

.rbc-today {
  background-color: #e6f7ff !important;
}

.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #e6e6e6;
}

.rbc-event {
  background-color: #5b7bfa;
  color: white;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
}

.rbc-selected {
  background-color: #4a5bfa !important;
}

.rbc-month-view {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.lms-modal-header-solid {
  background-color: #535ec3 !important;
}

#zmmtg-root {
  display: none;
  min-width: 0 !important;
}

iframe#webpack-dev-server-client-overlay {
  display: none !important;
}

/* shimmer */

.product_card_div {
  height: 40px;
  width: 33em;
  padding: 20px;
  border-radius: 5px;
  box-sizing: shadow;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.product_card_div:hover {
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07),
    0 10px 20px -2px rgba(0, 0, 0, 0.04);
}
.product_outofstock_div {
  height: auto;
  width: 33em;
  padding: 20px;
  border-radius: 5px;
  box-sizing: shadow;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  filter: grayscale(1);
}
.product_shimmer_container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product_shimmer_card_div {
  height: auto;
  width: 100%;
  border-radius: 11px;
  box-sizing: shadow;
}
.productshimmer_image_div {
  width: 100%;
  background-color: #dee3ed;
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
  border-radius: 11px;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.addcart_shimmer_btn {
  background-color: #dee3ed;
  color: #dee3ed;
  width: 100%;
  border: none;
}
.card_shimmer_title {
  height: 10px;
  background-color: #dee3ed;
}

.card_title {
  margin-bottom: 8px;
  overflow: hidden;
  height: 46px;
}

.product_image_div {
  height: 28em;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.image {
  height: 28em;
  width: 100%;
  object-fit: contain;
}
.image:hover {
  scale: 1.2;
  transition: 0.2s ease-in-out;
}
.card_rating {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
.card_body {
  width: 100%;
  align-items: center;
  text-align: center;
}

.addcart_div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addcart_link {
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.addcart_btn {
  width: 100%;
  text-align: center;
  padding: 8px;
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
}

.addcart_btn:hover {
  scale: 1.1;
  transition: 0.2s ease-in-out;
}

.icon-sm {
  font-size: 16px !important;
}

.rbc-button-link.rbc-show-more {
  display: none;
}

.legend-indicator {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #32a852;
  border-radius: 50%;
  margin-right: 0.4375rem;
}

.dashboard-gradient {
  background-image: linear-gradient(
    to left top,
    #f8f8f8,
    #f6f5f7,
    #f3f3f6,
    #f0f0f6,
    #edeef5,
    #edeef5,
    #edeef4,
    #edeef4,
    #f0f0f4,
    #f2f2f5,
    #f4f4f5,
    #f6f6f6
  );
}
.textGradient {
  background: linear-gradient(53deg, #bc0021 34%, #870018 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-shine {
  color: #fff;
  display: inline-block;
  mask-image: linear-gradient(
    160deg,
    rgba(0, 0, 0, 0.6) 5%,
    #000 100%,
    rgba(0, 0, 0, 0.6) 2%
  );
  -webkit-mask-image: linear-gradient(
    160deg,
    rgba(0, 0, 0, 0.6) 5%,
    #000 100%,
    rgba(0, 0, 0, 0.6) 2%
  );
  -webkit-mask-size: 200%;
  mask-size: 200%;
  animation: shine 2s linear infinite;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

.bg-color-red > td {
  background-color: #ffebee !important;
}

.bg-image-reportCard {
  background-image: url(/assets/img/Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 6.5rem;
}

.card-background-gradient-reportcard {
  background: linear-gradient(
    180deg,
    rgb(254 255 255) 0%,
    rgb(234 234 234) 100%
  );
}

.reportcard-bg {
  position: relative;
}

.reportcard-bg.color1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #ffb6c1; /* Soft Pink */
}

.reportcard-bg.color2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #add8e6; /* Light Blue */
}

.reportcard-bg.color3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #98fb98; /* Pale Green */
}

.reportcard-bg.color4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #e6e6fa; /* Lavender */
}

.reportcard-bg.color5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #ffa42f4f; /* Light Yellow */
}

.reportcard-bg.color6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #ffdab9; /* Peach */
}

.reportcard-bg.color7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: rgb(97 249 173 / 23%); /* Mint Green */
}

.reportcard-bg.color8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #87ceeb; /* Sky Blue */
}

.reportcard-bg.color9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #f4a460; /* Blush */
}

.reportcard-bg.color10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #f08080; /* Light Coral */
}

.reportcard-bg.color11::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #b0e0e6; /* Powder Blue */
}

.reportcard-bg.color12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #d8bfd8; /* Soft Lilac */
}

.btn-soft-reportCard {
  font-size: 12px !important;
  border: none;
}

.btn-soft-reportCard.color1 {
  color: #ed4c78 !important;
  background-color: rgb(255 182 193 / 53%) !important; /* Soft Pink */
}

.btn-soft-reportCard.color2 {
  color: rgb(1 193 255) !important;
  background-color: rgba(173, 216, 230, 0.23) !important; /* Light Blue */
}

.btn-soft-reportCard.color3 {
  color: rgb(9 240 9) !important;
  background-color: rgb(152 251 152 / 43%) !important;
}

.btn-soft-reportCard.color4 {
  color: #6060f7 !important;
  background-color: rgb(154 154 255 / 34%) !important;
}

.btn-soft-reportCard.color5 {
  color: #ffa42f !important;
  background-color: #ffa42f4f !important;
}

.btn-soft-reportCard.color6 {
  color: #ff8f2f !important;
  background-color: rgba(244, 255, 185, 0.53) !important;
}

.btn-soft-reportCard.color7 {
  color: #00e573 !important;
  background-color: rgb(97 249 173 / 23%) !important;
}

.btn-soft-reportCard.color8 {
  color: #01aff6 !important;
  background-color: rgba(135, 206, 235, 0.23) !important; /* Sky Blue */
}

.btn-soft-reportCard.color9 {
  color: #f4a460 !important;
  background-color: rgba(244, 164, 96, 0.23) !important;
}

.btn-soft-reportCard.color10 {
  color: #ed4c78 !important;
  background-color: rgba(240, 128, 128, 0.23) !important; /* Light Coral */
}

.btn-soft-reportCard.color11 {
  color: #00e3ff !important;
  background-color: rgb(176 224 230 / 38%) !important;
}

.btn-soft-reportCard.color12 {
  color: #ab18ab !important;
  background-color: rgb(216 191 216 / 57%) !important;
}

.btn-soft-reportCard:hover {
  color: #fff !important;
  border: none;
}

.btn-soft-reportCard.color1:hover {
  background-color: #ffb6c1 !important; /* Soft Pink */
}

.btn-soft-reportCard.color2:hover {
  background-color: rgba(173, 216, 230, 0.788) !important; /* Light Blue */
}

.btn-soft-reportCard.color3:hover {
  background-color: #7bff7b !important; /* Pale Green */
}

.btn-soft-reportCard.color4:hover {
  background-color: #e6e6fa57 !important; /* Lavender */
}

.btn-soft-reportCard.color5:hover {
  background-color: #ffffe0 !important; /* Light Yellow */
}

.btn-soft-reportCard.color6:hover {
  background-color: #faaa657c !important; /* Peach */
}

.btn-soft-reportCard.color7:hover {
  background-color: #79e2ad !important; /* Mint Green */
}

.btn-soft-reportCard.color8:hover {
  background-color: #87ceeb !important; /* Sky Blue */
}

.btn-soft-reportCard.color9:hover {
  background-color: #f4a460 !important; /* Blush */
}

.btn-soft-reportCard.color10:hover {
  background-color: #f08080 !important; /* Light Coral */
}

.btn-soft-reportCard.color11:hover {
  background-color: #b0e0e6 !important; /* Powder Blue */
}

.btn-soft-reportCard.color12:hover {
  background-color: #d8bfd8 !important; /* Soft Lilac */
}

.floatingButton {
  position: fixed;
  bottom: 42px;
  right: 35px;
  cursor: pointer;

  border-radius: 50%;
  padding: 3px;
  transition: transform 0.3s ease, padding 0.3s ease, border 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floatingButton:hover {
  transform: scale(1.1);
  padding: 0;
}

.floatingButton > p {
  background: linear-gradient(
    133deg,
    rgba(42, 55, 168, 1) 0%,
    rgba(158, 166, 245, 1) 100%
  );
  color: white;
  font-weight: 600;
  border-radius: 12px;
  margin: 0;
  box-sizing: border-box;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: #535ec3 0px 0px 8px 0px;
}

.moreButton {
  background: linear-gradient(
    133deg,
    rgba(42, 55, 168, 1) 0%,
    rgba(158, 166, 245, 1) 100%
  );
  color: white;
  font-weight: 600;
  border-radius: 12px;
  margin: 0;
  box-sizing: border-box;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: #535ec3 0px 0px 8px 0px;
  font-size: 12px;
}

.text-truncate-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notice-card-red {
  position: relative;
}

.notice-card-red::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 69px;
  background-color: #f00;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 95%;
  border-bottom-right-radius: 0px;
  top: 0px;
  right: 0px;
  margin: -10px -6px 0px 0px;
}

.notice-card-green {
  position: relative;
}

.notice-card-green::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 69px;
  background-color: #10b759;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 95%;
  border-bottom-right-radius: 0px;
  top: 0px;
  right: 0px;
  margin: -10px -6px 0px 0px;
}

.notice-card-violet {
  position: relative;
}

.notice-card-violet::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 69px;
  background-color: #ef15b9;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 95%;
  border-bottom-right-radius: 0px;
  top: 0px;
  right: 0px;
  margin: -10px -6px 0px 0px;
}
.notice-card-gold {
  position: relative;
}

.notice-card-gold::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 69px;
  background-color: #deaa0d;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 95%;
  border-bottom-right-radius: 0px;
  top: 0px;
  right: 0px;
  margin: -10px -6px 0px 0px;
}

.my-line {
  border: 0;
  height: 1px;
  background: #d7cfcf;
}

/* scroll bar pdf annotator */
#pdfannotator::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0px;
}

#pdfannotator::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#pdfannotator::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-image: radial-gradient(
    circle,
    rgb(122, 153, 217) 0%,
    rgb(73, 125, 189) 50%,
    rgb(28, 58, 148) 100%
  );
}

#paymentRequestTable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#paymentRequestTable::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#paymentRequestTable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #079466;
}

#feesScheduleTable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#feesScheduleTable::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#feesScheduleTable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ff9d6f;
}

/* Tooltip.css */
.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-box {
  position: absolute;
  visibility: hidden;
  background-color: #000;
  color: white;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 9999;
  width: max-content;
  max-width: 200px;
}

.tooltip-box.visible {
  visibility: visible;
  opacity: 1;
}

/* Position styles */
.tooltip-box.top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}

.tooltip-box.bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.tooltip-box.left {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}

.tooltip-box.right {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}

/* Arrows */
.tooltip-box .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

.tooltip-box.top .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #000;
}

.tooltip-box.bottom .arrow {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #000;
}

.tooltip-box.left .arrow {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: #000;
}

.tooltip-box.right .arrow {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-right-color: #000;
}

.text-red {
  color: red !important;
}

.root-layout {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  max-height: 100vh !important;
}

.dark-color-image {
  mix-blend-mode: darken;
}

#customDropdownContainer .dropdown-item:hover {
  background-color: #9cba24;
  color: white;
}

.btn-green {
  background-color: #9cba24 !important;
  color: #fff !important;
}

.btn-green:hover {
  background-color: #9cba24 !important;
}

/* Erp Pagination//////////////////////////////////////////////////// */

.edovu_erp_pagination_container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: end;
}

.edovu_erp_react-pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
  gap: 3px !important;
  list-style-type: none;
}

.edovu_erp_react-pagination > li > a {
  padding: 2px;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  /* color: #7f7676 !important; */
  text-decoration: none !important;
}

.edovu_erp_react-pagination > li {
  border: 1px solid gray;
  padding: 4px 8px !important;
  border: 1px solid #e3dada !important;
  background-color: #f7f7f7;
  font-size: 13px !important;
  color: #7f7676 !important;
  border-radius: 0px;
}

.edovu_erp_react-pagination > li:hover {
  color: #0f9ed5 !important;
}

ul.edovu_erp_react-pagination {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.edovu_erp_react-pagination > .selected {
  background-color: #0f9ed5 !important;
  color: white !important;
}

.edovu_erp_disabled_btn {
  cursor: not-allowed !important;
}

.previous.edovu_erp_disabled_btn {
  cursor: not-allowed !important;
}

.edovu_erp_prev_link .disabled_link {
  cursor: not-allowed !important;
}

.edovu_erp_activePage {
  background-color: #0f9ed5;
  color: white !important;
}

.edovu_erp_prev_link {
  color: #7f7676 !important;
}

.edovu_erp_prev_link:hover {
  color: #0f9ed5 !important;
}

.edovu_erp_next_link {
  color: #7f7676 !important;
}

.edovu_erp_next_link:hover {
  color: #0f9ed5 !important;
}

.soft-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  height: 24px;
  /* width: 72px; */
  border: none;
  background: #d1e1ff;
  border-radius: 20px;
  cursor: pointer;
}

.lable {
  line-height: 20px;
  font-size: 12px;
  color: #0f4ab7;
  letter-spacing: 1px;
}

.soft-button:hover {
  background: #c0d2f4;
}

.soft-button-second {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  height: 24px;
  /* width: 72px; */
  border: none;
  background: #b5d9e8;
  border-radius: 20px;
  cursor: pointer;
}

.lable-second {
  line-height: 20px;
  font-size: 11px;
  color: #04658b;
  letter-spacing: 1px;
}

.soft-button-second:hover {
  background: #78b6ce;
}

.soft-button-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  height: 24px;
  /* width: 72px; */
  border: none;
  background: #fff5dd;
  border-radius: 20px;
  cursor: pointer;
}

.lable-upload {
  line-height: 20px;
  font-size: 11px;
  color: #f3ac07;
  letter-spacing: 1px;
}

.soft-button-upload:hover {
  background: #fcf0d3;
}

.scroll-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%; /* or a specific height if needed */
}

.scroll-container.no-scroll {
  overflow-y: hidden;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #00000080; 
  color: #fff;                         
  width: 26px !important;
  height: 26px !important;
  border-radius: 50%;
  font-size: 9px;
}

.swiper-button-prev{
  left: 1px !important;
}
.swiper-button-next{
  right: 1px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px !important; /* smaller arrow icon */
  color:white !important
}

.swiper-pagination{
  display: none !important;
}