/*
Template Name: Minia - Admin & Dashboard Template
Author: Themesbrand
Version: 2.1.0
Website: https://themesbrand.com/
Contact: themesbrand@gmail.com
File: Main Css File
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&display=swap");

[data-bs-theme=dark] .bg-dark {
  background-color: var(--bs-sidebar-dark-bg) !important;
}

@font-face {
  font-family: "PloniMLv2AAA-Bold";
  src: url("/assets/fonts/a68139cace888a774c41343995bc7b9d.eot");
  src: url("/assets/fonts/a68139cace888a774c41343995bc7b9d.eot?#iefix")format("embedded-opentype"),
    url("/assets/fonts/a68139cace888a774c41343995bc7b9d.woff")format("woff"),
    url("/assets/fonts/a68139cace888a774c41343995bc7b9d.woff2")format("woff2"),
    url("/assets/fonts/a68139cace888a774c41343995bc7b9d.ttf")format("truetype"),
    url("/assets/fonts/a68139cace888a774c41343995bc7b9d.svg#PloniMLv2AAA-Bold")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#page-topbar {
  position: relative;
 
  background-color: var(--bs-header-bg);
box-shadow:0 .1rem 0.5rem 0 rgba(0,0,0,.10)
}

.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: 40px;
  padding: 0 0 0 1.5rem;
  background:var(--tb-primary-header-background)
}

.navbar-header .dropdown .show.header-item {
  background-color: var(--bs-gray-100);
}

.navbar-brand-box {
  padding: 0 1.5rem;
 /* width: 250px;*/width:70px !important
 
}

.logo {
  color: inherit !important;
}

.logo .logo-sm {
  display: none;
}

.logo-txt {
  position: absolute;
}

body[data-sidebar-size=lg] .logo-txt {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.8;
  color: var(--bs-header-item-colors);
  font-family: 'PloniMLv2AAA-Bold';
  line-height: 30px;
  font-weight: normal;
  display: none;
}

body[data-sidebar-size=sm] .logo-txt {
  opacity: 0;
  transition: opacity 0.6s ease;
  /* 0.4s animation with 0.3s delay */

}

body[data-sidebar-size=sm] #sidebar-menu ul li a span {
  opacity: 0;
  transition: opacity 0.3s ease;
  /* 0.4s animation with 0.3s delay */
  position: absolute;
}

body[data-sidebar-size=lg] #sidebar-menu ul li a span {
  opacity: 1;
  transition: opacity 0.3s ease;
  /* 0.4s animation with 0.3s delay */
}


.logo-light {
  display: none;
}

body:not([data-sidebar-size=sm]) #vertical-menu-btn {
 /* padding-right:0*/
}

@media (max-width: 991.98px) {
  body:not([data-sidebar-size=sm]) #vertical-menu-btn {
    /*margin-right: 0;*/
  }
}
.breadcrumb-list #vertical-menu-btn {
  padding: 0;
  width: 30px !important;
  margin-left:8px;
z-index:2500
}
/* Search */
.app-search {
  padding:  0;
  position: relative;
}

.app-search .form-control {
  border: var(--bs-search-width) solid var(--bs-search-border-color);
  height: 30px;
  padding-right: 17px;
  padding-left: 50px;
  background-color: var(--bs-topbar-search-bg);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-search .btn {
  position: absolute;
  left: 3px;
  top: 3px;
  padding: 0 10px;
}

.layout-mode-light {
  display: none;
}

body[data-bs-theme=dark] .layout-mode-dark {
  display: none;
}

body[data-bs-theme=dark] .layout-mode-light {
  display: inline-block;
}

[data-bs-theme=dark] [data-topbar=light] .logo-dark .logo-txt {
  color: #fff;
}

[data-bs-theme=dark] [data-layout=horizontal][data-topbar=light] .logo-dark .logo-txt {
  color: #212529;
}

.megamenu-list li {
  position: relative;
  padding: 5px 0px;
}

.megamenu-list li a {
  color: var(--bs-body-color);
}

@media (max-width: 992px) {
  .navbar-brand-box {
    width: auto;
  }

  .logo span.logo-lg {
    display: none;
  }

  .logo span.logo-sm {
    display: inline-block;
  }
}

.page-content {
    padding: 0px 0 0;
    height: calc(100vh - 40px);
  }

.formHeader {
       border-bottom: 1px solid var(--bs-search-border-color);
    padding: 0;
    transition: color 0.3s ease 0.2s;
    transition: top 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    color: var(--bs-primary-text-emphasis);
    font-family: 'PloniMLv2AAA-Bold';
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    /* align-items: revert-layer; */
    align-content: center;
    display: flex;
    /* line-height: 40px; */
    /* margin: 0; */
    flex-wrap: wrap;
    padding: 0;
    z-index: 1050;
    background: #ffffff;
    margin: 0;
    font-size: 20px;
    padding: 0 20px !important;
    color: rgba(34,47,62,.7);
    margin-top: 0;
    position: relative;
}

.header-item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--bs-header-item-colors);
  border: 0;
  border-radius: 0px;
}

.header-item:hover {
  color: var(--bs-header-item-hover);
}

.sub-header-item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--bs-sub-header-item-colors);
  border: 0;
  border-radius: 0px;
}

.sub-header-item:hover {
  color: var(--bs-header-item-hover);
}

.header-profile-user {
  height: 36px;
  width: 36px;
  background-color: var(--bs-gray-600);
  padding: 3px;
}

.noti-icon i {
  font-size: 22px;
  color: var(--bs-header-item-colors);
}

.noti-icon .badge {
  position: absolute;
  top: .2rem;
  left: .2rem;
  padding: 0.2rem 0.3rem;
}

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

.notification-item .d-flex:hover {
  background-color: var(--bs-tertiary-bg);
}

.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  color: #74788d;
}

.dropdown-icon-item img {
  height: 24px;
}

.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-icon-item:hover {
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-dark);
}

.fullscreen-enable [data-toggle=fullscreen] .bx-fullscreen::before {
  content: "\ea3f";
}

body[data-bs-theme=dark] .app-search .form-control,
[data-topbar=light] .app-search .form-control {
  border: none !important;
}

body[data-bs-theme=dark] .header-item,
[data-topbar=light] .header-item {
  color: #74788d;
}

body[data-bs-theme=dark] .header-item.bg-light-subtle,
[data-topbar=light] .header-item.bg-light-subtle {
  background-color: #f6f6f9 !important;
  border-color: #e9e9ef !important;
}

body[data-bs-theme=dark] #page-topbar,
[data-topbar=light] #page-topbar {
  background-color: var(--bs-white);
  color: #74788d;
}

body[data-topbar=dark] #page-topbar {
  background-color: var(--bs-header-bg);
  border-color: var(--bs-border-color);
}

body[data-topbar=dark] .navbar-brand-box {
  -webkit-box-shadow: 0px 0px 2px var(--bs-header-bg);
  box-shadow: 0px 0px 2px var(--bs-header-bg);
}

body[data-topbar=dark] .navbar-brand-box .logo {
  color: #fff !important;
}

body[data-topbar=dark] .navbar-header .dropdown .show.header-item {
  background-color: rgba(255, 255, 255, 0.05);
}

body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

body[data-topbar=dark] .header-item {
  color: #e9ecef;
}

body[data-topbar=dark] .header-item:hover {
  color: #e9ecef;
}

body[data-topbar=dark] .header-item.border-start,
body[data-topbar=dark] .header-item.border-end {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

body[data-topbar=dark] .header-item.bg-light-subtle {
  background-color: rgba(255, 255, 255, 0.04) !important;
}

body[data-topbar=dark] .header-profile-user {
  background-color: rgba(255, 255, 255, 0.25);
}

body[data-topbar=dark] .noti-icon i {
  color: #e9ecef;
}

body[data-topbar=dark] .logo-dark {
  display: none;
}

body[data-topbar=dark] .logo-light {
  display: block;
}

body[data-topbar=dark] .app-search .form-control {
  background-color: var(--bs-topbar-dark-search-bg);
  color: var(--bs-gray-500);
}

body[data-topbar=dark] .app-search span,
body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 600px) {
  .navbar-header .dropdown {
    position: static;
  }

  .navbar-header .dropdown .dropdown-menu {
    right: 10px !important;
    left: 10px !important;
  }
}

@media (max-width: 380px) {
  .navbar-brand-box {
    display: none;
  }
}

body[data-layout=horizontal] .navbar-brand-box {
  width: auto;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  body[data-layout=horizontal] .navbar-brand-box {
    padding-right: 0;
    margin-left: 10px;
  }
}

body[data-layout=horizontal] .page-content {
  margin-top: 70px;
  padding: calc(55px + 1.5rem) calc(1.5rem / 2) 60px calc(1.5rem / 2);
}

@media (min-width: 992px) {
  body[data-layout=horizontal] .navbar-header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

body[data-layout=horizontal][data-sidebar=dark] .navbar-brand-box {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 992px) {
  body[data-layout=horizontal] .page-content {
    margin-top: 15px;
  }
}

.page-title-box {
  padding-bottom: 1.5rem;
}

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

.footer {
  bottom: 0;
  padding: 20px calc(1.5rem / 2);
  left: 0;
  color: var(--bs-footer-color);
  right: 250px;
  background-color: var(--bs-footer-bg);
  /*border-top: 1px solid var(--bs-search-border-color);*/
}

@media (max-width: 991.98px) {
  .footer {
    right: 0;
  }
}

body[data-sidebar-size=sm] .footer {
  right: 70px;
}

@media (max-width: 991.98px) {
  body[data-sidebar-size=sm] .footer {
    right: 0;
  }
}

body[data-layout=horizontal] .footer {
  right: 0 !important;
}

.right-bar {
  background-color: var(--bs-sidebar-bg);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  display: block;
  position: fixed;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 300px;
  z-index: 9999;
  float: left !important;
  left: -310px;
  top: 0;
  bottom: 0;
}

.right-bar .right-bar-toggle {
  background-color: #31373d;
  height: 24px;
  width: 24px;
  line-height: 24px;
  display: block;
  color: #e9e9ef;
  text-align: center;
  border-radius: 50%;
}

.right-bar .right-bar-toggle:hover {
  background-color: #383f45;
}

.rightbar-overlay {
  background-color: rgba(33, 37, 41, 0.55);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.right-bar-enabled .right-bar {
  left: 0;
}

.right-bar-enabled .rightbar-overlay {
  display: block;
}

@media (max-width: 767.98px) {
  .right-bar {
    overflow: auto;
  }

  .right-bar .slimscroll-menu {
    height: auto !important;
  }
}

.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: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.vertical-menu {
  width: 250px;
  z-index: 2001;
  /*background: var(--bs-sidebar-bg);*/
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  border-left: 1px solid var(--bs-search-border-color);
  transition: color 0.3s ease 0.2s;
  /* Delay added for color transition */
  transition: top 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
height: 100vh;
    background: #dee1e5;
}

.main-content {
  margin-right: 250px;
  position: relative;
}

.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: left;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  font-size: 1.1rem;
  margin-left: -5px;
  margin-top: -2px;
}
table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked,dtfh-floatingparent{
  box-shadow: 10px 2px 8px rgba(0, 0, 0, 0.9);
  transition: box-shadow 0.2s ease;
  z-index: 1040 !important;
  background-color: #fff;
}

#sidebar-menu ul li a {
  display: block;
  padding: 0.82rem 1.5rem;
  color: var(--bs-primary-text-emphasis);
  position: relative;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  transition: top 0.2s ease;
  /* Delay added for color transition */
  font-family: 'PloniMLv2AAA-Bold';
}

#sidebar-menu ul li a::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-white);
  z-index: -1;
  transition: top 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);

}

#sidebar-menu ul li a:hover::before {
  top: 0;
  /* Slide down */
}

#sidebar-menu ul li a:hover {
  color: white;
  /* Changes the text color when hovered */
}

#sidebar-menu ul li a i {
  display: inline-block;
  min-width: 1.75rem;
  padding-bottom: 0.125em;
  font-size: 1.25rem;
  line-height: 1.40625rem;
  vertical-align: middle;
  color: var(--bs-sidebar-menu-item-icon-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#sidebar-menu ul li a svg {
  height: 20px;
  width: 20px;
  color: var(--bs-primary-text-emphasis);
fill: transparent;
  margin-left: 10px;
  margin-top: -3px;
}

#sidebar-menu ul li a:hover {
  color: var(--bs-sidebar-menu-item-hover-color);
}

#sidebar-menu ul li a:hover i {
  color: var(--bs-sidebar-menu-item-hover-color);
}

#sidebar-menu ul li a:hover svg {
  color: var(--bs-sidebar-menu-item-hover-color);
  fill: var(--bs-sidebar-menu-item-hover-effact-color);
}

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

#sidebar-menu ul li ul.sub-menu {
  padding: 0;
 /* background-color: rgba(var(--bs-light-rgb), 0.75);*/
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: 0.4rem 3.3rem 0.4rem 1.5rem;
  font-size: 0.85rem;
  color: var(--bs-sidebar-menu-sub-item-color);
  font-family: var(--bs-body-font-family);
  font-weight: 400;

}
#sidebar-menu ul li ul.sub-menu li a.active-link {
  background:#FFF;
}
#sidebar-menu ul li ul.sub-menu li a.has-arrow {
background: none;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
  color: var(--tb-primary);
}

#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: 0.4rem 4.5rem 0.4rem 1.5rem;
  font-size: 13px;
}

.menu-title {
  padding: 12px 20px !important;
  pointer-events: none;
  cursor: default;
  font-size: 12px;
  color: var(--bs-sidebar-menu-item-icon-color);
  font-weight: 500;
}

.mm-active>a {
  color: var(--color-background-button-primary-default-wz3dz5) !important;
}

.mm-active>a i {
  color: var(--bs-sidebar-menu-item-active-color) !important;
}

.mm-active>a svg {
  color: var(--color-background-button-primary-default-wz3dz5) !important;
  fill: transparent !important;
  ;
}

.mm-active .active {
  color: var(--bs-sidebar-menu-item-active-color) !important;
}

.mm-active .active i {
  color: var(--bs-sidebar-menu-item-active-color) !important;
}

.mm-active .active svg {
  color: var(--bs-sidebar-menu-item-active-color) !important;
  fill: transparent !important;
}

.mm-active>i {
  color: var(--bs-sidebar-menu-item-active-color) !important;
}

.sidebar-alert {
  background-color: var(--bs-sidebar-alert);
}

.sidebar-alert .alertcard-title {
  color: #313533;
}

@media (max-width: 992px) {
  .vertical-menu {
    display: none;
  }

  .main-content {
    margin-right: 0 !important;
  }

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

body[data-sidebar-size=sm] {}

body[data-sidebar-size=sm] .main-content {
  margin-right: 70px;
}

body[data-sidebar-size=sm] .navbar-brand-box {
  width: 70px !important;
}

body[data-sidebar-size=sm] .logo span.logo-lg {
  display: none;
}

body[data-sidebar-size=sm] .logo span.logo-sm {
  display: block;
}

body[data-sidebar-size=sm] .vertical-menu {
  position: fixed;
  width: 70px !important;
  z-index: 5;

}

body[data-sidebar-size=sm] .vertical-menu .simplebar-mask,
body[data-sidebar-size=sm] .vertical-menu .simplebar-content-wrapper {
  overflow: visible !important;
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-scrollbar {
  display: none !important;
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-offset {
  bottom: 0 !important;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .menu-title,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .badge,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .sidebar-alert {
  display: none !important;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .nav.collapse {
  height: inherit !important;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a {
  padding: 15px 20px;
  -webkit-transition: none;
  transition: none;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:hover,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:focus {
  color: var(--bs-sidebar-menu-item-hover-color);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a i {
  font-size: 1.45rem;
  margin-right: 4px;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a svg {
  height: 18px;
  width: 18px;
  margin-right: 6px;
}

/* Initial state for text span when sidebar is expanded (lg) */
body[data-sidebar-size=lg] .vertical-menu #sidebar-menu>ul>li>a span {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s ease, transform 0.4s ease;
  /* Smooth fade and slide */
}

/* Animation for when the sidebar is collapsed (sm) */
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a span {
  opacity: 0;
  /* Fade out */
  transform: translateX(-10px);
  /* Slide slightly to the left */
  pointer-events: none;
  /* Prevent interaction during animation */
  transition: opacity 0.62s ease, transform 0.4s ease;
  color: #000
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a.has-arrow:after {
  display: none;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
  position: relative;
  width: calc(190px + 70px);
  color: #313533;
  background-color: var(--bs-sidebar-bg);
  -webkit-transition: none;
  transition: none;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a i {
  color: #313533;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
  color: var(--bs-sidebar-menu-item-active-color);
  fill: rgba(var(--bs-sidebar-menu-item-active-color), 0.2);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a span {
  display: inline;
  opacity: 1;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul {
  display: block;
  right: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
  -webkit-box-shadow: var(--bs-box-shadow);
  box-shadow: var(--bs-box-shadow);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul ul {
  -webkit-box-shadow: var(--bs-box-shadow);
  box-shadow: var(--bs-box-shadow);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
  color: var(--bs-sidebar-menu-sub-item-color);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
  color: var(--bs-sidebar-menu-item-hover-color);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: var(--bs-body-bg);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li:hover>ul {
  display: block;
  right: 190px;
  height: auto !important;
  margin-top: -36px;
  position: absolute;
  width: 190px;
  padding: 5px 0;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li>a span.pull-right {
  position: absolute;
  left: 20px;
  top: 12px;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li.active a {
  color: var(--bs-gray-100);
}

body[data-sidebar-size=sm] #sidebar-menu .mm-active>.has-arrow:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

body[data-sidebar=dark] .navbar-brand-box {
  background: var(--bs-sidebar-dark-bg);
  -webkit-box-shadow: 0px 3px 1px var(--bs-sidebar-dark-bg);
  box-shadow: 0px 3px 1px var(--bs-sidebar-dark-bg);
}

body[data-sidebar=dark] .navbar-brand-box .logo-txt {
  color: #fff;
}

body[data-sidebar=dark] .logo-dark {
  display: none;
}

body[data-sidebar=dark] .logo-light {
  display: block;
}

body[data-sidebar=dark] .vertical-menu {
  background: var(--bs-sidebar-dark-bg);
}

/* Sidebar animation */
body[data-sidebar-size=sm] .vertical-menu,
body[data-sidebar-size=lg] .vertical-menu {
  transition: width 0.4s ease;
  /* Adjust speed and easing as desired */
      height: 100vh;
    display: inline-block;
    box-shadow: 0.8rem 0 1.2rem rgba(0.0 .0, 0.1);
    position: fixed;
    background-color: rgba(255,255,255, 1);
    z-index: 1003;
}

/* Content area animation */
body[data-sidebar-size=sm] .main-content,
body[data-sidebar-size=lg] .main-content {
  transition: margin-right 0.4s ease;
  /* Adjust speed and easing as desired */
  height: 100vh
}

/* Optional: Navbar brand box animation */
body[data-sidebar-size=sm] .navbar-brand-box,
body[data-sidebar-size=lg] .navbar-brand-box {
  transition: width 0.4s ease;
  /* Adjust speed and easing as desired */
}




body[data-sidebar=dark] #sidebar-menu ul li a {
  color: var(--bs-sidebar-dark-menu-item-color);
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
  color: var(--bs-sidebar-dark-menu-item-icon-color);
}

body[data-sidebar=dark] #sidebar-menu ul li a svg {
  color: var(--bs-sidebar-dark-menu-item-icon-color);
  fill: transparent
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover {
  color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
  color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover svg {
  color: var(--bs-sidebar-dark-menu-item-hover-color);
  fill: var(--bs-sidebar-menu-item-hover-effact-color);
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
  color: var(--bs-sidebar-dark-menu-sub-item-color);
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: var(--bs-sidebar-dark-menu-item-hover-color);
}



body[data-sidebar=dark][data-sidebar-size=sm] #vertical-menu-btn {
  color: var(--bs-header-item-color);
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
  background: var(--bs-sidebar-dark-bg);
  color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a i {
  color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
  color: var(--bs-sidebar-dark-menu-item-hover-color);
  fill: rgba(var(--bs-sidebar-dark-menu-item-hover-color), 0.2);
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
  color: var(--bs-sidebar-dark-menu-sub-item-color);
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
  color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
  background-color: var(--bs-sidebar-dark-bg);
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li.mm-active .active i {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active>a {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active>a i {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active>a svg {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
  fill: var(--bs-sidebar-menu-item-active-effact-color);
}

body[data-sidebar=dark] .mm-active>i {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active .active {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active .active i {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active .active svg {
  color: var(--bs-sidebar-dark-menu-item-active-color) !important;
  fill: var(--bs-sidebar-menu-item-active-effact-color);
}

body[data-sidebar=dark] .menu-title {
  color: var(--bs-sidebar-dark-menu-item-icon-color);
}

body[data-sidebar=dark][data-sidebar-size=md] #sidebar-menu ul li.menu-title {
  background-color: var(--bs-sidebar-dark-bg);
}

body[data-layout=horizontal] .main-content {
  margin-right: 0 !important;
}

body[data-sidebar-size=md] .navbar-brand-box {
  width: 160px;
}

@media (max-width: 991.98px) {
  body[data-sidebar-size=md] .navbar-brand-box {
    width: auto;
  }
}

body[data-sidebar-size=md] .vertical-menu {
  width: 160px;
  text-align: center;
}

body[data-sidebar-size=md] .vertical-menu .has-arrow:after,
body[data-sidebar-size=md] .vertical-menu .badge,
body[data-sidebar-size=md] .vertical-menu .sidebar-alert {
  display: none !important;
}

body[data-sidebar-size=md] .main-content {
  margin-right: 160px;
}

body[data-sidebar-size=md] .footer {
  right: 160px;
}

@media (max-width: 991.98px) {
  body[data-sidebar-size=md] .footer {
    right: 0;
  }
}

body[data-sidebar-size=md] #sidebar-menu ul li a svg {
  display: block;
  margin: 0 auto 4px;
}

body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li a {
  padding-right: 1.5rem;
}

body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding-right: 1.5rem;
}

body[data-sidebar-size=md][data-sidebar-size=sm] .main-content {
  margin-right: 70px;
}

body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu {
  text-align: right;
}

body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a svg {
  display: inline-block;
}

body[data-sidebar-size=md][data-sidebar-size=sm] .footer {
  right: 70px;
}

body[data-sidebar=brand] .vertical-menu {
  background-color: #313533;
}

body[data-sidebar=brand] .navbar-brand-box {
  background-color: #313533;
  -webkit-box-shadow: 0px 1px 0px #313533;
  box-shadow: 0px 1px 0px #313533;
}

body[data-sidebar=brand] .navbar-brand-box .logo-dark {
  display: none;
}

body[data-sidebar=brand] .navbar-brand-box .logo-light {
  display: block;
}

body[data-sidebar=brand] .navbar-brand-box .logo {
  color: #fff !important;
}

body[data-sidebar=brand] .mm-active {
  color: #fff !important;
}

body[data-sidebar=brand] .mm-active>a {
  color: #fff !important;
}

body[data-sidebar=brand] .mm-active>a i {
  color: #fff !important;
}

body[data-sidebar=brand] .mm-active>a svg {
  color: #fff !important;
  fill: rgba(255, 255, 255, 0.1) !important;
}

body[data-sidebar=brand] .mm-active .active {
  color: #fff !important;
}

body[data-sidebar=brand] .mm-active .active svg {
  color: #fff !important;
  fill: rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 992px) {
  body[data-sidebar=brand] #vertical-menu-btn {
    color: #e9ecef;
  }
}

body[data-sidebar=brand] #sidebar-menu ul li.menu-title {
  color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar=brand] #sidebar-menu ul li a {
  color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar=brand] #sidebar-menu ul li a i {
  color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar=brand] #sidebar-menu ul li a svg {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.075);
}

body[data-sidebar=brand] #sidebar-menu ul li a.waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.1);
}

body[data-sidebar=brand] #sidebar-menu ul li a:hover {
  color: #fff;
}

body[data-sidebar=brand] #sidebar-menu ul li a:hover i {
  color: #fff;
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a {
  color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #fff;
}

body[data-sidebar=brand] .sidebar-alert {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar=brand] .sidebar-alert .alertcard-title {
  color: #fff;
}

body[data-sidebar=brand][data-sidebar-size=sm][data-topbar=dark] #vertical-menu-btn {
  color: #e9ecef;
}

body[data-sidebar=brand][data-sidebar-size=sm] #vertical-menu-btn {
  color: var(--bs-header-item-color);
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
  background-color: #585dc1;
  color: #fff;
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a i,
body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
  color: #fff;
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: #fff !important;
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover {
  color: var(--bs-sidebar-menu-item-active-color);
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active {
  color: var(--bs-sidebar-menu-item-active-color) !important;
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active>a {
  color: var(--bs-sidebar-menu-item-active-color) !important;
}

[data-bs-theme=dark][data-topbar=light] .navbar-brand-box .logo-dark .logo-txt {
  color: #fff;
}

[dir=rtl] #sidebar-menu .has-arrow:after {
  content: "\f0141";
}

.topnav {
  background: #fff;
  padding: 0 calc(1.5rem / 2);
  margin-top: 70px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--bs-border-color);
}

@media (min-width: 992px) {
  .topnav {
    background: var(--bs-topnav-bg);
  }
}

.topnav .topnav-menu {
  margin: 0;
  padding: 0;
}

.topnav .navbar-nav .nav-link {
  font-size: 14.4px;
  position: relative;
  padding: 1rem 1.3rem;
  color: var(--bs-menu-item-color);
  font-weight: 500;
}

.topnav .navbar-nav .nav-link i {
  font-size: 15px;
}

.topnav .navbar-nav .nav-link svg {
  height: 16px;
  width: 16px;
  color: var(--bs-menu-item-color);
  fill: var(--bs-sidebar-menu-item-icon-effact-color);
  margin-left: 7px;
  margin-top: -3px;
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
  color: var(--bs-menu-item-active-color);
  background-color: transparent;
}

.topnav .navbar-nav .nav-link:focus svg,
.topnav .navbar-nav .nav-link:hover svg {
  color: var(--bs-menu-item-active-color);
  fill: var(--bs-sidebar-menu-item-active-effact-color);
}

.topnav .navbar-nav .dropdown-item {
  color: var(--bs-menu-item-color);
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
  color: var(--bs-menu-item-active-color);
}

.topnav .navbar-nav .nav-item .nav-link.active {
  color: var(--bs-menu-item-active-color);
}

.topnav .navbar-nav .nav-item .nav-link.active svg {
  color: var(--bs-menu-item-active-color);
  fill: var(--bs-sidebar-menu-item-active-effact-color);
}

.topnav .navbar-nav .dropdown.active>a {
  color: var(--bs-menu-item-active-color);
  background-color: transparent;
}

.topnav .navbar-nav .dropdown.active>a svg {
  color: var(--bs-menu-item-active-color);
  fill: var(--bs-sidebar-menu-item-active-effact-color);
}

.topnav .menu-title {
  padding: 12px 24px !important;
}

@media (max-width: 991.98px) {
  .topnav .menu-title {
    padding: 12px 16px !important;
  }
}

@media (min-width: 1200px) {

  body[data-layout=horizontal] .container-fluid,
  body[data-layout=horizontal] .navbar-header {
    max-width: 85%;
  }
}

@media (min-width: 992px) {
  .topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-right: 0;
  }

  .topnav .dropdown-item {
    padding: 0.5rem 1.5rem;
    min-width: 180px;
  }

  .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
    right: 0px;
    left: auto;
  }

  .topnav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
  }

  .topnav .dropdown .dropdown-menu .arrow-down::after {
    left: 15px;
    -webkit-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
  }

  .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 0 !important;
    right: 100%;
    display: none;
  }

  .topnav .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
    display: block;
  }

  .navbar-toggle {
    display: none;
  }
}

.arrow-down {
  display: inline-block;
}

.arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  height: 0.4em;
  display: inline-block;
  left: 5px;
  top: 50%;
  margin-right: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0.4em;
}

@media (max-width: 1199.98px) {
  .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
    left: 100%;
    right: auto;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand-box .logo-dark {
    display: block;
  }

  .navbar-brand-box .logo-dark span.logo-sm {
    display: block;
  }

  .navbar-brand-box .logo-light {
    display: none;
  }

  .topnav {
    max-height: 360px;
    overflow-y: auto;
    padding: 0;
  }

  .topnav .navbar-nav .nav-link {
    padding: 0.75rem 1.1rem;
  }

  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 24px;
  }

  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
    width: auto;
  }

  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
    margin: 0px;
  }

  .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent;
  }

  .topnav .dropdown .dropdown-item.active,
  .topnav .dropdown .dropdown-item:active {
    color: #313533;
  }

  .topnav .arrow-down::after {
    left: 15px;
    position: absolute;
  }
}

body[data-layout=horizontal][data-topbar=colored] #page-topbar {
  background-color: #313533;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body[data-layout=horizontal][data-topbar=colored] .logo-dark {
  display: none;
}

body[data-layout=horizontal][data-topbar=colored] .logo-light {
  display: block;
}

body[data-layout=horizontal][data-topbar=colored] .app-search .form-control {
  background-color: rgba(var(--bs-topbar-search-bg), 0.07);
  color: #fff;
}

body[data-layout=horizontal][data-topbar=colored] .app-search span,
body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body[data-layout=horizontal][data-topbar=colored] .header-item {
  color: var(--bs-header-dark-item-color);
}

body[data-layout=horizontal][data-topbar=colored] .header-item:hover {
  color: var(--bs-header-dark-item-color);
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown .show.header-item {
  background-color: rgba(255, 255, 255, 0.1);
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

body[data-layout=horizontal][data-topbar=colored] .noti-icon i {
  color: var(--bs-header-dark-item-color);
}

@media (min-width: 992px) {
  body[data-layout=horizontal][data-topbar=colored] .topnav {
    background-color: #313533;
  }

  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.6);
  }

  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus,
  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav>.dropdown.active>a {
    color: rgba(255, 255, 255, 0.9) !important;
  }
}

[data-bs-theme=dark][data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-txt {
  color: #000;
}

body[data-layout-size=boxed] {
  background-color: var(--bs-boxed-body-bg);
}

body[data-layout-size=boxed] #layout-wrapper {
  background-color: var(--bs-body-bg);
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: rgba(116, 120, 141, 0.1) 0px 5px 20px -6px;
  box-shadow: rgba(116, 120, 141, 0.1) 0px 5px 20px -6px;
  min-height: 100vh;
}

body[data-layout-size=boxed] #page-topbar {
  max-width: 1300px;
  margin: 0 auto;
}

body[data-layout-size=boxed] .footer {
  margin: 0 auto;
  max-width: calc(1300px - 250px);
}

@media (min-width: 992px) {
  body[data-layout-size=boxed][data-sidebar-size=sm] #layout-wrapper {
    min-height: 1200px;
  }
}

body[data-layout-size=boxed][data-sidebar-size=sm] .footer {
  max-width: calc(1300px - 70px);
}

body[data-layout-size=boxed][data-sidebar-size=md] .footer {
  max-width: calc(1300px - 160px);
}

body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,
body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,
body[data-layout=horizontal][data-layout-size=boxed] .footer {
  max-width: 100%;
}

body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,
body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
  max-width: 1300px;
}

@media (min-width: 992px) {

  body[data-layout-scrollable=true] #page-topbar,
  body[data-layout-scrollable=true] .vertical-menu {
    position: absolute;
  }
}

@media (min-width: 992px) {

  body[data-layout-scrollable=true][data-layout=horizontal] #page-topbar,
  body[data-layout-scrollable=true][data-layout=horizontal] .topnav {
    position: absolute;
  }
}

:root,
[data-bs-theme=light] {
  --bs-header-bg: #fff;
  --bs-header-item-color: var(--bs-header-item-color);
  --bs-header-item-sub-color: var(--bs-secondary-color);
  --bs-sidebar-bg: #f9f9fa;
  --bs-sidebar-menu-item-color: #545a6d;
  --bs-sidebar-menu-sub-item-color: #7b8190;
  --bs-sidebar-menu-item-icon-color: #7b8190;
  --bs-sidebar-menu-item-icon-effact-color: rgba(84, 90, 109, 0.2);
  --bs-sidebar-menu-item-hover-color: #313533;
  --bs-sidebar-menu-item-hover-effact-color: rgba(81, 86, 190, 0.2);
  --bs-sidebar-menu-item-active-color: #313533;
  --bs-sidebar-menu-item-active-effact-color: rgba(81, 86, 190, 0.2);
  --bs-sidebar-border-color: #e9e9ef;
  --bs-sidebar-menu-item-active-bg-color: #f3f8fb;
  --bs-sidebar-menu-item-active-bg-color-dark: #293552;
  --bs-sidebar-alert: rgba(81, 86, 190, 0.1);
  --bs-topbar-search-bg: #f3f3f9;
  --bs-topbar-dark-search-bg: #363a38;
  --bs-search-width: 0px;
  --bs-search-border-color: rgba(5,5,5,.06);
  --bs-boxed-body-bg: whitesmoke;
  --bs-topbar-search-bg: #f8f9fa;
  --bs-topnav-bg: #f9f9fa;
  --bs-topnav-item-color: #ced4da;
  --bs-topnav-item-color-active: #fff;
  --bs-menu-item-color: #7b8190;
  --bs-menu-item-active-color: #313533;
  --bs-twocolumn-menu-iconview-bg: #fff;
  --bs-twocolumn-menu-bg: #fff;
  --bs-footer-bg: #fff;
  --bs-footer-color: #74788d;

}

:root [data-sidebar=dark],
[data-bs-theme=light] [data-sidebar=dark] {
  --bs-sidebar-dark-bg: #2C302E;
  --bs-sidebar-dark-menu-item-color: #99a4b1;
  --bs-sidebar-dark-menu-sub-item-color: #858d98;
  --bs-sidebar-dark-menu-item-icon-color: #858d98;
  --bs-sidebar-dark-menu-item-hover-color: #fff;
  --bs-sidebar-dark-menu-item-active-color: #fff;
}

:root [data-topbar=light],
[data-bs-theme=light] [data-topbar=light] {
  --bs-topbar-search-bg: #f8f9fa;
}

:root [data-topbar=dark],
[data-bs-theme=light] [data-topbar=dark] {
  --bs-header-bg: #2c302e;
  --bs-header-item-color: #f8f9fa;
  --bs-header-item-sub-color: #8795ab;
  --bs-topbar-search-bg: #363a38;
}

:root[data-topbar=brand],
[data-bs-theme=light][data-topbar=brand] {
  --bs-header-bg: #313472;
  --bs-header-item-color: #f8f9fa;
  --bs-header-item-sub-color: #e2e2f4;
}

[data-bs-theme=dark] {
  --bs-light: #383d3b;
  --bs-light-rgb: 56, 61, 59;
  --bs-dark: #e9e9ef;
  --bs-dark-rgb: 233, 233, 239;
  --bs-header-bg: #2c302e;
  --bs-header-item-color: #e9ecef;
  --bs-header-item-sub-color: var(--bs-secondary-color);
  --bs-sidebar-bg: #313533;
  --bs-sidebar-menu-item-color: #898fa9;
  --bs-sidebar-menu-sub-item-color: #7b8198;
  --bs-sidebar-menu-item-icon-color: #666b7f;
  --bs-sidebar-menu-item-icon-effact-color: rgba(133, 141, 152, 0.2);
  --bs-sidebar-menu-item-hover-color: #313533;
  --bs-sidebar-menu-item-hover-effact-color: rgba(255, 255, 255, 0.2);
  --bs-sidebar-menu-item-active-color: #313533;
  --bs-sidebar-menu-item-active-effact-color: rgba(255, 255, 255, 0.2);
  --bs-sidebar-border-color: #373c39;
  --bs-sidebar-menu-item-active-bg-color: #34415d;
  --bs-sidebar-menu-item-active-bg-color-dark: #343747;
  --bs-sidebar-alert: #313533;
  --bs-sidebar-dark-bg: #2C302E;
  --bs-sidebar-dark-menu-item-color: #99a4b1;
  --bs-sidebar-dark-menu-sub-item-color: #858d98;
  --bs-sidebar-dark-menu-item-icon-color: #858d98;
  --bs-sidebar-dark-menu-item-hover-color: #ffffff;
  --bs-sidebar-dark-menu-item-active-color: #ffffff;
  --bs-search-width: 1px;
  --bs-search-border-color: #3b403d;
  --bs-topbar-search-bg: #363a38;
  --bs-footer-bg: #313533;
  --bs-footer-color: #adb5bd;
  --bs-footer-border-color: #383d3b;
  --bs-topnav-bg: #373c39;
  --bs-topnav-item-color: #ced4da;
  --bs-topnav-item-color-active: #fff;
  --bs-menu-item-color: #99a4b1;
  --bs-menu-item-active-color: #ffffff;
  --bs-input-bg: #3b403d;
  --bs-accordion-button-active-bg: #3b403d;
  --bs-boxed-body-bg: #3b403d;
}

[data-bs-theme=dark] .table-light {
  --bs-table-color: white;
  --bs-table-bg: var(--bs-tertiary-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-striped-bg: var(--bs-tertiary-bg);
  --bs-table-striped-color: white;
  --bs-table-active-bg: var(--bs-tertiary-bg);
  --bs-table-active-color: white;
  --bs-table-hover-bg: var(--bs-tertiary-bg);
  --bs-table-hover-color: white;
}

[data-bs-theme=dark][data-topbar=light] {
  --bs-topbar-search-bg: #f8f9fa;
}

[data-bs-theme=dark][data-sidebar=dark] {
  --bs-sidebar-dark-bg: #2C302E;
  --bs-sidebar-dark-menu-item-color: #99a4b1;
  --bs-sidebar-dark-menu-sub-item-color: #858d98;
  --bs-sidebar-dark-menu-item-icon-color: #858d98;
  --bs-sidebar-dark-menu-item-hover-color: #fff;
  --bs-sidebar-dark-menu-item-active-color: #fff;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-right: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(81, 86, 190, 0.4);
}

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(42, 181, 125, 0.4);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(75, 166, 239, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(255, 191, 83, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(253, 98, 94, 0.4);
}

[data-bs-theme=dark] .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23313533'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.avatar-xs {
  height: 1rem;
  width: 1rem;
}

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

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

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

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

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #313533;
  color: var(--bs-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.avatar-group .avatar-group-item {
  margin-right: -12px;
  border: 2px solid var(--bs-secondary-bg);
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.avatar-group .avatar-group-item:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

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

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

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

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

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.icon-xs {
  height: 14px;
  width: 14px;
}

.icon-sm {
  height: 16px;
  width: 16px;
}

.icon-md {
  height: 18px;
  width: 18px;
}

.icon-lg {
  height: 20px;
  width: 20px;
}

.icon-xl {
  height: 22px;
  width: 22px;
}

.card-h-100 {
  height: calc(100% - 1.5rem);
}

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.social-list-item:hover {
  color: #74788d;
  background-color: #e9e9ef;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.w-xl {
  min-width: 160px;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  background-color: #000;
}

.alert-dismissible .btn-close {
  font-size: 10px;
  padding: 1.05rem 1.25rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.btn-group-vertical label {
  margin-bottom: 0;
}

.btn-group label {
  margin-bottom: 0;
}

[data-bs-theme=dark] .text-light {
  color: var(--bs-gray-400) !important;
}

[data-bs-theme=dark] .text-body {
  color: var(--bs-gray-400) !important;
}

[data-bs-theme=dark] .btn-close {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

[data-bs-theme=dark] .btn-close-white {
  -webkit-filter: invert(0) grayscale(100%) brightness(200%);
  filter: invert(0) grayscale(100%) brightness(200%);
}

[type=tel]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder {
  text-align: right;
}

[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=number]::-moz-placeholder {
  text-align: right;
}

[type=tel]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder {
  text-align: right;
}

[type=tel]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder,
[type=email]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder {
  text-align: right;
}

[type=tel]::placeholder,
[type=url]::placeholder,
[type=email]::placeholder,
[type=number]::placeholder {
  text-align: right;
}

.form-check {
  position: relative;
  text-align: right;
}

.form-check-right {
  padding-right: 0;
  display: inline-block;
  padding-left: 1.5em;
}

.form-check-right .form-check-input {
  float: left;
  margin-right: 0;
  margin-left: -1.5em;
}

.form-check-right .form-check-label {
  display: block;
}
.form-checkbox-outline {
  position: relative;
}
.form-checkbox-outline .form-check-input {
  border-width: 2px;
  background-color: var(--bs-secondary-bg);
  position: relative;

}

.form-checkbox-outline .form-check-input:active {
  -webkit-filter: none;
  filter: none;
}

.form-checkbox-outline .form-check-input:checked {
  background-color: var(--bs-header-item-hover) !important;
}

.form-checkbox-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form-checkbox-outline .form-check-input:checked:after {
  position: absolute;
  content: "\f012c";
  font-family: "Material Design Icons";
  top: -4px !important;
  left: -1px;right:auto;
  font-size: 13px;
  color: var(--bs-header-item-colors);
}

.form-radio-outline .form-check-input {
  background-color: var(--bs-secondary-bg);
  position: relative;
}

.form-radio-outline .form-check-input:active {
  -webkit-filter: none;
  filter: none;
}

.form-radio-outline .form-check-input:checked {
  background-color: var(--bs-secondary-bg) !important;
}

.form-radio-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form-radio-outline .form-check-input:checked:after {
  position: absolute;
  content: "";
  top: 3px !important;
  right: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.form-check-primary .form-check-input:checked {
  background-color: #313533;
  border-color: #313533;
}

.form-radio-primary .form-check-input:checked {
  border-color: #313533;
  background-color: #313533;
}

.form-radio-primary .form-check-input:checked:after {
  background-color: #313533;
}

.form-check-secondary .form-check-input:checked {
  background-color: #74788d;
  border-color: #74788d;
}

.form-radio-secondary .form-check-input:checked {
  border-color: #74788d;
  background-color: #74788d;
}

.form-radio-secondary .form-check-input:checked:after {
  background-color: #74788d;
}

.form-check-success .form-check-input:checked {
  background-color: #2ab57d;
  border-color: #2ab57d;
}

.form-radio-success .form-check-input:checked {
  border-color: #2ab57d;
  background-color: #2ab57d;
}

.form-radio-success .form-check-input:checked:after {
  background-color: #2ab57d;
}

.form-check-info .form-check-input:checked {
  background-color: #4ba6ef;
  border-color: #4ba6ef;
}

.form-radio-info .form-check-input:checked {
  border-color: #4ba6ef;
  background-color: #4ba6ef;
}

.form-radio-info .form-check-input:checked:after {
  background-color: #4ba6ef;
}

.form-check-warning .form-check-input:checked {
  background-color: #ffbf53;
  border-color: #ffbf53;
}

.form-radio-warning .form-check-input:checked {
  border-color: #ffbf53;
  background-color: #ffbf53;
}

.form-radio-warning .form-check-input:checked:after {
  background-color: #ffbf53;
}

.form-check-danger .form-check-input:checked {
  background-color: #fd625e;
  border-color: #fd625e;
}

.form-radio-danger .form-check-input:checked {
  border-color: #fd625e;
  background-color: #fd625e;
}

.form-radio-danger .form-check-input:checked:after {
  background-color: #fd625e;
}

.form-check-light .form-check-input:checked {
  background-color: #e9e9ef;
  border-color: #e9e9ef;
}

.form-radio-light .form-check-input:checked {
  border-color: #e9e9ef;
  background-color: #e9e9ef;
}

.form-radio-light .form-check-input:checked:after {
  background-color: #e9e9ef;
}

.form-check-dark .form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.form-radio-dark .form-check-input:checked {
  border-color: #212529;
  background-color: #212529;
}

.form-radio-dark .form-check-input:checked:after {
  background-color: #212529;
}

.form-check,
.form-check-input,
.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

.form-switch-md {
  font-size: 20px;
  min-height: 26px;
  line-height: 26px;
}

.form-switch-md .form-check-label {
  font-size: 0.875rem;
  vertical-align: middle;
}

.form-switch-lg {
  font-size: 26px;
  min-height: 36px;
  line-height: 36px;
}

.form-switch-lg .form-check-label {
  font-size: 0.875rem;
  vertical-align: middle;
}

.input-group-text {
  margin-bottom: 0px;
}

.custom-control-label::before {
  background-color: var(--bs-tertiary-bg);
}

[data-bs-theme=dark] .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ced4da' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .form-switch .form-check-input,
[data-bs-theme=dark] .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ced4da'/%3e%3c/svg%3e");
}

[dir=rtl] input {}

.widget-box-1-icon {
  position: absolute;
  left: -15px;
  top: -25px;
  font-size: 5rem;
  opacity: 0.1;
}

.widget-carousel .carousel-indicators {
  margin: 0px auto;
  position: relative;
}

.activity-border:before {
  content: "";
  position: absolute;
  height: 80px;
  border-right: 2px dashed var(--bs-gray-400);
  top: 40px;
  right: 2px;
}

.activity-wid {
  margin-right: 16px;
}

.activity-wid .activity-list {
  position: relative;
  padding: 0 45px 20px 0;
}

.activity-wid .activity-list .activity-icon {
  position: absolute;
  right: -20px;
  top: -3px;
  z-index: 2;
  background: var(--bs-card-bg);
}

.activity-wid .activity-list .activity-icon img {
  border: 5px solid var(--bs-secondary-bg);
}

.activity-wid .activity-list .activity-icon span {
  border: 5px solid var(--bs-card-bg);
}

.activity-wid .activity-list:last-child {
  padding-bottom: 0px;
}

.grid-example {
  background-color: rgba(81, 86, 190, 0.05);
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 0.8rem;
}

.bs-example-modal {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  z-index: 1;
  display: block;
}

[dir=rtl] .modal-open {
  padding-right: 0px !important;
}

.icon-demo-content {
  color: var(--bs-gray-500);
}

.icon-demo-content i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: var(--bs-tertiary-600);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  margin-left: 16px;
  vertical-align: middle;
}

.icon-demo-content .col-lg-4 {
  margin-top: 24px;
}

.icon-demo-content .col-lg-4:hover i {
  background-color: rgba(81, 86, 190, 0.2);
  color: #313533;
}

.grid-structure .grid-container {
  background-color: var(--bs-secondary-bg);
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 10px 20px;
}

.card-radio {
  background-color: var(--bs-secondary-bg);
  border: 2px solid var(--bs-border-color);
  border-radius: 0.25rem;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-radio:hover {
  cursor: pointer;
}

.card-radio-label {
  display: block;
}

.card-radio-input {
  display: none;
}

.card-radio-input:checked+.card-radio {
  border-color: #313533 !important;
}

.spin-left:before {
  -webkit-animation: spin-left 2s infinite linear;
  animation: spin-left 2s infinite linear;
}

.spin-right:before {
  -webkit-animation: spin-right 2s infinite linear;
  animation: spin-right 2s infinite linear;
}

@-webkit-keyframes spin-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes spin-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@media print {

  .vertical-menu,
  .right-bar,
  .page-title-box,
  .navbar-header,
  .footer {
    display: none !important;
  }

  .card-body,
  .main-content,
  .right-bar,
  .page-content,
  body {
    padding: 0;
    margin: 0;
  }

  .card {
    border: 0;
  }
}

.z-index {
  position: relative;
}

.z-index .box-2 {
  top: 13px;
  right: 16px;
}

.z-index .box-3 {
  top: 25px;
  right: 31px;
}

.z-index .box-4 {
  top: 39px;
  right: 45px;
}

.z-index .box-5 {
  top: 52px;
  right: 59px;
}

[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;
  right: 0;
  top: 0;
  bottom: 0;
  left: 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;
  right: 0 !important;
  bottom: 0;
  left: 0 !important;
  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: calc(100vh - 80px) ;
  /* 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 */
  scrollbar-width: none;
  padding: 0px !important;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.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: right;
  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;
  right: 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;
  left: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

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

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

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

.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 {
  right: 0;
  height: 11px;
}

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

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

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

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

.simplebar-hide-scrollbar {
  position: fixed;
  right: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.custom-scroll {
  height: 100%;
}

/* ==============
  Calendar
===================*/
.fc td,
.fc th {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.fc .fc-toolbar h2 {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {

  .fc .fc-toolbar .fc-left,
  .fc .fc-toolbar .fc-right,
  .fc .fc-toolbar .fc-center {
    float: none;
    display: block;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }

  .fc .fc-toolbar>*>* {
    float: none;
  }

  .fc .fc-toolbar .fc-today-button {
    display: none;
  }
}

.fc .fc-toolbar .btn {
  text-transform: capitalize;
}

.fc th.fc-widget-header {
  background: #f6f6f6;
  color: #313533;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #f6f6f6;
}

.fc-unthemed td.fc-today {
  background: #efeff3;
}

.fc-button {
  background: var(--bs-secondary-bg);
  border-color: var(--bs-border-color);
  color: #313533;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #313533;
  color: #fff;
  text-shadow: none;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.fc-event,
.fc-event-dot {
  background-color: #313533;
}

.fc-event .fc-content {
  color: #fff;
}

#external-events .external-event {
  text-align: right;
  padding: 8px 16px;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
  color: var(--bs-light);
}

.fc .fc-button-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.fc-scrollgrid {
  border-color: var(--bs-border-color) !important;
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: var(--bs-tertiary-bg) !important;
}

.fc-theme-standard .fc-list {
  border: var(--bs-border-color) !important;
}

.fc-daygrid-event-dot {
  display: none !important;
}

.fc-event {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fc-event.fc-event-draggable {
  text-align: center;
  color: #fff !important;
}

.fc-event .fc-event-title {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #b7dbf9 !important;
}

[dir=rtl] .fc-header-toolbar {
  direction: rtl !important;
}

[dir=rtl] .fc-toolbar>*> :not(:first-child) {
  margin-right: 0.75em;
}

@media (max-width: 575.98px) {
  .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

[data-bs-theme=dark] .fc-scrollgrid {
  border-color: #383d3e !important;
}

[data-bs-theme=dark] .fc-event.bg-dark {
  background-color: #171c1c !important;
}

#session-timeout-dialog .close {
  display: none;
}

#session-timeout-dialog .countdown-holder {
  color: #fd625e;
  font-weight: 500;
}

#session-timeout-dialog .btn-default {
  background-color: #fff;
  color: #fd625e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-connect {
  background: #4ba6ef;
}

.noUi-handle {
  border-color: var(--bs-light);
  background: var(--bs-card-bg);
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px var(--bs-light), 0 3px 6px -3px var(--bs-light) !important;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px var(--bs-light), 0 3px 6px -3px var(--bs-light) !important;
}

.noUi-horizontal {
  height: 8px;
}

.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: -10px;
  top: -7px;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}

.noUi-connects,
.noUi-touch-area {
  cursor: pointer;
}

.noUi-pips-horizontal {
  height: 50px;
}

.noUi-vertical {
  width: 8px;
}

.noUi-vertical .noUi-handle {
  height: 20px;
  width: 20px;
  left: -7px;
  top: -12px;
  border-radius: 50%;
}

.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  display: none;
}

.noUi-vertical .noUi-handle:focus {
  outline: 0;
}

.noUi-value {
  font-size: 12px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 6px;
}

.noUi-marker-horizontal.noUi-marker {
  display: none;
}

.noUi-target {
  background-color: var(--bs-light);
  border-color: var(--bs-light);
  -webkit-box-shadow: inset 0 1px 1px var(--bs-light), 0 3px 6px -5px var(--bs-light);
  box-shadow: inset 0 1px 1px var(--bs-light), 0 3px 6px -5px var(--bs-light);
}

.noUi-touch-area:focus {
  outline: 0;
}

#red,
#green,
#blue {
  margin: 10px;
  display: inline-block;
  height: 200px;
}

#colorpicker {
  height: 240px;
  width: 310px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid var(--bs-border-color);
}

#result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--bs-border-color);
  -webkit-box-shadow: 0 0 3px;
  box-shadow: 0 0 3px;
  border-radius: 7px;
}

#red .noUi-connect {
  background: #fd625e;
}

#green .noUi-connect {
  background: #2ab57d;
}

#blue .noUi-connect {
  background: #313533;
}

.form-control.keyboard {
  max-width: 340px !important;
}

#input-select,
#input-number {
  padding: 7px;
  margin: 15px 5px 5px;
  width: 70px;
}

.example-val {
  font-size: 12px;
  color: var(--bs-secondary-color);
  display: block;
  margin: 15px 0;
}

.example-val:before {
  content: "Value: ";
  font-size: 12px;
  font-weight: 600;
}

.noUi-tooltip {
  display: none;
}

.noUi-active .noUi-tooltip {
  display: block;
}

.c-1-color {
  background: #fd625e;
}

.c-2-color {
  background: #ffbf53;
}

.c-3-color {
  background: #2ab57d;
}

.c-4-color {
  background: #313533;
}

.c-5-color {
  background: #6f42c1;
}

#slider-toggle {
  height: 50px;
}

#slider-toggle.off .noUi-handle {
  border-color: #fd625e;
}

.swal2-container .swal2-title {
  font-size: 22px;
  font-weight: 500;
}

.swal2-container .swal2-html-container {
  color: var(--bs-body-color) !important;
}

.swal2-container .swal2-popup {
  background-color: var(--bs-secondary-bg);
}

.swal2-modal {
  font-size: 14px;
}

.swal2-icon.swal2-question {
  border-color: #4ba6ef;
  color: #4ba6ef;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #2ab57d;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(42, 181, 125, 0.3);
}

.swal2-icon.swal2-warning {
  border-color: #ffbf53;
  color: #ffbf53;
}

.swal2-styled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal2-progress-steps .swal2-progress-step {
  background: #313533;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #313533;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
  background: rgba(81, 86, 190, 0.3);
}

.swal2-progress-steps .swal2-progress-step-line {
  background: #313533;
}

.swal2-loader {
  border-color: #313533 transparent #313533 transparent;
}

.alertify .ajs-body .ajs-content .ajs-input {
  color: var(--bs-gray-600);
  background-color: var(--bs-secondary-bg);
  border: 1px solid var(--bs-gray-300);
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  color: var(--bs-gray-500);
}

.alertify .ajs-header {
  font-weight: 500;
  background-color: var(--bs-secondary-bg);
}

.alertify .ajs-body {
  color: var(--bs-gary-600);
}

.alertify .ajs-dialog {
  -webkit-box-shadow: rgba(116, 120, 141, 0.1) 0px 5px 20px -6px;
  box-shadow: rgba(116, 120, 141, 0.1) 0px 5px 20px -6px;
  background-color: var(--bs-secondary-bg);
}

.alertify .ajs-dialog .ajs-header,
.alertify .ajs-dialog .ajs-footer {
  background-color: var(--bs-secondary-bg);
  color: var(--bs-gary-600);
  border-bottom: var(--bs-border-color) 1px solid;
  border-top: var(--bs-border-color) 1px solid;
}

.alertify .ajs-footer {
  background-color: var(--bs-secondary-bg);
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  font-weight: 500;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #313533;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: left;
}

.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
  outline: none;
}

.alertify .ajs-commands {
  left: 4px;
  right: auto;
  margin: -14px 24px 0 0;
}

.alertify .ajs-commands .ajs-header {
  background-color: var(--bs-secondary-bg);
}

.alertify-notifier .ajs-message {
  background-color: #313533;
  border-color: #313533;
  color: #fff;
  text-shadow: none !important;
}

.alertify-notifier .ajs-message.ajs-success {
  background-color: #2ab57d;
  border-color: #2ab57d;
}

.alertify-notifier .ajs-message.ajs-error {
  background-color: #fd625e;
  border-color: #fd625e;
}

.alertify-notifier .ajs-message.ajs-warning {
  background-color: #ffbf53;
  border-color: #ffbf53;
}

.alertify-notifier.ajs-right {
  left: 10px;
  right: auto;
}

.alertify-notifier.ajs-right .ajs-message {
  left: -320px;
  right: auto;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  left: 290px;
  right: auto;
}

.alertify-notifier.ajs-left {
  right: 10px;
  left: auto;
}

.alertify-notifier.ajs-left .ajs-message {
  right: -300px;
  left: auto;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  right: 0;
  left: auto;
}

.pristine-error {
  margin-top: 2px;
  color: #fd625e;
}

.has-success .form-control {
  border-color: #2ab57d;
}

.has-danger .form-control {
  border-color: #fd625e;
}

.choices__inner {
  background-color: var(--bs-input-bg);
  padding: 0.30rem 20px;
  background-color: var(--bs-tertiary-bg);
  vertical-align: middle;
  border-radius: var(--bs-border-radius);
  border: var(--bs-border-width) solid var(--bs-border-color);
  min-height: 38px;
  border: 1px solid var(--bs-border-color);
  min-height: 34px
}

.choices__list--single {
  padding: 0 !important;
}

.choices__heading {
  border-bottom: 1px solid var(--bs-border-color);
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: var(--bs-border-color);
}

.choices__list--dropdown {
  border-color: var(--bs-border-color) !important;
}

.choices[data-type*=select-one] .choices__input {
  background-color: var(--bs-input-bg) !important;
  border-color: var(--bs-border-color);
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0.25rem;
  background-color: var(--bs-input-bg) !important;
}

.choices[data-type*=select-one] .choices__button {
  left: 0;
  right: auto;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-one]:after {
  border-color: var(--bs-dark) transparent transparent;
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent var(--bs-dark);
}

.choices__input {
  background-color: var(--bs-input-bg);
  margin-bottom: 0;
  color: var(--bs-gray-600);
}

.choices__list--multiple {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.choices__list--multiple .choices__item {
  background-color: #313533;
  border-color: #313533;
  margin-bottom: 0;
  font-weight: 400;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #313533;
  border: 1px solid #313533;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: var(--bs-light);
  background-color: transparent;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #74788d;
  border-color: #74788d;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 8px 0 -4px;
  border-left: 0;
}

.choices__list--dropdown {
  background-color: var(--bs-body-bg) !important;
  border: 1px solid var(--bs-border-color);
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--bs-gray-300);
}

/* CSS Switch */
input[switch] {
  display: none;
}

input[switch]+label {
  font-size: 1em;
  line-height: 1;
  width: 56px;
  height: 24px;
  background-color: #ced4da;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch]+label:before {
  color: #212529;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  left: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch]+label:after {
  content: "";
  position: absolute;
  right: 3px;
  background-color: #e9e9ef;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked+label {
  background-color: #313533;
}

input[switch]:checked+label {
  background-color: #313533;
}

input[switch]:checked+label:before {
  color: #fff;
  content: attr(data-on-label);
  left: auto;
  right: 3px;
}

input[switch]:checked+label:after {
  right: 33px;
  background-color: #e9e9ef;
}

input[switch=bool]+label {
  background-color: #fd625e;
}

input[switch=bool]+label:before,
input[switch=bool]:checked+label:before,
input[switch=default]:checked+label:before {
  color: #fff;
}

input[switch=bool]:checked+label {
  background-color: #2ab57d;
}

input[switch=default]:checked+label {
  background-color: #a2a2a2;
}

input[switch=primary]:checked+label {
  background-color: #313533;
}

input[switch=success]:checked+label {
  background-color: #2ab57d;
}

input[switch=info]:checked+label {
  background-color: #4ba6ef;
}

input[switch=warning]:checked+label {
  background-color: #ffbf53;
}

input[switch=danger]:checked+label {
  background-color: #fd625e;
}

input[switch=dark]:checked+label {
  background-color: #212529;
}

input[switch=dark]:checked+label:before {
  color: #e9e9ef;
}

.square-switch {
  margin-left: 7px;
}

.square-switch input[switch]+label,
.square-switch input[switch]+label:after {
  border-radius: 4px;
}

.pcr-app {
  background: var(--bs-card-bg);
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  margin-left: 0.75em;
  margin-right: 0;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-right: 0.75em;
  margin-left: 0;
}

.flatpickr-input[readonly] {
  background-color: var(--bs-tertiary-bg);
}

.flatpickr-months,
.flatpickr-weekdays {
  background-color: #313533;
}

span.flatpickr-weekday {
  color: #fff;
  font-weight: 500;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: transparent !important;
}

.flatpickr-am-pm:focus,
.flatpickr-am-pm:hover,
.numInput:focus,
.numInput:hover,
.numInputWrapper:focus,
.numInputWrapper:hover {
  background-color: transparent !important;
}

.flatpickr-weekdays {
  height: 36px !important;
  border-bottom: 1px solid var(--bs-border-color);
}

.flatpickr-day {
  color: var(--bs-dark) !important;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  background-color: rgba(233, 233, 239, 0.7) !important;
}

.flatpickr-day.today {
  border-color: #313533 !important;
  background-color: rgba(81, 86, 190, 0.1);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  color: var(--bs-dark) !important;
  background-color: rgba(81, 86, 190, 0.15) !important;
}

.flatpickr-day.selected {
  background-color: #313533 !important;
  border-color: #313533 !important;
  color: #fff !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: var(--bs-gray-400) !important;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background-color: var(--bs-light) !important;
  border-color: var(--bs-light) !important;
}

.flatpickr-day.inRange {
  -webkit-box-shadow: 5px 0 0 #e9e9ef, -5px 0 0 #e9e9ef;
  box-shadow: 5px 0 0 #e9e9ef, -5px 0 0 #e9e9ef;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-month {
  color: rgba(255, 255, 255, 0.9) !important;
  fill: rgba(255, 255, 255, 0.9) !important;
}

.flatpickr-monthDropdown-month {
  color: rgba(0, 0, 0, 0.8);
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.flatpickr-time input,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: var(--bs- #e9e9ef) !important;
}

.flatpickr-calendar {
  background-color: var(--bs-body-bg) !important;
  -webkit-box-shadow: -1px 0 0 var(--bs-border-color), 1px 0 0 var(--bs-border-color), 0 1px 0 var(--bs-border-color), 0 -1px 0 var(--bs-border-color), 0 3px 13px rgba(0, 0, 0, 0.08) !important;
  box-shadow: -1px 0 0 var(--bs-border-color), 1px 0 0 var(--bs-border-color), 0 1px 0 var(--bs-border-color), 0 -1px 0 var(--bs-border-color), 0 3px 13px rgba(0, 0, 0, 0.08) !important;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid var(--bs-border-color) !important;
}

.flatpickr-months {
  border-radius: 5px 5px 0px 0px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(255, 255, 255, 0.9) !important;
}

.ck-editor__editable {
  min-height: 250px !important;
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
  color: var(--bs-body-color) !important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border-color: var(--bs-border-color) !important;
}

.ck.ck-toolbar {
  background-color: var(--bs-light) !important;
  border-color: var(--bs-border-color) !important;
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
  background-color: var(--bs-border-color) !important;
}

.ck.ck-tooltip .ck-tooltip__text {
  background-color: #212529 !important;
  color: #e9e9ef !important;
}

.ck.ck-editor__main>.ck-editor__editable,
.ck.ck-list {
  background-color: var(--bs-card-bg) !important;
}

.ck.ck-dropdown__panel {
  border-color: var(--bs-border-color) !important;
}

.ck.ck-responsive-form {
  background-color: var(--bs-card-bg) !important;
}

.ck.ck-input-text {
  background-color: var(--bs-light) !important;
}

.ck.ck-dropdown__panel {
  background-color: var(--bs-card-bg) !important;
}

.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover,
.ck.ck-button.ck-on,
a.ck.ck-button.ck-on {
  background-color: var(--bs-light) !important;
}

[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[data-bs-theme=dark] .ck.ck-editor__main>.ck-editor__editable {
  background-color: var(--bs-body-bg) !important;
}

/* Dropzone */
.dropzone {
  min-height: 230px;
  border: 2px dashed var(--bs-border-color);
  background: var(--bs-card-bg);
  border-radius: 6px;
}

.dropzone .dz-message {
  font-size: 24px;
  width: 100%;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .step-icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border: 1px solid rgba(81, 86, 190, 0.2);
  color: #313533;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .twitter-bs-wizard .twitter-bs-wizard-nav .step-icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

.twitter-bs-wizard .twitter-bs-wizard-nav .step-title {
  margin-right: 6px;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item:last-child .nav-link::after {
  display: none;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item .nav-link.done .step-icon {
  background-color: #313533;
  color: #fff;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item .nav-link.done .uil:before {
  content: "\e9c3";
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link {
  font-size: 14px;
  position: relative;
}

@media (max-width: 575.98px) {
  .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link {
    padding: 0.5rem;
  }
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: var(--bs-border-color);
  right: 62%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
    display: none;
  }
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active {
  color: #313533;
  background-color: transparent;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-icon {
  background-color: rgba(81, 86, 190, 0.2);
  color: #313533;
  border-color: rgba(81, 86, 190, 0.2);
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link {
  padding-top: 24px;
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li {
  display: inline-block;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li.next {
  float: left;
}

.twitter-bs-wizard-tab-content {
  padding-top: 24px;
  min-height: 262px;
}

.gslide .gdesc-inner {
  background-color: var(--bs-secondary-bg) !important;
}

.gslide .gdesc-inner .gslide-title {
  color: var(--bs-body-color) !important;
}

.table-rep-plugin .btn-group .btn-default {
  background-color: #74788d;
  color: #e9e9ef;
  border: 1px solid #74788d;
}

.table-rep-plugin .btn-group .btn-default.btn-primary {
  background-color: #313533;
  border-color: #313533;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(81, 86, 190, 0.5);
  box-shadow: 0 0 0 2px rgba(81, 86, 190, 0.5);
}

.table-rep-plugin .btn-group.pull-right {
  float: left;
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  left: 0;
  -webkit-transform: none !important;
  transform: none !important;
  top: 100% !important;
}

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.table-rep-plugin .checkbox-row {
  padding-right: 40px;
  color: var(--bs-gray-400) !important;
}

.table-rep-plugin .checkbox-row:hover {
  background-color: var(--bs-gray-200) !important;
}

.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-right: 5px;
  position: relative;
}

.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 1px solid #ced4da;
  content: "";
  display: inline-block;
  height: 17px;
  right: 0;
  margin-right: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
  color: #e9e9ef;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  right: 0;
  margin-right: -20px;
  padding-right: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.table-rep-plugin .checkbox-row input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label {
  opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:focus+label::before {
  outline-offset: -2px;
  outline: none;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label::before {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::before {
  background-color: #313533;
  border-color: #313533;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::after {
  color: #fff;
}

.table-rep-plugin .fixed-solution .sticky-table-header {
  top: 70px !important;
  background-color: #313533;
}

.table-rep-plugin .fixed-solution .sticky-table-header table {
  color: #fff;
}

.table-rep-plugin table.focus-on tbody tr.focused th,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
  background: #313533;
  border-color: #313533;
  color: #fff;
}

.table-rep-plugin table.focus-on tbody tr.focused th table,
.table-rep-plugin table.focus-on tbody tr.focused td table,
.table-rep-plugin .sticky-table-header table {
  color: #fff;
}

@media (min-width: 992px) {
  body[data-layout=horizontal] .fixed-solution .sticky-table-header {
    top: 120px !important;
  }
}

.table-edits input,
.table-edits select {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-body-color);
  border-radius: var(--bs-border-radius);
}

.table-edits input:focus,
.table-edits select:focus {
  outline: none;
  border-color: #a8abdf;
}

.apex-charts {
  min-height: 10px !important;
}

.apex-charts text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: var(--bs-gray-500);
}

.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}

.apexcharts-gridline line {
  stroke: var(--bs-gray-300);
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
  font-family: var(--bs-font-sans-serif) !important;
}

.apexcharts-tooltip {
  border: 1px solid var(--bs-border-color) !important;
  background-color: var(--bs-secondary-bg) !important;
  -webkit-box-shadow: rgba(116, 120, 141, 0.1) 0px 5px 20px -6px !important;
  box-shadow: rgba(116, 120, 141, 0.1) 0px 5px 20px -6px !important;
}

.apexcharts-tooltip * {
  font-family: var(--bs-font-sans-serif) !important;
  color: var(--bs-gray-600) !important;
}

.apexcharts-tooltip .apexcharts-tooltip-title {
  background-color: rgba(var(--bs-light-rgb), 0.75) !important;
  border-bottom: 1px solidvar(--bs-border-color) !important;
}

.apexcharts-tooltip.apexcharts-theme-dark * {
  color: #fff !important;
}

.apexcharts-legend-series {
  font-weight: 500;
}

.apexcharts-gridline {
  pointer-events: none;
  stroke: var(--bs-apex-grid-color);
}

.apexcharts-radialbar-track.apexcharts-track path {
  stroke: var(--bs-gray-300);
}

.apexcharts-legend-text {
  color: var(--bs-gray-500) !important;
  font-family: var(--bs-font-sans-serif) !important;
  font-size: 13px !important;
}

.apexcharts-pie-label {
  fill: #fff !important;
}

.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: var(--bs-gray-500);
}

.apexcharts-pie circle,
.apexcharts-pie line {
  stroke: var(--bs-card-border-color);
}

[data-bs-theme=dark] .apexcharts-gridline {
  stroke: var(--bs-secondary-bg);
}

[data-bs-theme=dark] .apexcharts-radialbar-track.apexcharts-track path {
  stroke: var(--bs-secondary-bg);
}

[data-bs-theme=dark] .apexcharts-tooltip {
  background-color: var(--bs-body-bg) !important;
  border: 1px solid var(--bs-border-color) !important;
}

[data-bs-theme=dark] .apexcharts-tooltip .apexcharts-tooltip-title {
  background-color: var(--bs-tertiary-bg) !important;
  border-bottom: 1px solid var(--bs-border-color) !important;
}

[data-bs-theme=dark] .apexcharts-pie-area {
  stroke: var(--bs-gray-300);
}

[data-bs-theme=dark] .apexcharts-pie-label {
  fill: var(--bs-gray-600) !important;
}

.e-charts {
  height: 350px;
}

.chartjs-chart {
  max-height: 320px;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-gray-800) !important;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 5px 10px !important;
  border-radius: 3px;
  border-color: var(--bs-gray-900) !important;
}

.jqsfield {
  color: var(--bs-gray-200) !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: var(--bs-font-sans-serif) !important;
  font-weight: 500 !important;
}

.gmaps,
.gmaps-panaroma {
  height: 300px !important;
  background: #f8f9fa;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #313533;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  right: 50%;
  margin-right: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #313533;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid #313533;
}

.jvectormap-label {
  border: none;
  background: #2c302e;
  color: #f8f9fa;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  padding: 5px 8px;
}

.leaflet-map {
  height: 300px;
}

.leaflet-map.leaflet-container {
  z-index: 1;
}

.auth-bg {
  background-image: url("../images/auth-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.auth-bg .bg-overlay {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .auth-bg {
    height: 100vh;
  }
}

.auth-full-page-content {
  min-height: 100vh;
}

.auth-logo .logo-txt {
  color: var(--bs-dark);
  font-size: 20px;
}

.auth-pass-inputgroup input[type=input]+.btn .mdi-eye-outline:before {
  content: "\f06d1";
}

.bg-bubbles {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: -50px;
  -webkit-animation: square 20s infinite;
  animation: square 20s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
  right: 10%;
}

.bg-bubbles li:nth-child(2) {
  right: 20%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  right: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  right: 40%;
  width: 80px;
  height: 80px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
}

.bg-bubbles li:nth-child(5) {
  right: 70%;
  width: 90px;
  height: 90px;
}

.bg-bubbles li:nth-child(6) {
  right: 70%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bg-bubbles li:nth-child(7) {
  right: 32%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  right: 55%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  right: 25%;
  width: 50px;
  height: 50px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(10) {
  right: 90%;
  width: 140px;
  height: 140px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(-600deg);
    transform: translateY(-1000px) rotate(-600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(-600deg);
    transform: translateY(-1000px) rotate(-600deg);
  }
}

/* ==============
  Email
===================*/
.email-leftbar {
  width: 236px;
  float: right;
  padding: 20px;
  border-radius: 5px;
}

.email-rightbar {
  margin-right: 260px;
}

.chat-user-box p.user-title {
  color: var(--bs-dark);
  font-weight: 500;
}

.chat-user-box p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .email-leftbar {
    float: none;
    width: 100%;
  }

  .email-rightbar {
    margin: 0;
  }
}

.mail-list a {
  display: block;
  color: var(--bs-gray-600);
  line-height: 24px;
  padding: 8px 5px;
}

.mail-list a.active {
  color: #fd625e !important;
  font-weight: 500;
}

.message-list {
  display: block;
  padding-right: 0;
}

.message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.message-list li a {
  color: var(--bs-body-color);
}

.message-list li:hover {
  background: var(--bs-tertiary-bg);
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
}

.message-list li .col-mail {
  float: right;
  position: relative;
}

.message-list li .col-mail-1 {
  width: 320px;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: right;
}

.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 15px 20px 0 10px;
}

.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px;
  margin-right: 5px;
}

.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  right: 110px;
  left: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  right: 320px;
  left: 0;
  bottom: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}

.message-list li .col-mail-2 .subject {
  right: 0;
  left: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.message-list li .col-mail-2 .date {
  left: 0;
  width: 170px;
  padding-right: 80px;
}

.message-list li.active,
.message-list li.active:hover {
  -webkit-box-shadow: inset -3px 0 0 #313533;
  box-shadow: inset -3px 0 0 #313533;
}

.message-list li.unread {
  background-color: var(--bs-tertiary-bg);
  font-weight: 500;
  color: var(--bs-body-color);
}

.message-list li.unread a {
  color: var(--bs-body-color);
  font-weight: 500;
}

.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 1px var(--bs-gray-400);
  box-shadow: inset 0 0 0 1px var(--bs-gray-400);
  border-radius: 1px;
}

.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked~label {
  opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  top: 0;
}

.message-list .checkbox-wrapper-mail label:before {
  content: "\f012c";
  font-family: "Material Design Icons";
  top: 0;
  height: 20px;
  color: var(--bs-dark);
  width: 20px;
  position: absolute;
  margin-top: -16px;
  right: 4px;
  font-size: 13px;
}

@media (max-width: 575.98px) {
  .message-list li .col-mail-1 {
    width: 200px;
  }
}

.email-editor .ck-editor__editable_inline {
  min-height: 200px !important;
}

@media (min-width: 992px) {
  .chat-leftsidebar {
    min-width: 260px;
  }
}

@media (min-width: 1200px) {
  .chat-leftsidebar {
    min-width: 380px;
  }
}

.chat-leftsidebar .chat-leftsidebar-nav .nav .nav-link.active {
  background-color: var(--bs-card-bg);
  color: #313533;
}

.search-box .form-control {
  padding-right: 40px;
}

.search-box .search-icon {
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-noti-dropdown.active:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fd625e;
  border-radius: 50%;
  left: 0;
}

.chat-noti-dropdown .btn {
  padding: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  color: var(--bs-gray-600);
}

.chat-noti-dropdown .btn:hover,
.chat-noti-dropdown .btn:focus,
.chat-noti-dropdown .btn:active,
.chat-noti-dropdown .btn.show {
  border-color: transparent;
}

.chat-message-list {
  height: calc(100vh - 346px);
}

@media (min-width: 992px) {
  .chat-message-list {
    height: calc(100vh - 406px);
  }
}

.chat-list {
  margin: 0;
}

.chat-list li.active a {
  background-color: rgba(81, 86, 190, 0.075);
  border-color: transparent;
}

.chat-list li a {
  display: block;
  padding: 14px 16px;
  color: var(--bs-secondary-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top: 1px solid var(--bs-border-color);
  position: relative;
}

.chat-list li a:hover {
  background-color: rgba(81, 86, 190, 0.075);
  border-color: transparent;
}

.chat-list li .user-img {
  position: relative;
}

.chat-list li .user-img .user-status {
  width: 10px;
  height: 10px;
  background-color: #adb5bd;
  border-radius: 50%;
  border: 2px solid var(--bs-card-bg);
  position: absolute;
  right: 0;
  bottom: 0;
}

.chat-list li .user-img.online .user-status {
  background-color: #2ab57d;
}

.chat-list li .user-img.away .user-status {
  background-color: #ffbf53;
}

.chat-list li.unread a {
  font-weight: 600;
  color: var(--bs-dark);
}

.chat-list li .unread-message {
  position: absolute;
  display: inline-block;
  left: 16px;
  top: 33px;
}

.contact-list {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--bs-secondary-color);
  font-weight: 600;
  margin-bottom: 7px;
}

.user-chat-nav .dropdown .nav-btn {
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-size: 18px;
  color: var(--bs-gray-600);
}

.user-chat-nav .dropdown .btn {
  border-color: transparent !important;
}

.chat-conversation {
  height: calc(100vh - 300px);
}

@media (min-width: 992px) {
  .chat-conversation {
    height: calc(100vh - 360px);
  }
}

.chat-conversation li {
  clear: both;
}

.chat-conversation .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  border: none;
}

.chat-conversation .chat-day-title .title {
  background-color: var(--bs-card-bg);
  position: relative;
  z-index: 1;
  padding: 6px 24px;
}

.chat-conversation .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  left: 0;
  background-color: var(--bs-border-color);
  top: 10px;
}

.chat-conversation .chat-day-title .badge {
  font-size: 12px;
}

.chat-conversation .conversation-list {
  margin-bottom: 24px;
  position: relative;
}

.chat-conversation .conversation-list .ctext-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.chat-conversation .conversation-list .ctext-wrap-content {
  padding: 12px 20px;
  background-color: #313533;
  border-radius: 8px 0px 8px 8px;
  color: #fff;
  position: relative;
  margin-right: 16px;
}

.chat-conversation .conversation-list .ctext-wrap-content:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left-color: #313533;
  border-top-color: #313533;
  right: -10px;
  top: 0;
}

.chat-conversation .conversation-list .conversation-name {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.chat-conversation .conversation-list .conversation-name .time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  font-weight: 400;
}

.chat-conversation .conversation-list .conversation-name .user-name {
  color: rgba(255, 255, 255, 0.5);
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
  font-size: 18px;
  padding: 4px;
  color: #74788d;
}

@media (max-width: 575.98px) {
  .chat-conversation .conversation-list .dropdown .dropdown-toggle {
    display: none;
  }
}

.chat-conversation .conversation-list .message-img {
  border-radius: 0.2rem;
  position: relative;
}

.chat-conversation .conversation-list .message-img .message-img-list {
  position: relative;
}

.chat-conversation .conversation-list .message-img img {
  max-width: 140px;
}

.chat-conversation .right .conversation-list {
  float: left;
  text-align: left;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background-color: var(--bs-light);
  text-align: left;
  border-radius: 0px 8px 8px 8px;
  margin-right: 0;
  margin-left: 16px;
  color: var(--bs-dark);
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
  border: 5px solid transparent;
  border-top-color: var(--bs-light);
  border-right-color: var(--bs-light);
  right: auto;
  left: -10px;
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .user-name,
.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time {
  color: var(--bs-secondary-color);
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 8px;
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .user-name {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.chat-conversation .right .conversation-list .dropdown {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 575.98px) {
  .chat-send {
    min-width: auto;
  }
}

body[data-layout=horizontal] .chat-message-list {
  height: calc(100vh - 346px);
}

@media (min-width: 992px) {
  body[data-layout=horizontal] .chat-message-list {
    height: calc(100vh - 476px);
  }
}

body[data-layout=horizontal] .chat-conversation {
  height: calc(100vh - 300px);
}

@media (min-width: 992px) {
  body[data-layout=horizontal] .chat-conversation {
    height: calc(100vh - 420px);
  }
}

.slide-bg {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-content {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming-content .app-search {
  max-width: 340px;
}

.preview-thumbsnav {
  position: absolute;
  bottom: 14px;
  z-index: 9;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  max-width: 120px;
}

.preview-thumbsnav .nav-img {
  cursor: pointer;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575.98px) {
  .preview-thumbsnav .nav-img {
    display: none;
  }
}

.preview-thumbsnav .swiper-slide-thumb-active .nav-img {
  background-color: #fff;
  border: 1px solid #fff;
}

.coming-box {
  width: 25%;
}

.coming-box:last-of-type .count-num::after {
  display: none;
}

.counter-number {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 575.98px) {
  .counter-number {
    font-size: 18px;
  }
}

.counter-number .count-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.5);
}

.count-num {
  background-color: var(--bs-secondary-bg);
  padding: 16px 8px;
  position: relative;
  border-radius: 4px;
}

.count-num::after {
  content: ":";
  font-size: 20px;
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

/************** vertical timeline **************/
.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

@media (max-width: 767.98px) {
  .timeline {
    padding: 0;
  }
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background-color: #313533;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 50%;
  margin-right: -1px;
  background: #313533;
}

.timeline .timeline-icon {
  margin: 42px 10px 0 10px;
}

.timeline .timeline-left {
  text-align: left;
}

.timeline .timeline-left .timeline-icon {
  text-align: right;
}

.timeline .timeline-right {
  text-align: right;
}

.timeline .timeline-right .timeline-icon {
  text-align: left;
}

.timeline .timeline-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  background: #313533;
  border-radius: 15px;
  z-index: 1;
}

@media (min-width: 768px) {
  .timeline .event-content {
    padding-left: 24px;
  }

  .timeline .timeline-text {
    margin-left: 40px;
  }
}

.timeline .timeline-left .timeline-icon::after {
  right: -7px;
}

@media (min-width: 768px) {
  .timeline .timeline-left .event-content {
    padding-left: 0;
    padding-right: 24px;
  }

  .timeline .timeline-left .timeline-text {
    margin-left: 0px;
    margin-right: 40px;
  }

  .timeline .timeline-left .event-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.timeline .timeline-right .timeline-icon::after {
  left: -7px;
}

.timeline .timeline-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
}

.timeline .timeline-box::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 26px;
  background-color: var(--bs-card-bg);
  border: 1px solid #e9e9ef;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0px auto;
}

.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #e9e9ef;
  border-radius: 6px;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline-date {
  left: 20px;
}

@media (max-width: 767.98px) {
  .timeline-date {
    right: -70px;
    left: auto;
  }
}

.timeline-left .timeline-date {
  right: 20px;
}

@media (max-width: 767.98px) {
  .timeline-left .timeline-date {
    right: -70px;
    left: auto;
  }
}

.timeline .timeline-date {
  width: 54px;
  height: 80px;
  display: inline-block;
  padding: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  top: -10px;
  position: absolute;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .timeline .timeline-date {
    top: 0px;
  }
}

.timeline .timeline-right .timeline-box::after {
  border-color: transparent var(--bs-light) var(--bs-light) transparent;
  right: -8px;
  left: 100%;
}

.timeline .timeline-left .timeline-box::after {
  border-color: var(--bs-light) transparent transparent var(--bs-light);
  left: -8px;
}

.timeline .timeline-launch .timeline-box::after {
  top: -8px;
  right: 32px;
  border-color: var(--bs-light) var(--bs-light) transparent transparent;
}

@media (min-width: 768px) {
  .timeline .timeline-launch .timeline-box::after {
    right: 50%;
    -webkit-transform: rotate(-45deg) translateX(50%);
    transform: rotate(-45deg) translateX(50%);
    top: -2px;
  }
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

@media (max-width: 767px) {
  .timeline .timeline-continue::after {
    right: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year {
    text-align: right;
  }

  .timeline .row.timeline-left {
    text-align: right;
  }

  .timeline .row.timeline-left .timeline-icon {
    text-align: right;
  }

  .timeline .row.timeline-right {
    text-align: right;
  }

  .timeline .row.timeline-right .timeline-icon {
    text-align: right;
  }

  .timeline .timeline-launch {
    text-align: right;
    margin-bottom: 0;
  }

  .timeline .row.timeline-left .timeline-icon::after {
    right: 43px;
  }

  .timeline .row.timeline-right .timeline-icon::after {
    right: 43px;
  }

  .timeline .timeline-box {
    margin-right: 82px;
    margin-left: 0;
  }

  .timeline .row.timeline-right .timeline-icon {
    margin-right: 55px;
  }

  .timeline .row.timeline-left .timeline-icon {
    margin-right: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-right: 0;
    margin-bottom: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    right: -8px;
    border-color: transparent var(--bs-light) var(--bs-light) transparent;
    left: auto;
  }
}

[data-bs-theme=dark] .timeline-right .timeline-box::after {
  border-color: transparent var(--bs-border-color) var(--bs-border-color) transparent;
}

[data-bs-theme=dark] .timeline-left .timeline-box::after {
  border-color: var(--bs-border-color) transparent transparent var(--bs-border-color);
}

[data-bs-theme=dark] .timeline-box {
  border: 1px solid var(--bs-border-color);
}

/*********************
    Maintenance
**********************/
.maintenance-cog-icon .cog-icon {
  position: relative;
  bottom: 24px;
  left: 14px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #313533;
  background: #fff;
}

.pricing-tab-box .nav-link {
  padding: 16px 20px;
  border: 1px solid var(--bs-border-color);
}

.pricing-tab-box .nav-link.active {
  border: 1px solid #313533 !important;
  background: transparent;
  padding: 16px 20px;
}

.pricing-tab-box .nav-link.active i {
  color: #313533 !important;
}

.pricing-tab-box .nav-link.active h1 {
  color: #313533 !important;
}

[data-bs-theme=dark] .pricing-tab-box .nav-link {
  border-color: var(--bs-border-color);
}

/*# sourceMappingURL=app-rtl.min.css.map */
.border-bottom-row {
    /* padding: 0 20px; */
    margin: 0 !important;
    padding: 0;
    margin-bottom: 15px !important
}

.regular-row {
  padding: 0 20px 0px 20px;

}
.regular-row h5 {
  margin: 0;
}
.border-bottom-row.last-child {
  border-bottom: 0px solid var(--bs-search-border-color);
  /* Light grey color, adjust as needed */
  padding-bottom: 0;
  /* Optional: Adds some padding at the bottom */
  margin-bottom: 0 !important;
}

.client-control-row {
  border-bottom: 1px solid var(--bs-search-border-color);
  /* Light grey color, adjust as needed */
  padding-top: 5px;
  /* Optional: Adds some padding at the bottom */

}

.customRaduis {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.calendar_fiters .choices {
  overflow: inherit;
}

.mfp-content {
  width: 600px;
  height: 300px;
}

#loaderContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  flex-direction: column;
  height: 100%;
}

#filterContainer {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 10;
  background: white;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#loader {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
}

#progressBar {
  height: 30px;
  width: 0%;
  background-color: #4caf50;
}

#message-list {
  max-height: 300px;
  overflow-y: auto;
}

.loader-overlay {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.module-workingspace {
  position: relative;
  min-height: 60vh;
  width: 100%;
}

/* Loader styles */
.loader {
  width: 50px;
  height: 50px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Loader spin animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.choices {
  margin-bottom: 0 !important;
}



/* Container styling */
.client-summary-card {}

.client-summary-body {
  margin: 0 auto;
}

/* Flex container for client summary cards */
.summary-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Custom card styling for each section */
.client-info-card,
.timeline-card,
.contact-info-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 300px;
  /* Ensures they wrap on smaller screens */
  max-width: 100%;
  height: 400px;
  /* Fixed height for all cards */
  overflow-y: auto;
  /* Scroll if content overflows */
}

/* Header styling for each box */
.box-header {
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}

/* Content styling */
.box-content {
  font-size: 0.95rem;
  color: #333;
}

/* Badge styling */
.badge.bg-primary {
  background-color: #007bff !important;
  color: #ffffff !important;
  font-weight: 500;
}

/* Link button for copy icons */
.btn-link.p-0 {
  color: #6c757d;
}

/* Flex button styling */
.btn-outline-primary,
.btn-success,
.btn-danger {
  border-radius: 20px;
  font-size: 0.875rem;
}

.btn-outline-primary.selected {

  background: #000
}

/* Responsive styling for mobile */

.notesList {
  height: 47vh;
  --bs-bg-opacity: 1;
  background: var(--bs-sidebar-bg);

}

.choices {

  z-index: 150;
}

/* Expanded state styling */
.notesList.expanded {
  max-height: none;
  overflow: visible;
}

.note.expanded {
  height: auto;
  white-space: normal;
}

.page {
  height: 100vh;
}

.attachment-item {}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content .dropdown-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content .dropdown-item:hover {
  background-color: #ddd;
}

.custom-dropdown .show {
  display: block;
}

#calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px 
}

.quick-timetable .timetables-calendar .calendar-table tr th {

  text-align: center !important;
  background-color: var(--bs-card-dash-border) !important;
}

.quick-timetable {}

#timetable_container {
  min-height: 600px;
}

.header-btn,
.nav-btn,
.add-btn {
  background-color: #e7eaf3;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
  top: 10% !important;
}

.header-btn:hover,
.nav-btn:hover,
.add-btn:hover {
  background-color: #d5d9e4;
}

.header-btn-group {
  display: flex;
  align-items: center;
  gap: 5px;
}

#currentMonthYear {
  font-weight: bold;
  font-size: 18px;
}

#calendarTitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
}

.view-btn {
  padding: 8px 12px;
  font-size: 14px;
  background-color: #e7eaf3;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.view-btn.active {
  background-color: #0056b3;
  color: #fff;
}

.view-btn:hover {
  background-color: #d5d9e4;
}

.add-btn {
  background-color: #007bff;
  color: #fff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

.add-btn:hover {
  background-color: #0056b3;
}


.acitivity-timeline {
  position: relative;
  overflow: hidden
}

.acitivity-timeline .acitivity-item {
  position: relative
}

.acitivity-timeline .acitivity-item .flex-shrink-0 {
  z-index: 2
}

.acitivity-timeline .acitivity-item .acitivity-avatar {
  background-color: var(--tb-secondary-bg);
  border: 3px solid var(--tb-secondary-bg);
  height: 32px;
  width: 32px
}

.acitivity-timeline .acitivity-item:before {
  content: "";
  position: absolute;
  border-left: 1px dashed var(--tb-border-color);
  left: 16px;
  height: 100%;
  top: 5px;
  z-index: 0
}

.acitivity-timeline .acitivity-item:last-child::before {
  border-color: transparent
}

.profile-media .fixed-width {
  height: 185px
}

.profile-user {
  position: relative;
  display: inline-block
}

.profile-user .profile-photo-edit {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  cursor: pointer
}

.profile-user .user-profile-image {
  -o-object-fit: cover;
  object-fit: cover
}

.profile-user .profile-img-file-input {
  display: none
}

.pricing-box li.active::marker {
  color: var(--tb-primary)
}

/*# sourceMappingURL=app.min.css.map */

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  margin-left: 20px
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}


.acitivity-timeline {
  position: relative;
  overflow: hidden
}

.acitivity-timeline .acitivity-item {
  position: relative
}

.acitivity-timeline .acitivity-item .flex-shrink-0 {
  z-index: 2
}

.acitivity-timeline .acitivity-item .acitivity-avatar {
  background-color: var(--tb-secondary-bg);
  border: 3px solid var(--tb-secondary-bg);
  height: 32px;
  width: 32px
}

.acitivity-timeline .acitivity-item:before {
  content: "";
  position: absolute;
  border-left: 1px dashed var(--tb-border-color);
  left: 16px;
  height: 100%;
  top: 5px;
  z-index: 0
}

.acitivity-timeline .acitivity-item:last-child::before {
  border-color: transparent
}

.acitivity-timeline-2 {
  border-radius: 12px;
  position: relative
}

.acitivity-timeline-2 li {
  padding-bottom: 1.5rem;
  border-right: 1px solid var(--tb-primary-border-subtle);
  position: relative;
  padding-right: 20px;
  margin-right: 10px
}

.acitivity-timeline-2 li:last-child {
  border: 0;
  padding-bottom: 0
}

.acitivity-timeline-2 li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--tb-secondary-bg);
  border: 1px solid var(--tb-primary);
  -webkit-box-shadow: 3px 3px 0 var(--tb-primary-border-subtle);
  box-shadow: 3px 3px 0 var(--tb-primary-border-subtle);
  box-shadow: 3px 3px 0 var(--tb-primary-border-subtle);
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: 0
}

.fs-sm {
  font-size: var(--tb-font-sm) !important;
}

.dashboard-appointments {
  max-height: 470px;
}

.card-body.dashboard-appointments {
  padding-left: 20px
}

/* Custom time slot buttons styling */
.time-slot {
  width: 100%;
  /* Adjust width to fit multiple per row */
  text-align: center;
}

.calendar .btn-link {
  color: #fff;
  text-decoration: none !important;
  border-radius: 50px;
  min-width: 50px;
}

.calendar .btn-link:hover,
.calendar .btn-link.active {
  background-color: #fff;
  color: #222;
}

.btn-group {
  /* display: flex;
  gap: 10px;*/
}

.avatar-group {
  display: inline-flex;
  align-items: center;
}

.avatar-circle {
  border-radius: 50%;
}

.time-slot-container {
  max-height: 150px;
  overflow-y: auto;
}

/* SweetAlert customization for better spacing */
.swal2-popup {
  padding: 1.5rem !important;
}

#calendar {
  background-color: #222;
  padding: 1rem;
  border-radius: 8px;
}

/* Define the slide-in animation */
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Apply the animation to a sliding form */
.slide-in-left {
  animation: slideInLeft 0.5s ease forwards;
  position: fixed;
  /* Ensure it slides over other content */
  left: 0;
  top: 0;
  width: 100%;
  /* Adjust width as necessary */
  max-width: 400px;
  /* Max width of the sliding form */
  z-index: 1000;
  /* Layer above other content */
  background-color: #fff;
  /* Form background */
  padding: 20px;
  /* Spacing for form content */
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  /* Shadow effect */
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1067;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

#overlay.show {
  opacity: 1;
  visibility: visible;
}

.table-responsive-loader {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-responsive-loader {
  background-color: rgba(255, 255, 255, 1);

}

#trainingsTable {
  min-height: 100%;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #ccc;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 6px 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  background-color: #fff;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  border-bottom: 1px #ccc solid;
}

.line {
  float: left;
  width: 70%;
  height: 18px;
  margin-top: 9px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, var(--bs-topbar-search-bg) 0px, rgba(229, 229, 229, 0.8) 40px, var(--bs-topbar-search-bg) 80px);
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out;
}

.tg th .line {
  float: left;
  width: 70%;
  height: 18px;
  margin-top: 9px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, var(--bs-gray-600) 0px, rgba(25, 24, 24, 0.8) 40px, var(--bs-gray-600) 80px);
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out;
}

.line.dropdown {
  float: right;
  width: 100%;
  height: 26px;
  margin-top: 6px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, var(--bs-topbar-search-bg) 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out;
}

.line.dropdown.dleft {
  float: left;

}

.tg td.tg-cly1 {
  border-bottom: 1px #ccc solid;

}

@keyframes shine-lines {
  0% {
    background-position: -100px;
  }

  40%,
  100% {
    background-position: 140px;
  }
}


.comark-signature {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* Center items vertically */
  justify-content: center;
  /* Center items horizontally */
  gap: 5px;
  max-width: 320px;
  scale: 1.2;
  float: left;
}

.comark-logo {
  height: 22px;
  margin: 0;
  padding: 3px 6px;
  display: flex;
  border: 2px var(--bs-gray-200) solid;
  border-radius: 8px;

}

.small-line,
.comark-small-line {
  font-size: 10px;
  text-decoration: none;
  line-height: 10px;
  font-weight: 500;
  color: var(--bs-gray-600)
}

.small-line {
  font-size: 7px;
  line-height: 8px;
  font-weight: 500;
  color: var(--bs-gray-500)
}

.comark-text {
  color: #333;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding-right: 0px
}

.comark-text:hover {
  text-decoration: underline;
}

/* Apply default style for table rows before hover */
#trainingsTable tbody tr,
#trainersTable tbody tr.even {
  position: relative;
  background-color: #f8f9fa;
  /* Light background for even rows */
  transition: background-color 0.3s ease;
  /* Smooth transition */
}

/* Style for odd rows with slightly darker background */
#trainingsTable tbody tr.odd,
#trainersTable tbody tr.odd {
  background-color: #FFF;
  /* Light grey background for odd rows */
}

/* Hover effect */
#trainingsTable tbody tr:hover,
#trainersTable tbody tr:hover {
  background-color: #d1e7dd;
  /* Change on hover */
}

#trainersTable_wrapper {
  overflow: hidden
}

/* Before hover effect (same styling as navigation hover) */
#trainingsTable tbody tr::before {
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-color: #0d6efd;
  /* Accent color for before effect */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth appearance */
}

/* Show before effect on hover */
#trainingsTable tbody tr:hover::before,
#trainersTable tbody tr::before {
  opacity: 1;
}

.table> :not(caption)>*>* {
  background-color: transparent !important;
  border-bottom: none;
}

.week-view {
  display: flex;
  gap: 0;
  position: relative;
  min-height: 600PX;
}

.day-column {
  flex: 1;
}

.day-column h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 17px;
  color: #74788d;
  background:#d6e8f9;
  margin: 0;
}

.day-timetables {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.timetable-item {
  padding: 5px;
  border: 1px solid #adb5bd;
  border-radius: 5px;
  background: #fff;
}

.time-axis-container {
  display: flex;
  flex-direction: column;
  border-right: 2px solid #adb5bd;
  /* Move border to the right */
  margin: 20px 0;
  padding-right: 10px;
  /* Adjust padding to the right */
  position: relative
}

.time-slot {
  height: 50px;
  /* Adjust as needed */
  border-bottom: 1px dashed #adb5bd;
  position: relative;
}

.time-label {
  position: absolute;
  right: 0;
  /* Adjust for RTL layout */
  top: 0;
  font-size: 10px;
  color: #9c9c9ca2;
  text-align: right;
  /* Align text to the right */padding:5px;
}

.week-view {
  display: flex;
  flex-direction: row;
  /* Reverse the row direction */
}


.timetable-entry {
    position: absolute;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    text-align: right;
}

/* Example CSS for waves-active class */
.waves-active {
  background-color: #e0f7fa !important;
  /* Highlight color */
  color: #007bff !important;
  /* Text color */
}

#clientList {
    position: absolute;
    /* background: white; */
    /* border: 1px solid #ddd; */
    z-index: 10;
    height: calc(100vh / 3);
    overflow-y: auto;
    width: 100%;
    border: 1px #000 solid;
    border-radius: 8px;
}
#selectedClientsList {     grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid; }
@media (min-width: 992px) {
  #selectedClientsList { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.chosen-client {
  width: 100%;
  border: 1px #000 solid;
}

.thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #212529;
  color: #ccc;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-name {
  font-size: 14px;
  font-weight: 500;
}

.remove-client-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: red;
  cursor: pointer;
  position: absolute;
  /* top: 0; */
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 20px;
}

#clientSearch {
  position: relative;
}

.btn-close {
  cursor: pointer;
  font-size: 20px;
  border: none;
  background: transparent;
  color: #aaa;
}

#trainingsTable_paginate {
  display: none;
}

.fixed-width-checkbox {
  width: 40px;
  /* Adjust this based on the checkbox size */
  text-align: center;
  /* Center the checkbox */
}

.fixed-width-30 {
  width: 40px;
}



.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2;
}

.overlay.show {
  display: block;
}

.side-form {
  z-index: 1500;
  position: fixed;
  transform: translateX(-100%);
  left: 0;
  top: 0px;
  height: 100%;
  width: 35%;
  background-color: rgb(241, 241, 241);
  transition: transform 0.3s;
}

.side-form.show {
  transform: translateX(0);
}

.side-form-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  color: #fff;
}



.table {
  border-spacing: 0 0.85rem !important;
}

.table .dropdown {
  display: inline-block;
}

.table td,
.table th {
  vertical-align: middle;
  margin-bottom: 10px;
  border: none;
  text-align: right;
  /* RTL alignment */
}

.table thead tr,
.table thead th {
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.avatar {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 3rem;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 700;
  vertical-align: bottom;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.83333rem;
  line-height: 1.5;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}

.avatar-pink {
  background-color: #fcd3e1;
  color: #f66d9b;
}




.btn-icon {
  background: #fff;
}

.btn-icon .bx {
  font-size: 20px;
}

.btn .bx {
  vertical-align: middle;
  font-size: 20px;
}

.dropdown-menu {
  padding: 0.25rem 0;
  text-align: right;
  /* RTL alignment */
}

.dropdown-item {
  padding: 0.5rem 1rem;
  text-align: right;
  /* RTL alignment */
}


.badge-success-alt {
  background-color: #d7f2c2;
  color: #7bd235;
}

.table a {
  color: #212529;
}

.table a:hover,
.table a:focus {
  text-decoration: none;
}


.icon>.bx {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}


.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}

.choices__inner {
  width: 100%;
  padding: 0.30rem 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-tertiary-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 2500;
  background-color: var(--bs-tertiary-bg);

}

.choices {
  z-index: auto;
}





#recordsTable td a {
  color: var(--bs-header-item-hover);

  transition: color 0.3s ease;
}

#recordsTable td a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.dt-buttons .btn {
  margin-left: 5px;
  padding: 6px 12px;
  font-size: 14px;
}

.dt-button-collection {
  background: white;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dt-button-collection .dropdown-item {
  padding: 6px 12px;
  font-size: 14px;
}

#topTableControls {
  gap: 15px;
  flex-wrap: wrap;
}

.filter-value {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #f1f1f1;
  margin: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.filter-value .remove-filter {
  cursor: pointer;
  color: red;
  font-weight: bold;
}

.filter-sidebar .form-group {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
  position: relative;
}

.filter-sidebar .form-group label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.filter-sidebar .form-group .clear-btn {
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 12px;
  cursor: pointer;
  color: #007bff;
}

.filter-sidebar .range-label {
  font-size: 13px;
  color: #6c757d;
  margin-top: 6px;
}

.filter-sidebar .form-group {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
  position: relative;
}

.filter-sidebar .form-group label {
  font-weight: 600;
  margin-bottom: 6px;
}

.filter-sidebar .clear-btn {
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 12px;
  cursor: pointer;
  color: #007bff;
}

.custom-modal .modal-content {
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  background-color: #fff;
}

.custom-modal .modal-header {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-modal .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.custom-modal .btn-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  opacity: 0.6;
}

.custom-modal .modal-footer {
  border-top: none;
  display: flex;
  justify-content: space-between;
}

.custom-modal .modal-dialog {
  margin-top: 5rem;
}

.custom-modal .modal-content {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 0;
}

.custom-modal .modal-footer {
  justify-content: flex-end;
}

.paddingTopBottom {
  padding-top:0;padding-bottom: 0;padding-left:0;
}



.btn-custom {
  display: inline-block;
padding-block: var(--space-scaled-xxs-erb0ou, 4px);
padding-inline: var(--space-button-horizontal-lujuk7, 20px);
border-radius: var(--border-radius-button-8zlwjs, 2px);
border: var(--border-width-field-22mkxn, 1px) solid var(--color-border-button-normal-disabled-spfz9z, #d5dbdb);
background: var(--color-background-button-normal-disabled-0m9vgz, #ffffff);
color: var(--color-text-button-normal-disabled-y94ufw, #879596);
font-family: var(--font-family-base-4om3hr, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
font-size: var(--font-size-body-m-pa3mqb, 14px);
line-height: var(--line-height-body-m-2zx78l, 20px);
font-weight: var(--font-weight-button-80qv4f, 700);
letter-spacing: var(--font-button-letter-spacing-kukfsk, .25px);
text-align: start;
text-decoration: none;
cursor: pointer;
word-break: break-word;
-webkit-font-smoothing: var(--font-smoothing-webkit-8fiijr, auto);
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-fw8n0n, auto);
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;
 

}

.btn-custom.enabled:hover  {
  background: var(--color-background-button-primary-hover-wz3dz5, #001cd4);
  color: var(--bs-datatable-td-border-color, #16191f);
  border-color: var(--color-background-button-primary-hover-wz3dz5, #001cd4);
  position: relative;
  text-decoration: none;
}

.btn-custom:active,
.btn-custom.active {
  background: var(--color-background-button-primary-default-wz3dz5, #1936f7);
  color: var(--bs-datatable-td-border-color, #16191f);
  border-color: var(--color-background-button-primary-default-wz3dz5, #1936f7);
  position: relative;
  text-decoration: none;
}

.btn-custom:disabled,
.btn-custom.disabled {
    background-color: #e9e9ef;
    color: #212529;
    cursor: not-allowed;
    opacity: 0.7;
    border-color: #e9e9ef;
}

.btn-custom.enabled {
  cursor: allowed;
color:var(--bs-header-item-hover) ;
  border: 2px var(--bs-header-item-hover) solid;
  border-collapse: separate;
  caption-side: top;
  empty-cells: show;
  list-style-type: disc;
  background-color: transparent;
}
.btn-custom:hover {
 background: var(--color-background-button-primary-hover-wz3dz5, #001cd4);
  color: var(--bs-datatable-td-border-color, #16191f);
  border-color: var(--color-background-button-primary-hover-wz3dz5, #001cd4);
  position: relative;
  text-decoration: none;

}
.splitPadder {
    position: relative;
    padding: 0;
    /* height: 100vh; */
    /* padding-top: 80px; */
}
.splitPadder .wrap {
padding: 0 20px;
}
.wrap2 {

}
.resize-handle {
  position: absolute;
  right: 5px;
  left: auto;
  top: 50%;
  /* transform: translateY(-50%); */
  /* width: 24px; */
  /* height: 24px; */
  /* background: #0073bb; */
  border-radius: 50%;
  cursor: col-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  font-size: 16px;
  z-index: 10;
  /* box-shadow: 0 0 5px rgba(0,0,0,0.3); */
}

.content-box {
  background: #f0f0f0;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
}
.split-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  justify-content: space-around;
  gap: 0px;
}
.datatableWrapper {
  padding: 0;
}

div.dataTables_scrollBody {
  overflow-x: auto !important;
}

.fixedHeader-floating {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
  z-index: 1040;
  background-color: #efeff3;
}

.skeleton-row {
  height: 38px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.skeleton-cell {
  height: 100%;
  background-color: transparent;
}
.breadcrumb-header {
  border-bottom: 1px solid var(--bs-search-border-color);
  padding: 0 20px;
  padding: 0px 20px; 
  font-family: "Segoe UI", Tahoma, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 40px;
}

.breadcrumb-nav {
  flex: 1;
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 0;
  margin: 0;
  align-items: center;
  z-index: 2222;
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.breadcrumb-list a {
  text-decoration: none;
  color: var(--bs-primary-text-emphasis);
  font-family: 'PloniMLv2AAA-Bold';
  padding: 0 10px;
}

.breadcrumb-list .active {
  color: #333;
  color: var(--bs-primary-text-emphasis);
  font-family: 'PloniMLv2AAA-Bold';
}

.breadcrumb-list i {
  color: #999;
  margin: 0 5px;
}

.breadcrumb-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.action-icon {
  text-decoration: none;
  color: var(--bs-header-item-colors);
  font-size: 16px;
  padding: 4px;
}

.action-icon:hover {
  color: #0073bb;
}

.divider {
  width: 1px;
  height: 18px;
  background-color: #ccc;
}


.tools {
    position: relative;
    height: calc(100vh - 80px);
    /* position: fixed; */
    left: 0;
    z-index: 12;
    background-color: #efefef;
}

.tools > .wrap {
  position: sticky;
  top: 79px; /* Adjust this to match your fixed header height */
  max-height: calc(100vh - 79px); /* subtract top offset + padding if needed */
  overflow-y: auto;
}

.splitTitle {
  min-height:68px;
 /* background-color: var(--bs-header-item-colors);*/
     min-height: 68px;
    /* background-color: var(--bs-header-item-colors); */
    padding: 0 !important;
}
#recordsTable_wrapper {
  position: relative;
}
.splitTitle .head-text {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -.02em;
  -webkit-font-smoothing:var(--font-smoothing-webkit-8fiijr);
  color: var(--bs-primary-text-emphasis);
  font-family: 'PloniMLv2AAA-Bold';

}
.dt-buttons .btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px var(--color-background-button-primary-hover-wz3dz5) solid;
  padding: 4px;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  border-collapse: separate;
  caption-side: top;
  empty-cells: show;
  list-style-type: disc;
  background-color: transparent;

}
.dt-buttons .btn span {
  display: flex;
}
.dt-buttons .btn svg{
height: 18px;
width: 18px;
color: var(--color-background-button-primary-hover-wz3dz5);
fill: transparent;
}
.dt-buttons .btn:hover {
 background: var(--color-background-button-primary-hover-wz3dz5, #001cd4);
  color: var(--bs-datatable-td-border-color, #16191f);
  border-color: var(--color-background-button-primary-hover-wz3dz5, #001cd4);
  position: relative;
  text-decoration: none;

}
.dt-buttons .btn:hover svg{
  color: var(--bs-datatable-td-border-color, #16191f);

}
.splitTitle .head {
/*border-bottom: 1px solid var(--bs-search-border-color);*/
font-family: "Segoe UI", Tahoma, sans-serif;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
height: 40px;


}
.main-top-section {
  height: 150px;
  padding: 15px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eee;
}
table.dataTable.fixedHeader-floating {
  z-index: 1050 !important;
}

.scrollable-table-wrapper {
  flex-grow: 1;
  height: calc(100vh - 150px);
  overflow: hidden;
  padding: 15px;
  background: #fafafa;
}

/* Optional better scroll aesthetics inside simplebar */
.simplebar-scrollbar:before {
  background: #aaa;
}


.hover-actions-wrapper {
  position: relative;
}
.hover-actions {
  display: none;
  font-size: 12px;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.hover-actions-wrapper:hover .hover-actions {
  display: block;
}
.resize-bar {
      position: absolute;
    left: 0px;
    top: 0px;
    height: 10px;
    width: 2px;
    cursor: col-resize;
    z-index: 1;
    background: var(--bs-border-color);
    top: 41%;
}
[dir="rtl"] .resize-bar {
  right: auto;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
padding-right: 0;
}
table.dataTable>thead>tr>th {
  


}
table.dataTable>thead>tr {


}

table.dataTable>thead {
  border-bottom: 0px var(--bs-gray-700) solid;

}
.table > :not(caption) > * > * {
  padding: 0.15rem 0 !important;
}
table.dataTable.fixedHeader-floating{
  background-color: white;
  z-index: 1555;
  position: absolute;
  height: 40px;
  line-height: 10px;
  display: flex;
  -webkit-box-shadow:   var(--bs-box-shadow-sm);
  box-shadow:   var(--bs-box-shadow-sm);
  -webkit-box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.175) !important;
border-width: 0;
  border:none
}

/* Base style */
table.dataTable thead th {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
}

/* Reserve space for the icon */
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
  padding-right: 20px;
}

/* Remove default arrows */
table.dataTable thead th::before {
  display: none !important;
}

/* Add FontAwesome icons manually */
table.dataTable thead th.sorting::before,
table.dataTable thead th.sorting_asc::before,
table.dataTable thead th.sorting_desc::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7em;
  opacity: 0.7;
}

/* Default unsorted */
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 5px !important;
}
table.dataTable thead th.sorting::after {
  content: "\f0dc"; /* FontAwesome sort icon */
}

/* Sorted ascending */
table.dataTable thead th.sorting_asc::after {
  content: "\f077"; /* FontAwesome chevron-up */
}

/* Sorted descending */
table.dataTable thead th.sorting_desc::after {
  content: "\f078"; /* FontAwesome chevron-down */
}
table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7em;
  opacity: 0.7;
  display: contents;
}


table.table-bordered.dataTable th:last-child .resize-bar, table.table-bordered.dataTable th:last-child .resize-bar, table.table-bordered.dataTable td:last-child .resize-bar, table.table-bordered.dataTable td:last-child .resize-bar {
/*  display: none;*/

}
/* Base: Mobile First (start hidden and full width if needed) */
.side-panel {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.4);
  transition: left 0.3s ease;
  z-index: 2600;
  left:-100%;
}

.side-panel.open {
  left: 0;
}

.side-panel-header {
    text-align: left;
    left: 0;
    top: 5px;
    left: 10px;
    height: 43px;
    padding: 20px;
    position: absolute;
    z-index: 2000;
}
.side-panel-header button#closeSidePanel {
    position: absolute;
    z-index: 6000;
    left: 0;
    top: 25%;
    left: 15px;
    background: #ffdede;
    /* border-color: #ff96ba; */
    color: #181e49;
}
.side-panel-bottom-spacer {
  text-align: left;
  left: 0;
  bottom: 5px;
  left: 10px;
  z-index: 50000000;
  height: 41px;
}

/* REMOVE Shrink effect */
.main-content-resize.shrinked {
  margin-left: 0 !important;
}
.main-content-resize {
  background: #fff;
  align-self: start;
  padding:0;

}
.side-panel-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background: #00000054;
  z-index: 1;

  /* מצב מוסתר */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease; /* זמן וקלות המעבר */
}

.side-panel-overlay.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}


/* Wider devices (tablet + desktop) */
@media (min-width: 768px) {
  .side-panel {
    width: 600px;
    left: -600px;
  }

  .side-panel.open {
    left: 0;
  }
}

@media (min-width: 992px) {
  .side-panel {
    width: 500px;
    left: -500px;
  }

  .side-panel.open {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .side-panel {
    width: 40%;
    left: -43%;
  }

  .side-panel.open {
    left: 0;
  }
}
.simplebar-content {
  overflow-x: hidden !important;
}
.simplebar-content-wrapper {
  scroll-behavior: smooth; /* Smooth when using JS scrolling */
  -webkit-overflow-scrolling: touch; /* Momentum scroll on mobile */
}

.FloatingSubmit {
    border-bottom: 1px solid var(--bs-search-border-color);
    padding: 0;
    transition: color 0.3s ease 0.2s;
    transition: top 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    color: var(--bs-primary-text-emphasis);
    /* font-family: 'PloniMLv2AAA-Bold'; */
    height: 61px;
    align-items: center;
    display: flex;
    /* line-height: 40px; */
    /* margin: 0; */
    flex-wrap: nowrap;
    padding: 0 20px !important;
    z-index: 1050;
    background: #f8f9fa;
    margin: 0;
    /* font-size: 20px; */
    color: #ccc;
    position: fixed;
    bottom: 0;
    /* align-items: end; */
    left: 0;
    right: 0;
}
.FloatingSubmit .btn-custom {
  width:20%;
  text-align: center;
}

.clear-btn { color: #bbb; width:20px;left:10px}
.clear-btn:focus { outline: none; }


.dashboard_blocks {
  border: 1px #ccc solid;
  border-radius: 8px;
  background: #FFF;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100;
}
.dash_padd{
  padding:15px;
  display: flex;
}

#split {
    display: flex;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.tools,
.main-content-resize {
  transition: background 0.2s;
}


#handle {
  width: 10px;
  cursor: col-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  user-select: none;
  z-index: 2;
  height: 100%;
  transition: background 0.15s;
}

#handle.active {
  background: #dde5ef;
}

.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.dashboard-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.3rem 1.3rem 1rem 1.3rem;
  box-shadow: 0 2px 10px #0001;
  position: relative;
  min-width: 190px;
}

.dashboard-card .icon {
  font-size: 2.2rem;
  color: #3a82f7;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0.16;
  pointer-events: none;
}

.dashboard-card .card-value {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .2rem;
}

.dashboard-card .sub-label {
  font-size: .93rem;
  color: #888;
}

.dashboard-card .trend {
  font-size: 1.1rem;
  font-weight: 500;
  color: #28b56b;
}

.dashboard-card .trend.down {
  color: #e04949;
}

.section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #334;
  margin-bottom: 0px;
  border-bottom: 1px solid #e4e8ef;
  padding: 0 15px;
  line-height: 30px;
  display: none;
}

#ageChart {
  max-width: 450px;
  margin: 0 auto;
}

.dashboard-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.dashboard-row>* {
  flex: 1 1 350px;
  min-width: 300px;
}

.table thead th {
  background: #f2f5fb;
}

.flatpickr-input[readonly] {
  background: #fff;
}

.wa-stat-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}

.wa-stat-card {
  background: #fff;
  border-radius: 11px;
  padding: 1.2rem 1.2rem 0.7rem 1.2rem;
  box-shadow: 0 2px 8px #0001;
  min-width: 160px;
  flex: 1 1 140px;
  text-align: right;
  position: relative;
}

.wa-stat-card .wa-icon {
  font-size: 2.1rem;
  color: #36c46d;
  opacity: 0.25;
  position: absolute;
  left: 18px;
  top: 16px;
}

.wa-stat-card .wa-label {
  font-size: 1.1rem;
  color: #495;
}

.wa-stat-card .wa-value {
  font-size: 1.4rem;
  font-weight: bold;
}

.year-summary-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.year-summary-card {
  background: #2c302e;
  border-radius: 10px;
  padding: 1.2rem;
  /* box-shadow: 0 2px 8px #0001; */
  min-width: 160px;
  flex: 1 1 160px;
  text-align: right;
  color: #eef0f3;
}

.goal-progress {
  margin-bottom: 12px;
}

.goal-label {
  font-size: 1.08rem;
}

.goal-desc {
  font-size: .95rem;
  color: #687;
}

.goal-bar {
  height: 8px;
  border-radius: 5px;
}

.alert-list li {
  margin-bottom: 10px;
}

.upcoming-list li {
  margin-bottom: 11px;
}

.mini-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-bottom: 20px;
}

.mini-shortcuts .btn {
  min-width: 120px;
}

.info-widget {
  background: #fff8e1;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 18px;
  font-size: 1.1rem;
  box-shadow: 0 2px 10px #0000000a;
}

.projects-widget {
  background: #e7f7f1;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.campaigns-widget {
  background: #f7e7f2;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 18px;
}

/* ── centre content inside the preview box ───────────────────────── */
#mediaPreviewWrap {
  display:flex;
  flex-direction:column;
  align-items:center;          /* horizontal centre */
  justify-content:center;      /* vertical centre if you prefer */
  min-height:120px;            /* gives it some presence even when tiny image */
}

#mediaPreviewWrap video,
#mediaPreviewWrap img {
  max-width:100%;
  height:auto;
}
.paginationIncard {
      border-top: 1px rgba(116, 120, 141, 0.1) solid;
    padding: 8px 20px !important;
    background: rgba(116, 120, 141, 0.1);
    margin-bottom: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
}

table.dataTable {
    /* border-bottom: 1px var(--bs-border-color) solid; */
    margin:0 !important
}
.even ,.odd{
  border-top:1px var(--bs-border-color) solid;
}
.even:last-child ,.odd:last-child{
 /* border-bottom:1px var(--bs-border-color) solid;*/
}
.table-bordered > :not(caption) > * {
     border-width:  1;
}
thead, tbody, tfoot, tr, td, th {
    border-color: var(--bs-border-color) !important;
    border-style: solid;
    border-width: 0;
  
  }
.table > :not(caption) > * > * {
    padding: 10px 0 !important;
}
table.dataTable td:first-child,table.dataTable th:first-child  {
padding-right: 20px !important;
padding-left: 20px !important;
}
table.dataTable td:last-child ,table.dataTable th:last-child {
padding-right: 20px !important;
padding-left: 20px !important;
}

table.dataTable>thead>tr>th:not(.sorting_disabled):first-child, table.dataTable>thead>tr>td:not(.sorting_disabled) {
padding-right: 20px !important;
padding-left: 20px !important;
}

 .side-panel.left{
    position:fixed; inset:0 auto 0 0; width:520px; max-width:92vw;
    background:#fff; box-shadow:0 0 20px rgba(0,0,0,.15);
    transform:translateX(-100%); transition:transform .25s ease;
    z-index:1060; display:flex; flex-direction:column;
  }
  .side-panel.left.open{ transform:translateX(0); }
.filterHeightRelative {position: relative;height:100vh}
  .filter-header{ min-height:72px; padding:20px 20px; display:flex; align-items:center; }
  .filter-footer{ min-height:72px;position:absolute  !important ;bottom:0;width:100%}
  .side-panel-overlay.filter-overlay{ position:fixed; inset:0; background:rgba(0,0,0,.25); opacity:0; pointer-events:none; transition:opacity .2s; z-index:1055; }
  .side-panel-overlay.filter-overlay.show{ opacity:1; pointer-events:auto; }
  .btn-icon{ width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center; padding:0; border-radius:12px; }
  #filterPanel .btn{ border-radius:12px; }

  /* container & link styling */
.custom-tabs.nav-tabs{
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: transparent;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: transparent;
  padding:0 20px;
}

.custom-tab-link{
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  border: 1px solid transparent;
  border-radius: 0;   /* rounded top */
  padding: .6rem .9rem;
  font-weight: 500;
}

.custom-tab-link:hover{
  
  background: var(--color-background-button-primary-default-wz3dz5);
  color: var(--comark-background);
}


.custom-tab-link.active,.nav-tabs .nav-link.active{
    /* background: var(--color-background-button-primary-default-wz3dz5); */
    color: var(--comark-primary);
  
}

/* content box under tabs */
.custom-tab-content{
  border: 1px solid var(--bs-border-color);
  border-radius: 0 0 .75rem .75rem;
  background: #fff;
  margin:0 20px;
}

/* optional: compact size variant */
.custom-tabs.custom-tabs-sm .custom-tab-link{
  padding: .45rem .75rem;
  font-size: .9rem;
}

.bg-info {
  --bs-bg-opacity: .5;
  background-color: rgba(25 ,54 ,247 , var(--bs-bg-opacity)) !important;
}


 /***  פלטת-צבעים רכה + מבנה  (קיצור – ללא שינוי מהגרסה הקודמת) ***/
    :root {
        --c-bg: rgb(116 120 141 / 3%);
        --c-box: #fff;
        --c-primary: #577bba;
        --c-primary-light: #6f94d7;
        --c-text: #1e2b40
    }
/*════════════════  helper for clipped cells  ════════════════*/
#leadsTable td.dt-truncate{
  max-width:160px;          /* guards against inline styles */
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#filterBar .select2-container--default .select2-selection--multiple{
  min-height: calc(1.5em + .5rem + 2px);
  padding: .125rem .3rem;
}

  

    .top-bar {
        background: var(--c-box);
        padding: 18px 28px;
        border-bottom: 1px solid #d9e0ef;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .section {
        background: var(--c-box);
    }

    .section h5 {
        font-weight: 800;
        margin-bottom: 16px
    }

    #leadsTable th {
        background: #eef2fb
    }

    .leads-table tr.selected {
        background: #e3edff !important
    }

    .form-drawer {
        position: fixed;
        bottom: 0;
        left: -800px;
        width: 800px;
        max-width: 95vw;
        height: calc(100vh - 80px);
        background: #fff;
        z-index: 999;
        box-shadow: 4px 0 15px rgba(0, 0, 0, .15);
        overflow-y: auto;
        transition: left .4s cubic-bezier(.23, 1.04, .62, 1.04)
    }

    .form-drawer.open {
        left: 0
    }

    #backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        z-index: 998;
        display: none
    }

    #massBar {
        position: absolute;
        bottom: -8px;
        display: none;
        align-items: center;
        padding: 10px 20px;
        padding-bottom:16px;
        border-top: 1px solid #d0dbfa;
        width: 100% ;
        z-index: 23;
    }

    #ctxMenu {
        position: fixed;
        z-index: 2000;
        display: none;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
    }

    #ctxMenu a {
        display: block;
        padding: 6px 14px;
        color: #333;
        text-decoration: none
    }

    #ctxMenu a:hover {
        background: #f1f5ff
    }
    .badge-off {
       display: block;
  padding: 0.27rem 0.5rem 0.27rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-gray-200);

  background-size: 16px 12px;
  border-radius: var(--bs-border-radius);

    box-sizing: border-box !important;
    display: inline-block;
    padding-left: 20px !important; 
    position: relative !important;
font-weight:normal !important;
font-size:14px;
    background-color: #e4e4e4 !important;
    border:none !important;
    color: #212529;
    }
    @media(max-width:991px) {
        .top-bar {
            flex-direction: column;
            gap: 10px
        }
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {

            margin-top: 0px !important;
    }
    
    .select2-container--default.select2-container--focus .select2-selection--multiple {
        background-color:none !important
    }
    .select2-container .select2-selection--multiple {
        min-height:23px !important;
    }
    .select2-container--default .select2-selection--multiple {
        padding:2px
    }
    .select2-container--default .select2-selection--multiple {

    }

    .select2-container--default.select2-container--focus .select2-selection--multiple ,.select2-dropdown{
      border: 1px var(--bs-border-color) solid !important;
    }
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
      background:var(--color-background-button-primary-default-wz3dz5, #1936f7)
    }
    .select2-container--default .select2-results__option--selected {
      background: var(--bs-green);
    }
#sideFormOverlay.open{opacity:1;pointer-events:auto;opacity:.9}
#sideFormPanel{position:fixed;top:0;bottom:0;left:0;max-width:980px;width:100%;background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.25);transform:translateX(-105%);transition:transform .28s ease;z-index:1051;display:flex;flex-direction:column}
#sideFormPanel.open{transform:translateX(0)}
  .dt-footer-row { padding:.5rem .75rem; border-top:1px solid #eee; background:#fff; }
  .dt-footer-row .pagination { margin-bottom:0; }
  .dt-footer-row .dataTables_info { margin:0; white-space:nowrap; }
  .dt-footer-row .dataTables_length label { margin:0; white-space:nowrap; }
.even, .odd:last-child {

}
.dataTables_empt {
      height: calc(100vh - 290px);
}
.side-panel-content {
    background-color: #dee1e54a;
    height: calc(100vh - 60px);

}
.formvh {
    padding: 0 200px;
    align-items: center;
    align-content: center;
    overflow-y: scroll;
}
.bordered-from {
  border-bottom:1px #ccc solid !important;
  padding-top:20px;
}
.bordered-from:first-child {
  padding-top:20px;
}
.div-relative{
  position:relative;
  border-left: 1px solid #d6e8f9
}

.list-group-item,.list-group-item + .list-group-item {
  position: relative;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border:none !important;
  border-radius: 0 !important;
}
 .kpi{
  
       display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 1rem;
    border-radius: 0;
    background: #fef3d780;
    border: 1px #cccccc82 solid;
 }
    .kpi .icon{font-size:1.35rem}
    .kpi .val{font-weight:700;font-variant-numeric:tabular-nums}
    .section-title{font-weight:700;margin:0}
    .money{font-variant-numeric:tabular-nums}
    .money.pos{color:#2b8a3e}
    .money.neg{color:#c92a2a}
    .grid-2 .col-lg-6{margin-bottom:1rem}
    .card-head{display:flex;align-items:center;justify-content:space-between}
    .more-link{font-size:.9rem}
    .table-sm td,.table-sm th{vertical-align:middle}
    .pdf-header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #0d6efd;padding-bottom:8px;margin-bottom:16px}
    .pdf-header .title{font-weight:800;font-size:18px}
    .pdf-header .meta{font-size:12px;color:#6c757d}
    .pdf-wrap{background:#fff;padding:16px}

    /* === Client Drawer + Overlay UX === */

/* page overlay under the drawer */
.client-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.40);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 1040; /* below the drawer */
}
.client-overlay.show{
  opacity: 1;
  pointer-events: auto;
}

/* lock body scroll when drawer open */
body.no-scroll { overflow: hidden; }

/* drawer base */
#clientDrawer.client-drawer{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;              /* RTL: slides in from the right */
  width: min(720px, 96vw);
  max-width: 96vw;
  background: #fff;
  box-shadow: -6px 0 18px rgba(0,0,0,.18);
  z-index: 1045;         /* above overlay */
  transform: translateX(-100%);
  transition: transform .28s cubic-bezier(.2,.6,.2,1);
  display: flex;
  flex-direction: column;
  border-radius: 0;      /* side panel */
}

/* open state */
#clientDrawer.client-drawer.open{
  transform: translateX(0);
}

/* header */
#clientDrawer .drawer-header{
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 12vh;
    background: #efefef9e;
}
#clientDrawer .drawer-header.enhanced .avatar{
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  border: 1px solid rgba(0,0,0,.08);
}

/* drawer body scroll area */
#clientDrawer .drawer-body{
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 0;
    height: 78vh;
    padding-top: 30px;
}

/* footer (action bar) */
#clientDrawer .drawer-footer{
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: #fff;
    padding: 12px 16px;
    border-top: 1px solid rgba(0,0,0,.06);
    z-index: 1252;
}
#clientDrawer .drawer-footer .btn{
  min-width: 110px;
}

/* small tiles */
#clientDrawer .tile{
  background: #fafafa;
  border: 1px solid rgba(0,0,0,.06);
}

/* optional: nicer close button in RTL */
#clientDrawer .btn-close,
#clientDrawer #btnCloseDrawer{
  inline-size: 36px;
  block-size: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px;
}

/* avatar in list */
.table .avatar{
  width: 28px; height: 28px; border-radius: 50%; object-fit: cover;
}

/* spacing for inner tabs */
#innerTabs .nav-link{ padding: .4rem .8rem; }

/* make pagination smaller inside drawer tables */
#clientDrawer .pagination .page-link{ padding: .25rem .5rem; }


.table-bottom-border > tbody > tr {
    border-top: 1px dashed #ebedf0;
}

.card {
    box-shadow: 0 .1rem 0.5rem 0 rgba(40, 35, 45,.10);
    border: none;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
    border-radius: 0.6rem;
    background: #FFF;
    padding:0
}
.table tbody tr td:first-child,.table thead th:first-child {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}

.table tbody tr td:last-child,.table thead th:last-child {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}

/* icon micro buttons */
.icon-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  border-radius:22px;
  border:1px solid var(--bs-border-color, #e9ecef);
  transition:background-color .15s ease, border-color .15s ease, transform .06s ease;
}
.icon-btn:hover{ transform: translateY(-1px); }
.w-30{ width:30px; } .h-30{ height:30px; } .b-r-22{ border-radius:22px; }

/* palette helpers to match your classes */
.btn-light-primary{ background:#eef4ff; color:#2f5bff; border-color:#dbe5ff; }

.btn-light-success {
  background-color: rgba(var(--success), 0.1);
  color: rgba(var(--success), 1);
  border-color: transparent;
}
.btn-light-success:hover, .btn-light-success.active, .btn-light-success.show, .btn-light-success:checked, .btn-light-success:focus, .btn-light-success:focus-visible {
  background-color: rgba(var(--success), 0.2);
  border-color: rgba(var(--success), 1);
  color: rgba(var(--success), 1);
}
.btn-light-success.disabled {
  background-color: rgba(var(--success), 0.1);
  border-color: rgba(var(--success), 0.5);
  color: rgba(var(--success), 0.8);
}.btn-light-warning{ background:#fff7e6; color:#b77700; border-color:#ffe8b3; }
.btn-light-danger{ background:#ffecec; color:#c0392b; border-color:#ffd2d2; }
.btn-light-secondary{ background:#f0f2f4; color:#495057; border-color:#e9ecef; }

/* checkbox (your structure) */
.check-box { display:inline-flex; align-items:center; cursor:pointer; user-select:none; }
.check-box input { position:absolute; opacity:0; pointer-events:none; }
.check-box .checkmark {
  display:inline-block; width:18px; height:18px; border-radius:4px;
  border:1px solid var(--bs-border-color,#ced4da); background:#fff; position:relative;
}
.check-box input:checked + .checkmark{
  background:#0d6efd; border-color:#0d6efd;
}
.check-box .checkmark::after{
  content:""; position:absolute; display:none; right:4px; top:0px; width:6px; height:10px;
  border:solid #fff; border-width:0 2px 2px 0; transform:rotate(45deg);
}
.check-box input:checked + .checkmark::after{ display:block; }

/* client drawer overlay (already created by JS) */
.client-overlay{
  position:fixed; inset:0; background:rgba(15,23,42,.35); opacity:0; visibility:hidden;
  transition:opacity .2s ease, visibility .2s ease; z-index:1040;
}
.client-overlay.show{ opacity:1; visibility:visible; }
.no-scroll{ overflow:hidden; }

/* drawer footer unify */
.client-drawer .drawer-footer{
  position:sticky; bottom:0; background:#fff; border-top:1px solid #e9ecef;
  padding: .75rem; z-index:2;
}

/* small tile tune */
.client-drawer .tile { background:#fafafa; }
.table > :not(caption) > * > * {
    padding: 8px 0 !important;
}

 .header-toggle {
    font-size: 24px;
    cursor: pointer;
    display: flex
;
    background-color: rgb(var(--primary), 0.2);
    color: rgba(var(--primary), 1);
    border-radius: 50%;
    padding: 0.5rem;
    z-index: 1500;
}

.simplebar-scrollable-x strong {
display: none;
}

.btn-primary,.btn-primary:hover {
    background-color: #000 !important;
    border: 1px solid rgba(var(--primary), 1);
}