@charset "UTF-8";
h2 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}

h4 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.highlight-text {
  border-radius: 16px;
  padding: 15px;
  font-size: 20px;
  margin: 10px 0;
  line-height: 1.2;
  background-color: #313324;
  color: #C7D53E;
  font-weight: 600;
}

.datepicker {
  background: transparent;
  border: none;
  color: #FFFFFF;
  padding: 1px 0 10px 5px;
  outline-width: 0;
}
.datepicker:focus, .datepicker[readonly] {
  background: transparent;
  border: none;
  color: #FFFFFF;
  outline-width: 0;
}

.Zebra_DatePicker {
  background: #13161B;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #313324;
  color: #FFFFFF;
  font: 13px "Onest", sans-serif;
  padding: 5px 5px;
  position: absolute;
  display: table;
  z-index: 1200;
}
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
  box-sizing: content-box !important;
}
.Zebra_DatePicker * {
  padding: 0;
}
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%;
}
.Zebra_DatePicker th, .Zebra_DatePicker td {
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  width: 25px;
}
.Zebra_DatePicker .dp_body .dp_not_in_month {
  color: #666;
}
.Zebra_DatePicker .dp_body .dp_time_controls_condensed td {
  width: 25%;
}
.Zebra_DatePicker .dp_body .dp_current {
  color: #C7D53E;
}
.Zebra_DatePicker .dp_body .dp_selected {
  background: #C7D53E;
  color: #fff;
}
.Zebra_DatePicker .dp_body .dp_disabled {
  opacity: 0.4;
  color: hsl(0, 0%, 160%);
  cursor: text;
}
.Zebra_DatePicker .dp_body .dp_disabled.dp_current {
  color: rgb(241.5361702128, 244.9021276596, 208.5978723404);
}
@media (hover: hover) {
  .Zebra_DatePicker .dp_body .dp_hover {
    background: #313324;
  }
  .Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
    background-color: #313324;
  }
}
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td,
.Zebra_DatePicker .dp_timepicker td {
  width: 33.3333%;
}
.Zebra_DatePicker .dp_timepicker .dp_disabled {
  border: none;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: bold;
}
.Zebra_DatePicker .dp_time_separator div {
  position: relative;
}
.Zebra_DatePicker .dp_time_separator div:after {
  content: ":";
  color: #FFFFFF;
  font-size: 20px;
  left: 100%;
  margin-left: 2px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.Zebra_DatePicker .dp_header {
  margin-bottom: 5px;
}
@supports (-ms-ime-align: auto) {
  .Zebra_DatePicker .dp_header {
    font-family: "Segoe UI Symbol", Tahoma, Arial, Helvetica, sans-serif;
  }
}
.Zebra_DatePicker .dp_footer {
  margin-top: 5px;
}
.Zebra_DatePicker .dp_footer .dp_icon {
  width: 50%;
}
.Zebra_DatePicker .dp_actions td {
  border-radius: 4px;
}
.Zebra_DatePicker .dp_actions .dp_caption {
  font-weight: bold;
  width: 100%;
}
@media (hover: hover) {
  .Zebra_DatePicker .dp_actions .dp_hover {
    background-color: #313324;
  }
}
.Zebra_DatePicker .dp_daypicker th {
  color: #C7D53E;
  cursor: text;
  font-weight: bold;
}
.Zebra_DatePicker.dp_hidden {
  display: none;
}
.Zebra_DatePicker .dp_icon {
  height: 16px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.Zebra_DatePicker .dp_icon.dp_confirm {
  background-position: center -123px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler {
  background-position: center -91px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
  background-position: center -59px;
}

button.Zebra_DatePicker_Icon {
  background: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.00008 4.8012L-4.19675e-08 0.960104L0.999843 -3.49698e-07L4.5 3.36104L8.00016 -4.37045e-08L9 0.960104L4.99992 4.8012C4.86732 4.92849 4.6875 5 4.5 5C4.3125 5 4.13268 4.92849 4.00008 4.8012Z" fill="#979797"/></svg>') no-repeat center center;
  border: none;
  cursor: pointer;
  display: block;
  height: 9px;
  line-height: 0;
  padding: 0;
  position: absolute;
  text-indent: -9000px;
  width: 9px;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

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

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.tns-nav, .tns-controls {
  display: none !important;
}

.tns-outer button {
  display: none;
}

html {
  font-size: 14px;
  height: 100%;
}

* {
  --scrollbarBG: transparent;
  --thumbBG: #C7D53E;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 2px solid var(--scrollbarBG);
}

@media (min-width: 1200px) {
  .footer {
    position: fixed !important;
    width: 100px !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    z-index: 1 !important;
    background: linear-gradient(216deg, rgb(68, 74, 21) 0%, rgb(19, 22, 27) 25%, rgb(19, 22, 27) 50%, rgb(19, 22, 27) 83%, rgb(60, 66, 19) 100%);
  }
  .footer > .container {
    flex-direction: column;
    display: flex;
    height: 100%;
    max-height: 600px;
  }
  .footer > .container .mobile-menu {
    flex-direction: column;
    display: flex;
    height: 100%;
  }
  .body-area {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    max-height: 100% !important;
    overflow: auto !important;
  }
  header {
    width: 900px !important;
    left: 50% !important;
    margin-left: -450px !important;
    z-index: 2;
  }
  .profile-button {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    top: auto !important;
    cursor: pointer !important;
    z-index: 5000 !important;
  }
  .return-button {
    display: none !important;
  }
  .drawer {
    width: 900px !important;
    left: 50% !important;
    margin-left: -450px !important;
    height: auto !important;
  }
  .padel-button, .padel-button-outlined {
    max-width: 420px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  iframe, .iframe-housing {
    height: 250px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  body {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Onest", sans-serif;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
}
body.login {
  background: #13161B;
  background: linear-gradient(216deg, rgb(68, 74, 21) 0%, rgb(19, 22, 27) 25%, rgb(19, 22, 27) 50%, rgb(19, 22, 27) 83%, rgb(60, 66, 19) 100%);
}
body.main {
  background: #13161B;
  background: linear-gradient(35deg, rgb(19, 22, 27) 26%, rgb(19, 22, 27) 25%, rgb(19, 22, 27) 50%, rgb(19, 22, 27) 80%, rgb(60, 66, 19) 100%);
}

main {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.body-area {
  margin-top: 70px;
  max-height: calc(100% - 140px);
}
.body-area .content {
  max-height: 100%;
  overflow: auto;
}

header {
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
header img {
  position: relative;
  margin-top: 15px;
}

footer {
  height: 100px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

a {
  color: #C7D53E;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #C7D53E;
}
a:active, a:visited, a:focus {
  color: #C7D53E;
}

.padel-input {
  border: 1px solid #626262 !important;
  border-radius: 20px !important;
  color: #979797 !important;
  font-size: 16px !important;
  background: #2C2C2C !important;
  padding: 16px !important;
}

.padel-button {
  background: #C7D53E;
  border-radius: 24px;
  color: #0F1014;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 25px 20px;
  font-weight: 600;
  border: none;
  transition: 0.2s;
}
.padel-button:active, .padel-button:visited, .padel-button:focus {
  color: #0F1014 !important;
}
.padel-button:hover {
  background: #bfcf24;
  border-radius: 28px;
}
.padel-button.disabled {
  background: #626262;
  color: #0F1014 !important;
}
.padel-button.small {
  padding: 15px 20px;
}

.padel-button-outlined {
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 24px;
  font-weight: 600;
  display: block;
  background: transparent;
  border: 1px #C7D53E solid;
  transition: 0.2s;
  color: #FFFFFF;
  text-align: center;
}
.padel-button-outlined div {
  color: #C7D53E;
  font-size: 12px;
}
.padel-button-outlined:hover {
  background: #2d3202;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #C7D53E;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mobile-menu {
  position: static;
  bottom: 0;
  left: 0;
  height: 100px;
  display: flex;
}
.mobile-menu > .menu-item {
  flex-grow: 1;
  height: 100px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  transition: 0.2s;
}
.mobile-menu > .menu-item.active svg path {
  fill: #C7D53E;
}
.mobile-menu > .menu-item:hover {
  transform: scale(1.2);
}
.mobile-menu > .menu-item.center-item > div {
  box-shadow: 0 0 50px #3f4313;
  background: #13161B;
  border-radius: 100%;
  width: 81px;
  height: 81px;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-button {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #0E0D13;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.return-button {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: #0E0D13;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-block {
  background: #0F1014;
  border-radius: 24px;
  padding: 16px 24px;
  text-transform: uppercase;
  line-height: 110%;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  height: 100%;
}
.main-block .info-icon-rectangle {
  background: #13161B;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-block .stats-info {
  font-size: 10px;
  color: #828E11;
}

.club-list-item {
  font-weight: 700;
  font-size: 15px;
  min-height: 75px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  line-height: 105%;
  border-radius: 24px;
  background: #0F1014;
}
.club-list-item .logo-col {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club-list-item .content-col {
  align-content: center;
}
.club-list-item .address {
  font-size: 13px;
  color: #C7D53E;
  text-transform: none;
  font-weight: 400;
}
.club-list-item img {
  height: 90px;
  width: 90px;
  border-radius: 24px;
  object-fit: cover;
}

.tournament-item {
  text-transform: none !important;
  line-height: 130%;
}

.search-input {
  border: 1.5px solid #8f8f8f;
  border-radius: 24px;
  height: 54px;
  padding-left: 11px;
  background: none;
  padding-right: 11px;
}
.search-input > div {
  align-content: center;
}
.search-input .form-control {
  color: #FFFFFF;
  background: none !important;
  border: none !important;
  border-radius: 24px;
}
.search-input .input-group-text {
  background: none !important;
  border: none !important;
}

.drawer {
  background: #0F1014;
  border-radius: 24px;
  height: 79vh;
  overflow: auto;
  position: fixed;
  top: 8vh;
  width: calc(100% - 1.5rem);
  left: 0.75rem;
  z-index: 999;
  transition: 0.3s ease;
}
.drawer.drawer-hidden {
  opacity: 0;
  top: -80vh;
}

.full-screen-bg {
  position: fixed;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.grey-button {
  background: #26252C;
  border-radius: 15px;
}

.district-select, .time-select, .gender-select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 50px;
  color: #C7D53E;
  cursor: pointer;
  background: #313324;
  border-radius: 10px;
}
.district-select.selected, .time-select.selected, .gender-select.selected {
  background: #C7D53E;
  color: #0F1014;
}
.district-select.disabled, .time-select.disabled, .gender-select.disabled {
  opacity: 0.4;
}
.district-select.large, .time-select.large, .gender-select.large {
  padding: 15px;
  font-size: 16px;
}

.disabled-time {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #3f4313;
  cursor: pointer;
  background: #13130e;
  border-radius: 10px;
}
.disabled-time.large {
  padding: 15px;
  font-size: 16px;
}

.rounded-image {
  border-radius: 15px;
}

.padel-green {
  color: #C7D53E;
}

.court {
  border-radius: 24px;
  background: #0F1014;
  cursor: pointer;
  text-transform: uppercase;
}
.court.active {
  color: #0F1014;
  background: #C7D53E;
}

.user-counter {
  border-radius: 100%;
  background: #C7D53E;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.user-counter.disabled {
  background: #5A5A5A;
}

.decision-button {
  background: #C7D53E;
  border-radius: 24px;
  padding: 10px;
  color: #0F1014 !important;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 100%;
}
.decision-button.approve {
  background: #C7D53E;
}
.decision-button.decline {
  background: #DF5D5B;
}

.game-info {
  padding: 20px;
  background: #0F1014;
  cursor: pointer;
  border-radius: 24px;
}

.moderation-info {
  padding: 15px;
  background: #0F1014;
  border-radius: 15px;
}

.padel-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.padel-modal .padel-modal-content {
  background: #0F1014;
  padding: 28px;
  border-radius: 24px;
  width: 80%;
  display: flex;
}

.paddle-badge {
  background: #C7D53E;
  color: #0F1014;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 15px;
  display: inline-block;
}

.glowing {
  animation: blinkEffect 1s ease-in-out infinite;
}

@keyframes blinkEffect {
  0% {
    opacity: 0.6; /* Начальная прозрачность */
  }
  50% {
    opacity: 1; /* Максимальная прозрачность */
  }
  100% {
    opacity: 0.6; /* Возврат к начальной прозрачности */
  }
}
.favorites-icon path {
  fill: #979797;
}
.favorites-icon.active path {
  fill: #C7D53E;
}

.switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
}

.switcher-selector {
  background-color: #13161B;
  border-radius: 12px;
  padding: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  height: 62px;
}

.switcher-highlight {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #C7D53E;
  border-radius: 12px;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.switcher-item {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  justify-content: center;
  padding: 0 16px;
  z-index: 1;
  text-align: center;
  border-radius: 12px;
  width: 50%;
  cursor: pointer;
  color: #FFFFFF;
  height: 100%;
  line-height: 48px;
}
.switcher-item.selected {
  color: #0F1014;
}

.user-game-block {
  background: #0F1014;
  border-radius: 24px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 16px;
}
.user-game-block.old {
  background: #1d1f27;
}
.user-game-block .top-area {
  border-bottom: 1px dashed #717921;
  margin-bottom: 10px;
  position: relative;
}
.user-game-block p {
  font-size: 13px;
}

.padel-big-badge {
  position: absolute;
  right: 3px;
  top: 0;
  border-radius: 24px;
  padding: 3px 8px;
  color: #12131A;
  font-size: 14px;
  font-weight: 700;
}
.padel-big-badge.yellow {
  background: #FCBC5D;
}
.padel-big-badge.blue {
  background: #56A9E4;
}

.wizard-dot {
  background: #626262;
  color: #0F1014;
  border-radius: 24px;
  width: 56px;
  height: 35px;
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.wizard-dot.active {
  background: #C7D53E;
}
.wizard-dot.active:after {
  border: dashed 0.5px #717921;
}
.wizard-dot:after {
  content: "";
  width: 50px;
  position: absolute;
  height: 1px;
  border: dashed 0.5px #626262;
  z-index: 0;
  left: 100%;
}
.wizard-dot.last:after {
  display: none;
}

.avatar {
  background: #343434;
  border-radius: 24px;
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar img {
  width: 50%;
  height: 50%;
}
.avatar .small {
  width: 64px;
  height: 64px;
}

.favorites-button {
  background: #0F1014;
  color: #979797;
  padding: 7px 8px;
  display: block;
  text-align: center;
  border-radius: 15px;
  font-weight: 400;
}
.favorites-button.active {
  color: #C7D53E;
}
.favorites-button.active path {
  fill: #C7D53E;
}
.favorites-button.active:active, .favorites-button.active:visited, .favorites-button.active:focus {
  color: #C7D53E;
}
.favorites-button:active, .favorites-button:visited, .favorites-button:focus {
  color: #979797;
}

.iframe-housing {
  height: 150px;
}

/*# sourceMappingURL=site.css.map */
