* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  background: #f4f7fb;
  color: #172033;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

b,
.bold {
  font-weight: 650;
}

.pointer {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.displayBlock {
  display: block !important;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.centerTextAlign {
  text-align: center;
}

.float-right,
.right {
  float: right;
}

.automargin {
  margin: auto;
}

.inlineblockdisplay {
  display: inline-block;
}

.inlinedisplay {
  display: inline;
}

.redText {
  color: #dc2626;
}

.greyText {
  color: #64748b;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs16 {
  font-size: 16px !important;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
       url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff");
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
  text-align: center;
  width: 1.28571429em;
}

.fa-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-circle:before {
  content: "\f111";
}

.fa-user:before {
  content: "\f007";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-lock:before {
  content: "\f023";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.main-sidebar-open,
.main-sidebar-close {
  background: #0f1724;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  scrollbar-width: none;
  top: 0;
  transition: 0.18s ease;
  z-index: 100;
}

.main-sidebar-open::-webkit-scrollbar,
.main-sidebar-close::-webkit-scrollbar {
  display: none;
}

.main-sidebar-open {
  width: 184px;
}

.main-sidebar-close {
  width: 48px;
}

.control-panel-button {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #64748b;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  padding: 5px 9px 4px 8px;
  text-align: left;
  width: 100%;
}

.main-sidebar-open .control-panel-button:after {
  content: "\f04a";
  font-family: FontAwesome;
}

.main-sidebar-close .control-panel-button {
  text-align: right;
}

.main-sidebar-close .control-panel-button:after {
  content: "\f04e";
  font-family: FontAwesome;
}

.main-sidebar-open .logo-panel {
  margin: 11px 14px 13px 13px;
  transition: 0.18s ease;
}

.main-sidebar-close .logo-panel {
  height: 32px;
  margin: 7px 6px 10px 6px;
  transition: 0.18s ease;
  width: 32px;
}

.sideBar_a {
  align-items: center;
  border-left: 2px solid transparent;
  border-radius: 0 6px 6px 0;
  box-sizing: border-box;
  color: #aab4c2;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 8px;
  line-height: 1.35;
  margin: 1px 6px 1px 0;
  padding: 7px 9px 7px 13px;
  text-decoration: none;
  transition: color 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
}

.sideBar_a_active {
  background: rgba(20, 184, 166, 0.13);
  border-left-color: #14b8a6 !important;
  color: #fff !important;
  font-weight: 650 !important;
}

.sideBar_a:hover {
  background: rgba(255, 255, 255, 0.05);
  border-left-color: #14b8a6;
  color: #e2e8f0;
  text-decoration: none;
}

.sideBar_a svg {
  height: 16px;
  width: 16px;
}

.main-sidebar-close .sideBar_a {
  justify-content: center;
  margin: 1px 5px;
  padding: 8px 0;
}

.sideBar_span {
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 2px;
  vertical-align: middle;
  white-space: nowrap;
}

.main-sidebar-close .sideBar_span,
.main-sidebar-open .footer-side-menu,
.main-sidebar-close .footer-side-menu {
  display: none;
}

.top-bar {
  line-height: 1.35;
  max-height: 42px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.topBarContainer {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: none;
  transition: 0.18s ease;
}

.topBarContainer-open {
  margin-left: 184px;
}

.topBarContainer-close {
  margin-left: 48px;
}

.topBarLeftContainer {
  align-items: center;
  display: flex;
  gap: 8px;
  min-height: 42px;
  padding: 6px 12px;
  position: relative;
}

.top-bar-fa-user {
  color: #64748b;
  font-size: 13px;
}

.topBarUserChip {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dfe5ee;
  border-radius: 7px;
  display: inline-flex;
  gap: 7px;
  min-height: 29px;
  padding: 4px 8px;
}

.topBarUserChip:hover {
  background: #f1f5f9;
}

.topBarTitle {
  color: #1e293b;
  font-size: 12px;
  font-weight: 650;
  line-height: 18px;
}

.topBarGroup {
  color: #64748b;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

.topBarCaret {
  color: #94a3b8;
  font-size: 11px;
  margin-left: 2px;
}

.tipContainer {
  animation: tipDropdown 0.15s ease-out;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 10px 26px -10px rgba(15, 23, 42, 0.22);
  left: 12px;
  overflow: hidden;
  position: absolute;
  top: 38px;
  width: 270px;
}

@keyframes tipDropdown {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.tipBoxInfoContainer {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 14px 12px;
  text-align: left;
}

.tipBoxIcon {
  font-size: 14px;
}

.tipBoxIconbg {
  color: #94a3b8 !important;
  display: none;
}

.tipBoxIdentity {
  min-width: 0;
}

.tipBoxText {
  color: #0f172a;
  font-size: 13px;
  font-weight: 650;
  margin: 0 0 3px;
}

.tipBoxStext {
  color: #64748b;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}

.tipBoxButtonContainer {
  background: #fff;
  padding: 8px 0;
}

.tipBoxButton {
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  margin: 2px 8px;
  padding: 7px 12px;
  transition: background 0.15s ease;
}

.tipBoxButton:hover {
  background: #f1f5f9;
}

.tipBoxButton-fa-clock-o,
.tipBoxButton-fa-user {
  color: #0f766e;
  font-size: 13px;
}

.tipBoxButton-fa-sign-out {
  color: #ef4444 !important;
  font-size: 13px;
}

.tipBoxButtonText {
  color: #475569;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}

.languageSelector {
  position: absolute;
  right: 12px;
  top: 7px;
}

.topBar .languageSelector {
  right: 12px;
  top: 7px;
}

.languageSelectorCover,
.currencySelectorCover {
  cursor: pointer;
}

.languageSelectorCoverImg,
.languageSelectorTipImg {
  border: 1px solid #fff;
}

.languageSelectorCoverText,
.topBar .languageSelectorCoverText {
  color: #475569;
  font-size: 11px;
  font-weight: 650;
  line-height: 20px;
  margin-left: 6px;
  margin-right: -1px;
  text-transform: uppercase;
}

.languageSelector-fa-caret-down,
.currencySelector-fa-caret-down {
  color: #94a3b8;
  font-size: 11px;
}

.languageSelectorTipContainer,
.currencySelectorTipContainer {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 10px 26px -10px rgba(15, 23, 42, 0.22);
  padding: 5px 0;
  position: absolute;
  right: -11px;
  top: 34px;
}

.languageSelectorTipContainer {
  width: 160px;
}

.currencySelectorTipContainer {
  width: 98px;
}

.languageSelectorTipButton,
.currencySelectorTipButton {
  cursor: pointer;
  padding: 3px 20px;
}

.languageSelectorTipButton:hover,
.currencySelectorTipButton:hover {
  background: #f1f5f9;
}

.languageSelectorTipText,
.languageSelectorTipActiveText,
.currencySelectorTipText,
.currencySelectorTipActiveText {
  color: #475569;
  font-size: 12px;
  margin-left: 3px;
  white-space: nowrap;
}

.languageSelectorTipActiveText,
.currencySelectorTipActiveText {
  font-weight: 650;
}

.currencySelector {
  position: absolute;
  right: 84px;
  top: 7px;
}

.currencySelectorCoverTitle,
.currencySelectorCoverText {
  color: #475569;
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
}

.currencySelectorCoverText {
  color: #94a3b8;
  margin-right: -1px;
}

.dashboard-body {
  background: #f4f7fb;
  min-height: calc(100vh - 42px);
  position: relative;
  top: 42px;
  transition: 0.18s ease;
}

.dashboard-body-open {
  margin-left: 184px;
}

.dashboard-body-close {
  margin-left: 48px;
}

.modal {
  display: none;
}

.reactModal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.reactModalBackground {
  background: #111827;
  height: 100%;
  left: 0;
  opacity: 0.58;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.reactModalContainer {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px -36px rgba(15, 23, 42, 0.55);
  height: auto;
  left: 50%;
  max-height: calc(100vh - 50px);
  max-width: calc(100vw - 32px);
  position: fixed;
  top: 25px;
  transform: translateX(-50%);
  width: 900px;
  z-index: 1000;
}

.reactModalContent {
  max-height: calc(100vh - 170px);
  min-height: 112px;
  overflow: auto;
  padding: 20px;
  z-index: 1005;
}

.reactModalHeader {
  border-bottom: 1px solid #e2e8f0;
}

.reactModalFooter {
  align-items: center;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
  padding: 12px 15px;
}

.reactModalFooter .btn {
  margin: .25rem;
}

.reactModalTitle {
  color: #172033;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
  padding: 14px 15px;
}

.reactModalButton {
  color: #0f172a;
  cursor: pointer;
  font-size: 13px;
  opacity: 0.45;
  position: relative;
  right: 20px;
  top: 17px;
}

.reactModalButton:hover {
  opacity: 0.7;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.form-group {
  margin-bottom: 14px;
}

label {
  display: inline-block;
  margin-bottom: 6px;
}

.form-control {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  color: #172033;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  min-height: 36px;
  padding: 7px 10px;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
  width: 100%;
}

.form-control:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
  outline: none;
}

.input-group {
  align-items: stretch;
  display: flex;
  width: 100%;
}

.input-group > .form-control {
  flex: 1 1 auto;
  min-width: 0;
}

.input-group-append {
  display: flex;
  margin-left: -1px;
}

.input-group-append .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  justify-content: center;
  line-height: 1.35;
  min-height: 34px;
  padding: 7px 12px;
  text-decoration: none;
  transition: background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-primary {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}

.btn-primary:hover {
  background: #115e59;
  border-color: #115e59;
  color: #fff;
}

.btn-secondary,
.btn-outline-secondary {
  background: #fff;
  border-color: #cbd5e1;
  color: #475569;
}

.btn-secondary:hover,
.btn-outline-secondary:hover {
  background: #f8fafc;
  color: #334155;
}

.btn-outline-danger {
  background: #fff;
  border-color: #fecaca;
  color: #dc2626;
}

.btn-outline-danger:hover {
  background: #fef2f2;
  color: #b91c1c;
}

.btn-sm {
  font-size: 12px;
  min-height: 30px;
  padding: 5px 9px;
}

.alert {
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 13px;
  margin-bottom: 14px;
  padding: 9px 11px;
}

.alert-success {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #166534;
}

.alert-danger {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.alert-info {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1e40af;
}

.alert-warning {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.alert-secondary {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #475569;
}

.cssfade {
  animation: fadein 0.16s ease-in;
}

@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}

.centeredfixed {
  left: 50%;
  position: fixed;
  top: 35%;
  transform: translate(-50%, 0);
}

.preloaderXL,
.preloaderL,
.preloaderM,
.preloaderS {
  animation: preloaderSSpin 1s linear infinite;
  border-radius: 50%;
}

.preloaderXL {
  border: 4px solid #ccfbf1;
  border-top-color: #0f766e;
  height: 48px;
  width: 48px;
}

.preloaderL {
  border: 3px solid #ccfbf1;
  border-top-color: #0f766e;
  height: 32px;
  width: 32px;
}

.preloaderM {
  border: 4px solid #e2e8f0;
  border-top-color: #64748b;
  height: 28px;
  width: 28px;
}

.preloaderS {
  border: 3px solid #e2e8f0;
  border-top-color: #64748b;
  height: 14px;
  width: 14px;
}

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

.dashboard-body .tw-py-8 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.dashboard-body > .tw-px-4,
.dashboard-body > .tw-px-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.dashboard-body table th {
  white-space: nowrap;
}

.dashboard-body .tw-mb-6 {
  margin-bottom: 16px;
}

.dashboard-body .tw-mb-8 {
  margin-bottom: 20px;
}

.dashboard-body .tw-gap-4 {
  gap: 12px;
}

.dashboard-body .tw-rounded-2xl,
.dashboard-body .tw-rounded-xl {
  border-radius: 8px;
}

.dashboard-body .tw-p-5 {
  padding: 16px;
}

.dashboard-body .tw-p-4 {
  padding: 14px;
}

.dashboard-body .tw-py-16,
.dashboard-body .tw-py-14 {
  padding-bottom: 34px;
  padding-top: 34px;
}

.dashboard-body h2.tw-text-\[22px\] {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}

.dashboard-body p.tw-text-\[13px\] {
  color: #64748b;
}

.dashboard-body table.tw-text-sm,
.dashboard-body .tw-text-sm {
  font-size: 13px;
}

.dashboard-body th.tw-tracking-wider,
.dashboard-body .tw-tracking-wider {
  letter-spacing: .02em;
}

.dashboard-body .tw-shadow-lg,
.dashboard-body .hover\:tw-shadow-lg:hover {
  box-shadow: 0 8px 24px -18px rgba(15, 23, 42, .28);
}

@media (max-width: 720px) {
  .main-sidebar-open {
    width: 190px;
  }

  .dashboard-body-open,
  .topBarContainer-open {
    margin-left: 190px;
  }

  .reactModalContainer {
    height: calc(100% - 24px);
    top: 12px;
  }
}
