[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .table thead.table-dark,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .table thead.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #2c195f;
  --bs-table-border-color: #454056;
  --bs-table-striped-bg: #211b36;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #332d49;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #2a243f;
  --bs-table-hover-color: #fff;
}
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .table thead.table-dark th,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .table thead.table-dark th {
  color: rgba(255, 255, 255, 0.8);
}
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .table thead.table-dark .sticky-column-1,
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .table thead.table-dark .sticky-column-2,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .table thead.table-dark .sticky-column-1,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .table thead.table-dark .sticky-column-2 {
  background-color: var(--bs-table-bg) !important;
}
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h1, [data-bs-theme=dark][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h2, [data-bs-theme=dark][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h3, [data-bs-theme=dark][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h4, [data-bs-theme=dark][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h5, [data-bs-theme=dark][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h6,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h1,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h2,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h3,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h4,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h5,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .card-header.text-bg-primary h6 {
  color: #ffffff !important;
  margin-bottom: 0;
}
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .btn-info,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5b21b0;
  --bs-btn-border-color: #5b21b0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #733AC5;
  --bs-btn-hover-border-color: #733AC5;
  --bs-btn-focus-shadow-rgb: 98, 210, 238;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #733AC5;
  --bs-btn-active-border-color: #6533ae;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8b48ec;
  --bs-btn-disabled-border-color: #8b48ec;
}
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .icon-link,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .icon-link {
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .icon-link,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .icon-link {
  --tw-bg-opacity: 0.3;
  --tw-text-opacity: 1;
  background-color: rgb(108 95 252/var(--tw-bg-opacity, 0.3));
  color: rgb(108 95 252/var(--tw-text-opacity, 1));
}
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .icon-link:hover,
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .icon-link:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(108 95 252/var(--tw-bg-opacity, 1));
  color: rgb(54 42 42/var(--tw-text-opacity, 1));
}

.dropdown-item {
  cursor: pointer;
}

.user-profile-tab .nav-item .nav-link {
  font-weight: 700;
}

.table-responsive {
  max-height: 860px !important;
}

html[data-layout=vertical] .link-sidebar[data-sidebartype=mini-sidebar] .brand-logo .nav-wide {
  display: none;
}
html[data-layout=vertical] .link-sidebar[data-sidebartype=mini-sidebar] .brand-logo .nav-mini {
  display: block;
}

html[data-layout=vertical] .link-sidebar[data-sidebartype=full] .brand-logo .nav-logo {
  width: 100%;
}
html[data-layout=vertical] .link-sidebar[data-sidebartype=full] .brand-logo .nav-wide {
  display: block;
}
html[data-layout=vertical] .link-sidebar[data-sidebartype=full] .brand-logo .nav-mini {
  display: none;
}

.sidebarmenu {
  transition: right 0.4s ease-in-out;
}

.hide-sidebar .sidebarmenu {
  position: absolute;
  left: -240px !important;
  transition: left 0.4s ease-in-out;
}

.show-sidebar .sidebarmenu {
  position: absolute;
  left: 0px !important;
  top: 0;
  height: 100%;
  transition: left 0.4s ease-in-out;
}

.sidebar-link[data-title] {
  color: red !important;
}

.tbl-row-10up > :not(caption) > * > *:not(:last-child) {
  padding-right: 0;
}

.pagination .page-item {
  margin: 0 3px;
}
.pagination .page-item .page-link {
  cursor: pointer;
  padding: 6px 12px !important;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: transparent;
}
.pagination .page-item .page-link:focus {
  border: 0;
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.nav-tabs > .nav-item.show > .nav-link, .nav-tabs > .nav-item > .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.btn.btn-icon {
  --bs-btn-padding-y: 5px !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  color: var(--bs-primary);
}
.btn.btn-icon:hover {
  color: var(--bs-primary);
  opacity: 0.65;
}
.btn.btn-icon:active, .btn.btn-icon.show {
  border-color: transparent !important;
  box-shadow: none !important;
  color: var(--bs-primary);
  opacity: 0.65;
}

[data-sidebartype=mini-sidebar] .sidebar-menu-custom li a span {
  display: none;
}
[data-sidebartype=mini-sidebar] .sidebar-menu-custom li a.menu-toggle::after {
  display: none !important;
}

[data-sidebartype=full] .sidebar-menu-custom a.menu-toggle::after {
  display: block !important;
}

.sidebar-menu-custom {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu-custom li {
  margin-bottom: 10px;
}
.sidebar-menu-custom li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #2a3547 !important;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  line-height: 25px;
  position: relative;
  padding: 9px 16px;
  border-radius: 30px;
  gap: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}
.sidebar-menu-custom li a svg {
  width: 17px;
  height: 17px;
}
.sidebar-menu-custom li a:hover {
  color: #8351c3 !important;
}
.sidebar-menu-custom li a.active {
  background-color: #f1ebf8;
}
.sidebar-menu-custom li a.menu-toggle::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--bs-dark-text-emphasis);
  margin-left: 10px;
  transform: rotate(-135deg) translate(0, -50%);
  transform-origin: top;
  top: 21px;
  right: 16px;
  transition: transform 0.3s ease;
}
.sidebar-menu-custom .submenu {
  list-style: none;
  padding-left: 20px;
  margin: 0;
  display: none;
}
.sidebar-menu-custom .submenu a {
  padding-left: 8px;
}
.sidebar-menu-custom .submenu a.active {
  color: #8351c3 !important;
}
.sidebar-menu-custom .active-menu > a.menu-toggle {
  background-color: #f1ebf8;
}
.sidebar-menu-custom .active-menu > a.menu-toggle::after {
  transform: rotate(45deg) translate(0, -50%);
  top: 24px;
  border-color: #8351c3 !important;
}
.sidebar-menu-custom .active-menu > .submenu {
  display: block;
}
.sidebar-menu-custom .active-menu .submenu a.active {
  color: #8351c3 !important;
}
.sidebar-menu-custom > li > .active {
  background-color: #f1ebf8;
}
.sidebar-menu-custom > li > a.active {
  color: #8351c3 !important;
}

.line-h--2-5 {
  line-height: 2.5;
}

.sidebar-nav ul > .sidebar-item > .sidebar-link {
  padding: 9px 12px;
}
.sidebar-nav ul > .sidebar-item .sidebar-main {
  font-weight: 600 !important;
}
.sidebar-nav ul > .sidebar-item .sidebar-3rd-tier {
  padding-left: 5px;
}
/*# sourceMappingURL=custom-style.css.map */