/*!
 * Custom Fonts for Visp Website
 */
/* Open Sans */
/* included only when we don't want to use fonts from google server */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-400.woff) format('woff');
}
/*html {
	height: -webkit-fill-available;
}*/
body,
.table {
  color: #666;
}
body {
  /*
	min-height: 100vh;
	min-height: -webkit-fill-available;*/
  color: #666;
  font-size: 12px;
  font-family: var(--font-family);
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  font-weight: lighter;
}
/*
main {
	height: 100vh;
	max-height: 100vh;
	display: flex;
	flex-wrap: nowrap;
	height: -webkit-fill-available;
	overflow-x: auto;
	overflow-y: hidden;
}*/
/* 
//Style moved to common.js for preventing php errors from hiding behind navbar
//JS because when Navbar is fixed then give space behind navbar.
//Can't achieve this in css 
.main-content{
	margin-top: 45px;
}*/
input[type="text"],
input[type="file"],
input[type="number"],
input[type="password"],
select,
textarea,
.filters-form :not(.form-check-input),
.nav-link.dropdown-toggle,
.input-group .input-group-text,
.btn {
  border-radius: 0 !important;
}
.text-success,
.text-danger {
  font-size: 11px;
}
.text-success {
  color: var(--success-color) !important;
}
.text-secondary {
  color: var(--default-color) !important;
}
form,
.form-control,
.form-select {
  font-size: 12px;
}
form:not(.filters-form) .row {
  align-items: center;
  align-items: start;
}
.navbar .dropdown-toggle {
  background-color: var(--theme-login-button-color);
  color: var(--theme-button-background);
  padding: 0.36rem 0.5rem;
  box-shadow: none;
}
.navbar .dropdown-toggle::after {
  font-size: 1rem;
}
.navbar .balance-info,
.navbar .theme-login-button {
  height: 45px;
}
.navbar .balance-info {
  background-color: #8fc63d;
  font-weight: bold;
  padding: 0.23rem 0.5rem;
}
.sidebar {
  width: 200px;
  /* height: -webkit-fill-available;
    position: fixed; */
  z-index: 1000;
  overflow-y: auto;
  border-right: 1px solid #bbd4e5;
  transition: left 0.2s ease 0s;
  background-color: var(--sidebar-background);
  height: 100vh;
}
.sidebar::-webkit-scrollbar {
  width: 6px;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: var(--sidebar-border);
}
.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: var(--sidebar-background);
  background-color: var(--sidebar-background);
}
.sidebar .border-top {
  border-color: var(--sidebar-border-color) !important;
}
.sidebar .active .border-top {
  border-color: var(--sidebar-active-border-color) !important;
}
.sidebar .submenu {
  border-color: var(--sidebar-submenu-border-color) !important;
  background-color: var(--sidebar-submenu-text-background) !important;
}
.sidebar .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.1s ease;
}
@media (min-width: 992px) {
  .sidebar + .main-content {
    margin-left: 200px;
  }
}
.sidebar.closed {
  width: 45px !important;
}
.sidebar.closed .submenu {
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px 0px;
  border-right: 1px solid #cccccc;
}
.sidebar.closed .submenu .submenu {
  box-shadow: none;
  border-right: none;
}
@media (min-width: 992px) {
  .sidebar.closed + .main-content {
    margin-left: 45px;
  }
}
.sidebar.closed .sidebar-shortcuts:hover > .sidebar-shortcuts-large {
  display: block !important;
  position: fixed;
  left: 45px;
  width: 188px;
  top: 45px;
  background-color: var(--sidebar-submenu-text-background);
}
.sidebar .btn-toggle {
  align-items: center;
  padding: .75rem .5rem;
  background-color: transparent;
  border: 0;
  display: block;
  text-align: left;
  font-size: 11px;
  /*.fa-angle-down{
			right: 10px;
			top: 0;
			font-size: 15px;
		}*/
}
.sidebar .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}
.sidebar .nav-list > li::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 45px;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  background-color: #629cc9;
  z-index: 3;
}
.sidebar .nav-list > li.active::before,
.sidebar .nav-list > li:hover::before {
  display: block;
  background-color: var(--sidebar-text-active-before-color);
}
.sidebar .nav-list > li > a {
  height: 45px;
  font-size: 13px;
}
.sidebar .nav-list > li .fa {
  font-size: 18px !important;
}
.sidebar .nav-list > li .fa-angle-down {
  right: 10px;
  top: 0;
  font-size: 15px !important;
}
.sidebar .nav-list > li .btn-toggle-nav {
  /*li.list-unstyled > ul > li > a {
				  	display: inline-flex;
				  	padding: .1875rem .5rem;
				  	margin-top: .125rem;
				  	padding-left: 3.0rem;
				  	text-decoration: none;
				}*/
}
.sidebar .nav-list > li .btn-toggle-nav > li:first-child {
  font-family: Tahoma, Sans-Serif;
  font-size: 12px;
}
.sidebar .nav-list > li .btn-toggle-nav > li:first-child::after {
  top: 0 !important;
  height: 41px !important;
}
.sidebar .nav-list > li .btn-toggle-nav > li:first-child a::after {
  top: 11px !important;
}
.sidebar .nav-list > li .btn-toggle-nav > li > a {
  border-top-color: #e4e4e4;
  background-color: #ffffff;
  color: #616161;
  margin-top: 0 !important;
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  padding-left: 2.5rem;
  text-decoration: none;
}
.sidebar .nav-list > li .btn-toggle-nav > li > a:hover {
  color: #4b88b7;
  background-color: #f1f5f9;
}
.sidebar .nav-list > li .btn-toggle-nav > li > .btn-toggle-nav > li a {
  margin-left: 20px;
  padding-left: 25px;
}
.sidebar .nav-link {
  font-size: 13px;
  /* padding-right: .3rem !important;
		padding-left: .3rem !important; */
}
.sidebar .navbar-nav .dropdown-menu {
  font-size: 13px;
}
.sidebar .navbar-nav .dropdown-menu .fa {
  font-size: 16px;
}
.sidebar .list-unstyled > li {
  position: relative;
  z-index: 1;
}
.sidebar .list-unstyled > li > a {
  background-color: var(--sidebar-text-background-color);
  color: var(--sidebar-text-color);
  z-index: 2;
  position: relative;
}
.sidebar .list-unstyled > li > a:hover {
  background-color: var(--sidebar-text-hover-background-color);
  color: var(--sidebar-text-hover-color);
}
.sidebar .list-unstyled > li > a.active {
  background-color: var(--sidebar-text-active-background-color);
  color: var(--sidebar-text-active-color);
}
.sidebar .list-unstyled > li.list-unstyled-main:has(ul.show)::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  height: 40px;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  background-color: var(--sidebar-highlight);
}
.sidebar .list-unstyled > li .active .submenu.show > :after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 999;
  height: 34px;
  width: 2px;
  max-width: 3px;
  overflow: hidden;
  background-color: var(--sidebar-highlight);
}
.sidebar .list-unstyled > li.active > a,
.sidebar .list-unstyled > li.active:hover > a {
  color: var(--sidebar-text-active-color) !important;
  background-color: var(--sidebar-text-active-background-color);
  border-color: var(--sidebar-border-color);
}
.sidebar .list-unstyled > li.active > a + .submenu li a,
.sidebar .list-unstyled > li.active:hover > a + .submenu li a {
  background-color: var(--sidebar-submenu-active-background-color);
}
.sidebar .list-unstyled > li.active > a + .submenu li.active a,
.sidebar .list-unstyled > li.active:hover > a + .submenu li.active a {
  background-color: var(--sidebar-submenu-active-item-background-color);
}
.sidebar .list-unstyled > li.active > a.menu-items:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  border: 8px solid transparent;
  border-width: 12px 8px;
  border-right-color: var(--sidebar-submenu-active-icon-color);
}
.sidebar .list-unstyled > li .submenu.show {
  color: var(--sidebar-highlight);
}
.sidebar .list-unstyled > li .submenu::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  left: 18px;
  top: 0;
  bottom: 0;
  border: 1px dotted;
  border-width: 0 0 0 1px;
  border-color: var(--sidebar-ul-before-color) !important;
}
.sidebar .list-unstyled > li .submenu li .submenu::before {
  z-index: 0;
}
.sidebar .list-unstyled > li .submenu li a {
  background-color: var(--sidebar-submenu-text-background);
  color: var(--sidebar-submenu-text-color);
  font-size: 12px;
}
.sidebar .list-unstyled > li .submenu li a:hover,
.sidebar .list-unstyled > li .submenu li a:focus {
  background-color: var(--sidebar-submenu-text-hover-background);
  color: var(--sidebar-submenu-text-hover-color);
}
.sidebar .list-unstyled > li.active .submenu {
  background-color: var(--sidebar-submenu-active-background-color) !important;
}
.sidebar .list-unstyled > li.list-unstyled-main.active:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  height: 40px;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  background-color: var(--sidebar-highlight);
}
.sidebar .list-unstyled > li .submenu > li > a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  left: 19px;
  top: 50%;
  border: 1px dotted;
  border-width: 1px 0 0;
  width: 9px;
  border-color: var(--sidebar-ul-before-color) !important;
}
.sidebar .list-unstyled > li .submenu .submenu > li > a::before {
  display: none;
}
.sidebar .list-unstyled > li .submenu > li.list-unstyled > .submenu > li::before {
  width: 18px;
}
.sidebar .list-unstyled > li > ul.submenu.show > li > a[href^=javascript]:not(.collapsed)::after {
  /*:has(ul.submenu.list-unstyled.show)*/
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  top: 7px;
  left: 15px;
  z-index: 9999;
  color: var(--sidebar-highlight);
}
@media (min-width: 992px) {
  .sidebar.collapse:not(.show) {
    display: block;
    width: 200px;
  }
}
@media (max-width: 991px) {
  .sidebar {
    left: -200px;
  }
  .sidebar.closed {
    left: -45px;
  }
  .sidebar.show,
  .sidebar.show.closed {
    left: 0;
  }
}
.sidebar-shortcuts {
  position: relative;
}
.sidebar-shortcuts .sidebar-shortcuts-mini {
  text-align: center;
  padding: 4px;
}
.sidebar-shortcuts .sidebar-shortcuts-mini span.btn {
  padding: 8px;
  margin-top: -4px;
}
.sidebar-shortcuts .sidebar-shortcuts-mini span.btn:nth-child(even) {
  margin-left: -3px;
}
.sidebar-shortcuts .sidebar-shortcuts-large {
  text-align: center;
  padding: 5px 4px;
}
.sidebar-collapse-wrapper:hover::before {
  display: none !important;
}
#sidebar-collapse {
  height: 39px;
  border-bottom: 1px solid var(--sidebar-border-color);
  background-color: var(--sidebar-collapse-button-background-color);
  /*border-color: #3f4e54;*/
}
#sidebar-collapse .fa {
  background-color: var(--sidebar-collapse-icon-background-color);
  color: var(--sidebar-collapse-icon-text-color);
  border-color: var(--sidebar-collapse-icon-text-color);
  font-size: 13px !important;
}
/* .sidebar li.active{
	border-right: 2px solid #2b7dbc;
}

.sidebar li.active > a::after{
	border: 8px solid transparent;
	border-width: 14px 10px;
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	border-right-color: #2b7dbc;
} */
/* .sidebar.closed .btn-toggle{
	text-align: center;
}

.sidebar.closed .submenu > li > .menu-items{
	background-color: #f5f5f5;
	color: #266cad;
	font-size: 12px;
} */
/*@media (max-width: 576px) {
    .sidebar {
      position: relative;
    }
}*/
.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}
.bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}
.dropdown-toggle {
  outline: 0;
}
/*.nav-flush .nav-link {
  	border-radius: 0;
}*/
.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}
/* .btn-toggle[aria-expanded="true"]::before {
  	transform: rotate(90deg);
} */
.module-title > a {
  background-color: var(--sidebar-text-hover-background-color) !important;
  color: var(--sidebar-text-active-color) !important;
  cursor: default;
  padding-top: .6rem !important;
  padding-bottom: .6rem !important;
  padding-left: 1.9rem !important;
  font-size: 0.85rem !important;
}
li.active .module-title > a {
  background-color: #242a2b !important;
}
/*
.caret {
    position: relative;
    &::before {
	    display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 4px;
		border: 8px solid transparent;
		border-width: 10px;
		border-right-color: var(--sidebar-highlight);
		z-index: 999;
	}
}

.arrow::before,
.arrow::after {
  	border: 1px solid transparent;
  	display: block;
  	height: 0;
  	width: 0;
  	position: absolute;
  	left: -20px;
  	top: 0;
  	right: auto;
  	bottom: auto;
  	content: "";
  	border-width: 10px;
}

.arrow::before {
  	border-width: 8px 8px 8px 0;
  	left: -9px;
}

.arrow::after {
  	border-right-color: #f5f5f5;
  	border-width: 8px 8px 8px 0;
  	left: -8px;
  	z-index: 2;
}
*/
.scrollarea {
  overflow-y: auto;
}
.fw-semibold {
  font-weight: 600;
}
.lh-tight {
  line-height: 1.25;
}
.cursor-pointer {
  cursor: pointer;
}
.dtr-data {
  white-space: pre-line;
}
.dtr-details {
  width: 100%;
}
.card {
  position: inherit;
}
/* === OLD STYLES Starts Here === */
.daterangepicker.dropdown-menu {
  font-size: 13px;
}
.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}
.bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}
.dropdown-toggle {
  outline: 0;
}
.nav-flush .nav-link {
  border-radius: 0;
}
.btn-toggle {
  align-items: center;
  padding: .75rem .5rem;
  background-color: transparent;
  border: 0;
  display: block;
  text-align: left;
  font-size: 11px;
}
.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}
.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}
.col-form-label::after {
  content: "\3a";
  margin-left: 5px;
  font-weight: 700;
}
/*
.nav-list{
	>li{
		>a {
			height: 39px;
		}
		>li:hover>a {
			background-color: #ffffff !important;
			color: #266cad;
		}
		>.btn-toggle{
			>.fa {
				font-size: 18px !important;
			}
		}
		.btn-toggle-nav {
			background-color: #ffffff;
			border-color: #e5e5e5;
			>li{
				>a {
					border-top-color: #e4e4e4;
					background-color: #ffffff;
					color: #616161;
					margin-top: 0 !important;
					&:hover {
						color: #4b88b7;
						background-color: #f1f5f9;
					}
				}
			}
			li>.btn-toggle-nav>li a {
				margin-left: 20px;
				padding-left: 25px;
			}
		}
	}
}*/
.nav-link {
  font-size: 13px;
}
.navbar-nav .dropdown-menu {
  font-size: 13px;
}
.navbar-nav .dropdown-menu .fa {
  font-size: 16px;
}
.scrollarea {
  overflow-y: auto;
}
.fw-semibold {
  font-weight: 600;
}
.lh-tight {
  line-height: 1.25;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #b2b6bf;
}
.page-header,
.page-header > * {
  display: flex;
  align-items: baseline;
}
.page-heading {
  color: #666;
  font-size: calc(2.225rem);
  font-size: 1.5rem;
  margin-right: 10px;
}
.page-heading ~ a {
  font-size: 12px !important;
}
.result-count {
  font-size: 11px !important;
  font-weight: bold;
}
.custom-btn {
  line-height: 1;
  padding: 5px 5px;
}
.login-icon {
  font-size: 100px;
}
.title-btn,
.detail-anchor {
  padding: 4px 5px 5px 5px;
  display: inline-block;
}
.user-icon {
  font-size: 175px;
}
.user-name {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 5px auto;
}
.user-name::before,
.user-name::after {
  display: inline-block;
  content: "";
  border: 15px solid transparent;
  height: 30px;
}
.user-name::before {
  border-color: #3a87ad #3a87ad #3a87ad transparent;
}
.user-name::after {
  border-color: #3a87ad transparent #3a87ad #3a87ad;
}
.user-name > div {
  color: #ffffff;
  background-color: #3a87ad;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  height: 30px;
  text-transform: uppercase;
  justify-content: center;
}
.action-accordion {
  padding: 8px 0px;
}
.action-accordion::after {
  display: none;
}
.action-accordion.accordion-button::before,
.action-accordion.accordion-button:not(.collapsed)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f067";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 5px 5px 1px 0px;
  font-size: 12px;
  margin-top: -2px;
  font-weight: bold;
}
.action-accordion.accordion-button:not(.collapsed)::before {
  content: "\f068";
}
.fs-7 {
  font-size: 13px !important;
}
.fs-8 {
  font-size: 10px !important;
}
.fs-9 {
  font-size: 7px !important;
}
.half {
  display: inline-flex;
  width: 49%;
}
.tooltip-inner {
  max-width: 500px;
}
td.action-buttons {
  width: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
}
td.action-buttons a {
  text-decoration: none;
  margin: 0 0.3rem;
  display: inline-block;
}
td.action-buttons a i {
  font-size: 1rem;
}
.cursor-pointer {
  cursor: pointer;
}
.dtr-data {
  white-space: pre-line;
}
.dtr-wrap {
  white-space: nowrap;
}
.dtr-details {
  width: 100%;
}
.card {
  position: inherit;
}
/* CUSTOM WIDTHS */
.w-xs-25 {
  width: 25%!important;
}
.w-xs-50 {
  width: 50%!important;
}
.w-xs-75 {
  width: 75%!important;
}
.w-xs-100 {
  width: 100%!important;
}
/* BREAKPOINTS */
/* SM breakpoint */
@media (min-width: 576px) {
  /* CUSTOM WIDTHS */
  .w-sm-25 {
    width: 25%!important;
  }
  .w-sm-50 {
    width: 50%!important;
  }
  .w-sm-75 {
    width: 75%!important;
  }
  .w-sm-100 {
    width: 100%!important;
  }
}
/* MD breakpoint*/
@media (min-width: 768px) {
  /* CUSTOM WIDTHS */
  .w-md-25 {
    width: 25%!important;
  }
  .w-md-50 {
    width: 50%!important;
  }
  .w-md-75 {
    width: 75%!important;
  }
  .w-md-100 {
    width: 100%!important;
  }
}
/* LG breakpoint */
@media (min-width: 992px) {
  /* CUSTOM WIDTHS */
  .w-lg-25 {
    width: 25%!important;
  }
  .w-lg-50 {
    width: 50%!important;
  }
  .w-lg-75 {
    width: 75%!important;
  }
  .w-lg-100 {
    width: 100%!important;
  }
}
/* 
// CUSTOM WIDTHS
.ms-xs-0 { margin-left: 0!important; }
.ms-xs-1 { margin-left: 0.25rem!important; }
.ms-xs-2 { margin-left: 0.5rem!important; }
.ms-xs-3 { margin-left: 1rem!important; }
.ms-xs-4 { margin-left: 1.25rem!important; }
.ms-xs-5 { margin-left: 3rem!important; }

.me-xs-0 { margin-right: 0!important; }
.me-xs-1 { margin-right: 0.25rem!important; }
.me-xs-2 { margin-right: 0.5rem!important; }
.me-xs-3 { margin-right: 1rem!important; }
.me-xs-4 { margin-right: 1.25rem!important; }
.me-xs-5 { margin-right: 3rem!important; }

.mt-xs-0 { margin-top: 0!important; }
.mt-xs-1 { margin-top: 0.25rem!important; }
.mt-xs-2 { margin-top: 0.5rem!important; }
.mt-xs-3 { margin-top: 1rem!important; }
.mt-xs-4 { margin-top: 1.25rem!important; }
.mt-xs-5 { margin-top: 3rem!important; }

.mb-xs-0 { margin-bottom: 0!important; }
.mb-xs-1 { margin-bottom: 0.25rem!important; }
.mb-xs-2 { margin-bottom: 0.5rem!important; }
.mb-xs-3 { margin-bottom: 1rem!important; }
.mb-xs-4 { margin-bottom: 1.25rem!important; }
.mb-xs-5 { margin-bottom: 3rem!important; }

.m-xs-0 { margin: 0!important; }
.m-xs-1 { margin: 0.25rem!important; }
.m-xs-2 { margin: 0.5rem!important; }
.m-xs-3 { margin: 1rem!important; }
.m-xs-4 { margin: 1.25rem!important; }
.m-xs-5 { margin: 3rem!important; }

// BREAKPOINTS

// SM breakpoint
@media (min-width: 576px) {
    // CUSTOM WIDTHS
    .ms-sm-0 { margin-left: 0!important; }
    .ms-sm-1 { margin-left: 0.25rem!important; }
    .ms-sm-2 { margin-left: 0.5rem!important; }
    .ms-sm-3 { margin-left: 1rem!important; }
    .ms-sm-4 { margin-left: 1.25rem!important; }
    .ms-sm-5 { margin-left: 3rem!important; }

    .me-sm-0 { margin-right: 0!important; }
    .me-sm-1 { margin-right: 0.25rem!important; }
    .me-sm-2 { margin-right: 0.5rem!important; }
    .me-sm-3 { margin-right: 1rem!important; }
    .me-sm-4 { margin-right: 1.25rem!important; }
    .me-sm-5 { margin-right: 3rem!important; }

    .mt-sm-0 { margin-top: 0!important; }
    .mt-sm-1 { margin-top: 0.25rem!important; }
    .mt-sm-2 { margin-top: 0.5rem!important; }
    .mt-sm-3 { margin-top: 1rem!important; }
    .mt-sm-4 { margin-top: 1.25rem!important; }
    .mt-sm-5 { margin-top: 3rem!important; }

    .mb-sm-0 { margin-bottom: 0!important; }
    .mb-sm-1 { margin-bottom: 0.25rem!important; }
    .mb-sm-2 { margin-bottom: 0.5rem!important; }
    .mb-sm-3 { margin-bottom: 1rem!important; }
    .mb-sm-4 { margin-bottom: 1.25rem!important; }
    .mb-sm-5 { margin-bottom: 3rem!important; }

    .m-sm-0 { margin: 0!important; }
    .m-sm-1 { margin: 0.25rem!important; }
    .m-sm-2 { margin: 0.5rem!important; }
    .m-sm-3 { margin: 1rem!important; }
    .m-sm-4 { margin: 1.25rem!important; }
    .m-sm-5 { margin: 3rem!important; }
}

// MD breakpoint
@media (min-width: 768px) {
    // CUSTOM WIDTHS
    .ms-md-0 { margin-left: 0!important; }
    .ms-md-1 { margin-left: 0.25rem!important; }
    .ms-md-2 { margin-left: 0.5rem!important; }
    .ms-md-3 { margin-left: 1rem!important; }
    .ms-md-4 { margin-left: 1.25rem!important; }
    .ms-md-5 { margin-left: 3rem!important; }

    .me-md-0 { margin-right: 0!important; }
    .me-md-1 { margin-right: 0.25rem!important; }
    .me-md-2 { margin-right: 0.5rem!important; }
    .me-md-3 { margin-right: 1rem!important; }
    .me-md-4 { margin-right: 1.25rem!important; }
    .me-md-5 { margin-right: 3rem!important; }

    .mt-md-0 { margin-top: 0!important; }
    .mt-md-1 { margin-top: 0.25rem!important; }
    .mt-md-2 { margin-top: 0.5rem!important; }
    .mt-md-3 { margin-top: 1rem!important; }
    .mt-md-4 { margin-top: 1.25rem!important; }
    .mt-md-5 { margin-top: 3rem!important; }

    .mb-md-0 { margin-bottom: 0!important; }
    .mb-md-1 { margin-bottom: 0.25rem!important; }
    .mb-md-2 { margin-bottom: 0.5rem!important; }
    .mb-md-3 { margin-bottom: 1rem!important; }
    .mb-md-4 { margin-bottom: 1.25rem!important; }
    .mb-md-5 { margin-bottom: 3rem!important; }

    .m-md-0 { margin: 0!important; }
    .m-md-1 { margin: 0.25rem!important; }
    .m-md-2 { margin: 0.5rem!important; }
    .m-md-3 { margin: 1rem!important; }
    .m-md-4 { margin: 1.25rem!important; }
    .m-md-5 { margin: 3rem!important; }
}

// LG breakpoint
@media (min-width: 992px) {
    // CUSTOM WIDTHS
    .ms-lg-0 { margin-left: 0!important; }
    .ms-lg-1 { margin-left: 0.25rem!important; }
    .ms-lg-2 { margin-left: 0.5rem!important; }
    .ms-lg-3 { margin-left: 1rem!important; }
    .ms-lg-4 { margin-left: 1.25rem!important; }
    .ms-lg-5 { margin-left: 3rem!important; }

    .me-lg-0 { margin-right: 0!important; }
    .me-lg-1 { margin-right: 0.25rem!important; }
    .me-lg-2 { margin-right: 0.5rem!important; }
    .me-lg-3 { margin-right: 1rem!important; }
    .me-lg-4 { margin-right: 1.25rem!important; }
    .me-lg-5 { margin-right: 3rem!important; }

    .mt-lg-0 { margin-top: 0!important; }
    .mt-lg-1 { margin-top: 0.25rem!important; }
    .mt-lg-2 { margin-top: 0.5rem!important; }
    .mt-lg-3 { margin-top: 1rem!important; }
    .mt-lg-4 { margin-top: 1.25rem!important; }
    .mt-lg-5 { margin-top: 3rem!important; }

    .mb-lg-0 { margin-bottom: 0!important; }
    .mb-lg-1 { margin-bottom: 0.25rem!important; }
    .mb-lg-2 { margin-bottom: 0.5rem!important; }
    .mb-lg-3 { margin-bottom: 1rem!important; }
    .mb-lg-4 { margin-bottom: 1.25rem!important; }
    .mb-lg-5 { margin-bottom: 3rem!important; }

    .m-lg-0 { margin: 0!important; }
    .m-lg-1 { margin: 0.25rem!important; }
    .m-lg-2 { margin: 0.5rem!important; }
    .m-lg-3 { margin: 1rem!important; }
    .m-lg-4 { margin: 1.25rem!important; }
    .m-lg-5 { margin: 3rem!important; }
} */
.filters-form,
.paging,
.paging .detail-anchor {
  font-size: 12px !important;
}
.page-heading ~ a {
  font-size: 11px !important;
}
.filters-form .form-control,
.filters-form .form-select {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.w-min-content {
  width: min-content !important;
}
.w-max-content {
  width: max-content !important;
}
.w-fit-content {
  width: fit-content !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.table-responsive th {
  color: var(--theme-th-text);
  background-color: var(--theme-th-background) !important;
}
.table > * {
  font-size: 11px;
}
.table > * thead th {
  font-weight: bold;
}
.table > * .fa {
  font-size: 18px;
}
.table > * .action-buttons .fa {
  transition: all 0.1s;
}
.table > * .action-buttons a:hover .fa {
  transform: scale(1.2);
}
.datepicker table {
  font-size: 13px;
}
*:disabled {
  cursor: not-allowed !important;
  pointer-events: auto !important;
}
.sidebar.closed .list-unstyled-main:hover > ul {
  display: block;
}
.highcharts-credits {
  display: none;
}
.table-responsive {
  overflow-y: hidden;
}
.table-responsive .table {
  margin-bottom: 0px;
}
.nas-stats {
  color: #4383B4;
  line-height: 1.4;
}
.nas-stats-info,
.nas-stats-info-item {
  padding-left: 20px;
}
@media (max-width: 335px) {
  .nas-stats-info {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .nas-stats-info-item {
    padding-left: 5px;
  }
}
.nas-stats-time {
  font-size: 15px;
}
@media (max-width: 380px) {
  .nas-stats-time {
    font-size: 12px;
  }
}
/* === NEW STYLES Starts Here === */
.scrollbar-x,
.scrollbar-y {
  scrollbar-width: thin;
  scrollbar-color: #bbd4e5 #e0e0e0;
}
.scrollbar-y {
  overflow-y: auto;
}
.scrollbar-x {
  overflow-x: auto;
}
.scrollbar-x::-webkit-scrollbar,
.scrollbar-y::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scrollbar-x::-webkit-scrollbar-track,
.scrollbar-y::-webkit-scrollbar-track {
  background: var(--scrollbar-track-color);
}
.scrollbar-x::-webkit-scrollbar-thumb,
.scrollbar-y::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border: 5px solid var(--scrollbar-thumb-color);
}
.table th,
.table td,
.invoice-box table td {
  padding: 5px 10px;
}
.filters-form input[type="text"],
.filters-form input[type="file"],
.filters-form input[type="number"],
.filters-form input[type="password"],
.filters-form input[type="date"],
.filters-form input[type="time"],
.filters-form .btn-primary,
.filters-form select,
.filters-form textarea,
.input-group .input-group-text {
  font-size: 12px !important;
}
.filters-form .btn-primary {
  background-color: #428bca;
  border: none;
}
.filters-form .btn-primary:hover,
.filters-form .btn-primary:focus {
  background-color: #1b6aaa;
}
.filters-form label {
  font-weight: bold;
}
.filters-form .col-form-label::after {
  display: none;
}
.filters-form .row.align-items-center {
  margin-bottom: 0 !important;
}
.table-box th,
.detail .table:not(.table-box) thead th,
.detail .table:not(.table-box) thead td,
.detail .table:not(.table-box) tfoot th,
.detail .table:not(.table-box) tfoot td {
  color: #336199;
  background-color: #EDF3F4 !important;
}
.table-box {
  border: 1px solid #DCEBF7 !important;
}
.table-box tr:first-child th,
.table-box tr:first-child td {
  border: none;
  border-bottom: none;
}
.table-box th {
  border: none;
  border-bottom: 1px solid #F7FBFF;
  text-align: right;
  font-weight: normal;
  color: #336199;
  background-color: #EDF3F4 !important;
  border-top: 1px solid #F7FBFF;
  width: 130px !important;
}
.table-box td {
  border: none;
  border-bottom: 1px dotted #DCEBF7;
  position: relative;
  /*a{
			position: absolute;
  			right: 5px;
		}*/
}
.table-box a,
.table-box .detail-anchor {
  float: right !important;
  padding: 2px 5px 3px !important;
}
.detail {
  /*.accordion-body{
		padding: 0;
	}*/
}
.detail > td {
  padding: 10px;
}
.detail .theme-color {
  color: #478fca !important;
}
.detail .fa-user {
  font-size: 110px;
  color: #999;
}
.detail .accordion,
.detail .card {
  padding: 0 10px;
  margin-bottom: 5px;
}
.detail .accordion-button {
  font-size: 11px;
  width: initial;
}
.detail h5 {
  font-size: 17px;
  font-weight: bold;
}
.detail a {
  padding: 4px 5px 5px 5px;
  display: inline-block;
  text-decoration: none;
  color: var(--theme-background);
}
.detail a:hover,
.detail a:focus {
  background-color: var(--theme-button-color);
  color: var(--theme-button-background);
}
.table-permission tr:last-child,
.table-permission tr:last-child td {
  border-bottom: 0 !important;
}
.table-dropdown > tbody > tr:nth-child(4n-3):hover,
.table-dropdown > tbody > tr:nth-child(4n-1):hover {
  background-color: #def;
  cursor: pointer;
}
.table-dropdown > tbody > tr:nth-child(4n-3):hover .icon-dropdown,
.table-dropdown > tbody > tr:nth-child(4n-1):hover .icon-dropdown {
  position: relative;
}
.table-dropdown > tbody > tr:nth-child(4n-3):hover .icon-dropdown::after,
.table-dropdown > tbody > tr:nth-child(4n-1):hover .icon-dropdown::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 6px;
  right: 5px;
}
.table-dropdown > tbody > tr.details > td {
  padding: 10px 10px 20px;
}
.table-dropdown > tbody > tr.details .actions-detail > a,
.table-dropdown > tbody > tr.details .widget-box {
  padding: 0 12px;
}
.table-dropdown > tbody > tr.details .table-bordered table {
  margin-bottom: 0;
}
.table-dropdown > tbody > tr.details:hover {
  background-color: transparent;
  cursor: default;
}
.table-dropdown > tbody > tr:nth-child(4n-1) {
  background-color: #f9f9f9;
}
.table-dropdown > tbody > tr:nth-child(4n-3) {
  background-color: #fff;
}
tr:hover .detail-btn:after {
  font-family: "Font Awesome 6 Free";
  content: '\f107';
  position: absolute;
  padding-left: 8px;
  top: 0;
  padding-right: 5px;
  right: 0;
  font-weight: 900;
}
td.detail-btn {
  position: relative;
  padding-right: 20px !important;
  cursor: pointer;
}
/*
.detail .table:not(.table-box) thead th {
  	background-color: var(--theme-detail-th-background) !important;
    color: var(--theme-detail-th-text);
    width: 200px;
}*/
.table-striped > tbody > tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: transparent !important;
  color: var(--body-font-color);
}
.table-striped > tbody > tr:nth-child(even) {
  background-color: var(--table-row-background) !important;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: transparent !important;
}
.online-indicator {
  border-left: 3px solid #03a903 !important;
}
.offline-indicator {
  border-left: 3px solid red !important;
}
.red {
  color: #dd5a43 !important;
}
.yellow {
  color: #ffcc00;
}
.orange {
  color: #ff892a !important;
}
.blue {
  color: #4383B4;
}
.light-green {
  color: #69aa46 !important;
}
.green {
  color: green;
}
.cursor.green {
  color: green;
  padding-right: 15px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
.cursor.green:hover,
.cursor.green:focus {
  color: green;
}
.cursor.green:hover::after,
.cursor.green:focus::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  right: 5px;
}
.page-login .form-box {
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 30px;
}
.page-login i {
  font-size: 20px;
  width: 20px;
}
.page-login .input-group-text {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.page-login .form-control {
  height: 40px;
  padding: 8px 14px;
  font-size: 15px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  color: #696969;
}
.page-login .form-control:focus {
  border-color: #f59942;
  box-shadow: none;
}
.page-login .form-control::-moz-placeholder,
.page-login .form-control::placeholder {
  color: #c0c0c0;
  opacity: 1;
}
.page-login .form-check-label {
  font-size: 14px;
}
.page-login .form-check-input {
  margin-top: 5px;
}
.page-login [type=submit] {
  background-color: #428bca;
  border-color: #428bca;
  font-size: 18px;
  border-radius: 4px !important;
}
.page-login [type=submit]:hover,
.page-login [type=submit]:focus {
  background-color: #1b6aaa;
}
.page-login .text-success,
.page-login .text-danger {
  font-size: 14px;
}
@media (min-width: 568px) {
  .page-login .form-box {
    padding: 45px;
  }
}
@media (min-width: 768px) {
  .page-login,
  .page-login .form-control {
    font-size: 16px !important;
  }
  .page-login .text-success,
  .page-login .text-danger {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .page-login i {
    font-size: 24px;
    width: 24px;
  }
  .page-login .input-group-text {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .page-login .form-control {
    height: 46px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}
.page-dashboard .table .fa-caret-right {
  color: #478fca;
  font-size: 11px;
}
.page-dashboard .table th {
  background-color: transparent !important;
}
.page-dashboard .bg-table-th {
  background-color: #ededed;
}
.page-dashboard .fa-angle-down {
  color: #aaa;
  font-size: 14px;
}
.page-dashboard .btn-collapse {
  font-size: 14px;
  padding: 10px;
  line-height: 1.3;
}
.page-dashboard .btn-collapse:hover .fa,
.page-dashboard .btn-collapse:focus .fa {
  transform: scale(1.2);
}
.page-dashboard .btn-collapse .fa {
  color: #aaa;
  transition: all 0.1s ease 0s;
}
.page-dashboard .card {
  border: none;
}
.page-dashboard .card-header {
  background-color: transparent !important;
  font-weight: 200;
  padding-left: 0;
}
.page-dashboard .card-header.bg-light {
  background-color: #f8f9fa !important;
}
.page-dashboard .card-body {
  padding: 0;
}
.page-dashboard .card-body th {
  background-color: transparent !important;
}
.page-dashboard h3,
.page-dashboard h5 {
  margin-bottom: 0;
}
.page-dashboard h3 {
  font-size: 18px;
  color: #4383B4;
}
.page-dashboard h5 {
  font-size: 15px;
  color: #4383B4;
}
.page-dashboard h5 i {
  font-size: 15px;
}
.page-dashboard hr {
  border-top: 1px solid #ccc;
}
.page-dashboard .infobox-container .infobox {
  border: 1px dotted #D8D8D8;
}
.page-dashboard .infobox-container i {
  font-size: 22px;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 1px 1px 0 2px;
  background-color: transparent;
  border-width: 0;
  text-align: center;
  position: relative;
  border-radius: 100%;
}
.page-dashboard .infobox-container i::before {
  display: block;
  padding: 8px 0 0;
  width: 42px;
  text-align: center;
  border-radius: 100%;
  color: #FFF;
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
}
.page-dashboard .infobox-container .infobox-icon {
  line-height: 1;
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: top;
  width: 44px;
}
.page-dashboard .infobox-container .infobox-data-numeric {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  font-size: 22px;
  margin-bottom: 4px;
}
.page-dashboard .infobox-container .infobox-title {
  color: #555;
}
.page-dashboard .infobox-container .separator {
  border-left: 1px dotted;
  border-color: #D8D8D8 !important;
}
@media (min-width: 1327px) {
  .page-dashboard .infobox-container .infobox {
    width: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .page-dashboard .infobox-container .infobox {
    width: 95%;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.page-dashboard .stats-mrtg img {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */