/* COLORS */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap");
:root {
  --gui-primary: #0196BB;
}

.thumbnail > a {
  color: #000;
  display: block;
}

.thumbnail > a:hover,
.thumbnail > a:focus {
  text-decoration: none;
}

.list-group-item > span > hr {
  margin-top: 8px;
  margin-bottom: 4px;
  border-color: #ddd;
  border-style: dotted;
}
.list-group-item h5 {
  margin: 0;
}

.pagination > li:first-child > a {
  border-radius: 0;
}
.pagination > li:last-child > a {
  border-radius: 0;
}

.collection {
  margin: 1rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: teal;
  color: rgb(153.5, 255, 255);
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: teal;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.line {
  clear: both;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #ddd;
}

.line-bottom {
  border-bottom: 1px solid #ddd;
}

.page-min-height {
  min-height: 360px;
}

.pagelet-min-height {
  min-height: 480px;
}

.page-isolate-min {
  margin: 4% auto;
  padding: 15px;
  box-shadow: 0 0 6px #aaa;
  background-color: #EF4949;
}

#InvoiceProfile .dataTables_filter, #PaymentProfile .dataTables_filter {
  display: none;
}

.link-text,
.text-link {
  text-decoration: none;
}

/* User Select. */
.user-select-none {
  user-select: none !important;
}

/* Width */
.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

/* Min width. */
.mw-25 {
  min-width: 25%;
}

.mw-50 {
  min-width: 50%;
}

.mw-75 {
  min-width: 75%;
}

.mw-100 {
  min-width: 100%;
}

/* Custom Text Color Classes for Bootstrap's full palette */
.text-blue {
  color: var(--bs-blue) !important;
}

.text-indigo {
  color: var(--bs-indigo) !important;
}

.text-purple {
  color: var(--bs-purple) !important;
}

.text-pink {
  color: var(--bs-pink) !important;
}

.text-red {
  color: var(--bs-red) !important;
}

.text-orange {
  color: var(--bs-orange) !important;
}

.text-yellow {
  color: var(--bs-yellow) !important;
}

.text-green { /* Note: This is different from .text-success, which uses a specific green */
  color: var(--bs-green) !important;
}

.text-teal {
  color: var(--bs-teal) !important;
}

.text-cyan {
  color: var(--bs-cyan) !important;
}

/* Grays (if you need specific shades beyond .text-muted) */
.text-gray {
  color: var(--bs-gray) !important; /* Note: --bs-gray often maps to a specific shade like --bs-gray-600 */
}

.text-gray-100 {
  color: var(--bs-gray-100) !important;
}

.text-gray-200 {
  color: var(--bs-gray-200) !important;
}

.text-gray-300 {
  color: var(--bs-gray-300) !important;
}

.text-gray-400 {
  color: var(--bs-gray-400) !important;
}

.text-gray-500 {
  color: var(--bs-gray-500) !important;
}

.text-gray-600 {
  color: var(--bs-gray-600) !important;
}

.text-gray-700 {
  color: var(--bs-gray-700) !important;
}

.text-gray-800 {
  color: var(--bs-gray-800) !important;
}

.text-gray-900 {
  color: var(--bs-gray-900) !important;
}

@keyframes running-progress {
  0% {
    margin-left: 0;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
body {
  height: 100%;
  font-family: "Roboto", var(--bs-body-font-family), sans-serif;
}
@media (max-width: 1366px) {
  body {
    font-size: 0.9rem;
  }
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

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

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

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.text-primary-50 {
  color: var(--gui-primary-50);
}

.text-primary-100 {
  color: var(--gui-primary-100);
}

.text-primary-200 {
  color: var(--gui-primary-200);
}

.text-primary-300 {
  color: var(--gui-primary-300);
}

.text-primary-400 {
  color: var(--gui-primary-400);
}

.text-primary-500 {
  color: var(--gui-primary-500);
}

.text-primary-600 {
  color: var(--gui-primary-600);
}

.text-primary-700 {
  color: var(--gui-primary-700);
}

.text-primary-800 {
  color: var(--gui-primary-800);
}

.text-primary-900 {
  color: var(--gui-primary-900);
}

.text-primary-950 {
  color: var(--gui-primary-950);
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}


.select2-sm .select2-container .select2-selection--single {
  padding: 0;
  font-size: 0.875rem;
}
.select2-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1070;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 1070;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.db-bg {
  background-color: #eee;
}
.db-bg .page-header {
  border-color: #ccc;
}

.chart-xs {
  height: 70px;
}

.chart-sm {
  height: 150px;
}

.chart-md {
  height: 310px;
}

.chart-lg {
  height: 310px;
}

.chart-xl {
  height: 440px;
}

.pb-chart canvas {
  display: block;
  text-align: center;
}

.pb-chart-card-lg .table {
  vertical-align: middle;
  background-color: #4E4546;
}
.pb-chart-card-lg .table-bordered td {
  font-size: 18px;
  color: #BEB0AD;
  border-color: #615859;
  vertical-align: middle;
}
.pb-chart-card-lg .table-bordered td .h3 {
  margin: 0;
}
.pb-chart-card-lg .table-bordered td strong {
  font-weight: 600;
}

.pb-chart-table {
  border: 1px solid #ddd;
}
.pb-chart-table .pb-chart-header {
  padding: 10px;
}
.pb-chart-table .pb-chart-header h3, .pb-chart-table .pb-chart-header h4 {
  margin: 0;
}
.pb-chart-table .scroll {
  max-height: 400px;
  border-top: 1px solid #ddd;
  overflow-y: scroll;
}
.pb-chart-table .scroll .table {
  margin-left: -1px;
  margin-bottom: 0;
}

.dashboard-tiles .tile {
  border: 1px solid #ddd;
  height: 150px;
  margin-bottom: 10px;
  background-color: #fff;
}
.dashboard-tiles .tile .count {
  height: 110px;
  margin: 0;
  line-height: 110px;
  font-size: 1.5rem;
}
.dashboard-tiles .tile .title {
  display: block;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}
.dashboard-tiles .tile a.title {
  display: block;
}
.dashboard-tiles .tile a.title:hover,
.dashboard-tiles .tile a.title:focus {
  color: #08f;
  text-decoration: none;
}
.dashboard-tiles .tile-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  border: 4px solid #08f;
}
.dashboard-tiles .tile-circle .count {
  font-size: 48px;
  line-height: 100px;
}
.dashboard-tiles .tile-circle .title {
  line-height: 45px;
  border-bottom: 0;
  background-color: transparent;
}
.dashboard-tiles .tile-lemon-green {
  border-color: #C8D657;
  border-bottom-color: #eee;
}
.dashboard-tiles .title-purple {
  border-color: #AA529B;
  border-bottom-color: #eee;
}
.dashboard-tiles .tile-teal {
  border-color: #00AAA8;
  border-bottom-color: #eee;
}
.dashboard-tiles .tile-amber {
  border-color: #F8BB48;
  border-bottom-color: #eee;
}

#diagnosisHistoryOccurances {
  max-height: 300px;
}

#AntenatalAnnualSummery {
  margin: 15px 0;
  max-width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
}

.dashboard-charts canvas {
  display: block;
}

.reports-canvas {
  width: 1180px;
  padding: 1em;
  background-color: #ddd;
  overflow: hidden;
}

.chart-wrap {
  clear: both;
  margin-bottom: 1em;
  padding: 0.5em;
  border: 1px solid #ddd;
  background-color: #fff;
}
.chart-wrap > h4 {
  margin: 0;
  padding: 0.4em 0;
  border-bottom: 1px solid #ddd;
}

.sidebar-welcome .thumb {
  width: 100px;
  height: 100px;
}

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

.login-panel {
  display: block;
  max-width: 400px;
  min-width: 380px;
}
.login-panel .title {
  font-size: 48px;
}

.thumbnail a {
  text-decoration: none;
}

.page-header .nav-tabs .nav-link {
  position: relative;
  color: var(--bs-black);
  font-size: 0.9rem;
}
.page-header .nav-tabs .nav-link.active {
  color: var(--bs-blue);
}
.page-header .nav-tabs .nav-link:hover, .page-header .nav-tabs .nav-link:focus {
  color: var(--bs-blue);
}
.page-header .nav-tabs .nav-link:hover::before, .page-header .nav-tabs .nav-link:focus::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  border-bottom: 0.15rem solid var(--bs-blue);
}
.page-header .nav-tabs .dropdown {
  margin-top: -1px;
}

.db-panel {
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.date-card {
  display: block;
}
.date-card .date {
  display: inline-block;
  font-size: 48px;
}

.date-heading .title {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  font-size: 13px;
  background-color: #08f;
}
.date-heading .date {
  display: inline-block;
  padding: 6px 10px;
  color: #000;
  font-size: 13px;
  background-color: #ccc;
}

.patient-profile {
  display: table;
  width: 100%;
  margin: 15px 0;
  border: 1px solid #EDF0F5;
  background-color: #EDF0F5;
}
.patient-profile .thumb {
  display: table-cell;
  width: 116px;
  vertical-align: top;
  color: #fff;
  background-color: #008080;
}
.patient-profile .thumb img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 8px;
  color: #acacac;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 100px;
  background-color: #fff;
}
.patient-profile .td-body {
  display: table-cell;
  padding: 8px;
  vertical-align: top;
  background-color: #EDF0F5;
}
.patient-profile .td-body h4 {
  margin: 0;
  padding: 4px 0 8px 0;
}
.patient-profile .td-body .col {
  float: left;
  width: 33.3333%;
  padding: 0 8px 8px 8px;
  font-size: 13px;
  line-height: 1.5;
}
.patient-profile .td-body .col br {
  margin-bottom: 10px;
}

.stage-preset {
  display: table;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.stage-preset .col {
  display: table-cell;
  padding: 4px;
  border-right: 1px solid #ddd;
}

.stage-panel .nav.flex-column .nav-link.active {
  color: var(--bs-white);
  background-color: var(--gui-primary);
}

.vitals .thumbnail {
  text-align: center;
  background-color: #eee;
}
.vitals .thumbnail h4 {
  margin: 0;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vitals .thumbnail .count {
  color: #0196BB;
  font-size: 1.5rem;
  font-weight: bold;
}
.vitals .thumbnail .si-unit {
  color: #000;
}

.vital-cards strong {
  display: block;
}
.vital-cards > div {
  padding-bottom: 8px;
  margin-bottom: 4px;
}

.col-set-1 {
  max-height: 400px;
  padding-bottom: 15px;
  overflow-y: auto;
}

.table-reports > .header {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  background-color: #efefef;
}

#footer {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  color: #484848;
  font-size: 0.9em;
  text-align: center;
  border-top: 1px solid #ccc;
  background-color: #ddd;
}
#footer > p {
  padding: 1em 2em;
  margin-bottom: 0;
}

.bdr-all {
  border: 1px solid #ddd;
}

.section-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  clear: both;
}
.section-header > h4, .section-header > h3, .section-header > h2, .section-header > h1 {
  float: left;
}
.section-isolate {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.badge {
  font-weight: normal;
}
.badge.negative {
  background-color: var(--bs-green);
}
.badge.positive {
  background-color: var(--bs-red);
}

.profile-list .item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.profile-list .item .thumb {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.profile-list .item .content {
  float: left;
  height: 80px;
  width: calc(100% - 80px);
  overflow: hidden;
}
.profile-list .item .content p {
  margin-bottom: 2px;
}

.page-404 {
  display: table;
  width: 100%;
}
.page-404 > .wrap {
  display: table-cell;
  width: 100%;
  height: 480px;
  padding: 15px;
  vertical-align: middle;
  background-color: #ddd;
}
.page-404 .page-404-title {
  font-weight: 200;
  color: #000;
  font-size: 2em;
}

.sr-placeholder {
  clear: both;
  font-size: 12px;
  font-weight: 600;
  color: #484848;
}

.profile-bar {
  float: none;
  clear: both;
  padding: 4px;
  border: 1px solid #ddd;
  background-color: #ffc;
  overflow: hidden;
}
.profile-bar .wrap {
  display: table;
  width: 100%;
}
.profile-bar .tn {
  display: table-cell;
  vertical-align: middle;
  width: 66px;
}
.profile-bar .tn img {
  width: 64px;
  height: 64px;
  border: 1px solid #eee;
}
.profile-bar .meta {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.profile-bar .meta h4 {
  display: inline-block;
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.profile-bar .options {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}

.pills {
  display: block;
  margin: 4px 0;
  clear: both;
  overflow: hidden;
}
.pills .pill {
  display: inline-block;
  padding: 4px;
  margin-bottom: 4px;
  font-size: 0.9rem;
  color: #000;
  background-color: #eee;
}

.smart-select-panel {
  border: 1px solid #ccc;
  background-color: #fff;
}
.smart-select-panel .header-panel {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.smart-select-panel .header-panel h4 {
  margin: 0;
}
.smart-select-panel .selection-panel {
  max-height: 390px;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.smart-select-panel .selection-panel .table {
  margin-top: -1px;
}
.smart-select-panel .selection-panel .table tr td {
  vertical-align: middle;
}
.smart-select-panel .selection-panel .table tr td:first-child {
  width: 50px;
  max-width: 50px;
}
.smart-select-panel .selection-panel .table tr td:first-child .form-control {
  width: 27px;
  height: 26px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-tap-highlight-color: #808;
}
.smart-select-panel .selection-panel .table tr td .form-label {
  margin: 0;
}
.smart-select-panel .selection-panel .table tr td .form-label.fs-lg {
  font-size: 16px;
}
.smart-select-panel .selected-panel {
  max-height: 390px;
  padding: 0;
  overflow: hidden;
}
.smart-select-panel .selected-panel > .panel-heading {
  height: 40px;
}
.smart-select-panel .selected-panel > .wrap {
  max-height: 350px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}

.search-results .header {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.settings-panel .tile {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px #ddd;
  transition: all 0.3s linear;
}
.settings-panel .tile .tile-icon {
  height: 100px;
  padding: 15px;
}
.settings-panel .tile .tile-icon > i {
  line-height: 70px;
  font-size: 48px;
  color: #000;
}
.settings-panel .tile .tile-label {
  padding: 8px;
  height: 50px;
  border-top: 1px solid #ddd;
  color: #000;
  transition: all 0.3s linear;
}
.settings-panel .tile .tile-label h4 {
  margin: 0;
  font-size: 14px;
}
.settings-panel .tile:hover,
.settings-panel .tile:focus {
  text-decoration: none;
  border-color: #08f;
  box-shadow: 0 0 3px #08f;
}
.settings-panel .tile:hover .tile-label,
.settings-panel .tile:focus .tile-label {
  background-color: #f5f2f0;
}

.s-results {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: unset;
  background-color: #fff;
  border: 1px solid #ccc;
}
.s-results li {
  border-bottom: 1px solid #ddd;
}
.s-results li a {
  display: block;
  padding: 0.5rem 1rem;
  overflow: hidden;
}
.s-results li a:hover, .s-results li a:focus {
  background-color: #eee;
}
.s-results li a h4 {
  margin: 0;
  font-size: 1rem;
  color: #000;
}
.s-results li a .sr-avatar {
  float: left;
  width: 60px;
  max-width: 60px;
  padding: 4px;
}
.s-results li a .sr-avatar img {
  display: inline-block;
  width: 52px;
}
.s-results li a .sr-content {
  float: left;
  padding: 4px;
  width: calc(100% - 60px);
  max-width: calc(100% - 60px);
}

.list-group.px-0 .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.person-list-group strong {
  font-weight: 500;
}
.person-list-group .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: transparent;
}
.person-list-group .list-group-item:hover span, .person-list-group .list-group-item:focus span {
  color: var(--bs-primary);
}

.action-btn {
  display: block;
  height: 100%;
  text-decoration: none;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-lg);
  text-align: center;
}
.action-btn i {
  font-size: 2.5rem;
  font-weight: 100;
}
.action-btn h6 {
  margin-top: 1rem;
  font-weight: 400;
}

.dt-buttons {
  margin-bottom: 1em;
}

.buttons-html5,
.buttons-pdf,
.buttons-print {
  color: #000;
  border-color: #ddd;
  background-color: #eee;
  transition: all 0.3s linear;
}

.buttons-html5:hover, .buttons-html5:focus {
  color: #fff;
  border-color: #00B5AD;
  background-color: #00B5AD;
}

.buttons-pdf:hover, .buttons-pdf:focus {
  color: #fff;
  border-color: #DB2828;
  background-color: #DB2828;
}

.buttons-print:hover, .buttons-print:focus {
  border-color: #ccc;
  background-color: #ccc;
}

.dataTables_filter {
  float: right;
  margin-bottom: 1em;
}
.dataTables_filter label {
  display: block;
  max-width: 400px;
}
.dataTables_filter .form-control {
  font-weight: normal;
  color: #08f;
}

.table-sm tbody td {
  font-size: 13px;
}

:root {
  --sui-primary: #008080;
  --gui-primary-50: #eefffc;
  --gui-primary-100: #c5fffa;
  --gui-primary-200: #8bfff5;
  --gui-primary-300: #4afef0;
  --gui-primary-400: #15ece2;
  --gui-primary-500: #00d0c9;
  --gui-primary-600: #00a8a5;
  --gui-primary-700: #008080;
  --gui-primary-800: #066769;
  --gui-primary-900: #0a5757;
  --gui-primary-950: #003235;
}

.navbar-dark {
  background-color: var(--sui-primary);
}

.navbar-brand {
  position: relative;
  font-size: 1.1rem;
  z-index: 1;
}

.hv-a-2 {
  transition: all 0.3s linear;
}
.hv-a-2:hover, .hv-a-2:focus {
  transform: translateY(-0.5rem);
}

.bg-primary-50 {
  background-color: var(--gui-primary-50);
}

.bg-primary-100 {
  background-color: var(--gui-primary-100);
}

.bg-primary-200 {
  background-color: var(--gui-primary-200);
}

.bg-primary-300 {
  background-color: var(--gui-primary-300);
}

.bg-primary-400 {
  background-color: var(--gui-primary-400);
}

.bg-primary-500 {
  background-color: var(--gui-primary-500);
}

.bg-primary-600 {
  background-color: var(--gui-primary-600);
}

.bg-primary-700 {
  background-color: var(--gui-primary-700);
}

.bg-primary-800 {
  background-color: var(--gui-primary-800);
}

.bg-primary-900 {
  background-color: var(--gui-primary-900);
}

.bg-primary-950 {
  background-color: var(--gui-primary-950);
}

.bg-grey {
  background-color: #eee;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-bg {
  background-color: var(--gui-primary);
}

.bg-fluent-1 {
  background: #eeeeee;
  background: linear-gradient(146deg, rgba(221, 221, 221, 0.5) 0%, rgba(238, 238, 238, 0.5) 50%, rgba(238, 204, 238, 0.5) 100%);
}

.bg-fluent-2 {
  background: #eeeeee;
  background: linear-gradient(146deg, rgba(221, 221, 221, 0.25) 0%, rgba(238, 238, 238, 0.25) 50%, rgba(238, 204, 238, 0.15) 100%);
}

.hv-bg-light:hover, .hv-bg-light:focus {
  background-color: var(--bs-light);
}

.hv-border-primary:hover, .hv-border-primary:focus {
  border: 1px solid var(--bs-primary) !important;
}

.border-bottom-border-dotted {
  border-bottom: 1px dotted #000 !important;
}

.btn-primary-50 {
  color: var(--bs-black);
  border-color: var(--gui-primary-50);
  background-color: var(--gui-primary-50);
}
.btn-primary-50:hover, .btn-primary-50:focus {
  color: var(--bs-black);
  border-color: var(--gui-primary-200);
  background-color: var(--gui-primary-200);
}

.btn-primary-100 {
  color: var(--bs-black);
  border-color: var(--gui-primary-100);
  background-color: var(--gui-primary-100);
}
.btn-primary-100:hover, .btn-primary-100:focus {
  color: var(--bs-black);
  border-color: var(--gui-primary-200);
  background-color: var(--gui-primary-200);
}

.btn-primary-200 {
  color: var(--bs-black);
  border-color: var(--gui-primary-200);
  background-color: var(--gui-primary-200);
}
.btn-primary-200:hover, .btn-primary-200:focus {
  color: var(--bs-white);
  border-color: var(--gui-primary-300);
  background-color: var(--gui-primary-300);
}

.btn-primary-300 {
  color: var(--bs-white);
  border-color: var(--gui-primary-300);
  background-color: var(--gui-primary-300);
}
.btn-primary-300:hover, .btn-primary-300:focus {
  color: var(--bs-white);
  border-color: var(--gui-primary-400);
  background-color: var(--gui-primary-400);
}

.btn-primary-400 {
  color: var(--bs-white);
  border-color: var(--gui-primary-400);
  background-color: var(--gui-primary-400);
}
.btn-primary-400:hover, .btn-primary-400:focus {
  color: var(--bs-white);
  border-color: var(--gui-primary-500);
  background-color: var(--gui-primary-500);
}

.btn-primary-500 {
  color: var(--bs-white);
  border-color: var(--gui-primary-500);
  background-color: var(--gui-primary-500);
}
.btn-primary-500:hover, .btn-primary-500:focus {
  color: var(--bs-white);
  border-color: var(--gui-primary-400);
  background-color: var(--gui-primary-400);
}

.btn-primary-600 {
  color: var(--bs-white);
  border-color: var(--gui-primary-600);
  background-color: var(--gui-primary-600);
}
.btn-primary-600:hover, .btn-primary-600:focus {
  color: var(--bs-white);
  border-color: var(--gui-primary-500);
  background-color: var(--gui-primary-500);
}

.btn-primary-700 {
  color: var(--bs-white);
  border-color: var(--gui-primary-700);
  background-color: var(--gui-primary-700);
}
.btn-primary-700:hover, .btn-primary-700:focus {
  color: var(--bs-white);
  border-color: var(--gui-primary-600);
  background-color: var(--gui-primary-600);
}

.btn-primary-800 {
  color: var(--bs-white);
  border-color: var(--gui-primary-800);
  background-color: var(--gui-primary-800);
}
.btn-primary-800:hover, .btn-primary-800:focus {
  color: var(--bs-white);
  border-color: var(--gui-primary-700);
  background-color: var(--gui-primary-700);
}

.btn-primary-900 {
  color: var(--bs-white);
  border-color: var(--gui-primary-900);
  background-color: var(--gui-primary-900);
}
.btn-primary-900:hover, .btn-primary-900:focus {
  color: var(--bs-white);
  border-color: var(--gui-primary-800);
  background-color: var(--gui-primary-800);
}

.btn-primary-950 {
  color: var(--bs-white);
  border-color: var(--gui-primary-950);
  background-color: var(--gui-primary-950);
}
.btn-primary-950:hover, .btn-primary-950:focus {
  color: var(--bs-white);
  border-color: var(--gui-primary-900);
  background-color: var(--gui-primary-900);
}

.form-group {
  margin-bottom: 1rem;
}

.form-select option {
  font-weight: 500;
  font-size: 0.9rem;
}

.form-label {
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-size: 0.85rem;
}
.form-label .required {
  color: var(--bs-danger);
}

.form .collapse-toggle {
  font-weight: 600;
}
.form .collapse-toggle::after {
  margin-left: 0.5rem;
  font-family: "Font Awesome 5 Pro", serif;
  font-weight: 700;
  content: "\f078";
  vertical-align: unset;
  transition: all 0.3s linear;
}
.form .collapse-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
  margin-right: 0.5rem;
}
.form-switch .form-check-label {
  line-height: 2em;
}

.form-separator {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.form-separator span {
  position: relative;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: var(--bs-light);
  z-index: 2;
  color: var(--bs-blue);
}
.form-separator .sub-heading {
  font-size: 0.7rem;
  color: var(--bs-black);
}
.form-separator:before {
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  z-index: 1;
  background-color: var(--bs-border-color);
}

.note-item {
  display: flex;
  margin-bottom: 8px;
  align-items: end;
  gap: 5px;
}
.note-item .label {
  font-weight: 500;
  line-height: 18px;
  transform: translateY(2px);
}
.note-item .text {
  flex-grow: 1;
  line-height: 20px;
  border-bottom: 1px dotted var(--bs-black);
}

.pos-table .form-check {
  min-height: unset;
  margin-bottom: 0;
}

.pos-receipt-container {
  max-width: 576px !important;
}

.pos-tab:hover, .pos-tab:focus {
  border-color: #FBBD08 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.pos-tab .wrap {
  text-decoration: none;
  color: #fff;
}
.pos-tab .wrap:hover, .pos-tab .wrap:focus {
  color: #FBBD08;
}
.pos-tab .wrap:hover .arrow svg, .pos-tab .wrap:focus .arrow svg {
  display: inline-block;
}
.pos-tab .icon {
  position: absolute;
  width: 5rem;
  left: 1rem;
  top: 0;
}
.pos-tab .text-content {
  padding-left: 5rem;
  padding-right: 2.5rem;
}
.pos-tab .arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 3rem;
}
.pos-tab .arrow svg {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
}

.mini-order-form .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
}
.mini-order-form .form-check-label {
  padding-left: 1rem;
  line-height: 1.5rem;
}

.cart-list-group .list-group-item:hover, .cart-list-group .list-group-item:focus {
  color: #2185D0;
  background-color: rgba(33, 133, 208, 0.2);
}

.form-control,
.form-select,
.form-control-sm,
.form-select-sm,
.input-group-text {
  border-radius: 0;
}

.btn {
  border-radius: 0.2rem;
}

.accordion-button {
  text-decoration: none;
}

.dropdown-toggle::after {
  border: none;
  font-family: "Font Awesome 5 Pro", serif;
  font-weight: 300;
  content: "\f078";
  vertical-align: unset;
  transition: all 0.3s linear;
}
.dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--bs-white);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: var(--bs-yellow);
}

.dropdown-menu > li {
  border-bottom: 1px solid #ddd;
}
.dropdown-menu > li:last-child {
  border-bottom: 0;
}

.dropdown-item {
  position: relative;
  padding-top: 0.5rem;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  transition: all 0.1s linear;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--sui-primary);
}
.dropdown-item i {
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
  color: var(--bs-secondary);
  text-align: center;
}

.metro-tabs {
  border-bottom: 1px solid #eee;
}
.metro-tabs .nav-tabs .nav-link {
  color: #000;
  border-radius: 0;
  border-color: #ddd;
  background-color: #eee;
}
.metro-tabs .nav-tabs .nav-link.active {
  color: #fff;
  border-color: #0196BB;
  background-color: #0196BB;
}

.visit-vertical-nav .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--bs-black);
}
.visit-vertical-nav .nav-link span {
  display: inline-block;
  width: 1.5rem;
  text-align: center;
}
.visit-vertical-nav .nav-link.active span {
  color: var(--bs-white) !important;
}

.card-header[aria-expanded=false] .fa-minus-circle {
  display: none;
}
.card-header[aria-expanded=true] .fa-plus-circle {
  display: none;
}

.card-lg .card-header {
  padding: 6px;
  height: 30px;
}
.card-lg .card-content {
  height: 120px;
}
.card-lg .row-full {
  height: 120px;
  line-height: 120px;
  padding: 0 10px;
  font-size: 48px;
}
.card-lg .row-half {
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  font-size: 28px;
}

#my_camera {
  display: block;
  min-width: 98%;
  max-width: 100%;
  height: auto !important;
}
#my_camera video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  height: auto !important;
  transform: scaleX(1) scaleY(1) !important;
}

.badge-0,
.badge-1 {
  font-weight: normal;
}

.badge-0 {
  background-color: darkred;
}

.badge-1 {
  background-color: green;
}

.x-status {
  min-height: 0.25rem;
  visibility: visible;
}
.x-status.loading {
  overflow: hidden;
  background-color: #cccccc;
}
.x-status.loading > .indicator {
  display: block;
  height: 0.25rem;
  animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-left: 2rem solid #FBBD08;
  background-color: rgba(1, 150, 187, 0.8);
}

th {
  position: relative;
  font-weight: 600;
}
th.sorting {
  padding-right: 1.25rem;
}
th.sorting:before {
  position: absolute;
  right: 0.25rem;
  top: 0.5rem;
  content: "\f062";
  font-family: "Font Awesome 5 Pro", serif;
  color: var(--bs-secondary);
}
th.sorting_desc {
  padding-right: 1.25rem;
}
th.sorting_desc:before {
  position: absolute;
  right: 0.25rem;
  top: 0.5rem;
  content: "\f063";
  font-family: "Font Awesome 5 Pro", serif;
  color: var(--bs-primary);
}
th.sorting_asc {
  padding-right: 1.25rem;
}
th.sorting_asc:before {
  position: absolute;
  right: 0.25rem;
  top: 0.5rem;
  content: "\f062";
  font-family: "Font Awesome 5 Pro", serif;
  color: var(--bs-primary);
}

.table-view tbody tr:hover, .table-view tbody tr:focus {
  border-bottom-color: var(--bs-primary);
}
.table-view tbody tr:hover .row-identifier, .table-view tbody tr:focus .row-identifier {
  visibility: visible;
}

.table {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.table th {
  font-weight: 500;
  font-size: 0.9rem;
}
.table.printable th, .table.printable td {
  font-size: 13px;
}
.table > :not(:first-child) {
  border-top-color: #ababab;
}
.table .form-control {
  border: 0;
}
.table .form-control::-webkit-outer-spin-button, .table .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table .form-control:focus {
  color: #212529;
  background-color: var(--bs-white);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.table .form-control[type=number] {
  -moz-appearance: textfield;
}

.dataTables_info {
  float: left;
}

.dataTables_paginate {
  float: right;
}

.dataTables_empty {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  color: var(--bs-secondary) !important;
  text-align: center;
}

img.thumbnail {
  max-width: 100%;
}

.candidate-report {
  font-size: 12px;
}
.candidate-report .report-heading-1 {
  position: relative;
  margin-top: 0.5rem;
  padding-top: 1px;
  z-index: 1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.candidate-report .report-heading-1 span {
  position: relative;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: var(--bs-white);
  z-index: 2;
  color: var(--bs-blue);
}
.candidate-report .report-heading-1:before {
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  z-index: 1;
  background-color: var(--bs-secondary);
}
.candidate-report .report-heading-2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.candidate-report h6 {
  font-size: 12px;
}
.candidate-report p,
.candidate-report .p {
  font-size: 12px;
}

@media (max-width 768px) {
  .form-control,
  .form-select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
  }
  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0;
  }
  .btn-md {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-line-height: 1.5;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
  }
  .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
  }
  .form-control {
    min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
    padding: 0.25rem 0.5rem;
  }
  .form-select {
    padding-left: 0.5rem;
  }
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-group-sm .input-group-text,
.input-group-sm .form-control,
.input-group-sm .form-select,
.input-group-sm .btn,
.input-group-lg .input-group-text,
.input-group-lg .form-control,
.input-group-lg .form-select,
.input-group-lg .btn {
  border-radius: 0;
}

.alert {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.alert.alert-dismissible .btn-close {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.card-header:first-child {
  border-radius: 0;
}

.bg-light-green {
  background-color: #92d050;
}

.border-light-green {
  border-color: #92d050;
}

.collapse-controller:hover, .collapse-controller:focus {
  cursor: pointer;
  color: var(--bs-primary);
}
.collapse-controller[aria-expanded=true] .fa {
  transform: rotate(180deg);
}
.collapse-controller .fa {
  transition: all 0.3s linear;
}

.printable-page {
  max-width: 1000px;
  font-family: "Roboto", Arial, "Times New Roman", serif;
  font-size: 14px;
}
.printable-page hr,
.printable-page .border-bottom,
.printable-page .border,
.printable-page .table {
  border-color: var(--bs-dark) !important;
}

.border.border-danger {
  border-color: var(--bs-danger) !important;
}
.border.border-primary {
  border-color: var(--bs-primary) !important;
}

.discharge-form h6 {
  font-size: 14px;
}

.receipt {
  font-size: 0.9rem;
}
.receipt .table-bordered * {
  border-color: #000;
  border-width: 1px;
}

.side-panel {
  width: 25%;
  right: -25% !important;
  transition: all 0.3s linear;
}
.side-panel.show {
  right: 0 !important;
}

.side-panel-header {
  height: 3.432rem;
}

.side-panel-content {
  position: absolute;
  top: 3.432rem;
  height: calc(100% - 3.432rem);
}

.shadow-start {
  box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.25);
}

/*# sourceMappingURL=theme.css.map */
