/*
Template Name: STC - Hospital Managment & Admin Template
Author: STC 
Version: 1.0.0
File: App Css
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
:root {
  --theme-deafult: #0e0b2b;
  --theme-secondary: #f73164;
  --light-background: rgba(242, 243, 247, 0.7);
  --theme-secondary-bg: #e9ecef;;
  --body-font-color: #2F2F3B;
  --theme-font: "Inter", sans-serif;
  --chart-border: #ECF3FA;
  --light-bg: #EEF1F6;
  --white: #fff;
  --light2: #F5F6F9;
  --sidebar-border: rgba(0, 0, 0, 0.1);
  /* Do not show the "remove tag" (x) button when only a single tag remains */
}
/* :: Reboot CSS */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f5f6fa;
  color: var("--body-font-color");
  font-family: var('--theme-font');
  font-weight: 400;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    color: var("--body-font-color");
    font-weight: 600;
    font-family: var('--theme-font');
}

p {
  color: var("--body-font-color");
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    font-family: var('--theme-font');
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 solid transparent;
    font-family: var('--theme-font');
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.popover,
.tooltip {
    z-index: 9999999;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mt-250 {
    margin-top: 250px !important;
}

.mt-300 {
    margin-top: 300px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.mb-250 {
    margin-bottom: 250px !important;
}

.mb-300 {
    margin-bottom: 300px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-20 {
    padding: 20px;
}

.line-height-50-p-0 {
    line-height: 50px;
    padding: 0;
}

.height-50 {
    height: 50px !important;
}

.height-200 {
    height: 200px !important;
}

.height-300 {
    height: 300px !important;
}

.height-400 {
    height: 400px !important;
}

.height-450 {
    height: 450px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}
.height-900 {
    height: 900px !important;
}

.height-40 {
    height: 40px !important;
}

.w-15 {
    width: 15% !important;
}

.w-40 {
    width: 40% !important;
}

.w-70 {
    width: 70% !important;
}

.w-50 {
    width: 50% !important;
}

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.h-100vh {
    height: 100vh !important;
}


.bg-overlay-white {
    position: relative;
    z-index: 1;

    &::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), to(rgba(255, 255, 255, 0.2)));
        background-image: -webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0.2) 100%);
        background-image: -o-linear-gradient(left, white 0, rgba(255, 255, 255, 0.2) 100%);
        background-image: linear-gradient(to right, white 0, rgba(255, 255, 255, 0.2) 100%);
    }
}

.green-color-overlay {
    position: relative;
    z-index: 1;

    &::after {
        background-color: rgba(113, 192, 22, 0.75);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.green-color-overlay-2 {
    position: relative;
    z-index: 1;

    &::after {
        background-color: rgba(113, 192, 22, 0.30);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.pink-color-overlay {
    position: relative;
    z-index: 1;

    &::after {
        background-color: rgba(136, 14, 79, 0.75);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.danger-color-overlay {
    position: relative;
    z-index: 1;

    &::after {
        background-color: rgba(241, 83, 110, 0.30);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.bg-overlay {
    position: relative;
    z-index: 1;

    &::after {
        background-color: rgba(62, 74, 89, .90);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.dark-color-overlay-2 {
    position: relative;
    z-index: 1;

    &::after {
        background-color: rgba(0, 0, 0, 0.9);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
}


.primary-color-overlay {
    position: relative;
    z-index: 1;

    &::after {
        background-color: rgba(88, 103, 221, 0.80);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
}




.border-radius-50 {
    border-radius: 50px !important;
}

.text-muted {
    color: #98a6ad !important;
}

.visibility-hidden {
    visibility: hidden;
}

.h-5 {
    height: 5px;
}
.box-shadow {
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, .1);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, .1);
}

.height-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.height-card > .card {
    width: 100%;
    min-width: 100%;
}

.box-margin {
    margin-bottom: 30px;
}

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

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

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

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

.font-15 {
    font-size: 15px !important;
}

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

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 24px !important;
}

.font-28 {
    font-size: 24px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-46 {
    font-size: 46px !important;
}

.map-container {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    display: block;
    padding: 35% 0;
    overflow: hidden;
    border-radius: 5px;
}

.map-container .google-map {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.overflow--hidden {
    overflow: hidden !important;
}

.h-5 {
    height: 5px !important;
}

.h-6 {
    height: 6px !important;
}

.h-8 {
    height: 8px !important;
}

.h-10 {
    height: 10px !important;
}
/* 1. Left sidenav */
.metismenu {
  margin: 0;
}

.metismenu li {
  display: block;
  width: 100%;
}

.metismenu .mm-collapse {
  display: none;
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapse.mm-show {
  display: block;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.vertical-menu {
  width: 240px;
  z-index: 1001;
  background: #0e0b2b;
  bottom: 0;
  margin-top: 0;
  top: 0;
  position: fixed;
  -webkit-box-shadow: 0 0 20px 0 rgba(183, 190, 199, 0.15);
          box-shadow: 0 0 20px 0 rgba(183, 190, 199, 0.15);
}
.main-content {
  margin-left: 240px;
  overflow: hidden;
}

.main-content .content {
  padding: 0 15px 10px 15px;
  margin-top: 70px;
}

#sidebar-menu {
  padding: 10px 0 30px 0;
}

#sidebar-menu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#sidebar-menu .has-arrow:after {
  content: "\F0142";
  font-family: 'Material Design Icons';
  display: block;
  float: right;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  padding-top: 2px;
  font-size: 1rem;
}

#sidebar-menu ul li a {
  display: block;
  padding: .65rem 1.5rem;
  color: #899dbf;
  position: relative;
  font-size: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#sidebar-menu ul li a:hover {
  color: #c4d2e8;
}

#sidebar-menu ul li a i {
  display: inline-block;
  min-width: 1.8rem;
  padding-bottom: .125em;
  font-size: 1.2rem;
  line-height: 1.40625rem;
  vertical-align: middle;
  opacity: 0.75;
}

#sidebar-menu ul li .badge {
  margin-top: 4px;
}

#sidebar-menu ul li ul.sub-menu {
  padding: 0;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: .4rem 1.5rem .4rem 3.25rem;
  font-size: 14px;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
  padding: 0;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding: .4rem 1.5rem .4rem 4.5rem;
  font-size: 13.5px;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: 12px;
  text-transform: uppercase;
  color: #899dbf;
  font-weight: 700;
}

.mm-active .active {
  color: #fff !important;
}

@media (max-width: 992px) {
  .vertical-menu {
    display: none;
  }
  .main-content {
    margin-left: 0;
  }
}

body.enable-vertical-menu .vertical-menu,
body.enable-vertical-menu .menu-overlay {
  display: block;
}

.menu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(34, 42, 62, 0.3);
  display: none;
  z-index: 1000;
}

.help-box {
  margin: 1.5rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 3px;
  border: 1px solid #e9edf3;
}

/* 2. Header */
#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 70px;
  background-color: #f5f7fa;
  padding: 0 20px;
  -webkit-box-shadow: 0 1px 1px #e9ecef;
          box-shadow: 0 1px 1px #e9ecef;
  margin-left: 240px;
}

.navbar-header .dropdown.show .header-item {
  background-color: rgba(34, 42, 62, 0.04);
}

.navbar-brand-box {
  text-align: center;
}

.logo {
  line-height: 70px;
  color: #fff !important;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
}

.logo span {
  vertical-align: middle;
}

.logo i {
  font-size: 22px;
}

.logo img {
  height: 45px;
}

.page-title-box {
  padding-bottom: 24px;
}

.page-title-box .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 992px) {
  .navbar-brand-box {
    padding-left: 0;
  }
  .navbar-header {
    margin-left: 0;
  }
  .logo {
    padding-right: 15px;
  }
  .logo span {
    display: none;
  }
  .logo i {
    display: inline-block;
  }
}

.page-content {
  padding: calc(70px + 24px) calc(24px / 2) 70px calc(24px / 2);
}

.header-item {
  height: 70px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #383c40;
  border: 0;
}

.header-item:hover {
  color: #383c40;
}

.header-profile-user {
  height: 36px;
  width: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px;
}

.noti-icon i {
  font-size: 24px;
  color: #383c40;
}

.noti-icon .badge {
  position: absolute;
  top: 12px;
}

.notification-item .media {
  padding: 0.75rem 1rem;
}

.notification-item .media:hover {
  background-color: #f8f9fa;
}
/* 3. Footer */
.footer {
  border-top: 1px solid #dee2e6;
  bottom: 0;
  padding: 19px 12px 20px;
  position: absolute;
  right: 0;
  color: #6c757d;
  left: 240px;
}

@media (max-width: 992px) {
  .footer {
    left: 0;
  }
}

/* 4. Avatar */
.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #346ee0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* 5. Helper */
.font-family-secondary {
  font-family: "Baloo Paaji 2", cursive;
}

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

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

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

.font-size-15 {
  font-size: 15px !important;
}

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

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 2px);
  display: block;
  border: 1px solid #747a80;
  border-radius: 50%;
  color: #747a80;
  text-align: center;
}
/* 7. Waves */
@media print {
  .left-side-menu,
  .page-title-box,
  .navbar-header,
  .footer {
    display: none !important;
  }
  .card-body,
  .page-content,
  body {
    padding: 0 !important;
    margin: 0;
  }
}

/* 8. Scrollbar */
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 4px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #a2adb7;
  border-radius: 3px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.custom-scroll {
  height: 100%;
}
/**=====================
  Buttons CSS start
==========================**/
.btn-link {
  color: var(--theme-deafult);
}
.btn-hover-effect:hover {
  animation: push 0.5s linear 1;
}
.purchase-card .purchase-btn {
  min-width: auto;
}
.purchase-btn {
  background: linear-gradient(90deg, var(--theme-deafult) -18.33%, #563EE0 62.78%);
  padding: 12px 15px;
  min-width: 140px;
  border: none;
  transition: 0.5s;
}
.purchase-btn:hover {
  background: linear-gradient(90deg, #563EE0 -18.33%, var(--theme-deafult) 62.78%);
  transition: 0.5s;
}
@media (max-width: 991px) {
  .purchase-btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .purchase-btn {
    min-width: 140px;
    padding: 10px 17px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .purchase-btn {
    font-size: 14px;
  }
}
/**=====================
  :: Progressbar CSS
==========================**/
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }

.progress-vertical-bottom .progress-bar {
  width: 100%;
  bottom: 0;
  position: absolute; }

.animated-progressbar #myProgress {
  width: 100%;
  background-color: #e9ecef;
  border-radius: 5px; }
.animated-progressbar #myBar {
  width: 10%;
  height: 18px;
  background-color: #5867dd;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  border-radius: 5px; }

/**=====================
  :: User Avatar CSS
==========================**/
  .user-name {
    color: #526484;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
  .user-card {
    display: flex;
    align-items: center;
  }
  .bg-blue-dim {
    background-color: #e9f2fe !important;
  }

  .text-blue-dim {
    color: #e9f2fe !important;
  }

  .bg-azure-dim {
    background-color: #e1edfe !important;
  }

  .text-azure-dim {
    color: #e1edfe !important;
  }

  .bg-indigo-dim {
    background-color: #e4e5ef !important;
  }

  .text-indigo-dim {
    color: #e4e5ef !important;
  }
  .bg-purple-dim {
    background-color: #efecff !important;
  }
  
  .text-purple-dim {
    color: #efecff !important;
  }
  
  .bg-pink-dim {
    background-color: #ffebf3 !important;
  }
  
  .text-pink-dim {
    color: #ffebf3 !important;
  }
  
  .bg-orange-dim {
    background-color: #fff3e9 !important;
  }
  
  .text-orange-dim {
    color: #fff3e9 !important;
  }
  
  .bg-teal-dim {
    background-color: #e2f8f1 !important;
  }
  
  .text-teal-dim {
    color: #e2f8f1 !important;
  }
  .icons-list i {
    font-size: 22px;
    line-height: 30px;
    display: block;
  }
  .icons-list div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    border: 1px solid #cacaca;
    overflow: hidden;
    text-align: center;
  }
  .bg-primary-dim, .dual-listbox .dual-listbox__item:active, .dual-listbox .dual-listbox__item.dual-listbox__item--selected {
    background-color: #ebedff !important;
  }
  
  .text-primary-dim {
    color: #ebedff !important;
  }
  
  .bg-success-dim {
    background-color: #e2fbf4 !important;
  }
  
  .text-success-dim {
    color: #e2fbf4 !important;
  }
  
  .bg-info-dim {
    background-color: #dff7fb !important;
  }
  
  .text-info-dim {
    color: #dff7fb !important;
  }
  
  .bg-warning-dim {
    background-color: #fef6e0 !important;
  }
  
  .text-warning-dim {
    color: #fef6e0 !important;
  }
  
  .bg-danger-dim {
    background-color: #fce9e7 !important;
  }
  
  .text-danger-dim {
    color: #fce9e7 !important;
  }
  
  .bg-secondary-dim {
    background-color: #e5ecf5 !important;
  }
  
  .text-secondary-dim {
    color: #e5ecf5 !important;
  }
  
  .bg-dark-dim {
    background-color: #d9e1ef !important;
  }
  
  .text-dark-dim {
    color: #d9e1ef !important;
  }
  
  .bg-gray-dim {
    background-color: #edf2f9 !important;
  }
  
  .text-gray-dim {
    color: #edf2f9 !important;
  }
  
  .user-avatar, [class^=user-avatar]:not([class*=-group]) {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #798bff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative;
  }
  .user-avatar + .user-info, [class^=user-avatar]:not([class*=-group]) + .user-info {
    margin-left: 1rem;
  }
  .user-avatar + .user-name, [class^=user-avatar]:not([class*=-group]) + .user-name {
    margin-left: 0.75rem;
  }
  .user-avatar img, [class^=user-avatar]:not([class*=-group]) img {
    border-radius: 50%;
  }
  .user-avatar.md + .user-info, [class^=user-avatar]:not([class*=-group]).md + .user-info {
    margin-left: 1.5rem;
  }
  .user-avatar.md + .user-name, [class^=user-avatar]:not([class*=-group]).md + .user-name {
    margin-left: 1.25rem;
  }
  .user-avatar .edit, [class^=user-avatar]:not([class*=-group]) .edit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(31, 43, 58, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .user-avatar:hover .edit, [class^=user-avatar]:not([class*=-group]):hover .edit {
    opacity: 1;
  }
  .user-avatar .status, [class^=user-avatar]:not([class*=-group]) .status {
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .user-avatar.sq, [class^=user-avatar]:not([class*=-group]).sq {
    border-radius: 4px;
  }
  .user-avatar.sq img, [class^=user-avatar]:not([class*=-group]).sq img {
    border-radius: 4px;
  }
  .user-avatar.sq .status, [class^=user-avatar]:not([class*=-group]).sq .status {
    bottom: -6px;
    right: -6px;
  }
  
  .user-avatar-multiple {
    background-color: transparent !important;
  }
  .user-avatar-multiple .user-avatar {
    position: absolute;
    height: 70%;
    width: 70%;
    font-size: 80%;
    border: 2px solid #fff;
  }
  .user-avatar-multiple .user-avatar:nth-child(1) {
    top: 0;
    right: 0;
  }
  .user-avatar-multiple .user-avatar:nth-child(2) {
    bottom: 0;
    left: 0;
  }
  .user-avatar-multiple .user-avatar:nth-child(n+3) {
    display: none;
  }
  .user-avatar-xl, .user-avatar.xl {
    height: 110px;
    width: 110px;
    font-size: 40px;
    font-weight: 400;
  }
  .user-avatar-xl .status, .user-avatar.xl .status {
    bottom: 9px;
    right: 9px;
  }
  .user-avatar-lg, .user-avatar.lg {
    height: 80px;
    width: 80px;
    font-size: 28px;
    font-weight: 400;
  }
  .user-avatar-lg .status, .user-avatar.lg .status {
    bottom: 5px;
    right: 5px;
  }
  .user-avatar-md, .user-avatar.md {
    height: 60px;
    width: 60px;
    font-size: 18px;
  }
  .user-avatar-md .status, .user-avatar.md .status {
    bottom: 2px;
    right: 2px;
  }
  .user-avatar-sm, .user-avatar.sm {
    height: 32px;
    width: 32px;
    font-size: 12px;
  }
  .user-avatar-sm .status, .user-avatar.sm .status {
    bottom: -2px;
    right: -2px;
  }
  .user-avatar-xs, .user-avatar.xs {
    height: 26px;
    width: 26px;
    font-size: 9px;
    font-weight: 700;
  }
  .user-avatar-xs .status, .user-avatar.xs .status {
    bottom: -2px;
    right: -2px;
  }
  
  .user-avatar[class*=-blue-dim] {
    color: #559bfb;
  }
  
  .user-avatar[class*=-azure-dim] {
    color: #1676fb;
  }
  
  .user-avatar[class*=-indigo-dim] {
    color: #2c3782;
  }
  
  .user-avatar[class*=-purple-dim] {
    color: #816bff;
  }
  
  .user-avatar[class*=-pink-dim] {
    color: #ff63a5;
  }
  
  .user-avatar[class*=-orange-dim] {
    color: #ffa353;
  }
  
  .user-avatar[class*=-teal-dim] {
    color: #20c997;
  }
  
  .user-avatar[class*=-primary-dim] {
    color: #6576ff;
  }
  
  .user-avatar[class*=-secondary-dim] {
    color: #364a63;
  }
  
  .user-avatar[class*=-success-dim] {
    color: #1ee0ac;
  }
  
  .user-avatar[class*=-info-dim] {
    color: #09c2de;
  }
  
  .user-avatar[class*=-warning-dim] {
    color: #f4bd0e;
  }
  
  .user-avatar[class*=-danger-dim] {
    color: #e85347;
  }
  
  .user-avatar[class*=-dark-dim] {
    color: #1f2b3a;
  }
  
  .user-avatar[class*=-gray-dim] {
    color: #8091a7;
  }
  
  .user-avatar[class*=-lighter] {
    color: #8094ae;
  }
  
  .user-avatar[class*=-light] {
    color: #526484;
  }
  .user-action {
    margin-left: auto;
    font-size: 20px;
    color: #8094ae;
  }
/**=====================
  :: Card  CSS
==========================**/
.card .card-body {
  padding: 30px;
  background-color: transparent;
}
.card .header-title {
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 18px;
  margin-top: 0;

}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  margin-bottom: 30px;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 5px;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: var(--chart-border);
    line-height: 1.4;
}

.card-bordered {
  border: 1px solid #e7e8ed;
}
.card-inner {
  padding: 1.25rem;
}
.card-inner-sm {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.card-inner-group .card-inner:not(:last-child) {
  border-bottom: 1px solid #dbdfea;
}
.card-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -0.25rem -0.5rem 1rem;
}
.card-head > * {
  padding: 0.25rem 0.5rem;
}
.card-head > .title:only-child {
  width: 100%;
}
.card-title-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.card-title-group .card-title {
  margin-bottom: 0;
}
.card-title-group:only-child, .card-title-group .card-search {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.card-title h6.title:not(:last-child), .card-title .title.h6:not(:last-child) {
  margin-bottom: 0.25rem;
}
.card-title p {
  font-size: 12px;
  color: #8094ae;
}
.card-title p .icon {
  line-height: inherit;
  vertical-align: middle;
}
.card-title-sm .title {
  font-size: 14px;
}
.card-title small, .card-title .small {
  font-weight: 500;
  color: #8094ae;
}
.card-subtitle {
  color: #8094ae;
  font-family: Roboto, sans-serif;
  font-weight: normal;
}
.card-tools-nav {
  display: flex;
  margin: -6px -10px -5px;
}
.card-tools-nav li {
  padding: 0 10px;
}
.card-tools-nav li a {
  position: relative;
  color: #8094ae;
  padding: 10px 0;
  display: block;
  line-height: 1;
}
.card-tools-nav li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  background: #6576ff;
  opacity: 0;
}
.card-tools-nav li a:hover, .card-tools-nav li a.active {
  color: #526484;
}
.card-tools-nav li a.active::before {
  opacity: 1;
}
.card-tools-nav li.active a {
  color: #526484;
}
.card-tools-nav li.active a::before {
  opacity: 1;
}
.card-tools.me-n1 {
  margin-right: -0.5rem !important;
}
.card-hint {
  font-size: 1rem;
  color: #dbdfea;
}

@media (max-width: 575.98px) {
  .card-head.ui-v2 .card-tools {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding-top: 0.5rem;
  }
  .card-head.ui-v2 .card-tools-nav {
    padding: 0 0.75rem;
    border-bottom: 1px solid #e5e9f2;
  }
  .card-head.ui-v2 .card-tools-nav li a {
    padding-bottom: 1rem;
  }
  .card-stretch {
    margin-left: -18px;
    margin-right: -18px;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
  }
}
@media (min-width: 576px) {
  .card-inner {
    padding: 1.5rem;
  }
  .card-inner-sm {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .card-inner-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .card-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .card-inner-lg {
    padding: 2.5rem;
  }
  .card-inner-xl {
    padding: 3.75rem;
  }
}
.user-info .lead-text, .user-info .sub-text {
  display: flex;
  align-items: center;
}
.lead-text + .sub-text {
  font-size: 12px;
}
.sub-text {
  display: block;
  font-size: 13px;
  color: #8094ae;
}
/**=====================
  :: Tabile List CSS
==========================**/
.nk-top-products .item {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  line-height: 1.2;
}
.nk-top-products .thumb {
  width: 44px;
  margin-right: 1rem;
}
.nk-top-products .thumb img {
  border-radius: 4px;
}
.nk-top-products .total {
  margin-left: auto;
  text-align: right;
}
.nk-top-products .title, .nk-top-products .amount {
  font-size: 0.9375rem;
  color: #364a63;
  margin-bottom: 0.25rem;
}
.nk-top-products .price, .nk-top-products .count {
  font-size: 0.8125rem;
  color: #8094ae;
  margin-bottom: 1px;
}

.dz-tb-list {
  display: table;
  width: 100%;
  font-size: 13px;
  color: #8094ae;
}
.dz-tb-list.is-alt {
  color: #526484;
}
.dz-tb-list .list-status, .dz-tb-list .tb-status {
  font-size: 12px;
  font-weight: 500;
}
.dz-tb-list .tb-lead, .dz-tb-list .tb-amount {
  font-weight: 500;
  color: #364a63;
  display: block;
  line-height: 1.4;
}
.dz-tb-list .tb-lead-sub, .dz-tb-list .tb-amount-sub {
  color: #526484;
  display: block;
  line-height: 1.4;
}
.dz-tb-list .tb-sub, .dz-tb-list .tb-amount-sm {
  font-size: 0.9em;
}
.dz-tb-list .tb-amount span, .dz-tb-list .tb-amount .currency {
  color: #526484;
  font-weight: 400;
}
.dz-tb-list .user-info .tb-lead + span, .dz-tb-list .tb-lead + .tb-date {
  font-size: 11px;
}
.dz-tb-list .tb-country {
  display: flex;
  align-items: center;
}
.dz-tb-list .tb-country .name {
  color: #364a63;
}
.dz-tb-list .tb-country .flag {
  height: 16px;
  border-radius: 3px;
}
.dz-tb-list .tb-country .flag + .name {
  margin-left: 0.6875rem;
}
.dz-tb-list .tb-product {
  display: flex;
  align-items: center;
}
.dz-tb-list .tb-product .thumb {
  width: 48px;
  border-radius: 4px;
  margin-right: 1rem;
}
.dz-tb-list .tb-product .title {
  font-weight: 700;
  font-size: 0.875rem;
  color: #364a63;
}
.dz-tb-list .tb-asterisk {
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
}
.dz-tb-list .tb-asterisk a {
  color: #6576ff;
}
.dz-tb-item {
  transition: background-color 0.3s, box-shadow 0.3s;
  display: table-row;
}
.dz-tb-item:not(.dz-tb-head):hover, .dz-tb-item:not(.dz-tb-head).seleted {
  background: #f8f9fc;
  box-shadow: 0 2px 15px -4px rgba(133, 79, 255, 0.4)
}
.dz-tb-col {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0.5rem;
}
.dz-tb-col:first-child {
  padding-left: 1.25rem;
}
.dz-tb-col:last-child {
  padding-right: 1.25rem;
}
.dz-tb-col-tools {
  max-width: 3.75rem;
}
.dz-tb-col-check {
  width: 3rem;
}
.dz-tb-col-check .custom-control {
  vertical-align: middle;
}
.dz-tb-item:not(:last-child) .dz-tb-col {
  border-bottom: 1px solid #dbdfea;
}
.dz-tb-head .dz-tb-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #8094ae;
  font-size: 0.9em;
  border-bottom: 1px solid #dbdfea;
}
.dz-tb-col-action {
  text-align: right;
}
.dz-tb-col-action > .dropdown:last-child {
  right: -0.5rem;
}
.dz-tb-col-nosort:before, .dz-tb-col-nosort:after {
  display: none !important;
}
.nk-tb-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.nk-tb-ulist .nk-tb-actions, .nk-tb-actions-adj .nk-tb-actions {
  right: -0.5rem;
}
.nk-tb-actions.visible1 {
  width: 1rem;
}
.nk-tb-action-hidden {
  opacity: 0;
  transition: 0.3s ease;
}
.dz-tb-item:hover .nk-tb-action-hidden {
  opacity: 1;
  background: #f8f9fc;
}
.dz-tb-list .dz-tb-head .btn-trigger .icon {
  font-size: 1.5em;
}
.dz-tb-list.is-separate {
  margin-top: -8px;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.dz-tb-list.is-separate .dz-tb-item > .dz-tb-col {
  background: #fff;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05);
}
.dz-tb-list.is-separate .dz-tb-item > .dz-tb-col:first-child {
  border-radius: 4px 0 0 4px;
}
.dz-tb-list.is-separate .dz-tb-item > .dz-tb-col:last-child {
  border-radius: 0 4px 4px 0;
}
.dz-tb-list.is-separate .dz-tb-item:hover .nk-tb-action-hidden {
  background: #fff;
}
.dz-tb-list.is-separate .dz-tb-head .dz-tb-col {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .dz-tb-col-check {
    width: 3.25rem;
  }
  .dz-tb-item .dz-tb-col:first-child {
    padding-left: 1.5rem;
  }
  .dz-tb-item .dz-tb-col:last-child {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1540px) {
  .dz-tb-list {
    font-size: 14px;
  }
  .dz-tb-list .list-status, .dz-tb-list .tb-status {
    font-size: 13px;
  }
  .dz-tb-list .user-info .tb-lead + span, .dz-tb-list .tb-lead + .tb-date {
    font-size: 12px;
  }
}
.is-loose .dz-tb-item:not(.dz-tb-head) .dz-tb-col {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.is-medium .dz-tb-item:not(.dz-tb-head) .dz-tb-col {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.is-compact .dz-tb-item:not(.dz-tb-head) .dz-tb-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nk-tnx-type {
  display: flex;
  align-items: center;
}
.nk-tnx-type-icon {
  font-size: 1.125rem;
  flex-shrink: 0;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5e9f2;
  margin-right: 1rem;
}

@media (max-width: 991.98px) {
  .nk-tb-tnx {
    font-size: 12px;
    letter-spacing: -0.01em;
  }
  .nk-tnx-type-icon {
    font-size: 0.875rem;
    height: 1.75rem;
    width: 1.75rem;
    margin-right: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .nk-tb-tnx .dz-tb-head .dz-tb-col-tools {
    opacity: 0;
  }
  .nk-tb-tnx .dz-tb-col-status {
    text-align: right;
    padding-right: 1.25rem !important;
  }
  .nk-tb-tnx .dz-tb-col-tools {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: 0.3s ease;
  }
  .nk-tb-tnx .dz-tb-item:hover .dz-tb-col-tools {
    opacity: 1;
  }
  .nk-tnx-type-icon {
    margin-right: 0.5rem;
  }
}
.tb-col-hide, .tb-col-xxl, .tb-col-xl, .tb-col-lg, .tb-col-md, .tb-col-sm, .tb-col-xs, .tb-col-mb {
  display: none !important;
}
@media (min-width: 810px) {
  .tb-col-sm, .tb-col-md {
    display: table-cell !important;
  }
}
@media (min-width: 810px) {
  .nk-tb-tnx .dz-tb-col-status {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1800px) {
  .nk-tb-tnx .dz-tb-col-status {
    padding-left: 6rem;
  }
}
.nk-support-item {
  display: flex;
  padding: 1.25rem;
}
.nk-support-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-support-content {
  flex-grow: 1;
  margin-left: 1rem;
}
.nk-support-content .title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #364a63;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-support-content p {
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.nk-support-content .time {
  display: block;
  font-size: 12px;
  color: #8094ae;
}

.dz-block-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dz-block-between > .title:first-child {
  margin-bottom: 0;
}
.dz-block-middle {
  margin-top: auto;
  margin-bottom: auto;
}
.dz-block-head {
  position: relative;
  padding-bottom: 1.25rem;
}
.dz-block-head:only-child {
  padding-bottom: 0;
}
.dz-block-head h2:not(:last-child), .dz-block-head .h2:not(:last-child) {
  margin-bottom: 1rem;
}
.dz-block-head-sub {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  color: #8094ae;
  font-weight: 400;
  position: relative;
}
.dz-block-head-sub .back-to {
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.dz-block-head-sub .back-to .icon {
  font-size: 1.5rem;
  width: 2rem;
  margin-top: -3px;
  display: inline-block;
}
.dz-block-head-sub .dropdown {
  position: absolute;
  right: -8px;
  top: -6px;
}
.dz-block-head-xs {
  padding-bottom: 0.75rem;
}
.dz-block-head-sm {
  padding-bottom: 1rem;
}
.dz-block-head-lg {
  padding-bottom: 1.5rem;
}
.dz-block-head + .nav-tabs {
  margin-top: -1rem;
}
.dz-content-body > .dz-block-head:first-child {
  padding-bottom: 1.75rem;
}
.dz-block-head .dz-block-text {
  margin-top: 1.5rem;
}
.dz-block-head .dz-block-text + .btn, .dz-block-head .dual-listbox .dz-block-text + .dual-listbox__button, .dual-listbox .dz-block-head .dz-block-text + .dual-listbox__button {
  margin-top: 1.5rem;
}
.dz-block-tools-toggle {
  display: flex;
  align-items: center;
}
.dz-block-tools-toggle > * {
  display: inline-flex;
}
.dz-block-des {
  color: #526484;
}
.dz-block-des strong {
  color: #364a63;
}
.dz-block-des .icon {
  vertical-align: middle;
}
.dz-block-content + .dz-block-head {
  padding-top: 2rem;
}
.dz-block-content + .dz-block-head-sm {
  padding-top: 1.5rem;
}
.dz-block-content-head:not(:last-child) {
  margin-bottom: 1rem;
}
.dk-block-title-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dk-block-title-group .title {
  margin-bottom: 0;
}

.dk-block-title-group:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .dz-block-head-lg {
    padding-bottom: 2.5rem;
  }
  .dz-block-content + .dz-block-head {
    padding-top: 4rem;
  }
  .dz-block-content + .dz-block-head-sm {
    padding-top: 2.5rem;
  }

}
@media (min-width: 768px) {
  .dz-content-body > .dz-block-head:first-child {
    padding-bottom: 2.5rem;
  }
  .dz-content-body > .dz-block-head-sm:first-child {
    padding-bottom: 1.75rem;
  }
  .nav-tabs + .dz-block {
    padding-top: 2.5rem;
  }
  .nav-tabs + .dz-block-sm {
    padding-top: 2rem;
  }
  .nav-tabs + .dz-block-xs {
    padding-top: 1.25rem;
  }
  
  .dz-block-text h5, .dz-block-text .h5, .dz-block-text h6, .dz-block-text .h6 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .dz-block-tools-toggle .opt-menu-md {
    order: 100;
    margin-left: auto;
  }
  .dz-block-head-content .page-title{
    font-size: 16px;
  }
  .dz-tb-col{
    font-size: 14px;
  }
}
@media (max-width: 380.98px) {
  .dz-block-head-content .page-title{
    display: none;
  }
}
@media (min-width: 768px) {
  .dz-block-between-md {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.dz-block-subhead {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dbdfea;
}

.nk-feature-center {
  text-align: center;
}
@media (min-width: 576px) {
  .nk-support-item {
    display: flex;
    padding: 1.25rem 1.5rem;
  }
}
.badge {
  position: relative;
  border: 1px solid currentColor;
  line-height: 1.125rem;
  font-family: Roboto, sans-serif;
  font-size: 0.675rem;
  letter-spacing: 0.01em;
  vertical-align: middle;
  display: inline-flex;
}
.badge-dot {
  display: inline-flex;
  align-items: center;
  background-color: transparent !important;
  border: none;
  padding-left: 12px;
  padding-right: 0;
  font-size: 12px;
}
.badge-dot:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-top: -1px;
  border-radius: 50%;
  background: currentColor;
}
.badge-dot.badge-sm, .badge-dot.badge-md {
  padding-left: 16px;
}
.badge-dot.badge-sm:before, .badge-dot.badge-md:before {
  height: 8px;
  width: 8px;
  margin-top: 0;
}
.badge-dot.badge-lg, .badge-dot.badge-xl {
  padding-left: 24px;
}
.badge-dot.badge-lg:before, .badge-dot.badge-xl:before {
  height: 12px;
  width: 12px;
  margin-top: 0;
}

.badge-dot.bg-primary {
  color: #6576ff;
}

.badge-dot.bg-secondary {
  color: #364a63;
}

.badge-dot.bg-success {
  color: #1ee0ac;
}

.badge-dot.bg-info {
  color: #09c2de;
}

.badge-dot.bg-warning {
  color: #f4bd0e;
}

.badge-dot.bg-danger {
  color: #e85347;
}

.badge-dot.bg-light {
  color: #b7c2d0;
}

.badge-dot.bg-dark {
  color: #1f2b3a;
}

.badge-dot.bg-gray {
  color: #8091a7;
}

.badge-dot.bg-lighter, .dual-listbox .badge-dot.dual-listbox__item:hover {
  color: #e5e9f2;
}

@media (max-width: 767.98px) {
  .badge-dot-sm {
    width: 0;
    overflow: hidden;
  }
}
@media (max-width: 413px) {
  .badge-dot-mb {
    width: 0;
    overflow: hidden;
  }
}
@media (max-width: 369px) {
  .badge-dot-xs {
    width: 0;
    overflow: hidden;
  }
}
.card-title-group:only-child, .card-title-group .card-search {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.card-title-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.card-title .title{
  font-size: 15px;
}
.btn-trigger {
  color: #526484;
}
.dropdown-toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}.btn-trigger {
  position: relative;
  z-index: 1;
  color: #526484;
}.dropdown-toggle {
  white-space: nowrap;
}.me-n1 {
  margin-right: -0.375rem !important;
}.btn-trigger {
  position: relative;
  z-index: 1;
  color: #526484;
}
.btn, .dual-listbox .dual-listbox__button {
  position: relative;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
}.btn-trigger::before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e5e9f2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.btn-trigger + .dropdown-menu-end {
  margin-right: 16px !important;
}.dropdown-menu {
  overflow: hidden;
  border: 1px solid #e5e9f2;
  box-shadow: 0 3px 12px 1px rgba(44, 55, 130, 0.15);
}.dropdown-menu-end {
  --bs-position: end;
}.link-list-opt.no-bdr {
  padding: 0.5rem 0;
}.link-list-opt.no-bdr li:not(.divider) {
  border-top-width: 0;
}.link-list-opt a {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  font-size: 12px;
  font-weight: 500;
  color: #526484;
  transition: all 0.4s;
  line-height: 1.3rem;
  position: relative;
}




.user-activity {
  display: flex;
}
.user-activity-group {
  display: flex;
  flex-wrap: wrap;
}
.user-activity-ck {
  height: 110px;
  padding: 0.5rem 0.375rem 0;
}
.user-activity .icon {
  width: 2.25rem;
  font-size: 1.5rem;
  color: #8094ae;
}
.user-activity .info span {
  display: block;
}
.user-activity .amount {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
  color: #526484;
}
.user-activity .title {
  font-size: 12px;
  color: #8094ae;
}
.user-activity .gfx {
  align-self: flex-end;
  width: 50px;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
}
.g-4:not(.row) > div {
  padding: 0.75rem;
}
.gx-3:not(.row) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.form-control-group, .form-control-wrap {
  position: relative;
}
.form-icon-right {
  left: auto;
  right: -1px;
}
.form-icon {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: calc(1rem + 24px);
  height: calc(2.125rem + 2px);
}
.dual-listbox .form-icon-right + .dual-listbox__search, .form-icon-right + .form-control, div.dataTables_wrapper div.dataTables_filter .form-icon-right + input {
  padding-left: 1rem;
  padding-right: calc(1rem + 24px);
}
.pagination {
  --bs-pagination-padding-x: 0.625rem;
  --bs-pagination-padding-y: 0.5625rem;
  --bs-pagination-font-size: 0.8125rem;
  --bs-pagination-color: #526484;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #e5e9f2;
  --bs-pagination-border-radius: 4px;
  --bs-pagination-hover-color: #7a3fff;
  --bs-pagination-hover-bg: #ebeef2;
  --bs-pagination-hover-border-color: #e5e9f2;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--theme-secondary-bg);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #854fff;
  --bs-pagination-active-border-color: #854fff;
  --bs-pagination-disabled-color: #dbdfea;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #e5e9f2;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: 1px solid #e5e9f2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: #e5e9f2;
  border-color: #e5e9f2;
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(1px * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-link {
  font-size: 0.8125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
  min-width: calc(1rem + 1.125rem + 2px);
}
.pagination-sm .page-link {
  line-height: 0.875rem;
  min-width: calc(0.875rem + 0.875rem + 2px);
}
.pagination-lg .page-link {
  line-height: 1.5rem;
  min-width: calc(1.5rem + 1.125rem + 2px);
}
.pagination-xl .page-link {
  padding: 0.875rem 0.75rem;
  font-size: 1.38125rem;
  line-height: 1.5rem;
  min-width: calc(1.5rem + 1.75rem + 2px);
}
.page-link .icon {
  font-size: 0.8125rem;
  line-height: inherit;
}
.page-link-prev span, .page-link-next span {
  display: none;
}

@media (min-width: 576px) {
  .page-link-prev span, .page-link-next span {
    display: block;
  }
  .page-link-prev .icon {
    padding-right: 0.25rem;
  }
  .page-link-next .icon {
    padding-left: 0.25rem;
  }
}
.g-3:not(.row) > div {
  padding: 0.5rem;
}

.form-select option {
  border-radius: 3px;
  padding: 5px 0.5rem;
  margin: 2px -0.5rem;
  cursor: pointer;
  color: #526484;
}.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.4375rem 3rem 0.4375rem 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #3c4d62;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.select2-container--default .select2-selection--single {
  height: calc(2.125rem + 2px);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.3s;
}
.pagination-goto {
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding-right: 3px;
  padding-left: 3px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.125rem + 2px);
  position: absolute;
  top: 0;
  right: 0;
  width: calc(2.125rem + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #526484;
  line-height: 1.25rem;
  padding: 0.4375rem calc(2.125rem + 2px) 0.4375rem 1rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-dropdown {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #dbdfea;
    border-top-color: rgb(219, 223, 234);
    border-right-color: rgb(219, 223, 234);
    border-bottom-color: rgb(219, 223, 234);
    border-left-color: rgb(219, 223, 234);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: absolute;
  left: -100000px;
  z-index: 1051;
  padding: 6px;
}element {
  width: 61.3px;
}
.select2-container--open .select2-dropdown {
  left: 0;
  border-color: #b4bdd3;
}
.select2-dropdown--above {
  margin-top: 1px;
  border-radius: 4px 4px 0 0;
}.select2-container--default .select2-results > .select2-results__options {
  max-height: 210px;
  overflow-y: auto;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 4px 4px;
}.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dbdfea;
}
.select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 6px;
  color: #526484;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* Form Css */
.form-label{
  margin: .5rem 0;
  font-weight: 400;
}
.select2-container--default .select2-selection--single {
  height: calc(2.125rem + 2px);
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.3s;
}
.form-control:disabled, .form-control[readonly]{
  background-color: #ffffff;
}
.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.125rem + 2px);
  padding: 0.4375rem 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #3c4d62;
  background-color: #fff;
  border: 1px solid #dbdfea;
  border-radius: 4px;
}
.form-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.125rem;
  padding: 0.4375rem 1rem;
  line-height: 1.25rem;
  color: #3c4d62;
  content: "Browse";
  background-color: #ebeef2;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}
/**=====================
  :: Auth  CSS
==========================**/
.login-form-inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 0;
}

.login-form-inner:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/img-7.jpg) top left repeat;
  z-index: -99;
}

.login-form-bg{
  background-image: linear-gradient(to bottom, #0d0d0d, #280a82)
}

.login-form-inner #particles-js {
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  min-height: 100vh;
  width: 100%;
  z-index: -999;
}

.login-form .logo {
  top: 80px;
  position: absolute;
}

.login-form .logo img {
  height: 41px;
}

.login-form .form-info {
  background: #fff;
  border-radius: 0;
  max-width: 580px;
  margin: 0 auto;
}

.login-form .form-section {
  padding: 160px 80px 60px;
  border-radius: 10px 0 0 10px;
  text-align: left;
  position: relative;
}

.login-form label {
  color: #535353;
  font-size: 16px;
  margin-bottom: 5px;
}

.login-form .form-section p{
  font-size: 16px;
  color: #535353;
}

.login-form .form-section a{
  color: #535353;
  text-decoration: none;
  font-size: 16px;
}

.login-form .form-section p {
  margin-bottom: 30px;
}

.login-form .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.login-form .form-section .social-list li {
  display: inline-block;
  margin-bottom: 5px;
}

.login-form .form-section .thembo {
  margin-left: 4px;
}

.login-form .form-section h1 {
  font-size: 27px;
  font-weight: 600;
  color: #6576ff;
}

.login-form .form-section h3 {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: 500;
  color: #040404;
}

.login-form .form-section .typing > *{
  overflow: hidden;
  white-space: nowrap;
  animation: typingAnim 3s steps(50);
  text-transform: uppercase;
}

@keyframes typingAnim {
  from {width:0}
  to {width:100%}
}

.login-form .form-section .form-group {
  margin-bottom: 25px;
}

.login-form .form-section .form-control {
  padding: 10px 20px;
  font-size: 16px;
  outline: none;
  height: 50px;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #d3d3d3!important;
}

.login-form .form-section .checkbox .terms {
  margin-left: 3px;
}

.login-form .form-section .terms {
  margin-left: 3px;
}

.login-form .btn-section {
  border-radius: 50px;
  margin-bottom: 0;
  display: inline-block;
  top: 80px;
  position: absolute;
  right: 90px;
}

.login-form .btn-section .link-btn {
  font-size: 14px;
  float: left;
  text-align: center;
  width: 100px;
  padding: 6px 5px;
  margin-left: 5px;
  color: #535353;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #d3d3d3;
}

.login-form .btn-section .active-bg {
  color: #fff;
  background: #6576ff;
  border: 1px solid #6576ff;
}

.login-form .btn-section .link-btn:hover {
  color: #fff;
  background: #6576ff;
  border: 1px solid #6576ff;
}

.login-form .form-check-input:focus {
  box-shadow: none;
}

.login-form .form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  position: absolute;
  background-color: #fff;
}

.login-form .form-check-input:checked {
  background-color: #6576ff;
  border: solid #6576ff;
}

.login-form .form-section .form-check-label {
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 16px;
  color: #535353;
}

.login-form .btn-theme {
  color: #fff;
  text-align: center;
  border: 2px solid transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all .7s ease;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
}

.login-form .btn-theme:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .7s ease;
  z-index: -1;
  border-radius: 3px;
}

.login-form .btn-theme:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .7s ease;
  z-index: -1;
}

.login-form .btn-theme:hover {
  background: transparent;
}

.login-form .btn-theme:hover:before {
  width: 0;
  opacity: 1;
  visibility: visible;
}

.login-form .btn-theme:hover:after {
  width: 0;
  opacity: 1;
  visibility: visible;
}

.login-form .btn-lg{
  padding: 0 50px;
  line-height: 46px;
}

.login-form .btn{
  box-shadow: none!important;
}

.login-form .btn-md{
  padding: 0 45px;
  line-height: 41px;
}

.login-form .btn-primary {
  background: #6576ff;
}

.login-form .btn-primary:before {
  background: #6576ff;
}

.login-form .btn-primary:after {
  background: #6576ff;
}

.login-form .btn-primary:hover {
  color: #6576ff;
  border: 2px solid #6576ff;
}

.login-form .social-list a {
  font-size: 18px;
  margin-right: 15px;
  color: #535353;
}

.login-form .social-list a:hover {
  color: #6576ff;
}

@media (max-width: 992px) {
  .login-form-inner:before {
      background: none;
  }

  .login-form .form-section {
      padding: 120px 34px 40px;
      border-radius: 10px 0 0 10px;
  }

  .login-form .logo {
      top: 40px;
      left: 40px;
  }

  .login-form .btn-section {
      top: 40px;
      right: 40px;
  }

  .login-form-bodycolor .ripple-background{
      display: none;
  }
}
/**=====================
  :: Error  CSS
==========================**/
.block-middle {
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 992px) {
  .wide-md {
    max-width: 960px !important;
  }
}
.error-ld {
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .error-gfx {
    max-width: 520px;
  }
}
