﻿:root {
    --logo-height: 50px;
    --header-height: max(60px, var(--logo-height));
}

@media (max-width: 767px) {
    :root {
        --logo-height: 40px;
    }
}

@media (max-width: 980px) {
    :root {
        --header-height: 0px;
    }
}

.mh-0 {
    min-height: 0 !important;
}

#TGHBUQLAIJ {
    position: relative;
    z-index: 100;
}

#TGHBUQLAIJ .logo-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    object-fit: contain;
    margin-inline: auto;
    position: relative;
    z-index: 3;
    height: var(--logo-height);
}

.logo-wrapper {
    height: 100%;
    display: block;
    align-content: center;
    text-align: center;
}

#TGHBUQLAIJ .logo-img.dark-mode {
    mix-blend-mode: plus-lighter;
}

#header_logo_TGHBUQLAIJ_el .logo-img.dark-mode {
    mix-blend-mode: normal;
}

#side_logo_TGHBUQLAIJ_el .logo-wrapper {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #adb5bd;
}

.logo-img.side {
    height: 40px;
}

#TGHBUQLAIJ .user-setting {
    width: max-content;
    display: flex;
    flex-direction: column;
    right: unset;
}

#TGHBUQLAIJ #profile_access {
    align-content: center;
    cursor: pointer;
}

#TGHBUQLAIJ #profile_access > *:not(.main-menu):empty {
    display: none !important;
}

#TGHBUQLAIJ .topbar .top-area {
    float: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 0.25rem;
}

#TGHBUQLAIJ .top-area>ul.main-menu {
    float: unset;
}

.setting-row span {
    width: unset !important;
}

.mm-hasnavbar {
    padding: 0 !important;
}

.mm-hasnavbar:before {
    display: none;
}

.mm-navbars-top {
    position: relative;
}

.mm-navbar {
    position: relative;
    height: auto;
    line-height: normal;
}

.mm-panels, .mm-panels>.mm-opened {
    position: static !important;
    height: 100%;
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding: unset;
}

.mm-panels>.mm-panel>.mm-listview {
    margin: unset;
}

.mm-panels>.mm-panel:before {
    all: unset;
}

.mm-prev {
    left: unset !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#TGHBUQLAIJ .topbar {
    height: unset;
}

#TGHBUQLAIJ .user-avatar-header {
    margin-top: 0;
}

.side-panel {
    top: 0;
}

#preloader_TGHBUQLAIJ_el {
    position: fixed;
    z-index: 9999999;
    inset: 0;
    margin: auto;
    align-content: center;
    text-align: center;
    background-color: #fff;
}

#preloader_TGHBUQLAIJ_el > div > div {
    height: 3px;
    background-color: var(--theme-primary-color);
    left: 0;
}

#preloader_TGHBUQLAIJ_el[data-show=false] {
    display: none;
}

.close-menu-btn {
    color: rgba(0, 0, 0, 0.3);
}

#TGHBUQLAIJ .basket-btn:not(:hover) {
    color: var(--theme-primary-color);
}#TTBNZEWCGH {
  direction: rtl;
}

/* Timeline container */
#TTBNZEWCGH .timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

#TTBNZEWCGH .timeline figure {
  margin: 0;
}

#TTBNZEWCGH .timeline figcaption {
  margin-block-start: 0.5rem;
}

/* Line behind the timeline */
#TTBNZEWCGH .timeline::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  height: 4px;
  background: #dee2e6;
  z-index: -1;
}

/* Timeline items */
#TTBNZEWCGH .timeline li {
  position: relative;
  text-align: center;
  flex: 1;
  z-index: 1;
}

#TTBNZEWCGH .timeline img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bg-color, #dee2e6);
  display: block;
  margin: 0 auto;
  padding: 5px;
}

#TTBNZEWCGH .timeline li:not(:last-of-type, .current)::after {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  right: 50%;
  width: 100%;
  height: 4px;
  background-color: var(--bg-color, #dee2e6);
  z-index: -1;
}

/* Completed step */
#TTBNZEWCGH .timeline li.completed {
  --bg-color: #28a745;
}

/* Current step */
#TTBNZEWCGH .timeline li.current {
  --bg-color: #ffc107;
}

#TTBNZEWCGH .timeline li.current img {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

#TTBNZEWCGH .timeline li span {
  display: block;
  margin-top: 5px;
  font-weight: 500;
}

@media(max-width: 768px) {
  #TTBNZEWCGH .timeline li:not(.current) {
    display: none;
  }

  #TTBNZEWCGH .timeline li::after {
    right: 0 !important;
  }
}#GMNMZSUWXA h1 {
  font-size: 2.5rem;
  line-height: 5.5rem;
}

#GMNMZSUWXA .land-featurearea {
  padding-block: 2rem;
  min-height: 100vh;
  height: 100%;
}

#GMNMZSUWXA .logo-wrapper {
  background-color: #fff;
  width: fit-content;
  margin: auto;
  padding: 2rem;
  border-radius: 50%;
  line-height: 0;
  margin-block: 1rem;
}

#GMNMZSUWXA .logo-wrapper img {
  width: 8rem;
}

#GMNMZSUWXA .otp-group {
  direction: ltr;
  display: flex;
  gap: .25rem;
  justify-content: space-evenly;
}

#GMNMZSUWXA .otp-group input {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  border-radius: .5rem;
  padding: 0 !important;
}

#GMNMZSUWXA .otp-group input:focus {
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
  border-color: #0d6efd;
}

#GMNMZSUWXA .otp-form {
  display: none;
}

#GMNMZSUWXA .otp-form .submit-btns {
  text-align: center;
  padding-inline: 1rem;
}

#GMNMZSUWXA .otp-form #verification-msg:empty {
  display: none;
}

#GMNMZSUWXA .log-reg-area {
  align-content: center;
}

#GMNMZSUWXA .mobile-number {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
}

#GMNMZSUWXA .otp-form #resend-btn {
  width: 18ch;
  min-width: fit-content;
}

#GMNMZSUWXA #duplicateMobileModal,
#duplicateMobileModal .modal-header {
  direction: rtl;
  text-align: start;
}

#GMNMZSUWXA #duplicateMobileModal .modal-footer {
  gap: 1rem;
}