@font-face {
  font-family: IranYekan;
  src: url(../fonts/iranyekanwebregular.eot) format("eot"), url(../fonts/iranyekanwebregular.woff) format("woff"), url(../fonts/iranyekanwebregular.ttf) format("truetype"), url(../fonts/iranyekanwebregular.svg) format("svg");
}
*,
::after,
::before {
  box-sizing: border-box;
}

input {
  text-align: right;
}

.with-background {
  background-image: url(https://taaghche.com/images/wheel1404/background_mobile.png);
  background-size: contain;
  background-position: center;
}

body {
  position: relative;
  font-family: IranYekan !important;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  overflow-x: hidden;
  direction: rtl;
}

strong {
  font-weight: bolder;
}

p {
  margin: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a2a2a2;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9a9291;
}

a,
a:active,
a:hover,
a:link,
a:visited {
  cursor: pointer;
  text-decoration: none;
  color: #189693;
  background-color: transparent;
}

a:disabled {
  color: #a2a2a2;
}

.text-center {
  text-align: center !important;
}

:disabled {
  pointer-events: none !important;
}

h1 {
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
  margin: auto;
  text-align: center;
  display: block;
}

h2 {
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
  margin: auto;
  text-align: center;
  display: block;
}

h3 {
  color: #ffffff;
  font-weight: 500;
  margin: auto;
  text-align: center;
  display: block;
}

img {
  border: 0;
}

.hidden {
  display: none;
}

header {
  color: #fff;
  height: 200px;
  text-align: center;
  padding-top: 5vw;
  overflow: hidden;
}

footer {
  position: relative;
  text-align: center;
  bottom: 0;
  overflow: hidden;
  background-color: #646871;
  color: #ffffff;
}
footer .footer-copyright {
  overflow: hidden;
  text-align: center;
  background-color: #646871;
  height: 50px;
  color: #ffffff;
  bottom: 0;
}
footer .footer-copyright span {
  line-height: 50px !important;
  padding: 0 20px;
}
@media (max-width: 576px) {
  footer {
    visibility: hidden;
    display: none;
  }
}

.control {
  padding-top: 16px;
}
.control .radio-wrapper {
  margin-bottom: 8px;
}
.control.custom-control.custom-checkbox, .control.custom-control.custom-radio {
  text-align: right;
  padding-right: 24px;
}
.control.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .control.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #189693;
  background-color: #189693;
}
.control.custom-control.custom-checkbox .custom-control-label, .control.custom-control.custom-radio .custom-control-label {
  width: 100%;
  cursor: pointer;
}
.control.custom-control.custom-checkbox .custom-control-label .input-group, .control.custom-control.custom-radio .custom-control-label .input-group {
  width: 100%;
  height: 45px;
  position: relative;
}
.control.custom-control.custom-checkbox .custom-control-label::after,
.control.custom-control.custom-checkbox .custom-control-label::before, .control.custom-control.custom-radio .custom-control-label::after,
.control.custom-control.custom-radio .custom-control-label::before {
  top: 0.16em;
  right: -1.5rem;
}
.control.custom-control.custom-checkbox .checkbox-text .checkbox-content, .control.custom-control.custom-radio .checkbox-text .checkbox-content {
  white-space: nowrap;
}
.control.custom-control.custom-checkbox .checkbox-text .checkbox-note, .control.custom-control.custom-radio .checkbox-text .checkbox-note {
  white-space: nowrap;
}
.control.custom-control.custom-checkbox:last-child, .control.custom-control.custom-radio:last-child {
  height: 70px;
}
.control.custom-control.custom-checkbox:last-child.subscription, .control.custom-control.custom-radio:last-child.subscription {
  height: 32px;
}
.control.custom-control.custom-checkbox.bottom-space, .control.custom-control.custom-radio.bottom-space {
  box-sizing: content-box;
  padding-bottom: 40px;
}
.control.custom-control.custom-checkbox.bottom-space .custom-control-label, .control.custom-control.custom-radio.bottom-space .custom-control-label {
  margin-bottom: 1px;
}
.control.custom-control.custom-checkbox.hide-checkbox .custom-control-label::before, .control.custom-control.custom-radio.hide-checkbox .custom-control-label::before {
  display: none !important;
}
.control.input-group {
  margin-top: -20px;
}
.control.input-group .btn-outline-secondary {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ced4da;
  border-right: none;
  color: #6c757d;
}
.control.input-group .btn-outline-secondary:hover {
  background-color: transparent;
  color: #6c757d;
}
.control.input-group .btn-outline-secondary:active {
  background-color: transparent;
  color: #6c757d;
}
.control.input-group .btn-outline-secondary:disabled {
  border-color: #ced4da;
  opacity: 1;
  color: #ced4da;
}
.control.input-group .btn-outline-secondary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
}
.control.input-group .form-control {
  border-radius: 0.25rem;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.control.input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
}

.vertical-middle {
  flex: 1;
}

.print-stamp {
  visibility: hidden;
  display: none;
}

.campaign-link-box {
  padding: 16px 30px;
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin: 24px 30px;
}
.campaign-link-box .campaign-link-text {
  text-align: center;
  font-size: 12px;
}
.campaign-link-box .campaign-link-button {
  padding: 8px 18px;
  background-color: #CCD795;
  width: fit-content;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #212529;
}
.campaign-link-box .campaign-chance-number {
  color: #00a2a4;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 576px) {
  .campaign-link-box {
    padding: 30px 60px;
    gap: normal;
    margin: 50px auto 0px;
    width: fit-content;
   
  }
  .campaign-link-box .campaign-link-text {
    font-size: 16px;
  }
    .campaign-link-box .campaign-link-button {
        font-size: 14px;
        padding: 10px 26px;
        margin-top: 13px;
    }
  .campaign-link-box .campaign-chance-number {
    font-size: 22px;
  }
}

main {
  position: relative;
  height: 100vh;
  max-width: 570px;
  text-align: center;
  margin: auto;
  min-height: 530px;
}
@media (min-width: 576px) {
  main {
    height: calc(100vh - 50px);
  }
}
main .container-main {
  position: absolute;
  width: 100%;
  display: block;
  padding: 15px;
}
main .container-main .container-fluid {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
main .container-main .container-fluid .container-header {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  z-index: 10;
  text-align: center;
  margin-top: 50px;
}
main .container-main .container-fluid .container-header img {
  border-radius: 10px;
  height: 181px;
  margin-bottom: -50px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.5);
}
main .container-main .container-fluid .container-header img.header-icon {
  height: 80px;
  width: 80px;
  margin-bottom: -40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
main .container-main .container-fluid .container-header.left-side-icon img {
  left: 28px;
  position: absolute;
  top: -40px;
}
main .container-main .container-fluid .container-card {
  position: relative;
  background: #ffffff;
  width: 100%;
  border-radius: 25px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  display: block;
  padding-top: 45px;
}
main .container-main .container-fluid .container-card .main-form {
  position: relative;
  display: block;
  line-height: 2.2em;
  bottom: 0;
  padding-bottom: 82px;
}
main .container-main .container-fluid .container-card .main-form .form-content {
  overflow-y: scroll;
  width: 100%;
  min-height: 160px;
  padding: 5px;
  padding-left: 5%;
  padding-right: calc(5% + 5px);
  padding-top: 16px;
}
main .container-main .container-fluid .vpn-message {
  margin-bottom: 24px;
  color: #212121;
  padding: 12px 16px;
  background-color: #ffc039;
  border-radius: 8px;
  border: 1px solid #666666;
}
main .container-main .container-fluid .header-icon ~ .container-card {
  padding-top: 45px;
}
main .container-main .container-fluid .container-footer {
  padding-top: 32px;
  position: relative;
  height: 35px;
  cursor: pointer;
}

.scroll-down-arrow {
  background-image: url(/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-link {
  position: absolute;
  top: 152px;
  z-index: 100;
  cursor: pointer;
  height: 50px;
  width: 50px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  left: calc(50% + 13px);
  color: #00a2a4;
  text-align: center;
  font-size: 70px;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 1.5s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@media (min-width: 576px) {
  main .container-main .container-fluid .campaign-final-text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 30px;
  }
  main .container-main .container-fluid .campaign-final-text .bold-text {
    font-weight: bold;
  }
}
.price,
.persian-price-unit {
  color: #189693;
  font-weight: 600;
}

.old-price {
  color: #a2a2a2;
}
.old-price::before {
  content: "(";
}
.old-price::after {
  content: ")";
}
.old-price .price,
.old-price .persian-price-unit {
  color: #a2a2a2;
  font-weight: 600;
  text-decoration: line-through;
}

.title {
  font-weight: normal;
  letter-spacing: 0.3pt;
  white-space: nowrap;
  color: #6b6b6b;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.title.result {
  padding: 4px 0;
  font-weight: 600;
}
.title.result.success {
  color: #189693;
}
.title.result.fail {
  color: #fe4147;
}
.title.subscription {
  padding-top: 0;
  margin-top: -8px;
}

.subtitle {
  font-weight: normal;
  letter-spacing: 0.3pt;
  white-space: nowrap;
  color: #6b6b6b;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subtitle.result {
  padding: 4px 0;
  font-weight: 600;
}
.subtitle.result.success {
  color: #189693;
}
.subtitle.result.fail {
  color: #fe4147;
}

.label-error {
  position: absolute;
  right: 0;
  top: 48px;
  width: 100%;
  bottom: -24px;
  padding: 5px 12px 0 0;
  padding-right: inherit;
  height: 28px;
  text-align: right;
  direction: rtl;
  color: #fe4147;
  font-weight: normal;
}
.label-error label {
  margin-bottom: 0;
  min-width: 100px;
}
.label-error a {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: inherit;
}

a.btn-bottom-green {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: 0;
  cursor: pointer;
  padding: 10px;
  border-radius: 0 0 25px 25px;
  display: flex;
  flex-direction: column;
  background-color: #189693;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
a.btn-bottom-green:active {
  background-color: #189693;
}
a.btn-bottom-green.disabled {
  background-color: #808080;
  cursor: default;
}
a.btn-bottom-green .btn-text {
  color: #fffcfd;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn-bottom-green .btn-text.price {
  font-weight: 400;
  color: #cee7e1;
}

.valid.input-group input {
  background-color: #e4f2f3;
  color: #5eb5b3;
  text-align: center;
  padding-right: 50px;
}
.valid .btn-outline-secondary {
  background-color: #e4f2f3;
}

.invalid.input-group input {
  border-color: #fe4147 !important;
}
.invalid .btn-outline-secondary {
  border-color: #fe4147 !important;
}

.item-list {
  display: block;
  padding: 0 5px;
}
.item-list .list .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 0;
  height: 55px;
}
.item-list .list .item:last-child {
  border-bottom: none;
}
.item-list .list .item .item-title {
  text-align: right;
  float: 1;
  flex: 1;
  color: #8d8c88;
  padding-left: 0;
  padding-right: 2px;
}
.item-list .list .item .item-value {
  flex: 1;
  float: 1;
  display: flex;
  flex-direction: column;
  align-items: left;
  padding-left: 2px;
  padding-right: 0;
}
.item-list .list .item .item-value .item-value-title {
  flex: 1;
  text-align: left;
}
.item-list .list .item .item-value .item-value-subtitle {
  flex: 1;
  text-align: left;
  color: #8d8c88;
}
.loader {
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid #189693;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 10;
  opacity: 0.6;
  display: block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/********************************************************************/
#toast-container .rtl {
  text-align: right;
}
@media (min-width: 577px) and (max-width: 100000px) {
  .dynamic-height-xx-small {
    height: 18px;
  }
  .dynamic-height-x-small {
    height: 20px;
  }
  .dynamic-height-small, .control.custom-control.custom-checkbox.bottom-space, .control.custom-control.custom-radio.bottom-space {
    height: 22px;
  }
  .dynamic-height-medium {
    height: 26px;
  }
  .dynamic-height-large {
    height: 30px;
  }
  .dynamic-height-x-large {
    height: 32px;
  }
  .dynamic-height-xx-large {
    height: 36px;
  }
  .dynamic-font-size-xx-small, .item-list .list .item .item-value .item-value-subtitle {
    font-size: 12px;
    line-height: 18px;
  }
  .dynamic-font-size-xx-small::before, .item-list .list .item .item-value .item-value-subtitle::before, .dynamic-font-size-xx-small::after, .item-list .list .item .item-value .item-value-subtitle::after {
    line-height: 18px;
  }
  .dynamic-font-size-x-small, body, footer, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note, .control.custom-control.custom-radio .checkbox-text .checkbox-note, .subtitle, .label-error {
    font-size: 14px;
    line-height: 20px;
  }
  .dynamic-font-size-x-small::before, body::before, footer::before, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note::before, .control.custom-control.custom-radio .checkbox-text .checkbox-note::before, .subtitle::before, .label-error::before, .dynamic-font-size-x-small::after, body::after, footer::after, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note::after, .control.custom-control.custom-radio .checkbox-text .checkbox-note::after, .subtitle::after, .label-error::after {
    line-height: 20px;
  }
  .dynamic-font-size-small, .control, .control.input-group .form-control, .old-price .price,
  .old-price .persian-price-unit, .title.price, a.btn-bottom-green .btn-text.price, .item-list, .item-list .list .item .item-value, .item-list .list .item .item-value .price, #toast-container .toast-message {
    font-size: 16px;
    line-height: 22px;
  }
  .dynamic-font-size-small::before, .control::before, .control.input-group .form-control::before, .old-price .price::before,
  .old-price .persian-price-unit::before, .title.price::before, a.btn-bottom-green .btn-text.price::before, .item-list::before, .item-list .list .item .item-value::before, .item-list .list .item .item-value .price::before, #toast-container .toast-message::before, .dynamic-font-size-small::after, .control::after, .control.input-group .form-control::after, .old-price .price::after,
  .old-price .persian-price-unit::after, .title.price::after, a.btn-bottom-green .btn-text.price::after, .item-list::after, .item-list .list .item .item-value::after, .item-list .list .item .item-value .price::after, #toast-container .toast-message::after {
    line-height: 22px;
  }
  .dynamic-font-size-medium, h3, main .container-main .container-fluid .container-footer, #toast-container .toast-title {
    font-size: 20px;
    line-height: 26px;
  }
  .dynamic-font-size-medium::before, h3::before, main .container-main .container-fluid .container-footer::before, #toast-container .toast-title::before, .dynamic-font-size-medium::after, h3::after, main .container-main .container-fluid .container-footer::after, #toast-container .toast-title::after {
    line-height: 26px;
  }
  .dynamic-font-size-large, h2, .title, a.btn-bottom-green .btn-text {
    font-size: 24px;
    line-height: 30px;
  }
  .dynamic-font-size-large::before, h2::before, .title::before, a.btn-bottom-green .btn-text::before, .dynamic-font-size-large::after, h2::after, .title::after, a.btn-bottom-green .btn-text::after {
    line-height: 30px;
  }
  .dynamic-font-size-x-large, h1, .price,
  .persian-price-unit {
    font-size: 26px;
    line-height: 32px;
  }
  .dynamic-font-size-x-large::before, h1::before, .price::before,
  .persian-price-unit::before, .dynamic-font-size-x-large::after, h1::after, .price::after,
  .persian-price-unit::after {
    line-height: 32px;
  }
  .dynamic-font-size-xx-large {
    font-size: 30px;
    line-height: 36px;
  }
  .dynamic-font-size-xx-large::before, .dynamic-font-size-xx-large::after {
    line-height: 36px;
  }
  main .container-main .container-fluid .container-header img {
    height: 181px;
  }
}
@media (min-width: 426px) and (max-width: 576px) {
  .dynamic-height-xx-small {
    height: 17px;
  }
  .dynamic-height-x-small {
    height: 19px;
  }
  .dynamic-height-small, .control.custom-control.custom-checkbox.bottom-space, .control.custom-control.custom-radio.bottom-space {
    height: 20px;
  }
  .dynamic-height-medium {
    height: 24px;
  }
  .dynamic-height-large {
    height: 27px;
  }
  .dynamic-height-x-large {
    height: 29px;
  }
  .dynamic-height-xx-large {
    height: 33px;
  }
  .dynamic-font-size-xx-small, .item-list .list .item .item-value .item-value-subtitle {
    font-size: 11px;
    line-height: 17px;
  }
  .dynamic-font-size-xx-small::before, .item-list .list .item .item-value .item-value-subtitle::before, .dynamic-font-size-xx-small::after, .item-list .list .item .item-value .item-value-subtitle::after {
    line-height: 17px;
  }
  .dynamic-font-size-x-small, body, footer, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note, .control.custom-control.custom-radio .checkbox-text .checkbox-note, .subtitle, .label-error {
    font-size: 13px;
    line-height: 19px;
  }
  .dynamic-font-size-x-small::before, body::before, footer::before, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note::before, .control.custom-control.custom-radio .checkbox-text .checkbox-note::before, .subtitle::before, .label-error::before, .dynamic-font-size-x-small::after, body::after, footer::after, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note::after, .control.custom-control.custom-radio .checkbox-text .checkbox-note::after, .subtitle::after, .label-error::after {
    line-height: 19px;
  }
  .dynamic-font-size-small, .control, .control.input-group .form-control, .old-price .price,
  .old-price .persian-price-unit, .title.price, a.btn-bottom-green .btn-text.price, .item-list, .item-list .list .item .item-value, .item-list .list .item .item-value .price, #toast-container .toast-message {
    font-size: 14px;
    line-height: 20px;
  }
  .dynamic-font-size-small::before, .control::before, .control.input-group .form-control::before, .old-price .price::before,
  .old-price .persian-price-unit::before, .title.price::before, a.btn-bottom-green .btn-text.price::before, .item-list::before, .item-list .list .item .item-value::before, .item-list .list .item .item-value .price::before, #toast-container .toast-message::before, .dynamic-font-size-small::after, .control::after, .control.input-group .form-control::after, .old-price .price::after,
  .old-price .persian-price-unit::after, .title.price::after, a.btn-bottom-green .btn-text.price::after, .item-list::after, .item-list .list .item .item-value::after, .item-list .list .item .item-value .price::after, #toast-container .toast-message::after {
    line-height: 20px;
  }
  .dynamic-font-size-medium, h3, main .container-main .container-fluid .container-footer, #toast-container .toast-title {
    font-size: 18px;
    line-height: 24px;
  }
  .dynamic-font-size-medium::before, h3::before, main .container-main .container-fluid .container-footer::before, #toast-container .toast-title::before, .dynamic-font-size-medium::after, h3::after, main .container-main .container-fluid .container-footer::after, #toast-container .toast-title::after {
    line-height: 24px;
  }
  .dynamic-font-size-large, h2, .title, a.btn-bottom-green .btn-text {
    font-size: 21px;
    line-height: 27px;
  }
  .dynamic-font-size-large::before, h2::before, .title::before, a.btn-bottom-green .btn-text::before, .dynamic-font-size-large::after, h2::after, .title::after, a.btn-bottom-green .btn-text::after {
    line-height: 27px;
  }
  .dynamic-font-size-x-large, h1, .price,
  .persian-price-unit {
    font-size: 23px;
    line-height: 29px;
  }
  .dynamic-font-size-x-large::before, h1::before, .price::before,
  .persian-price-unit::before, .dynamic-font-size-x-large::after, h1::after, .price::after,
  .persian-price-unit::after {
    line-height: 29px;
  }
  .dynamic-font-size-xx-large {
    font-size: 27px;
    line-height: 33px;
  }
  .dynamic-font-size-xx-large::before, .dynamic-font-size-xx-large::after {
    line-height: 33px;
  }
  main .container-main .container-fluid .container-header img {
    height: 171px;
  }
}
@media (min-width: 376px) and (max-width: 425px) {
  .dynamic-height-xx-small {
    height: 16px;
  }
  .dynamic-height-x-small {
    height: 18px;
  }
  .dynamic-height-small, .control.custom-control.custom-checkbox.bottom-space, .control.custom-control.custom-radio.bottom-space {
    height: 18px;
  }
  .dynamic-height-medium {
    height: 22px;
  }
  .dynamic-height-large {
    height: 24px;
  }
  .dynamic-height-x-large {
    height: 26px;
  }
  .dynamic-height-xx-large {
    height: 30px;
  }
  .dynamic-font-size-xx-small, .item-list .list .item .item-value .item-value-subtitle {
    font-size: 10px;
    line-height: 16px;
  }
  .dynamic-font-size-xx-small::before, .item-list .list .item .item-value .item-value-subtitle::before, .dynamic-font-size-xx-small::after, .item-list .list .item .item-value .item-value-subtitle::after {
    line-height: 16px;
  }
  .dynamic-font-size-x-small, body, footer, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note, .control.custom-control.custom-radio .checkbox-text .checkbox-note, .subtitle, .label-error {
    font-size: 12px;
    line-height: 18px;
  }
  .dynamic-font-size-x-small::before, body::before, footer::before, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note::before, .control.custom-control.custom-radio .checkbox-text .checkbox-note::before, .subtitle::before, .label-error::before, .dynamic-font-size-x-small::after, body::after, footer::after, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note::after, .control.custom-control.custom-radio .checkbox-text .checkbox-note::after, .subtitle::after, .label-error::after {
    line-height: 18px;
  }
  .dynamic-font-size-small, .control, .control.input-group .form-control, .old-price .price,
  .old-price .persian-price-unit, .title.price, a.btn-bottom-green .btn-text.price, .item-list, .item-list .list .item .item-value, .item-list .list .item .item-value .price, #toast-container .toast-message {
    font-size: 12px;
    line-height: 18px;
  }
  .dynamic-font-size-small::before, .control::before, .control.input-group .form-control::before, .old-price .price::before,
  .old-price .persian-price-unit::before, .title.price::before, a.btn-bottom-green .btn-text.price::before, .item-list::before, .item-list .list .item .item-value::before, .item-list .list .item .item-value .price::before, #toast-container .toast-message::before, .dynamic-font-size-small::after, .control::after, .control.input-group .form-control::after, .old-price .price::after,
  .old-price .persian-price-unit::after, .title.price::after, a.btn-bottom-green .btn-text.price::after, .item-list::after, .item-list .list .item .item-value::after, .item-list .list .item .item-value .price::after, #toast-container .toast-message::after {
    line-height: 18px;
  }
  .dynamic-font-size-medium, h3, main .container-main .container-fluid .container-footer, #toast-container .toast-title {
    font-size: 16px;
    line-height: 22px;
  }
  .dynamic-font-size-medium::before, h3::before, main .container-main .container-fluid .container-footer::before, #toast-container .toast-title::before, .dynamic-font-size-medium::after, h3::after, main .container-main .container-fluid .container-footer::after, #toast-container .toast-title::after {
    line-height: 22px;
  }
  .dynamic-font-size-large, h2, .title, a.btn-bottom-green .btn-text {
    font-size: 18px;
    line-height: 24px;
  }
  .dynamic-font-size-large::before, h2::before, .title::before, a.btn-bottom-green .btn-text::before, .dynamic-font-size-large::after, h2::after, .title::after, a.btn-bottom-green .btn-text::after {
    line-height: 24px;
  }
  .dynamic-font-size-x-large, h1, .price,
  .persian-price-unit {
    font-size: 20px;
    line-height: 26px;
  }
  .dynamic-font-size-x-large::before, h1::before, .price::before,
  .persian-price-unit::before, .dynamic-font-size-x-large::after, h1::after, .price::after,
  .persian-price-unit::after {
    line-height: 26px;
  }
  .dynamic-font-size-xx-large {
    font-size: 24px;
    line-height: 30px;
  }
  .dynamic-font-size-xx-large::before, .dynamic-font-size-xx-large::after {
    line-height: 30px;
  }
  main .container-main .container-fluid .container-header img {
    height: 161px;
  }
}
@media (min-width: 1px) and (max-width: 375px) {
  .dynamic-height-xx-small {
    height: 15px;
  }
  .dynamic-height-x-small {
    height: 17px;
  }
  .dynamic-height-small, .control.custom-control.custom-checkbox.bottom-space, .control.custom-control.custom-radio.bottom-space {
    height: 16px;
  }
  .dynamic-height-medium {
    height: 20px;
  }
  .dynamic-height-large {
    height: 21px;
  }
  .dynamic-height-x-large {
    height: 23px;
  }
  .dynamic-height-xx-large {
    height: 27px;
  }
  .dynamic-font-size-xx-small, .item-list .list .item .item-value .item-value-subtitle {
    font-size: 9px;
    line-height: 15px;
  }
  .dynamic-font-size-xx-small::before, .item-list .list .item .item-value .item-value-subtitle::before, .dynamic-font-size-xx-small::after, .item-list .list .item .item-value .item-value-subtitle::after {
    line-height: 15px;
  }
  .dynamic-font-size-x-small, body, footer, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note, .control.custom-control.custom-radio .checkbox-text .checkbox-note, .subtitle, .label-error {
    font-size: 11px;
    line-height: 17px;
  }
  .dynamic-font-size-x-small::before, body::before, footer::before, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note::before, .control.custom-control.custom-radio .checkbox-text .checkbox-note::before, .subtitle::before, .label-error::before, .dynamic-font-size-x-small::after, body::after, footer::after, .control.custom-control.custom-checkbox .checkbox-text .checkbox-note::after, .control.custom-control.custom-radio .checkbox-text .checkbox-note::after, .subtitle::after, .label-error::after {
    line-height: 17px;
  }
  .dynamic-font-size-small, .control, .control.input-group .form-control, .old-price .price,
  .old-price .persian-price-unit, .title.price, a.btn-bottom-green .btn-text.price, .item-list, .item-list .list .item .item-value, .item-list .list .item .item-value .price, #toast-container .toast-message {
    font-size: 10px;
    line-height: 16px;
  }
  .dynamic-font-size-small::before, .control::before, .control.input-group .form-control::before, .old-price .price::before,
  .old-price .persian-price-unit::before, .title.price::before, a.btn-bottom-green .btn-text.price::before, .item-list::before, .item-list .list .item .item-value::before, .item-list .list .item .item-value .price::before, #toast-container .toast-message::before, .dynamic-font-size-small::after, .control::after, .control.input-group .form-control::after, .old-price .price::after,
  .old-price .persian-price-unit::after, .title.price::after, a.btn-bottom-green .btn-text.price::after, .item-list::after, .item-list .list .item .item-value::after, .item-list .list .item .item-value .price::after, #toast-container .toast-message::after {
    line-height: 16px;
  }
  .dynamic-font-size-medium, h3, main .container-main .container-fluid .container-footer, #toast-container .toast-title {
    font-size: 14px;
    line-height: 20px;
  }
  .dynamic-font-size-medium::before, h3::before, main .container-main .container-fluid .container-footer::before, #toast-container .toast-title::before, .dynamic-font-size-medium::after, h3::after, main .container-main .container-fluid .container-footer::after, #toast-container .toast-title::after {
    line-height: 20px;
  }
  .dynamic-font-size-large, h2, .title, a.btn-bottom-green .btn-text {
    font-size: 15px;
    line-height: 21px;
  }
  .dynamic-font-size-large::before, h2::before, .title::before, a.btn-bottom-green .btn-text::before, .dynamic-font-size-large::after, h2::after, .title::after, a.btn-bottom-green .btn-text::after {
    line-height: 21px;
  }
  .dynamic-font-size-x-large, h1, .price,
  .persian-price-unit {
    font-size: 17px;
    line-height: 23px;
  }
  .dynamic-font-size-x-large::before, h1::before, .price::before,
  .persian-price-unit::before, .dynamic-font-size-x-large::after, h1::after, .price::after,
  .persian-price-unit::after {
    line-height: 23px;
  }
  .dynamic-font-size-xx-large {
    font-size: 21px;
    line-height: 27px;
  }
  .dynamic-font-size-xx-large::before, .dynamic-font-size-xx-large::after {
    line-height: 27px;
  }
  main .container-main .container-fluid .container-header img {
    height: 151px;
  }
}
/*------------------ Media sizes ------------------------*/
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  .no-print {
    visibility: hidden;
    display: none;
  }
  main .print-stamp {
    visibility: visible;
    display: block;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    opacity: 0.6;
    width: 100%;
    text-align: right;
  }
  main .print-stamp img {
    right: 0;
    width: 20%;
  }
  main .print-stamp .receipt-date {
    position: absolute;
    bottom: 5px;
    left: 18px;
  }
  main .container-main {
    padding-top: 50px;
    height: 100%;
  }
  main .container-main .container-fluid .container-card {
    border: 1px solid #000;
    height: 100%;
  }
  main .container-main .container-fluid .container-card .main-form {
    height: 100%;
    padding-bottom: 25px;
  }
  main .container-main .container-fluid .container-card .main-form .form-content {
    width: 100%;
    height: 100%;
    max-height: none;
    overflow-y: visible;
    padding-bottom: 40px;
  }
}
.payment-method-list {
  margin-top: 22px;
}
.payment-method-list.subscription {
  margin-top: 10px;
}
.payment-method-list > .list > .payment-method {
  cursor: pointer;
  display: inline-block;
  padding: 4px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: solid 1px #a2a2a2;
  border-radius: 5px;
  margin-left: 16px;
}
.payment-method-list > .list > .payment-method:last-child {
  margin-left: 0;
}
.payment-method-list > .list > .payment-method.selected {
  border: solid 1.2px #189693;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.2);
}
.payment-method-list > .list > .payment-method > img {
  width: 100%;
}

.line {
  margin-top: 25px;
  margin-bottom: 25px;
  border-color: #aaa;
}

#coupon-code-container {
  height: 62px;
}

.coupon-code-container {
  padding-top: 10px;
  padding-right: 0;
}

.coupon-text {
  margin-top: -5px;
}

.alert-dismissible {
  background-color: #e4f2f3;
  border-color: #5eb5b3;
  text-align: center;
  padding: 0.4rem 0;
}
.alert-dismissible .close {
  left: 0 !important;
  right: initial;
  padding: 0.4rem 0.8rem;
}
.alert-dismissible .close span {
  line-height: 28px;
}

#discount-message {
  margin-top: -4px;
}

#btnPay {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.modal-header .close {
  margin: -1rem -1rem auto -1rem;
}

.modal-footer > :not(:last-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:first-child) {
  margin-right: 0.25rem;
}

.btn-primary {
  background-color: #189693;
}

#use-credit-container.subscription {
  padding-top: 0;
}

#option-code-container {
  height: 58px;
}
#option-code-container.small {
  height: 40px;
}

#change-currency-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: #189692 !important;
  z-index: 100;
}
#change-currency-container .content {
  margin: auto;
}
#change-currency-container .content .text {
  display: inline-block;
  color: #fff;
}
#change-currency-container .content button {
  padding: 0.175rem 0.75rem;
  border: solid 1px #fff;
  margin: 0 3px;
}

.change-currency-link-container {
  padding-top: 16px !important;
}
.change-currency-link-container a {
  color: #888;
  font-size: 16px;
}

#change-coupon-error {
  bottom: 3px;
}

.radio-label.static-label {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 1rem;
  color: #189693;
  font-weight: bold;
}

#charge-custom-text {
  padding-right: 7rem;
}

.before-off {
  text-decoration: line-through;
  color: #189693;
}

.green-button {
  background: #189693;
  color: white !important;
}
.green-button:hover {
  background: #189693 !important;
  color: white !important;
}

.charge h5 {
  height: 25px;
  font-family: IRANYekan;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #808080;
  text-align: center;
  display: block;
}

#charg-content-title {
  height: 35px;
  font-family: IRANYekan;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  display: block;
  text-align: center;
  margin-top: 4px;
}

.charge-amount {
  text-align: center;
  display: inline-block;
  margin-top: 56px;
  position: relative;
}

.charge-amount input {
  direction: ltr;
  height: 48px;
  border-radius: 8px;
  border: solid 1px #808080;
  background-color: #ffffff;
  padding-left: 66px;
  text-align: left;
  outline: none;
  font-family: IRANYekan;
  width: 226px;
}

.charge-amount input[type=text]::-webkit-input-placeholder {
  color: #808080;
  font-family: IRANYekan;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: right;
  padding-right: 25px;
}

.charge-amount #left {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: IRANYekan;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
}

#charge-options-list {
  margin-top: 18px;
}

#charge-options-list button {
  margin-top: 5px;
  margin-left: 16px;
  border-radius: 8px;
  font-family: IRANYekan;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
  outline: none !important;
  background-color: #ebebeb;
}

#charge-options-list .active {
  background-color: #00a2a4;
  color: white;
}

#charge-options-list button:last-of-type {
  margin-left: 0;
}

#charge-gift-code {
  padding-right: 13%;
  padding-left: 13%;
}

#charge-gift-code button {
  height: 32px;
  border-radius: 16px;
  border: solid 1px #00a2a4;
  margin-top: 16px;
  width: 100%;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

#charge-gift-code button:hover {
  background: #189693;
  color: #ffffff;
}

.charge-form-footer {
  margin-top: 31px;
}

.charge-form-footer a {
  padding-top: 8px;
}

.charge-form-footer #btnPayTitle span:first-child {
  font-size: 14px;
  margin-left: 16px;
}

.charge-form-footer .disabled #btnPayTitle span:first-child {
  font-size: 24px;
}

.charge-form-footer #btnPayTitle span:last-child {
  font-size: 24px;
}

.pay-confirm {
  border: none;
}

.pay-confirm h3 {
  color: #00a2a4;
  font-size: 24px;
}

.pay-confirm h5 {
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  width: 100%;
}

.pay-confirm button {
  width: 260px;
  border-radius: 18px;
  background-color: #00a2a4;
  color: white;
  height: 36px;
  margin: auto;
  display: block;
  margin-top: 20px;
}

.pay-confirm a {
  display: block;
  margin: auto;
  width: 150px;
  height: 21px;
  font-family: IRANYekan;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
  margin-top: 12px;
}

.pay-confirm-header {
  padding-bottom: 0px;
}

.pay-confirm-body {
  padding-top: 11px;
}

.pay-confirm span {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 25px;
}

.payment-backdrop.modal-backdrop {
  background-color: #f8f8f8 !important;
  opacity: 0.9 !important;
}

.payment-modal .modal-content {
  border-radius: 25px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border: none;
  padding-right: 24px;
  padding-left: 24px;
}

.payment-modal {
  text-align: center;
  padding: 0 !important;
}

.payment-modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.payment-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.gift-body input[type=text] {
  height: 48px;
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-top: 29px;
  text-align: right;
  outline: none;
  border: 1px solid #808080;
  direction: ltr;
  padding-right: 10px;
}

.gift-body button {
  margin-top: 41px;
  border-radius: 18px;
  padding: 10px;
  font-size: 14px;
  min-width: 100px;
}

.gift-body button:first-of-type {
  background-color: transparent;
  border: 1px solid #808080;
  color: #808080;
  margin-left: 18px;
}

.gift-body button:last-of-type {
  background-color: #189693;
  border: none;
  color: #ffffff;
}

.confirm-wallet h3, h5 {
  text-align: center;
  margin-top: 15px;
}

.confirm-wallet h3 {
  color: #189693;
}

#change-code-link {
  color: #189693 !important;
}

#points-box {
  /*
  line-height: 40px;
  height: 40px;
  */
  position: relative;
  margin: 20px auto 4px;
  min-width: 227px;
  background-color: #fff171;
  border-radius: 8px;
}

#points-inner-box {
  background-image: url(../img/color.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 100%;
  padding: 5px 10px;
  font-size: x-small;
}

#points-count {
  margin-right: 4px;
  font-size: medium;
  font-weight: bold;
}

#points-count::after {
  content: " ";
  background-image: url(../img/leaf.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 2px 0 4px;
  top: 6px;
}

#points-sub {
  font-size: xx-small;
  color: #666666;
}

@media (min-width: 376px) {
  #points-box {
    max-width: 341px;
  }
  #points-inner-box {
    padding-bottom: 9px;
    font-size: inherit;
    width: 97%;
  }
  #points-count {
    font-size: large;
  }
  #points-sub {
    font-size: x-small;
  }
  #points-count::after {
    width: 24px;
    height: 24px;
    margin: 0 4px 0 8px;
    top: 8px;
  }
}

/*# sourceMappingURL=styles.css.map */
