body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

body::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 50px;
  color: #ffffff00;
}

textarea {
  resize: none;
}

body {
  background-color: var(--primary-color) !important;
  overflow-x: hidden;
}

.swiper-wrapper {
  height: auto !important;
}

.typewrite>.wrap {
  color: #fff;
  transition: 1s ease-in-out;
  font-size: 1.5em;
}

.DM-nav {
  position: relative;
  top: 5px;
  margin-left: 12px;
}

.item-header {}

.theme-con {}

.moon,
.sun {
  position: absolute;
  left: 0;
  top: -14px;
  font-size: 20px !important;
}

.theme {
  display: none;
}

.active-theme {
  display: block;
}

/* section 1 pool card */
.menu {
  transition: 0.3s;
}

.menu.resize {
  background: #1f617bf6;
  z-index: 100;
}

.title-item>img {
  width: 3.5em;
}

.hr-item {
  height: 0px;
  border: 2px rgba(108, 108, 108, 0.33) solid;
}

.Newblueset .box-item .hr-title {
  height: 0px;
  border: 3px solid var(---light-blue);
  width: 20em;
  position: relative;
  top: -5;
}

.pool-card {
  border: 0.2px solid var(--border-color-darkest);
  position: relative;
}

.Selectedpools-card {
  border: 1px solid var(--border-color-darkest);

  position: relative;
}

.add {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pool-card .off {
  position: absolute;
  left: 10px;
  top: 10px;
}

.pool-card .gender {
  position: absolute;
  right: 10;
  top: 10;
  background-color: #ffffffd2 !important;
}

.Selectedpools-card .gender-card {
  position: absolute;
  right: 15;
  top: 15;
  background-color: #ffffffd2 !important;
}

.pool-card .gender>img {
  width: 20px !important;
  height: 20px !important;
}

.ico-info-pool {
  width: 22px !important;
  height: 22px !important;
}

.img-box {
  position: relative;
  padding-top: 70%;
  background-size: 105% auto;
  background-position: center;
  transition: 0.7s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img-box:hover {
  background-size: 140% auto;
}

.icopool {
  transition: 1.5s;
  transform: rotate(0deg);
}

.icopool:hover {
  transform: rotate(360deg) scale(1.12);
}

.swiper-box {
  height: 250px !important;
}

/* section 2 Corporate ticket */
.Corporateticket {
  background-image: url(../img/bg/15008002.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  backdrop-filter: blur(5px) !important;
}

/* section 4 Selectedpools */

.hr-item-1 {
  height: 0px;
  border: 2px rgba(108, 108, 108, 0.33) solid;
}

.hr-item-2 {
  height: 0px;
  border: 3px solid var(---light-blue);
  position: relative;
  top: -5;
  right: 20;
  border-radius: 5px;
}

.icon-selecetpool>img {
  width: 20px;
}

.Selectedpools-card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.Selectedpools-card-img:hover {
  background-size: 120% auto;
  background-color: #ededed;
}

.hr {
  height: 0px;
  border: 2px rgba(108, 108, 108, 0.33) solid;
}

/* section 5 Top pools */


#papulate .swiper-slide-next .col {
  transition: all .5s;
  transform: scale(1.2) !important;
  position: relative;
  bottom: 30px;
}

.img-Top-pools {
  border: 5px solid var(--blue);
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.box-icon-item {
  background-color: #257ea40e;
  border-radius: 10px;
}

/* section 6 Iran-Ticket-application */

.Iran-Ticket-application {
  background-color: #d7effd;
  background-size: cover;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-attachment: fixed;
}

.img-phone-app {
  margin-top: 3px;
  transition: 0.5s;
}

.img-phone-app:hover {
  transform: scale(1.2);
}

/* section 7 app */

.Iran-Ticket-application {
  background-image: url(../img/bg/15008003.jpg);
}

.text-app {
  color: #194150de;
}

/* section 8 blog */

.blog {
  background-image: url(../img/bg/5.jpg);
  background-size: cover;
  background-attachment: fixed;
}

@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");

* {
  box-sizing: border-box;
}

.blog-slider {
  overflow: visible;
  position: relative;
  margin: auto 40px auto 0;
  background: var(--secondary-color);
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  /* height: 400px; */
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  /* background-image: linear-gradient(127deg, #1374ce 0%, #0d0f57bb 68%); */
  border-radius: 20px;
  transform: translateX(-90px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(147deg, #1374ce 0%, #0d0f57 74%); */
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-40%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-color: var(---orange);
  padding: 8px 18px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  font-size: 0.9em;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 190px !important;
  left: 20px !important;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744 !important;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(---orange);
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/* footer */
.list-footer {
  transition: 0.5s ease-in-out;
}

.list-footer:hover {
  padding-right: 10px !important;
  color: #00adfe;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.waves {
  position: relative;
  width: 100%;
  height: 12vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

/* login page */


#loginbtn {
  background-color: #009e4f !important;
}



.logindigit::-webkit-outer-spin-button,
.loginbox .logindigit::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.logindigit {
  display: inline-block;
  width: 38px;
  height: 37px !important;
  text-align: center;
  font-size: 20px;
  background-color: white;
  color: #333 !important;
}

.login {
  width: 100%;
  margin: 0 auto;
}

#register {
  background-color: green !important;
}

.container-login {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/high-angle-male-swimmer-water-pool\ 1.jpg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.container-login::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.107);
}

.wrap-login {
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
  padding: 55px 37px;
  background: #f7f7f7e9;
}

.logo-login {
  width: 15em;
}

.phone-number {
  border: 1px solid #d7effd;
  margin: 10px 0;
  padding: 10px 30px;
}

.icon-item-login>.icon-1 {
  padding: 10px;
  background-color: #b7242a;
  border-radius: 50%;
  margin: 0.2em;
  transition: 0.5s;
}

.icon-1:hover {
  transform: scale(1.3);
}

.icon-item-login>.icon-2 {
  padding: 10px;
  background-color: #55acee;
  border-radius: 50%;
  margin: 0.2em;
  transition: 0.5s;
}

.icon-2:hover {
  transform: scale(1.3);
}

.icon-item-login>.icon-3 {
  padding: 10px;
  background-color: #dd4b39;
  border-radius: 50%;
  margin: 0.2em;
  transition: 0.5s;
}

.icon-3:hover {
  transform: scale(1.3);
}

.icon-item-login>.icon-4 {
  padding: 10px;
  background-color: #3b5998;
  border-radius: 50%;
  margin: 0.2em;
  transition: 0.5s;
}

.icon-4:hover {
  transform: scale(1.3);
}

.icon-1>i {
  font-size: 1.8em;
  color: #fff;
}

.icon-2>i {
  font-size: 1.8em;
  color: #fff;
}

.icon-3>i {
  font-size: 1.8em;
  color: #fff;
}

.icon-4>i {
  font-size: 1.8em;
  color: #fff;
}

.after.befor {
  display: none !important;
}

.code.coder {
  display: flex !important;
}

/* contact us page */
#menu {
  background-color: #1f617bf6;
  /* position: relative; */
  z-index: 100;
}

.accordion-button:hover {
  z-index: 0 !important;
}

.accordion-button:focus {
  z-index: 0 !important;
}

.contact-section {
  margin-top: 80px !important;
}

.contact-box {
  background-color: var(--bg-primary);
  border: 2px solid #ededed;
}

.container-icon {
  font-size: 2.3em;
  color: #fff;
}

.main-icons {
  font-size: 2.5em;
  color: #fff;
}

.contact-us-icon,
.faq-icon,
.send-comment {
  background-color: #1f617bf6;
}

.accordion-button,
.accordion-item,
.contact-ways {
  background-color: #cbdde5 !important;
}

.contact-ways {
  width: 49%;
}

.accordion-button::after {
  margin-left: 0 !important;
}

.contact-us-text,
.FAQ-title {
  color: #1f617bf6;
}

.textarea-box {
  height: 20em;
}

/* profile page */

.info-box {
  position: relative;
}

.titel-input {
  position: absolute;
  top: -5px;
  right: 34px;
  background-color: var(--bg-light);
  padding: 5px 10px;
  font-size: 0.9em;
  z-index: 0;
  color: var(--font-color);
}

/* dashboard page and loading */

.box-wallet {
  background-color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-wallet>i {
  font-size: 4em;
  width: 52px;
  height: 49px;
}

.wallet-option {
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid var(--border-color) !important;
  background-color: var(--bg-primary) !important;
}

.wallet-option:hover {
  background-color: var(---light-orange) !important;
  color: var(--color-white) !important;
}

.wallet-option.active {
  color: var(--primary-color) !important;
  background-color: var(---light-orange) !important;
  /* پس‌زمینه روشن برای دکمه فعال */
}

.box-menu-panel.actmony {
  color: var(---orange) !important;
  padding-right: 30px !important;
  transition: all 0.5s ease-in-out;
  transform: scale(1.05);
}

.box-menu-panel.actmony>i {
  color: var(---orange) !important;
  transform: scale(1.35);
}

.box-menu-panel.actmony>span {
  color: var(---orange) !important;
}

.percentNum,
.percentB {
  font-size: 0.3em;
}

.box {
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: 80px;
  left: calc(50% - 50px);
  background: #020438;
  border-radius: 100%;
  overflow: hidden;
}

.box .percent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 64px;
}

.box .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
  background: #4d6de3;
  transition: all 0.3s;
}

.box .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}

.box .water_wave_back {
  right: 0;
  fill: #c7eeff;
  -webkit-animation: wave-back 1.4s infinite linear;
  animation: wave-back 1.4s infinite linear;
}

.box .water_wave_front {
  left: 0;
  fill: #4d6de3;
  margin-bottom: -1px;
  -webkit-animation: wave-front 0.7s infinite linear;
  animation: wave-front 0.7s infinite linear;
}

@-webkit-keyframes wave-front {
  100% {
    transform: translate(-50%, 0);
  }
}

@keyframes wave-front {
  100% {
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes wave-back {
  100% {
    transform: translate(50%, 0);
  }
}

@keyframes wave-back {
  100% {
    transform: translate(50%, 0);
  }
}

.baner-instagram {
  background-image: linear-gradient(153deg,
      #0088cc -50%,
      #c92c85 100%);
}

.baner-telegram {
  background-image: linear-gradient(153deg,
      #32a9de -50%,
      #5993df 100%);
}

.box-img-instagram {
  position: relative;
  width: 12%;
  height: 59px;
}

.img-instagram {
  position: absolute;
  width: 150px;
  top: -55px;
}

.img-telegram {
  position: absolute;
  width: 230px;
  top: -55px;
  right: -50.283px;
}

.btn-insta {
  padding: 10px 20px;
  background-color: #fff;
  border: #fff 1px solid;
  border-radius: 10px;
  color: #b1378d;
}

.img-user-profile {
  width: 70px;
}

.ico-box {
  font-size: 5em;
  color: #fff;
}

.gift-box {
  display: inline-block;
  border-radius: 50%;
  padding: 20px;
  background-image: linear-gradient(153deg,
      #0088cc -50%,
      #c92c85 100%);
}

.point-gift {
  font-size: 2em;
  color: #361e8f;
}

.supportMessage {
  direction: rtl;
}

.supportMessage>div {
  border-radius: 20px 20px 0px 20px;
}

.supportreplayMessage {
  direction: ltr;
}

.supportreplayMessage>div {
  border-radius: 20px 20px 20px 0px;
}

/* استایل عمومی برای جدول */
table.dataTable {
  width: 100%;
  
  background-color: var(--bg-light);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* استایل برای سرستون جدول */
table.dataTable thead th {
  background-color: var(---blue);
  color: #ffff;
  padding-top: 18px !important;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 2px solid var(---blue);

}

/* استایل برای ردیف‌های جدول */
table.dataTable tbody tr {
  background-color: var(--primary-color);
  transition: background-color 0.3s, transform 0.2s;
}

/* تغییر رنگ پس‌زمینه هنگام هاور */
table.dataTable tbody tr:hover {
  background-color: var(--bg-dark-light);

  transform: scale(1.01);

}

/* استایل برای سلول‌های جدول */
table.dataTable tbody td {
  padding: 12px;
  
  border: 1px solid #e0e0e0;
  
  text-align: center;
  
  font-size: 12px;
  
}

/* استایل برای جستجو و صفحه‌بندی */
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_length {
  margin: 20px 0;

  text-align: center;

}

/* استایل برای کنترل‌های جستجو */
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #007bff;

  border-radius: 4px;

  padding: 10px;

  font-size: 14px;

  transition: border-color 0.3s;

}

/* تغییر رنگ حاشیه ورودی هنگام فوکوس */
.dataTables_wrapper .dataTables_filter input:focus {
  border-color: #0056b3;

  outline: none;

}

/* استایل برای کنترل‌های طول جدول */
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #007bff;

  border-radius: 4px;

  padding: 10px;

  font-size: 14px;

}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  display: inline-block;

  margin: 10px;

}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  width: auto;

  display: inline-block;

}

/* transavtion */

.dataTables_wrapper .dataTables_filter input {
  border-radius: 10px !important;
  margin-right: 10px !important;
  padding: 3px 10px !important;
}

.dataTables_length label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.dataTables_length select {
  padding: 5px 30px !important;
  margin: 0 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  color: var(--bg-dark) !important;
  border-radius: 50%;
  border: none !important;
  font-size: 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: var(--bg-dark) !important;
  border: none !important;
  background: none !important;
  font-size: 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 12px !important;
  padding: 5px 10px !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--bg-dark) !important;
  border: none !important;
  font-size: 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none !important;
  border: none !important;
  outline: none !important;
  color: var(--bg-dark) !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--hint-color) !important;
  border: none !important;
  font-size: 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  /* در اینجا می‌توانید رنگ‌ها را اضافه کنید */
}

/* pool page */
.bg-faverit-1 {
  background-color: #f1f1f1;
}

#map {
  width: 100%;
  height: 40vh;
  position: relative;
  filter: blur(0.5px);
  overflow: hidden;
  border-radius: 15px;
}

.genbtn {
  opacity: 0.2;
  filter: grayscale(0.7);
  transition: 0.3s;
}

.genbtn.act {
  opacity: 1;
  filter: grayscale(0);
}

.men-ticket {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  justify-content: center;
  background-color: #00adfe;
  border: none;
  color: #fff;
}

.woman-ticket {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  justify-content: center;
  background-color: #f60192;
  border: none;
  color: #fff;
}

.vip-ticket {
  background-color: #ff9800 !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.item-pool.actpool {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: var(---blue);
  color: #fff !important;
}

.actpool>div>i,
.actpool>div>h3 {
  color: #fff !important;
}

.tell-text:hover {
  color: var(--hint-color);
  text-decoration: none;
  font-size: 0.9em !important;
}

.date-pool.actdate {
  background: #f1870f98;
  border: 1px solid #f1870f !important;
}

.five-stars>i {
  margin: -2;
}

.ico-info-pool {
  width: 32px;
  height: 32px;
}

.ico-men-women {
  width: 14px !important;
  margin-left: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  background-color: #fcfcfc9d;
  padding: 5px 10px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color,
      #ffffff) !important;
}

.fave,
.share,
.map {
  border: 2px solid #0c64ab;
  background-color: var(--secondary-color) !important;
}

.fave.actfave {
  border: 2px solid #0c64ab;
  background-color: #0c64ab !important;
}

.fave i {
  color: #0c64ab !important;
}

.fave.actfave>i {
  color: var(--secondary-color) !important;
}

/* payment page */
.number-input {
  border: 1px solid #525151;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  max-width: 4.5rem;
  border: 0;
  text-align: center;
  outline: none;
}

.number-input input::-webkit-outer-spin-button,
.number-input input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.number-input input {
  border: 1px solid #ececec !important;
}

.number-input button {
  outline: none;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 0;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  left: 17px;
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.check-box.add {
  background: #0fba0d47;
  border: 1px solid #245b23 !important;
}

.img-icon-payment {
  width: 25px;
}

#bestSwiper .swiper-slide {
  transition: 0.4s;
  cursor: pointer;
}

#bestSwiper .swiper-slide-active {
  transform: scale(1.4);
}

/* ticket page */
.ticket-box {
  margin: auto;
  margin-top: 0px;
  padding: 20px 50px;
  /* background-image: url(../img/bg/15008001.jpg);  */
}

.ticket {
  background-image: linear-gradient(to bottom right,
      #158bf082,
      #1484e6b5,
      #0f60a6c2,
      #0f60a6);
  border-radius: 10px;
}

.logo-ticket {
  width: 120px;
  height: 120px;
}

.qr-ticket {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.qr-ticket>img{
  /* margin: 10px 0; */
  width: 120px !important;
  height: 120px !important;
  border-radius: 10px;
}

.line-y {
  border: 2px dashed #fff;
}

/* blog page */
.blog-card {
  border: 1px solid var(--border-color-darkest);
  padding: 5px;
}

.img-box-blog {
  position: relative;
  padding-top: 55%;
  background-size: 105% auto;
  background-position: center;
  transition: 0.7s;
}

.img-box-blog:hover {
  background-size: 140% auto;
}

.text-title-blog {
  border-right-width: 5px;
  border-right-style: solid;
  margin-right: 10px;
  padding-right: 10px;
  border-right-color: #0088cc;
}

.text-hover-bolg {}

.a-hover-bolg {
  border: 1.5px solid #0078bf;
  background-color: #0078bf;
  color: #ffff;
  padding: 8px 25px;
  font-size: 12px !important;
  margin-top: 20px !important;
  border-radius: 5px;
}

.a-hover-bolg:hover {
  color: #0078bf;
  background-color: #ffffff;
  border: 1.5px solid #0078bf;
}

.comment-textarea {
  resize: none !important;
  height: 200px !important;
}

/* blog text page */
.like-blog-btn {
  -webkit-text-stroke: 1.5px #000;
  transition: all ease 0.3s;
}

.like-blog-btn:hover {
  -webkit-text-stroke: 1.5px #cd1c24;
}

.liked-blog {
  color: var(--red) !important;
  -webkit-text-stroke: 1.5px #cd1c24;
}

#boy-ticket>div {
  position: relative;
  overflow: hidden;
}

#boy-ticket>div .tag,
#girl-ticket>div .tag {
  background-color: #0078bf;
  position: absolute;
  left: -16px;
  top: 4px;
  color: white;
  width: 60px;
  height: 20px;
  transform: rotate(-45deg);
  text-align: center;
  font-size: 11px;
}

#boy-ticket>div .tag.gold,
#girl-ticket>div .tag.gold {
  background-color: #fbde06;
  color: black;
}

#boy-ticket>div .tag.vije,
#girl-ticket>div .tag.vije {
  background-color: #018511;
}

nav .logo {
  height: 48px;
}

.ticket-timeLine {}

.ticket-timeLine>span {
  position: relative;
}

.ticket-timeLine>span::before {
  content: "";
  background-color: var(--bg-primary-dark);
  height: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 5px);
}

.ticket-timeLine>span:first-of-type::before {
  border-radius: 0 5px 5px 0 !important;
}

.ticket-timeLine>span:last-of-type::before {
  border-radius: 5px 0 0 5px !important;
}

.ticket-timeLine>span.act::before {
  background-color: green;
}

.ticket-timeLine>span.half::before {
  background: green;
  background: linear-gradient(90deg,
      var(--bg-primary-dark) 50%,
      green 50%);
}

.ticket-timeLine>span.act i {
  background-color: green;
  color: white;
}

.ticket-timeLine>span.half i {
  background: green;
  background: linear-gradient(90deg,
      var(--bg-primary-dark) 50%,
      green 100%);
  text-shadow: 0 0 1px black;
}

.ticket-timeLine i {
  background-color: var(--bg-primary-dark);
  padding: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

/* loading-index */
.loading-index {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 22;
}

.loading-waves {
  width: 100%;
  height: 20hv;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
  position: absolute;
  top: -75;
}

.loading-box {
  width: 100%;
  background-color: #1a87cb !important;
  height: 0;
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}

.loading-animate {
  animation: box-loading 5s;
}

@keyframes box-loading {
  0% {
    height: 100%;
    opacity: 1;
    display: block;
  }

  30% {
    opacity: 1;
  }

  100% {
    height: 0px;
    opacity: 0;
    display: none;
  }
}

/* top button click */
.top-button {
  border: none !important;
  position: fixed;
  padding: 8px;
  z-index: 1;
  margin: 10px;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
  background-color: #1a88cc87;
}

.top-button>i {
  font-size: 25px;
}

.top-button:hover {
  background-color: #1a88cc;
  animation: btn-top 0.8s;
  transition: 1s;
}

@keyframes btn-top {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-20deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.top-button.top {
  opacity: 1;
}

/* pool list */
input {
  box-shadow: 0;
  outline: 0;
}

.range-slider {
  width: 300px;
  margin: auto;
  text-align: center;
  position: relative;
  height: 4.5em;
}

.range-slider svg,
.range-slider input[type="range"] {
  position: absolute;
  left: 0;
  bottom: 0;
}

input[type="number"] {
  border: none;
  text-align: center;
  font-size: 1.3em;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"]:invalid,
input[type="number"]:out-of-range {
  border: 2px solid #ff6347;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: orange;
}

input[type="range"]:focus::-ms-fill-lower {
  background: orange;
}

input[type="range"]:focus::-ms-fill-upper {
  background: orange;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: orange;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type="range"]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid orange;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: rgb(255, 157, 0);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #2497e3;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type="range"]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid rgb(255, 157, 0);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: #2497e3;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type="range"]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item {
  margin: 0 6px;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
}

.page-item.page {
  background-color: var(--light-blue);
}

.pagination .page-link {
  color: var(--font-color);
  border: none;
  cursor: pointer;
  border-radius: 50% !important;
  padding: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 8px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--hint-color) !important;

  border: 1px solid #dee2e6;
}

.page-item.page>.page-link {
  background-color: var(--light-blue) !important;
  color: #fff !important;
}

.page-item:first-child.page {
  background-color: #fff !important;
}

.page-item:last-child.page {
  background-color: #fff !important;
}

.page-item:last-child.page>.page-link {
  background-color: #fff !important;
  color: var(--hint-color) !important;
}

.page-item:first-child.page>.page-link {
  background-color: #fff !important;
  color: var(--hint-color) !important;
}

/* global */
.check-box.add {
  background: #0fba0d47;
  border: 1px solid #245b23 !important;
}

.check-type-gender,
.check-type-pool {
  transition: 0.3s;
}

.check-type-gender.ACT {
  border-right: 4px solid rgb(255, 157, 0) !important;
}

.check-type-pool.ACT {
  border-right: 4px solid rgb(255, 157, 0) !important;
}

.sort-icon {
  color: var(--hint-color) !important;
}

.sort-icon.sort {
  color: var(--light-blue) !important;
  pointer-events: none;
}

/* organization page */
.organization {
  background-image: url(../img/bg/bg-panel-sozmani.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  position: relative;
  height: 80%;
  padding-top: 100px;
}

.box-icon-organization {
  margin-bottom: 100px;
}

.icon-organization {
  width: 120px;
  height: 120px;
}

.img-info-organisation>img {
  height: 300px;
  width: 400px;
}

/* about page */
.notice-about {
  background-image: url(../img/bg/bg-panel-sozmani.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about-city {
  background-color: #e9edf2;
  padding: 50px;
}

.box-about-city {
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.781);
  border-radius: 10px;
}

/* call back page */

.qrCode-callback-ticket {
  width: 140px !important;
  height: 140px !important;
}

.msg-factor {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: var(--primary-color);
}

.msg-factor.ssuccess {
  background-color: var(--green);
}

.msg-factor.unsuccessful {
  background-color: var(--bg-secondary);
}