@font-face {
  font-family: mybold;
  src: url("/fonts/IRANSans_Bold.ttf");
}

@font-face {
  font-family: myLight;
  src: url("/fonts/IRANSans_Light.ttf");
}
@font-face {
  font-family: IranSans;
  src: url("/fonts/Iransans.woff");
}
@font-face {
  font-family: mynormal;
  src: url("/fonts/IRANSans.ttf");
}
@font-face {
  font-family: mymedium;
  src: url("/fonts/IRANSans_Medium.ttf");
}
@font-face {
  font-family: myheavy;
  src: url("/fonts/IRANSans_Black.ttf");
}

@font-face {
  font-family: myUltra;
  src: url("/fonts/IRANSans_UltraLight.ttf");
}
html {
  margin: 0;
  padding: 0;
}
#root {
  height: 100vh;
}
.bottom-sheet-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 99;
}
.filter-items-remove {
  position: relative !important;
  top: 1px !important;
  margin-right: -5px !important;
}
.bottom-sheet-wrapper {
  position: relative;
}
.remove-active-sheet {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 18px;
  cursor: pointer;
}
.select-box-row-sheet {
  margin-bottom: 10px;
}
.select-box-row-sheet label {
  margin-right: 10px;
  font-size: 13px;
}
.bottom-sheet-wrapper {
  height: calc(100% - 45px);
  overflow: auto;
  padding-top: 30px;
}
.account-support-container {
  position: relative;
}
.carousel-item-content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.bottom-home-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  height: 214px;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trade-history-bottom-row {
  margin-top: 10px;
}
.carousel-item-padding-40-px {
  padding: 10px;
  padding-top: 0 !important;
}
.trade-red-color {
  color: red;
}
.trade-green-color {
  color: green;
}
.bottom-home-item img {
  height: 70px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: -30px !important;
}
.bottom-home-item img.smaller {
  height: 45px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .account-support-container span {
    top: 16px !important;
  }
}
.account-support-container span {
  position: absolute;
  left: 20px;
  font-weight: bold;
  top: 22px;
  text-decoration: none;
  color: #000;
}
.bottom-sheet-buttons {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.bottom-sheet-buttons button {
  flex: 1;
  font-size: 13px;
}
.action-bottom-sheet-button {
  background-color: #f4d662;
  padding: 8px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border: none;
}
.bottom-sheet-container {
  transition: all 0.2s linear;
  height: 50vh;
  width: 100vw;
  position: fixed;
  bottom: -50vh;
  right: 0;
  z-index: 100;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 15px;
}
.active-bottom-sheet {
  bottom: 0 !important;
}
.react-multiple-carousel__arrow {
  z-index: 1 !important;
}
.last-line-landing-color {
  color: rgba(187, 128, 52, 1) !important;
  font-size: 13px;
  margin-top: 20px;
  display: block;
}
.filter-cat-row {
  margin-top: 15px;
  margin-bottom: -5px;
}
.red-color-alert {
  color: #b2782a;
}
.balance-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.balance-amount-info {
  width: 200px;
  text-align: center;
  display: inline-block;
  margin-right: 30px;
}
.select-commodity-item {
  display: inline-block;
  margin-left: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  padding: 8px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  border: none !important;
  background-color: rgba(224, 209, 169, 1) !important;
  height: 34px !important;
  position: relative;
  top: 1px;
}
.filter-cat-row > div {
  display: inline-block;
  margin-left: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  padding: 8px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}
.filter-cat-row > div img {
  width: 15px;
  margin-left: 15px;
}
body {
  margin: 0;
  font-family: "IranSans";
  unicode-bidi: isolate;
  overflow-x: hidden;
  padding: 0px;
  overflow-y: auto;
  height: 100vh;
}

.password-wrapper {
  position: relative;
}
.invitation-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
  min-height: calc(100vh - 100px);
}
.main {
  background-image: url("../images/gold-b.jpg");
  height: 430px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.pre-main-2022 {
  width: 100%;
  height: 100%;
  padding: 100px;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.about-title {
  color: #b77f2e;
  text-align: right;
  padding: 0 20%;
  margin: 0 !important;
}

.about-par {
  padding: 20%;
  padding-top: 30px;
  line-height: 2;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) and (max-width: 769px) {
  .main {
    background-image: url("../images/gold-banner-1024.jpg");
  }
}

@media screen and (min-width: 500px) and (max-width: 769px) {
  .main {
    background-image: url("../images/mobile-bg.jpg");
    height: 510px;
  }
}

@media screen and (min-width: 310px) and (max-width: 500px) {
  .main {
    background-image: url("../images/mobile-bg.jpg");

    height: 510px;
  }
}

@media screen and (max-width: 310px) {
  .main {
    background-image: url("../images/mobile-bg.jpg");
  }
}

.cir {
  background-image: url("../images/Ellipse.png");
  position: absolute;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: transparent;
}

.cir .logo {
  position: absolute;
  width: 81px;
  height: 81px;
  border-radius: 50%;
}

.w-loading {
  width: 20px;
}

.show-pass {
  position: absolute;
  top: 30px;
  direction: ltr;
  /* right: 341px; */
  cursor: pointer;
  z-index: 9999;
  left: 20px;
}
@media (max-width: 768px) {
  .show-pass {
    top: 31px !important;
  }
  .filter-modal-header-content-wrapper {
    width: 100vw !important;
  }
  .filter-modal-header {
    width: 100vw !important;
    margin-right: -40px !important;
  }
  .x-visible-container {
    overflow: initial !important;
  }
}
@media screen and (max-width: 769px) {
  .cir {
    background-image: url("../images/Ellipse.png");
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: transparent;
  }
  .show-pass {
    position: absolute;
    top: 87px;
    direction: ltr;
    /* right: 341px; */
    cursor: pointer;
    z-index: 9999;
    left: 22px;
  }

  .cir .logo {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }

  .w-loading {
    width: 26px;
  }
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.btn-start {
  cursor: pointer;
  box-sizing: border-box;
  width: 230px;
  height: 50px;
  color: #fff;
  background: #c49239;
  border-radius: 10px;
  border: none !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.home-header-menu .btn-start,
.btn-start.green-style {
  color: #fff !important;
  background-color: #dc961a !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) !important;
}
.content-landing-header {
  width: calc(100% - 14vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 7vw;
  position: relative;
  z-index: 20;
}
.landing-header-title {
  font-size: 1.7vw;
  line-height: 3vw;
}
.landing-header-subtitle {
  color: #b77f2e;
  font-size: 1.2vw;
  line-height: 2.2vw;
  font-weight: normal;
}
.logo-landing {
  margin: 10px auto;
  max-width: 14vw;
}
.logo-landing img {
  max-width: 100%;
}
.mynormal {
  font-family: "mynormal" !important;
}

.text-custom {
  color: #c39751;
}
.price-box-dashboard {
  background-color: rgba(20, 85, 145, 1);
  border-radius: 8px;
  color: #fff;
}
.price-box-dashboard h3 {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}
.price-box-desktop {
  background-color: rgba(224, 209, 169, 1);
  border-radius: 10px;
}
.bg-custom {
  background: #f4de8b;
  border-radius: 10px;
}

.bg-yellow {
  background: #f4d662;
}
.mobile-sandogh-home img {
  max-width: 70%;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}
.price-border {
  border-left: 1px solid #383735;
  padding-right: 3px;
  padding-left: 3px;
}
#blog-carousel .review-box {
  direction: rtl;
  text-align: right;
  height: 280px !important;
}
.card-list {
  margin-top: 30px;
}
.card-item_bank {
  font-size: 13px;
  display: flex;
}
.card-item_number {
  font-weight: bold;
  font-size: 13px;
}
.transactions-row {
  margin-top: 10px;
}
.total-asset-desktop {
  background-color: rgba(214, 184, 117, 1);
}
.total-asset-desktop {
  margin-top: 40px;
  border-radius: 10px;
  padding: 35px 10px;
  text-align: center;
  margin-bottom: 40px;
}
.rows-for-button-list button {
  transition: all 0.2s linear;
}
.rows-for-button-list button:hover {
  background-color: rgba(214, 184, 117, 1) !important;
}
.content-for-home {
  background-color: rgba(234, 234, 223, 1);
}
@media (min-width: 768px) {
  .title-for-trade-plus-sign {
    width: 120% !important;
  }
}
.second-box-stats img {
  height: 126px;
  position: relative;
  top: -2px;
}
.content-for-stats {
  background-color: rgba(239, 228, 181, 1);
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  border-radius: 8px;
  height: 100px;
  align-items: center;
}
.line-chart-wrapper {
  height: 285px;
  margin-top: 20px;
}
.small-optional-entry {
  font-size: 12px;
  color: #999;
  position: relative;
  display: inline-block;
  margin-right: 6px;
  top: 4px;
}
.desktop-new-design-price {
  margin-top: 10px;
}
@media (min-width: 990px) {
  .header-for-login-after-layout {
    max-height: 75vh;
    overflow: hidden;
  }
}
.card-item_default {
  font-size: 13px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .first-row-title {
    margin-bottom: 15px;
  }
  .rows-for-button-list {
    margin-top: 20px;
  }
  .first-row-left-label {
    top: 30px !important;
    white-space: nowrap;
  }

  .bottom-row-price-box-value {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .first-row-right-label {
    margin-top: 35px;
    color: rgba(183, 127, 46, 1);
  }
}
@media (max-width: 768px) {
  .card-item_default {
    margin-right: 2px !important;
  }
}
.transactions-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.transactions-row > div:last-of-type {
  color: red;
}
.card-item_checkbox-wrapper-item {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  cursor: pointer;
  position: relative;
}
.card-item_bank-color {
  color: rgba(20, 85, 145, 1);
}
.logo-bank-image {
  width: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.checkmark-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.card-item_number-mobile {
  text-align: center;
}
.transactions-row {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .card-item_bank {
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .card-item_number-mobile {
    font-size: 15px;
    font-weight: bold;
  }
  .transactions-row {
    text-align: center;
    margin-top: 20px;
    align-items: center;
    line-height: 24px;
    font-size: 12px;
  }
  .card-item_bank > div {
    text-align: center;
    align-items: center;
  }
}
.card-item {
  margin-bottom: 15px;
  background-color: rgba(224, 209, 169, 1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 15px 15px;
}
.card-item-mobile {
  margin-bottom: 15px;
  background-color: rgba(224, 209, 169, 1);
  border-radius: 8px;
  padding: 10px 15px;
}
.card-management-title {
  width: 250px;
  height: 40px;
  border-radius: 6px;
  background-color: rgba(214, 184, 117, 1);
  padding: 10px 30px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
.mobile-sandogh-home {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.account-card-management {
  height: 20px !important;
  margin-right: -3px !important;
  position: relative;
  top: 3px;
}
.rc-accordion-body h2 {
  font-size: 13px !important;
  color: #444 !important;
  font-weight: normal !important;
  line-height: 25px;
}
.center-help-footer {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.landing-fast-start {
  height: 3vw;
  width: 15vw;
  font-size: 1vw;
  background-color: #dc961a;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px auto;
  text-align: center;
  line-height: 3vw;
  margin-top: 1.5vw;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.landing-fast-start a {
  display: block;
  color: #fff;
}
.btn-gold {
  box-sizing: border-box;

  width: 223px;
  height: 39px !important;

  background: #c39751;
  border: 1px solid #c39751;
  border-radius: 16px;
  color: #ffffff;
}

.price-box {
  border-radius: 16px;
  background-color: #ffffff;
  padding-left: 10px;
  margin-top: 13px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 37px;
}

.card {
  border: 0px !important;
}

@media screen and (max-width: 1224px) {
  .card {
    border: 0px !important;
  }
}

.box-364 {
  border-radius: 16px;
  background-color: #ffffff;
  padding-left: 10px;
  margin-top: 13px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 37px;
}

.first-inf-card {
  padding-top: 0px !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 0 1rem;
  z-index: var(--z-fixed);
  border-bottom: 2px solid hsl(0deg 0% 90%) !important;
  padding: 25px 0;
  z-index: 999;
}

@media (max-width: 768px) {
  .header {
    overflow-x: auto;
  }
}

.btn-choose {
  cursor: pointer;
  box-sizing: border-box;
  width: 178px;
  height: 40px;
  background-color: transparent;
  border-radius: 16px;
  font-size: 0.9rem !important;
}

.btn-submit {
  background-color: #f4d662 !important;
  color: #333 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 2rem !important;
}
@media (min-width: 768px) {
  .form-input-custom {
    background-color: #fafafa !important;
  }
}
.btn-330 {
  color: #0c0c0c;
  background-color: #f4d662;
  border: 0px;
  width: 100% !important;
  height: 60px !important;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.wallet-tabs-items .form-input-button-custom {
  text-align: center;
  line-height: 60px;
  width: calc(33% - 10px) !important;
}
.note-for-buy {
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.StepContainer2020 .progress-bar-items {
  width: calc(100% - 115px) !important;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.account-ruls {
  padding: 15px;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
}
.wrapper-for-requests {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.wrapper-for-requests-container {
  margin-top: 90px;
}
.wrapper-for-requests > div {
  text-align: center;
  line-height: 60px;
  width: calc(20% - 10px) !important;
  cursor: pointer;
}
.wrapper-for-history-account {
  padding-left: 15px;
  padding-right: 15px;
}
.history-top-row-items {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.history-account-item {
  padding: 10px;
  box-sizing: border-box;
  background-color: #f4de8b99;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.history-bottom-row-items {
  margin-top: 10px;
  font-size: 12px;
}
.history-trade-tabs {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.history-trade-tabs > div {
  text-align: center;
  line-height: 60px;
  width: calc(33% - 10px) !important;
}
.btn-331 {
  color: #0c0c0c;
  background-color: #f4d662;
  border: 0px;
  width: 100% !important;
  height: 60px !important;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.not-active-login {
  opacity: 0.65;
}
.bottom-row-price-box-value {
  position: relative;
  top: 2px;
}
.mobile-price-box-percent.bottom-row-price-box-value {
  top: -5px !important;
}
.landing-price .first-row-right-label {
  top: 5px;
}
.landing-price .mobile-price-box-percent.bottom-row-price-box-value {
  top: 7px !important;
}
@media screen and (max-width: 768px) {
  .btn-choose {
    width: 140px !important;
    height: 34px !important;
  }
  .total-assets-mobile {
    background-color: rgba(214, 184, 117, 0.9);
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px;
  }
  .total-assets {
    text-align: center;
  }
  .total-assets > div {
    line-height: 30px;
  }
  .total-assets > div:last-of-type {
    margin-top: 10px;
    font-size: 18px !important;
  }
  .margin-price-box {
    margin-top: 20px;
    padding-left: 0;
  }
  .price-box-wrapper h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .margin-price-box .bottom-row-price-box-label {
    font-size: 14px !important;
    font-weight: bold !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .header-after-login-image {
    width: 100vw !important;
    overflow: hidden;
    position: relative;
  }
  .price-box-wrapper {
    margin-top: -30px !important;
    margin-bottom: 10px !important;
  }
  .price-box-wrapper .first-row-right-label {
    padding-top: 32px !important;
    color: rgb(155, 133, 87);
  }
  .price-box-wrapper .first-row-title {
    margin-bottom: 10px;
  }
  .price-box-wrapper .bg-custom {
    background-color: rgba(20, 85, 145, 1) !important;
    box-shadow: none !important;
    color: #fff;
  }
  .price-box-wrapper .bg-custom .pt-4 {
    padding-top: 0 !important;
  }
  .header-after-login-image > img {
    width: 100%;
  }
  .items-more-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -30px;
    margin-right: -30px;
  }
  .info-box-wrapper-mobile {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 !important;
  }
  .info-box-wrapper-mobile > div {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    background-color: rgba(85, 44, 18, 0.75) !important;
    color: rgba(250, 236, 164, 1) !important;
    box-shadow: none !important;
    margin-left: 0 !important;
  }
  .info-box-wrapper-mobile > div.full-width-box {
    width: 100% !important;
    background-color: rgba(214, 184, 117, 0.9) !important;
    color: #000 !important;
  }
  .info-box-wrapper-mobile > div .price-items {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
  }
  .items-more-wrapper {
    margin-top: -28px !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
  }
  .menu-items0012131 .items-more {
    background: rgba(239, 228, 181, 1);
    padding: 5px 15px !important;
    border-radius: 0 !important;
    height: auto !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  .menu-items0012131 .items-more .nav-item-content .nav-item-title34 {
    font-size: 13px !important;
  }
  .menu-items0012131 .items-more .nav-item-content img {
    height: 26px !important;
    margin-bottom: 3px;
  }
  .menu-items0012131 .items-more .nav-item-content a {
    margin-top: 5px !important;
    margin-bottom: -5px !important;
  }
  .price-items {
    font-size: 16px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .scroll-wrapper .info-box-wrapper-mobile {
    width: auto !important;
  }
  .price-box-wrapper h3 {
    color: #fff !important;
  }
  .buy-sell-pricebox {
    background-color: rgba(255, 0, 0, 0.85);
    padding: 5px 5px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .buy-sell-pricebox a {
    color: #fff;
  }
  .price-box-wrapper .bg-custom {
    background-color: rgba(20, 85, 145, 1);
    color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
  .first-row-right-label {
    padding-top: 40px;
  }
  .bottom-row-price-box {
    text-align: center;
  }
  .offer-box {
    background-color: #f4de8b;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 15px !important;
    border-radius: 12px !important;
    margin-bottom: 30px;
  }
  .bottom-row-price-box-label {
    text-align: left;
  }
  .bottom-row-price-box-value svg {
    display: inline-block;
  }
  .bottom-row-price-box-value {
    text-align: right;
  }
  .offer-box-wrapper {
    margin-top: 30px;
  }
  .bottom-suggestion {
    margin-bottom: 15px;
  }
  .offer-box-title {
    font-size: 15px;
    color: #b2782a;
  }
  .offer-box-content {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .text-wrapper-header {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 40px;
    z-index: 3;
    width: 100%;
    font-weight: bold;
  }
  .first-row-title {
    margin-bottom: 18px;
  }
  .scroll-wrapper {
    margin-top: 40px !important;
    margin-bottom: -30px !important;
    text-align: center;
  }
  .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 55, 53, 0.32);
    z-index: 2;
  }
  .header-login-nav {
    height: 63px;
    background-color: #f4d662;
    position: relative;
    text-align: center;
    line-height: 63px;
  }
  .header-login-nav img {
    position: absolute;
    right: 10px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .m-full .myinput {
    background-color: #ffffff !important;
  }

  .card-body {
    flex: 1 1 auto;
    padding: 1rem 0.5rem !important;
  }
  .not-active-login {
    opacity: 0.65;
  }
  .btn-330 {
    color: #0c0c0c;
    background-color: #f4d662;
    border: 0px;
    width: 100% !important;
    height: 60px !important;
    border-radius: 10px !important;
    box-shadow: 16px 16px 20px rgba(203, 203, 203, 0.2);
  }
  .btn-331 {
    color: #0c0c0c;
    background-color: #f4d662;
    border: 0px;
    width: 100% !important;
    height: 60px !important;
    border-radius: 10px !important;
    box-shadow: 16px 16px 20px rgba(203, 203, 203, 0.2);
  }
  .not-active-login {
    opacity: 0.65;
  }
}
.d-child input {
  background-color: #fafafa !important;
  border-radius: 10px !important;
  height: 18px !important;
  height: 60px !important;
  border: none !important;
}
.signup-list-items {
  direction: rtl !important;
  text-align: right !important;
  margin-top: 20px;
}
.signup-list-items > div {
  margin-bottom: 5px !important;
}
.signup-list-items > div img {
  margin-left: 5px;
}
.signup-title-box {
  text-align: right !important;
  margin-top: 30px !important;
}
.signup-title-box {
  text-align: right !important;
  margin-top: 10px !important;
}
.invite-code-extra {
  display: flex;
  margin-bottom: 20px !important;
  align-items: center;
}
.label-for-extra-info {
  color: #b2782a;
  width: 200px !important;
}
.myinput#mobilein,
.myinput#emailin,
.myinput#pass,
.myinput#mobilein,
.myinput#emailin,
.myinput#pass {
  background-color: #f4de8b !important;
  border-radius: 10px;
  height: 60px;
  width: 100% !important;
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #000 !important;
}
@media (min-width: 768px) {
  .myinput#mobilein,
  .myinput#emailin,
  .myinput#pass,
  .myinput#mobilein,
  .myinput#emailin,
  .myinput#pass {
    background-color: #fafafa !important;
  }
}
.myinput#mobilein:disabled,
.myinput#emailin:disabled,
.myinput#pass:disabled,
.myinput#mobilein:disabled,
.myinput#emailin:disabled,
.myinput#pass:disabled,
.myinput#mobilein:read-only,
.myinput#emailin:read-only,
.myinput#pass:read-only,
.myinput#mobilein:read-only,
.myinput#emailin:read-only,
.myinput#pass:read-only {
  opacity: 0.5 !important;
}
.image-padding-left-deposit {
  margin-left: 10px;
}
.form-input-custom {
  background-color: #f4de8b !important;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #000 !important;
}
.padding-pricebox-mobile {
  padding: 8px;
  margin-top: -20px;
}
.form-input-custom {
  background-color: #f4de8b !important;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #000 !important;
}
.bg-yellow-item {
  background-color: rgba(239, 228, 181, 1);
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: -10px;
}
.mobile-calculator-padding {
  padding: 22px !important;
}
.form-input-gray-custom {
  background-color: rgba(203, 203, 203, 0.3) !important;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #000 !important;
}
.title-row-trade {
  margin-top: 10px;
  padding: 15px;
}
.scroll-on-trade-wrapper {
  margin-bottom: 40px;
}
.label-trade-weight {
  position: absolute;
  left: 15px;
  top: 25px;
  border-right: 1px solid #333;
  padding-right: 10px;
}
.trade-tabs-container {
  margin-top: 20px;
}
.label-trade-mablagh {
  position: absolute;
  right: 15px;
  top: 25px;
}
.extra-price-box-wrapper {
  margin-top: -30px !important;
}
.form-input-custom:read-only {
  opacity: 0.5 !important;
}
.password-info-msg {
  margin-top: 15px !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.created-at-requests {
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}
.table-header-price {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  font-size: 12px;
  border-bottom: 1px solid #f4d662;
  align-items: center;
  height: 100px;
}
.table-header-price > div {
  text-align: center;
}
.form-input-button-custom-home {
  color: #0c0c0c !important;
  background-color: rgba(224, 209, 169, 1);
  border: 0px;
  width: 100% !important;
  height: 60px !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.form-input-button-custom {
  color: #0c0c0c !important;
  background-color: #f4de8b;
  border: 0px;
  width: 100% !important;
  height: 60px !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.btn-reject-request {
  color: #0c0c0c !important;
  background-color: #f4de8b;
  width: 95px !important;
  height: 30px !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  border: none !important;
  padding: 4px 8px !important;
}
.btn-reject-request:disabled {
  box-shadow: none !important;
  opacity: 0.65 !important;
}
.form-input-button-custom:disabled {
  opacity: 0.5 !important;
}
.myinput#mobilein:disabled,
.myinput#emailin:disabled,
.myinput#pass:disabled {
  opacity: 0.65;
}
.myinput:focus {
  background-color: #ffffff;
}

.card {
  border-radius: 16px;
  margin-top: 20px;
}

.mymedium {
  font-family: "mymedium" !important;
}

.mybold {
  font-family: "mybold" !important;
}

.m-full {
  height: 100vh;
  background-color: #ffffff;
  padding-top: 34px;
  overflow-x: hidden;
}

.ltr {
  direction: ltr;
  text-align: end;
}
.del-icon {
  position: absolute;
  text-align: right;
  width: 20px;
  height: auto;
  top: 0;
  right: 0;
  padding: 6px;
  cursor: pointer;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-family: "mymedium" !important;
  color: #707070 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1; /* Firefox */
  font-family: "mymedium" !important;
  color: #707070 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 1; /* Firefox */
  font-family: "mymedium" !important;
  color: #707070 !important;
}

*:focus {
  outline: none;
}

input :focus {
  box-shadow: 0 !important;
  border: 1px solid #c39751 !important;
  border-color: #c39751;
}
.spacer {
  flex: 1;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #C39751(126, 239, 104, 0.8) !important;
  border: 1px solid #c39751;
  box-shadow: none !important;
  outline: 0 none !important;
}
.info-text {
  text-align: right !important;
}
.btn:focus {
  box-shadow: none !important;
}
.content-wrapper-desktop-header {
  display: flex;
  align-items: center;
  height: 64px;
}
.desktop-header {
  background-color: #f4d662 !important;
  padding-left: 30px;
  padding-right: 30px;
  height: 64px;
  position: relative;
}
.item-class-bottom-responsive {
  padding-left: 10px;
  padding-right: 10px;
}
.filters-items-home > button {
  display: inline-block !important;
  margin-left: 10px !important;
  width: auto !important;
}
.padding-for-innerbox {
  padding: 15px;
  margin-top: 15px;
}
.box-for-current-items {
  height: 311px;
  border-radius: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: 75px;
  margin-bottom: 10px;
}
.bigger-items-amount {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.bottom-home-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 30px;
}
.bg-more-items-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  background-image: url("/images/bottom-items-bg-home.png");
  background-size: 100% auto;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bg-more-items-bottom img {
  max-width: 100%;
}
.title-for-trade-plus-sign {
  font-size: 28px !important;
  width: 50%;
  text-align: left;
  margin: 0 auto;
  height: 20px;
  margin-top: -10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.title-for-trade-current-amount {
  margin-top: 5px;
  color: #b2782a;
  font-size: 18px;
  text-align: center;
}
.title-for-trade-current-amount.smaller-amount-item {
  font-size: 16px;
}
.box-for-current-items {
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.box-for-current-items img {
  height: calc(100% - 75px);
  margin-bottom: 15px;
}
.header-for-login-after-layout {
  position: relative;
}
.title-for-price-box {
  font-size: 20px;
  color: #b2782a;
}
.header-for-login-after-layout img {
  width: 100%;
}
@media (min-width: 768px) {
  .items-more-wrapper {
    background-color: rgba(239, 228, 181, 1);
    position: relative;
    z-index: 10;
    border-radius: 12px !important;
    overflow: hidden !important;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%;
    margin: 0 auto;
  }
  .fsmfsmr img {
    margin-bottom: 10px;
  }
  .fsmfsmr .nav-item-title34 {
    font-size: 13px !important;
  }
}
.desktop-header-after-login {
  background-color: #f4d662 !important;
  padding-left: 15px;
  padding-right: 15px;
  height: 64px;
  position: relative;
}
.menu-item-desktop {
  margin-left: 60px;
}
.desktop-header-logo-item {
  width: 130px;
}
.desktop-header-logo-item img {
  height: 40px;
  margin-left: 20px;
}
.desktop-header img {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
}
.content-wrapper-desktop-header {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .desktop-header {
    margin-bottom: 30px;
  }
}
.otp {
  width: 3em !important;
  text-align: center !important;
  direction: ltr !important;
  height: 2.8em;
  border: 1px solid rgba(0, 0, 0, 0.51);
  border-radius: 5px;
}
.filter-cat-home {
  margin-top: -20px;
  margin-bottom: 20px;
}
.filter-cat-home > div {
  background-color: rgba(224, 209, 169, 1);
}
@media screen and (min-width: 1200px) {
  .otp {
    text-align: center !important;
    direction: ltr !important;
    border: 1px solid rgba(0, 0, 0, 0.51);
    border-radius: 5px;
    position: relative;
  }
}
@media (min-width: 769px) {
  .otp {
    border: 1px solid #edd084 !important;
  }
}
@media (max-width: 768px) {
  .trade-item-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .otp {
    width: 2rem !important;
    height: 2rem !important;
  }
}
.overflow-x-hidden {
  overflow-x: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.div-ltr {
  direction: ltr !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.mycol {
  width: 40%;
}

@media screen and (min-width: 1224px) and (max-width: 1424px) {
  .mycol {
    width: 47% !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1224px) {
  .mycol {
    width: 46% !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 993px) {
  .mycol {
    width: 62% !important;
  }
}

@media screen and (min-width: 574px) and (max-width: 769px) {
  .mycol {
    width: 100% !important;
  }
}

@media screen and (max-width: 410px) {
  .mycol {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 410px) and (max-width: 450px) {
  .mycol {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 450px) and (max-width: 460px) {
  .mycol {
    width: 87%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 450px) and (max-width: 460px) {
  .mycol {
    width: 87%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 500px) and (max-width: 574px) {
  .mycol {
    width: 80%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-forth-section h1 {
  font-size: 16px !important;
}
.home-forth-section h2 {
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 25px !important;
}
.calculate-gold-price h1 {
  font-size: 15px !important;
  font-weight: normal !important;
}
p {
  font-size: 1.05rem;
}

.sixth-sec .right-side h1 {
  font-size: 16px !important;
}

.sixth-sec .right-side h2 {
  font-size: 14px !important;
  font-weight: normal;
  margin-top: 15px;
}

.text-medium {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .header .text-white {
    padding-right: 0 !important;
    margin-right: 10px;
  }
  .header > div {
    padding-right: 0 !important;
    margin-right: 10px !important;
  }
}
.title-for-login-desktop {
  margin-top: 70px !important;
  color: #404040 !important;
}
@media (max-width: 768px) {
  .title-for-login-desktop {
    margin-top: 90px !important;
  }
}
.title-for-login {
  margin-bottom: 40px !important;
  color: #404040 !important;
}
.mytitle-323 {
  background-color: #ffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 16px;
}
.offer-list-desktop-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.remove-cross {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 22px;
  cursor: pointer;
}
.buttons-result-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.message-warning {
  color: #b77f2e;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.message-warning img {
  width: 20px;
  margin-left: 5px;
}
.myinput-2 {
  background: #fff;
  border: 1px solid #edebeb;
  height: 37px;
  padding-right: 10px;
  border-radius: 16px;
}

.calc-input {
  padding: 15px 0;
  border: none;
  padding-right: 20px;
  background: #fafafa;
  padding-left: 70px !important;
  padding-top: 17px !important;
}

.calc-input:focus {
  border: none !important;
  border-color: #fff !important;
}

.calc-placeholder {
  position: absolute;
  color: #707070;
  font-size: 14px;
  top: 8px;
  text-align: left;
  padding: 15px 0;
  left: 25px;
  width: 60px;
}

.btn-submit {
  background: #c49239;
  color: #fff;
  width: 100%;
  height: 60px;
  border: none !important;
  border-radius: 10px;
}

.home-third-section {
  margin-top: 80px;
}

.sec-image {
  position: relative;
  width: 95%;
  border-radius: 10px;
  z-index: 5;
}

.dots-right {
  top: 50%;
  right: -8%;
}

.dots-left {
  top: 50%;
  left: -1%;
}
.offer-box-title-desktop {
  font-size: 15px;
  font-weight: bold;
  color: #f4d662;
  margin-bottom: 15px;
}
.offer-box-content-desktop {
  color: #f4d662;
  margin-bottom: 15px;
  line-height: 26px;
}
.offer-box-wrapper-desktop {
  text-align: center;
  position: relative;
}
.bottom-suggestion-desktop {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.offer-box-desktop {
  padding: 45px 60px;
}
.offer-box-container-desktop {
  background-image: url("../images/Jashnvare.png");
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  background-size: auto 100%;
  margin-top: 30px;
}
.home-forth-section {
  margin-top: 80px;
}
.text-align-right {
  text-align: right !important;
}
.sixth-sec {
  margin-top: 80px;
  background-image: url("../images/sixth-sec.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  height: 380px;
  color: #f4d662;
  border-radius: 16px;
}

.sixth-pic {
  text-align: center;
  margin-top: 35px;
}

.sixth-pic img {
  border-radius: 8px;
}

.seventh-sec {
  background-image: url("../images/vertical-lines.svg");
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 500px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b77f2e;
}
.empty-scroll-row {
  width: calc(20% - 15px) !important;
}
.up-the-middle-box {
  position: relative;
  top: -70px;
}
.hdash-carousel-link * {
  font-size: 13px !important;
}
.users-box {
  width: 300px;
  height: 300px;
  background-color: rgba(0, 117, 188, 1);
  box-shadow: 6px 7px 10px 5px #a9a9a933;
  color: #fff;
  border-radius: 8px;
}
.product-carousel-items {
  margin-bottom: 90px;
}
.users-reviews {
  background-image: url("../images/users-review.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  color: #b77f2e;
}

.users-reviews-title {
  font-size: 20px;
}

.review-wrapper {
  padding: 20px 80px;
  display: flex;
  flex-direction: row;
  height: 260px;
  position: relative;
}
.review-wrapper.article-review-wrapper {
  height: 280px;
}
.review-box {
  margin-left: 30px;
  background-color: #f4d662;
  padding: 30px;
  margin-left: 30px;
  font-size: 16px !important;
  border-radius: 10px;
}

.review-box :last-child {
  margin-left: 0;
}

.review-text {
  height: 160px;
}

.back-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #f4d662;
  position: absolute;
  top: 50%;
  left: 100px;
}

.next-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #f4d662;
  position: absolute;
  top: 50%;
  right: 100px;
}

.reviewer {
  border-top: 1px solid #b77f2e;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.review:last-child {
  margin-right: 0;
}

.text-gold {
  color: #dc961a;
}

.text-brown {
  color: #b77f2e;
}
.text-brown > h1 {
  font-size: 13px !important;
  line-height: 26px;
}

.landing {
  background: #fff !important;
}

.btn-outline-gold {
  border: 1px solid #c39751;
  width: 200px;
  height: 39px !important;

  color: #c39751 !important;
  border-radius: 16px !important;
}

.g-flex-row {
  display: flex;
  align-items: center;
}

.d-child {
  display: flex;
  flex-grow: 1;
}

.w-ir {
  width: 40px;
  margin-right: 4px;
  color: #707070;
}

.first-inf-card {
  padding-top: 0px !important;
}

@media (max-width: 768px) {
  .wrapper-for-requests-container {
    margin-top: 15px !important;
  }
  .wrapper-for-requests-container .allstepCard {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  .sendinf .col-xl-5 {
    flex: 0 0 auto;
    width: 48.666667%;
  }
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.text-small {
  font-size: 0.625rem;
}

.text-medium {
  font-size: 0.75rem !important;
}

.text-large {
  font-size: 0.875rem;
}

.text.xlarge {
  font-size: 1rem;
}

.text-xxlarge {
  font-size: 1.125rem;
}

.padding-5612 {
  padding: 5px;
}

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
  height: 200px;
  background-color: #fafafa;
  border: 1px solid #edebeb;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  padding: 71px;
}

.file-uploaded {
  position: relative;
  overflow: hidden;
  height: 200px;
  background-color: #fafafa;
  border: 1px solid #edebeb;
  text-align: center;
  border-radius: 4px;
}

.imgfile {
  width: 100%;
  height: 100%;
}

.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
}

.btn-6464 {
  max-width: 100%;
  height: auto;
  font-size: 13px;
  padding: 8px;
}

.max-100 {
  max-width: 100%;
}

.setpointer {
  cursor: pointer;
}

.spinner-border {
  display: inline-block;
  width: 1.7rem !important;
  height: 1.7rem !important;
  vertical-align: -0.125em;
  border: 0.19em solid currentColor !important;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.css-1jwj5zj * {
  font-family: URWDIN !important;
}

.swiperDiv___3vVIv {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 100%;
  background: transparent;
  cursor: pointer;
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 20px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.main_box {
  margin-top: 15em;
  margin-left: 15em;
  width: 22em;
  position: relative;
  transform: center -5em;

  /* We will the animation defined below to
     this element */
  animation: move infinite 0.5s alternate ease-in-out;
}
.price-new-border {
  border-left: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: -40px;
}
.main_box::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
  border: 0.125em solid rgb(6, 108, 9);
  border-radius: 50%;
  background-color: #ff7a00;
}

.jhsfgsyg242532 {
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  /* padding-right: 59px; */
}

.main_box::after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 5em;
  border-radius: 0.75em;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
  border: 0.125em solid rgb(6, 108, 9);
  position: fixed;
  z-index: -2;
}
@keyframes move {
  from {
    transform: rotate(-6deg);
  }
  to {
    transform: rotate(6deg);
  }
}
.lower-margin-for-offer-lists {
  margin-bottom: 40px !important;
}
.filters-items-home {
  padding-bottom: 15px !important;
}
.caret-down-item {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 30px;
  top: 10px;
  cursor: pointer;
}
.caret-down-item img {
  transition: all 0.2s linear;
}
.caret-down-item img.rotate-caret {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sell-title-offer {
  font-size: 15px;
  position: relative;
  padding: 5px 15px;
}
.offer-list-text {
  font-size: 12px;
}
.row-for-offer-item-list {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f4d662;
  padding-left: 15px;
  padding-right: 15px;
}
.col-2-items {
  display: flex;
  justify-content: space-between;
}
.active-users-offers {
  color: #b2782a !important;
  font-size: 18px !important;
}
.active-users-offers span {
  margin-right: 10px;
  color: #333;
}
.offer-list-on-bazaar {
  background-color: #fff !important;
}
.col-2-items > div {
  width: calc(50% - 7px) !important;
}
.active-users-items > div {
  margin: 0 !important;
}
.row-for-offer-item-list:hover {
  background-color: #f5f5f5;
}
.existance-color-text {
  color: rgba(183, 127, 46, 1);
}
.sell-title-offer img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  transform: translate(-50%, -50%);
}
.margin-for-offer-lists {
  margin-top: 10px;
  margin-bottom: 100px;
}
.margin-for-offer-lists > div {
  margin-bottom: 15px;
}
.margin-for-bottom-items-limit-order {
  margin-bottom: 80px;
}
.offer-list-on-bazaar-container {
  margin-top: 30px;
}
.offer-list-on-bazaar {
  border: 1px solid #f4d662;
  border-radius: 12px;
  padding: 0 0 15px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.offer-list-on-bazaar .row-for-offer-item-list:last-of-type {
  border-bottom: none !important;
}
.text-left {
  text-align: left;
}

.main0012131 {
  background-image: url("../images/poster13.jpg") !important;
  margin: 10px !important;
  height: 200px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sub-main0012131 {
  /* filter: blur(8px); */
  /* -webkit-filter: blur(8px); */
  /* margin: auto; */
  padding: 16px;
}

.menu-items0012131 {
  background-color: #fff !important;
  height: 75px;
  padding-top: 28px;
}

.css-cap21212 {
  background-color: #ffffff !important;
  border-radius: 10px;
  padding-top: 3px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.price-dash {
  margin: 15px;
  background-color: #f8f8f8;
  margin-top: 48px !important;
  padding-bottom: 21px !important;
  margin-bottom: 23px;
}

.cap-d21386 {
  background-color: #ffffff;
  padding: 8px;
  padding-bottom: 21px;
}

.main-dash {
  padding-bottom: 70px;
}

.footer-color {
  color: #383735 !important;
}

.nav-item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease;
}

.items-more {
  width: 100%;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  right: 0;
  background-color: rgba(239, 228, 181, 1);
  z-index: 1;
  height: 64px;
}
.nav-item-title34 {
  font-size: 10px !important;
  line-height: 100%;
  vertical-align: top;
  padding-top: 6px;
  color: #262626;
}

.bottom-nav-item.active {
  background-color: transparent !important;
  color: #262626 !important;
}
.bottom-nav-item {
  flex: 1 !important;
}
.bottom-nav-item.active img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 30px !important;
  border: 4px solid #fff;
  padding: 10px;
  background-color: #f4d662 !important;
  margin-top: -40px;
}
.main-dash {
  background-color: rgba(214, 184, 117, 0.12) !important;
}
#factor-modal {
  overflow-y: auto !important;
}
#factor-modal canvas {
  height: 50vh !important;
}
.first-row-left-label {
  position: relative;
  top: 37px;
  left: 22px;
  font-size: 13px;
}
.bottom-nav {
  box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0;
  background-color: #f4d662 !important;
  z-index: 10 !important;
}
.text-white {
  color: #fff !important;
}
.header-1213 {
  background-color: #ffffff;

  position: fixed;
}

.main-dash-desk {
  max-width: 1024px;
  margin: auto;
  margin-top: 24px;
  padding-left: 0;
  padding-right: 0;
}

.css-323-daf {
  width: 100%;
  text-align: center;
  /* padding: 100px; */
  padding-bottom: 45px;
  height: 360px;
  padding-top: 68px;
  padding-bottom: 23px;
}

.sub-css-di {
  width: 100% !important;
  color: #ffffff;
  background-image: url("../images/imgback.jpg");
  border-radius: 8px;
  height: 100%;
  padding-left: 245px;
  padding-top: 108px;
}

.css-ti32624 {
  font-size: 30px;
}

.css-232-sdsj {
  width: 100%;
  background-color: #ffffff;
  margin: 0px !important;
  margin-top: 32px !important;
}

.bx-css-price3456 {
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  padding: 15px;
  padding-top: 29px;
  padding-bottom: 26px;
  height: 249px;
}

.padd-csds6789 {
  padding: 10px;
}

.css-1032-ti {
  padding-bottom: 10px;
}

.css-453gskk {
  font-size: 18px !important;
  font-family: mynormal;
  padding-bottom: 53px;
}

.ti224-css {
  padding: 15px;
}

.invitation-desktop-wrapper {
  background-color: #f4de8b;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 45px 15px;
}
@media (max-width: 798px) {
  .invitation-desktop-wrapper {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  .items-more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    right: 0;
    background-color: rgba(239, 228, 181, 1);
    z-index: 1;
    height: 86px;
    padding-top: 15px !important;
  }
}

.css-orders52671893 {
  background-color: #ffffff;
  width: 100%;
  margin-top: 50px;
  height: 768px;
  overflow: auto;
}

.css-btns5263 {
  padding: 23px;
  margin-bottom: 10px;
}

.item-css-23435 {
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  margin: 16px;
  margin-top: 0px !important;
  margin-bottom: 7px;
  cursor: pointer;
}

.responseItems2022 {
  padding-right: 32px;
  width: 100%;
}
.invite-code-entrance {
  max-width: 400px;
  margin: 20px auto;
  border-radius: 4px;
  background-color: #f4d662;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
}
.invite-code-entrance label {
  font-size: 12px;
  color: #333;
  position: relative;
  top: 8px;
}
.invite-code-entrance input {
  background-color: transparent;
  outline: none;
  border: none;
  width: 92px;
}
.invite-code-entrance button {
  background-color: #f4de8b;
  padding: 5px 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
}
.content-for-invite-desktop {
  font-size: 13px;
  padding: 0 30px;
  margin: 30px auto;
  text-align: center;
  line-height: 27px;
  font-weight: bold;
  white-space: break-spaces;
}
.notif-invite {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}
.subtitle-for-invite-desktop {
  font-size: 13px;
  padding: 0 30px;
  margin: 30px auto;
  text-align: center;
  line-height: 27px;
  font-weight: bold;
  white-space: pre;
}
@media (min-width: 768px) {
  .responseItems2022 {
    overflow: auto;
  }
  .ref-url-item-desktop {
    color: #b2782a;
  }
  .header-for-invite-desktop {
    text-align: center;
    font-size: 17px;
  }
  .darker-yellow-color {
    background-color: #f4d662 !important;
  }
  .subtitle-bottom-invite-desktop {
    font-size: 12px;
    width: 50%;
    margin: 30px auto;
    line-height: 25px;
  }
  .edit-info-row-desktop {
    display: flex;
    justify-content: space-between;
  }
  .edit-info-row-desktop > * {
    width: calc(50% - 10px);
    font-size: 13px !important;
  }
  .edit-info-list {
    font-size: 12px;
    line-height: 27px;
  }
  .check-item-edit-info {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .check-item-edit-info svg {
    margin-left: 8px !important;
  }
  .items-for-bottom-deposit {
    margin-top: 15px;
  }
}
.kjj454ddw422 {
  display: flex;
  margin-top: -14px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0px 0px 4px 1px #e4e4e4;
  line-height: 1;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  /* margin-left: 50px; */
  margin-right: 27px;
  width: 191px;
}

.refel35353 {
  width: 428px;
  height: 430px;
  left: 462px;
  /* top: 243px; */
  background: #ffffff;
  padding: 16px;
  text-align: center;
  padding-top: 32px;
  border-radius: 4px;
}

.fsmfsmr {
  text-align: center !important;
}

.icon-size {
  width: 32px;
  height: 32px;
}
.ehraz-top-info > div:first-of-type {
  font-weight: bold;
  margin-bottom: 10px;
}
.ehraz-top-info > div:last-of-type {
  font-size: 13px;
  margin-bottom: 30px;
}
.fhsgfs6632424 {
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  overflow-y: auto;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .fhsgfs6632424 {
    max-height: calc(100vh - 90px);
    padding-bottom: 80px;
  }
  .fhsgfs6632424 * {
    font-size: 13px !important;
    line-height: 30px !important;
  }
}
.title-for-referral {
  color: #b2782a;
  margin-top: 15px;
  margin-bottom: 15px;
}
.referral-info-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.subtitle-for-referral {
  direction: rtl;
  padding: 15px;
  direction: rtl;
}
.tijnknfntn43 {
  font-size: 20px;
}
.no-history-item {
  width: calc(100% - 30px);
  margin: 80px auto;
  text-align: center;
}
.no-history-item img {
  max-width: 150px;
  margin-bottom: 20px;
}
.pakdiadait {
  padding-top: 50px;
  line-height: 30px !important;
}
.trade-on-no-histoy {
  margin-top: 30px;
}
.no-history-item-title {
  font-size: 13px;
  margin-bottom: 10px;
}
.no-history-item-title span {
  color: #b2782a;
  display: inline-block;
  margin-right: 5px;
}
.no-history-item-subtitle {
  font-size: 13px;
}
.titlegiftsfs {
  /* width: 428px; */
  /* height: 430px; */
  /* left: 462px; */
  /* top: 243px; */
  /* background: #FFFFFF; */
  /* padding: 16px; */
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
  color: #c39751;
}

.contendrrn32424 {
  padding-top: 69px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 158%;
  text-align: center;
  color: #525252;
  padding: 32px;
  padding-top: 69px;
}

.copyicon {
  height: 32px;
  padding-right: 10px;
  cursor: pointer;
}
.margin-for-button-invited {
  margin: 20px auto;
}
.kdsfjslink {
  padding: 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  text-align: center;
}

.itemanda6462424 {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  margin: 16px;
  margin-top: 0px !important;
  margin-bottom: 7px;
}

.khfaygafbajfafa {
  width: 100%;
  margin-top: 15px;
}

.sfsfsfeall {
  border-radius: 4px !important;
}

.pt-account {
  padding-top: 30px;
}

.yteremu43535 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #a3a3a3;
}

.subsdFSFSNFS {
  background-color: #fff;
  border-radius: 4px !important;
  padding: 32px;
}

.box32424 {
  background: #f8f8f8;
  padding: 16px;
  border-radius: 4px;
}

.text-14 {
  /* color: #6c757d!important; */
  font-size: 14px !important;
  line-height: 23px;
}

.tessgold {
  color: #c39751;
  font-size: 14px;
  padding-bottom: 5px;
}

.iteminfo2022 {
  background-color: #fff;
  width: 100%;
  display: flex;
  padding: 32px;
  margin-bottom: 4px;
}

.pt-td-css1324 {
  margin: 15px;
}

.more-details1234 {
  width: 277px;
  border: 1px solid #707070;
  background-color: transparent;
  color: #707070;
  border-radius: 19px;
  padding: 12px;
}

.mp-0 {
  padding: 0px !important;
  margin: 0px !important;
}

.kjfsfewrulesss {
  padding-right: 5px;
  padding-left: 5px;
  color: #daae56;
}

.kjfsfewrulesss:hover {
  color: #daae56 !important;
}

.cance2421btn {
  /* background: #9F1239 !important; */
  /* border-radius: 16px !important; */
  /* border: 0px !important; */
  /* background: #9F1239 !important; */
  /* border-radius: 16px !important; */
  /* border: 0px !important; */
  font-weight: 400;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #737373 !important;
  border-color: #737373 !important;
  border-radius: 16px !important;
  width: 223px !important;
  height: 39px !important;
}

.cance2421btn:hover {
  border-color: #737373 !important;
  background: #fff !important;
  background-color: #fff !important;
  color: #737373 !important;
}

.btn-logout {
  background: #9f1239 !important;
  border-radius: 16px !important;
  border: 0px !important;

  font-weight: 400;
  font-size: 16px !important;
  line-height: 150% !important;
  /* identical to box height, or 24px */

  /* Neutral/500 */

  color: #fff !important;
}

.dkjjashdtetxzxz2242421 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
  margin-top: 63px;
  margin-bottom: 75px;
}

.vbfsdfs2424 {
  margin-top: 16px !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.djsudhsuwew2324 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.css-si2324 {
  padding-top: 10px;
}

.css-content232 {
  margin-top: 98px;
}

.title-css2332 {
  padding: 28px;
}

.box-css2132-rn {
  width: 100%;
  background-color: #ffffff;
  height: 300px;
  /* margin-top: 20px; */
  border-radius: 16px;
}

.css-pt343 {
  padding: 10px;
}
.bottom-row-label-item {
  position: absolute;
  left: 15px;
  top: 23px;
  font-size: 12px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.label-item-bazaar {
  position: absolute;
  right: 15px;
  top: 30px;
  font-size: 12px;
}
.btn-gold:hover {
  color: #ffffff !important;
}

.pass-inp242css {
  position: relative;
}

.title-css546464 {
  color: #edd084;
  font-weight: 500;
  font-size: 1em;

  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
}

.jfjinhfjnsmargin {
  margin-top: 121px;
}

.imgsizedw2232padinng {
  padding-top: 72px;
  padding-left: 81px;
}

.css-5334-head {
  background-color: #fff;
  padding: 23px;
  display: flex;
}

.css-5334-back {
  position: absolute;
  left: 10px;
}

.css-all-content {
  background-color: #ffffff;
  margin-top: 2px;
}

.css-1bhi0za-MuiTypography-root-MuiLink-root {
  margin: 0;
  /* font-family: inherit; */
  /* font-weight: inherit; */
  font-size: 14px !important;
  line-height: inherit;
  letter-spacing: inherit;
  color: #404040 !important;
  -webkit-text-decoration: underline;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  font-family: "mymedium" !important;
}

.css-10t6qxf {
  margin: 0;
  /* font-family: inherit; */
  /* font-weight: inherit; */
  font-size: 14px !important;
  line-height: inherit;
  letter-spacing: inherit;
  color: #404040 !important;
  -webkit-text-decoration: underline;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  font-family: "mymedium" !important;
}

.clear353 {
  /* position: relative; */
  /* top: 100px; */
  /* background: beige; */
  /* z-index: 999999; */
  width: 20px;
  /* position: absolute; */
  text-align: right;
  width: 20px !important;
  height: auto;
  top: 0;
  right: 0;
  padding: 6px;
  cursor: pointer;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: transparent !important;
}

.fokusfhy664623424 {
  width: 100%;
  cursor: pointer;
}

.css-1ofcqab-MuiPaper-root-MuiMenu-paper-MuiPopover-paper {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: none;
  max-height: calc(100% - 96px);
  -webkit-overflow-scrolling: touch;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 16px;
  min-height: 16px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  outline: 0;
  overflow: visible;
  -webkit-filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.32));
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.32));
  margin-top: 12px;
  width: 170px !important;
}

a {
  color: #212529;
}
a:hover {
  color: #000000;
}

.pr-12 {
  padding-right: 12px !important;
}

.MuiButtonBase-root {
  background-color: #fff !important;
}

.MuiButtonBase-root-selected {
  background-color: #fff !important;
}

.css-kk1bwy-MuiButtonBase-root-MuiMenuItem-root:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: transparent !important;
}

.css-item516871 {
  background-color: #fff;
  padding: 30px;
  border: 0px !important;
  display: flex;
  border-bottom: 1px solid #fafafa !important;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  width: 100%;
  padding-right: 26px !important;
  /* padding: 2px; */
  font-size: 14px !important;
  color: #404040 !important;
  /* padding-right: 12px !important; */
  line-height: 25px;
}

.css-item516871-active {
  background-color: #f5f5f5;
}

.footer-css {
  position: relative;
  background-image: url("../images/footer-last.svg");
  background-size: cover;
  height: 450px;
  padding: 56px;
  padding-top: 50px;
  margin-top: 80px;
}

.tit-css-3435 {
  padding: 2px;
  font-size: 14px;
  color: #404040;
  padding-right: 12px !important;
}

.kjysgeuge654421 {
  color: #fff;
  font-size: 27px;
  padding-right: 99px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 84px;
  color: #ffffff;
}
.logout-red-note-text {
  color: #ff0000;
}
.iconsize2212 {
  width: 22px;
  height: 21px;
}
.logout-bottom-row-buttons {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.logout-bottom-row-buttons > button {
  width: calc(50% - 10px) !important;
  flex: initial !important;
}
.paddjui66 {
  padding-bottom: 13px !important;
}
.logout-small-text {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.top-message-trade {
  background-color: #f4de8b;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px #00000040;
  line-height: 25px;
  font-size: 13px;
  margin-top: 15px;
}
.image-on-invite-bottom {
  margin-top: 30px;
  width: 100%;
  padding-bottom: 90px;
}
.image-on-invite-bottom img {
  max-width: 100%;
}
.dl-apps {
  margin-top: 5px;
  line-height: 30px;
}
.m-height-footer-mobile {
  max-height: 30px;
  margin-bottom: 40px;
  margin-top: -25px;
}
.note-on-invitation {
  background-color: #f4de8b;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px #00000040;
  line-height: 25px;
  font-size: 13px;
  margin-top: 15px;
}
.mb--2 {
  margin-bottom: -25px;
}
.jgfdyddtydtytrsw {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "mybold";
  flex-direction: column;
}

.fwrfwrw24235css {
  padding-top: 10px;
}
.justify-the-footer-icons {
  flex-direction: column;
  align-items: end;
  gap: 15px;
  margin-top: -75px;
}
@media (max-width: 768px) {
  .mobile-namad-logo-footer img {
    width: 80px;
  }
}
.footer-mt {
  margin-top: 25px;
}
.footer-row-items {
  display: flex;
  gap: 25px;
}
.footer-row-items > div img {
  width: 80px !important;
}
.ksihfy6ete {
  padding-top: 160px;
}

.hfuhahfuha367643 {
  padding-top: 80px;
}
.kjeyugwevfu662 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #ffffff;
  padding-right: 10px;
}

.olokisdhfont92763 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  display: flex;
  align-items: center;
  text-align: right;
  padding-top: 100px;
  color: #313131;
}

.css-5334-ico {
  height: 27px;
  padding-left: 14px;
}

.d-flex {
  display: flex !important;
}

.content-bt {
  background-color: rgb(0 0 0 / 29%);
  padding: 10px;
  border-radius: 10px;
  width: 200px;
  margin: auto;
}

.content-cs {
  /* background-color: rgb(0 0 0 / 29%); */
  margin: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 10px;
}

.img6464 {
  height: 100%;
  width: 100%;
}

.box-center5050 {
  text-align: center;
  background: #fff;
  margin-top: 101px;
  margin-left: 122px;
  margin-right: 122px;
  padding: 80px;
  padding-top: 45px;
  border-radius: 10px;
  padding-bottom: 45px;
}

.toman5050 {
  position: absolute;
  top: 47px;
  left: 10px;
  color: #707070;
  font-size: 14px;
}

.pos-rel {
  position: relative;
}

.input5050 {
  direction: ltr;
  padding-left: 50px;
}

.mt5050 {
  margin-top: 10px !important;
}

.css-gk1ulm-control {
  border-radius: 16px !important;
  background-color: #fafafa !important;
}

.css-6gd1sn-control {
  border-radius: 16px !important;
  box-shadow: none !important;
}

.css-6gd1sn-control:hover {
  border-color: #c39751 !important;
}

.css-6gd1sn-control:focus {
  border-color: #c39751 !important;
}

.myinput-2:focus {
  border-color: #c39751 !important;
}

.css-18er3rt-singleValue {
  grid-area: 1/1/2/3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: hsl(0, 0%, 20%);
  margin-left: 2px;
  margin-right: 2px;
  box-sizing: border-box;
  background-color: #fafafa !important;
}

.css-18er3rt-singleValue:focus {
  grid-area: 1/1/2/3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: hsl(0, 0%, 20%);
  margin-left: 2px;
  margin-right: 2px;
  box-sizing: border-box;
  background-color: #fafafa !important;
}

.menu2022 {
  width: 320px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .menu2022 {
    display: none !important;
  }
  .responseItems2022 {
    display: none !important;
  }
}

.lable5050 {
  padding-bottom: 10px !important;
  font-size: 14px;
}

.tit5060 {
  padding-right: 7px;
  font-size: 14px;
  padding: 8px;
}
.users-reviews-items {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cfvv {
  display: flex;
}

/* stylying in css local host ... 8*/

.liadd66 {
  text-align: end;
  margin: 5px;
  position: relative;
  z-index: 1;
}

.sp6666 {
  font-size: 12px !important;
  color: #c39751 !important;
  text-decoration: none !important;
}

.stLink {
  text-decoration: none !important;
}

.tabs7642 {
  display: flex;
  margin-top: 130px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0px 0px 4px 1px #e4e4e4;
  line-height: 1;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  /* margin-left: 50px; */
  margin-right: 86px;
  width: 269px;
}

.trade-tab {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  box-shadow: 6px 2px 5px 5px #a9a9a933 inset;
}

.tab-item {
  cursor: pointer;
  transition-timing-function: ease-in-out;
  background: #fafafa;
  text-align: center;
  border-radius: 10px;
  box-shadow: 6px 2px 5px 5px #a9a9a933 inset;
  padding: 15px 0 15px 0;
}

.tab-item-active {
  background: #f4d662;
  color: #fff;
  box-shadow: none;
  transition: background-color 400ms ease-in-out;
  border-radius: 10px;
}

.item7642 {
  padding: 14px;
  font-size: 14px;
  cursor: pointer;
  color: #707070;
  padding-top: 8px;
  padding-bottom: 8px;
  transition-timing-function: ease-in-out;
}

.item7642-active {
  background-color: #c8c8c8;
  border-radius: 18px;
  color: #000000;
  transition: background-color 400ms ease-in-out;

  /* padding-top: 13px; */
}

.kf5050 {
  margin-top: 10px !important;
}

.card-balance {
  background-image: linear-gradient(357deg, #71706f, #050505);
  border-radius: 10px;
  height: 339px;
  padding: 64px;
}

.card-mini-balance {
  background-color: #fff;
  border-radius: 10px;
  color: #c39751;
  display: flex;
  padding: 10px;
  margin-top: 22px;
}

.left5555 {
  width: 50%;
  text-align: left;
}

.right5555 {
  width: 50%;
  text-align: right;
}

.mlr1333 {
  margin-right: 100px;
  margin-left: 100px;
}

.ignore--click--outside {
  background: #fafafa !important;
  border: 1px solid #edebeb !important;
  height: 37px;
  padding-right: 10px;
  border-radius: 16px;
  width: 100%;
}
.melli-card-label {
  color: rgba(0, 0, 0, 0.7) !important;
}
.tether-target input {
  background: #fafafa !important;
  border: 1px solid #edebeb !important;
  height: 37px;
  padding-right: 10px;
  border-radius: 16px;
  width: 100%;
}
.file-upload-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.signup-subtitle-box {
  margin-bottom: 30px;
  margin-top: 10px;
}
.file-upload-bg img {
  width: 100%;
}
.d-child input {
  background: #f4de8b !important;
  height: 37px;
  padding-right: 10px;
  border-radius: 16px;
  width: 100% !important;
}

.d-child div {
  width: 100%;
}

.juhfs56782424 {
  margin-top: 100px !important;
  padding: 32px !important;
}

.MainContainer2020 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.info-box-wrapper-mobile .info-box-mobile.blue-item-box {
  background-color: rgba(20, 85, 145, 1) !important;
  padding-bottom: 15px !important;
}
.price-box-wrapper-home-mobile {
  margin-top: 5px !important;
}
.bt-cass {
  background: #d4671a;
  border-radius: 16px;
  border-color: #d4671a;
  border: 0px !important;
  width: 115px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px !important;
}
.chart-icon-account-history {
  margin-right: 5px;
}
.plr-16 {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}

.dsjdjsd2442253 {
  display: flex;
  margin-top: 130px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0px 0px 4px 1px #e4e4e4;
  line-height: 1;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  /* margin-left: 50px; */
  margin-right: 0px;
  width: 385px;
}

.lineijfsnfsf {
  content: "";
  position: absolute;
  background: #d4d4d4;
  height: 2px;
  width: 94%;
  top: 20px;
  transform: translateY(+50%);
  right: 0;
  margin-right: 21px;
  margin-left: 21px;
}
.title-form-bold {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: 17px;
}
.fill-info-text {
  direction: rtl;
  text-align: right;
  font-size: 15px;
}
.code-meli-checkbox {
  justify-content: space-between;
}
.noncivilian-checkbox {
  margin-left: 5px;
}
.smaller-font-name {
  font-size: 12px;
}
.smaller-font-name input {
  position: relative;
  top: 2px;
}
.subsdFSFSNFS .d-flex.pe-2.pb-1 {
  display: block;
  margin-bottom: 5px;
}
.StepContainer2020 {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  position: relative;
}
.gold-red-color-bg {
  background-color: red;
  color: #fff;
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
}
.gold-green-color-bg {
  background-color: green;
  color: #fff;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
}
@media (min-width: 769px) {
  .price-items.active-users-offers {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .margin-for-offer-lists .info-box-wrapper-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top: 25px;
    flex-wrap: wrap;
    height: 260px;
    flex-direction: column;
    gap: 15px !important;
  }
  .margin-for-offer-lists .info-box-wrapper-mobile .info-box-mobile {
    flex: 1 !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
    height: 115px;
    width: unset !important;
    margin-bottom: 0 !important;
  }
  .margin-for-offer-lists .info-box-wrapper-mobile .info-box-mobile img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.info-box-wrapper-mobile-landing {
  display: inline-flex;
  flex-direction: row;
  padding: 10px 5px;
}

.info-box-mobile {
  background: rgba(239, 228, 181, 1);
  color: #000;
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
  padding: 12px 5px;
  margin-left: 8px;
}
.info-box-wrapper-mobile .info-box-mobile {
  background: rgba(77, 36, 8, 0.8) !important;
  color: #fff !important;
}
.info-box-wrapper-mobile .info-box-mobile.gold-color {
  color: rgba(255, 225, 97, 1) !important;
}
.StepCount2020 {
  position: relative;
  z-index: 2;
}
.lines-to-next {
  position: absolute;
  left: 0;
  right: 0;
  top: 19px;
  height: 2px;
  background-color: #f0f0f0;
}

.lines-to-next.active-line-to-next {
  background-color: #f4de8b;
}

.StepWrapper2020 {
  position: relative;
  z-index: 1;
  flex: 1;
}

.StepStyle2020 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 2;
  /* Neutral/300 */

  border: 1px solid #d4d4d4;
  color: #d4d4d4;
}

.allstepCard {
  background: #fafafa;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  padding-bottom: 48px;
  padding-top: 48px;
  margin-bottom: 16px;
}

.StepLabel2020 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  color: #525252;
  padding-top: 8px;
  /* text-align: center; */
  /* justify-content: center; */
}

.StepLabel2020-noactive {
  color: #a3a3a3 !important;
}
.margin-for-trade-container {
  padding-bottom: 50px;
}
.StepStyle2020-active {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4de8b;
  color: #000 !important;
}

.StepLabel {
  font-size: 19px;
  color: #4a154b;
}

.StepsLabelContainer {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.StepCount {
  font-size: 19px;
  color: #f3e7f3;
}

@media screen and (max-width: 769px) {
  .box-center5050 {
    text-align: center;
    background: #fff;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    padding-top: 39px;
    border-radius: 10px;
    padding-bottom: 39px;
  }

  .tabs7642 {
    display: flex;
    margin-top: 49px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0px 0px 4px 1px #e4e4e4;
    line-height: 1;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    /* margin-left: 50px; */
    margin-right: 20px;
    width: 269px;
  }

  .kf5050 {
    padding-top: 3px;
    margin-top: 5px;
  }

  .mlr1333 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .card-balance {
    background-image: linear-gradient(357deg, #71706f, #050505);
    border-radius: 10px;
    height: 339px;
    padding: 16px;
  }
}

a {
  text-decoration: none;
}

.sjuhfujksbfs {
  margin-bottom: 41px;
  padding: 27px;
}

.btn-error {
  box-sizing: border-box;
  width: 223px;
  height: 43px;
  background: #b60000;
  border: 1px solid #ffffff;
  border-radius: 16px;
  color: #ffffff;
}

.btn-black {
  box-sizing: border-box;
  width: 223px;
  height: 43px;
  background: #000000;
  border: 1px solid #ffffff;
  border-radius: 16px;
  color: #ffffff;
}

.text-error {
  color: #dc0000;
}

.djusihduhsd86863 {
  border-radius: 16px;
}

.fksofosIKFSF235235 {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5),
    linear-gradient(0deg, #fafafa, #fafafa);
  padding: 27px;
  width: 100%;
  text-align: right;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
}

.fjsuds632632hnfksd {
  padding-top: 10px;
}

.dksdmargin424 {
  margin: 28px;
  margin-left: 58px;
  margin-right: 58px;
}
.kmjfnny777675 {
  margin-top: 7px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  /* margin-bottom: 10px; */
}

.koiji8576343bfuufusufs {
  margin-right: 122px;
  width: 137px;
  margin-top: 33px;
}

.otkopytdmgm345 {
  padding-top: 0px !important;
}

.cardres8080 {
  width: 384px;
  background: black;
  height: 288px;
  background: #171717;
  background-image: linear-gradient(261deg, black, #544b4b);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin: auto;
  padding: 18px;
}

.displayff {
  display: flex;
  padding-bottom: 10px;
}

.tittiele43 {
  text-align: left;
  /* float: left; */
  /* padding-right: 50px; */
  width: 65%;
  color: #fffd52;
}

.fitittle {
  color: #fff;
  font-family: "mymedium";
  width: 35%;
  font-size: 14px;
}
.user-comments-items-wrapper {
  margin-bottom: 45px;
}
.index-for-select {
  position: relative;
  z-index: 2;
}
.wrapper-for-callback-container {
  padding-top: 45px;
}
.title-after-callback {
  text-align: center;
  line-height: 30px;
  color: #b2782a;
}
.callback-cover-image-item img {
  max-width: 100%;
}
.full-content-link {
  display: block;
  margin-top: 30px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 30px;
}
.comment-item {
  height: 195px;
  background-image: url("/images/green-back-mobile.jpg");
  background-size: cover;
  width: 300px;
  border-radius: 12px;
  margin-left: 15px;
  padding: 10px;
  box-sizing: border-box;
  color: #f4d662;
  font-size: 13px;
  line-height: 25px;
  position: relative;
}
.ex-info-comments {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.jfshdsboxbala333 {
  margin-top: 10px;
  color: #181818;
  background-color: #fff;
  border-radius: 6px;
  height: 37px;
  padding: 8px;
  text-align: end;
}
.title-wrapper-landing {
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px 0;
}
.remove-filters {
  box-shadow: none !important;
  position: relative;
  top: 6px;
  margin-right: -15px;
  margin-left: 10px !important;
}

.sundssboxx {
  margin-top: 60px;
}

.titi2342323nndnd {
  color: #fff;
  font-size: 14px;
}

.allcontent32323 {
  width: 384px;
  margin: auto;
}

.skdsjdns7388 {
  margin-top: 10px;
  color: #181818;
  background-color: #ededed;
  border-radius: 8px;
  height: 43px;
  padding: 9px;
  /* text-align: end; */
  display: flex;
  margin-top: 19px;
}

.ubalance333 {
  width: 35%;
}

.ubalance334 {
  width: 65%;
  text-align: end;
}

.mydoubtn1 {
  margin: 10px;
  height: 40px;
  margin-right: 0px;
}

.mydoubtn2 {
  margin: 10px;
  margin-left: 0px;
}

.my-out-bt {
  background-color: transparent !important;
  color: #c39751 !important;
}

.my-out-bt:hover {
  background-color: #c39751 !important;
  color: #fff !important;
}

.lfjhuygyrgb4 {
  width: 384px;
  margin: auto;
  text-align: center;
  margin-top: 124px;
}

.gold-textb {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #c39751;
}

.ytdfgsbdjn34 {
  /* font-family: 'IRANSans'; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
  margin-top: 15px;
}

.boxretetet {
  margin-top: 42px;
  padding: 22px;
  border: 1px solid #b5b3b3;
  border-radius: 14px;
  margin-bottom: 42px;
}

.mgjhrthb3535 {
  margin-top: 100px;
}

.offer-active {
  width: 167px;
  height: 40px;
  background: #c39751;
  border-radius: 16px;
  color: #fff;
  box-shadow: none !important;
  border: 1px solid #c39751 !important;
  margin-left: 10px;
}

.offer-not-active {
  width: 167px;
  height: 40px;
  color: #a3a3a3;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 16px;
  margin-left: 10px;
}

.font-size12 {
  font-size: 12px;
  width: 50%;
  text-align: left !important;
  padding-top: 1px;
}

.jfjshuwtrbr7542 {
  margin-top: 22px !important;

  font-size: 14px !important;
}

.container764724 {
  text-align: center;
  padding: 16px;
}

.kshfgs4r242 {
  text-align: right;
  margin-bottom: 24px;
  margin-top: 15px;
}

.mtmfkdfn242 {
  margin-top: 16px;
}

.kjdfsg24235ppajdhsf {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 6px;
}
.kifpool-container {
  padding-bottom: 70px;
}
@media screen and (max-width: 769px) {
  .refel35353 {
    width: 100%;
    height: 430px;
    left: 462px;
    /* top: 243px; */
    background: #ffffff;
    padding: 16px;
    text-align: center;
    padding-top: 32px;
    border-radius: 4px;
  }
  .pt-kifpool {
    padding-top: 10px !important;
  }
  .titlegiftsfs {
    /* width: 428px; */
    /* height: 430px; */
    /* left: 462px; */
    /* top: 243px; */
    /* background: #FFFFFF; */
    /* padding: 16px; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #c39751;
  }

  .kjj454ddw422 {
    display: flex;
    margin-top: 14px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0px 0px 4px 1px #e4e4e4;
    line-height: 1;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    /* margin-left: 50px; */
    margin-right: 27px;
    width: 191px;
  }

  .sfsfsfeall {
    width: 100%;
    border-radius: 4px !important;
  }
  .djusihduhsd86863 {
    border-radius: 16px;
    width: 100%;
  }

  .fksofosIKFSF235235 {
    padding: 27px;
    width: 100%;
    text-align: right;
    border: 1px solid #f5f5f5;
    /* border-radius: 16px; */
    background: #fff !important;
    margin-top: 10px;
  }

  .title1324234999 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  .kdujsfsdg526323gedvf {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */

    text-align: right;

    /* Neutral/500 */

    color: #737373;
  }
  .jusdyetfsxd65c5cccccc {
    text-align: center;
  }
  .allcjfs4242 {
    padding-bottom: 64px;
  }
  .gray-text-with-padding {
    text-align: left !important;
    padding-right: 100px;
  }
  .cardres8080 {
    width: 312px;
    background: black;
    height: 288px;
    background: #171717;
    background-image: linear-gradient(261deg, black, #544b4b);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin: auto;
    padding: 18px;
  }

  .allcontent32323 {
    width: 313px;
    margin: auto;
  }

  .fitittle {
    color: #fff;
    font-family: "mymedium";
    width: 50%;
    font-size: 14px;
  }

  .mgjhrthb3535 {
    margin-top: 28px;
    padding-bottom: 70px;
  }

  .ksjfhsfpeygiti {
    margin-top: 38px !important;
    padding-top: 16px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .lineijfsnfsf {
    content: "";
    position: absolute;
    background: #d4d4d4;
    height: 2px;
    width: 85%;
    top: 20px;
    transform: translateY(+50%);
    right: 0;
    margin-right: 21px;
    margin-left: 21px;
  }

  .pr-16 {
    padding-right: 16px !important;
  }

  .dsjdjsd2442253 {
    display: flex;
    margin-top: 130px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0px 0px 4px 1px #e4e4e4;
    line-height: 1;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    /* margin-left: 50px; */
    margin-right: 0px;
    width: 385px;
  }

  .card230232 {
    background: #ffffff;
    border: 1px solid #e7e5e4;
    border-radius: 16px;
    margin: 16px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .kjdusgdsdb5667782 {
    margin: 0px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .pbjdufds24 {
    /* text-align: initial; */
    padding-bottom: 10px;
  }

  .padding-12 {
    padding: 12px;
  }

  .item-css-23435 {
    background-color: #fafafa;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    margin: 16px;
    margin-top: 0px !important;
    margin-bottom: 7px;
    background: #fafafa;
    border: 1px solid #e7e5e4;
    border-radius: 8px;
  }

  .css-orders52671893 {
    background-color: #ffffff;
    width: 100%;
    margin-top: 0px;
    height: 100%;
    overflow: auto;
  }

  .css-5334-ico {
    height: 22px;
  }

  .tit-css-3435 {
    padding: 2px;
    font-size: 12px;
    color: #404040;
    padding-right: 12px !important;
  }

  .icon-size {
    width: 25px;
    height: 25px;
  }

  .footer-css {
    background-color: #f4d662;
    height: 300px;
    padding: 25px;
    padding-top: 20px;
    margin-top: 40px;
  }

  .kjysgeuge654421 {
    color: #fff;
    font-size: 27px;
    padding-right: 90px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
  }

  .imushushd55323 {
    width: 76px;
  }

  .olokisdhfont92763 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    color: #ffffff;
    padding-top: 0;
    margin-top: 8%;
  }

  .iconsize2212 {
    width: 30px;
    height: 21px;
    padding-right: 0px;
  }

  .pre-main-2022 {
    padding: 0;
    padding-top: 25%;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }

  .about-title {
    color: #b77f2e;
    text-align: center;
    padding: 40px 20px;
    margin: 0 !important;
  }

  .about-par {
    text-align: center;
    padding: 8%;
    padding-top: 0;
    line-height: 2;
    padding-bottom: 0;
  }

  .header-wrap {
    height: 100% !important;
  }

  .btn-start {
    background: #f4d662 !important;
    color: #000 !important;
    width: 95% !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }

  .home-header-menu {
    padding: 10px 20px !important;
    text-align: center !important;
  }

  .home-title {
    color: #926515 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
  }

  .home-description {
    font-size: 16px !important;
    color: #323232 !important;
    margin-top: 15px !important;
  }

  .title-wrapper {
    margin-top: 15px !important;
  }

  .mobile-header {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .mobile-header img {
    width: 100%;
    height: 100%;
  }

  .mobile-menu {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 8px 20px 8px;
    position: relative !important;
  }

  .mobile-menu a {
    margin: 0 0 35px 0 !important;
    font-size: 16px !important;
    text-align: center;
  }

  .scroll {
    overflow-x: scroll;
  }

  .landing {
    overflow: hidden;
  }

  .mobile-icon {
    margin-bottom: 12px;
    width: 30%;
    height: 30%;
  }

  .price-mobile {
    border-radius: 10px;
  }

  .price-mobile h3 {
    margin: 10px;
  }

  .a-title {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-right: 8px;
  }

  .b-title {
    margin-bottom: 18px;
    margin-right: 8px;
  }

  .video-wrapper-mobile {
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .video-wrapper-mobile iframe {
    width: 90%;
    margin-right: 5%;
    border-radius: 10px;
    margin-top: 18px;
  }

  .seventh-sec {
    background-image: url("../images/vertical-lines-mobile.svg");
    height: 250px;
  }

  .users-box {
    height: 170px;
  }

  .green-sec {
    background-color: rgba(123, 92, 69, 1);
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 8px;
    color: #f4d662;
    font-size: 15px;
    position: relative;
    padding-right: 10px;
    font-size: 12px !important;
    padding: 15px;
  }
  @media (min-wdith: 768px) {
    .green-sec {
      height: 285px;
      width: 95%;
    }
  }
  .green-sec > div:first-of-type {
    width: 60%;
    float: right;
    direction: rtl;
    text-align: justify;
  }
  .pic-wrap {
    width: calc(40% - 10px);
    margin-right: 10px;
    float: left;
    margin-top: 3px;
  }

  .pic-wrap img {
    width: 100%;
  }

  .calculator-wrap {
    padding: 20px;
    box-shadow: 0px 5px 8px #00000040;
    margin-bottom: 40px;
    border-radius: 10px;
  }

  .btn-submit-mobile {
    background: #f4d662;
    color: #fff;
    width: 100%;
    height: 60px;
    border: none !important;
    border-radius: 10px;
  }

  .jgfdyddtydtytrsw {
    justify-content: right !important;
    padding: 0;
    font-size: 14px !important;
  }
}

.tithelper {
  color: #ef0000;
  font-size: 20px;
  margin-bottom: 100px;
}
.margin-for-varizi {
  margin-top: -25px !important;
}
#price_offer_buy,
#price_amount_buy,
#price_amount_sell,
#price_offer_sell {
  text-align: left !important;
}
#price_amount {
  text-align: left !important;
}
.kfjuhrygwr32535 {
  text-align: center;
  padding-bottom: 21px;
  color: #ef0000;
}
.kifpool-desktop-balance {
  display: flex;
  justify-content: space-between;
}
.knshhfhsbfsfst3535 {
  margin-top: 113px;
  margin-right: 120px;
  margin-left: 120px;
}
.range-slider__thumb,
.range-slider__range {
  background: #f4d662 !important;
}
.image-wrapper {
  text-align: center;
  padding-top: 43px;
  /* border-radius: 4px; */
  padding-bottom: 60px;
}

@media (max-width: 600px) {
  .image-wrapper img {
    width: 100%;
  }
}
.text-for-enamad {
  padding-top: 15px;
  line-height: 30px;
  font-size: 13px;
  text-align: justify;
}
.space-between {
  justify-content: space-between;
}
.range-slider {
  margin-top: 40px;
}
.filter-modal-header {
  height: 72px;
  width: 100%;
  background-color: #f4d662;
  margin-top: -15px;
  display: flex;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .filter-modal-header {
    margin: 10px auto;
    background-color: transparent !important;
    flex: 0 0 auto;
    width: 100%;
  }
  .header-for-comments-desktop {
    margin-top: 90px;
    margin-bottom: 30px;
    text-align: center;
  }
  .content-for-comments-desktop {
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    width: 50%;
    margin: 20px auto;
  }
  .fhsgfs6632424 {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .fhsgfs6632424 * {
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .content-of-menu-items > *:hover {
    background-color: #f4de8b !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }
}
.filter-modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2000;
}
.filter-modal-container {
  padding: 15px;
}
.filter-row-price-range {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-action-btn {
  margin-top: 60px;
  width: 100%;
}
.wrapper-for-filter-container {
  padding-bottom: 90px;
}
.filter-amount-row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.price-input-filter {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.price-input-filter-number {
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  background-color: #f4d662;
  border: none;
  text-align: center;
  width: 100%;
}
.label-from-price-range {
  line-height: 20px;
  font-size: 12px;
  position: relative;
  top: -15px;
}
.amount-items {
  display: flex;
}
.filter-amount-number {
  width: 60px;
  line-height: 40px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.filter-amount-number input {
  width: 60px;
  height: 40px;
  background-color: #f7f7f7;
  border: none;
  border-radius: 8px;
  text-align: center;
}
.label-for-filter-right {
  line-height: 40px;
}
.inc-dec-amount-filter {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #9ca3af;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.inc-dec-amount-filter:hover {
  border: 1px solid transparent;
  background-color: #f4d662;
}
.filter-sell-type {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  width: 200px;
  height: 40px;
  border-radius: 20px;
  margin: 10px auto;
  display: flex;
  padding: 4px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .filter-sell-type {
    margin: 20px 0 !important;
  }
}
.buy-sell-filter-item {
  flex: 1;
  border-radius: 20px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.active-buy-sell-filter {
  background-color: #f4d662;
}
.button-wrapper-cat {
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .modal-action-btn {
    margin-top: 15px !important;
  }
}
.buttons-wrapper-modal {
  margin-bottom: 30px;
}
.filter-modal-header-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  width: 100%;
}
.filter-modal-header-content-wrapper > div:last-of-type {
  cursor: pointer;
}
.show-chart-items {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #000 !important;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .remove-cross {
    display: none;
  }
  .total-assets-mobile {
    margin-bottom: 5px !important;
  }
  .gold-transaction-assets {
    margin-top: -3px !important;
  }
  .bigger-items-amount {
    padding-top: 0 !important;
    padding-bottom: 4px !important;
  }
  .home-header-menu-mobile {
    height: 140vw;
    overflow: hidden;
  }
  .home-header-menu-mobile img {
    width: 100vw;
  }
  .landing-logo-mobile {
    position: absolute;
    top: 49%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25vw;
  }
  .landing-logo-mobile img {
    width: 25vw;
  }
  .title-for-landing-mobile {
    text-align: center;
    font-size: 4vw;
    line-height: 6vw;
    color: #926515;
    font-weight: normal;
  }
  .content-for-landing-mobile {
    position: absolute;
    width: 100vw;
    top: 88vw;
  }
  .subtitle-for-landing-mobile {
    text-align: center;
    font-size: 4vw;
    line-height: 6vw;
    margin-top: 10px;
    font-weight: normal;
  }
  .filter-modal-header-content-wrapper {
    padding: 0 20px !important;
  }
}
@media (max-width: 440px) {
  .page-content .content-description {
    padding: 12px !important;
  }
}

.kshfbqw124 {
  border-radius: 10px;
}

.padksifstop {
  padding-top: 35px;
}
.no-order-accepted {
  padding: 15px;
  font-size: 12px;
}
.logorhsuhrwr425 {
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.items-for-bottom-deposit {
  font-size: 14px;
  text-align: justify;
  line-height: 25px;
}
.add-card-plus {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  margin-top: 5px;
}
.add-card-plus img {
  width: 20px;
  margin-right: 5px;
}
.items-for-bottom-deposit img {
  width: 20px;
}
@media screen and (min-width: 769px) {
  .wid-600 {
    width: 650px !important;
  }
  .content-deposit-container {
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1026px) {
  .box-center5050 {
    text-align: center;
    background: #fff;
    margin-top: 101px;
    margin-left: 74px;
    margin-right: 74px;
    padding: 14px;
    padding-top: 45px;
    border-radius: 10px;
    padding-bottom: 45px;
  }

  .wid-600 {
    width: 600px !important;
  }

  .green-sec {
    height: 400px;
  }

  .landing {
    overflow: hidden !important;
  }

  .home-menu {
    transform: translateX(30%) !important;
  }

  .home-wall {
    left: -22% !important;
    width: 512px !important;
    height: 450px !important;
    top: -3% !important;
  }

  .home-wall img {
    width: 100% !important;
    height: 100% !important;
  }

  .info-boxes {
    bottom: 1% !important;
    height: 0 !important;
    margin-right: 35px !important;
  }

  .title-wrapper {
    margin-bottom: 40px !important;
  }

  .mid-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sec-image {
    height: 60% !important;
    margin-top: 30px !important;
  }

  .dots-right {
    top: 35% !important;
  }

  .dots-left {
    top: 35% !important;
  }

  .video-wrapper {
    width: 95% !important;
    height: 100% !important;
  }

  .sixth-sec {
    margin-top: 40px !important;
    border-radius: 10px !important;
    margin-bottom: 40px !important;
  }

  .sixth-pic {
    margin-top: 80px;
  }

  .sixth-pic img {
    height: 190px !important;
  }

  .right-side {
    padding: 20px !important;
  }

  .seventh-sec {
    background-size: cover;
    margin-bottom: 30px !important;
  }

  .users-box {
    height: 270px !important;
  }

  .next-btn {
    right: 20px !important;
  }

  .back-btn {
    left: 20px !important;
  }

  .review-box {
    padding: 20px !important;
  }

  .users-reviews {
    height: 460px !important;
  }

  .review-wrapper {
    padding: 10px 20px;
  }

  .users-reviews-title {
    padding: 15px !important;
    padding-top: 25px !important;
  }

  .review-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .footer-css {
    background-color: #f4d662;
    height: 370px;
    padding: 25px;
    padding-top: 20px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .pic-wrap {
    width: 200px;
    left: 13%;
  }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
  .footer-css {
    background-color: #f4d662;
    height: 370px;
    padding: 25px;
    padding-top: 20px;
    margin-top: 40px;
  }
}
.mx-auto {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .footer-css {
    height: 370px;
    background-color: #f4d662;
    padding: 25px;
    padding-top: 20px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .dksdmargin424 {
    margin: 28px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.border-item {
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.border-item img {
  width: calc(100vw - 60px);
}
.header-wrap-container {
  display: flex;
  justify-content: space-between;
  height: 42vw;
}
.header-wrap-right {
  width: calc(100% - 34vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-wrap-left {
  height: 41vw;
  position: relative;
}
.header-wrap-left img {
  position: absolute;
  left: 0;
  height: 41vw;
}
.pattern-and-shadow-right {
  display: flex;
  align-items: center;
  height: 41vw;
  position: relative;
  justify-content: space-between;
  top: 0;
  position: absolute;
  max-width: 350px;
}
.pattern-and-shadow-right > div:first-of-type {
  height: 41vw;
  overflow: hidden;
}
.pattern-and-shadow-right > div:last-of-type {
  height: 41vw;
  overflow: hidden;
}
.pattern-and-shadow-right > div:last-of-type img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pattern-and-shadow-right > div > img {
  max-height: 32vw;
}
.pattern-and-shadow-right > div {
  display: flex;
  align-items: center;
}
.pattern-and-shadow-left {
  display: flex;
  align-items: center;
  height: 41vw;
  position: relative;
  justify-content: space-between;
  top: 0;
  left: 0;
  position: absolute;
  max-width: 350px;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pattern-and-shadow-left > div:first-of-type {
  height: 41vw;
  overflow: hidden;
}
.pattern-and-shadow-left > div:last-of-type {
  height: 41vw;
  overflow: hidden;
}
.pattern-and-shadow-left > div:last-of-type img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pattern-and-shadow-left > div > img {
  max-height: 32vw;
}
.pattern-and-shadow-left > div {
  display: flex;
  align-items: center;
}
.header-wrap {
  position: relative;
}

.home-header-menu {
  padding-top: 30px;
  padding-right: 80px;
  padding-left: 80px;
  text-align: right;
}

.home-menu {
  width: 100%;
  transform: translateX(-15%) !important;
}

.title-wrapper {
  margin-top: 60px;
}

.home-title {
  display: block;
  color: #313131;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 8px;
}

.home-description {
  margin-top: 27px;
  color: #b77f2e;
  font-size: 18px;
}

.home-wall {
  position: absolute;
  top: 0;
  left: -15%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden !important;
  border-radius: 30%;
}

.home-wall img {
  border-radius: 50%;
  width: 720px;
  height: 720px;
  overflow: hidden !important;
}

.video-wrapper {
  width: 100%;
}
.iframe-wrapper {
  padding-bottom: 57%;
  height: 0;
  width: 100%;
  position: relative;
}
.iframe-wrapper iframe {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.video-wrapper span {
  margin-top: 80px;
  display: block;
  margin-bottom: 30px;
}
.small-note {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  color: #999;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 15px;
}
.info-boxes {
  margin-right: 80px;
  z-index: 100;
  height: 190px;
  margin-top: 50px;
  margin-bottom: 40px !important;
}
.justify-space-between {
  justify-content: space-between;
}
.mid-main-upper {
  padding-left: 5rem !important;
  margin-top: 1rem !important;
}
.react-multiple-carousel__arrow {
  background-color: #fff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.react-multiple-carousel__arrow::before {
  color: #333 !important;
}
.home-carousel-card {
  background-color: rgba(75, 115, 152, 1);
  padding: 20px;
  border-radius: 8px;
  margin-left: 10px;
}
.select-on-mobile-sandogh select {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  color: rgba(85, 44, 18, 1);
  border: 1px solid rgba(85, 44, 18, 1);
  background-color: #fff;
  margin-top: 30px;
}
.home-carousel-card.silver-card {
  background-color: rgba(165, 174, 183, 1);
}
.product-carousel-row {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-carousel-row {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.home-carousel-price-text {
  margin-top: 20px;
}
.button-row-home-crsl {
  direction: rtl;
  text-align: right;
}
.popular-article-image {
  height: 140px !important;
}
.buy-btn-home-carousel {
  background-color: red;
  padding: 4px 30px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 4px;
}
.home-carousel-text {
  direction: rtl;
  text-align: right;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.carousel-margin-set {
  margin-bottom: 10px;
}
@media (min-width: 990px) {
  .video-title {
    display: block;
    margin-top: 90px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: center;
  }
  .video-wrapper {
    width: 990px !important;
    height: 500px !important;
    margin: 80px auto !important;
  }
}

.left-box-carousel {
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home-carousel-card a {
  display: flex;
  color: #fff;
  width: 100%;
}
.box {
  width: calc(25% - 15px);
  background: #fff;
  border-radius: 10px;
}

.box img {
  width: 36%;
  display: block;
  margin: 0 auto;
}

.box span {
  color: #c49239;
  font-size: 16px;
  display: table;
  margin: 0 auto;
  font-size: 1.2vw;
}
.mobile-menu > a {
  font-size: 13px;
  margin-top: 10px;
}
.landing-menu {
  display: flex;
  position: absolute;
  right: -33vw;
  top: 2vw;
  z-index: 2;
  width: 21vw;
  justify-content: space-between;
}
.landing-menu a {
  color: #fff;
  font-size: 0.8vw;
}
.image {
  width: 35%;
  background-color: red;
  background: url("../images/header-image.png") center center no-repeat;
  background-size: cover;
}
.rc-collapse .mb-0 {
  white-space: pre-line;
}
nav {
  position: absolute;
  top: 40px;
  z-index: 2;
}

@media (max-width: 420px) {
  nav {
    top: 35px;
    margin-right: 35px;
  }
  nav a {
    font-size: 12px !important;
    margin: 5px !important;
  }
}

nav a {
  color: #383735;
  margin: 16px;
  display: inline-block;
}

.content {
  position: relative;
  width: 65%;
  background-color: #fff;
}

.inner-content {
  position: absolute;
  width: 70%;
  height: 80%;
  left: 0;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.inner-content:before {
  position: absolute;
  content: "";
  background: url(../images/Shadow_Left.png);
  top: 0;
  left: -68px;
  width: 49px;
  height: 450px;
  z-index: 10;
  margin: auto;
  bottom: 0;
}

.inner-content:after {
  position: absolute;
  content: "";
  background: url(../images/Shadow_Right.png);
  top: 0;
  width: 49px;
  height: 440px;
  bottom: 0;
  margin: auto;
  right: -30px;
}

.inner-content .inner:before {
  position: absolute;
  content: "";
  background: url(../images/left-pattern.png);
  top: 0;
  left: -144px;
  width: 125px;
  height: 515px;
}

.inner-content .inner:after {
  position: absolute;
  content: "";
  background: url(../images/right-pattern.png);
  top: 0;
  right: -104px;
  width: 125px;
  height: 515px;
}

.title {
  font-size: 26px;
  margin-top: 15px;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
}

.sub-title {
  color: #9e600f;
  margin-top: 40px;
  margin-bottom: 50px;
}

.inner-content .btn {
  width: 320px;
  height: 70px;
  background: #dc961a;
  line-height: 55px;
  font-size: 25px;
  border-radius: 10px;
  position: relative;
  z-index: 6;
  transition: opacity 0.5s ease;
}

.btn a {
  color: #fff;
}
.inner-content .btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 992px) {
  .inner-content .btn {
    width: 275px;
    height: 50px;
    background: #dc961a;
    line-height: 34px;
    font-size: 25px;
    border-radius: 10px;
    position: relative;
    z-index: 6;
  }
  .list-icons {
    margin-top: 25px !important;
  }
}

.list-icons {
  margin-top: 80px;
}

.list-icons ul {
  position: relative;
}

.list-icons ul li {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 0 9px;
  transition: opacity 0.5s ease;
}

@media (max-width: 1380px) {
  .list-icons ul li {
    margin: 0px;
  }
}

.list-icons ul li span {
  position: absolute;
  font-size: 11px;
  width: 100%;
  /* white-space: nowrap; */
  background-color: rgb(255 255 255 / 82%);
  border-radius: 6px;
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.list-icons ul li:hover {
  opacity: 0.5;
}

.list-icons ul li:hover span {
  opacity: 1;
  visibility: visible;
}

.image-m img {
  width: 100%;
}

.inner-content-m {
  position: relative;
  text-align: center;
  min-height: 300px;
  padding-top: 50px;
}

.title-m {
  font-size: 18px;
  margin-top: 20px;
}

.sub-title-m {
  font-size: 16px;
  margin: 10px 0;
  color: #9e600f;
}

.inner-content-m:before {
  position: absolute;
  content: "";
  background: url(../images/Shadow_Right_Mobile.png);
  top: 0;
  right: 0%;
  width: 22px;
  height: 229px;
  bottom: 0;
  margin: auto;
}

.inner-content-m:after {
  position: absolute;
  content: "";
  background: url(../images/Shadow_Left_Mobile.png);
  top: 0;
  left: 0%;
  width: 22px;
  height: 229px;
  bottom: 0;
  margin: auto;
}

.inner-m:before {
  position: absolute;
  content: "";
  background: url(../images/left-pattern_Mobile.png);
  top: 0;
  left: 22px;
  width: 82px;
  height: 195px;
  bottom: 0;
  margin: auto;
}

.inner-m:after {
  position: absolute;
  content: "";
  background: url(../images/right-pattern_Mobile.png);
  top: 0;
  right: 22px;
  width: 82px;
  height: 195px;
  bottom: 0;
  margin: auto;
}

.inner-content-m .btn-m {
  width: 150px;
  height: 40px;
  background: #dc961a;
  line-height: 40px;
  font-size: 18px;
  border-radius: 10px;
  position: relative;
  z-index: 6;
  margin: auto;
  margin-top: 30px;
}

.btn-m a {
  color: #fff;
}

.header-wrap-mobile nav a {
  font-size: 14px;
  margin: 8px;
}

.icon-treads {
  width: 22px;
  height: 21px;
}

@media (max-width: 1410px) {
  .list-icons {
    margin-top: 50px;
  }
}

@media (max-width: 580px) {
  .page-content {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
  }
}

.header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gold-balance-price {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .top-message-trade {
    font-size: 10px !important;
  }
}
@media (max-width: 768px) {
  .existing-gold-amount {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .existing-gold-amount {
    margin-top: 30px !important;
  }
  .top-message-trade {
    font-size: 12px;
  }
  .ex-margin-items {
    margin-top: 30px;
  }
  .side-menu-wrapper-desktop {
    background-color: #f4d662;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .side-menu-wrapper-desktop button {
    background-color: transparent !important;
    border: none !important;
    width: 100%;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
  .side-menu-wrapper-desktop button img {
    height: 15px;
  }
  .side-menu-wrapper-desktop button img.account-support-image {
    width: 30px;
  }
  .side-menu-wrapper-desktop img.account-user-info-img {
    width: 35px;
  }
  .account-user-info-row img {
    margin-right: -11px !important;
    margin-bottom: -11px;
  }
  .account-user-info-row {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .header-menu {
    white-space: nowrap;
  }
  .home-header-menu > img:first-of-type {
    width: 100px !important;
  }
  .mobile-container-video {
    padding: 15px;
  }
  .iframe-wrapper {
    padding-bottom: 52%;
    height: 0;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 15px;
  }
  .iframe-wrapper iframe {
    height: 100%;
  }
}

.header-menu li {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .header {
    padding: 20px 0;
  }
  .header-menu li a {
    font-size: 14px;
  }
}

.page-content {
  margin-top: 125px;
  padding-bottom: 100px;
}

.page-content .content-description {
  background-color: #fff;
  padding: 50px;
  border-radius: 21px;
  white-space: break-spaces;
  line-height: 34px;
}

.desc p {
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  color: #4f4f4f;
}

.card {
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
  background-color: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #475f7b;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
}

.card .form-heading {
  color: #000 !important;
}

.rc-accordion-toggle {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  justify-content: space-between;
  transition: 0.3s;
}
.existing-gold {
  color: #b2782a;
  font-size: 13px;
  margin-bottom: 20px;
}
.gold-balance-amount {
  font-size: 13px;
}
@media (max-width: 768px) {
  .gold-balance-amount,
  .gold-balance-date {
    font-size: 12px;
  }
  .existing-gold {
    margin-bottom: 8px;
  }
}
.sandogh-order-inputs {
  display: flex;
  justify-content: space-between;
}
.sandogh-order-input-item {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .sandogh-order-input-item {
    width: 50%;
  }
}
.gold-balance-date {
  font-size: 13px;
}
.sandogh-history-items-container {
  margin-bottom: 30px;
}
.sandogh-order-input-item {
  padding: 15px;
}
.sandogh-order-input-item select {
  background-color: #eee;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  margin-top: 35px;
}
.css-1qleq9z-control,
.amount-input-sandogh {
  background-color: rgba(244, 222, 139, 1) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border: none !important;
}
.css-1xc3v61-indicatorContainer {
  color: #333 !important;
}
.icon-sandogh {
  display: inline-block;
  margin-left: 5px;
}
.history-sandogh-items {
  border-radius: 12px !important;
  padding: 15px 15px !important;
  margin-bottom: 10px !important;
}
.price-gold-and-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-of-sandogh-terms {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 30px;
}
.label-for-sandogh-item {
  margin-bottom: 10px;
}
.action-button-sandogh {
  margin-bottom: 25px;
}
.shop-status {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.text-xlarge h1 {
  font-size: 16px;
}
.footer-mobile-title {
  font-size: 16px;
  font-weight: bold;
}
.footer-mobile-content {
  font-size: unset;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.terms-sandogh-item {
  margin-bottom: 5px;
}
.terms-sandogh-item svg {
  margin-left: 8px;
}
.amount-input-sandogh {
  background-color: rgba(127, 127, 127, 0.2);
  height: 38px;
  border-radius: 4px;
  border: none;
  width: 100%;
}
.terms-in-sandogh {
  display: block;
  margin-bottom: 20px;
}
.existing-gold-amount {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-for-sandogh-container {
  padding-bottom: 100px;
}
.rc-accordion-toggle.active .rc-accordion-icon {
  transform: rotate(180deg);
  color: #383735;
}
.rc-accordion-card {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.verify-code {
  justify-content: space-between !important;
}
.rc-accordion-card.show {
  background-image: url("../images/faq-bg.svg");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position-x: 45px;
  background-position-y: center;
}
.rc-accordion-card:last-child {
  margin-bottom: 0;
}
.rc-accordion-title {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  margin: 0;
  color: #383735;
  transition: 0.3s;
}
.rc-accordion-toggle.active .rc-accordion-title {
  color: #383735;
}
.rc-accordion-icon {
  position: relative;
  top: 2px;
  color: #475f7b;
  transition: 0.35s;
  font-size: 12px;
}
.rc-accordion-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 15px;
  padding-top: 0;
}
.pt-kifpool {
  padding-top: 90px;
}
.kifpool-content-wrapper {
  margin-top: 0px;
}
.filters-item-row {
  margin-bottom: 10px;
}
.filters-item-row input {
  margin-left: 10px;
}
.filters-item-row label {
  font-size: 13px;
}
@media (min-width: 769px) {
  .header-login-nav {
    display: none;
  }
}
.rc-accordion-body p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #313131;
}
.rc-collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.rc-collapse.show {
  height: auto;
}

.mobile-enmad {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.header-menu-wrapper {
  margin-bottom: 90px;
}
.wallet-tabs-items {
  display: flex;
  justify-content: space-between;
}
.content-of-menu-items {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .content-of-menu-items {
    padding-bottom: 10px;
  }
}
.info-not-filled {
  color: #ff0000;
  font-size: 10px;
  margin-right: 8px;
}
.info-not-filled img {
  width: 19px;
  margin-left: 5px;
}
.image-for-primary-info {
  margin-left: 10px;
  width: 23px;
}
.image-for-primary-info-small {
  margin-left: 13px;
  width: 20px;
}
.kifpool-title-right {
  font-size: 14px;
  color: #333;
  text-align: right;
}
.account-info-invitation-image {
  margin-right: -5px;
}
.kifpool-main-wrapper {
  padding-top: 5px;
  margin-bottom: 10px;
}
.account-support-image {
  height: 18px !important;
  position: relative;
  top: 4px;
}
@media (min-width: 769px) {
  .account-support-image {
    top: 1px;
  }
}
.account-user-info-row {
  display: flex;
  padding: 20px 26px;
  color: #404040 !important;
  font-size: 14px !important;
}
.account-user-info-row img {
  height: 28px;
  margin-right: -2px;
  margin-left: -5px;
  margin-top: -3px;
}
.account-info-first-name {
  flex: 1;
}
.filter-items {
  text-align: right !important;
  direction: rtl !important;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.history-container-items {
  margin-top: 30px;
}
.history-row-item {
  background-color: #f4de8b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
.history-row-kifpool-item {
  background-color: #f4de8b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 769px) {
  .history-row-item {
    background-color: transparent !important;
    height: 40px;
    padding: 0;
  }
}
.history-row-item .history-transaction-date {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.amount-existing-wallet-balance {
  background-color: #f4de8b;
  margin-top: 5px;
  text-align: left;
  border-radius: 12px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
}

.factor-title-right {
  font-size: 12px;
  color: #333;
  width: 50%;
}
@media (min-width: 768px) {
  .desktop-wrapper-final-amount {
    width: 50%;
    margin: 0 auto;
  }
  .factor-wrapper-top .displayff {
    margin-bottom: 15px;
  }
  .factor-title-left {
    font-weight: bold;
  }
  .low-balance {
    color: #ff0707;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .title-existing-wallet-balance {
    margin-top: 20px;
  }
  .rules-on-modal {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .number-for-factor-final {
    background-color: #fff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.number-for-factor-final {
  text-align: left !important;
  background-color: #f4d662;
  padding: 5px 10px;
  color: #333 !important;
  margin-top: 10px;
  border-radius: 6px;
}
.title-for-factor-amount {
  font-size: 12px !important;
}
.final-factor-amount {
  text-align: right !important;
  color: #333 !important;
  margin-top: 30px;
}
.factor-wrapper-top {
  background-color: #f4de8b;
  border-radius: 12px !important;
  padding: 15px !important;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.factor-title-left {
  text-align: left;
  width: 50%;
  font-size: 12px !important;
}
@media (max-width: 768px) {
  .history-transaction-date {
    font-size: 13px !important;
  }
  .kifpool-container {
    padding-bottom: 96px !important;
  }
}
.landing-menu a {
  margin: 0;
}
.kifpoot-content-info {
  margin-top: 30px;
}
.kifpool-desktop-balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 8px;
  font-size: 18px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.filter-items img {
  margin-left: 8px;
  width: 20px;
}
.number-for-kifpool-final {
  text-align: left !important;
  background-color: #f4de8b;
  padding: 5px 10px;
  color: #333 !important;
  margin-top: 10px;
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.smaller-image-size {
  width: 15px !important;
  margin-left: 5px;
}
.flex-center {
  justify-content: center;
}
.congrats-text-container {
  margin-top: 30px;
}
.congrats-text {
  text-align: center;
  font-weight: bold;
  color: #189d56;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header > div {
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .message-warning {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
  }
  .message-warning img {
    margin-left: 8px;
  }

  .buttons-wrapper-modal {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rules-on-modal {
    display: flex;
    margin-top: 10px;
  }
  .diff-amount {
    margin-top: 10px;
  }
  .low-balance {
    margin-top: 20px;
    margin-bottom: -15px;
    color: #b2782a;
    font-size: 12px;
  }
  .existing-wallet-balance {
    margin-top: 30px;
  }
  .title-existing-wallet-balance {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
  }

  #factor-mbody {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  #factor-modal {
    height: 100vh !important;
    border-radius: 0 !important;
    max-height: 100vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .header-modal-wrapper {
    margin: -20px;
  }
  .price-amount-pad {
    padding-right: 50px !important;
  }
  .back-to-prev {
    left: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .back-to-prev img {
    width: 20px;
    height: 20px;
  }
  .margin-bottom-mobile {
    margin-bottom: 90px !important;
  }
  .title-for-login.title-for-login-desktop {
    margin-top: 0px !important;
  }
  .title-for-login.title-for-login-desktop.reset-margin-title {
    margin-top: 0px !important;
  }
  .label-for-extra-info {
    width: 240px !important;
  }
}
.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
.App-link {
  color: #61dafb;
}
.pdf-content {
  position: relative;
  margin-top: 75px;
  height: calc(100vh - 80px);
  overflow: hidden;
}
.styles-for-pdf {
  height: calc(100vh - 80px);
}
.blog-header {
  background-color: #ffd939;
  height: 44vw;
  position: relative;
}
.weblog-header-image {
  height: 44vw;
  width: 44vw;
  border-radius: 22vw;
  overflow: hidden;
  position: absolute;
  left: -15vw;
  top: 0;
}
.weblog-header-text {
  width: 37vw;
  direction: rtl;
  text-align: right;
  height: 44vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.weblog-header-text h1 {
  font-size: 2.5vw;
  font-weight: normal;
  margin-bottom: 10px;
}
.weblog-header-text h2 {
  font-size: 1.8vw;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.weblog-header-text h3 {
  color: #b77f2e;
  font-size: 1vw;
  font-weight: normal;
  line-height: 2.2vw;
  text-align: justify;
  margin-top: 2vw;
}
.weblog-header-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.blog-logo img {
  position: relative;
  top: 10px;
  height: 60px;
}
.blog-larger-logo img {
  height: 90px;
}
.price-box-dashboard .text-success {
  color: #62dfa5 !important;
}
.price-box-dashboard .text-danger {
  color: #ef7c87 !important;
}
.blog-invesment {
  margin-top: 60px;
  display: flex;
  padding: 30px 0;
}
.blog-sarmaye-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.blog-sarmaye-subtitle {
  font-size: 15px;
  color: #222;
  font-weight: bold;
}
.blog-sarmaye-content {
  font-size: 15px;
  margin-top: 5px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 45px;
  color: #222;
}
.blog-invesment > div {
  flex: 1;
  position: relative;
}
.blog-invesment-image img {
  width: 100%;
}

.blog-invesment-image img:first-of-type {
  position: absolute;
  right: -70px;
  bottom: -50px;
  width: 100px;
}
.blog-invesment-image img:last-of-type {
  position: relative;
  z-index: 2;
}
.bottom-conclusion-blog {
  display: flex;
  justify-content: space-between;
}
.bottom-conclusion-blog > div:first-of-type {
  width: 500px;
  line-height: 28px;
}
.blog-detail-item {
  font-weight: bold;
  margin-bottom: 10px;
  color: #000 !important;
}
.blog-ex-text {
  color: #444;
  margin-bottom: 10px;
}
.blog-detail-row {
  line-height: 30px;
  color: #333;
  display: flex;
  gap: 45px;
  margin-bottom: 45px;
}
.blog-detail-row > div > img:first-of-type {
  width: 100%;
}
.center-blog-image {
  text-align: center;
}
.center-blog-image > img:last-of-type {
  margin-top: 15px;
}
.blog-detail-item-ex-margin {
  margin-top: 55px;
}
.blog-detail-row > div {
  flex: 1;
}
.blog-detail-row > div > img {
  max-width: 100%;
}
.blog-detail-content {
  padding: 30px;
  background-color: #f4de8b;
  border-radius: 8px;
}
.blog-menu {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  margin-bottom: -60px;
  position: relative;
}
.golden-links a {
  color: #b77f2e !important;
}
.blog-menu-margin-reset {
  margin-bottom: 30px !important;
}
.entrance-blog-detail {
  background-color: #fcb81f;
  padding: 10px;
  font-size: 12px;
  border: none;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  left: 0;
  margin-top: 10px;
  box-shadow: 16px 16px 20px rgba(195, 151, 81, 0.2);
}
.blog-detail-row {
  display: flex;
}
.golden-logo a {
  color: #b77f2e !important;
}
.blog-menu-list {
  list-style: none;
  margin-right: 90px;
  padding-top: 30px;
}
.blog-menu-list li {
  display: inline-block;
  margin-right: 20px;
}
.blog-menu-list li a {
  font-size: 1vw;
  color: rgba(0, 0, 0, 0.5);
}
.blog-menu-list li a:hover {
  color: rgba(0, 0, 0, 1);
}
.blog-middle,
.blog-bottom {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 50px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.blog-middle-content {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.blog-bottom-info-text-title {
  margin-bottom: 10px;
  font-size: 15px;
}
.blog-bottom-info-text-content {
  font-size: 13px;
  line-height: 28px;
}
.blog-middle-image {
  width: 400px;
}
.blog-bottom-middle-info {
  margin-bottom: 30px;
}
.blog-bottom-middle-content {
  flex: 1;
}
.blog-bottom-middle-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-bottom-middle-image {
  text-align: left;
  flex: 2 !important;
}
.blog-bottom-middle-image img {
  position: relative;
  top: 40px;
}
.blog-bottom-middle-content-desc {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  direction: rtl;
}
.blog-trade {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.blog-bottom-middle {
  display: flex;
  gap: 15px;
}
.blog-bottom-middle > div {
  flex: 1;
}
.blog-middle-info-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.blog-middle-info-content {
  font-size: 16px;
  line-height: 28px;
  width: 500px;
}
.blog-middle-image img {
  width: 100%;
}
.blog-bottom-info {
  display: flex;
  justify-content: space-between;
}
.blog-middle-overlay {
  background-color: rgba(150, 133, 37, 0.74);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.container-for-payment-callback {
  margin: 40px auto;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 400px;
  max-width: calc(100vw - 30px);
  border-radius: 8px;
  padding: 20px;
}
.popular-article-text {
  color: #b77f2e;
  font-size: 13px;
  text-decoration: underline;
  margin-top: 10px;
  line-height: 28px;
  padding-bottom: 15px;
}
.popular-article-image {
  padding: 0px 0px;
  max-width: 100% !important;
}
.popular-article-image img {
  border-radius: 12px;
  width: 100%;
}
.popular-articles-title {
  color: #b77f2e;
  font-size: 18px;
  margin-bottom: 30px;
}
.popular-articles-wrapper {
  background-color: #f0d787;
  padding-bottom: 60px;
}
.blog-bottom-info-text {
  color: #f4d662;
  max-width: 485px;
}
.blog-bottom-info {
  position: relative;
}
.blog-bottom-info > div {
  flex: 1;
}
.register-btn {
  background-color: #f4d662;
  padding: 10px 16px;
  box-shadow: 16px 16px 20px rgba(127, 127, 127, 0.2);
  border: none;
  border-radius: 8px;
  width: 364px;
  height: 64px;
  line-height: 44px;
}
.mobile-sandogh-text-center {
  color: rgba(178, 120, 42, 1) !important;
  text-align: center !important;
  font-size: 13px !important;
  line-height: 30px !important;
}
.blog-register-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 396px;
}
.blog-middle-overlay-green {
  background-color: rgba(0, 75, 35, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.modal-first-visit {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
}
.select-margin {
  margin-top: 30px !important;
}
#goftino_w {
  bottom: 20px !important;
  left: 20px !important;
}
@media (max-width: 798px) {
  #goftino_w {
    left: unset !important;
    right: 15px !important;
    bottom: 100px !important;
  }
}
.notification-permission-alert {
  position: fixed;
  right: 27px !important;
  bottom: 35px !important;
  width: 55px !important;
  height: 55px !important;
  border-radius: 40px !important;
  background-color: #f4d662 !important;
  box-shadow: 0 3px 6px 4px rgba(0, 0, 0, 0.1);
  z-index: 500;
}
.notification-box-permission {
  width: 350px;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  right: 0px;
  bottom: 80px;
  box-shadow: 0 3px 6px 4px rgba(0, 0, 0, 0.1);
}
.permission-texts {
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
  direction: rtl;
  line-height: 26px;
  color: #444;
}
.permission-texts > div:first-of-type {
  margin-bottom: 10px;
  direction: rtl;
  text-align: justify;
}
.permission-texts > div:last-of-type {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.permission-texts > div:last-of-type > button {
  flex: 1;
}
.permission-texts > div:last-of-type > button:first-of-type {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 8px 12px;
}
.permission-texts > div:last-of-type > button:last-of-type {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 8px 12px;
  background-color: red;
  color: #fff;
}
.notification-permission-alert .bell-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.modal-first-visit-body {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 45px;
  transform: translate(-50%, -50%);
  width: 500px;
  font-size: 18px;
  line-height: 30px;
  direction: rtl;
  text-align: justify;
  max-width: calc(100vw - 40px);
}
.modal-first-visit-body-close {
  background-color: #f7f7f7;
  padding: 2px 15px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 8px;
}
