.account-details-input {
  border-radius: 0px !important;
  padding: 20px;
  border: 1px solid var(--grayscale-500, #d0d0d0);
}

.dashboard-tabs {
  cursor: pointer;
}

::-moz-placeholder {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
}

::placeholder {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
}

.account-details-card-title {
  font-family: Bebas Neue;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}

.a-gap-24 {
  height: 12px;
  width: 100%;
}

@media only screen and (max-width: 376px) {
  .order-history-main .icon-container {
    width: 94px;
    height: 94px;
    padding: 2px;
    border-radius: 50%;
    background-color: #A9BF2B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .order-history-main .menu-box {
    display: none;
  }
  .order-history-main .order-head {
    font-size: 45px;
    line-height: 43px;
  }
  .order-history-main .order-para {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
  }
  .order-history-main .order-des1 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 1200px) {
  .order-history-main .menu-box {
    display: none;
  }
  .order-history-main .order-head {
    font-size: 60px;
    line-height: 60px;
  }
}
.form-select {
  padding: 0 16px;
  height: 48px;
  border-radius: 0;
  color: var(--grayscale-900, #0e0e0e);
  /* Body/Standard */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  border: 1px solid var(--grayscale-500, #d0d0d0);
}/*# sourceMappingURL=my-account.css.map */