@font-face {
  font-family: "kalameh";
  src: url("../fonts/Kalameh-Regular.eot");
  src: url("../fonts/Kalameh-Regular.otf");
  src: url("../fonts/Kalameh-Regular.ttf");
  src: url("../fonts/Kalameh-Regular.woff");
}

@font-face {
  font-family: "kalamehFaNum";
  src: url("../fonts/KalamehFaNum-Regular.ttf");
  src: url("../fonts/KalamehFaNum-Regular.woff");
  src: url("../fonts/KalamehFaNum-Regular.woff2");
}

:root {
  --primary-color: #010a2b;
  --secondary-color: #3a37e5;
  --secondary-2-color: #270a34;
  --white-color: #d9dde7;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  font-family: "kalameh", "kalamehFaNum", "Vazirmatn", "lalezar", Arial,
    Helvetica, sans-serif;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  color: var(--white-color);
}

p,
ul,
label {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
  color: black;
}

button {
  outline: none;
  border: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #010d1b;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #5d0088;
}

::-webkit-scrollbar-thumb:hover {
  background: #430360;
}

.text-purple {
  color: #ea15ad;
}

.text-red {
  color: #a51a1a;
}

.desktop-hidden {
  display: none !important;
}

.desktop-hidden-block {
  display: none !important;
}

.Toastify__toast {
  direction: rtl !important;
}

.modal-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  background-color: #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.ravi-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  background-color: #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.wallet-wrapper {
  top: 0;
  width: 85%;
  height: 100vh;
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 12;
  background-color: #00000010;
}

input,
.number-font {
  font-family: "kalamehFaNum", Arial, Helvetica, sans-serif;
}

.green-logo {
  max-width: 41px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.d-none {
  display: none !important;
}
.d-none-1200 {
  display: block;
}

.header-account-detail {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  flex-direction: column;
  align-items: center;
}

.header-account-detail h3 {
  color: #007dec;
  font-size: 20px;
  margin-bottom: 15px;
}

.header-account-detail h4 {
  font-size: 20px;
}

.wrapper-account-ambassadors {
  padding: 0px 75px;
  padding-bottom: 50px;
}

.input-account-ambassadors {
  height: 61px;
  width: 100%;
  background-color: #f0f7fe !important;
  color: #000 !important;
  border: 1px solid #020d1b !important;
  font-size: 20px !important;
  padding-right: 10px !important;
}

.parent-foot-account-ambassadors {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 502px;
  width: 100%;
  padding-top: 100px;
}

.card-img-box {
  border-radius: 6px;
  max-width: 502px;
  height: 259px;
  width: 100%;
  border: 1px dashed #000000;
  margin-bottom: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.card-img-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 168.4%;
  color: #000000;
  font-size: 20px;
  margin-top: 10px;
}

.detail-card-ambassadors {
  margin-bottom: 15px;
  color: #293335;
  font-weight: 400;
  font-size: 18px;
  line-height: 140.5%;
  text-align: center;
}

.ambassador-input-place-holder::placeholder {
  font-size: 16px;
  text-align: right;
  color: #000;
}

@media only screen and (max-width: 1200px) {
  .d-none-1200 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .wallet-wrapper {
    width: 100%;
  }

  .mobile-hidden {
    display: none !important;
  }

  .desktop-hidden {
    display: flex !important;
  }

  .desktop-hidden-block {
    display: block !important;
  }

  .Toastify__toast-container {
    width: 90% !important;
    top: 2vh !important;
    left: 5% !important;
  }

  .modal-wrapper.mobile-bottom {
    align-items: flex-end;
  }
  .input-account-ambassadors {
    background-color: #020d1b !important;
    color: white !important;
    border: 1px solid white !important;
    font-size: 10px !important;
  }
  .wrapper-account-ambassadors {
    padding: 0px 0px;
  }
  .header-account-detail {
    background-color: #020d1b;
  }
  .header-account-detail h3 {
    font-size: 16px;
  }

  .header-account-detail h4 {
    font-size: 16px;
  }

  .Edit-bottom-inside-form-submit-input-account-ambassador {
    font-size: 16px !important;
  }

  .Edit-bottom-ambassadors {
    margin-top: 0px !important;
  }
  .Edit-bottom-inside-ambassadors {
    border-radius: 0px !important;
  }
  .card-img-box {
    border-color: #ffff;
    height: 174px;
  }
  .card-img-box p {
    font-size: 16px !important;
  }
  .detail-card-ambassadors {
    color: #ffff;
  }
  .ambassador-input-place-holder::placeholder {
    font-size: 14px;
    color: #ffff;
  }
}

.hidden {
  display: none;
}
