﻿: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;
    }
}

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

#LMYOHGUWVL .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;
}

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

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

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

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

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

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

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

#LMYOHGUWVL .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%);
}

#LMYOHGUWVL .topbar {
    height: unset;
}

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

.side-panel {
    top: 0;
}

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

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

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

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

#LMYOHGUWVL .basket-btn:not(:hover) {
    color: var(--theme-primary-color);
}body {
  direction: rtl;
}

#LSQJYGTVSU .land-featurearea {
  padding-block: 2rem;
  min-height: 100vh;
  height: 100%;
}

#LSQJYGTVSU .login-wrapper {
  position: unset;
  align-content: center;
  justify-items: center;
  min-height: 100vh;
}

#LSQJYGTVSU .login-wrapper>* {
  position: unset;
  transform: unset;
}

#LSQJYGTVSU .logo-wrapper {
  background-color: #fff;
  width: fit-content;
  margin: auto;
  padding: 2rem;
  border-radius: 50%;
  line-height: 0;
}

#LSQJYGTVSU .logo-wrapper img {
  width: 8rem;
}

#LSQJYGTVSU .form-group input {
  z-index: 2;
  position: relative;
}

#LSQJYGTVSU .submit-btns {
  margin-block-start: 1rem;
  display: inline-flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  justify-content: center;
}