/* @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap');


:not(i) {
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 400;
}

.f-mon-light {
  font-weight: 300 !important;
}

.f-mon-med {
  font-weight: 500 !important;
}

.f-mon-semiBold {
  font-weight: 600 !important;
}

.f-mon-bold {
  font-weight: 700 !important;
} */


@font-face {
  font-family: Montserrat-Arabic;
  src: url("../fonts/Montserrat-Arabic-Regular.otf");
}

:not(i) {
  font-family: Montserrat-Arabic !important;
}

@font-face {
  font-family: 'Montserrat-Arabic Light';
  src: url("../fonts/Montserrat-Arabic-Light.ttf");
}

.f-mon-light {
  font-family: 'Montserrat-Arabic Light' !important;
}

@font-face {
  font-family: 'Montserrat-Arabic Medium';
  src: url("../fonts/Montserrat-Arabic-Medium.otf");
}

.f-mon-med {
  font-family: 'Montserrat-Arabic Medium' !important;
}

@font-face {
  font-family: 'Montserrat-Arabic SemiBold';
  src: url("../fonts/Montserrat-Arabic-SemiBold.ttf");
}

.f-mon-semiBold {
  font-family: 'Montserrat-Arabic SemiBold' !important;
}

@font-face {
  font-family: 'Montserrat-Arabic Bold';
  src: url("../fonts/Montserrat-Arabic-Bold.otf");
}

.f-mon-bold {
  font-family: 'Montserrat-Arabic Bold' !important;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: rgb(33, 37, 41);
  --bs-primary-rgb: 74, 55, 74;
  --bs-secondary-rgb: 170, 177, 177;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 150, 96, 150;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 32, 32, 32;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 104, 150, 143;
}

/* laySection.signIn */

.h-from0auot {
  height: auto;
}

.laySection.signIn {
  width: 100vw;
  height: 100vh;
  background: url("../imgs/signin-bg.webp") no-repeat center;
  background-size: cover;
}

/* mainNavbarIndex */
.mainNavbarIndex {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 16%)
}

.mainNavbarIndex>div {
  min-height: 70px;
}

/* homeSlidebar */

.homeSlidebar {
  margin-top: 12rem !important;
}

.homeSlidebar__link svg {
  transition: all 0.3s ease-in-out;
}

.homeSlidebar__link:hover svg {
  transform: translateY(-3px);
}

.dropdownmenu__profile {
  inset: unset !important;
  right: 50% !important;
  top: 10px !important;
  transform: translate(50%, 8%) !important;
}


/* confirmation-code-container */

.confirmation-code-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirmation-code-container .confirmation-code-container-code::placeholder {
  color: #1bd1ea;
}

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

.confirmation-code-container input::-webkit-inner-spin-button,
.confirmation-code-container input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.confirmation-code-container input[type="number"] {
  -moz-appearance: textfield;
}

/* categoriesPills-tab */

.categoriesPills-tabBtn.active {
  background-color: #4A374A !important;
  color: #fff !important;
}

/* uploadImgLogo */

.upload-image input {
  opacity: 0 !important;
  height: 35px;
  width: 35px;
}

.upload-image {
  background-repeat: no-repeat;
  background-image: url("../imgs/client-0.png");
  height: 35px;
  width: 35px;
}

/* Framework */

.orders-empty {
  top: 70%;
}

.symbol.symbol-circle.symbol-40.mr-3>img,
.d-flex.flex-column.mb-5.align-items-end img,
.text-dark-75.text-hover-primary.font-weight-bold.font-size-h6 {
  display: none;
}

.scroll.scroll-pull {
  max-height: 400px;
  overflow-y: scroll;
}

.mt-2.rounded.p-5.bg-light-primary.text-dark-50.font-weight-bold.font-size-lg.text-right.max-w-400px {
  line-height: 26px;
  font-size: 0.875rem !important;
  font-weight: 500;
  color: #966096 !important;
  border: 1px solid #E5E5E5;
  padding: 15px !important;
  border-radius: 11px !important;
}

.mt-2.rounded.p-5.bg-light-success.text-dark-50.font-weight-bold.font-size-lg.text-left.max-w-400px {
  line-height: 26px;
  font-size: 0.875rem !important;
  font-weight: 500;
  color: #202020 !important;
  border: 1px solid #E5E5E5;
  padding: 15px !important;
  border-radius: 11px !important;
}

.msgChat.active>div {
  border: 1px solid #4A374A !important;

}

.h-100px {
  height: 100px;
}

.max-w-300px {
  max-width: 300px;
}

.w-300px {
  width: 300px;
}

.max-w-680px {
  max-width: 680px;
}

.max-w-150px {
  max-width: 150px;
}

.max-w-200px {
  max-width: 200px;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='gray'/%3e%3c/svg%3e");
}

.form-check-input.form-check-inputSwitch:checked {
  background-color: #4A374A;
  border-color: #4A374A;
}

.w-107px {
  width: 107px;
}

.max-w-71vw {
  max-width: 71vw;
}

.max-w-100vw {
  max-width: 100vw;
}

.p-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pt-8px {
  padding-top: 8px;
}

.widgetOne {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropShadowO16Black {
  filter: drop-shadow(0px 3px 6px #00000029);
}

.min-vh-70 {
  height: 70vh;
}

.modal-content.rounded-25px.p-3 {
  min-height: 220px;
}

.overflow-yscroll {
  overflow-y: scroll;
}

.overflow-xscroll {
  overflow-x: scroll;
}

.text-52color {
  color: #525252 !important;
}

.text-justify {
  text-align: justify;
}

.nav.flex-column {
  min-height: 83.4vh;
}

.dir-ltr {
  direction: ltr;
}

.canvasjs-chart-toolbar>button {
  background-color: transparent !important;
  color: #966096 !important;
}

.canvasjs-chart-toolbar>button>img {
  filter: none !important;
}

.canvasjs-chart-credit {
  display: none;
}

.play-pause-btn {
  margin-top: 2px;
  margin-left: 3px;
}

.text-green {
  color: #68968F;
}

.letter-spacing-3px {
  letter-spacing: 3px
}

.offcanvas-backdrop {
  background-color: #4A374A;
  opacity: 0.9 !important;
}

.newColor {
  color: #E1000F;
}

.sameNewColorBg {
  background-color: #E1000F;
}

.newBgColor {
  background-color: #e1000f33;
}

.preparingColor {
  color: #F68725;
}

.preparingBgColor {
  background-color: #f6872533
}

.deliveringColor {
  color: #009B29;
}

.deliveringBgColor {
  background-color: #009b2933
}

.completedColor {
  color: #00701A;
}

.completedBgColor {
  background-color: rgba(0, 112, 26, 0.2)
}

.dropdown-divider {
  border-top: 1px solid #b5b5b5;
}

.outline-none {
  outline: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #eadfea;
}

.tableBorderBottom {
  border-bottom: 2px solid #F1F1F1;
}

.customBBottom {
  border-bottom: 2px solid #D8D8D8 !important;
  color: #202020 !important;
}

.customBBottom.active {
  border-bottom: 2px solid #68968F !important;
  color: #966096 !important;
  font-family: 'Montserrat-Arabic Medium' !important;
}

.border-f1 {
  border: 1px solid #F1F1F1;
}

.border-aa {
  border: 1px solid #AAB1B1;
}

.customBg-f9 {
  top: 12%;
  z-index: -1;
  height: 92% !important;
}


.dropdown-menu.mainNav {
  top: 96%;
  transform: translateX(27px);
}

.line-height-20px {
  line-height: 20px;
}

.line-height-26px {
  line-height: 26px;
}

.line-height-30px {
  line-height: 30px;
}

.line-height-35px {
  line-height: 35px;
}

.line-height-40px {
  line-height: 40px;
}

.line-height-45px {
  line-height: 45px;
}

.border-primary {
  border-color: #4A374A !important;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-toggle.show>.profileTabsShowMore__arrow {
  transform: rotateX(0.5turn);
}

.profileTabsShowMore__arrow {
  transition: all 0.3s ease-in-out;
}


.text-black {
  color: #000 !important;
}

.modal-dialog {
  max-width: none;
}

.containerFluidEdit {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.form-check-input.form-check-inputSign.cursorPointer {
  width: 16px;
  height: 16px;
}

.cursorPointer {
  cursor: pointer;
}

.modal {
  background: #4a374ae6;
}

.form-check-input.form-check-inputSign[type=checkbox] {
  width: 18px;
  height: 18px;
}

/* .form-check-input.form-check-inputSign:focus {
  box-shadow: 0 0 0 0.25rem #68968F;
} */

.form-control:focus,
.form-check-input.form-check-inputSign:focus {
  border-color: #68968F !important;
}

.form-check-input.form-check-inputSign:checked {
  background-color: #68968F;
  border-color: #68968F;
  width: 18px;
  height: 18px;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 40px;
  line-height: normal;
  border: 1px solid #d8d8d8 !important;
}

.form-control:focus,
.form-check-input:focus {
  color: #212529;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #4936493b;
  border-color: #4a374a;
}

.form-floating input+label {
  display: flex !important;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  color: #d8d8d8 !important;
}

.form-floating textarea+label {
  top: -6px;
  color: #d8d8d8 !important;
}

input#mainNavbarIndex__logosearch--search {
  border: none !important;
}

.form-floating.form-floating-35px>label {
  color: #fff !important;
}

.pb-7 {
  padding-bottom: 4rem;
}

.py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.my-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mt-10rem {
  margin-top: 10rem;
}

.mt-12rem {
  margin-top: 12rem;
}

.mt-8rem {
  margin-top: 8rem;
}

.mt-7rem {
  margin-top: 7rem;
}

.mt-6rem {
  margin-top: 6rem;
}

.mt-n10px {
  margin-top: -10px;
}

.mt-n6px {
  margin-top: -6px;
}

.mt-n60px {
  margin-top: -60px;
}

.mt-25px {
  margin-top: 25px;
}

.mb-25px {
  margin-bottom: 25px;
}

.mt-35px {
  margin-top: 35px;
}

.mb-35px {
  margin-bottom: 35px;
}

.mt-20px {
  margin-top: 20px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-54px {
  margin-bottom: 54px;
}

.mb-60px {
  margin-bottom: 60px;
}

.card-shdaow {
  box-shadow: 3px 4px 10px 1px rgb(0 0 0 / 8%);
}

.card-border {
  border: 1px solid #f0eef6;
}

.paddingSection {
  padding: 8.125rem 0 0 0;
}

.bg-white-opacity-20 {
  background-color: #ffffff33 !important;
}

.bg-f9 {
  background-color: #F9F9F9;
}

.bg-e5 {
  background-color: #E5E5E5;
}

.bg-f5 {
  background-color: #F5F5F5 !important;
}

.rounded-5px {
  border-radius: 5px;
}

.rounded-10px {
  border-radius: 10px;
}

.rounded-13px {
  border-radius: 13px;
}

.rounded-15px {
  border-radius: 15px;
}

.rounded-20px {
  border-radius: 20px;
}

.rounded-23px {
  border-radius: 23px;
}

.rounded-25px {
  border-radius: 25px !important;
}

.rounded-26px {
  border-radius: 26px;
}

.max-w-450px {
  max-width: 450px;
}

.w-40px {
  width: 40px;
}

.h-40px {
  height: 40px;
}

.max-w-500px {
  max-width: 500px;
}

.max-h-472px {
  max-height: 472px;
}

.h-730px {
  height: 730px;
}

.max-h-730px {
  max-height: 730px;
}

.w-200px {
  width: 200px;
}

.w-142px {
  width: 142px;
}

.h-44px {
  height: 44px;
}

.h-55px {
  height: 55px;
}

.w-105px {
  width: 105px;
}

.h-25px {
  height: 25px;
}

.w-175px {
  width: 175px;
}

.w-65px {
  width: 65px;
}

.h-65px {
  height: 65px;
}


.h-200px {
  height: 200px;
}

.h-430px-all {
  height: 430px;
}

.h-230px {
  height: 230px;
}

.h-310px {
  height: 310px;
}

.h-120px {
  height: 120px;
}

.h-175px {
  height: 175px;
}

.w-18px {
  width: 18px;
}

.h-18px {
  height: 18px;
}

.w-220px {
  width: 220px;
}

.h-220px {
  height: 220px;
}

.w-80px {
  width: 80px;
}

.h-80px {
  height: 80px;
}

.w-280px {
  width: 280px;
}

.w-20px {
  width: 20px;
}

.h-20px {
  height: 20px;
}

.w-60px {
  width: 60px;
}

.w-22px {
  width: 22px;
}

.h-22px {
  height: 22px;
}

.w-33px {
  width: 33px;
}

.h-33px {
  height: 33px;
}

.w-35px {
  width: 35px;
}

.h-35px {
  height: 35px;
}

.w-50px {
  width: 50px;
}

.h-50px {
  height: 50px;
}

.w-67px {
  width: 67px;
}

.h-67px {
  height: 67px;
}

.h-75px {
  height: 75px;
}

.w-150px {
  width: 150px;
}

.h-90px {
  height: 90px;
}

.w-90px {
  width: 90px;
}

.h-150px {
  height: 150px;
}

.w-190px {
  width: 190px
}

.w-160px {
  width: 160px;
}

.h-160px {
  height: 160px;
}

.w-16px {
  width: 16px;
}

.h-16px {
  height: 16px;
}

.w-45px {
  width: 45px;
}

.h-40px {
  height: 40px;
}

.h-45px {
  height: 45px;
}

.h-450px {
  height: 450px;
}

.min-w-150px {
  min-width: 150px;
}

.min-w-95px {
  min-width: 95px;
}

.min-h-40px {
  min-height: 40px;
}

.min-h-310px {
  min-height: 310px;
}

.zIndex--1 {
  z-index: -1;
}

.zIndex-0 {
  z-index: 0;
}

.zIndex-1 {
  z-index: 1;
}

.zIndex-2 {
  z-index: 2;
}

.zIndex-3 {
  z-index: 3;
}

.fs-8px {
  font-size: 0.5rem !important;
}

.fs-10px {
  font-size: 0.625rem !important;
}

.fs-11px {
  font-size: 0.688rem !important;
}

.fs-12px {
  font-size: 0.75rem !important;
}

.fs-14px {
  font-size: 0.875rem !important;
}

.fs-15px {
  font-size: 0.938rem !important;
}

.fs-16px {
  font-size: 1rem !important;
}

.fs-17px {
  font-size: 1.063rem !important;
}

.fs-18px {
  font-size: 1.125rem !important;
}

.fs-20px {
  font-size: 1.25rem !important;
}

.fs-22px {
  font-size: 1.375rem !important;
}

.fs-24px {
  font-size: 1.5rem !important;
}

.fs-25px {
  font-size: 1.563rem !important;
}

.fs-26px {
  font-size: 1.625rem !important;
}

.fs-28px {
  font-size: 1.75rem !important;
}

.fs-29px {
  font-size: 1.813rem !important;
}

.fs-30px {
  font-size: 1.875rem !important;
}

.fs-35px {
  font-size: 2.1875rem !important;
}

.fs-38px {
  font-size: 2.375rem !important;
}

.fs-40px {
  font-size: 2.5rem !important;
}

.fs-41px {
  font-size: 2.563rem !important;
}

.fs-45px {
  font-size: 2.813rem !important;
}

.fs-50px {
  font-size: 3.125rem !important;
}

.fs-53px {
  font-size: 3.313rem !important;
}

.fs-55px {
  font-size: 3.438rem !important;
}

.fs-58px {
  font-size: 3.625rem !important;
}

.fs-60px {
  font-size: 3.75rem !important;
}

.fs-66px {
  font-size: 4.125rem !important;
}

.fs-90px {
  font-size: 5.625rem !important;
}

/* Media Query */

/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .orders-empty {
    top: 50%;
  }

  .w-50-sm {
    width: 50%;
  }

  .w-sm-450px {
    width: 450px;
  }

  /* html,
  body {
    font-size: 12px;
  } */
  .customBg-f9 {
    top: 12%;
  }
}


@media (max-width: 576px) {
  /* html,
  body {
    font-size: 11px;
  } */

  .signIn__form {
    width: 95%;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


  /* html,
  body {
    font-size: 13px;
  } */
  .w-md-530px {
    width: 530px;
  }

  .w-md-450px {
    width: 450px;
  }

  .w-md-685px {
    width: 685px;
  }

  .w-md-450px {
    width: 450px;
  }

  .h-tosm-175px {
    height: 175px;
  }

}

@media (max-width: 768px) {
  .statisticsMostOrdered__statistics {
    height: 450px;
  }

  .modal-dialog {
    max-width: 500px;
  }

  .dropdown-menu.mainNav {
    top: 96%;
    transform: translateX(-58px);
  }

  .bg-f9-beforemd {
    background-color: #F9F9F9;
  }

}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {}

@media (min-width: 992px) {

  .h-430px {
    height: 430px;
  }

  .h-580px {
    height: 580px;
  }

  html,
  body {
    font-size: 14px;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .orders-emptyPage {
    min-height: 108vh
  }

  .offcanvas-collapse.mainNavbarIndexoffcanvasCollapse {
    position: fixed;
    top: 70px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }

  .homeSlidebar__near {
    max-width: 100%;
  }

  .offcanvas-collapse.mainNavbarIndexoffcanvasCollapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

@media (min-width: 1200px) {

  html,
  body {
    font-size: 15px;
  }

  .w-xl-450px {
    width: 450px;
  }

  .homeSlidebar {
    margin-top: 7rem !important;
  }

  .customBg-f9 {
    top: 6%;
  }

  .w-lg-620px {
    width: 620px !important;
  }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

  html,
  body {
    font-size: 16px;
  }
}


::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #4a374a;
}

/* Btns */

.btn-primary {
  color: #fff;
  background-color: #4a374a;
  border-color: #4a374a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3a2b3a;
  border-color: #302530;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #4a374a;
  border-color: #3a2b3a;
  box-shadow: 0 0 0 0.25rem #503d509a;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4a374a;
  border-color: #3b2d3b;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #4a374a;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #4a374a;
  border-color: #4a374a;
}


/* ----------------------------------------------------------- */
/* en ver */

.customBg-f9 {
  left: 0;
}

.form-floatingIconStart {
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}

.form-floatingIcon {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-left: 90px;
}

.iti__selected-flag {
  padding: 0 6px 0 38px;
}

.controls__current-time {
  position: absolute;
  bottom: -1px;
  font-size: 10px;
  margin-left: -5px;
  font-family: 'Montserrat-Arabic Medium' !important;
}

.controls__total-time {
  position: absolute;
  bottom: -1px;
  right: 0;
  font-size: 10px;
  margin-right: 15px;
  font-family: 'Montserrat-Arabic Medium' !important;
}

.whiteLinedNoti {
  margin-left: -5px;
  margin-bottom: -24px;
}

.whiteLinedChat {
  margin-left: -9px;
  margin-bottom: -24px;
}

@media (min-width: 1200px) {
  .customBg-f9 {
    left: 115px;
  }
}

.dropdown-menu.storeStatus--dropdown {
  transform: translate(45px, 35px) !important;
}

@media (min-width: 992px) {
  .dropdown-menu.storeStatus--dropdown {
    transform: translate(27px, 35px) !important;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu.storeStatus--dropdown {
    transform: translate(36px, 35px) !important;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu.storeStatus--dropdown {
    transform: translate(45px, 35px) !important;
  }
}