﻿:root {
  --bs-blue: #0f7fe0;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #f44336;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #00a9ef;
  --bs-secondary: #64748b;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #f44336;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 47, 76, 173;
  --bs-secondary-rgb: 100, 116, 139;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 244, 67, 54;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgba(47, 76, 173, 0.2);
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-link-color: #00a9ef;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #28a745;
  --bs-form-valid-border-color: #28a745;
  --bs-form-invalid-color: #f44336;
  --bs-form-invalid-border-color: #f44336;
  --bs-primary-text: #00a9ef;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #28a745;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #f44336;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057; }

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

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

.bootstrap-select {
  width: 220px;
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; }
    .bootstrap-select > .dropdown-toggle:after {
      margin-top: -1px; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2 !important; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .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;
  height: auto; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto; }

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }

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

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

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

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

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

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto; }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit; }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none; }
    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
      padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

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

.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  position: relative;
  display: block;
  margin-right: 5px;
  text-align: center; }
  .bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
    padding-right: inherit; }
  .bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
    position: relative;
    top: calc(((-1em / 1.5) + 1ex) / 2);
    pointer-events: none; }
    .bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
      top: auto; }

.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
  display: none; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

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

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    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 .dropdown-menu .notify.fadeOut {
      animation: 300ms linear 750ms forwards bs-notify-fadeOut; }

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

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

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

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

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

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg); }

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

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option: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 .filter-option: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 .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

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

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

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

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

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

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group {
    display: block; }
    .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 {
    display: block; }
    .bs-donebutton .btn-group button {
      width: 100%; }

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

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

.accordion .accordion-item {
  margin-bottom: 0.5rem;
  border: none; }
  .accordion .accordion-item:first-child, .accordion .accordion-item:last-child {
    border-radius: 0; }
  .accordion .accordion-item:last-child .accordion-button.collapsed {
    border-radius: 5px; }
  .accordion .accordion-item .accordion-header button {
    padding: 0.625rem 1.25rem;
    background: #dce1ee;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.33;
    color: var(--bs-dark); }
    .accordion .accordion-item .accordion-header button:not(.collapsed)::after {
      background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e"); }

.breadcrumb-area {
  padding: 0.625rem;
  border-bottom: 1px solid #e5e5e5; }

.breadcrumb {
  margin-bottom: 0;
  align-items: center; }
  .breadcrumb a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.33;
    color: #505050;
    text-decoration: none; }
  .breadcrumb .breadcrumb-item:last-child::before {
    color: var(--bs-dark); }
  .breadcrumb .breadcrumb-item:last-child {
    color: var(--bs-dark); }
    .breadcrumb .breadcrumb-item:last-child a {
      color: var(--bs-dark); }

.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-disabled-opacity: 0.45;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out; }
  .btn.btn-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .btn.btn-rounded {
    border-radius: 999rem; }
  .btn.btn-icon-only {
    border-radius: 999rem;
    height: 2.1875rem;
    width: 2.1875rem;
    padding: unset; }
  .btn.btn-square {
    border-radius: 0.375rem;
    height: 2.1875rem;
    width: 2.1875rem;
    padding: unset; }
  .btn:hover {
    opacity: 0.8; }

.btn-primary {
  --bs-btn-bg: #00a9ef;
  --bs-btn-border-color: #00a9ef;
  --bs-btn-hover-bg: #00a9ef;
  --bs-btn-hover-border-color: #00a9ef;
  --bs-btn-active-bg: #00a9ef;
  --bs-btn-active-border-color: #00a9ef;
  --bs-btn-disabled-bg: #00a9ef;
  --bs-btn-disabled-border-color: #00a9ef; }

.btn-secondary {
  --bs-btn-bg: #64748b;
  --bs-btn-border-color: #64748b;
  --bs-btn-hover-bg: #64748b;
  --bs-btn-hover-border-color: #64748b;
  --bs-btn-active-bg: #64748b;
  --bs-btn-active-border-color: #64748b;
  --bs-btn-disabled-bg: #64748b;
  --bs-btn-disabled-border-color: #64748b; }

.btn-success {
  --bs-btn-bg: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-bg: #28a745;
  --bs-btn-hover-border-color: #28a745;
  --bs-btn-active-bg: #28a745;
  --bs-btn-active-border-color: #28a745;
  --bs-btn-disabled-bg: #28a745;
  --bs-btn-disabled-border-color: #28a745; }

.btn-danger {
  --bs-btn-bg: #f44336;
  --bs-btn-border-color: #f44336;
  --bs-btn-hover-bg: #f44336;
  --bs-btn-active-bg: #f44336;
  --bs-btn-active-border-color: #f44336;
  --bs-btn-disabled-bg: #f44336;
  --bs-btn-disabled-border-color: #f44336; }

.btn-info {
  --bs-btn-bg: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-disabled-bg: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8; }

.btn-outline-primary {
  --bs-btn-color: #00a9ef;
  --bs-btn-border-color: #00a9ef;
  --bs-btn-hover-bg: #00a9ef;
  --bs-btn-hover-border-color: #00a9ef;
  --bs-btn-active-bg: #00a9ef;
  --bs-btn-active-border-color: #00a9ef;
  --bs-btn-disabled-color: #00a9ef;
  --bs-btn-disabled-border-color: #00a9ef; }

.btn-outline-secondary {
  --bs-btn-color: #64748b;
  --bs-btn-border-color: #64748b;
  --bs-btn-hover-bg: #64748b;
  --bs-btn-hover-border-color: #64748b;
  --bs-btn-active-bg: #64748b;
  --bs-btn-active-border-color: #64748b;
  --bs-btn-disabled-color: #64748b;
  --bs-btn-disabled-border-color: #64748b; }

.btn-outline-success {
  --bs-btn-color: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-bg: #28a745;
  --bs-btn-hover-border-color: #28a745;
  --bs-btn-active-bg: #28a745;
  --bs-btn-active-border-color: #28a745;
  --bs-btn-disabled-color: #28a745;
  --bs-btn-disabled-border-color: #28a745; }

.btn-outline-danger {
  --bs-btn-color: #f44336;
  --bs-btn-border-color: #f44336;
  --bs-btn-hover-bg: #f44336;
  --bs-btn-hover-border-color: #f44336;
  --bs-btn-active-bg: #f44336;
  --bs-btn-active-border-color: #f44336;
  --bs-btn-disabled-color: #f44336;
  --bs-btn-disabled-border-color: #f44336; }

.btn-outline-info {
  --bs-btn-color: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-disabled-color: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8; }

.card {
  background: var(--bs-white);
  border-color: var(--bs-white);
  color: var(--bs-dark);
  padding: 1.125rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  border-radius: 5px;
  position: relative; }

.form-floating > .form-control,
.form-floating > .form-select {
  height: 2.7rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 17px;
  background-color: var(--bs-white);
  border-color: #dce1ee;
  color: var(--bs-dark); }
  .form-floating > .form-control:focus, .form-floating > .form-control:invalid:focus, .form-floating > .form-control:valid:focus,
  .form-floating > .form-select:focus,
  .form-floating > .form-select:invalid:focus,
  .form-floating > .form-select:valid:focus {
    outline: none;
    box-shadow: none; }
  .form-floating > .form-control:focus,
  .form-floating > .form-select:focus {
    border-color: #00a9ef; }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
  .form-floating > .form-select:focus,
  .form-floating > .form-select:not(:placeholder-shown) {
    padding-top: 0.6rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select:focus ~ label,
  .form-floating > .form-select:not(:placeholder-shown) ~ label {
    height: auto;
    padding: 0 4px;
    background: var(--bs-white);
    border: none;
    opacity: 1;
    color: #6b6b6b;
    transform: scale(0.9) translateY(-0.55rem) translateX(0.15rem);
    width: auto; }

.form-floating > .form-select ~ label {
  height: auto;
  padding: 0;
  background: var(--bs-white);
  border: none;
  opacity: 1;
  color: #6b6b6b;
  transform: scale(0.9) translateY(-0.55rem) translateX(0.15rem); }

.form-floating > label {
  text-transform: capitalize;
  padding: 0.75rem 0.35rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.33;
  margin: 0 5px; }

.form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #00a9ef; }

.form-check .form-check-input:checked {
  background-color: #00a9ef;
  border-color: #00a9ef; }

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0 0.625rem; }

.row {
  margin-top: 0;
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  .row > *,
  .row div[class^="col-"] {
    padding: 0 0.625rem; }

.badge {
  --bs-badge-padding-x: 1em;
  --bs-badge-padding-y: 0.5em;
  --bs-badge-font-weight: 600;
  --bs-badge-font-size: 0.75em; }

.text-bg-primary {
  background-color: var(--bs-primary) !important; }

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

.text-bg-success {
  background-color: var(--bs-success) !important; }

.text-bg-danger {
  background-color: var(--bs-danger) !important; }

.text-bg-info {
  background-color: var(--bs-info) !important; }

.badge-shaded.badge-primary {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary); }

.badge-shaded.badge-secondary {
  background-color: var(--bs-secondary-bg-subtle);
  color: var(--bs-secondary); }

.badge-shaded.badge-success {
  background-color: var(--bs-success-bg-subtle);
  color: var(--bs-success); }

.badge-shaded.badge-danger {
  background-color: var(--bs-danger-bg-subtle);
  color: var(--bs-danger); }

.badge-shaded.badge-warning {
  background-color: var(--bs-warning-bg-subtle);
  color: var(--bs-warning); }

.badge-shaded.badge-info {
  background-color: var(--bs-info-bg-subtle);
  color: var(--bs-info); }

.badge-shaded.badge-light {
  background-color: var(--bs-light-bg-subtle);
  color: var(--bs-light); }

.badge-shaded.badge-dark {
  background-color: var(--bs-dark-bg-subtle);
  color: var(--bs-dark); }

.modal .modal-dialog.side-modal {
  margin: 0 0 0 auto;
  min-height: 100vh;
  display: flex; }
  .modal .modal-dialog.side-modal.modal-50w {
    max-width: 50%; }
    .modal .modal-dialog.side-modal.modal-50w form {
      width: 100%; }
  .modal .modal-dialog.side-modal.modal-75w {
    max-width: 75%; }
    .modal .modal-dialog.side-modal.modal-75w form {
      width: 100%; }
  .modal .modal-dialog.side-modal.modal-100w {
    max-width: 100%; }
    .modal .modal-dialog.side-modal.modal-100w form {
      width: 100%; }
    .modal .modal-dialog.side-modal.modal-100w .modal-content {
      border-radius: 0 !important; }
      .modal .modal-dialog.side-modal.modal-100w .modal-content .modal-header,
      .modal .modal-dialog.side-modal.modal-100w .modal-content .modal-footer {
        border-radius: 0 !important; }

.modal .modal-dialog .modal-content .modal-header {
  padding: 1rem 1.5rem 8px 0.875rem;
  border: none;
  justify-content: flex-start; }

.modal .modal-dialog .modal-content .modal-footer {
  border: none; }

@keyframes loading-skeleton {
  100% {
    transform: translateX(100%); } }

.loading-skeleton {
  background-color: #ebebeb;
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 30px; }
  .loading-skeleton::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #fbfbfb, #ebebeb);
    transform: translateX(-100%);
    animation-name: loading-skeleton;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }

table.table {
  border-collapse: separate;
  border-spacing: 0 2px; }
  table.table * {
    border: 1px solid transparent;
    box-shadow: none;
    background-color: transparent;
    color: var(--bs-dark);
    font-size: 0.813rem; }
  table.table *[role="button"] {
    color: var(--bs-blue); }
  table.table tr {
    height: 32px; }
    table.table tr input.table-search.form-control {
      border: 1px solid #dce1ee !important;
      border-radius: 5px;
      padding-left: 40px;
      cursor: pointer;
      background: var(--bs-white) url("../../../assets/images/icons/search-icon.png") no-repeat left 10px center/18px;
      color: var(--bs-dark); }
  table.table thead tr:not(:last-child) {
    background: #dce1ee; }
  table.table thead tr:not(:first-child) th {
    background: #f7f8fb; }
  table.table thead tr th {
    white-space: nowrap;
    color: var(--bs-dark);
    vertical-align: middle;
    padding: 0 0.5rem 0 0.3rem;
    background: #dce1ee; }
    table.table thead tr th:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    table.table thead tr th:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  table.table tbody tr:first-child th {
    background: #f7f8fb; }
  table.table tbody tr td {
    background: var(--bs-white); }
  table.table tbody tr input.table-search.form-control {
    border: 1px solid var(--table-search-border) !important;
    border-radius: 5px;
    padding-left: 40px;
    cursor: pointer; }
  table.table tbody tr .form-check-input {
    border: 1px solid #888888;
    background-color: transparent; }
  table.table tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    color: var(--bs-dark);
    padding: 0 0.5rem 0 0.5rem; }
    table.table tbody tr td a {
      font-weight: 400;
      font-size: 0.813rem;
      line-height: 1.33;
      text-decoration: none;
      color: #0f7fe0; }
    table.table tbody tr td:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      /* width: 265px !important;*/ }
    table.table tbody tr td:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  table.table tfoot tr td,
  table.table tfoot tr th {
    white-space: nowrap; }

.nav-tabs {
  /*border-bottom: 1px solid #6261612b;*/ }
  .nav-tabs li.nav-item {
    margin: 0 5px; }
    .nav-tabs li.nav-item:focus-visible {
      outline: none; }
    .nav-tabs li.nav-item:first-child {
      margin-left: 0; }
    .nav-tabs li.nav-item:last-child {
      margin-right: 0; }
    .nav-tabs li.nav-item .nav-link {
      margin-bottom: 0;
      border: none;
      font-weight: 500;
      font-size: 15px;
      line-height: 17px;
      color: grey;
      border-bottom: 3px solid transparent; }
      .nav-tabs li.nav-item .nav-link.active {
        background: transparent;
        color: #00a9ef;
        border: transparent;
        border-bottom: 3px solid #00a9ef; }

.login-page .row {
  min-height: 100vh; }
  .login-page .row .left-col {
    background: url(../images/login-bg.png) no-repeat left bottom/80%, linear-gradient(180deg, #00a9ef 0%, rgba(0, 169, 239, 0.82) 100%);
    background-blend-mode: luminosity; }
    .login-page .row .left-col .login-logo {
      position: absolute;
      right: 0;
      left: 50%;
      top: 20%;
      transform: translate(-50%, -50%); }
      .login-page .row .left-col .login-logo img {
        filter: brightness(0) invert(1); }
  .login-page .row .right-col {
    background: #f7f7f7; }
  .login-page .row .login-section {
    position: absolute;
    max-width: 400px;
    left: 70%;
    top: 50%;
    transform: translate(-65%, -50%);
    width: 100%;
    box-shadow: 0px 0px 49px -5px #d0eaf1;
    background: var(--bs-white);
    padding: 30px 30px 40px 30px; }
    .login-page .row .login-section .login-title {
      font-weight: 400;
      font-size: 1.875rem;
      line-height: 32px;
      margin-bottom: 30px;
      color: var(--bs-black); }
    .login-page .row .login-section .login-description {
      font-weight: 400;
      font-size: 0.875rem;
      max-width: 331px;
      margin-bottom: 35px;
      color: var(--bs-dark); }
    .login-page .row .login-section form .input-group {
      background: var(--bs-white);
      border: 2px solid #dfe5ee;
      border-radius: 5px; }
      .login-page .row .login-section form .input-group .eye-visible {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(44, 62, 80, 0.5);
        z-index: 111; }
      .login-page .row .login-section form .input-group .input-group-text {
        background: none;
        border: none;
        padding: 0.375rem; }
      .login-page .row .login-section form .input-group .form-control {
        border: none;
        padding-right: 50px;
        height: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 0.875rem;
        background: var(--bs-white);
        border-radius: 5px;
        color: var(--bs-dark); }
        .login-page .row .login-section form .input-group .form-control:focus {
          box-shadow: none; }
    .login-page .row .login-section form .form-button {
      margin-top: 24px; }
    .login-page .row .login-section form .forgot-link {
      font-style: normal;
      font-weight: 400;
      font-size: 0.875rem;
      color: var(--bs-black);
      text-decoration: none; }

header.main-header {
  min-height: 80px;
  width: 100%;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1010;
  transition: 0.5s; }
  header.main-header .logo {
    margin-right: 50px;
    margin-top: auto;
    margin-bottom: auto; }
  header.main-header .header-select .form-select {
    width: 150px; }
  header.main-header .right-section {
    display: flex;
    align-items: center; }
    header.main-header .right-section .search-section {
      display: flex;
      align-items: center;
      padding: 0 0 0 12px;
      background: #dce1ee;
      border-radius: 5px;
      margin-right: 15px; }
      header.main-header .right-section .search-section .form-control {
        line-height: 26px;
        max-width: 240px;
        border-radius: 5px;
        background: #ffffff url("../images/icons/search-icon.png") no-repeat left 10px center/18px;
        padding-left: 35px;
        font-family: "Inter";
        font-weight: 400;
        font-size: 0.875rem;
        border-color: #dce1ee;
        color: #000000 !important; }
    header.main-header .right-section .gmail-link,
    header.main-header .right-section .arrow-class {
      color: #000000; }
      header.main-header .right-section .gmail-link .btn.btn-icon-only,
      header.main-header .right-section .arrow-class .btn.btn-icon-only {
        font-size: 1.5rem; }
        header.main-header .right-section .gmail-link .btn.btn-icon-only:hover,
        header.main-header .right-section .arrow-class .btn.btn-icon-only:hover {
          background-color: transparent;
          color: inherit; }
    header.main-header .right-section img {
      width: 30px;
      height: 30px; }
    header.main-header .right-section .profile-section img {
      width: 40px;
      height: 40px; }
    header.main-header .right-section .gmail-link,
    header.main-header .right-section .profile-section {
      margin-right: 15px; }
    header.main-header .right-section .calendar-icon {
      border: none;
      background: transparent;
      color: #000000; }
    header.main-header .right-section .dropdown-toggle::after {
      display: none; }
    header.main-header .right-section .btn-toggle-button-quick {
      background: #00a9ef;
      color: #fff;
      display: flex;
      align-items: center; }
      header.main-header .right-section .btn-toggle-button-quick:hover {
        color: #fff; }
    header.main-header .right-section .dropdown-menu {
      background: #ffffff; }
      header.main-header .right-section .dropdown-menu .dropdown-item {
        color: var(--font-color); }
        header.main-header .right-section .dropdown-menu .dropdown-item.active, header.main-header .right-section .dropdown-menu .dropdown-item:focus {
          background-color: #00a9ef;
          color: #fff; }
        header.main-header .right-section .dropdown-menu .dropdown-item:hover {
          color: #fff;
          background-color: #00a9ef; }

aside {
  position: relative; }
  aside .l-navbar {
    position: fixed;
    top: 80px;
    left: 0;
    width: 70px;
    height: calc(100vh - 71px);
    background-color: #00a9ef;
    color: #fff;
    transition: 0.5s;
    z-index: 100;
    scrollbar-width: thin; }
    aside .l-navbar::-webkit-scrollbar {
      width: 6px; }
    aside .l-navbar::-webkit-scrollbar-track {
      background: #e4e9f2; }
    aside .l-navbar::-webkit-scrollbar-thumb {
      background: rgba(47, 76, 173, 0.2); }
    aside .l-navbar .nav__name,
    aside .l-navbar .arrow-div,
    aside .l-navbar .arrow-div i {
      visibility: hidden;
      transition: visibility 0.5s;
      display: block; }
    aside .l-navbar .nav__brand__icon {
      padding: 25px 20px 25px 20px;
      cursor: pointer; }
    aside .l-navbar .nav__brand__icon {
      transform: rotate(0deg) !important;
      transition: 0.6s; }
    aside .l-navbar.expander .nav__brand__icon {
      transform: rotate(180deg) !important; }
    aside .l-navbar.expander .nav__name,
    aside .l-navbar.expander .arrow-div,
    aside .l-navbar.expander .arrow-div i {
      visibility: visible;
      display: block; }
  aside .nav {
    max-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto; }
  aside .nav__brand {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center; }
  aside .nav__toggle {
    font-size: 1.25rem;
    padding: 15px 20px;
    cursor: pointer; }
  aside .nav__logo {
    color: #fff;
    font-weight: 600; }
  aside .nav__link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
    border-radius: 0.5rem;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    position: relative; }
    aside .nav__link.collapsible {
      flex-direction: column;
      align-items: flex-start; }
  aside .nav__link:hover::before {
    content: "";
    position: absolute;
    height: 53px;
    width: 4px;
    border-radius: 50px;
    background-color: #fff;
    left: 0;
    top: 0; }
  aside .nav__icon {
    font-size: 1.25rem;
    margin-right: 0.75rem; }
  aside .nav__name {
    font-size: 0.875rem; }
  aside .expander {
    width: calc(92px + 9.25rem); }
  aside .active::before {
    content: "";
    position: absolute;
    height: 53px;
    width: 4px;
    border-radius: 50px;
    background-color: #fff;
    left: 0;
    top: 0; }
  aside .collapsible__link {
    justify-self: flex-end;
    transition: 0.5s; }
  aside .collapsible__menu {
    display: none;
    padding: 0.75rem 2.25rem; }
  aside .collapsible__sublink {
    color: #ffffff;
    font-size: 0.875rem;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  aside .collapsible__sublink:hover {
    color: #fff; }
  aside .showCollapsible {
    display: block;
    list-style: none;
    padding: 10px 0 0 30px;
    margin-bottom: 0;
    width: 100%; }
  aside .rotate {
    transform: rotate(180deg); }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: unset; }

:root {
  scrollbar-width: thin; }

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 12px;
  display: none; }

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #e4e9f2; }

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: rgba(47, 76, 173, 0.2); }

::-webkit-scrollbar {
  width: 12px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #e4e9f2; }

::-webkit-scrollbar-thumb {
  background: rgba(47, 76, 173, 0.2); }

.main-container {
  transition: 0.5s;
  background: #f7f8fb;
  position: relative;
  /*min-height: 100vh;*/
  margin: 80px 0 0 70px;
  padding-top: 10px; }
  .main-container > .container-fluid {
    padding: 0.625rem; }

aside.body-pd + .main-container {
  margin: 80px 0 0 240px; }

.page-header {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  color: var(--bs-dark);
  margin-bottom: 1rem;
  text-transform: capitalize; }

.sub-header {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--bs-dark);
  margin-bottom: 1rem;
  text-transform: capitalize; }

.main-top-section {
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative; }
  .main-top-section:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: -15px;
    width: calc(100% + 30px);
    background: #e5e5e5; }

table.dataTable {
  width: 100% !important; }
  table.dataTable thead th,
  table.dataTable thead td {
    border-bottom: none; }
  table.dataTable tfoot th,
  table.dataTable tfoot td {
    border-top: none; }
    table.dataTable tfoot th .form-control,
    table.dataTable tfoot td .form-control {
      border: var(--bs-border-width) solid var(--bs-border-color) !important;
      color: var(--bs-body-color) !important;
      background-color: var(--bs-form-control-bg) !important; }

.dataTables_info {
  font-size: 0.875rem;
  color: var(--bs-dark) !important; }

.dataTables_wrapper .dataTables_paginate {
  display: flex; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.875rem;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #dce1ee !important;
    padding: 5px 15px !important;
    margin-left: 5px !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      color: #000 !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
      box-shadow: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        font-size: 0.875rem;
        background: #00a9ef !important;
        border-radius: 5px !important;
        border: 1px solid #dce1ee !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
        color: #FFF !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
      font-size: 0;
      background: #fff !important;
      border-radius: 5px !important;
      border: 1px solid #dce1ee !important;
      padding: 6px 10px !important;
      margin-left: 5px !important; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
        content: "\f04e";
        font-size: 12px;
        font-family: "Font Awesome 6 Pro";
        font-weight: bold; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
      font-size: 0;
      background: #fff !important;
      border-radius: 5px !important;
      border: 1px solid #dce1ee !important;
      padding: 6px 10px !important; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
        content: "\f04a";
        font-size: 12px;
        font-family: "Font Awesome 6 Pro";
        font-weight: bold; }

.field-validation-error {
  width: 100%;
  margin-top: 0.1rem;
  font-size: .775em;
  display: inline-block; }

.form-check-label {
  font-size: 14px; }

.footer {
  font-size: 13px;
  padding: 5px 0;
  /*position: fixed;
    bottom: 0;*/
  width: 100%;
  background: #ffffff;
  /*margin-top: auto;*/ }

.side-modal {
  height: calc(100% - 3.5rem);
  /*    .modal-body {
        overflow-y: auto;
    }*/ }
  .side-modal .modal-content {
    max-height: 100%;
    overflow: hidden;
    border: 0;
    height: 100%; }

.account-modal-scroll .modal-body {
  height: calc(100% - 3.5rem); }
  .account-modal-scroll .modal-body .tab-inner-scrollable {
    height: calc(100vh - 190px);
    overflow-y: auto;
    overflow-x: hidden; }

.dashboard-blue-card-col {
  margin-bottom: 1rem; }

.dashboard-blue-card.card {
  background: linear-gradient(65.81deg, #00a9ef 0%, #55ccfd 100%);
  border-radius: 5px;
  border: 0;
  color: #fff;
  height: 100%;
  padding: 0; }

.dashboard-blue-card.card .numbers {
  font-weight: 300;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  padding-top: 1rem;
  position: relative;
  top: .75rem; }

.dashboard-blue-card.card p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
  min-height: 25px;
  height: 100%; }

.header_group {
  display: table-header-group; }

.view-detail h6 {
  font-size: 15px; }

.view-detail .box-label {
  color: #00a9ef;
  font-weight: 400; }

.view-detail span {
  font-size: 15px; }

.select-multiple {
  height: 4rem !important;
  overflow: auto !important; }

.action .action-icon {
  margin-left: 10px;
  cursor: pointer; }
  .action .action-icon:first-child {
    margin-left: 0; }

.funnel-chart {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 300px; }

.funnel-chart .funnel-chart-list {
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  height: 54px;
  margin-bottom: 5px;
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  display: flex;
  align-items: center;
  justify-content: center; }

.funnel-chart .funnel-chart-price {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-left: 15px; }

.funnel-chart::before {
  border-color: #fff;
  border-top-color: white;
  border-right-color: white;
  border-style: solid;
  border-top-color: transparent;
  box-sizing: border-box;
  content: "";
  position: absolute;
  border-width: 0 4rem 24rem 0;
  border-right-color: transparent;
  left: 0;
  top: 0; }

.funnel-chart::after {
  border-color: #fff;
  border-top-color: white;
  border-left-color: white;
  border-style: solid;
  border-top-color: transparent;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  border-width: 0 0 24rem 4rem;
  border-left-color: transparent;
  right: 0; }

.page-filter-container {
  /*display: none;*/ }

.heading-area {
  padding: 1rem; }

.heading-area h5 {
  font-weight: 600;
  font-size: 1.25rem; }

.heading-area label {
  background: linear-gradient(65.81deg, #00a9ef 0%, #55ccfd 100%);
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: .875rem;
  width: 64px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  /*position: absolute;*/
  right: 10px;
  top: 0; }

span.last-day-number {
  font-size: 1.5rem;
  font-weight: 600; }

/*span.days-text {
    font-size: 1.125rem;
    text-transform: uppercase;
}*/
.dropdown-menu.container {
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: .25rem !important;
  padding: 0px !important;
  /*font-size: 1rem !important;*/
  color: #212529 !important; }

.table-input {
  vertical-align: top !important; }

.table-input .form-control {
  border-color: #dce1ee !important; }

.table-input .text-danger.field-validation-error span {
  color: #F6685E !important; }

.table button.dropdown-toggle {
  font-weight: bold !important; }

.progress, .progress-stacked {
  background-color: #e9ecef !important;
  height: 25px !important; }

.progress-bar {
  background-color: #00a9ef !important;
  color: #FFFFFF !important; }

.bg-info {
  background-color: #0dcaf0 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

.activities-text {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  padding-left: 5px; }

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #dce1ee;
  background-color: #fff; }
  .dataTables_wrapper .dataTables_length select:focus-visible,
  .dataTables_wrapper .dataTables_filter input:focus-visible {
    outline: none; }

.board-tab .board-items {
  display: flex;
  overflow-x: auto;
  padding-inline: 2rem;
  padding: 0;
  scrollbar-width: thin; }

.board-tab .board-item {
  word-wrap: break-word;
  background-clip: initial;
  display: flex;
  flex-direction: column;
  margin-right: 21px;
  max-width: 362px;
  min-width: 362px; }

.board-tab .task-header {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px; }

.board-tab .task-header .task-number {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  line-height: 22px;
  margin-left: 5px;
  min-width: 30px;
  padding: 0 6px; }

.table-section-col {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px; }

.board-tab .board-hight {
  height: calc(100vh - 365px);
  overflow-x: hidden;
  scrollbar-width: none; }

.board-tab .draggable-box:last-child {
  margin-bottom: 0; }

.board-tab .draggable-box {
  background: #f3f6f9;
  border-radius: 20px;
  cursor: grab;
  margin-bottom: 15px;
  min-height: 5em;
  padding: 10px;
  width: 100%; }

/*.main-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.page-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}*/
.page-main {
  height: calc(100vh - 122px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none; }
  .page-main::-webkit-scrollbar {
    display: none; }

.width-160 {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important; }

.calendar-view a {
  color: #000;
  text-decoration: none; }

.calendar-view a.fc-event {
  cursor: pointer; }

.calendar-view .fc-button-primary {
  background-color: #00a9ef;
  /* border-color: #00a9ef;*/ }

.calendar-view .fc-button {
  box-shadow: none !important; }

.scroll-y-detail-view {
  height: calc(100vh - 250px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none; }
  .scroll-y-detail-view::-webkit-scrollbar {
    display: none; }

.dataTables_scrollBody table.dataTable.no-footer thead tr th {
  background: #f7f8fb; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead tr.filters th .form-control {
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  color: var(--bs-body-color) !important;
  background-color: var(--bs-form-control-bg) !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0; }

.RFPBookingDetailsModal .modal-dialog.modal-dialog-centered.side-modal {
  margin: 0 auto; }

.RFPBookingDetailsModal:before {
  content: "";
  border-color: red;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  opacity: .5; }

.typeahead.dropdown-menu {
  /*min-width: 265px;*/
  min-width: 265px;
  max-height: 300px;
  overflow-x: hidden; }

.typeahead.dropdown-menu {
  min-width: 88%; }

.typeahead.dropdown-menu li {
  padding: 0; }

.typeahead.dropdown-menu > .active > a,
.typeahead.dropdown-menu > .active > a:focus,
.typeahead.dropdown-menu > .active > a:hover {
  background: #f0f0f0 none repeat scroll 0 0;
  background-image: none !important;
  color: #434343;
  border-bottom: none;
  font-family: "Roboto", sans-serif; }

.typeahead.dropdown-menu > li > a {
  padding: 3px 15px; }

.typeahead.dropdown-menu li:hover::after {
  background: transparent none repeat scroll 0 0; }

.theam-color-text {
  color: #00a9ef; }

.badge-small {
  --bs-badge-padding-x: 0.65em !important;
  --bs-badge-padding-y: 0.35em !important;
  --bs-badge-font-size: 0.75em !important; }

.div-collapsible {
  max-height: 150px;
  width: 100%;
  overflow: hidden;
  position: relative; }

.div-collapsible.show {
  max-height: none !important;
  padding-bottom: 8px; }

.collapsible-action {
  font-weight: bold;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #FFF; }

.accountviewcontactrfp .accordion-item {
  color: unset !important;
  background-color: unset !important; }

.accountviewcontactrfp .accordion-item .scroll-y-detail-view {
  height: unset !important;
  max-height: calc(100vh - 250px); }

.accountviewcontactrfp .accordion-item .menu-item {
  cursor: pointer; }

.AirlineIsFinal {
  border: 2px solid green; }

/*.dataTables_scrollBody {
    overflow-x: auto !important;
    overflow-y: unset !important;
}

.table-responsive {
    overflow: unset !important;
}*/
.fc .fc-popover {
  z-index: 99 !important; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.75); }

.loader-box .loader-container {
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center; }

.loader-box .loader-container .loader,
.loader-box .loader-container .loader * {
  will-change: transform; }

.loader-box .loader-container .loader div {
  height: 100%; }

.loader-box .loader-container .loader3,
.loader-box .loader-container .loader3 div {
  border-radius: 50%;
  padding: 8px;
  border: 4px solid transparent;
  animation: rotate linear 3.5s infinite;
  border-top-color: #123c61;
  border-bottom-color: #00a9ef;
  animation-timing-function: cubic-bezier(0.55, 0.38, 0.21, 0.88);
  animation-duration: 3s; }

.loader-box p {
  font-size: 1.5rem;
  margin: 1rem 0; }

.validation {
  color: red;
  margin-left: 3px; }

.backgroundCl {
  background: #dce1ee; }
