:root {
  --gradient-colors: #FCEFBD, #fff;
  --bs-blue: #5F8BCB;
  --bs-blue-light: #ecf4f5;
  --bs-red: #FF0019;
  --bs-indigo: #004a98;
  --bs-indigo-button: #253F5B;
  --bs-purple: #5B43B1;
  --bs-purple-light: #92B4EC;
  --bs-purple-light-s: #f4f7fd;
  --bs-purple2: rgba(96, 147, 231, 1);
  --bs-pink: #FF0063;
  --bs-orange: #f39800;
  --bs-yellow: #fff070;
  --bs-yellow-light: #FFF4CC;
  --bs-green: #14a83b;
  --bs-green-light: #b7d200;
  --bs-teal: #2ad2c5;
  --bs-teal-light: #a4e8dc;
  --bs-teal-dark: #214343;
  --bs-cyan: #00ae9a;
  --bs-white: #fff;
  --bs-gray: #f0f0f0;
  --bs-gray-dark: #414A53;
  --bs-primary: #2755CF;
  --bs-secondary: #75828C;
  --bs-success: #109439;
  --bs-info: #4BBED8;
  --bs-warning: #FF9E00;
  --bs-danger: #dc3545;
  --bs-light: #C5CDD5;
  --bs-dark: #231815;
  --bs-brown: #271f1c;
  --bs-brown-light: #9F9178;
  --bs-brown-light-s: #D7B095;
  --bs-cream: #eae4d4;
  --bs-cream-light: #FAF4E5;
  --main-padding: 15px;
  --bs-font-sans-serif: "Noto Sans TC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
html {
  overflow-x: hidden !important
}
body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: var(--bs-white);
  position: relative;
  overflow-x: hidden !important;
  font-size: 14px
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden !important;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
a {
  color: var(--bs-indigo);
  text-decoration: underline;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
a:hover {
  color: var(--bs-dark);
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
a:focus {
  box-shadow: 0px 0px 0px 1px rgba(0, 255, 198, 1.00);
}
.img-circle {
  border-radius: 50%;
}
.bg-o8 {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.bg-o6 {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.bg-top {
  background-image: linear-gradient(180deg, var(--gradient-colors));
}
.bg-blue {
  background-color: var(--bs-blue);
}
.bg-blue-light {
  background-color: var(--bs-blue-light);
}
.text-blue {
  color: var(--bs-blue)!important;
}
.bg-green {
  background-color: var(--bs-green);
}
.border-green {
  border-color: var(--bs-green) !important;
}
.bg-green-light {
  background-color: var(--bs-green-light);
}
.border-green-light {
  border-color: var(--bs-green-light) !important;
}
.text-green {
  color: var(--bs-green);
}
.bg-all {
  background-color: var(--bs-yellow-light);
}
.bg-yellow {
  background-color: var(--bs-yellow);
}
.text-yellow {
  color: var(--bs-yellow);
}
.bg-brown-light {
  background-color: var(--bs-brown-light) !important;
}
.bg-brown-light-s {
  background-color: var(--bs-brown-light-s) !important;
}
.text-brown-light {
  color: var(--bs-brown-light) !important;
}
.btn-outline-brown {
  color: var(--bs-brown) !important;
  border-color: var(--bs-brown-light-s) !important;
}
.border-brown-s {
  border-color: var(--bs-brown-light-s) !important;
}
.bg-yellow-light {
  background-color: var(--bs-yellow-light) !important;
}
.text-yellow {
  color: var(--bs-yellow);
}
.border-yellow {
  border-color: var(--bs-yellow) !important;
}
.bg-orange {
  background-color: var(--bs-orange);
}
.border-orange {
  border-color: var(--bs-orange);
}
.text-orange {
  color: var(--bs-orange);
}
.bg-secondary {
  background-color: var(--bs-secondary) !important;
}
.text-secondary {
  color: var(--bs-secondary) !important;
}
.bg-red {
  background-color: var(--bs-red);
}
.text-red {
  color: var(--bs-red) !important;
}
.border-red{
	 border-color: var(--bs-red) !important;
}
.bg-indigo {
  background-color: var(--bs-indigo);
}
.btn-indigo {
  background-color: var(--bs-indigo-button);
  padding: 0px 10px !important
}
.text-indigo {
  color: var(--bs-indigo) !important;
}
.border-indigo {
  border-color: var(--bs-indigo) !important;
}
.bg-purple {
  background-color: var(--bs-purple);
}
.bg-purple2 {
  background-color: var(--bs-purple2) !important;
}
.border-purple2 {
  border-color: var(--bs-purple2) !important;
}
.text-purple2 {
  color: var(--bs-purple2) !important;
}
.bg-purple-light {
  background-color: var(--bs-purple-light) !important;
}
.bg-purple-light-s {
  background-color: var(--bs-purple-light-s) !important;
}
.text-purple-light {
  color: var(--bs-purple-light) !important;
}
.border-purple-light {
  border-color: var(--bs-purple-light) !important;
}
.border-purple {
  border-color: var(--bs-purple) !important;
}
.text-purple {
  color: var(--bs-purple) !important;
}
.bg-pink {
  background-color: var(--bs-pink);
}
.border-pink {
  border-color: var(--bs-pink);
}
.text-pink {
  color: var(--bs-pink) !important;
}
.bg-cyan {
  background-color: var(--bs-cyan);
}
.border-cyan {
  border-color: var(--bs-cyan)!important;
}
.text-cyan {
  color: var(--bs-cyan) !important;
}
.bg-teal {
  background-color: var(--bs-teal) !important;
}
.text-teal {
  color: var(--bs-teal) !important;
}
.border-teal {
  border-color: var(--bs-teal) !important;
}
.bg-teal-light {
  background-color: var(--bs-teal-light) !important;
}
.text-teal-light {
  color: var(--bs-teal-light) !important;
}
.border-teal-light {
  border-color: var(--bs-teal-light) !important;
}
.bg-teal-dark {
  background-color: var(--bs-teal-dark) !important;
}
.text-teal-dark {
  color: var(--bs-teal-dark) !important;
}
.border-teal-dark {
  border-color: var(--bs-teal-dark) !important;
}
.bg-brown {
  background-color: var(--bs-brown);
}
.text-brown {
  color: var(--bs-brown) !important;
}
.border-brown {
  border-color: var(--bs-brown) !important;
}
.bg-cream {
  background-color: var(--bs-cream);
}
.text-cream {
  color: var(--bs-cream);
}
.border-cream {
  border-color: var(--bs-cream) !important;
}
.bg-cream-light {
  background-color: var(--bs-cream-light);
}
.text-cream {
  color: var(--bs-cream-light);
}
.border-cream-light {
  border-color: var(--bs-cream-light) !important;
}
/*!
 * Next Sidebar v1.0.1 
 * A simple sidebar menu for your dashboard
 * Extension and easy to integrate with Bootstrap 4 - 5 and others front end framework.
 * License : MIT
 * Author : Nelh Amstrong (https://github.com/Nelh/)
 */ .container-wide {
  min-height: 100vh;
  padding-left: 250px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}
@media screen and (min-width:1200px) {
  .container-wide {
    padding-left: 250px
  }
}
@media screen and (max-width:991px) {
  .container-wide {
    padding-left: 0
  }
}
.is-collapsed .container-wide {
  padding-left: 60px
}
@media screen and (min-width:992px) {
  .is-collapsed .container-wide {
    padding-left: 60px
  }
}
a {
  text-decoration: none
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-indigo);;z-index: 4
}
.dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px;
  border-radius: 50%;
  background: var(--bs-white);
  -webkit-animation: dot-dot-dot 1.4s linear infinite;
  animation: dot-dot-dot 1.4s linear infinite
}
.dots .dot:nth-child(2) {
  animation-delay: .2s
}
.dots .dot:nth-child(3) {
  animation-delay: .4s
}
@keyframes dot-dot-dot {
  0%, 100%, 60% {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial
  }
  30% {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
  }
}
.sidebar {
  bottom: 0;
  overflow: hidden;
  position: fixed;
  top: -9px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 250px;
  background-color: var(--bs-white);
  color: var(--bs-blue);
  z-index: 3
}
.sidebar ul {
  list-style-type: none
}
@media screen and (min-width:992px) {
  .sidebar {
    width: 250px
  }
  .sidebar .sidebar-inner .sidebar-logo {
    padding: 0 20px
  }
  .sidebar .sidebar-inner .sidebar-logo .logo-sm {
    display: none
  }
  .sidebar .sidebar-inner .sidebar-logo > a .logo {
    background-position: 0;
    width: 150px
  }
  .sidebar .sidebar-inner .sidebar-menu > li > a .title {
    display: inline-block
  }
  .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 1
  }
  .sidebar .sidebar-inner .sidebar-menu li.open > ul.dropdown-menu {
    display: block !important
  }
}
@media screen and (max-width:991px) {
  .sidebar {
    left: -250px;
    width: 250px
  }
}
.sidebar-inner {
  position: relative;
  height: 100%
}
.sidebar-logo {
  line-height: 0;
  padding: 0 20px
}
.sidebar-logo a {
  display: flex;
  width: 100%;
  color: #fff
}
.sidebar-logo a .logo {
  background-position: 0;
  background-repeat: no-repeat;
  display: inline-block;
  min-height: 64px;
  width: 60px
}
.sidebar-logo a .logo img {
  width: 30px
}
.sidebar-logo a .logo-text {
  min-height: 64px
}
.sidebar-logo a .logo-text img {
  width: 220px
}
.sidebar-logo .mobile-toggle {
  display: none;
  float: right;
  margin: 0px;
  padding: 0px
}
.sidebar-logo .mobile-toggle a {
  color: var(--bs-indigo);
}
@media screen and (max-width:991px) {
  .sidebar-logo .mobile-toggle {
    display: contents
  }
}
@media screen and (min-width:992px) {
  .sidebar-logo .mobile-toggle {
    display: none
  }
}
.sidebar-menu {
  height: calc(100vh - 65px);
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative
}
.sidebar-menu .dropdown-toggle:after {
  display: none
}
.sidebar-menu .sidebar-link.actived:before {
  background: #0f9aee;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: -4px;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px
}
.sidebar-menu li {
  position: relative
}
.sidebar-menu li.dropdown .arrow {
  font-size: 10px;
  line-height: 37px;
  position: absolute;
  right: 20px;
  -webkit-transition: all .05s ease-in;
  -o-transition: all .05s ease-in;
  transition: all .05s ease-in
}
@media screen and (max-width:991px) {
  .sidebar-menu li.dropdown .arrow {
    right: 25px
  }
}
.sidebar-menu li.dropdown.open > a {}
.sidebar-menu li.dropdown.open > a.active {
  color: var(--bs-white);
}
.sidebar-menu li.dropdown.open > a .icon-holder {
  color: #0f9aee
}
.sidebar-menu li.dropdown.open > a > .arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.sidebar-menu li.dropdown.open > .dropdown-menu {
  display: block
}
.sidebar-menu li.dropdown.open > .dropdown-menu .dropdown-menu {
  padding-left: 20px
}
.sidebar-menu li.dropdown.open > .dropdown-menu .arrow {
  line-height: 25px
}
.sidebar-menu li a {
  color: var(--bs-indigo);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar-menu li a:focus, .sidebar-menu li a:hover {
  color: var(--bs-white);
  text-decoration: none;
  background-color: var(--bs-indigo);
}
.sidebar-menu > li.dropdown ul.dropdown-menu {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  padding-left: 55px;
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  width: 100%
}
.sidebar-menu > li.dropdown ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--bs-dark);
}
.sidebar-menu > li.dropdown ul.dropdown-menu > li > a span {

  margin-left:4px
}
.sidebar-menu > li.dropdown ul.dropdown-menu > li > a span.active {

  color: var(--bs-blue);border-bottom:1px solid  var(--bs-blue)
}

.sidebar-menu > li.dropdown ul.dropdown-menu > li > a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "‣ ";
  padding-right: 1.78em;
  padding-left: 0.35em;
}
.sidebar-menu > li.dropdown ul.dropdown-menu > li > a:focus, .sidebar-menu > li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: var(--bs-blue);
}
.sidebar-menu > li.dropdown ul.dropdown-menu > li.actived a {
  color: var(--bs-white);
}
.sidebar-menu > li > a {
  display: block;
  font-size: 1rem;
  padding: 7px 10px;
  position: relative;
  white-space: nowrap;
  font-weight: bold
}
.sidebar-menu > li > a.active {
  background-color: var(--bs-cyan);
  color: var(--bs-white);
}
.sidebar-menu > li > a.active:hover {
  background-color: var(--bs-teal);
  color: var(--bs-white);
}
.sidebar-menu > li > a.active > .icon-holder {
  background-color: var(--bs-indigo) !important;
}
.sidebar-menu > li > a .icon-holder {
  border-radius: 50%;
  display: inline-block;
  font-size: 1rem;
  height: 35px;
  left: 0;
  line-height: 35px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  background-color: var(--bs-blue-light);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 35px
}
.sidebar-menu > li > a:hover > .icon-holder {
  background-color: var(--bs-blue)
}
@media screen and (min-width:992px) {
  .is-collapsed .sidebar {
    width: 60px
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
    padding: 0
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo .logo-sm {
    display: inline
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu {
    overflow-x: hidden
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu > li > a .title {
    display: none
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 0
  }
  .is-collapsed .sidebar:hover {
    width: 250px
  }
  .is-collapsed .sidebar:hover .sidebar-inner .sidebar-logo {
    padding: 0 20px
  }
  .is-collapsed .sidebar:hover .sidebar-inner .sidebar-logo .logo-sm {
    display: none
  }
  .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu > li > a .title {
    display: inline-block
  }
  .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 1
  }
  .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu li.open > ul.dropdown-menu {
    display: block !important
  }
}
@media screen and (max-width:991px) {
  .is-collapsed .sidebar {
    width: 250px;
    left: 0
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
    padding: 0 5px
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo .logo-sm {
    display: none
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo > a .logo {
    background-position: 0;
    width: 150px
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu > li > a .title {
    display: inline-block
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 1
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.open > ul.dropdown-menu {
    display: block !important
  }
}
.system-title {
  width: 170px;
	font-size: 1rem;
  text-align: center;    margin-top: 12px;
}
.user{font-weight: bold;font-size:.9rem;padding:10px 0px}
.logo {
  height: 35px;margin-top: 2px;
}
.sidebar-toggle {
  width: 45px;
  height: 45px;
  padding: 8px;
  border-radius: 100%;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  margin: 5px;
}
.form-control, select {
  box-shadow: 2px 2px 0px rgba(0, 0, 0, .05);
}
h1 {
  font-size: 1.2rem;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: bold;
  color: var(--bs-indigo);
}
label {
  font-weight: bold
}
.opacity-0, .opacity-5, .opacity-10, .opacity-20, .opacity-30, .opacity-40, .opacity-50, .opacity-60, .opacity-70, .opacity-80, .opacity-90, .opacity-100 {
  opacity: var(--tor-opacity)
}
.opacity-0 {
  --tor-opacity: 0 !important
}
.opacity-5 {
  --tor-opacity: 0.05 !important
}
.opacity-10 {
  --tor-opacity: 0.1 !important
}
.opacity-20 {
  --tor-opacity: 0.2 !important
}
.opacity-30 {
  --tor-opacity: 0.3 !important
}
.opacity-40 {
  --tor-opacity: 0.4 !important
}
.opacity-50 {
  --tor-opacity: 0.5 !important
}
.opacity-60 {
  --tor-opacity: 0.6 !important
}
.opacity-70 {
  --tor-opacity: 0.7 !important
}
.opacity-80 {
  --tor-opacity: 0.8 !important
}
.opacity-90 {
  --tor-opacity: 0.9 !important
}
.opacity-100 {
  --tor-opacity: 1 !important
}
.overlay, .overlay-gradient {
  position: relative
}
.overlay:before, .overlay-gradient:before {
  --tor-overlay-color: #000;
  --tor-overlay-opacity: 0.6;
  --tor-overlay-hover: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: calc(var(--tor-overlay-opacity) + var(--tor-overlay-hover));
  border-radius: inherit;
  transition: inherit;
  z-index: 1
}
.overlay:before {
  background-color: var(--tor-overlay-color)
}
.overlay-content {
  display: block;
  position: absolute;
  padding: 4rem;
  text-align: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  z-index: 1;
  font-size: 1.2rem;
  font-weight: bold
}
.overlay-gradient:before {
  background-image: linear-gradient(transparent, var(--tor-overlay-color))
}
.overlay-intensity-sm::before {
  --tor-overlay-opacity: .4
}
.overlay-intensity-lg::before {
  --tor-overlay-opacity: .8
}
.overlay-primary::before {
  --tor-overlay-color: #5589D8
}
.overlay-secondary::before {
  --tor-overlay-color: #6c757d
}
.overlay-light::before {
  --tor-overlay-color: #fff
}
.overlay.overlay-hover:before, .overlay-gradient.overlay-hover:before {
  transition: opacity .2s ease
}
.overlay.overlay-hover:hover:before, .overlay-gradient.overlay-hover:hover:before {
  --tor-overlay-hover: 0.2
}
.card-img-height {
  height: 150px
}
.event-title {
  height: 40px;
  overflow-y: hidden
}
.card-clean:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;

}
.event-amount {
  font-weight: bold;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif'
}
@media only screen and (max-width: 1024px) {
  .hidden-s {
    display: none
  }
}
/* width */ ::-webkit-scrollbar {
  width: 8px;
}
/* Track */ ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.area-component {
  display: inline-block;
  position: fixed;
  right: -105px;
  top: 60px;
	z-index: 2;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#area-button-text {
  color:var(--bs-white);
  font: 18px Arial;
	font-weight: bold;
  margin: 5px;
}
.area-button {
  top: 5px;
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: var(--bs-orange);

}
.area-button, #area-group {
  display: inline-block;
  vertical-align: middle;
}
#area-group {
  padding: 0 .2em;
  width: 100px;
  height: 90vh;
  overflow-y: auto;
}
.area-item a {
  display: block;
  padding: 3px 2px;
  text-align: center;
  font-weight: bold;
	border:1px solid rgba(255,255,255,.5);
  background: var(--bs-indigo);
  color: var(--bs-white);
  border-radius: 30px;
  margin: 3px
}
.area-item a:hover {
 
  background: var(--bs-blue);

}
.area-item a.active {
  
  background: var(--bs-red);
  color: var(--bs-white);
  
}
/*.area-item + .area-item {
  border-top: 1px solid #cfcfcf;
}
@media screen and (max-width: 600px) {
  .area-component {
    display: none;
  }
  .area-button {
    opacity: 1;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}*/
.is-open {
  right: 5px;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
.nav-tabs-custom .nav-item .nav-link.active {
    color: var(--bs-white);background: var(--bs-cyan);
}
.nav-tabs-custom .nav-item .nav-link {
    border: 1px solid #fff;
	background: var(--bs-indigo);
	color:var(--bs-white);

}

.nav-tabs-custom .nav-item {
    position: relative;
    color:var(--bs-indigo);
	font-weight: bold
}
.nav-tabs-custom .nav-item .nav-link.active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nav-tabs-custom .nav-item .nav-link::after {
    content: "";
    background: var(--bs-teal-light);
    height: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/**/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2c3e50;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 50px;
  height: 30px;
  position: fixed;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -25px 0 0 -15px;
  /* is width and height divided by two */
}

.spinner {
  margin: 0px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.tab-content{background-color:var(--bs-white)}
th, td{  white-space: nowrap;}
/*scroll table*/
.scroltable-wrapper {
  position: relative
}
.scroltable-container {
  overflow: auto
}
.scroltable-nav {
  display: none;
  position: absolute;
  width: 60px;
  height: 100%;
  cursor: pointer
}
.scroltable-nav.scroltable-nav-left {
  left: 0;
  background: url(../img/arrow-left.png) no-repeat 10px center, -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  background: url(../img/arrow-left.png) no-repeat 10px center, -moz-linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
  background: url(../img/arrow-left.png) no-repeat 10px center, -ms-linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
  background: url(../img/arrow-left.png) no-repeat 10px center, -o-linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
  background: url(../img/arrow-left.png) no-repeat 10px center, linear-gradient(to left, rgba(255, 255, 255, 0), #fff)
}
.scroltable-nav.scroltable-nav-right {
  right: 0;
  background: url(../img/arrow-right.png) no-repeat right 10px center, -webkit-linear-gradient(0, rgba(255, 255, 255, 0), #fff);
  background: url(../img/arrow-right.png) no-repeat right 10px center, -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  background: url(../img/arrow-right.png) no-repeat right 10px center, -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  background: url(../img/arrow-right.png) no-repeat right 10px center, -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  background: url(../img/arrow-right.png) no-repeat right 10px center, linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}