.view.view-frontpage {
  display: none;
}

.fw-bold p {
  line-height: 1.9;
}

.langeuages a {
  display: inline-flex;
}

.footer-menu a {
  color: white;
}

.ajax-progress {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  z-index: 10;
}

.ajax-progress .throbber {
  background: transparenturl(../../misc/throbber-active.gif) no-repeat 0px center; //default gif, can be replaced with custom one float: none; height: 15px; margin: 0; width: 15px; position: absolute; top: 50%; left: 50%; margin-top: -7px; margin-left: -7px; }

  small#edit-mail--description,
  small#edit-name--2--description {
    display: none;
  }

  /* #toolbar-administration{display:none;} */
  .language-interface-inner {
    line-height: 70px;
  }



  .login-indiv-nafaz img {
    max-width: 120px;
    margin: 10px 0 30px;
  }

  .login-indiv-nafaz a.btn.btn-green-line {
    background: #2f998d;
    color: white;
    text-decoration: none;
    width: 100%;
    margin-top: 20px;
  }

  .login-indiv-nafaz {
    text-align: center;
  }

  .login-indiv-nafaz h4 {
    color: #2f998d;
  }

  .action-links div#edit-actions {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 20px 0px;
  }

  .action-links div#edit-actions input {
    flex: 0;
    margin: 0px 10px;
    padding: 11px 23px;
  }

  .action-links div#edit-actions input:nth-child(1) {
    margin-inline-start: 0px;
  }

  .ajax-select .alert {
    display: none !important;
  }

  .bef-links-use-ajax {
    border: none !important;
    background-image: none !important;
    padding: 0;
    margin: 0;
    background: transparent;
  }



  .view-manage-orders .form-row {
    width: 100% !important;
    display: initial;
    margin: 0px;
    margin-left: 0 !important;
  }

  .bef-links-use-ajax ul {
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    gap: 20px;
  }

  .view-manage-orders .js-form-item-moderation-state label {
    display: none;
  }

  .bef-links-use-ajax ul li:nth-child(1) a {
    margin-inline-start: 0px;
  }

  .bef-links-use-ajax ul li a {
    padding: 10px 41px;
    border-radius: 12px;
    background: #F4F6FB;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: block;
  }

  .bef-links-use-ajax ul li a:hover {
    background: var(--main-color);
    color: white;
  }

  .bef-links-use-ajax ul li a {
    color: #4f4fa1;
  }

  .bef-links-use-ajax ul li a.bef-link--selected {
    background: var(--main-color);
    color: white;
  }


  .path-registration #edit-actions * {
    border: 10px;
    width: fit-content;
    padding: 7px 28px;
  }

  .path-registration div#edit-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .path-registration div#edit-actions a#edit-cancel {
    background: #ef4c58;
    color: white;
  }

  .path-registration div#edit-actions input#edit-submit {
    background: #cce081;
  }

  .view-id-inner_pages.view-display-id-page_1 td.views-field.views-field-nothing {
    display: flex;
    gap: 15px;
  }

  .view-id-inner_pages.view-display-id-page_1 .more-data-event {
    cursor: pointer;
    color: #2d6efd;
  }

  [dir="rtl"] input#edit-field-mobile-0-value-int-phone {
    direction: ltr;
  }

  .toolbar-fixed.user-logged-in div#page-wrapper nav.navbar.navbar-expand-lg.fixed-top {
    top: 79px;
  }

  .toolbar-fixed.user-logged-in div#page-wrapper {
    margin-top: 86px;
  }

  .form-type-phone-international {
    display: flex;
    flex-direction: column;
  }

  [dir="rtl"] .iti__country-list {
    left: 0;
    direction: ltr;
  }
  .notify-single-item {
    padding: 5px;
    border-bottom: 1px solid #efeff0;
}
.market-button {
  padding: 12px 28px;
  display: flex;
  gap: 10px;
  margin-bottom: 2rem;
}
.smart-box-item .field {
  text-align: right;
  font-family: "Questv", sans-serif;
  margin-bottom: 4px;
}
.smart-box-item .field .field__label{
  font-weight: bold;
}
.badge {
  background: #313a46;
  font-size: 12px;
  text-align: center;
}
.badge-success {
  background: #cce081;
  color: #60770a;
}
.badge-warning {
  background: #f4b400;
  color: white;
}
.badge-danger {
  background: #ef4c58;
  color: white;
}
.badge-info {
  background: #e3e7ef;
  color: #46469a;
}

@media (min-width:768px) {
  .flex-33 > div {
    flex-basis: 32%;
    margin: 0px 8px;
  }
}

div#edit-field-location-wrapper , div#edit-field-dist-wrapper{
  flex-basis: 100%;
}