@charset "UTF-8";
@@font-face {
  font-family: "yekanBakh-Fat";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 08 Fat.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 08 Fat.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 08 Fat.ttf") format("truetype");
  font-style: normal;
}
@@font-face {
  font-family: "yekanBakh-Heavy";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 07 Heavy.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 07 Heavy.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 07 Heavy.ttf") format("truetype");
  font-style: normal;
}
@@font-face {
  font-family: "yekanBakh-Bold";
  src: url("../fonts/yekanBakh/Yekan Bakh FaNum 06 Bold.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh FaNum 06 Bold.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh FaNum 06 Bold.ttf") format("truetype");
  font-style: normal;
}
@@font-face {
  font-family: "yekanBakh-Bold-En";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 06 Bold.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 06 Bold.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 06 Bold.ttf") format("truetype");
  font-style: normal;
}
@@font-face {
  font-family: "yekanBakh-Medium";
  src: url("../fonts/yekanBakh/Yekan Bakh FaNum 05 Medium.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh FaNum 05 Medium.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh FaNum 05 Medium.ttf") format("truetype");
  font-style: normal;
}
@@font-face {
  font-family: "yekanBakh-Regular";
  src: url("../fonts/yekanBakh/Yekan Bakh FaNum 04 Regular.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh FaNum 04 Regular.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh FaNum 04 Regular.ttf") format("truetype");
  font-style: normal;
}
@@font-face {
  font-family: "yekanBakh-Light";
  src: url("../fonts/yekanBakh/Yekan Bakh FaNum 03 Light.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh FaNum 03 Light.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh FaNum 03 Light.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  direction: rtl;
  background: #131927;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.AZ-img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.AZ-img-container::after {
  content: "";
  display: block;
}

.AZ-img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.AZ-page-title {
  font-size: 24px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  padding-bottom: 4px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}
.AZ-page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #00A0AA;
}

.AZ-section-title {
  font-size: 24px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  position: relative;
}

.title-img {
  width: 6px;
}

.AZ-section-text {
  font-size: 14px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}

.swiperSection {
  padding-top: 80px;
}
.swiperSection .section-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
.swiperSection.has-btn .section-arrow {
  position: absolute;
  top: 0;
  left: 120px;
}

.swiper-header {
  margin-bottom: -50px;
}
.swiper-header .view-all-btn {
  position: relative;
  z-index: 10;
}

.section-arrow {
  border-radius: 8px;
  background: #1C253A;
  padding: 5px 16px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: unset !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
  height: 100%;
  margin-top: 0;
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 12px;
}

.pagination-swiper {
  display: flex;
}
.pagination-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  background: #6F7C9A;
}
.pagination-swiper .swiper-pagination-bullet-active {
  background: #00A0AA;
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  background: transparent;
}
.AZ-field-group .field-inner {
  position: relative;
  background: transparent;
  display: flex;
  width: 100%;
}
.AZ-field-group .field-inner:focus-within label {
  top: -8px;
  transform: unset;
}
.AZ-field-group .field-inner label {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  background: #131927;
  padding: 0 3px;
  pointer-events: none;
  background-blend-mode: multiply;
}
.AZ-field-group .field-inner.has-value label {
  top: -8px;
  transform: unset;
}
.AZ-field-group label {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Bold";
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.AZ-field-group label .icon {
  font-size: 24px;
  color: #00C1CE;
}
.AZ-field-group label .required {
  font-size: 14px;
  color: #ED2E2E;
}
.AZ-field-group input, .AZ-field-group textarea {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid #43598C;
  background: transparent;
  flex-grow: 1;
  background: #131927;
}
.AZ-field-group input::-moz-placeholder, .AZ-field-group textarea::-moz-placeholder {
  color: #43598C;
}
.AZ-field-group input::placeholder, .AZ-field-group textarea::placeholder {
  color: #43598C;
}
.AZ-field-group input:focus, .AZ-field-group textarea:focus {
  border: 1px solid #00A0AA;
}
.AZ-field-group input:focus + label, .AZ-field-group textarea:focus + label {
  top: -8px;
  transform: unset;
}
.AZ-field-group input {
  height: 45px;
}
.AZ-field-group.err input, .AZ-field-group.err textarea {
  border: 1px solid #ED2E2E;
}
.AZ-field-group.err .err-text {
  font-size: 12px;
  color: #ED2E2E;
  font-family: "yekanBakh-Bold";
  margin-top: 8px;
}
.AZ-field-group .field-dec {
  font-size: 14px;
  color: #C2CBE1;
  font-family: "yekanBakh-Regular";
  margin-top: 4px;
}

.AZ-checkbox-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.AZ-checkbox-group label {
  font-size: 16px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-right: 25px;
}
.AZ-checkbox-group label::after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.AZ-checkbox-group input {
  display: none;
}
.AZ-checkbox-group input:checked ~ label::after {
  content: "\e934";
  background: #1DC9A0;
  border: 1px solid #1DC9A0;
}

.AZ-radio-group_city {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.AZ-radio-group_city input {
  display: none;
}
.AZ-radio-group_city input:checked ~ label {
  color: #00A0AA;
  border: 1px solid #00A0AA;
}
.AZ-radio-group_city label {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #8498C4;
  background: all 0.2s linear;
  width: 100%;
  padding: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AZ-radio-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.AZ-radio-group input {
  display: none;
}
.AZ-radio-group label {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  position: relative;
  padding-right: 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.AZ-radio-group label::after, .AZ-radio-group label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #8498C4;
  background: transparent;
  transition: all 0.2s linear;
}
.AZ-radio-group label::before {
  width: 11px;
  height: 11px;
  right: 4.2px;
  background: #1DC9A0;
  z-index: 1;
  transform: translateY(-50%) scale(0);
  transition: all 0.2s linear;
}
.AZ-radio-group input:checked ~ label::after {
  border: 1px solid #1DC9A0;
}
.AZ-radio-group input:checked ~ label::before {
  transform: translateY(-50%) scale(1);
}

.AZ-primary-btn,
.AZ-secondary-btn {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 10px 20px;
  transition: all 0.2s linear;
  border-radius: 8px;
  background: #00A0AA;
  border: 1px solid #00A0AA;
  border: 0;
}
.AZ-primary-btn:hover,
.AZ-secondary-btn:hover {
  color: #FFFFFF;
  background: #006970;
}
.AZ-primary-btn span,
.AZ-secondary-btn span {
  font-size: 20px;
}
.AZ-primary-btn:disabled,
.AZ-secondary-btn:disabled {
  background: #26324F;
  color: #3A4C78;
}

.AZ-secondary-btn {
  background: #3A4C78;
  border: 1px solid #3A4C78;
}
.AZ-secondary-btn:hover {
  color: #fff;
  border: 1px solid #4D66A0;
  background: #4D66A0;
}

.bg-00BA88 {
  background: #00BA88;
  border: 1px solid #00BA88;
}

.add-comments {
  background: #FF6C00;
  border: 1px solid #FF6C00;
}
.add-comments:hover {
  background: #C65300;
}

.danger-btn {
  background: #ED2E2E;
  border: 1px solid #ED2E2E;
}
.danger-btn:hover {
  background: #b71e1e;
}

.border-btn,
.border-btn-danger {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  border-radius: 8px;
  border: 1px solid #8498C4;
  padding: 8px;
  background: transparent;
  transition: all 0.2s linear;
}
.border-btn:hover,
.border-btn-danger:hover {
  border: 1px solid #4D66A0;
  color: #4D66A0;
}

.border-btn-danger {
  border: 1px solid #ED2E2E;
  color: #ED2E2E;
}
.border-btn-danger:hover {
  border: 1px solid #a91919;
  color: #a91919;
}

.border-btn-orange {
  border: 1px solid #FF6C00;
  color: #FF6C00;
}
.border-btn-orange:hover {
  border: 1px solid #C65300;
  color: #C65300;
}

.AZ-styled-select {
  min-width: 100px;
  min-height: 35px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #99A9CE;
}
.AZ-styled-select::before {
  content: "\e957";
  font-family: "icomoon";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 15px;
  color: #FFFFFF;
}
.AZ-styled-select select {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 0 10px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 1;
}
.AZ-styled-select select option {
  background: #26324F;
}

.page-notification {
  padding: 10px 0;
  background: #26324F;
  position: relative;
  z-index: 1;
}
.page-notification .notif-title {
  font-size: 25px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.page-notification.notification-danger {
  background: #FF6C00;
}

.AZ-navbar {
  border-radius: 0px 0px 24px 24px;
  background: #1C253A;
}
.AZ-navbar .dropdown-nav {
  background: #26324F;
  border-radius: 10px;
  padding: 10px;
}
.AZ-navbar .dropdown-nav .dropdown-item {
  font-size: 14px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  padding: 10px 15px 10px;
  border-bottom: 1px solid #3A4C78;
  position: relative;
  transition: all 0.2s linear;
}
.AZ-navbar .dropdown-nav .dropdown-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #00A0AA;
  border-radius: 50%;
}
.AZ-navbar .dropdown-nav .dropdown-item:hover {
  color: #00A0AA;
  background: transparent;
}
.AZ-navbar .dropdown-nav li:last-child .dropdown-item {
  border-bottom: 0;
}
.AZ-navbar .navbar-brand img {
  width: 56px;
}
.AZ-navbar .nav-link {
  padding: 5px 16px !important;
}
.AZ-navbar .nav-link p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-navbar .nav-link span {
  font-size: 24px;
  color: #5C75B0;
}
.AZ-navbar .nav-link.anim::before {
  right: 3px;
}
.AZ-navbar .dropdown-toggle::after {
  content: "\e92d";
  font-family: "icomoon";
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  color: #fff;
  font-size: 16px;
}
.AZ-navbar .gap-12 {
  gap: 12px;
}
.AZ-navbar .navabr-btn {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  border-radius: 8px;
  background: transparent;
  height: 40px;
  padding: 5px 16px;
  border: 1px solid #3A4C78;
}
.AZ-navbar .AZ-search-wrapper .search-wrapper-inner {
  position: relative;
}
.AZ-navbar .AZ-search-wrapper .search-wrapper-inner:focus-within::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.571);
  z-index: -1;
}

.anim {
  position: relative;
}
.anim::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #00A0AA;
  border-radius: 50%;
  animation: alert_ani 1.5s infinite ease-in-out;
}

@keyframes alert_ani {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav-fixed {
  position: sticky;
  transition: top 0.2s ease-in-out;
  top: 0;
  z-index: 100;
}
.nav-fixed.nav-up {
  top: -150px;
}

.nav-bottom {
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s linear;
  z-index: 100;
}
.nav-bottom.nav-up {
  bottom: -52px;
}
.nav-bottom .nav-bottom_menu {
  width: 100%;
  height: 52px;
  border-radius: 16px 16px 0px 0px;
  background: #26324F;
  transition: all 0.2s linear;
}
.nav-bottom .is-active {
  color: #B3FAFF !important;
}
.nav-bottom .nav-bottom-link {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  position: relative;
  width: 25%;
  transition: 0.3s;
}
.nav-bottom .nav-bottom-link span {
  font-size: 16px;
}
.nav-bottom .nav-indicator-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.175);
  display: flex;
  justify-content: center;
}
.nav-bottom .nav-indicator {
  width: 100%;
  height: 2px;
  background-color: #00a0aa;
  border-radius: 10px;
}

.reserve-mobile {
  border-radius: 8px;
  background: #1C253A;
  padding: 12px 16px;
  width: 95%;
  margin: 0 auto 5px;
}
.reserve-mobile .reserve-mobile-title {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.reserve-mobile .price-text {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.reserve-mobile .old-price {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
  text-decoration: underline;
}
.reserve-mobile .price {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.reserve-mobile .price span {
  font-size: 14px;
  color: #00A0AA;
  font-family: "yekanBakh-Bold";
}
.reserve-mobile .discount-tag {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  background: #007A83;
  padding: 2px 5px;
  border-radius: 40px;
}

.AZ-footer {
  overflow-x: hidden;
}
.AZ-footer .footer-title {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  transition: all 0.2s linear;
  margin-bottom: 16px;
}
.AZ-footer .copyright {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  transition: all 0.2s linear;
  padding: 26px 0;
}
.AZ-footer .copyright span {
  color: #FF6C00;
  font-size: 24px;
}
.AZ-footer .footer-list_title {
  font-size: 18px;
  color: #FF6C00;
  font-family: "yekanBakh-Regular";
  transition: all 0.2s linear;
  padding-bottom: 8px;
  border-bottom: 1px dashed #99A9CE;
  position: relative;
  margin-bottom: 16px;
}
.AZ-footer .footer-list_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  background: #FF6C00;
  border-radius: 40px;
  width: 50%;
  height: 2px;
}
.AZ-footer .footer-link {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  transition: all 0.2s linear;
  padding: 5px 8px;
}
.AZ-footer .footer-link:hover {
  color: #FF6C00;
}
.AZ-footer .footer-contact {
  padding: 5px 8px;
}
.AZ-footer .footer-contact p {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  transition: all 0.2s linear;
}
.AZ-footer .footer-contact a, .AZ-footer .footer-contact span {
  font-size: 16px;
  color: #FFAC71;
  font-family: "yekanBakh-Regular";
  transition: all 0.2s linear;
}
.AZ-footer .footer-contact a:hover, .AZ-footer .footer-contact span:hover {
  color: #FF6C00;
}
.AZ-footer .footer-category-link {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Light";
  border-radius: 8px;
  background: #131927;
  box-shadow: 0px 2px 6.9px 0px rgba(0, 0, 0, 0.5);
  padding: 8px;
}
.AZ-footer .footer-category-link span {
  width: 24px;
  height: 24px;
  background: #5C75B0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #131927;
  font-size: 20px;
}
.AZ-footer .footer-social {
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #248BFF;
  margin-bottom: 15px;
}
.AZ-footer .footer-social img {
  width: 46px;
  height: 46px;
}
.AZ-footer .footer-social .social-id {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.AZ-footer .footer-social .social-desc {
  font-size: 8px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-footer .footer-social_instagram {
  background: linear-gradient(to right top, #ef3f73, #ee3278, #b2329c);
}
.AZ-footer .footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-footer .footer-brand img {
  width: 132.922px;
}
.AZ-footer .footer-namad {
  border-radius: 8px;
  padding: 5px 10px;
  background: #D6DDEB;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.AZ-footer .footer-namad img {
  max-width: 80%;
  width: 80%;
  max-height: 80%;
}
.AZ-footer .footer-slogan {
  font-size: 40px;
  color: #B3FAFF;
  font-family: "yekanBakh-Bold";
}
.AZ-footer .site-name {
  font-size: 14px;
  color: #FFDEC6;
  font-family: "yekanBakh-Regular";
}
.AZ-footer .footer-content {
  background: #26324f;
  padding: 104px 0 32px;
  overflow-x: hidden;
}
.AZ-footer .footer-box {
  padding: 31px 80px;
  border-radius: 16px;
  background-color: #1C253A;
  margin-bottom: -60px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
.AZ-footer .footer-box::before, .AZ-footer .footer-box::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  left: 100%;
  background-image: url("../img/footer-shape.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}
.AZ-footer .footer-box::before {
  left: unset;
  right: 100%;
  background-image: url("../img/footer-shape2.png");
  background-position: right center;
}
.AZ-footer .footer-text {
  font-size: 16px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
  text-align: justify;
}

.AZ-search-wrapper {
  border-radius: 8px;
  position: relative;
}
.AZ-search-wrapper:focus-within .search-wrapper-inner {
  background: #303F63;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.AZ-search-wrapper:focus-within .search-result {
  display: block;
}
.AZ-search-wrapper .search-wrapper-inner {
  border-radius: 8px;
  border: 1px solid #3A4C78;
  height: 40px;
  transition: all 0.2s linear;
}
.AZ-search-wrapper input {
  font-size: 16px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  flex-grow: 1;
  border: 0;
  background: transparent;
  padding: 8px 10px 5px;
  min-width: 50px;
  height: 100%;
}
.AZ-search-wrapper input::-moz-placeholder {
  color: #8498C4;
}
.AZ-search-wrapper input::placeholder {
  color: #8498C4;
}
.AZ-search-wrapper button {
  font-size: 24px;
  color: #99A9CE;
  padding: 0 10px;
  background: transparent;
  border: 0;
  transition: all 0.2s linear;
}
.AZ-search-wrapper .search-result {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  border-radius: 0 0 8px 8px;
  padding: 30px;
  z-index: 10;
  max-height: 500px;
  overflow-y: auto;
  z-index: 1;
  border: 1px solid #4D66A0;
  background: #303F63;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  border-top: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 8px;
  width: 8px;
  background-image: url("../img/cross-close-svgrepo-com.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.search-result .search-result-img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 16px;
}
.search-result .search-result-title {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  margin-bottom: 16px;
}
.search-result .search-result-title span {
  font-size: 21px;
  color: #8498C4;
}
.search-result .search-result-link {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  padding: 5px 12px;
  border-radius: 40px;
  border: 1px solid #8498C4;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.search-result .search-result-link span {
  font-size: 16px;
  color: #EBEEF5;
}
.search-result .search-result-link:hover {
  background: #8498C4;
}

.AZ-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #8498C4;
}
.AZ-scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #8498C4;
  border-radius: 10px;
}
.AZ-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2D3548;
}

.AZ-scrollbar-horizontal {
  overflow-x: auto;
}
.AZ-scrollbar-horizontal::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #3A4C78;
}
.AZ-scrollbar-horizontal::-webkit-scrollbar {
  height: 3px;
  background-color: #3A4C78;
  border-radius: 3px;
}
.AZ-scrollbar-horizontal::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #6F7C9A;
}

.AZ-faq-section {
  position: relative;
  padding: 50px 0 100px 0;
}
.AZ-faq-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/skull-and-bones 1 (Traced).svg");
  background-repeat: no-repeat;
  background-position: -100px top;
  z-index: -1;
}
.AZ-faq-section .faq-title {
  font-size: 20px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  margin-bottom: 8px;
}

.AZ-accordion .accordion-item {
  width: 100%;
  border: none;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 0;
  border-radius: 8px;
  background: rgba(38, 50, 79, 0.5);
}
.AZ-accordion .accordion-item.open .close-accordion {
  display: flex;
}
.AZ-accordion .accordion-item.open .open-accordion {
  display: none;
}
.AZ-accordion .accordion-content {
  padding: 16px;
}
.AZ-accordion .accordion-content p {
  font-size: 14px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  line-height: 1.8;
}
.AZ-accordion .accordion-item__button {
  font-size: 14px;
  font-family: "yekanBakh-Regular";
  color: #EBEEF5;
  border: none;
  width: 100%;
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  text-align: right;
  padding: 14px 16px;
}
.AZ-accordion .accordion-item__button .faq-time {
  font-size: 14px;
  color: #4D66A0;
  font-family: "yekanBakh-Regular";
  display: contents;
}
.AZ-accordion .accordion-item__button .close-accordion,
.AZ-accordion .accordion-item__button .open-accordion {
  display: none;
  font-size: 24px;
  color: #FFFFFF;
}
.AZ-accordion .accordion-item__button .open-accordion {
  display: flex;
}

.AZ-blog-section {
  position: relative;
}
.AZ-blog-section .AZ-section-title {
  padding-right: 24px;
}
.AZ-blog-section .AZ-section-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 16px;
  border-radius: 8px 0px 0px 8px;
  background: #00A0AA;
}

.AZ-post-card {
  border-radius: 8px;
  border: 1px solid #4D66A0;
  overflow: hidden;
  height: 100%;
}
.AZ-post-card .post-card-img {
  width: 100%;
}
.AZ-post-card .post-card-img::after {
  padding-bottom: 60%;
}
.AZ-post-card .post-card-body {
  padding: 8px;
}
.AZ-post-card .post-card-title {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  margin-bottom: 8px;
}
.AZ-post-card .post-card-text {
  font-size: 14px;
  color: #ADBAD8;
  font-family: "yekanBakh-Regular";
  line-height: 140%;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.AZ-post-card .post-card-details {
  font-size: 10px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.AZ-post-card .post-card-details span {
  font-size: 16px;
}
.AZ-post-card .post-category {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  padding: 3px 8px;
  border-radius: 4px;
  background: #FF6C00;
  position: absolute;
  top: 16px;
  right: 20px;
}

.AZ-comments-section {
  margin-bottom: 24px;
}
.AZ-comments-section .container {
  position: relative;
}
.AZ-comments-section .AZ-section-title {
  padding-right: 24px;
}
.AZ-comments-section .AZ-section-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 16px;
  border-radius: 8px 0px 0px 8px;
  background: #00A0AA;
}

.AZ-comment-box {
  border-radius: 16px;
  background: #26324F;
  padding: 16px;
  width: 100%;
  margin-bottom: 24px;
  height: 201px;
  overflow: hidden;
}
.AZ-comment-box .comment-text {
  font-size: 14px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  margin-top: 10px;
  line-height: 140%;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.AZ-comment-box .comment-details {
  font-size: 12px;
  color: #5C75B0;
  font-family: "yekanBakh-Regular";
  display: block;
}
.AZ-comment-box .comment-name {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-comment-box .comment-profile {
  min-width: 40px;
  border-radius: 50%;
  border: 1px solid #43598C;
  outline: 1px solid transparent;
}
.AZ-comment-box .comment-profile::after {
  padding-bottom: 100%;
}
.AZ-comment-box .stars span {
  font-size: 12px;
  color: #FF6C00;
}

.AZ-banner-section {
  margin: 48px 0;
}
.AZ-banner-section .AZ-banner {
  width: 100%;
  border-radius: 12px;
}
.AZ-banner-section .AZ-banner::after {
  padding-bottom: 50%;
}
.AZ-banner-section .AZ-banner .banner-title {
  font-size: 24px;
  color: #FF6C00;
  text-align: center;
  text-shadow: 0px 6px 1.8px rgba(0, 0, 0, 0.79);
  font-family: "yekanBakh-Fat";
  line-height: 140%;
}
.AZ-banner-section .AZ-banner .banner-desc {
  font-size: 14px;
  color: #fff;
  font-family: "yekanBakh-Regular";
}
.AZ-banner-section .AZ-banner .banner-name {
  font-size: 16px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  letter-spacing: 2.88px;
}
.AZ-banner-section .AZ-banner .banner-name span {
  color: #00C1CE;
}
.AZ-banner-section .AZ-banner .banner-logo {
  width: 59.233px;
}
.AZ-banner-section .AZ-banner .banner-overlay-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  z-index: 1;
}
.AZ-banner-section .AZ-banner .banner-overlay-bottom {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding: 16px;
  z-index: 1;
}
.AZ-banner-section .AZ-banner .banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.AZ-banner-section .AZ-banner .banner-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(19, 25, 39, 0.8) 0%, rgba(19, 25, 39, 0) 100%);
}
.AZ-banner-section .banner-location .banner-text {
  font-size: 18px;
  color: #D9FCFF;
  font-family: "yekanBakh-Regular";
}
.AZ-banner-section .banner-location .banner-desc {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  border-radius: 4px;
  background: #FF6C00;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 3px 10px;
}
.AZ-banner-section .pagination-swiper {
  display: none;
}

.AZ-category-section {
  margin-bottom: 24px;
}
.AZ-category-section .category-box {
  border-radius: 16px;
  border: 1px solid #3A4C78;
  background: transparent;
  padding: 12px 22px;
  min-height: 190px;
  transition: all 0.2s linear;
  height: 100%;
}
.AZ-category-section .category-box img {
  width: 72px;
}
.AZ-category-section .category-box .category-name {
  font-size: 18px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.AZ-category-section .category-box:hover {
  border: 1px solid #00A0AA;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 12.5%;
}

.AZ-slider-section {
  margin-bottom: 24px;
  margin-top: 24px;
}
.AZ-slider-section .sliderSwiper {
  border-radius: 16px;
}
.AZ-slider-section .slider-img {
  width: 100%;
}
.AZ-slider-section .slider-img::after {
  padding-bottom: 25%;
}
.AZ-slider-section .swiper-button-next,
.AZ-slider-section .swiper-button-prev {
  display: flex;
}
.AZ-slider-section .swiper-button-next {
  left: 0;
}
.AZ-slider-section .swiper-button-prev {
  right: 0;
}
.AZ-slider-section .swiper-button-next:after,
.AZ-slider-section .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.AZ-slider-section .swiper-button-next::before,
.AZ-slider-section .swiper-rtl .swiper-button-prev::before {
  content: "\e99e";
  font-family: "icomoon";
  font-size: 25px;
  color: #5C75B0;
}
.AZ-slider-section .swiper-rtl .swiper-button-prev::before {
  content: "\e96b";
}
.AZ-slider-section .section-arrow {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.AZ-slider-section .slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.AZ-slider-section .slider-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background: linear-gradient(to right, #131927 0.34%, rgba(0, 0, 0, 0) 99.74%);
}
.AZ-slider-section .slider-overlay::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background: linear-gradient(to left, #131927 0.34%, rgba(0, 0, 0, 0) 99.74%);
}
.AZ-slider-section .slider-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-right: 10%;
}
.AZ-slider-section .slider-content .slider-title {
  font-size: 44.245px;
  color: #FF6C00;
  font-family: "yekanBakh-Fat";
  text-align: center;
  text-shadow: 0px 3.962px 1.189px rgba(0, 0, 0, 0.79);
  font-style: normal;
  line-height: 140%;
}
.AZ-slider-section .slider-content .slider-title_shadow {
  font-size: 44.245px;
  font-family: "yekanBakh-Fat";
  color: #94E0E5;
  text-align: center;
  font-style: normal;
  font-weight: 950;
  line-height: 140%;
  position: absolute;
  top: 25px;
  z-index: -1;
  opacity: 0.35;
}
.AZ-slider-section .slider-content .slider-desc {
  font-size: 8px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-slider-section .slider-content .slider-text {
  font-size: 9px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-slider-section .slider-content .slider-text span {
  font-size: 20px;
}

.AZ-special-section {
  background: #1C253A;
  padding: 40px 0;
  overflow-x: hidden;
  margin-bottom: 24px;
}
.AZ-special-section .col-lg-10 {
  width: 83.33333333vw;
  padding-left: 80px;
}
.AZ-special-section .special-title {
  font-size: 32px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  line-height: 140%;
}
.AZ-special-section .AZ-primary-btn {
  background: #131927;
  border: 1px solid #131927;
}

.countdown {
  font-size: 16px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
  direction: ltr;
  margin-top: 10px;
  border-radius: 12px;
  background: #26324F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.countdown .part {
  display: flex;
}
.countdown .part:last-child .text {
  display: none;
}

.modal-wrapper .AZ-field-group label {
  background: #26324F;
}
.modal-wrapper .AZ-field-group input, .modal-wrapper .AZ-field-group textarea {
  background: #26324F;
}
.modal-wrapper .modal-content {
  padding: 24px 16px;
  background: #26324F;
  border: 0;
  border-radius: 8px;
}
.modal-wrapper .modal-header {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px !important;
}
.modal-wrapper .modal-title {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-title span {
  font-family: "yekanBakh-Bold-En";
  color: #99A9CE;
  font-size: 14px;
}
.modal-wrapper .modal-body {
  padding-top: 0;
}
.modal-wrapper .modal-close {
  font-size: 24px;
  color: #ADBAD8;
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: 0;
}

.city-modal .AZ-search-wrapper {
  margin-bottom: 20px;
  border-radius: 4px;
  background: #3A4C78;
}

.login-modal .modal-content {
  border-radius: 32px;
}
.login-modal .modal-close {
  position: unset;
}

.login-box {
  width: 80%;
  margin: auto;
}
.login-box-title {
  font-size: 24px;
  color: #00A0AA;
  font-family: "yekanBakh-Bold";
}
.login-box-text {
  font-size: 14px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.login-box .rule-text {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  margin-top: 10px;
}
.login-box .rule-text a, .login-box .rule-text span {
  color: #00A0AA;
}
.login-box .login-box-link {
  font-size: 12px;
  color: #B3FAFF;
  font-family: "yekanBakh-Regular";
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-box .number-code {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.login-box .code-input {
  font-size: 14px;
  color: #B3FAFF;
  font-family: "yekanBakh-Regular";
  text-align: center;
  outline: none;
  direction: ltr;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #43598C;
  background: transparent;
}
.login-box .code-input.active {
  border: 1px solid #00A0AA;
}
.login-box .get-code-again {
  font-size: 12px;
  color: #fff;
  font-family: "yekanBakh-Bold";
}
.login-box .get-code-again span {
  color: #00C1CE;
}

.AZ-room-box {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #3A4C78;
  display: block;
  overflow: hidden;
}
.AZ-room-box .static-img {
  opacity: 1;
}
.AZ-room-box .gif-img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.AZ-room-box:hover .static-img {
  opacity: 0;
}
.AZ-room-box:hover .gif-img {
  opacity: 1;
}
.AZ-room-box .room-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 10px;
}
.AZ-room-box .room-img::after {
  padding-bottom: 110%;
}
.AZ-room-box .room-img img {
  transition: all 0.2s linear;
}
.AZ-room-box .room-title {
  font-size: 16px;
  color: #00C1CE;
  font-family: "yekanBakh-Bold";
  white-space: nowrap;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.AZ-room-box .room-details {
  font-size: 12px;
  color: #99A9CE;
  font-family: "yekanBakh-Bold-En";
}
.AZ-room-box .room-categories {
  overflow-x: hidden;
}
.AZ-room-box .room-category {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 40px;
  background: #1C253A;
  white-space: nowrap;
}
.AZ-room-box .room-price {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Medium";
}
.AZ-room-box .room-price span {
  font-size: 16px;
  font-family: "yekanBakh-Regular";
}
.AZ-room-box .old-price {
  font-size: 14px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
  text-decoration: line-through;
}
.AZ-room-box .discount-tag {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 2px 8px;
  border-radius: 12px;
  background: #007A83;
}
.AZ-room-box .overlay-top {
  position: absolute;
  top: 6px;
  left: 6px;
}
.AZ-room-box .room-age {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(100.08% 100.08% at 3.75% 11.25%, #FFF 0%, rgba(255, 255, 255, 0) 100%), #FF4242;
}
.AZ-room-box .room-tag {
  font-size: 10px;
  color: #131927;
  font-family: "yekanBakh-Regular";
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 12px;
  background: radial-gradient(100.08% 100.08% at 3.75% 11.25%, #FFF 0%, rgba(255, 255, 255, 0) 100%), #00A0AA;
  background-blend-mode: overlay, normal;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.AZ-room-box .overlay-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
}
.AZ-room-box .ticket-box {
  min-height: 32px;
  border-radius: 8px;
  overflow: hidden;
  background: #D9FCFF;
}
.AZ-room-box .ticket-box .ticket-box-text {
  font-size: 12px;
  color: #000000;
  font-family: "yekanBakh-Regular";
  padding: 4px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.AZ-room-box .ticket-box span {
  font-size: 24px;
  color: #D9FCFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-height: 32px;
  height: 100%;
  background: #00A0AA;
  padding: 4px;
}
.AZ-room-box .room-logo {
  width: 30px;
}
.AZ-room-box .stars span {
  font-size: 12px;
  color: #F90;
}

.AZ-room-box_special {
  padding: 16px;
  border-radius: 16px;
  border: 0;
  background: #131927;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.AZ-room-box_special .room_special-img {
  min-width: 87px;
  border-radius: 12px;
}
.AZ-room-box_special .room_special-img::after {
  padding-bottom: 110%;
}
.AZ-room-box_special .room_special-title {
  font-size: 18px;
  color: #00C1CE;
  font-family: "yekanBakh-Bold";
}
.AZ-room-box_special .room_special-details {
  font-size: 14px;
  color: #99A9CE;
  font-family: "yekanBakh-Regular";
}
.AZ-room-box_special .room_special-price {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Medium";
}
.AZ-room-box_special .room_special-price span {
  font-size: 16px;
  font-family: "yekanBakh-Regular";
}
.AZ-room-box_special .room_special-price-text {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-room-box_special .room_special-price-text span {
  font-size: 10px;
}
.AZ-room-box_special .old-price {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
  text-decoration: line-through;
}
.AZ-room-box_special .gap-12 {
  gap: 12px;
}

.swiper-slide {
  height: auto;
}

.expired-box {
  position: relative;
}
.expired-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 1;
}
.expired-box::after {
  content: "اکسپایر شده";
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 4px 8px;
  border-radius: 8px;
  background: #006970;
  z-index: 1;
  white-space: nowrap;
}

.stop-box {
  position: relative;
}
.stop-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 1;
}
.stop-box::after {
  content: "توقف موقت!";
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 4px 8px;
  border-radius: 8px;
  background: #E35E00;
  z-index: 1;
  white-space: nowrap;
}

.soon-box {
  position: relative;
}
.soon-box .room-img {
  position: relative;
  z-index: 1;
}
.soon-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 1;
}
.soon-box::after {
  content: "به زودی...";
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 4px 8px;
  border-radius: 8px;
  background: #00BA88;
  z-index: 1;
  white-space: nowrap;
}

.view-all-btn {
  font-size: 14px;
  color: #96A6CC;
  font-family: "yekanBakh-Medium";
  padding: 10px 16px 8px 16px;
  border-radius: 8px;
  border: 1px solid #3A4C78;
  height: 40px;
  transition: all 0.2s linear;
}
.view-all-btn span {
  display: none;
}
.view-all-btn:hover {
  color: #C2C2C2;
  border: 1px solid #C2C2C2;
}

.AZ-rooms-section {
  margin-bottom: 48px;
}
.AZ-rooms-section .container {
  position: relative;
}

.AZ-reserve-section {
  margin: 40px 0;
}
.AZ-reserve-section .reserve-box {
  border-radius: 16px;
  border: 1px solid #8498C4;
  padding: 16px;
}
.AZ-reserve-section .reserve-box-img {
  width: 90px;
  min-width: 90px;
  border-radius: 16px;
}
.AZ-reserve-section .reserve-box-img::after {
  padding-bottom: 110%;
}
.AZ-reserve-section .reserve-box-title {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-reserve-section .reserve-box-status,
.AZ-reserve-section .reserve-box-details {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 40px;
  border: 1px solid #8498C4;
}
.AZ-reserve-section .reserve-box-status {
  color: #00BA88;
  border: 1px solid #00BA88;
}

.AZ-story-section {
  margin-top: 24px;
}
.AZ-story-section .live-tag {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  position: absolute;
  bottom: 0;
  border-radius: 40px;
  border: 1px solid #131927;
  background: #ED2E2E;
  padding: 0 4px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.AZ-story-section .swiper-slide {
  width: 80px;
  padding-top: 10px;
}

.player-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.player-container .player {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player-container video {
  width: 100%;
  border-radius: 5px;
  max-height: 80vh;
}
.player-container .controls {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.player-container .time {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 60px;
}
.player-container .time-current {
  color: #FFFFFF;
  font-size: 12px;
  font-family: "yekanBakh-Bold";
}
.player-container .progress-video {
  height: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  transition: height 0.1s ease-in-out;
  overflow: visible;
  cursor: pointer;
  direction: ltr;
  top: 50%;
  position: relative;
  transform: translateY(5px);
}
.player-container .progress-filled {
  background: #FF6C00;
  width: 0;
  height: 100%;
  border-radius: 6px;
  transition: all 0.1s;
  position: relative;
}
.player-container .progress-filled::after {
  content: "";
  background: #FF6C00;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.player-container .controls-main {
  height: calc(100% - 10px);
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.player-container .controls-left,
.player-container .controls-right {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.player-container .player:-webkit-full-screen video {
  max-height: unset;
  height: 100%;
}
.player-container .player:fullscreen video {
  max-height: unset;
  height: 100%;
}
.player-container .player:-webkit-full-screen video {
  max-height: unset;
  height: 100%;
}
.player-container .player:-moz-full-screen video {
  max-height: unset;
  height: 100%;
}
.player-container .player:-ms-fullscreen video {
  max-height: unset;
  height: 100%;
}
.player-container .fullscreen {
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
  color: #FFFFFF;
}
.player-container .volume {
  display: flex;
  align-items: center;
}
.player-container .volume-btn {
  margin-right: 30px;
  cursor: pointer;
}
.player-container .volume_icon {
  font-size: 23px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.player-container .volume-btn #volume-off, .player-container .volume-btn #volume-high {
  opacity: 0;
}
.player-container .volume-btn.loud #volume-high {
  opacity: 1;
}
.player-container .volume-btn.loud #volume-low {
  opacity: 0;
}
.player-container .volume-btn.muted #volume-off {
  opacity: 1;
}
.player-container .volume-btn.muted #volume-high, .player-container .volume-btn.muted #volume-low {
  opacity: 0;
}
.player-container .volume-slider {
  height: 5px;
  width: 80px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  position: relative;
  direction: ltr;
  cursor: pointer;
}
.player-container .volume-filled {
  background: #FF6C00;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: width 0.2s ease-in-out;
}
.player-container .play-btn {
  cursor: pointer;
  position: relative;
  margin-right: 30px;
}
.player-container .play-btn:before {
  content: "\e995";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  font-family: "icomoon";
  color: #FFFFFF;
  transform: translateY(-50%);
}
.player-container .play-btn.paused:before {
  content: "\e9ac";
}
.player-container .play-btn.playing:before {
  content: "\e995";
}

.story-modal .message-input {
  font-size: 14px;
  color: #4D66A0;
  font-family: "yekanBakh-Regular";
  border-radius: 8px;
  border: 1px solid #C2CBE1;
  padding: 8px 16px;
  background: transparent;
}
.story-modal .online-people {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 2px 4px;
  border-radius: 8px;
  border: 0.25px solid #EBEEF5;
  background: transparent;
}
.story-modal .online-people span {
  font-size: 14px;
}
.story-modal .messages {
  max-height: 100px;
  overflow-y: auto;
  position: relative;
}
.story-modal .messages::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.story-modal .messages .message-img {
  border-radius: 50px;
  width: 20px;
}
.story-modal .messages .message-img::after {
  padding-bottom: 100%;
}
.story-modal .messages .message-name {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.story-modal .messages .message-text {
  font-size: 10px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
  margin-top: 5px;
}
.story-modal .live-btn {
  font-size: 24px;
  color: #FFFFFF;
}
.story-modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.story-modal .modal-close {
  position: unset;
  color: #fff;
}

.story-wrapper {
  position: relative;
  z-index: 10;
}
.story-wrapper .story-title {
  font-size: 20px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.story-wrapper .story-text {
  font-size: 12px;
  color: rgba(235, 238, 245, 0.7);
  font-family: "yekanBakh-Bold";
}
.story-wrapper .like-story {
  color: #fff;
}
.story-wrapper .like-story span {
  font-size: 24px;
}
.story-wrapper .like-story .like-num {
  font-size: 12px;
  font-family: "yekanBakh-Bold";
}
.story-wrapper .video-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 30px 10px;
  z-index: 1;
  background: linear-gradient(to bottom, #131927, rgba(19, 25, 39, 0));
}
.story-wrapper .profile {
  width: 40px;
  border-radius: 50%;
}
.story-wrapper .profile::after {
  padding-bottom: 100%;
}
.story-wrapper .username {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.story-wrapper .video-bottom {
  border-radius: 8px;
  background: #1C253A;
  padding: 12px 16px;
  width: 100%;
}
.story-wrapper .player-container video {
  width: 100%;
  border-radius: 0;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.story-wrapper .controls {
  padding: 20px;
  height: auto;
  background: linear-gradient(to top, #131927, rgba(19, 25, 39, 0));
}
.story-wrapper .room-name {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.story-wrapper .room-price {
  font-size: 8px;
  color: #fff;
  font-family: "yekanBakh-Bold";
}
.story-wrapper .room-price span {
  font-size: 12px;
  color: #00A0AA;
}
.story-wrapper .room-price_text {
  font-size: 12px;
  color: #fff;
  font-family: "yekanBakh-Bold";
}
.story-wrapper .room-price_text span {
  font-size: 8px;
  color: #4D66A0;
  font-family: "yekanBakh-Regular";
}

.AZ-login-page {
  min-height: 100vh;
  height: 100vh;
}
.AZ-login-page .login-box {
  width: 100%;
}
.AZ-login-page .close-page {
  font-size: 20px;
  color: #fff;
}

.AZ-breadcrumb {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 30px 0;
}
.AZ-breadcrumb .breadcrumb-link {
  font-size: 12px;
  font-family: "yekanBakh-Medium";
  color: #3A4C78;
}
.AZ-breadcrumb .active {
  color: #FF6C00;
}
.AZ-breadcrumb .span {
  color: #3A4C78;
}

.row-cards {
  overflow-x: hidden;
}

.AZ-archive-page {
  margin-bottom: 40px;
}
.AZ-archive-page .archive-title {
  font-size: 32px;
  color: #00A0AA;
  font-family: "yekanBakh-Bold";
  margin-bottom: 30px;
}
.AZ-archive-page .archive-details {
  border-radius: 12px;
  background: #26324F;
  padding: 15px 24px;
  margin: 30px 0;
}
.AZ-archive-page .number-escapeRooms {
  font-size: 24px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-archive-page .number-escapeRooms span {
  color: #8498C4;
  font-family: "yekanBakh-Regular";
  font-size: 14px;
}
.AZ-archive-page .sort-btn {
  min-width: 100px;
  min-height: 35px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #99A9CE;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 0 10px;
}

.number-emptySans {
  padding: 8px;
  border-radius: 8px;
  background: #4D66A0;
}
.number-emptySans span {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6C00;
  background: #26324F;
  font-size: 12px;
  font-family: "yekanBakh-Bold";
}
.number-emptySans p {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}

.comment-num {
  border-radius: 8px;
  background: #1C253A;
  padding: 10px 8px;
}
.comment-num .stars span {
  font-size: 10px;
  color: #F90;
}

.offer-tag {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #FF6C00;
}

.bbbb {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  background: #131927;
  padding: 15px 0 0;
}

.filter-wrapper {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.filter-wrapper .filter-link {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 8px;
  border: 0.25px solid #99A9CE;
  background: #26324F;
  white-space: nowrap;
  width: auto;
}
.filter-wrapper .filter-link span {
  font-size: 16px;
}

.filter-modal .modal-content {
  padding: 0;
}
.filter-modal .modal-footer {
  border-top: 1px solid #303F63;
}
.filter-modal .modal-header {
  padding: 20px 16px !important;
  border-bottom: 1px solid #303F63;
}
.filter-modal .modal-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #303F63;
}
.filter-modal .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #303F63;
}
.filter-modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6F7C9A;
}
.filter-modal .filter__div {
  border-bottom: 1px solid #303F63;
  padding: 16px;
}
.filter-modal .filter__icon {
  font-size: 24px;
  color: #8498C4;
}
.filter-modal .filter__title {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
}
.filter-modal .filter__text {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.filter-modal .AZ-checkbox-group label {
  font-size: 12px;
  color: #EBEEF5;
  padding-right: 0;
}
.filter-modal .AZ-checkbox-group label::after {
  right: unset;
  left: 0;
}
.filter-modal .leveling-star span {
  color: #FF9900;
  font-size: 16px;
}
.filter-modal .AZ-radio-rating input {
  display: none;
}
.filter-modal .AZ-radio-rating input:checked ~ label {
  background: #00BA88;
}
.filter-modal .AZ-radio-rating label {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  padding: 4px 8px;
  border-radius: 16px;
  border: 1px solid #3A4C78;
  background: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s linear;
}

.sort-canvas {
  border-radius: 16px 16px 0px 0px;
  background: #26324F;
  max-height: 60vh;
  height: auto;
}
.sort-canvas .offcanvas-header {
  position: relative;
  padding-top: 40px;
}
.sort-canvas .offcanvas-header::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  width: 119px;
  height: 4px;
  background: #303F63;
  transform: translateX(-50%);
}
.sort-canvas .offcanvas-title {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.sort-canvas .AZ-radio-group label {
  padding-right: 0;
}
.sort-canvas .AZ-radio-group label::before, .sort-canvas .AZ-radio-group label::after {
  right: unset;
  left: 0;
}
.sort-canvas .AZ-radio-group label::before {
  left: 4px;
}

.radio .radio__toggle {
  position: relative;
  width: 39px;
  height: 19px;
  margin: 0;
  vertical-align: top;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #D6DDEB;
}
.radio .radio__toggle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transform: translate(calc(100% - 7px), -50%);
  transition: all 0.5s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.radio .radio__toggle:checked {
  background: #00A0AA;
}
.radio .radio__toggle:checked::after {
  left: 50%;
  transform: translate(calc(100% - 7px), -50%);
}

.quantity-field {
  height: 24px;
  width: 87px;
}
.quantity-field .value-button {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  width: 24px;
  height: 100%;
  background: transparent;
  font-size: 24px;
  color: #3A4C78;
}
.quantity-field .number {
  border: none;
  margin: 0px;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "yekanBakh-Bold";
  font-size: 16px;
  color: #FFFFFF;
  width: 33%;
  background: transparent;
  text-align: center;
}
.quantity-field .active {
  color: #99A9CE;
}
.quantity-field .number::-moz-selection {
  background: none;
}
.quantity-field .number::selection {
  background: none;
}
.quantity-field input::-webkit-outer-spin-button,
.quantity-field input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.quantity-field input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.range-wrapper {
  width: 100%;
  direction: ltr;
}
.range-wrapper .range__label {
  color: #EBEEF5;
  font-size: 12px;
  font-family: "yekanBakh-Bold";
}
.range-wrapper .range-num {
  min-width: 84px;
  width: 84px;
  border-radius: 4px;
  border: 1px solid var(--Black-10, #3A4C78);
  padding: 4px 10px;
}
.range-wrapper .range__input {
  color: #EBEEF5;
  font-size: 12px;
  font-family: "yekanBakh-Bold";
  padding: 0;
  flex-grow: 2;
  margin: 0 20px;
  background: transparent;
  border: 0;
}
.range-wrapper .range-slider {
  margin: 0;
  width: 100%;
  background-image: linear-gradient(to right, #3A4C78 var(--first-val), #131927 var(--first-val), #131927 var(--second-val), #3A4C78 var(--second-val));
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.range-wrapper .range-slider__input {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  -webkit-appearance: none;
  background-color: transparent;
}
.range-wrapper .range-slider__input:focus {
  background: transparent;
  border: 0;
}
.range-wrapper .range-slider__input::-webkit-slider-runnable-track {
  background: none;
  height: 100%;
  width: 100%;
}
.range-wrapper .range-slider__input::-webkit-slider-runnable-track:focus {
  background: transparent;
  border: 0;
}
.range-wrapper .range-slider__input::-moz-range-track {
  background: none;
  height: 100%;
  width: 100%;
}
.range-wrapper .range-slider__input::-moz-range-track:focus {
  background: transparent;
  border: 0;
}
.range-wrapper .range-slider__input::-webkit-slider-thumb {
  background-color: #131927;
  border-radius: 50%;
  pointer-events: auto;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: 1px;
}
.range-wrapper .range-slider__input::-moz-range-thumb {
  border: none;
  border-radius: 5px;
  pointer-events: auto;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
}
.range-wrapper .range-slider__input:last-of-type {
  position: absolute;
}
.range-wrapper .range-slider__input:focus {
  outline: none;
  border: 0;
}
.range-wrapper .range-slider__input:not(:only-of-type) {
  pointer-events: none;
  left: 0;
}

.AZ-details-page {
  padding-bottom: 80px;
  position: relative;
}
.AZ-details-page .specifications-box {
  border-radius: 12px;
  background: #303F63;
  padding: 10px 12px;
}
.AZ-details-page .specifications-box_title {
  font-size: 14px;
  color: #fff;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .specifications-box_title span {
  font-size: 12px;
  font-family: "yekanBakh-Bold-En";
  color: #99A9CE;
}
.AZ-details-page .specifications-box_num {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .specifications-box_num span {
  font-size: 10px;
  color: #8498C4;
}
.AZ-details-page .specifications-box_icon {
  font-size: 16px;
  color: #8498C4;
}
.AZ-details-page .specifications-box .progress {
  height: 7px;
  background-color: #26324F;
}
.AZ-details-page .specifications-box .progress .progress-bar {
  background-color: #00A0AA;
  border-radius: 10px;
}
.AZ-details-page .AZ-breadcrumb .breadcrumb-link, .AZ-details-page .AZ-breadcrumb span {
  color: #1BF0FF;
}
.AZ-details-page .AZ-breadcrumb .active {
  color: #E35E00;
}
.AZ-details-page .calendar-mobile {
  background: #26324F;
  overflow-x: auto;
  padding: 4px 8px;
}
.AZ-details-page .calendar-mobile_item label {
  padding: 4px 8px;
  border-radius: 8px;
  transition: all 0.2s linear;
}
.AZ-details-page .calendar-mobile_item p {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  white-space: nowrap;
}
.AZ-details-page .calendar-mobile_item span {
  font-size: 20px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  white-space: nowrap;
}
.AZ-details-page .calendar-mobile_item input {
  display: none;
}
.AZ-details-page .calendar-mobile_item input:checked ~ label {
  background: #00BA88;
}
.AZ-details-page .calendar-mobile_item input:disabled ~ label p {
  color: #ED2E2E;
}
.AZ-details-page .calendar-mobile_item input:disabled ~ label span {
  color: #ED2E2E;
}
.AZ-details-page .AZ-time-radio label {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #8498C4;
  height: 100%;
  width: 100%;
}
.AZ-details-page .AZ-time-radio input {
  display: none;
}
.AZ-details-page .AZ-time-radio input:checked ~ label {
  color: #00BA88;
  border: 1px solid #00BA88;
}
.AZ-details-page .AZ-time-radio input:disabled ~ label {
  border: 1px solid #ED2E2E;
  color: #425175;
}
.AZ-details-page .save-btn {
  font-size: 16px;
  color: #EBEEF5;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #131927;
}
.AZ-details-page .age-suffering {
  min-height: 40px;
  min-width: 40px;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  border-radius: 8px;
  border: 1px solid #131927;
  background: radial-gradient(100.08% 100.08% at 3.75% 11.25%, #FFF 0%, rgba(255, 255, 255, 0) 100%), #FF4242;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 9px 5px -1px rgba(0, 0, 0, 0.25), 0px -7px 5px -3px rgba(0, 0, 0, 0.25) inset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-details-page .organizer-information .organizer-profile {
  width: 60px;
  border-radius: 50%;
}
.AZ-details-page .organizer-information .organizer-profile::after {
  padding-bottom: 100%;
}
.AZ-details-page .organizer-information .organizer-name {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold-En";
  margin-bottom: 4px;
}
.AZ-details-page .organizer-information .organizer-desc {
  font-size: 12px;
  color: #99A9CE;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .images {
  overflow-x: auto;
}
.AZ-details-page .images .gallery-img {
  min-width: 136px;
  height: 136px;
  border-radius: 16px;
}
.AZ-details-page .section-scrollSpy_text {
  font-size: 16px;
  color: #99A9CE;
  font-family: "yekanBakh-Regular";
  line-height: 180%;
}
.AZ-details-page .contact-title {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .contact-btn {
  width: 184px;
}
.AZ-details-page .facilities-box {
  border-radius: 8px;
  background: #26324F;
  padding: 16px;
  height: 100%;
}
.AZ-details-page .facilities-box_text {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .facilities-box_icon {
  color: #00E4F4;
  font-size: 40px;
}
.AZ-details-page .facilities-box.disable .facilities-box_text,
.AZ-details-page .facilities-box.disable .facilities-box_icon {
  color: #3A4C78;
}
.AZ-details-page .header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}
.AZ-details-page .header-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(19, 25, 39, 0) 0%, #131927 100%);
}
.AZ-details-page .header-img img {
  -o-object-position: center center;
     object-position: center center;
}
.AZ-details-page .details-content-desk {
  position: relative;
  z-index: 1;
}
.AZ-details-page .room-img {
  min-width: 100%;
  border-radius: 16px;
  border: 1px solid #26324F;
}
.AZ-details-page .room-img::after {
  padding-bottom: 130%;
}
.AZ-details-page .room-name {
  font-size: 44px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.AZ-details-page .icon-box_icon {
  font-size: 24px;
  color: #00C1CE;
}
.AZ-details-page .icon-box_title {
  font-size: 24px;
  color: #D6DDEB;
  font-family: "yekanBakh-Bold" !important;
  margin-bottom: 8px;
}
.AZ-details-page .icon-box_text {
  font-size: 16px;
  color: #8498C4;
  font-family: "yekanBakh-Regular" !important;
}
.AZ-details-page .presented-by {
  font-size: 16px;
  color: #C2CBE1;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .presented-by span {
  font-size: 18px;
  font-family: "yekanBakh-Bold-En";
}
.AZ-details-page .players-number {
  font-size: 14px;
  color: #3A4C78;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .rating {
  font-size: 24px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .rating span {
  font-size: 24px;
  color: #FF9900;
}
.AZ-details-page .comments-number {
  font-size: 16px;
  color: #00C1CE;
  font-family: "yekanBakh-Regular";
  display: inline-block;
}
.AZ-details-page .comments-number span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00C1CE;
  display: inline-block;
}
.AZ-details-page .details-tag {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 8px;
  background: #FF6C00;
}
.AZ-details-page .details-tag span {
  font-size: 24px;
  color: #FFEEE3;
}
.AZ-details-page .discount-tag {
  background: #00A0AA;
}
.AZ-details-page .average-comments-box {
  padding: 16px;
  border-radius: 8px;
  background: #1C253A;
  position: relative;
  overflow: hidden;
}
.AZ-details-page .average-comments-box::after {
  content: "4.5";
  position: absolute;
  bottom: -70px;
  right: -40px;
  width: 100%;
  height: 100%;
  text-align: right;
  font-size: 176px;
  font-family: "yekanBakh-Regular";
  -webkit-text-stroke-width: 1;
  line-height: 140%; /* 246.4px */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(67, 89, 140, 0.2);
  -webkit-text-fill-color: transparent;
}
.AZ-details-page .average-comments-box_inner {
  position: relative;
  z-index: 1;
}
.AZ-details-page .average-comments-box .average-comments-smallbox {
  border-radius: 8px;
  background: #26324F;
  padding: 8px 8px 8px 19px;
}
.AZ-details-page .average-comments-box .average-comments-smallbox .smallbox-title {
  font-size: 14px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .average-comments-box .average-comments-smallbox .smallbox-title span {
  color: #00E4F4;
  font-size: 24px;
}
.AZ-details-page .average-comments-box .average-comments-smallbox .smallbox-rate {
  font-size: 14px;
  color: #FFF;
  font-family: "yekanBakh-Regular";
}
.AZ-details-page .average-comments-box .average-comments-smallbox .smallbox-rate span {
  font-size: 32px;
  color: #B3FAFF;
  font-family: "yekanBakh-Bold";
}
.AZ-details-page .average-comments-box .col-right {
  border-left: 1px solid #303F63;
  padding-left: 50px;
}
.AZ-details-page .average-comments-box .total-score {
  font-size: 14px;
  color: #5C75B0;
  font-family: "yekanBakh-Medium";
}
.AZ-details-page .average-comments-box .total-score span {
  font-size: 44px;
  color: #00C1CE;
  font-family: "yekanBakh-Bold";
}

.scroll-nav {
  border-radius: 16px;
  background: #26324F;
  padding: 16px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.scroll-nav .nav {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scroll-nav .nav-link {
  font-size: 16px;
  color: #4D66A0;
  font-family: "yekanBakh-Regular";
  border-radius: 16px;
  padding: 8px;
  transition: all 0.2s linear;
  white-space: nowrap;
  overflow-x: auto;
}
.scroll-nav .nav-link.active {
  background: #5C75B0;
  color: #fff;
}

.section-scrollSpy {
  border-bottom: 1px solid #303F63;
  padding: 24px 0;
}
.section-scrollSpy:last-child {
  border-bottom: 0;
}

.AZ-review-box {
  border: 1px solid #26324F;
  background: transparent;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}
.AZ-review-box .spoiler-box {
  padding: 8px 16px;
  border-radius: 8px;
  background: #26324F;
}
.AZ-review-box .spoiler-box span {
  font-size: 24px;
  color: #D6DDEB;
}
.AZ-review-box .spoiler-box_title {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Bold";
}
.AZ-review-box .spoiler-box_title span {
  font-size: 14px;
  color: #FF6C00;
}
.AZ-review-box .comment-name {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-review-box .comment-profile {
  min-width: 40px;
  border-radius: 50%;
  border: 1px solid #43598C;
  outline: 1px solid transparent;
}
.AZ-review-box .comment-profile::after {
  padding-bottom: 100%;
}
.AZ-review-box .comment-text {
  font-size: 16px;
  color: #C2CBE1;
  font-family: "yekanBakh-Regular";
  margin-top: 10px;
  line-height: 140%;
  text-align: justify;
}
.AZ-review-box .comment-badge {
  font-size: 10px;
}
.AZ-review-box .commnet-name {
  color: #00E4F4;
  font-family: "yekanBakh-Bold";
}
.AZ-review-box .comment-date {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}
.AZ-review-box .comment-details {
  font-family: "yekanBakh-Bold";
  position: relative;
  padding-right: 7px;
  font-size: 12px;
  color: #5C75B0;
  display: block;
}
.AZ-review-box .comment-details::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #00C1CE;
}
.AZ-review-box .stars span {
  font-size: 12px;
  color: #FF6C00;
}
.AZ-review-box_reply {
  background: #26324F;
  margin-top: 16px;
  margin-bottom: 0;
}

.comment-modal .AZ-review-box {
  border: 1px solid #8498C4;
}
.comment-modal .AZ-review-box_reply {
  background: #1C253A;
  border: 0;
}
.comment-modal .spoiler-box {
  background: #1C253A;
}

.section-scrollSpy_title {
  font-size: 24px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  padding-bottom: 4px;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.section-scrollSpy_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: #00A0AA;
}

.section-scrollSpy_title_icon {
  font-size: 24px;
  color: #8498C4;
}

.read-more__link {
  font-size: 16px;
  color: #B3FAFF;
  font-family: "yekanBakh-Regular";
  background: transparent;
  border: 0;
  padding: 16px 0;
}
.read-more__link:hover {
  color: #B3FAFF;
}

.read-more.is-inline,
.read-more.is-inline p,
.read-more.is-inline + span {
  display: inline;
}

.read-more.is-inline + span {
  margin-left: 0.25em;
}

.features-organizer_title {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.features-organizer_desc {
  font-size: 12px;
  color: #99A9CE;
  font-family: "yekanBakh-Regular";
}
.features-organizer_icon {
  font-size: 24px;
  color: #00C1CE;
}

.AZ-location {
  width: 100%;
  position: relative;
  height: 205px;
  border-radius: 16px;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.map {
  height: 200px;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.map .leaflet-control-attribution {
  display: none;
}
.map .leaflet-marker-pane img {
  cursor: move;
}
.map #map {
  width: 100%;
  height: 100%;
}
.map .marker-position {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 5px 10px;
  font-family: "yekanBakh-Medium";
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.6431372549);
}

.AZ-sidebar {
  position: sticky;
  top: 0;
}
.AZ-sidebar .sidebar-inner {
  background: #1C253A;
  border-radius: 16px;
  margin-bottom: 24px;
}
.AZ-sidebar .sidebar-body {
  padding: 16px 32px;
}
.AZ-sidebar .sidebar-header {
  border-radius: 16px 16px 0px 0px;
  background: #00A0AA;
  padding: 12px 16px;
}
.AZ-sidebar .sidebar-header-title {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-sidebar .sidebar-header-title span {
  font-size: 12px;
  color: #D6DDEB;
}
.AZ-sidebar .sidebar-poster {
  min-width: 60px;
  border-radius: 4px;
}
.AZ-sidebar .sidebar-poster::after {
  padding-bottom: 130%;
}
.AZ-sidebar .sidebar-header-price {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-sidebar .sidebar-header-price span {
  font-size: 16px;
}
.AZ-sidebar .sidebar-name {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-sidebar .sidebar-date {
  font-size: 12px;
  color: #C2CBE1;
  font-family: "yekanBakh-Bold";
  padding: 4px 8px;
  border-radius: 4px;
  background: #26324F;
  margin: 12px 0;
}
.AZ-sidebar .sidebar-details {
  font-size: 12px;
  color: #00A0AA;
  padding: 3px 0;
  font-family: "yekanBakh-Regular";
}
.AZ-sidebar .sidebar-details span {
  color: #3A4C78;
  font-size: 16px;
}

.AZ-radio-time {
  height: 100%;
}
.AZ-radio-time label {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D6DDEB;
  padding: 8px;
  height: 100%;
  cursor: pointer;
}
.AZ-radio-time .old-price {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
  text-decoration: line-through;
}
.AZ-radio-time .radio-time_title {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.AZ-radio-time .radio-time_text {
  font-size: 12px;
  color: #96A6CC;
  font-family: "yekanBakh-Regular";
}
.AZ-radio-time .radio-time_text span {
  font-size: 14px;
}
.AZ-radio-time-btn {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 4px;
  background: #00A0AA;
}
.AZ-radio-time.disable label {
  border: 1px solid #3A4C78;
}
.AZ-radio-time.disable .radio-time_title {
  color: rgba(255, 255, 255, 0.5);
}
.AZ-radio-time.disable .radio-time_text {
  color: rgba(150, 166, 204, 0.5);
}
.AZ-radio-time.disable .AZ-radio-time-btn {
  color: rgba(150, 166, 204, 0.5);
  background: #3A4C78;
}
.AZ-radio-time.Unreservable label {
  border: 1px solid #ED2E2E;
}
.AZ-radio-time.Unreservable .AZ-radio-time-btn {
  background: #ED2E2E;
}
.AZ-radio-time.off label {
  border: 1px solid #FF6C00;
}
.AZ-radio-time.off .AZ-radio-time-btn {
  background: #FF6C00;
}
.AZ-radio-time input {
  display: none;
}
.AZ-radio-time input:checked ~ label {
  border: 1px solid #00BA88;
}

.guide-text {
  font-size: 14px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.guide-text span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D6DDEB;
}
.guide-text.selected span {
  background: #00CD95;
}
.guide-text.disable span {
  background: #ED2E2E;
}
.guide-text.Unreservable span {
  background: #3A4C78;
}

.reservation-btn {
  position: relative;
  overflow: hidden;
}
.reservation-btn::after {
  background: #fff;
  content: "";
  height: 300%;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  left: -100%;
  animation: animbtn 4s linear infinite;
}
.reservation-btn:hover::after {
  left: 200%;
  opacity: 0.6;
}

@keyframes animbtn {
  0% {
    left: -100%;
    opacity: 0;
  }
  10% {
    left: 200%;
    opacity: 0.6;
  }
  20% {
    left: 200%;
    opacity: 0.6;
  }
  30% {
    left: 200%;
    opacity: 0;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
.AZ-panel-page {
  padding: 40px 0;
}
.AZ-panel-page .AZ-field-group label {
  background: #26324F;
}
.AZ-panel-page .AZ-field-group input, .AZ-panel-page .AZ-field-group textarea {
  background: #26324F;
}
.AZ-panel-page .panel-box {
  border-radius: 16px;
  background: #26324F;
  padding: 24px;
  margin-bottom: 16px;
}
.AZ-panel-page .panel-title {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-panel-page .discount-box {
  border-radius: 8px;
  border: 1px solid #8498C4;
  padding: 16px;
}
.AZ-panel-page .discount-box .discount-tags {
  overflow-x: auto;
}
.AZ-panel-page .discount-box .discount_small_text {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-panel-page .discount-box .days {
  overflow-x: auto;
}
.AZ-panel-page .discount-box .day,
.AZ-panel-page .discount-box .clock {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 16px;
  background: #ED2E2E;
  white-space: nowrap;
}
.AZ-panel-page .discount-box .day.active,
.AZ-panel-page .discount-box .clock.active {
  background: #00BA88;
}
.AZ-panel-page .discount-box_title {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  margin-bottom: 16px;
}
.AZ-panel-page .discount-box_details, .AZ-panel-page .discount-box_name {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  border-radius: 40px;
  padding: 4px 8px;
  border: 1px solid #FF6C00;
  display: inline-block;
  margin-bottom: 10px;
  white-space: nowrap;
}
.AZ-panel-page .discount-box_details {
  border: 1px solid #8498C4;
}
.AZ-panel-page .profile-img {
  width: 80px;
  border-radius: 48px;
  border: 1px solid #8498C4;
}
.AZ-panel-page .profile-img::after {
  padding-bottom: 100%;
}
.AZ-panel-page .welcome {
  font-size: 14px;
  color: #8498C4;
  font-family: "yekanBakh-Medium";
}
.AZ-panel-page .username {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-panel-page .approve {
  font-size: 10px;
  color: #F3FDFA;
  font-family: "yekanBakh-Regular";
  padding: 2px 4px;
  border-radius: 4px;
  background: #00BA88;
}
.AZ-panel-page .approve span {
  font-size: 8px;
}
.AZ-panel-page .panel-header-title {
  font-size: 14px;
  color: #ADBAD8;
  font-family: "yekanBakh-Regular";
}
.AZ-panel-page .panel-header-title span {
  font-size: 20px;
  color: #EBEEF5;
}
.AZ-panel-page .panel-header-link {
  font-size: 16px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}
.AZ-panel-page .panel-header-icon {
  font-size: 40px;
  color: #8498C4;
}
.AZ-panel-page .transactions-list {
  padding: 16px 0;
  position: relative;
}
.AZ-panel-page .transactions-list .transactions__item {
  padding: 16px 0;
  position: relative;
}
.AZ-panel-page .transactions-list .transactions__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 90%;
  transform: translateX(-50%);
  background: #303F63;
}
.AZ-panel-page .transactions-list_title {
  font-size: 16px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
}
.AZ-panel-page .transactions-list_date {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.AZ-panel-page .transactions-list_icon {
  font-size: 32px;
  color: #C2CBE1;
}
.AZ-panel-page .transactions-list_currency {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}
.AZ-panel-page .transactions-list_price {
  font-size: 16px;
  color: #00BA88;
  font-family: "yekanBakh-Regular";
}
.AZ-panel-page .negative-transaction .transactions-list_price {
  color: #a91919;
}
.AZ-panel-page .wallet-card {
  border-radius: 16px;
  background: #00A0AA;
  padding: 60px 43px 16px;
  position: relative;
}
.AZ-panel-page .wallet-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/iranescapelogo-bg.png");
  background-repeat: no-repeat;
  background-size: 124px;
  background-position: left center;
  width: 100%;
  height: 100%;
}
.AZ-panel-page .wallet-card_desc {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  display: block;
  margin-bottom: 8px;
}
.AZ-panel-page .wallet-card_inventory {
  font-size: 24px;
  color: #fff;
  font-family: "yekanBakh-Bold";
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
}
.AZ-panel-page .wallet-card .wallet-card-inner {
  position: relative;
  z-index: 1;
}
.AZ-panel-page .back-page {
  font-size: 24px;
  color: #8498C4;
}
.AZ-panel-page .panel-mobile-title {
  font-size: 24px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.AZ-radio-rechargeWallet {
  flex-grow: 1;
}
.AZ-radio-rechargeWallet label {
  font-size: 10px;
  color: #fff;
  font-family: "yekanBakh-Bold";
  border-radius: 8px;
  border: 1px solid #8498C4;
  padding: 8px;
  transition: all 0.2s linear;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.AZ-radio-rechargeWallet label span {
  font-size: 16px;
}
.AZ-radio-rechargeWallet input {
  display: none;
}
.AZ-radio-rechargeWallet input:checked ~ label {
  border: 1px solid #00A0AA;
  color: #00A0AA;
}

.tabs {
  border-radius: 4px;
  background: #131927;
  padding: 4px;
  margin-bottom: 24px;
}
.tabs .tab-link {
  font-size: 12px;
  color: #99A9CE;
  font-family: "yekanBakh-Regular";
  padding: 4px 20px;
  border-radius: 2px;
}
.tabs li.active .tab-link {
  background: #C2CBE1;
  color: #1C253A;
}

.AZ-reservations-box .reservations-box_img {
  width: 50%;
  border-radius: 8px;
}
.AZ-reservations-box .reservations-box_img::after {
  padding-bottom: 120%;
}
.AZ-reservations-box .reservations-box_title {
  font-size: 20px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-reservations-box .reservations-box_details {
  font-size: 12px;
  color: #00A0AA;
  font-family: "yekanBakh-Bold";
}
.AZ-reservations-box .reservations-box_details span {
  font-size: 16px;
  color: #8498C4;
}

.panel-sidebar {
  border-radius: 16px;
  background: #26324F;
  padding: 24px 0;
}
.panel-sidebar li:last-child .sidebar-text {
  border-bottom: 0;
}
.panel-sidebar .panel-link {
  padding: 0 13px;
  position: relative;
}
.panel-sidebar .panel-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 48px;
  transform: translateY(-50%);
  width: 3px;
  border-radius: 4px 0px 0px 4px;
}
.panel-sidebar .panel-link.active::after {
  background: #00A0AA;
}
.panel-sidebar .panel-link_icon {
  font-size: 24px;
  color: #8498C4;
}
.panel-sidebar .sidebar-title {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.panel-sidebar .sidebar-desc {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}
.panel-sidebar .sidebar-icon {
  font-size: 32px;
  color: #8498C4;
}
.panel-sidebar .sidebar-text {
  padding: 16px 0;
  border-bottom: 1px solid #303F63;
}
.panel-sidebar .logout-link .sidebar-title {
  color: #ED2E2E;
  font-family: "yekanBakh-Medium";
}
.panel-sidebar .logout-link .sidebar-icon {
  color: #ED2E2E;
}

.share-link {
  border-radius: 8px;
  background: #303F63;
  padding: 8px 8px 8px 20px;
}
.share-link #link {
  font-size: 14px;
  font-family: "yekanBakh-Bold-En";
  color: #FFFFFF;
  flex-grow: 2;
  border: none;
  height: 100%;
  text-align: center;
  height: 100%;
  border-radius: 4px;
  background: #131927;
  padding: 8px;
}
.share-link #copy span {
  color: #00A0AA;
}
.share-link #copy button {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  display: block;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.share-link #copy button.copied::after {
  content: "با موفقیت کپی شد";
  position: absolute;
  top: 0px;
  left: 35px;
  height: 30px;
  display: block;
  white-space: nowrap;
  padding: 5px 10px 0;
  font-size: 12px;
  font-family: "yekanBakh-Regular";
  color: #fff;
  background-color: #00A0AA;
  opacity: 1;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
  border-radius: 4px;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}
.AZ-pagination {
  margin-top: 24px;
}
.AZ-pagination .page-link {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Medium";
  min-width: 32px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #3A4C78;
  transition: all 0.2s linear;
  border: 0;
}
.AZ-pagination .page-link.active, .AZ-pagination .page-link:hover {
  background: #00A0AA;
}
.AZ-pagination .page-item:last-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.AZ-pagination .page-item:first-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.AZ-pagination .dots {
  font-size: 25px;
  background: transparent;
}

.AZ-empty-box .empty-img {
  width: 156px;
}
.AZ-empty-box .empty-text {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-empty-box .empty-text span {
  color: #00A0AA;
}

.progress-box {
  border-radius: 8px;
  background: #26324F;
  padding: 8px 15px 28px 15px;
}
.progress-box .progress-title {
  font-size: 20px;
  color: #FFFFFF;
  font-family: "Peyda-Regular";
  margin-bottom: 30px;
}
.progress-box .AZ-progress-bar {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.progress-box .AZ-progress-bar .AZ-progress {
  width: 100%;
  list-style: none;
  counter-reset: step;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-box .AZ-progress-bar .AZ-progress li {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 14px;
  background: #1C253A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #3A4C78;
}
.progress-box .AZ-progress-bar .AZ-progress li span {
  font-size: 12px;
}
.progress-box .AZ-progress-bar .AZ-progress li .progress-text {
  position: absolute;
  bottom: -20px;
  color: #3A4C78;
  font-size: 10px;
  font-family: "yekanBakh-Regular";
  white-space: nowrap;
}
.progress-box .AZ-progress-bar .AZ-progress li.prev {
  border: 1px solid #D9FCFF;
  background: #00C1CE;
  color: #EBEEF5;
}
.progress-box .AZ-progress-bar .AZ-progress li.prev .progress-text {
  color: #4D66A0;
}
.progress-box .AZ-progress-bar .AZ-progress li.active {
  border: 1px solid #4D66A0;
  background: #4D66A0;
  color: #EBEEF5;
}
.progress-box .AZ-progress-bar .AZ-progress li.active .progress-text {
  color: #EBEEF5;
}
.progress-box .AZ-progress-bar .bar {
  position: absolute;
  width: 99%;
  height: 1px;
  overflow-x: hidden;
  background-color: #3A4C78;
}

.AZ-reservationsDetails-page {
  padding: 0 0 50px;
}
.AZ-reservationsDetails-page .line {
  height: 4px;
  width: 100%;
  background: #303F63;
  margin: 24px 0;
}
.AZ-reservationsDetails-page .reservationsDetails-page-header {
  margin: 40px 0;
}
.AZ-reservationsDetails-page .reservationsDetails-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.AZ-reservationsDetails-page .reservationsDetails-link span {
  font-size: 24px;
  color: #8498C4;
}
.AZ-reservationsDetails-page .reservationsDetails-link .reservationsDetails-text {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-reservationsDetails-page .cancellationSans .reservationsDetails-text {
  color: #ED2E2E;
}
.AZ-reservationsDetails-page .cancellationSans .reservationsDetails-text span {
  color: #ED2E2E;
}
.AZ-reservationsDetails-page .invoice_list li:last-child .invoice_list_body {
  border-bottom: 0;
}
.AZ-reservationsDetails-page .invoice_list_body {
  padding: 16px 0;
  border-bottom: 2px solid #303F63;
}
.AZ-reservationsDetails-page .invoice_list_icon {
  font-size: 32px;
  color: #8498C4;
}
.AZ-reservationsDetails-page .invoice_list_title {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
  margin-bottom: 4px;
}
.AZ-reservationsDetails-page .invoice_list_text {
  font-size: 18px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.AZ-reservationsDetails-page .invoice_list_text span {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
}
.AZ-reservationsDetails-page .invoice_list .prices {
  font-size: 18px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}

.option-modal .option-link {
  border-bottom: 1px solid #303F63;
  padding: 16px 0;
}
.option-modal .option-icon {
  font-size: 24px;
  color: #8498C4;
}
.option-modal .option-title {
  font-size: 14px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
}
.option-modal .option-desc {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.option-modal .cancel-reservation .option-icon {
  color: #ED2E2E;
}
.option-modal .cancel-reservation .option-title {
  color: #ED2E2E;
}

.AZ-review-page {
  padding-bottom: 80px;
}
.AZ-review-page .room-box .room-img {
  min-width: 50%;
  border-radius: 8px;
}
.AZ-review-page .room-box .room-img::after {
  padding-bottom: 120%;
}
.AZ-review-page .room-box .room-name {
  font-size: 24px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  margin-bottom: 15px;
}
.AZ-review-page .room-box .room-details {
  font-size: 16px;
  color: #00A0AA;
  font-family: "yekanBakh-Regular";
}
.AZ-review-page .room-box .room-details span {
  color: #3A4C78;
}
.AZ-review-page .room-box .reservation-notFound {
  font-size: 18px;
  color: #4D66A0;
  font-family: "yekanBakh-Regular";
}
.AZ-review-page .progress {
  width: 100%;
  height: 4px;
  border-radius: 40px;
  background: #303F63;
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 35px;
}
.AZ-review-page .progress .progress-bar {
  height: 100%;
  width: 50%;
  background: #00C1CE;
}
.AZ-review-page .choice-time .choice-time-img {
  min-width: 72px;
  border-radius: 8px;
}
.AZ-review-page .choice-time .choice-time-img::after {
  padding-bottom: 100%;
}
.AZ-review-page .choice-time .room-name {
  font-size: 24px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  margin-bottom: 15px;
}
.AZ-review-page .share-link {
  border-radius: 4px;
  background: #006970;
  padding: 0;
}
.AZ-review-page .share-link #link {
  background: #D9FCFF;
  color: #131927;
  flex-grow: unset;
  border: 0;
}
.AZ-review-page .share-link #copy {
  flex-grow: 1;
}
.AZ-review-page .share-link #copy button {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 8px;
  flex-grow: 1;
}
.AZ-review-page .share-link #copy button span {
  font-size: 10px;
  color: #1C253A;
}
.AZ-review-page .review-head {
  padding: 32px 0;
  border-bottom: 4px solid #303F63;
  position: relative;
  margin-bottom: 56px;
}
.AZ-review-page .review-head_back {
  font-size: 32px;
  color: #96A6CC;
}
.AZ-review-page .review-head_title {
  font-size: 24px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.AZ-review-page .review-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 4px;
  width: 350px;
  border-radius: 16px 0px 0px 16px;
  background: #00C1CE;
}
.AZ-review-page .review-icon {
  font-size: 56px;
  color: #00E4F4;
}
.AZ-review-page .review-title {
  font-size: 32px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-review-page .review-text {
  font-size: 18px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}
.AZ-review-page .review-items_title {
  font-size: 20px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-review-page .review-items_text {
  font-size: 14px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}
.AZ-review-page .tabs {
  border-bottom: 1px solid #26324F;
  width: 100%;
  padding: 0;
}
.AZ-review-page .tabs .tab-link {
  font-size: 14px;
  color: #26324F;
  font-family: "yekanBakh-Regular";
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 100%;
}
.AZ-review-page .tabs li.active .tab-link {
  color: #EBEEF5;
  border-bottom: 1px solid #00A0AA;
  background: transparent;
}
.AZ-review-page .AZ-review-items {
  width: 100%;
}
.AZ-review-page .AZ-review-items label {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  padding: 21px 10px;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #8498C4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.AZ-review-page .AZ-review-items input {
  display: none;
}
.AZ-review-page .AZ-review-items input:checked ~ label {
  border: 1px solid #00BA88;
  background: rgba(0, 186, 136, 0.2);
}
.AZ-review-page .negative-points input:checked ~ label {
  border: 1px solid #ED2E2E;
  background: rgba(237, 46, 46, 0.2);
}

.step-page .review-head {
  padding: 32px 0 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.step-page .review-head::after {
  content: none;
}

.scoring-text {
  font-size: 18px;
  font-family: "yekanBakh-Regular";
  color: #99A9CE;
  display: grid;
  text-align: center;
  cursor: pointer;
}
.scoring .rating input {
  display: none;
}
.scoring .rating label:before {
  margin: 0 5px;
  font-size: 48px;
  font-family: "icomoon";
  display: inline-block;
  content: "\e991";
  cursor: pointer;
}
.scoring .rating label::after {
  font-size: 48px;
  font-family: "icomoon";
  display: inline-block;
  content: "";
}
.scoring .rating .half:before {
  content: "\e991";
  position: absolute;
}
.scoring .rating label {
  float: right;
  color: #3A4C78;
}
.scoring .rating input:checked ~ label {
  color: #ED2E2E;
}

.search-modal .search-results {
  overflow-x: auto;
}
.search-modal .AZ-search-box {
  border-radius: 4px;
  background: #3A4C78;
  margin-bottom: 16px;
}
.search-modal .AZ-search-box input {
  flex-grow: 1;
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  border: 0;
  padding: 10px;
  background: transparent;
}
.search-modal .AZ-search-box input::-moz-placeholder {
  color: #99A9CE;
}
.search-modal .AZ-search-box input::placeholder {
  color: #99A9CE;
}
.search-modal .AZ-search-box button {
  font-size: 24px;
  color: #ADBAD8;
  border: 0;
  background: transparent;
  padding: 0 10px;
}

.result-box-img {
  min-width: 70px;
  border-radius: 8px;
}
.result-box-img::after {
  padding-bottom: 110%;
}
.result-box-title {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.result-box-details {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.result-box-details span {
  width: 16px;
}
.result-box-price {
  font-size: 10px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.result-box-price span {
  font-size: 12px;
  color: #00C1CE;
}
.result-box-icon {
  font-size: 16px;
  color: #EBEEF5;
}
.result-box-time {
  font-size: 12px;
  color: #00C1CE;
  font-family: "yekanBakh-Regular";
}

.collection-box .result-box-img {
  border-radius: 50%;
}
.collection-box .result-box-img::after {
  padding-bottom: 100%;
}

.AZ-transaction-page {
  padding: 50px 0;
  min-height: 100vh;
  height: 100vh;
  overflow-x: hidden;
}
.AZ-transaction-page .transaction-page-logo {
  width: 80px;
  margin-bottom: 30px;
}
.AZ-transaction-page .transaction-box {
  background-image: url("../img/OBJECTS.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 50px 90px;
  margin-bottom: 30px;
  position: relative;
}
.AZ-transaction-page .transaction-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: #1C253A;
  border-radius: 50%;
  z-index: -1;
}
.AZ-transaction-page .transaction-box_title {
  font-size: 16px;
  color: #131927;
  font-family: "yekanBakh-Medium";
  margin-bottom: 24px;
}
.AZ-transaction-page .transaction-box_title span {
  color: #00A0AA;
}
.AZ-transaction-page .transaction-box-body {
  margin-bottom: 130px;
}
.AZ-transaction-page .transaction-box .transaction-list {
  margin-bottom: 8px;
}
.AZ-transaction-page .transaction-box .transaction-list li {
  border-radius: 4px;
  background: rgba(67, 89, 140, 0.8);
  padding: 7px 16px;
}
.AZ-transaction-page .transaction-box .transaction-list p {
  font-size: 12px;
  color: #C2CBE1;
  font-family: "yekanBakh-Regular";
}
.AZ-transaction-page .transaction-box .transaction-list span {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-transaction-page .transaction-box .transaction-btn {
  font-size: 14px;
  color: #00A0AA;
  font-family: "yekanBakh-Regular";
  border-radius: 4px;
  border: 1px solid #00A0AA;
  padding: 7px 16px;
  transition: all 0.2s linear;
}
.AZ-transaction-page .transaction-box .transaction-btn:hover {
  background: #00A0AA;
  color: #fff;
}
.AZ-transaction-page .transaction-box .site-name {
  font-size: 16px;
  color: #636362;
  font-family: "yekanBakh-Regular";
}
.AZ-transaction-page .thank-text {
  font-size: 14px;
  color: #131927;
  font-family: "yekanBakh-Regular";
  border: 1px solid #FF6C00;
  border-radius: 8px;
  padding: 10px 7px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.AZ-transaction-page .fail-title {
  font-size: 14px;
  color: #C30000;
  font-family: "yekanBakh-Bold";
  margin-bottom: 8px;
}
.AZ-transaction-page .cause-text {
  font-size: 14px;
  color: #ADBAD8;
  font-family: "yekanBakh-Medium";
  margin-bottom: 24px;
}
.AZ-transaction-page .cause-text span {
  color: #26324F;
}
.AZ-transaction-page .back-page {
  font-size: 14px;
  color: #26324F;
  font-family: "yekanBakh-Medium";
  padding: 5px 10px;
  transition: all 0.2s linear;
}
.AZ-transaction-page .back-page span {
  transition: all 0.2s linear;
}
.AZ-transaction-page .back-page:hover span {
  transform: translateX(-5px);
}

.cancellationSans-modal .cancellationSans-date {
  font-size: 20px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
}
.cancellationSans-modal .cancellationSans-date span {
  font-size: 16px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.cancellationSans-modal .cancellationSans-item {
  border-bottom: 1px solid #303F63;
  padding: 8px 0;
}
.cancellationSans-modal .cancellationSans-item:last-child {
  border-bottom: 0;
}
.cancellationSans-modal .cancellationSans-item_title {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.cancellationSans-modal .cancellationSans-item_text {
  font-size: 10px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.cancellationSans-modal .cancellationSans-item_text span {
  font-size: 16px;
}
.cancellationSans-modal .ticket .cancellationSans-item_title {
  color: #C30000;
}
.cancellationSans-modal .ticket .cancellationSans-item_text {
  color: #C30000;
}

.location-box {
  padding: 16px;
  border-radius: 16px;
  background: #26324F;
}

.AZ-reservation-page {
  padding: 50px 0;
}
.AZ-reservation-page .line {
  height: 6px;
  width: 100%;
  margin: 24px 0;
  background: #303F63;
}

.reservation-sidebar {
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 12px;
  border: 2px solid #303F63;
}
.reservation-sidebar .reservation-sidebar_item_title {
  font-size: 14px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
}
.reservation-sidebar .reservation-sidebar_item_text {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.reservation-sidebar .reservation-sidebar_item_link {
  font-size: 12px;
  color: #00A0AA;
  font-family: "yekanBakh-Bold";
}
.reservation-sidebar .reservation-sidebar_item_link span {
  font-size: 24px;
  color: #8498C4;
}
.reservation-sidebar .reservation-sidebar_item_icon {
  font-size: 24px;
  color: #3A4C78;
}
.reservation-sidebar .AZ-radio-group {
  width: 100%;
}
.reservation-sidebar .AZ-radio-group label {
  padding-left: 25px;
  padding-right: 0;
  width: 100%;
}
.reservation-sidebar .AZ-radio-group label::after, .reservation-sidebar .AZ-radio-group label::before {
  right: unset;
  left: 0;
}
.reservation-sidebar .AZ-radio-group label::before {
  left: 4.2px;
}
.reservation-sidebar .section-scrollSpy_title {
  font-size: 16px;
}
.reservation-sidebar .payment-summary_list .line {
  margin: 0;
  height: 1px;
}
.reservation-sidebar .payment-summary_list .total {
  font-size: 14px;
  color: #00C1CE;
  font-family: "yekanBakh-Regular";
}
.reservation-sidebar .payment-summary_list .total span {
  font-size: 16px;
  font-family: "yekanBakh-Bold";
}
.reservation-sidebar .payment-summary_list .discount-total {
  font-size: 10px;
  color: #00C1CE;
  font-family: "yekanBakh-Regular";
}
.reservation-sidebar .payment-summary_list .discount-total span {
  font-size: 12px;
  font-family: "yekanBakh-Bold";
}

.voice-box {
  border-radius: 16px;
  background: #3A4C78;
  padding: 8px;
  /* افزودن یک آیکون دلخواه به عنوان فلش دراپ‌داون */
}
.voice-box .player {
  direction: ltr;
}
.voice-box .progress-bar {
  width: 100%;
  height: 7px;
  background-color: #26324F;
  border-radius: 16px;
  overflow: visible;
}
.voice-box .progress {
  width: 0;
  height: 100%;
  background-color: #00A0AA !important;
  position: relative;
  overflow: visible;
}
.voice-box .progress::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9FCFF;
  box-shadow: -1px 0px 1.5px rgba(0, 0, 0, 0.25);
}
.voice-box .total-time {
  font-size: 14px;
  color: #D6DDEB;
  font-family: "yekanBakh-Medium";
}
.voice-box .play-button {
  background: transparent;
  border: 0;
  font-size: 20px;
  color: #D6DDEB;
}
.voice-box .speed-control {
  background: transparent;
  border: 0;
  max-width: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold-En";
}
.voice-box .speed-control option {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold-En";
  border-radius: 0;
  background: #1C253A;
  padding: 0 20px;
  text-align: center;
}

.contact-modal .contact-link {
  padding: 16px;
  border-radius: 16px;
  border: 2px solid #8498C4;
  height: 100%;
  transition: all 0.2s linear;
}
.contact-modal .contact-link img {
  width: 62px;
}
.contact-modal .contact-link .contact-icon {
  font-size: 40px;
  color: #8498C4;
}
.contact-modal .contact-link .contact-text {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.contact-modal .contact-link:hover {
  border: 2px solid #007A83;
}

.onlineTaxiModal-modal .contact-link img {
  width: 40px;
}

.datepicker-container .datepicker-plot-area,
.inline-example .datepicker-plot-area {
  max-width: 400px;
  width: 400px;
  padding: 20px;
  border-radius: 10px;
  background: transparent;
  border: 0;
  background-color: #26324F;
}
.datepicker-container .datepicker-plot-area .toolbox,
.inline-example .datepicker-plot-area .toolbox {
  display: none;
}
.datepicker-container .datepicker-plot-area .header,
.inline-example .datepicker-plot-area .header {
  padding: 0;
  height: auto;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator,
.inline-example .datepicker-plot-area .datepicker-navigator {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-prev,
.inline-example .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after,
.inline-example .datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after {
  content: "\e92c";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.inline-example .datepicker-plot-area .datepicker-navigator .pwt-btn-next {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-next::after,
.inline-example .datepicker-plot-area .datepicker-navigator .pwt-btn-next::after {
  content: "\e92b";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
}
.datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.inline-example .datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
  text-align: center;
  font-size: 12px;
  font-family: "yekanBakh-Bold";
  color: #C2CBE1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 8px 10px 8px !important;
  margin: 0;
  border-radius: 4px;
  background: #26324F;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell,
.inline-example .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
  font-size: 12px;
  font-family: "yekanBakh-Regular";
  color: #D6DDEB;
  border-bottom: 1px solid #303F63;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .selected span,
.inline-example .datepicker-plot-area .datepicker-day-view .table-days .selected span {
  text-shadow: unset !important;
  color: #FFFFFF !important;
  border: 1px solid #00BA88;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .today span,
.inline-example .datepicker-plot-area .datepicker-day-view .table-days .today span {
  text-shadow: unset !important;
  color: #FFFFFF !important;
  background: #00BA88 !important;
  border: 1px solid #00BA88;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .today::after,
.inline-example .datepicker-plot-area .datepicker-day-view .table-days .today::after {
  content: unset;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .today::before,
.inline-example .datepicker-plot-area .datepicker-day-view .table-days .today::before {
  content: unset;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days span,
.inline-example .datepicker-plot-area .datepicker-day-view .table-days span {
  font-size: 16px;
  font-family: "yekanBakh-Bold";
  color: #D6DDEB;
  background: transparent !important;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #D6DDEB;
  margin: 8px 0 !important;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days span:hover,
.inline-example .datepicker-plot-area .datepicker-day-view .table-days span:hover {
  border: 1px solid #00BA88;
  color: #00BA88;
}
.datepicker-container .datepicker-plot-area .datepicker-day-view .table-days .other-month,
.inline-example .datepicker-plot-area .datepicker-day-view .table-days .other-month {
  color: #3A4C78;
  border: 1px solid #3A4C78;
}

:root {
  --drag-area-text-color: #636c80;
  --drag-area-separator-color: #93a9c3;
  --drag-area-primary-color: #4c5ff9;
  --drag-area-primary-hover: #162ef7;
  --drag-area-loader-bg: #eff2f5;
}

.drag-drop-wrapper {
  position: relative;
  transition: transform 0.4s;
}
.drag-drop-wrapper .uploaded-image {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.drag-drop-wrapper form {
  display: none;
}
.drag-drop-wrapper.active {
  transform: scale(1.2);
}
.drag-drop-wrapper.active .drag-drop-area {
  border-color: var(--drag-area-primary-color);
}
.drag-drop-wrapper.active .drag-drop-area * {
  pointer-events: none;
}
.drag-drop-wrapper.dropped-anim {
  transform: rotateX(20deg);
}
.drag-drop-wrapper.dropped .drag-drop-progress {
  top: calc(100% - 40px);
}
.drag-drop-wrapper .drag-drop {
  position: relative;
  width: 100%;
  z-index: 10;
}
.drag-drop-wrapper .drag-drop-area {
  background: #26324F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 40px;
  border-radius: 16px;
  border: 1px dashed #00A0AA;
  width: 100%;
  height: 300px;
}
.drag-drop-wrapper .drag-drop-area-text {
  font-size: 16px;
  font-family: "yekanBakh-Regular";
  text-align: center;
  color: #8498C4;
}
.drag-drop-wrapper .drag-drop-area-text span {
  font-size: 24px;
  color: #00A0AA;
}
.drag-drop-wrapper .drag-drop-progress {
  position: relative;
  width: 80%;
  background-color: #26324F;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 15px;
  box-shadow: 0px 53px 86px rgba(0, 76, 116, 0.1);
  padding: 45px 24px 5px 24px;
  z-index: 9;
  transition: top 0.6s;
}
.drag-drop-wrapper .drag-drop-progress-loader {
  width: 100%;
  height: 10px;
  background-color: #5C75B0;
  border-radius: 11px;
  overflow: hidden;
  padding: 3px;
}
.drag-drop-wrapper .drag-drop-progress-loader-thumb {
  width: 0;
  height: 100%;
  background-color: #a91919;
  border-radius: 11px;
}

.favorites-sidebar .swiperSection {
  padding-top: 0;
  padding-bottom: 50px;
}
.favorites-sidebar .section-arrow {
  position: absolute;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 90% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: unset !important;
}
.favorites-sidebar .sidebar-body {
  padding: 16px 16px 16px 0;
}
.favorites-sidebar .swiper-button-next,
.favorites-sidebar .swiper-button-prev {
  display: flex;
}
.favorites-sidebar .pagination-swiper {
  width: auto !important;
}

.optional-tag {
  text-align: center;
  font-size: 12px;
  font-family: "yekanBakh-Bold";
  color: #C2CBE1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  margin: 0;
  border-radius: 4px;
  background: #26324F;
}

.services-modal label {
  border-radius: 8px;
  border: 1px solid #8498C4;
  padding: 16px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.services-modal label::after, .services-modal label::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #8498C4;
  background: transparent;
  transition: all 0.2s linear;
}
.services-modal label::before {
  width: 10px;
  height: 10px;
  left: 22.2px;
  top: 27px;
  background: #1DC9A0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.2s linear;
}
.services-modal .radio-services_title {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  margin-bottom: 16px;
}
.services-modal .radio-services_title span {
  font-size: 24px;
  color: #8498C4;
}
.services-modal .radio-services_list {
  margin-right: 20px;
}
.services-modal .radio-services_list li {
  font-size: 10px;
  color: #C2CBE1;
  font-family: "yekanBakh-Regular";
  list-style-type: disc;
  padding: 5px 0;
}
.services-modal .radio-services_list .danger {
  color: #ED2E2E;
}
.services-modal .price-tag {
  font-size: 12px;
  color: #F3FDFA;
  font-family: "yekanBakh-Bold";
  border-radius: 8px;
  background: #00BA88;
  padding: 8px;
  margin-top: 16px;
}
.services-modal input {
  display: none;
}
.services-modal input:checked ~ label {
  border: 1px solid #00A0AA;
}
.services-modal input:checked ~ label::after {
  border: 1px solid #1DC9A0;
}
.services-modal input:checked ~ label::before {
  transform: translateY(-50%) scale(1);
}

.discountCode-modal .discount-code {
  border-radius: 12px;
  border: 1px solid #8498C4;
  padding: 4px;
}
.discountCode-modal .discount-code input {
  flex-grow: 1;
  font-size: 14px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
  border: 0;
  padding: 5px 10px;
  background: transparent;
  transition: all 0.2s linear;
}
.discountCode-modal .discount-code:focus-within {
  border: 1px solid #00A0AA;
}

.table-wrapper {
  width: 100%;
  margin: 15px 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-wrapper tr th {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid #303F63;
}
.table-wrapper tr {
  margin-top: 10px;
  border-bottom: 5px solid transparent;
}
.table-wrapper tr td {
  text-align: center;
  cursor: pointer;
}
.table-wrapper tr td span {
  font-size: 16px;
  color: #D6DDEB;
  font-family: "yekanBakh-Bold";
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #D6DDEB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.table-wrapper .active span {
  border: 1px solid #00BA88;
}
.table-wrapper .disabled span {
  color: #3A4C78;
  border: 1px solid #3A4C78;
}
.table-wrapper .holiday span {
  color: #C30000;
  border: 1px solid #C30000;
}

.calendar-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-arrow span {
  font-size: 20px;
  color: #3A4C78;
}

.calendar-month {
  font-size: 12px;
  color: #C2CBE1;
  font-family: "yekanBakh-Bold";
  padding: 4px 8px;
  border-radius: 4px;
  background: #26324F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation-modal .modal-content {
  background: #131927;
  padding: 0;
}
.reservation-modal .modal-header {
  padding: 24px 16px 15px 16px !important;
}
.reservation-modal .modal-body {
  padding: 24px 16px;
}
.reservation-modal .modal-footer {
  border-radius: 16px 16px 0px 0px;
  background: #26324F;
  border-top: 0;
}
.reservation-modal .reservation-modal_footer_title {
  font-size: 10px;
  color: #4D66A0;
  font-family: "yekanBakh-Bold";
}
.reservation-modal .reservation-modal_footer_text {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.reservation-modal .AZ-field-group label {
  background: #131927;
}
.reservation-modal .AZ-field-group input, .reservation-modal .AZ-field-group textarea {
  background: #131927;
}
.reservation-modal .line {
  width: 100%;
  height: 1px;
  background: #303F63;
  margin: 16px 0;
}
.reservation-modal .reservation-sidebar {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  margin-top: 20px;
}
.reservation-modal .edit-btn {
  font-size: 10px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  padding: 4px;
  border-radius: 4px;
  background: #4D66A0;
}

.gallery-container #lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.768627451);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 100;
}
.gallery-container #lightbox figure {
  max-width: calc(90vw - 100px);
  max-height: calc(90vh - 100px);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-container .lightbox-image {
  width: 60vw;
  height: 100%;
  max-height: calc(100vh - 100px);
  display: block;
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 4/3;
}
.gallery-container #lightbox-caption {
  color: #EBEEF5;
  font-size: 14px;
  font-family: "yekanBakh-Bold";
  text-align: center;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0);
  padding: 10px;
  box-sizing: border-box;
  padding-top: 15px;
}
.gallery-container #lightbox-caption h2 {
  font-size: 1.2em;
  margin: 0;
}
.gallery-container #lightbox-caption p {
  font-size: 0.9em;
  margin: 0;
}
.gallery-container #close, .gallery-container #prev, .gallery-container #next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: #00C1CE;
  font-size: 32px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #303F63;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-container #lightbox #close {
  top: 35px;
  right: 20px;
  width: 35px;
  height: 35px;
}
.gallery-container #lightbox #close:hover {
  background: rgba(178, 34, 52, 0.95);
}
.gallery-container #lightbox #close {
  text-indent: -9999px;
  cursor: pointer;
}
.gallery-container #lightbox #close:after, .gallery-container .close-button:before {
  content: "" "";
  width: 55%;
  height: 2px;
  background: #fafafa;
  position: absolute;
  top: 48%;
  left: 22%;
  transform: rotate(-45deg);
  transition: 0.3s ease-out;
}
.gallery-container #lightbox #close:after {
  transform: rotate(45deg);
  transition: 0.3s ease-out;
}
.gallery-container #lightbox #close:hover:after, .gallery-container .close-button:hover:before {
  transform: rotate(180deg);
}
.gallery-container #lightbox #prev {
  left: 20px;
}
.gallery-container #lightbox #next {
  right: 20px;
}

.text-success {
  color: #00A0AA !important;
}

.spinner-border {
  width: 1.5rem;
  height: 1.5rem;
}

.upload_image .preview-profile-img {
  min-width: 80px;
  border: 1px solid #8498C4;
  border-radius: 50%;
}
.upload_image .preview-profile-img::after {
  padding-bottom: 100%;
}
.upload_image .upload-profile-wrapper input {
  display: none;
}
.upload_image .upload-profile-wrapper label {
  font-size: 12px;
  font-family: "yekanBakh-Regular";
  color: #00A0AA;
  transition: all 0.2s linear;
  cursor: pointer;
}
.upload_image .upload-profile-wrapper label:hover {
  color: #006970;
}

.date-modal .date-picker {
  text-align: center;
  color: white;
  width: 100%;
}
.date-modal .picker-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  overflow: hidden;
  height: 200px;
}
.date-modal .picker {
  width: 33%;
  text-align: center;
  overflow-y: auto;
  scrollbar-width: none;
}
.date-modal .picker::-webkit-scrollbar {
  display: none;
}
.date-modal .picker div {
  font-size: 14px;
  color: #C2CBE1;
  font-family: "yekanBakh-Regular";
  padding: 5px 0;
  transition: color 0.2s;
}
.date-modal .picker div.active {
  font-size: 16px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  border-top: 1px solid #303F63;
  border-bottom: 1px solid #303F63;
}
.date-modal .date-picker-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.date-modal .picker {
  width: 33%;
  height: 150px;
  overflow-y: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
  text-align: center;
}

.input-mobile {
  height: 45px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid #43598C;
}
.input-mobile p {
  font-size: 12px;
}

.info-modal .AZ-styled-select {
  min-width: 100%;
  height: 45px;
  border-radius: 12px;
  border: 1px solid #43598C;
}
.info-modal .AZ-styled-select::before {
  content: "\e92d";
}

.skeleton {
  overflow: hidden;
  position: relative;
}
.skeleton::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #43598C;
  z-index: 11;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
  border-radius: 2px;
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}
.category-modal .category-modal-box {
  width: 100%;
  border-radius: 8px;
}
.category-modal .category-modal-box::after {
  padding-bottom: 60%;
}
.category-modal .category-modal-title {
  font-size: 12px;
  color: #fff;
  font-family: "yekanBakh-Bold";
  border-radius: 12px 12px 0px 0px;
  background: #00A0AA;
  min-width: 70%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 4px 4px 1px 4px;
}
.category-modal .category-modal-room_img {
  width: 70px;
  border-radius: 8px;
}
.category-modal .category-modal-room_img::after {
  padding-bottom: 120%;
}
.category-modal .category-modal-room_title {
  font-size: 14px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.category-modal .category-modal-room_details {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.category-modal .category-modal-room_details .prices {
  color: #00a0aa;
}
.category-modal .category-modal-room_details span {
  font-size: 13px;
}

.AZ-ticket-box {
  padding: 16px;
  border-radius: 8px;
  background: #1C253A;
}

.progressbar-dashboard {
  margin-bottom: 40px;
  overflow: hidden;
  counter-reset: step;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progressbar-dashboard li {
  font-size: 14px;
  color: #858585;
  font-family: "yekanBakh-Medium";
  position: relative;
  width: 24%;
  padding: 15px;
}
.progressbar-dashboard li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  border-right: 25px solid #E9E9E9;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transition: all 0.2s linear;
}
.progressbar-dashboard li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 30px);
  background: #E9E9E9;
  height: 100%;
  transition: all 0.2s linear;
  border-radius: 0 5px 5px 0;
}
.progressbar-dashboard li:last-child::after {
  content: none;
}
.progressbar-dashboard li:last-child::before {
  width: 100%;
  border-radius: 5px;
}
.progressbar-dashboard li:last-child p {
  text-align: center;
}
.progressbar-dashboard li:last-child.active:before {
  background: #FF8600;
}
.progressbar-dashboard li p {
  font-size: 14px;
  color: #000;
  position: relative;
  z-index: 10;
}

.progressbar-dashboard li.active p {
  color: #fff;
}

.progressbar-dashboard li.active::after {
  border-right: 25px solid #81B29A;
}

.progressbar-dashboard li.active:before {
  background: #81B29A;
}

.progressbar-dashboard li::before {
  background: #fff;
}

.progressbar-dashboard li::after {
  border-right: 25px solid #ffffff;
}

.step-title {
  font-size: 16px;
  color: #212121;
  font-family: "yekanBakh-Bold";
  position: relative;
  padding-bottom: 10px;
}
.step-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-radius: 10px;
  background: #576490;
  height: 3px;
}

#reservationForm fieldset:not(:first-of-type),
#createSubdomainForm fieldset:not(:first-of-type) {
  display: none;
}

.AZ-review-page .AZ-checkbox-group {
  border-bottom: 1px solid #303F63;
  padding: 19px 0;
  margin-bottom: 0;
}
.AZ-review-page .AZ-checkbox-group::after {
  border-bottom: 0;
}

.alert .btn-close {
  margin-right: 10px;
  font-size: 15px;
}
.alert .toast-body {
  padding: 0;
  font-size: 14px;
  font-family: "yekanBakh-Medium";
}

.hidden {
  display: none !important;
}

.AZ-dashboard-page .recent-sessions-box {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #26324F;
  background: #1C253A;
}
.AZ-dashboard-page .recent-sessions-box .recent-sessions_details p {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .recent-sessions-box .recent-sessions_details span {
  font-size: 12px;
  color: #FF6C00;
}
.AZ-dashboard-page .recent-sessions-box .recent-sessions_code {
  font-size: 10px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .recent-sessions-box .recent-sessions_tag {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  border-radius: 8px;
  background: #00A0AA;
  padding: 2px 8px;
}
.AZ-dashboard-page .recent-sessions-box .recent-sessions_status {
  font-size: 10px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  position: relative;
}
.AZ-dashboard-page .recent-sessions-box .recent-sessions_status::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background: #00CD95;
}
.AZ-dashboard-page .recent-sessions-box .mt-12 {
  margin-top: 12px;
}
.AZ-dashboard-page .recentSessions_icon {
  font-size: 24px;
  color: #8498C4;
}
.AZ-dashboard-page .recentSessions_title {
  font-size: 14px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .recentSessions_desc {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .line {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background: #303F63;
}
.AZ-dashboard-page .swiper-slide {
  padding: 20px 0;
}
.AZ-dashboard-page .add-wallet-icon {
  font-size: 24px;
  color: #D6DDEB;
}
.AZ-dashboard-page .swiper-slide-active {
  transform: scale(1.1);
}
.AZ-dashboard-page .swiper-wrapper {
  padding-bottom: 10px;
}
.AZ-dashboard-page .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.AZ-dashboard-page .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #5C75B0;
  border-radius: 10px;
  opacity: 1;
  margin: 0 2px;
}
.AZ-dashboard-page .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  background: #00A0AA;
}
.AZ-dashboard-page .timeSlotsSwiper .swiper-slide-next,
.AZ-dashboard-page .timeSlotsSwiper .swiper-slide-prev {
  opacity: 0.5;
}
.AZ-dashboard-page .timeSlots-box {
  border-radius: 16px;
  border: 1px solid #8498C4;
  padding: 24px;
}
.AZ-dashboard-page .timeSlots-box_title {
  font-size: 12px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  margin-bottom: 4px;
}
.AZ-dashboard-page .timeSlots-box_number {
  font-size: 10px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 40px;
  background: #3A4C78;
}
.AZ-dashboard-page .timeSlots-box_img {
  min-width: 48px;
  border-radius: 8px;
  border: 1px solid #8498C4;
}
.AZ-dashboard-page .timeSlots-box_img::after {
  padding-bottom: 100%;
}
.AZ-dashboard-page .timeSlots-box .time {
  font-size: 14px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  border-radius: 8px;
  background: #00BA88;
  padding: 4px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-dashboard-page .timeSlots-box .time-close {
  background: red;
}
.AZ-dashboard-page .AZ-styled-select {
  min-height: 45px;
  border: 1px solid #43598C;
}
.AZ-dashboard-page .AZ-styled-select::before {
  content: "\e92d";
}
.AZ-dashboard-page .message-details-box {
  border-radius: 8px;
  border: 1px solid #43598C;
  background: #1C253A;
  padding: 12px 16px;
}
.AZ-dashboard-page .ticket_subject {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Medium";
}
.AZ-dashboard-page .ticket_status {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Medium";
  padding: 0 8px;
  border-radius: 4px;
  background: #00BA88;
}
.AZ-dashboard-page .ticket_details {
  font-size: 10px;
  color: #C2CBE1;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .ticket_text {
  font-size: 12px;
  color: #C2CBE1;
  font-family: "yekanBakh-Regular";
  margin: 16px 0;
}
.AZ-dashboard-page .ticket_tag {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 8px;
  background: #3A4C78;
}
.AZ-dashboard-page .radio-slot {
  border-radius: 8px;
  border: 1px solid #43598C;
  background: #1C253A;
  padding: 12px 24px;
}
.AZ-dashboard-page .radio-slot .filter__title {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .game-select-dropdown .dropdown-toggle {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  padding: 2px 8px;
  border-radius: 8px;
  background: #3A4C78;
  border: 0;
}
.AZ-dashboard-page .game-select-dropdown .dropdown-menu {
  font-size: 12px;
  font-family: "yekanBakh-Regular";
  padding: 2px 8px;
  border-radius: 8px;
  background: #3A4C78;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.AZ-dashboard-page .game-select-dropdown .dropdown-menu .dropdown-item {
  color: #D6DDEB;
  padding: 5px 15px;
}
.AZ-dashboard-page .game-select-dropdown .dropdown-menu .dropdown-item:hover {
  background: #131927;
}
.AZ-dashboard-page .company-img {
  min-width: 44px;
  border-radius: 50%;
  border: 0.5px solid #8498C4;
}
.AZ-dashboard-page .company-img::after {
  padding-bottom: 100%;
}
.AZ-dashboard-page .company-name {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Medium";
}
.AZ-dashboard-page .options-btn {
  font-size: 24px;
  color: #5C75B0;
}
.AZ-dashboard-page .AZ-review-box {
  border: 1px solid #8498C4;
  height: 100%;
  margin-bottom: 0;
}
.AZ-dashboard-page .AZ-review-box .success-message,
.AZ-dashboard-page .AZ-review-box .warning-message {
  border-radius: 8px;
  padding: 8px 16px;
  background: #FFF8E1;
}
.AZ-dashboard-page .AZ-review-box .success-message .spoiler-box_title,
.AZ-dashboard-page .AZ-review-box .warning-message .spoiler-box_title {
  font-size: 12px;
  color: #A9791C;
  font-family: "yekanBakh-Bold";
}
.AZ-dashboard-page .AZ-review-box .success-message span,
.AZ-dashboard-page .AZ-review-box .warning-message span {
  color: #A9791C;
  font-size: 24px;
}
.AZ-dashboard-page .AZ-review-box .success-message .comment-text,
.AZ-dashboard-page .AZ-review-box .warning-message .comment-text {
  font-size: 12px;
  color: #1C253A;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .AZ-review-box .success-message {
  background: #F3FDFA;
}
.AZ-dashboard-page .AZ-review-box .success-message .spoiler-box_title {
  color: #00BA88;
}
.AZ-dashboard-page .AZ-review-box .success-message span {
  color: #00BA88;
}
.AZ-dashboard-page .AZ-room-box .room-img {
  min-width: 128px;
  border-radius: 8px;
  margin-bottom: 0;
}
.AZ-dashboard-page .AZ-room-box .room-img::after {
  padding-bottom: 130%;
}
.AZ-dashboard-page .number-active-games {
  font-size: 10px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  padding: 2px 8px;
  border-radius: 8px;
  background: #4D66A0;
}
.AZ-dashboard-page .tabs .tab-link {
  font-size: 12px;
  color: #4D66A0;
  font-family: "yekanBakh-Regular";
  border-radius: 16px;
  background: #26324F;
  padding: 8px;
}
.AZ-dashboard-page .tabs .tab-link span {
  font-size: 16px;
}
.AZ-dashboard-page .tabs .active .tab-link {
  background: #5C75B0;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
}
.AZ-dashboard-page .tabs .active .tab-link span {
  color: #67F5FF;
}
.AZ-dashboard-page .AZ-radio-time .radio-time_title {
  font-size: 12px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .AZ-radio-time .radio-time_text {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .AZ-radio-time .radio-time_price {
  font-size: 8px;
  color: #8498C4;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .AZ-radio-time .radio-time_price span {
  font-size: 12px;
  color: #EBEEF5;
}
.AZ-dashboard-page .delete-slot {
  background: #C30000;
}
.AZ-dashboard-page .delete-slot:hover {
  background: #a91919;
  color: #fff;
}
.AZ-dashboard-page .dashboard-title {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.AZ-dashboard-page .dashboard-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #00A0AA;
  border-radius: 16px 16px 0px 0px;
}
.AZ-dashboard-page .bank-accounts-box {
  border-radius: 8px;
  border: 1px solid #3A4C78;
  padding: 24px;
}
.AZ-dashboard-page .bank-accounts-box_img {
  width: 32px;
}
.AZ-dashboard-page .bank-accounts-box .bank-account-number,
.AZ-dashboard-page .bank-accounts-box .bank-account-name {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.AZ-dashboard-page .bank-accounts-box .bank-account-tag {
  font-size: 10px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 4px;
  background: #00BA88;
}
.AZ-dashboard-page .bank-accounts-box .edit-btn {
  font-size: 24px;
  color: #8498C4;
}

.checkboxes-day .AZ-checkbox-group {
  border-radius: 4px;
  background: #303F63;
  padding: 4px;
}
.checkboxes-day .AZ-checkbox-group label {
  font-size: 14px;
  white-space: nowrap;
}

.add-admin .line {
  width: 100%;
  background: #303F63;
  height: 1px;
  margin: 24px 0;
}
.add-admin .checkboxes-day .AZ-checkbox-group {
  background: #43598C;
}

.edit-modal .info_icon {
  font-size: 40px;
  color: #FF6C00;
  margin-bottom: 16px;
}

.message-box {
  height: 450px;
  max-height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #1C253A;
}
.message-box .file-input__input {
  display: none;
}
.message-box .upload-file-message {
  font-size: 16px;
  color: #ADBAD8;
  margin-left: 8px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-box .chat__conversation-board {
  overflow-y: auto;
  padding: 15px 15px 100px 15px;
  height: 100%;
}
.message-box .chat__conversation-board__message-container.reversed {
  flex-direction: row-reverse;
}
.message-box .chat__conversation-board__message-container.reversed .chat__text {
  font-size: 12px;
  font-family: "yekanBakh-Regular";
  color: #FFFFFF;
  background: #26324F;
  border-radius: 4px;
}
.message-box .chat__conversation-board__message-container.reversed .chat__conversation-board__message__context {
  align-items: flex-end;
}
.message-box .chat__conversation-board__message__context {
  max-width: 50%;
  width: 50%;
}
.message-box .chat__conversation-board__message-container {
  position: relative;
  display: flex;
  flex-direction: row;
}
.message-box .chat__conversation-board__message-container .img__chat {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.message-box .chat__conversation-board__message-container .img__chat img {
  width: 100%;
}
.message-box .chat__conversation-board__message-container:not(:last-child) {
  margin: 0 0 30px 0;
}
.message-box .chat__text {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-table;
  line-height: 1.8;
  font-family: "yekanBakh-Regular";
  color: #EBEEF5;
  font-size: 12px;
  padding: 16px;
  background: #3A4C78;
  border-radius: 16px;
}
.message-box .chat__conversation-panel {
  background: #F8F8F8;
  width: 95%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
}
.message-box .chat__conversation-panel__inner {
  flex-grow: 2;
  border-radius: 4px;
  background: #26324F;
}
.message-box .chat__conversation-panel__inner .chat__conversation-panel__input {
  flex-grow: 2;
  position: relative;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-family: "yekanBakh-Medium";
  color: #ffffff;
  height: 32px;
  padding: 10px;
  flex-grow: 1;
}
.message-box .send-message-btn {
  background: transparent;
  font-size: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8498C4;
}
.message-box .send-message-btn:hover {
  color: #fff;
}
.message-box .chat__conversation-panel__container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.message-box .time_masage {
  font-size: 12px;
  font-family: "yekanBakh-Regular";
  color: #C2CBE1;
  margin-top: 5px;
}
.message-box .file-download {
  width: 100%;
  background: #00A0AA;
  border-radius: 4px;
  padding: 8px;
}
.message-box .file-download .download-btn {
  font-size: 10px;
  font-family: "yekanBakh-Medium";
  color: #FFFFFF;
  padding: 5px 10px;
  background: #394B89;
  border-radius: 4px;
  transition: all 0.2s linear;
  border: none;
}
.message-box .file-download .download-btn:hover {
  background: #243266;
}
.message-box .file-download .file-download-name {
  font-size: 12px;
  font-family: "yekanBakh-Bold-En";
  color: #FFFFFF;
}
.message-box .file-download .file-download-size {
  font-size: 8px;
  font-family: "yekanBakh-Regular";
  color: #FFFFFF;
}
.message-box .file-download .icon-mdi_file-download {
  font-size: 40px;
}

.AZ-contracts-page .table-box {
  overflow-x: auto;
}
.AZ-contracts-page .table-wrapper {
  width: 100%;
  margin: 15px 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.AZ-contracts-page .table-wrapper thead {
  position: relative;
}
.AZ-contracts-page .table-wrapper thead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #131927;
  border-radius: 4px;
}
.AZ-contracts-page .table-wrapper thead tr {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-top: 0;
}
.AZ-contracts-page .table-wrapper thead tr th {
  border-bottom: 0;
}
.AZ-contracts-page .table-wrapper tbody tr {
  position: relative;
  margin-bottom: 16px;
  border-bottom: 0;
}
.AZ-contracts-page .table-wrapper tbody tr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #4D66A0;
}
.AZ-contracts-page .table-wrapper tbody tr span {
  font-size: 12px;
  font-family: "yekanBakh-Regular";
  width: unset;
  height: unset;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 4px 8px;
  background: #3A4C78;
  white-space: nowrap;
}
.AZ-contracts-page .table-wrapper tbody tr td {
  padding: 8px;
  position: relative;
  z-index: 1;
  cursor: unset;
}
.AZ-contracts-page .table-wrapper tbody tr td:last-child span {
  font-size: 24px;
  color: #00A0AA;
  background: transparent;
}
.AZ-contracts-page .contract-title {
  font-size: 14px;
  color: #00C1CE;
  font-family: "yekanBakh-Bold";
  margin-bottom: 15px;
}
.AZ-contracts-page .contract-text {
  font-size: 12px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  text-align: justify;
  margin-bottom: 15px;
}
.AZ-contracts-page .contract-tag {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  padding: 4px 8px;
  border-radius: 4px;
  background: #4D66A0;
}
.AZ-contracts-page .green-tag {
  background: #00A0AA;
}
.AZ-contracts-page .contract-details {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
  padding: 8px 16px;
  border-radius: 8px;
  background: #3A4C78;
}

.AZ-tickets-page .AZ-search-wrapper {
  border-radius: 4px;
  border: 1px solid #3A4C78;
  height: 40px;
  width: 272px;
}
.AZ-tickets-page .AZ-search-wrapper button {
  padding: 0 10px;
  color: #3A4C78;
  font-size: 20px;
  border: 0;
  background: transparent;
}
.AZ-tickets-page .AZ-search-wrapper input {
  font-size: 12px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  flex-grow: 1;
  height: 100%;
  padding: 10px;
}
.AZ-tickets-page .filter-btn {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #99A9CE;
  border-radius: 4px;
  border: 1px solid #3A4C78;
}

.custom-file {
  position: relative;
  font-family: arial;
  overflow: hidden;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  width: 100%;
}
.custom-file .custom-file-input {
  display: none;
}
.custom-file label {
  font-size: 16px;
  font-family: "yekanBakh-Bold";
  color: #4A4A4A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  height: 184px;
  width: 100%;
  border-radius: 16px;
  border: 1px dashed #43598C;
}
.custom-file label span {
  font-size: 24px;
  color: #43598C;
}
.custom-file label p {
  color: #FFFFFF;
  font-size: 10px;
  font-family: "yekanBakh-Regular";
  transition: all 0.2s linear;
}

.file-list {
  font-family: arial;
  list-style: none;
  padding: 0;
}
.file-list .file-item {
  padding: 5px;
  font-size: 12px;
  font-family: "yekanBakh-Bold-En";
  color: #ffffff;
}
.file-list .remove-list {
  font-size: 10px;
  font-family: "yekanBakh-Regular";
  color: red;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  margin-right: 10px;
}
.file-list .icon__file {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  background: #43598C;
  border-radius: 6px;
  margin-left: 10px;
}

.AZ-wallet-page .tabs .tab-link {
  font-size: 12px;
  color: #fff;
  background: #3A4C78;
  padding: 4px 8px;
}
.AZ-wallet-page .tabs .active .tab-link {
  background: #00A0AA;
}
.AZ-wallet-page .number-transactions {
  border-radius: 8px;
  background: #1C253A;
  padding: 16px 24px;
}
.AZ-wallet-page .number-transactions .number-transactions_title {
  font-size: 12px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.AZ-wallet-page .number-transactions .download-btn {
  font-style: 24px;
  color: #1BF0FF;
}
.AZ-wallet-page .wallet-card {
  background-image: url("../img/Vector@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
  height: 146px;
  transition: all 0.2s linear;
}
.AZ-wallet-page .wallet-card::after {
  content: none;
}
.AZ-wallet-page .wallet-card .wallet-card-inner {
  padding: 40px 8px;
  height: 100%;
}
.AZ-wallet-page .wallet-card .wallet-card_title {
  font-size: 12px;
  color: #003438;
  font-family: "yekanBakh-Regular";
  margin-bottom: 0;
}
.AZ-wallet-page .wallet-card .wallet-card_inventory {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
  margin-bottom: 8px;
}
.AZ-wallet-page .wallet-card .wallet-card_desc {
  font-size: 10px;
  color: #D9FCFF;
  font-family: "yekanBakh-Regular";
  margin-bottom: 0;
}
.AZ-wallet-page .wallet-card_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
.AZ-wallet-page .wallet-card_logo img {
  width: 20px;
}
.AZ-wallet-page .wallet-card_logo span {
  font-size: 16px;
  color: #FFFFFF;
}
.AZ-wallet-page .wallet-card .main-wallet_text {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "yekanBakh-Medium";
}

.time-modal .time-modal-details {
  font-size: 20px;
  color: #8498C4;
  font-family: "yekanBakh-Bold";
}
.time-modal .time-modal-details span {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.time-modal .time-modal-list {
  margin-top: 24px;
}
.time-modal .time-modal-list p, .time-modal .time-modal-list span {
  font-size: 16px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
}
.time-modal .time-modal-list li {
  border-bottom: 1px solid #303F63;
  padding: 8px 0;
}
.time-modal .time-modal-list li:last-child {
  border-bottom: 0;
}
.time-modal .share-link {
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.time-modal .share-link #link {
  font-size: 16px;
  font-family: "yekanBakh-Bold-En";
  color: #FF6C00;
  text-decoration: underline;
  background: transparent;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.time-modal .share-link #copy button {
  font-size: 24px;
  color: #C2CBE1;
}
.time-modal .approw_icon {
  font-size: 56px;
  color: #00BA88;
  margin-bottom: 24px;
}

.AZ-newProduct-page .steps-title {
  font-size: 16px;
  font-family: "yekanBakh-Bold";
  color: #EBEEF5;
  margin-bottom: 24px;
}
.AZ-newProduct-page .steps-text {
  font-size: 16px;
  font-family: "yekanBakh-Regular";
  color: #C2CBE1;
}
.AZ-newProduct-page .steps-desc {
  font-size: 14px;
  font-family: "yekanBakh-Regular";
  color: #99A9CE;
}
.AZ-newProduct-page .welcome {
  font-size: 20px;
  color: #EBEEF5;
  font-family: "yekanBakh-Bold";
  margin-bottom: 16px;
}
.AZ-newProduct-page .logo {
  width: 106px;
  margin-bottom: 24px;
}
.AZ-newProduct-page .steps-title_success {
  color: #00BA88;
}
.AZ-newProduct-page .steps-title_danger {
  color: #FF6C00;
}
.AZ-newProduct-page .success_icon {
  font-size: 72px;
  color: #00BA88;
  margin-bottom: 8px;
}

.js-remove--exam-row {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ED2E2E;
  border: 0;
  font-size: 20px;
}

.row-num {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3A4C78;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-family: "yekanBakh-Bold";
}

.AZ-cartTransfer-page {
  min-height: 100vh;
  padding: 30px 0;
  position: relative;
}
.AZ-cartTransfer-page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30vh;
  background-image: url("../img/patern-cart-page.png");
  background-position: center bottom;
  background-size: 700px;
  background-repeat: repeat-x;
  z-index: -1;
}
.AZ-cartTransfer-page::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30vh;
  background-image: linear-gradient(to bottom, #131927, rgba(19, 25, 39, 0.57));
  z-index: -1;
}
.AZ-cartTransfer-page .cartTransfer-desc {
  padding: 16px;
  border-radius: 16px;
  background: #3A4C78;
  margin-bottom: 30px;
}
.AZ-cartTransfer-page .cartTransfer-desc p {
  font-size: 16px;
  color: #EBEEF5;
  font-family: "yekanBakh-Regular";
}
.AZ-cartTransfer-page .cartTransfer-desc p span {
  color: #ED2E2E;
}
.AZ-cartTransfer-page .close-page {
  font-size: 24px;
  color: #3A4C78;
}
.AZ-cartTransfer-page .img-cart {
  width: 320px;
  margin: 0 auto;
}
.AZ-cartTransfer-page .amount-payable {
  border-radius: 16px;
  background: #00BA88;
  padding: 9px;
}
.AZ-cartTransfer-page .amount-payable_title {
  font-size: 14px;
  color: #F3FDFA;
  font-family: "yekanBakh-Bold";
}
.AZ-cartTransfer-page .amount-payable_price {
  font-size: 16px;
  color: #F3FDFA;
  font-family: "yekanBakh-Bold";
}
.AZ-cartTransfer-page .danger-message {
  padding: 8px;
  border-radius: 8px;
  background: #F4B740;
}
.AZ-cartTransfer-page .danger-message p {
  font-size: 14px;
  font-family: "yekanBakh-Regular";
  color: #131927;
}
.AZ-cartTransfer-page .page-message {
  font-size: 14px;
  color: #5C75B0;
  font-family: "yekanBakh-Regular";
  margin: 5px 0 15px;
  display: block;
}

.AZ-404-page {
  height: 100vh;
}
.AZ-404-page .AZ-section-title {
  color: #00A0AA;
}
.AZ-404-page img {
  height: 416px;
}

.AZ-landing-section {
  margin-top: 64px;
}
.AZ-landing-section.orange-section .AZ-room-box {
  border: 1px solid #FF6C00;
}
.AZ-landing-section.gray-section .AZ-room-box {
  border: 1px solid #455869;
}
.AZ-landing-section.gray-section .landing-header_inner {
  border: 1px solid #455869;
}
.AZ-landing-section.green-section .AZ-room-box {
  border: 1px solid #81BEB5;
}
.AZ-landing-section.green-section .landing-header_inner {
  border: 1px solid #81BEB5;
}
.AZ-landing-section.light-section .AZ-room-box {
  border: 1px solid #B0DAD2;
}
.AZ-landing-section.light-section .landing-header_inner {
  border: 1px solid #B0DAD2;
}
.AZ-landing-section.gold-section .AZ-room-box {
  border: 1px solid #CB8524;
}
.AZ-landing-section.gold-section .landing-header_inner {
  border: 1px solid #CB8524;
}
.AZ-landing-section.gold-section .bg-header_mask {
  top: -50px;
}
.AZ-landing-section .swiperSection.has-btn .section-arrow {
  position: absolute;
  /* top: unset; */
  left: 144px;
}
.AZ-landing-section .view-all-btn {
  margin-bottom: 12px;
  margin-left: 24px;
  color: #C2CBE1;
  border: 1px solid #C2CBE1;
}
.AZ-landing-section .swiperSection {
  padding-top: 70px;
}

.AZ-landing-boxes-header {
  position: relative;
  height: 105px;
}
.AZ-landing-boxes-header .landing-header_inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #EF5306;
  overflow: hidden;
}
.AZ-landing-boxes-header .bg-header_mask {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  z-index: 1;
  max-height: 140px;
}
.AZ-landing-boxes-header .bg-header {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.AZ-landing-boxes-header .landing-boxes-title {
  font-size: 36px;
  color: #fff;
  font-family: "yekanBakh-Fat";
  text-shadow: 0px 1px 3.4px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  z-index: 10;
}
.AZ-landing-boxes-header .landing-boxes-title span {
  font-size: 16px;
}

.AZ-creator-page .list-activities {
  margin-right: 20px;
}
.AZ-creator-page .list-activities li {
  font-size: 18px;
  color: #D6DDEB;
  font-family: "yekanBakh-Medium";
  list-style-type: disc;
  padding: 5px 0;
}
.AZ-creator-page .collection-services-box {
  border-radius: 16px;
  background: #00A0AA;
  padding: 8px 19px 8px 18px;
  height: 100%;
}
.AZ-creator-page .collection-services-box .services-text {
  font-size: 18px;
  color: #D6DDEB;
  font-family: "yekanBakh-Bold";
}
.AZ-creator-page .bg-col {
  background-image: url("../img/Group.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.AZ-creator-page .creator-page_text {
  font-size: 18px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  text-align: justify;
}
.AZ-creator-page .section-scrollSpy {
  border-bottom: 4px solid #303F63;
  padding: 32px 0;
}
.AZ-creator-page .section-scrollSpy:last-child {
  border-bottom: 0;
}
.AZ-creator-page .steps .step-box {
  background: #26324F;
  padding: 30px 50px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 100px;
  min-height: 380px;
}
.AZ-creator-page .steps .step-box:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.AZ-creator-page .steps .step-box .custom-shape-divider-top-1740635237 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  padding: 0;
}
.AZ-creator-page .steps .step-box .custom-shape-divider-top-1740635237 svg {
  position: relative;
  display: block;
  width: calc(127% + 1.3px);
  height: 25px;
}
.AZ-creator-page .steps .step-box .custom-shape-divider-top-1740635237 .shape-fill {
  fill: #131927;
}
.AZ-creator-page .steps .step-box .custom-shape-divider-bottom-1740635340 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  padding: 0;
}
.AZ-creator-page .steps .step-box .custom-shape-divider-bottom-1740635340 svg {
  position: relative;
  display: block;
  width: calc(127% + 1.3px);
  height: 25px;
}
.AZ-creator-page .steps .step-box .custom-shape-divider-bottom-1740635340 .shape-fill {
  fill: #131927;
}
.AZ-creator-page .steps .step-box_title {
  font-size: 24px;
  color: #FFF;
  font-family: "yekanBakh-Bold";
  margin-bottom: 16px;
}
.AZ-creator-page .steps .step-box_text {
  font-size: 16px;
  color: #D6DDEB;
  font-family: "yekanBakh-Regular";
  text-align: justify;
}
.AZ-creator-page .steps .step-num {
  position: absolute;
  top: -30px;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.AZ-creator-page .steps .step-num span {
  position: relative;
  z-index: 1;
  font-size: 54px;
  color: #FFF;
  font-family: "yekanBakh-Bold";
}
.AZ-creator-page .steps .step-num::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #00A0AA;
}
.AZ-creator-page .text-container {
  width: 100%;
  margin: 25px 0;
}
.AZ-creator-page .text-container .floating-image {
  float: left;
  height: auto;
  margin-right: 15px;
}
.AZ-creator-page .contact-box {
  border-radius: 16px;
  background: #303F63;
  padding: 27px 231px 50px 32px;
  position: relative;
  margin: 80px 0;
}
.AZ-creator-page .contact-box .contact-img {
  width: 206px;
  height: 206px;
  border-radius: 50%;
  background: #43598C;
  border: 7px solid #131927;
  position: absolute;
  top: -103px;
  right: 20px;
}
.AZ-creator-page .contact-box .contact-img img {
  max-height: 95%;
  max-width: 95%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.AZ-creator-page .contact-box .contact-btn {
  position: absolute;
  bottom: -20px;
  left: 50px;
}

.AZ-package-box {
  border-radius: 16px;
  border: 1px solid #3A4C78;
  padding: 8px;
}
.AZ-package-box .package-img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 8px;
}
.AZ-package-box .package-img::after {
  padding-bottom: 120%;
}
.AZ-package-box .package-name {
  font-size: 16px;
  color: #00C1CE;
  font-family: "yekanBakh-Bold";
}
.AZ-package-box .room-age {
  font-size: 10px;
  color: #fff;
  font-family: "yekanBakh-Bold";
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 0.5px solid #131927;
  box-shadow: 0px 9px 5px -1px rgba(0, 0, 0, 0.25), 0px -7px 5px -3px rgba(0, 0, 0, 0.25) inset;
  background: radial-gradient(100.08% 100.08% at 3.75% 11.25%, #FFF 0%, rgba(255, 255, 255, 0) 100%), #FF4242;
  background-blend-mode: overlay, normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 8px;
}
.AZ-package-box .room-tag {
  font-size: 10px;
  color: #fff;
  font-family: "yekanBakh-Regular";
  padding: 4px;
  border-radius: 8px;
  background: #FF6C00;
  position: absolute;
  top: 8px;
  right: 8px;
}

.vip-tag {
  font-size: 14px;
  color: #CB8524;
  font-family: "yekanBakh-Bold-En";
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-city-box {
  border-radius: 16px;
  border: 1px solid #E35E00;
}
.AZ-city-box::after {
  padding-bottom: 100%;
}
.AZ-city-box .city-name {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
  padding: 20px 10px 10px;
  background: linear-gradient(0deg, #FF6C00 0%, rgba(255, 108, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.AZ-story-section .preview-container {
  overflow-x: auto;
  padding: 3px;
}
.AZ-story-section .preview-image {
  width: 72px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.3s ease;
  position: relative;
}
.AZ-story-section .preview-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  border: 3px solid #131927;
  transition: all 0.2s linear;
}
.AZ-story-section .preview-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: linear-gradient(to left, #C913B9, #F9373F, #FECD00);
}
.AZ-story-section .preview-image:hover img {
  transform: scale(1.1);
}
.AZ-story-section .story-box.active .preview-image::before {
  background: #3A4C78;
}
.AZ-story-section .story-content {
  position: relative;
  width: 360px;
}
.AZ-story-section .story-content .story-content-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
}
.AZ-story-section #story-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.AZ-story-section #story-container .player-container .controls {
  padding: 0;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 60px;
  background: red;
  display: none;
}
.AZ-story-section #story-container .player-container video {
  border-radius: 0;
  max-height: unset;
}
.AZ-story-section #story-container .profile-img {
  width: 40px;
  border-radius: 50%;
}
.AZ-story-section #story-container .profile-img::after {
  padding-bottom: 100%;
}
.AZ-story-section #story-container .username {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold-En";
}
.AZ-story-section .story-media {
  width: 360px;
  height: 90vh;
  max-height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}
.AZ-story-section .story-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.AZ-story-section .preview-title {
  font-size: 10px;
  font-family: "yekanBakh-Regular";
  color: #FFFFFF;
  margin: 8px 0;
  text-align: center;
}
.AZ-story-section .progress-container {
  display: flex;
  gap: 5px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
.AZ-story-section .progress-container .progress-bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.AZ-story-section .progress-container .progress-wrapper {
  flex: 1;
  height: 4px;
  position: relative;
}
.AZ-story-section .progress-container .progress-bar {
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  background: #fff;
  transition: width linear;
  border-radius: 2px;
}
.AZ-story-section .overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  padding: 10px;
  text-align: center;
  display: block;
  background: linear-gradient(to top, #131927, rgba(19, 25, 39, 0));
}
.AZ-story-section .overlay .box {
  border-radius: 8px;
  background: #1C253A;
  padding: 12px 16px;
}
.AZ-story-section .overlay .room-title {
  font-size: 20px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.AZ-story-section .overlay .like-story {
  font-family: "yekanBakh-Bold";
  color: #fff;
}
.AZ-story-section .overlay .like-story span {
  font-size: 24px;
}
.AZ-story-section .overlay .like-story .like-num {
  font-size: 12px;
}
.AZ-story-section .overlay .room-desc {
  font-size: 12px;
  color: rgba(235, 238, 245, 0.7);
  font-family: "yekanBakh-Bold";
  text-align: right;
}
.AZ-story-section .overlay .room-name {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "yekanBakh-Regular";
}
.AZ-story-section .overlay .room-price_text {
  font-size: 12px;
  color: #fff;
  font-family: "yekanBakh-Bold";
}
.AZ-story-section .overlay .room-price_text span {
  font-size: 8px;
  color: #4D66A0;
  font-family: "yekanBakh-Regular";
}
.AZ-story-section .overlay .room-price {
  font-size: 8px;
  color: #fff;
  font-family: "yekanBakh-Bold";
}
.AZ-story-section .overlay .room-price span {
  font-size: 12px;
  color: #00A0AA;
}
.AZ-story-section .nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  border: none;
  padding: 10px;
  font-size: 24px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.AZ-story-section #prev {
  right: -40px;
}
.AZ-story-section #next {
  left: -40px;
}
.AZ-story-section .close-button {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

@@media screen and (max-width: 1200px) {
  .AZ-panel-page .username {
    font-size: 14px;
  }
  .AZ-panel-page .profile-img {
    width: 50px;
  }
  .AZ-panel-page .panel-header-title {
    font-size: 12px;
  }
  .AZ-panel-page .panel-header-title span {
    font-size: 16px;
  }
  .AZ-panel-page .panel-header-link {
    font-size: 14px;
  }
  .AZ-panel-page .panel-header-icon {
    font-size: 30px;
  }
  .AZ-transaction-page .transaction-box-body {
    margin-bottom: 30px;
  }
  .AZ-transaction-page .transaction-box {
    padding: 50px;
    margin-bottom: 20px;
  }
  .AZ-room-box .ticket-box .ticket-box-text {
    font-size: 10px;
    padding: 4px 5px;
  }
}
@@media screen and (max-width: 991px) {
  .w-md-100 {
    width: 100%;
  }
  .AZ-page-title {
    font-size: 24px;
  }
  .AZ-section-text {
    font-size: 14px;
  }
  .AZ-section-title {
    font-size: 20px;
  }
  .AZ-search-btn {
    height: 34px;
    border-radius: 4px;
    background: #3A4C78;
    flex-grow: 1;
    padding: 10px 20px;
  }
  .AZ-search-btn span {
    font-size: 10px;
    color: #99A9CE;
  }
  .AZ-search-btn img {
    width: 28px;
  }
  .AZ-navbar {
    border-radius: 0px 0px 16px 16px;
  }
  .AZ-navbar .navabr-btn {
    font-size: 12px;
    color: #FFFFFF;
    height: 34px;
    padding: 5px 17px;
    border-radius: 4px;
    background: #3A4C78;
  }
  .AZ-category-section .category-box {
    border-radius: 12px;
    padding: 12px;
    min-height: auto;
  }
  .AZ-category-section .category-box img {
    width: 40px;
  }
  .AZ-category-section .category-box .category-name {
    font-size: 12px;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .page-notification .notif-title {
    font-size: 16px;
  }
  .AZ-banner-section .pagination-swiper {
    display: flex;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    z-index: 1;
    position: relative;
  }
  .AZ-footer .footer-box {
    padding: 31px 43px;
    border-radius: 16px;
    background: #1C253A;
    margin-bottom: -60px;
  }
  .AZ-footer .footer-social {
    gap: 0;
  }
  .AZ-footer .footer-category-link {
    font-size: 10px;
    border-radius: 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .AZ-footer .footer-category-link span {
    display: none;
  }
  .AZ-footer .footer-title {
    color: #FF6C00;
  }
  .AZ-special-section .col-lg-10 {
    width: 100vw;
    padding-left: 0;
  }
  .AZ-special-section .special-title {
    font-size: 16px;
  }
  .AZ-slider-section .slider-img::after {
    padding-bottom: 40%;
  }
  .AZ-slider-section .swiper-button-next,
  .AZ-slider-section .swiper-button-prev {
    display: none;
  }
  .AZ-slider-section .section-arrow {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: transparent;
    padding: 0;
  }
  .AZ-slider-section .slider-content {
    padding-right: 5%;
  }
  .AZ-slider-section .slider-overlay {
    padding: 0;
  }
  .AZ-slider-section .slider-content .slider-title,
  .AZ-slider-section .slider-content .slider-title_shadow {
    font-size: 24px;
  }
  .AZ-slider-section .slider-content .slider-title_shadow {
    top: 10px;
  }
  .AZ-reserve-section {
    margin: 20px 0;
  }
  .AZ-category-section {
    padding: 0;
  }
  .AZ-archive-page .AZ-room-box {
    display: flex;
    align-items: start;
    gap: 15px;
    background: #26324F;
    border: 0;
    border-radius: 0;
    min-height: 200px;
  }
  .AZ-archive-page .AZ-room-box .room-img {
    width: 128px;
    min-width: 128px;
    border-radius: 8px;
    margin-bottom: 0;
  }
  .AZ-archive-page .AZ-room-box .room-img::after {
    padding-bottom: 125%;
  }
  .AZ-archive-page .AZ-room-box .room-body {
    flex-grow: 1;
    width: calc(100% - 143px);
    min-height: 200px;
  }
  .AZ-faq-section {
    padding: 0 0 60px;
  }
  .AZ-blog-section {
    padding-bottom: 40px;
  }
  .search-modal .search-results::-webkit-scrollbar {
    display: none;
  }
  .AZ-panel-page .AZ-field-group label {
    background: #131927;
  }
  .AZ-panel-page .AZ-field-group input, .AZ-panel-page .AZ-field-group textarea {
    background: #131927;
  }
  .AZ-panel-page .discount-box .discount-tags::-webkit-scrollbar {
    display: none;
  }
  .AZ-panel-page .days::-webkit-scrollbar {
    display: none;
  }
  .AZ-panel-page .panel-header {
    padding: 24px 0;
  }
  .AZ-panel-page .panel-header-icon {
    font-size: 32px;
  }
  .AZ-panel-page .panel-header-title {
    font-size: 10px;
  }
  .AZ-panel-page .panel-header-title span {
    font-size: 16px;
  }
  .AZ-panel-page .panel-header-link {
    font-size: 12px;
  }
  .AZ-panel-page .profile {
    border-bottom: 1px solid #303F63;
    padding: 24px 0;
  }
  .AZ-panel-page .profile-img {
    width: 48px;
  }
  .panel-sidebar {
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .panel-sidebar .panel-link {
    padding: 16px 0;
    border-bottom: 1px solid #303F63;
  }
  .panel-sidebar .sidebar-text {
    padding: 0;
    border-bottom: 0;
  }
  .AZ-panel-page {
    padding: 0 0 80px 0;
  }
  .AZ-panel-page .panel-box {
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .AZ-reservations-box {
    border-bottom: 1px solid #303F63;
    padding-bottom: 24px;
  }
  .AZ-reservations-box .call-btn {
    font-size: 20px;
    border-radius: 8px;
    background: #00A0AA;
    border: 1px solid #00A0AA;
    padding: 5px 20px;
  }
  .nav-panel {
    display: none;
  }
  .pagination-swiper .swiper-pagination-bullet {
    background: #8498C4;
  }
  .pagination-swiper .swiper-pagination-bullet-active {
    background: #00A0AA;
  }
  .boxes-p-0 {
    padding: 0;
  }
  .modal-mobile .login-box {
    width: 90%;
  }
  .AZ-review-page .choice-time .room-name {
    font-size: 20px;
  }
  .AZ-review-page .room-box .room-details {
    font-size: 12px;
  }
  .AZ-review-page .room-box .room-name {
    font-size: 20px;
  }
  .AZ-review-page .room-box .reservation-notFound {
    font-size: 12px;
  }
  .AZ-review-page .scoring .rating label:before {
    font-size: 30px;
  }
  .AZ-review-page .scoring-text {
    font-size: 12px;
  }
  .AZ-review-page .review-head {
    padding: 16px 0;
    margin-bottom: 32px;
  }
  .AZ-review-page .review-head_title {
    font-size: 16px;
  }
  .AZ-review-page .review-head_back {
    font-size: 24px;
  }
  .AZ-review-page .review-head::after {
    width: 20%;
  }
  .AZ-review-page .review-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .AZ-review-page .review-text {
    font-size: 14px;
  }
  .AZ-review-page .review-items_title {
    font-size: 16px;
  }
  .AZ-review-page .scoring {
    border-bottom: 1px solid #303F63;
    margin-bottom: 16px;
  }
  .btns-group {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    bottom: 0;
    border-top: 1px solid #303F63;
    background: #131927;
  }
  .AZ-newProduct-page .btns-group {
    bottom: 52px;
  }
  .AZ-newProduct-page fieldset {
    padding: 20px 0;
  }
  .AZ-checkbox-group label {
    font-size: 12px;
  }
  .AZ-review-page .AZ-review-items label {
    font-size: 12px;
  }
  .scoring-text {
    font-size: 14px;
  }
  .AZ-panel-page .panel-mobile-title {
    font-size: 16px;
  }
  .AZ-details-page .calendar-mobile::-webkit-scrollbar {
    display: none;
  }
  .AZ-details-page .images::-webkit-scrollbar {
    display: none;
  }
  .AZ-details-page .scroll-nav .nav::-webkit-scrollbar {
    display: none;
  }
  .AZ-details-page .scroll-nav .nav-link::-webkit-scrollbar {
    display: none;
  }
  .AZ-details-page .average-comments-box .col-right {
    border-left: 0;
    border-bottom: 1px solid #303F63;
    margin-bottom: 24px;
    padding: 0 20px 24px;
  }
  .AZ-details-page .average-comments-box .total-score {
    font-size: 12px;
  }
  .AZ-details-page .average-comments-box .total-score .total-score {
    font-size: 14px;
  }
  .AZ-details-page .average-comments-box::after {
    content: none;
  }
  .AZ-details-page .facilities-box_text {
    font-size: 14px;
  }
  .AZ-details-page .facilities-box_icon {
    font-size: 30px;
  }
  .AZ-details-page .section-scrollSpy_text {
    font-size: 14px;
  }
  .AZ-details-page .location-box-mobile {
    padding: 16px;
    border-radius: 16px;
    background: #26324F;
  }
  .AZ-details-page .header-img {
    display: none;
  }
  .AZ-details-page .details-content-desk {
    margin-top: 300px;
    position: unset;
  }
  .AZ-details-page .room-img {
    min-width: 100%;
    border-radius: 0;
    border: 0;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
    height: 550px;
  }
  .AZ-details-page .room-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(19, 25, 39, 0) 45%, #131927 100%);
    z-index: 1;
  }
  .AZ-details-page .room-name {
    font-size: 20px;
  }
  .AZ-details-page .presented-by {
    font-size: 12px;
  }
  .AZ-details-page .rating {
    font-size: 16px;
  }
  .AZ-details-page .comments-number {
    font-size: 12px;
  }
  .AZ-details-page .players-number {
    font-size: 12px;
  }
  .AZ-details-page .icon-box_title {
    font-size: 14px;
  }
  .AZ-details-page .icon-box_text {
    font-size: 12px;
  }
  .AZ-details-page .icon-box_icon {
    font-size: 16px;
  }
  .AZ-primary-btn, .AZ-secondary-btn {
    font-size: 12px;
  }
  .contact-modal .contact-link {
    padding: 8px;
  }
  .contact-modal .contact-link img {
    width: 32px;
  }
  .contact-modal .contact-link .contact-icon {
    font-size: 32px;
  }
  .contact-modal .contact-link .contact-text {
    font-size: 12px;
  }
  .onlineTaxiModal-modal .contact-link img {
    width: 32px;
  }
  .AZ-scrollbar-horizontal::-webkit-scrollbar-track {
    display: none;
  }
  .AZ-scrollbar-horizontal::-webkit-scrollbar {
    display: none;
  }
  .AZ-scrollbar-horizontal::-webkit-scrollbar-thumb {
    display: none;
  }
  .navbar-panel {
    display: none;
  }
  .tabs {
    background: #26324F;
  }
  .filter-wrapper::-webkit-scrollbar {
    display: none;
  }
  .roomSwiper .swiper-slide {
    width: 235px;
  }
  .specialSwiper .swiper-slide {
    width: 212px;
  }
  .AZ-room-box_special .room_special-title {
    font-size: 14px;
  }
  .AZ-room-box_special .room_special-img {
    min-width: 64px;
    border-radius: 8px;
    background: red;
  }
  .AZ-room-box_special .room_special-details {
    font-size: 10px;
  }
  .AZ-room-box_special .room_special-price span {
    font-size: 12px;
  }
  .AZ-room-box_special .room_special-price-text {
    font-size: 12px;
  }
  .countdown {
    font-size: 14px;
    margin-top: 5px;
    border-radius: 8px;
    padding: 3px;
  }
  .AZ-dashboard-page .details-content-desk {
    padding-top: 300px;
    margin-top: unset;
  }
  .AZ-dashboard-page .transactions-list_title {
    font-size: 12px;
  }
  .AZ-dashboard-page .transactions-list_date {
    font-size: 10px;
  }
  .AZ-dashboard-page .transactions-list_currency {
    font-size: 10px;
  }
  .AZ-dashboard-page .transactions-list_price {
    font-size: 12px;
  }
  .AZ-dashboard-page .transactions-list_icon {
    font-size: 24px;
  }
  .AZ-dashboard-page .panel-header {
    padding: 8px;
    border-radius: 8px;
    background: #26324F;
  }
  .AZ-dashboard-page .panel-header .panel-header-icon {
    width: 24px;
    height: 24px;
    font-size: 12px;
    border-radius: 4px;
    background: #1C253A;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .AZ-dashboard-page .panel-header .panel-header-title span {
    font-size: 12px;
  }
  .AZ-dashboard-page .line {
    width: 100%;
    height: 1px;
    background: #303F63;
    margin: 16px 0;
  }
  .AZ-tickets-page .AZ-search-wrapper {
    width: 100%;
  }
  .chat-wrapper {
    height: calc(100vh - 72px);
  }
  .AZ-chat-page {
    height: 100vh;
    padding: 0;
  }
  .AZ-chat-page .panel-box {
    margin-bottom: 0;
  }
  .message-box {
    flex-grow: 1;
    max-height: 100%;
    border-radius: 0;
    background: transparent;
  }
  .message-box .chat__conversation-board {
    padding: 0 0 100px 0;
  }
  .AZ-contracts-page .table-wrapper thead::after {
    background: #26324F;
  }
  .AZ-wallet-page .number-transactions {
    padding: 12px 16px;
  }
  .time-modal .time-modal-details {
    font-size: 0;
  }
  .time-modal .time-modal-details span {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    background: #00A0AA;
  }
  .time-modal .time-modal-list p,
  .time-modal .time-modal-list span {
    font-size: 12px;
  }
  .time-modal .share-link #copy button {
    font-size: 16px;
  }
  .time-modal .share-link #link {
    font-size: 12px;
  }
  .AZ-cartTransfer-page {
    padding: 10px 0;
  }
  .AZ-cartTransfer-page .AZ-section-title {
    font-size: 16px;
  }
  .AZ-cartTransfer-page .cartTransfer-desc {
    padding: 12px 16px;
    margin-bottom: 16px;
  }
  .AZ-cartTransfer-page .cartTransfer-desc p {
    font-size: 12px;
  }
  .AZ-cartTransfer-page .danger-message p {
    font-size: 12px;
  }
  .AZ-cartTransfer-page .page-message {
    font-size: 10px;
  }
  .AZ-landing-section .swiperSection.has-btn .section-arrow {
    left: 24px;
  }
  .AZ-creator-page .steps .step-box {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .AZ-creator-page .steps .step-box:nth-child(even) {
    flex-direction: column-reverse;
  }
  .AZ-city-section .swiper-slide {
    min-width: 156px;
  }
  .AZ-city-box {
    width: 100%;
  }
}
@@media screen and (max-width: 768px) {
  .AZ-comments-section {
    margin-bottom: 30px;
  }
  .AZ-rooms-section {
    margin-bottom: 30px;
  }
  .AZ-similar-posts-section {
    margin-bottom: 80px;
  }
  .section-arrow {
    position: absolute;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 90% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset !important;
  }
  .swiperSection {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .swiper-header {
    margin-bottom: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: flex;
  }
  .pagination-swiper {
    width: auto !important;
  }
  .view-all-btn {
    font-size: 12px;
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .view-all-btn span {
    display: block;
  }
  .view-all-btn:hover {
    border: 0;
  }
  .AZ-faq-section::after {
    width: 100%;
  }
  .AZ-archive-page .archive-details {
    border-radius: 8px;
    padding: 8px;
    margin: 20px 0;
  }
  .AZ-archive-page .number-escapeRooms {
    font-size: 12px;
    color: #EBEEF5;
    font-family: "yekanBakh-Bold";
  }
  .AZ-archive-page .number-escapeRooms span {
    font-size: 10px;
  }
  .AZ-archive-page .sort-btn {
    min-width: 50px;
    font-size: 10px;
  }
  .AZ-archive-page .archive-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .AZ-reservationsDetails-page .reservationsDetails-page-header {
    margin: 24px 0;
  }
  .AZ-reservationsDetails-page .AZ-reservations-box {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .section-scrollSpy_title {
    font-size: 16px;
  }
  .AZ-details-page .scroll-nav {
    padding: 8px;
    border-radius: 8px;
    background: #26324F;
  }
  .AZ-details-page .scroll-nav .nav-link.active span {
    display: none;
  }
  .AZ-review-box .comment-name {
    font-size: 14px;
  }
  .AZ-review-box .comment-text {
    font-size: 14px;
  }
  .AZ-review-box .comment-date {
    font-size: 10px;
  }
  .AZ-landing-section .swiperSection {
    padding-top: 0;
  }
  .AZ-landing-boxes-header .landing-boxes-title {
    font-size: 20px;
  }
  .AZ-landing-boxes-header .bg-header_mask {
    max-width: 100%;
  }
  .AZ-creator-page .package-title {
    font-size: 12px;
  }
  .AZ-creator-page .package-title::after {
    content: none;
  }
  .AZ-creator-page .collection-services-box {
    padding: 20px 39px;
  }
  .AZ-creator-page .collection-services-box .services-text {
    font-size: 16px;
  }
  .AZ-creator-page .list-activities li {
    font-size: 12px;
  }
  .AZ-creator-page .bg-col {
    background-image: none;
  }
  .AZ-creator-page .creator-page_text {
    font-size: 12px;
  }
  .AZ-creator-page .section-scrollSpy_title {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .AZ-creator-page .steps {
    padding: 0 10px;
  }
  .AZ-creator-page .steps .step-box_title {
    font-size: 16px;
  }
  .AZ-creator-page .steps .step-box_text {
    font-size: 12px;
  }
  .AZ-creator-page .steps .step-box {
    padding: 40px 30px;
    margin-bottom: 23px;
  }
  .AZ-creator-page .steps .step-num {
    top: 0;
  }
  .AZ-creator-page .steps .step-num::after {
    width: 12px;
    height: 12px;
    left: 50%;
    top: unset;
    bottom: 10px;
    transform: translateX(-50%);
  }
  .AZ-creator-page .steps .step-num span {
    font-size: 24px;
  }
  .AZ-creator-page .scroll-nav .nav-link {
    font-size: 12px;
  }
  .AZ-creator-page .scroll-nav .nav-link span {
    font-size: 16px;
  }
  .AZ-creator-page .contact-box {
    padding: 83px 16px 40px 16px;
    margin: 40px 0;
  }
  .AZ-creator-page .contact-box .contact-img {
    width: 130px;
    height: 130px;
    border: 3px solid #131927;
    top: -65px;
    right: 10px;
  }
  .AZ-creator-page .contact-box .contact-img img {
    top: -5px;
    right: -5px;
  }
  .AZ-creator-page .contact-box .contact-btn {
    position: absolute;
    bottom: unset;
    top: -20px;
    left: 10px;
  }
  .form-group {
    border-bottom: 1px dashed #303F63;
    padding-bottom: 10px;
  }
  .form-group:last-child {
    border-bottom: 0;
  }
  .row-num {
    min-width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .js-remove--exam-row {
    font-size: 15px;
  }
}
@@media screen and (max-width: 576px) {
  .pl-0 {
    padding-left: 0;
  }
  .pr-0 {
    padding-right: 0;
  }
  .modal-fullPage .modal-dialog {
    margin: 0;
    min-height: 100vh;
    height: 100vh;
  }
  .modal-fullPage .modal-content {
    height: 100%;
    min-height: 100vh;
  }
  .modal-mobile {
    background: rgba(0, 0, 0, 0.512);
  }
  .modal-mobile .modal-footer {
    border-top: 1px solid #4b5873;
  }
  .modal-mobile .modal-dialog-centered {
    display: flex;
    align-items: flex-end;
  }
  .modal-mobile .modal-dialog-scrollable .modal-content {
    max-height: 80vh;
  }
  .modal-mobile .modal-header {
    display: none !important;
  }
  .modal-mobile.fade .modal-dialog {
    transform: translate(0, 0);
  }
  .modal-mobile .modal-dialog {
    max-width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: unset;
    min-height: unset;
    max-height: 60vh;
  }
  .modal-mobile .modal-content {
    border-radius: 16px 16px 0 0;
    position: relative;
  }
  .modal-mobile .modal-content::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    width: 119px;
    height: 4px;
    border-radius: 10px;
    background: #303F63;
  }
  .modal-mobile .login-box {
    padding: 20px 0;
  }
  .modal-mobile .login-box-title {
    font-size: 16px;
    color: #EBEEF5;
    text-align: right !important;
  }
  .modal-mobile .login-box-text {
    font-size: 10px;
  }
  .AZ-field-group input, .AZ-field-group textarea {
    font-size: 12px;
  }
  .AZ-special-section {
    padding: 16px 0;
  }
  .AZ-special-section .AZ-primary-btn {
    padding: 5px;
    font-size: 10px;
  }
  .AZ-special-section .AZ-primary-btn span {
    font-size: 10px;
  }
  .story-modal .modal-content {
    border-radius: 0;
  }
  .story-modal .storySwiper {
    height: 100%;
  }
  .story-modal .story-wrapper {
    height: 100%;
  }
  .story-modal .player-container {
    height: 100%;
  }
  .story-wrapper .player-container video {
    height: 100%;
    max-height: 100%;
  }
  .AZ-transaction-page .transaction-box {
    padding: 30px 50px 50px;
  }
  .AZ-transaction-page .transaction-page-logo {
    width: 40px;
    margin-bottom: 30px;
  }
  .AZ-transaction-page .transaction-box::after {
    width: 450px;
    height: 450px;
  }
  .AZ-similar-posts-section .AZ-room-box {
    display: flex;
    align-items: start;
    gap: 15px;
    background: #26324F;
    border: 0;
    border-radius: 0;
  }
  .AZ-similar-posts-section .AZ-room-box .room-img {
    width: 128px;
    min-width: 128px;
    border-radius: 8px;
    margin-bottom: 0;
  }
  .AZ-similar-posts-section .AZ-room-box .room-img::after {
    padding-bottom: 125%;
  }
  .AZ-similar-posts-section .AZ-room-box .room-body {
    flex-grow: 1;
    width: calc(100% - 143px);
  }
  .AZ-footer .footer-text {
    font-size: 12px;
    vertical-align: baseline;
  }
  .AZ-footer .footer-namad {
    width: 100%;
  }
  .gallery-container #close, .gallery-container #prev, .gallery-container #next {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
  .gallery-container .lightbox-image {
    width: 100vw;
  }
  .AZ-404-page .AZ-section-title {
    font-size: 12px;
  }
  .AZ-404-page img {
    height: auto;
    width: 239px;
  }
  .AZ-404-page .btn-page {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
  }
  .AZ-cartTransfer-page .img-cart {
    width: 100%;
    margin: auto;
  }
}
@@media screen and (max-width: 480px) {
  .AZ-story-section .story-content {
    position: relative;
    width: 100%;
  }
  .AZ-story-section .story-media {
    width: 100%;
    height: 100vh;
  }
  .AZ-story-section .overlay {
    width: 100%;
  }
  .AZ-story-section #next {
    left: 0;
  }
  .AZ-story-section #prev {
    right: 0;
  }
  .AZ-story-section .progress-container {
    top: 5px;
  }
  .AZ-story-section .story-content .story-content-header {
    top: 10px;
  }
}