:root {
  --base-bg: #1A1B1C;
  --base-dark-gray: #303030;
  --base-gray: #3c3c3c;
  --base-gray-percent: rgb(60, 60, 60, 0.2);
  --base-gray-dark-percent: rgb(60, 60, 60, 0.02);
  --icon-gray: #8A8A8A;
  --text-gray-rgb: rgb(224, 224, 224, 0.09);
  --dashboard-gray: #383838;
  --inactive-step-gray: #AFAFAF;
  --dashboard-step-title: #333B39;
  --dark-black: #181818;
  --dark-blue: #003052;
  --dark-blue-shadow: rgb(0, 48, 82, 0.07);
  --mid-blue-text: rgb(3, 6, 52, 0.66);
  --step-blue: #2AD0CB;
  --login-green: #1bcaa04a;
  --login-hover-green: #1bcaa178;
  --login-action-green: #1BCAA0;
  --action-green: #2AA580;
  --action-hover-green: #24896b;
  --selected-menu-green: #4CA842;
  --light-border-color: #EFF0F6;
  --logo-red: #C73D3D;
  --light-header-bg: #f5f5f5;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.table th {
  text-transform: capitalize !important;
  background-color: var(--light-header-bg) !important;
}

.table td {
  vertical-align: middle !important;
}

.icon-gray {
  color: var(--icon-gray) !important;
}

.custom-option-content small {
  text-align: right;
  display: block;
}

.responsive-table {
  width: 100%;
  overflow-x: auto;
}

.navbar-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: -160px;
  margin-top: 10px;
}

.navbar-dropdown .dropdown-menu-end {
  right: 200;
}

.navbar-dropdown .dropdown-menu.show {
  display: block;
}

.hidden {
  display: none !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.overlay.active {
  display: block;
}

.otp-code-box {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 4px 8px 0 #f5f5f5;
  text-align: center;
  -webkit-appearance: none;
}

.otp-code-box::-webkit-outer-spin-button,
.otp-code-box::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-code-box:focus {
  outline: none;
  border-color: #3cbbaa;
}

.full-image-container {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.full-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i18n-action-btn {
  color: var(--logo-red) !important;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.toast {
  margin-top: 16px;
}

.toast.welcome-message {
  background-color: #f4fbfb !important;
}

.toast.welcome-message .toast-header {
  background-color: #f4fbfb !important;
}

.toast .toast-header {
  border-bottom: 1px solid rgb(179 179 181 / 30%) !important;
}

.toast .toast-body {
  font-size: 12px;
}

.toast.block-message {
  background-color: #f5f5f5 !important;
}

.toast.block-message .toast-header {
  background-color: #f5f5f5 !important;
}

.square-loading div {
  background-color: var(--base-gray);
  box-shadow: 0 2px 8px 0 var(--base-dark-gray);
  border: 1px solid var(--base-gray);
  opacity: 0.3;
}

.shimmer-loading {
  animation: shimmer 1.5s infinite ease-in-out;
  transform-origin: center;
}

@keyframes shimmer {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
  }
}

.modal .close-box {
  position: unset !important;
  transform: unset !important;
  background-size: 24px;
  box-shadow: unset !important;
}

.pagination .page-item.active .page-link {
  background-color: var(--selected-green);
  border-color: var(--selected-green);
}

.pagination .page-link {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

@media (max-width: 768px) {
  .home-body .layout-wrapper {
    /* height: 92vh; */
    /* margin-bottom: 16px; */
  }
  .home-body .content-wrapper {
   min-height: fit-content;
  }
  .home-body .content-wrapper main {
    min-height: fit-content;
    overflow: hidden !important;
   }
}

/* Font Face Declaration */
/* @font-face {
    font-family: 'Dorsa';
    src: url('../fonts/Dorsa-Regular.woff2') format('woff2'),
         url('../fonts/Dorsa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

/* Set Dorsa as default font for entire site */
* {
    font-family: 'Dorsa', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}