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

::-webkit-scrollbar {
  width: 12px;
  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;
}
/* 
body {
  background-color: #002233 !important;
} */
.category-carousel .slick-prev:before {
  color: #58C1CD !important;
  /* border: 1px solid #58C1CD;
  border-radius: 50%; */
}
.category-carousel .slick-next {
  display: none !important;
}

/* -------VueSlickCarousel------- */
.sp-carousel .slick-prev:before,
.sp-carousel .slick-next:before {
  color: #58C1CD !important;
  width: 100px;
}
.sp-carousel .slick-next {
  margin-right: 25px;
  z-index: 999;
}

.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;
}

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

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

.w-40 {
  width: 40%;
}
.w-67p {
  width: 67px;
}
.w-64p {
  width: 64px !important;
}

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

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

.h-33 {
  height: 33px !important;
}
.min-height-100 {
  min-height: 100vh !important;
}
.min-height-100vw {
  min-height: 100vw !important;
}

.height-fit-content {
  height: fit-content;
}

.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;
}

.justify-self-end {
  justify-self: end;
}

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

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

tr {
  white-space: nowrap;
}

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

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

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

.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__control {
  padding: 0;
  margin: 0;
}

.small-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__control > .v-messages {
  display: none;
}

.small-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;
}

.b-primary {
  border: 2px 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;
  border-radius: 5px;
}
.discount-inline {
  width: 50px;
  border-radius: 5px;
}
.leaflet-bottom {
  display: none;
}

.leaflet-control-attribution .leaflet-control {
  display: none;
}

.primary500-border {
  border: 1px solid #58c1cd !important;
}

.secondary-border {
  border: 1px solid #728ec9 !important;
}

.primary10-back {
  background-color: #eef9fa !important;
}

.border-top-12 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.border-bottom-12 {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

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

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

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

.linediv {
  background-color: #58C1CD !important;
  width: 2px;
  height: 34px;
  margin: 12px;
}

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

.height-38 {
  height: 38px;
}

.height-65 {
  height: 65px;
}

.ld-logomobile {
  position: absolute;
  top: 34px;
  right: 34%;
}

.height-160 {
  height: 160px;
}
.height-33 {
  height: 33px !important;
}

.display-inline {
  display: inline;
}

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

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

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

.transform_180 {
  transform: rotate(180deg);
}
.custom-shadow {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14) !important;
}

.border2-p {
  border-radius: 2px !important;
}
.border4 {
  border-radius: 4px !important;
}

.border6 {
  border-radius: 6px !important;
}

.border8 {
  border-radius: 8px !important;
}

.border10 {
  border-radius: 10px;
}

.border12 {
  border-radius: 12px !important;
}

.border14 {
  border-radius: 14px !important;
}

.border16 {
  border-radius: 16px !important;
}

.border18 {
  border-radius: 18px !important;
}

.border20 {
  border-radius: 20px !important;
}

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

.border25 {
  border-radius: 25px !important;
}

.border30 {
  border-radius: 30px !important;
}

.border-right-25 {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

.border-left-25 {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.width500 {
  width: 500px;
}

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

.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;
}

.discount-div,
.discount-div-last,
.discount-last,
.discount-last-mobile,
.discount-div-mobile,
.search-discount,
.search-discount-mobile,
.discount-today {
  position: absolute;
  background-color: #58C1CD;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.discount-div {
  width: 90px;
  height: 86px;
  top: 160px;
  left: 10px;
  border: 4px solid #40b6c5;
  font-size: 32px;
}

.discount-div-last {
  width: 80px;
  height: 76px;
  top: 155px;
  left: 8px;
  border: 4px solid #40b6c5;
  font-size: 32px;
}

.discount-div-mobile {
  width: 50px;
  height: 48px;
  top: 66px;
  left: 6px;
  border: 3px solid #40b6c5;
  font-size: 20px;
}

.discount-last {
  width: 80px;
  height: 76px;
  left: 8px;
  border: 4px solid #40b6c5;
  font-size: 32px;
  bottom: 16px;
}
.discount-last-mobile {
  width: 46px;
  height: 44px;
  top: 48px;
  left: 6px;
  border: 3px solid #40b6c5;
  font-size: 18px;
}

.search-discount {
  width: 60px;
  height: 58px;
  top: 114px;
  left: 6px;
  border: 3px solid #40b6c5;
  font-size: 20px;
}

.search-discount-mobile {
  width: 50px;
  height: 48px;
  top: 50px;
  left: 6px;
  border: 3px solid #40b6c5;
  font-size: 18px;
}

.discount-today {
  left: 6px;
  top: 132px;
  width: 72px;
  height: 70px;
  border: 3px solid #40b6c5;
  font-size: 30px;
}

.sumpay-style {
  background-color: #7b139f;
  padding: 4px;
  margin-top: -8px;
  margin-bottom: 8px;
  color: white;
}

.linear-light-back {
  background: linear-gradient(180deg, #f7cfff -26.58%, #fceeff 43.54%, #f7cfff 113.66%) !important;
}

.back-transparent {
  background-color: transparent !important;
}
.back-white {
  background-color: white !important;
}

.main-gradient {
  background: linear-gradient(360deg, #ffffff 10%, #d0f2ff 90%) !important;
}

.text-decoration-underline-none {
  text-decoration-line: none !important;
}

/* video dialog animations  */

.iframe_embed {
  width: 100%;
}
.icon {
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  top: 64%;
  left: 13.7%;
  bottom: 0;
  /* -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.2), 0 0 25px 2px rgba(0,0,0,.4), inset 0 0 0 15px rgba(255,255,155,.4); */
  /* box-shadow: 0 0 0 10px rgba(255,255,255,.2), 0 0 25px 2px rgba(0,0,0,.4), inset 0 0 0 15px rgba(255,255,155,.4); */
}

.icon-mobile {
  width: 32px;
  height: 32px;
  background-size: 32px 32px !important;
  top: 53px;
  left: 22%;
  /* -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.2), 0 0 25px 2px rgba(0,0,0,.4), inset 0 0 0 15px rgba(255,255,155,.4); */
  /* -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 25px 2px rgba(0, 0, 0, 0.4),
    inset 0 0 0 15px rgba(255, 255, 155, 0.4); */
  /* box-shadow: 0 0 0 10px rgba(255,255,255,.2), 0 0 25px 2px rgba(0,0,0,.4), inset 0 0 0 15px rgba(255,255,155,.4); */
}

.icon,
.icon-mobile {
  position: absolute;
  background: url(/image/help.svg) no-repeat;
  margin: auto;
  z-index: 3;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.pulse1 {
  width: 40px;
  height: 40px;
  top: 64%;
  left: 13.7%;
  bottom: 0;
}

.pulse1-mobile {
  width: 34px;
  height: 34px;
  top: 53px;
  left: 22%;
}

.pulse1,
.pulse1-mobile {
  position: absolute;
  margin: auto;
  z-index: 1;
  opacity: 0;
  border: 3px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: pulsejg1 4s linear infinite;
  -moz-animation: pulsejg1 4s linear infinite;
  animation: pulsejg1 4s linear infinite;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulse2 {
  width: 40px;
  height: 40px;
  top: 64%;
  left: 13.7%;
  bottom: 0;
}

.pulse2-mobile {
  width: 34px;
  height: 34px;
  top: 53px;
  left: 22%;
}

.pulse2,
.pulse2-mobile {
  position: absolute;
  margin: auto;
  z-index: 2;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-animation: pulsejg2 4s linear infinite;
  -moz-animation: pulsejg2 4s linear infinite;
  animation: pulsejg2 4s linear infinite;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, 0.8);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0.9);
    opacity: 0.2;
  }

  70% {
    -webkit-transform: scale(1.1);
    opacity: 0.35;
  }

  80% {
    -webkit-transform: scale(1.25);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}

@-moz-keyframes pulsejg1 {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }

  50% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }

  60% {
    -moz-transform: scale(0.9);
    opacity: 0.2;
  }

  70% {
    -moz-transform: scale(1.1);
    opacity: 0.35;
  }

  80% {
    -moz-transform: scale(1.25);
    opacity: 0.2;
  }

  100% {
    -moz-transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulsejg1 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }

  50% {
    transform: scale(0.6);
    opacity: 0;
  }

  60% {
    transform: scale(0.9);
    opacity: 0.1;
  }

  70% {
    transform: scale(1.1);
    opacity: 0.25;
  }

  80% {
    transform: scale(1.25);
    opacity: 0.1;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(0.8);
    opacity: 0.05;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 0.1;
  }

  60% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }

  80% {
    -webkit-transform: scale(1.2);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulsejg2 {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }

  40% {
    -moz-transform: scale(0.8);
    opacity: 0.05;
  }

  50% {
    -moz-transform: scale(1);
    opacity: 0.1;
  }

  60% {
    -moz-transform: scale(1.1);
    opacity: 0.3;
  }

  80% {
    -moz-transform: scale(1.2);
    opacity: 0.1;
  }

  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulsejg2 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }

  40% {
    transform: scale(0.8);
    opacity: 0.05;
  }

  50% {
    transform: scale(1);
    opacity: 0.1;
  }

  60% {
    transform: scale(1.1);
    opacity: 0.3;
  }

  80% {
    transform: scale(1.2);
    opacity: 0.1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
