#__nuxt {
  max-width: 430px !important;
  margin: auto !important;
}

body {
  background-color: #0b1f11 !important;
}

.v-main {
  width: 100% !important;
  margin: auto !important;
  max-width: 1600px !important;
}

::-webkit-scrollbar {
  width: 1px;
  border-radius: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 7px !important;
}

::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 1px;
  border-radius: 7px !important;
}

.overflow-x-clip {
  overflow-x: clip !important;
}

.auth-page {
  max-width: 400px !important;
  margin: auto !important;
}

.sp-carousel .slick-prev {
  margin-left: 25px;
  z-index: 999;
}
/* -------VueSlickCarousel------- */

.vpd-column-content::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 1px;
  border-radius: 7px !important;
}

.vpd-column-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 7px !important;
}

.overflow_h {
  overflow: hidden;
}

.opacity_input {
  opacity: 80%;
}

.opacity_input > .vpd-input-group {
  opacity: 80%;
}

.ltr-item {
  direction: ltr !important;
}

.rtl-item {
  direction: rtl !important;
}

.float-left {
  float: left !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.w-max {
  width: 100% !important;
}

.w-half {
  width: 50% !important;
}

.h-max {
  height: 100% !important;
}

.fit {
  padding: 0 !important;
  margin: 0 !important;
}

.pointer {
  cursor: pointer;
}

.center-div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.center-div-align {
  display: flex;
  align-items: center;
}

.center-div-justify {
  display: flex;
  justify-content: center;
}

.end-justify {
  display: flex;
  justify-content: flex-end;
}

.end-align {
  display: flex;
  align-items: flex-end;
}

.v-btn {
  text-transform: none !important;
}

tr {
  white-space: nowrap;
}

.nowrap-space {
  white-space: nowrap;
}

.v-btn__content {
  letter-spacing: 0 !important;
}
.v-tab {
  letter-spacing: 0 !important;
}
.filter-item input {
  font-family: IRANSans !important;
  font-size: 14px;
  color: white;
  /* font-weight: 80; */
  text-align: center;
}

.v-input__slot {
  background-color: white !important;
}

.v-text-field .v-input__control .v-input__slot {
  min-height: auto !important;
  /* display: flex !important; */
  /* align-items: center !important; */
}
.center-placeholder input {
  font-size: 17px;
  color: white;
  font-weight: 80;
  text-align: center;
}
.filter-item input::placeholder {
  /* color: white !important; */
  font-weight: 10px;
}

.filter-item .v-input__slot {
  padding: 0 6px !important;
}
.filter-form .v-list-item__icon {
  margin-left: 5px !important;
}
.filter-item .v-input__prepend-outer {
  margin-left: 0 !important;
}
.filter-item .v-input__append-outer {
  margin-right: 0 !important;
}

.small-input {
  margin: 0 !important;
  padding: 0 !important;
}

.small-input > .v-input > .v-input__control {
  padding: 0;
  margin: 0;
}

.small-input > .v-input > .v-input__control > .v-input__slot {
  padding: 0;
  margin: 0 !important;
}

.v-input__slot.backcolor > fieldset {
  border: 1px solid #dcdfe5 !important;
}

.small-input > .v-input > .v-input__control > .v-messages {
  display: none;
}

.small-input > .v-input > .v-input__control > .v-text-field__details {
  display: none;
}

.input-noborder > .v-input__control > .v-input__slot {
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.input-noborder > .v-input__control > .v-input__slot > fieldset {
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.small-input-only > .v-input__control > .v-text-field__details {
  display: none !important;
}

.bxr-red {
  box-shadow: 4px 0px 0px 0px #ff0303 !important;
}

.bxr-success {
  box-shadow: 0px 0px 4px 3px #6a994e inset !important;
}

.b-primary {
  border: 1px solid #51b34e !important;
  border-radius: 7px;
}

.bb-primary {
  border-bottom: 2px solid #51b34e !important;
}

.b-error {
  border: 1px solid #ff4342 !important;
}

.b-c2 {
  border: 1px solid #c2c2c2;
}

.border-none {
  border: none !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.position_r {
  position: relative;
}

.position_ab {
  position: absolute;
}

.discount-percent {
  width: 65px;
  height: 26px;
  color: #ff9e27;
  border-radius: 5px;
}
.discount-inline {
  width: 50px;
  border-radius: 5px;
}

button.v-btn[disabled] {
  opacity: 0.6 !important;
}

.p-0 {
  padding: 0px !important;
}

.grey-color {
  color: #1e315b !important;
}

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

.height-65 {
  height: 65px;
}

.ld-logomobile {
  position: absolute;
  top: 0;
  right: 40%;
}

.height-160 {
  height: 160px;
}

.display-inline {
  display: inline;
}

.z-index999 {
  z-index: 999;
}

.yellow-text {
  color: #ff9e27 !important;
}

.mt-20 {
  margin-top: 80px !important;
}

.transform_180 {
  transform: rotate(180deg);
}

.border10 {
  border-radius: 10px;
}

.border12 {
  border-radius: 12px;
}

.border22 {
  border-radius: 22px !important;
}

.width500 {
  width: 500px;
}

.fixed-namad {
  position: fixed;
  left: 0;
  bottom: 80px;
  z-index: 999;
}

.white-space_pre-line{
  white-space: pre-line;
}

.fixed-logo {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 999;
}

#businessaddress {
  font-size: 14px;
}

#supportphone {
  font-size: 14px;
}

.mt-14p {
  margin-top: 14%;
}

.z-index1000 {
  z-index: 1000 !important;
}

.z-index9999 {
  z-index: 9999 !important;
}

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

.slider-ratio {
  aspect-ratio: 2.57 / 1;
}

.slider-ratio-mobile {
  aspect-ratio: 4.71 / 1;
}

a {
  text-decoration: none !important;
}
