*:focus {
  outline: none !important;
}

@font-face {
  font-family: "Avenir Next Cyr W00 Regular";
  font-style: normal;
  /*src: url(/assets/font/font-wlight.woff);*/
  src: url(/assets/font/font-wbold.woff);
}

html, body {
  height: 100%;
  margin-bottom: 15px;
  color: #353132;
  background-color: rgb(247,247,247);
  /*overflow: hidden;*/
  font-weight: normal;
  font-family: "Avenir Next Cyr W00 Regular",SF Pro Display,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.btn-primary {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-danger, .btn-red {
  min-height: 42px;
  border-radius: 8px;
}

.btn-primary.activate:disabled {
  color: #fff;
  background-color: lightgrey;
  border-color: grey;
}

a {
  color: #353132;
}

.x-cfn { display: none; }

li.nav-item.text-center.active {
    color: #ff3c42;
}

li.nav-item a svg {
    fill: #c4c4c4;
    /*stroke: #c4c4c4;*/
    cursor: pointer;
}

.nav-link:hover + a svg {
    fill: #ff3c42;
    /*stroke: #ff3c42;*/
}

.nav-item:hover > a svg, .nav-item.active > a svg {
    fill: #ff3c42;
    /*stroke: #ff3c42;*/
}

.user-profile-image {
  width: 35px !important;
  height: 35px !important;
}

.user-profile-image-small {
  width: 25px !important;
  height: 25px !important;
}

.heading#usermenu .dropdown-menu.dropdown-menu-right  {
  border: none;
  width: 250px;
}

.heading#usermenu .dropdown-item  {
  display: inline;
  color: white;
}

/* header */

.user-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
}

.photo-100 {
  width: 100px;
  height: 100px;
}

.user-photo.photo-100 {
  /*cursor: auto;*/
}

.col.text-center.today {
  background: #ffffff !important;
  color: #498AD6;
}

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}
.rotate.down {
  -moz-transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
}

div.round-arrow {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #F1F1F1;
  width: 32px;
  height: 32px;
  text-align: center;
  top: 4px;
  cursor: pointer;
}

div.round-arrow.left {
}

div.round-arrow.right {
  right: 0;
}

.menu-space {
  margin-bottom: 76px;
}

#program-tags {
  /*padding: 12px;*/
}

#nav-list {
  z-index: 5;
}

.list-group-item {
  cursor: auto !important;
}
#nav-list > .list-group-item.active, #nav-list1 > .list-group-item.active {
  /*font-weight: bold;*/
  background-color: #ffffff;
  border-color: inherit;
  color: inherit;
  border-bottom: 2px solid #ed1c24;
  border-radius: 0;
}

.alert.alert-danger {
  z-index: 1000;
}

.phone-number {
  border: 0;
}




/* #dashboard, */
#dashboard {
  margin-top: 35px;
}

.home #dashboard {
  margin-top: 0;
}

#dashboard h4.page-title {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  /* margin-top: -32px; */
  top: -32px;
}

#sms-assoc, #personal-data {
  display: none;
}



#sms-assoc {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  background: white;
  padding: 25px;
  border-radius: 5px;
}


#usermenu, #notification-menu, #card-menu {
  display: inline;
}

#notification-menu .dropdown-menu.dropdown-menu-right {

}

.text-uppercase.d-sm-none {
  color: #aaaaaa;
  font-size: 12px;
  padding: 0;
  padding-top: 7px;
}

.img-support {
  display: block;
  width: 24px;
}


.club.link {
  /*cursor: pointer;*/
}

.clubs-list div.carousel-item {
  max-height: 172px;
}

.carousel-item img {

}

.club-info-nav .info-item {
  cursor: pointer !important;
}

.carousel-item .state {
  position: absolute;
  margin-left: 16px;
  margin-top: 9px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.89);
  padding: 0 8px;
  border-radius: 6px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.clubs-list .card-title {
  padding: 0 !important;
}

.clubs-list .carousel-item > img {
  object-fit: cover;
  border-radius: inherit;
  height: 172px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.lite {
  border-bottom: 4px solid #5fb954 !important;
}

/* default */
.premium {
  border-bottom: 4px solid #ff3c42;
}
.luxury {
  border-bottom: 4px solid black !important;
}

.col-md-6.login-left-side {
  background-image: none;
  padding: 25px;
  padding-top: 50px;
}


.col-md-6.login-right-side {
  background: #f7f7f7;
  padding: 60px;
}

.login-right-side h1 {
  font-size: 1.5rem;
}

.login-container, .box-container {
  background: #ffffff;
  border-radius: 6px;
  padding: 25px;
  max-width: 430px;
  margin: 0 auto;
}

.wide-box-container {
  background: #ffffff;
  border-radius: 6px;
  padding-top: 25px;
  max-width:  initial;
  margin: 0 auto;
}

#navbar2 {
  margin-left: 84px;
}

.navbar.navbar-light.navbar-expand-md.navigation-clean {
  padding: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 2px;
  z-index: 10;
}

.btn-danger, .btn-red {
  background-color: #ed1d24 !important;
  border: #ed1d24;
  white-space: nowrap;
}

.btn-outline {
  background-color: white;
  color: red;
  border: 1px solid red;
  /*padding-right: 25px;*/
  /*padding-left: 25px;*/
}

.btn-primary {
  margin: 0;
  padding: 5px 15px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ed1d24;
  border-color: #ed1d24
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ed1d24;
  border-color: #ed1d24;
}

/* put back inherit if other btn colors broken */
.btn-primary.focus, .btn-primary:focus {
   /*color: inherit;*/
   background-color: inherit;
   border-color: inherit;
  /*box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);*/
}

#btn-freeze.btn-primary.disabled,
.btn-freeze.btn-primary:disabled,
#btn-freeze.btn-primary:disabled {
  /*color: #fff;*/
  /*background-color: #007bff;*/
  /*border-color: #007bff;*/
  background-color: white;
  color: red;
  border: 1px solid red;
}

#btn-freeze.btn-primary.focus,
.btn-freeze.btn-primary:focus,
.btn-extendfreeze.btn-primary:focus,
#btn-freeze.btn-primary:focus {
  background-color: white;
  color: red;
  border: 1px solid red;
}

.font-red-bold-1 {
  color: red !important;
  font-weight: bold;
}

.font-bold-1 {
  font-weight: bold;
}

#login {
  /*height: 44px;*/
}

.font-grey-0, #datepicker.cert-dates::placeholder {
  color: #353132 !important;
}

.font-grey-1 {
  color: #A0A0A0 !important;
}

textarea.support-message::placeholder {
  color: #A0A0A0;
  font-size: 14px;
}
textarea.font-text-area-1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}
form.support .error, form.form .error {
  color: #ed1d24;
}
form.support label.error, form.form label.error {
  font-size: 12px;
}
form.support input.error, form.support textarea.error,
form.form textarea.error
{
  background-color: #fff2f2;
}

.font-grey-2 {
  color: #6F6F6F !important;
}

.font-normal-1 {
  color: #353132;
}

select#cert-types {
  color: black;
}

.text-responsive {
  font-size: 10px;
  font-size: calc(10px + .5vw);
}

.text-danger {
  color: #ed1d24 !important;
}

/* classes */
.bg-none {
  background: none;
}

.bg-services, .tags-level-1 {
  background: #f7f7f7;
}

img.fit {
  height: 100%;
  object-fit: cover;
  width: 100%;
  padding: 0;
  /*margin: 0;*/
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
}

#class-info {
  padding: 0;
  z-index: 2;
}

#class-info .card {
  border-radius: 0;
}

#modal-class-info {
  top: 74px;
  z-index: 3;
}

#modal-class-info .modal-content {
  border: 0;
}
.modal-content {
  border: 0 !important;
  background: none;
}

#modal-trainer-info .modal-content {
  padding-bottom: 0 !important;
}

/* parent should be relative */
.trainer-categories {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  line-height: 32px;
  min-height: 150px;
  margin-bottom: 15px;
}

.services .card-group .card-header h4 {
  /*background: rgba(239, 8, 8, 0.86);*/
  padding-right: 17px;
}

.services .card-group .card-header {
  /*height: 200px;*/
  padding: 0;
  margin: 0;
  overflow: hidden;
  /*text-shadow: 1px 0 2px black;*/
}

.services .card-group .card-text {
  /*height: 100px;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
}

.services .card-group .card-header .card-img {
    /*height: 100%;*/
  min-height: 200px;
  filter: brightness(0.89);
  border-radius: 8px;
}

.services .card-group .card-header .card-img {
  /* height: 100%; */
  min-height: 200px;
  filter: brightness(0.89);
  border-radius: 8px;
  height: 250px;
  object-fit: cover;
}

.servicelist-container .row.discount {
  background: white;
  padding: 16px;
  border-radius: 11px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
/* trainer popup photo */
.mhi-250 {
  height: 350px;
  object-fit: cover;
}

.card-text {
  border-bottom: 1px solid #E6E6E6;
  /*padding-bottom: 15px;*/
}

.bg-black {
  background: black;
}

.employee\.firstName, .employee\.lastName, .logout{
  cursor: pointer !important;
}

.description, .row, .col {
  cursor: auto;
  /*cursor: default;*/
}

.row.event-body .col {
  cursor: pointer;
}

.tip {
  cursor: help;
}

/* animate modal */
.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  padding-bottom: 74px;
}

.modal.left .modal-body {
  padding: 15px 15px 80px;
  overflow-x: hidden;
}

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal-dialog-centered {
  margin: 1.75rem auto;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

#city-selection .modal-dialog {
  max-width: 350px;
}

.limit-left-width {
  /*max-width: 400px;*/
  /*min-width: 250px;*/
  min-width: 375px;
}
/* animate modal */

/* club cards */
/*.club-card__popup--center {*/
/*  top: 170px;*/
/*  width: 480px;*/
/*  border-radius: 10px;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/

.club-card__popup--center {
  /*top: -260px;*/
  /*width: 480px;*/
  border-radius: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.btn-btm-container {
  padding: 20px 0 20px 0;
  margin: 0;
  border-radius: 0 0 11px 11px;
}

.clubs-select-list.big {
  /*font-size: 3vw !important;*/
}



.t228__padding40px {
  width: 40px;
}

/* should be placed before media queries */
/* desktop */
.lockers .clubs-select-list {
  top: 10px !important;
  color: red !important;
}

@media screen and (max-width: 980px) {
  .t228__padding40px {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .t228__padding40px {
    width: 20px;
  }
}

@media (max-width: 991px) {
  .lockers .clubs-select-list {
    top: -4px !important;
  }
}
/* > LG */
@media (min-width: 992px) {
  .lockers .clubs-select-list {
    top: 0;
  }
  .col-md-6.login-left-side {
    background-image: url("../../assets/img/3.jpg");
  }
  #right-side {
    /*padding-top: 57px !important;*/
  }
  .home #dashboard {
    margin-top: 35px;
  }
  /*#dashboard.schedule {*/
  /*  margin-top: 0;*/
  /*}*/
  .mhi-250 {
    height: 350px;
  }
}

/* < SM */
@media (max-width: 575px) {
  .mhi-250 {
    height: auto;
  }
  img.club-logo {
    max-width: 78px;
    margin-right: 50px;
    /*display: none;*/
  }
  #club-selection .col.d-lg-flex.align-items-lg-center {
    max-width: 115px !important;
  }
}

/* < 370  order above matters */
@media (max-width: 370px) {
  img.club-logo {
    max-width: 28px;
    margin-right: 50px;
    /*display: none;*/
  }
  .small-screen-col {
    padding-left: 36px !important;
  }
  #club-selection .col.d-lg-flex.align-items-lg-center {
    padding-left: 0;
    padding-bottom: 15px;
  }
}

/* < MD */
@media (max-width: 767px) {
  .bg-dash {
    background-color: #ffffff;
  }
  .trainer-category-header {
    height: 0;
  }
  .d-md-less-none {
    display: none;
  }
  .show-side-menu {
    /*display: block;*/
    display: inline;
  }
  .club-cards .card,
  .service-packs .card {
    max-width: initial !important;
    /*width: 100%;*/
  }
  .club-cards .card .card-img,
  .service-packs .card .card-img {
    max-height: 200px;
    object-fit: cover;
  }
  .right-side-dashboard {
    padding-left: 15px;
  }
}
/* mobile special */
@media (max-width: 420px) {
  #pay-all-services {
    /*margin-top: 20px;*/
  }
}

/* > MD */
@media (min-width: 768px) {
  .clubs-select-list.big {
    font-size: 24px !important;
  }
  .col.bg-dash {
    background: #f7f7f7;
    /*padding: 60px;*/
  }
  .login-container.mt-5 {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  }
  .right-side-dashboard {
    background-color: #f7f7f7;
    /*padding-left: 0;*/
  }
  .full-width-board {
    /*padding: 0;*/
    /*margin: 0;*/
  }
  .show-side-menu {
    display: none;
  }
  .mhi-250 {
    height: 350px;
  }
}

div:nth-child(1) > nav > div > div.dropdown.bootstrap-select.small.fit-width > button {
  border:none !important;
  /*background-color: inherit !important;*/
}

select.form-control {
  -webkit-appearance: none;
  /*background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);*/
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../../assets/img/arrow-point-bottom.svg");
  background-size: 10px;
}

.form-control:focus {
  outline: none !important;
}

.alert-danger {
  color: #ffffff;
  background-color: #ed1d23;
  border-color: #d62134;
}

div.alert i {
  color: #ffffff;
}

.alert.alert-danger,
.alert.alert-info,
.alert.alert-success,
.alert.alert-warning {
  /*position: absolute;*/
  position: fixed;
  width: 100%;
  z-index: 2000;
}

#sms-repeat {
  border: none;
  outline: 0;
}
.bootstrap-select .btn:focus {
  outline: none !important;
}

.btn:focus,.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button#pay-btn-small:active {
  box-shadow: none;
}

#lang .dropdown-menu {
  font-size: 0.8rem !important;
}


.bootstrap-select span.lp {
  margin-left: 5px;
}

#lang {

}


/* columns test */
/*Set the row height to the viewport*/
.row-height{
  height: 100vh;
}

/* Remove the scrollbar from Chrome, Safari, Edge and IE */
/* TODO only remove where necessary not all */
/*::-webkit-scrollbar {*/
/*  width: 0;*/
/*  background: transparent;*/
/*}*/

* {
  -ms-overflow-style: none !important;
}

.clubs-list .card {
  padding-bottom: 15px;
}



.sub-navigation button {
  background-color: #ffffff;
}

#pbarcode {
  display: none;
  /*padding: 30px;*/
  /* new */
  z-index: 5 !important;
  position: fixed;
  margin: 0 auto;
  width: 100% !important;
  height: 100%;
  overflow: scroll;
  padding-bottom: 74px;
  /*padding-top: 74px;*/
}

.pbarcode {
  transform: translate(-50%,0);
  position: absolute;
}

/* profile */
.list-group-item.information.double-tbb {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.list-group-item.information {
  border-radius: 0;margin: 0;padding: 15px;
}
.list-group-item {
  cursor: pointer;
}

.bonus-icon {
  position: absolute;
  left: 54%;
  top: 60px;
  float: right;
  width: 32px;
}

.manager {
  width: 50px;
  height: 50px;
}

.data-title {
  padding-top: 5px;
  background-color: #f6f6f6;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #A0A0A0;text-transform: uppercase;
}

.link span img.status {
  display: inline;margin: 5px;
}

.profile-value {
  color: #A0A0A0;padding: 10px;
}

.data-list {
  /*margin-top: 15px;*/
}

.profile-title span, .line-title span {
  color: #A0A0A0;text-transform: uppercase;
  font-size: 14px;font-weight: bold;
}
.col-md-12 span.menu {
  color: #6F6F6F;
}

.button-controls li {
  border-radius: 8px;
}

.button-controls li span {

}

.button-controls li span.highlight {
  font-weight: bold;
  color: #ED1C24;
}

.phone-number {
  font-weight: bold;
  color: #212529;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  max-width: 170px;
}

.profile .phone-number {
  font-weight: normal;
  text-align: left;
}


/* clubs */
.pac-item:nth-child(n+3) {
  display:none;
}
.modal-title-h {
  height: 100px;
  background: #f7f7f7;
  margin: 0;
  margin-top: 0 !important;
}

.modal-title-h1 {
  border-radius: 12px 12px 0 0;
}
#map {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent url(../../assets/img/WLogoCircle.gif) no-repeat center center;
}

#club-filter-row {
  position: absolute;
  width: 100%;
  /*top: 58px;*/
  top: 2px;
  left: 15px;
  z-index: 1;
  background: white;
  /*border-top: 1px solid #e7e7e7;*/
  /*border-bottom: 1px solid #e7e7e7;*/
  /*height: 50px;*/
  padding-top: 5px;
}
#club-search {
  padding: 0 0 15px 0;
  background: white;
  margin: -14px;
  margin-bottom: 10px;
  position: sticky;
  z-index: 5;
  top: 0;
}
#club-search-old {
  padding: 0 0 14px 0;
  /*height: 50px;*/
  background: white;
  margin: 0;
  margin-top: 23px;
  margin-bottom: 10px;
  position: sticky;
  z-index: 5;
  /* width: 100%; */
  /* padding-right: 80px; */
  top: 0;
}

#club-search .clubs-select-list {
  color: #353132;
}

#search-club-text {
  width: 100%;
}

.close-search-club {
  display:none;
}
.open-search-club, .close-search-club {
  cursor: pointer;
}
.open-search-club {
  padding: 17px 10px 0 0;
}

#search-box {
  z-index: 1;
  display: none;
  background: white;
  padding: 0;
}
#btn-bar-code {
  cursor: pointer;
}
.round-club-btn {
  float: right;
  position: absolute;
  top: 10px;
  border: none;
  width: 40px;
  height: 40px;
  right: 50px;
  z-index: 4;
}

.clubs-list .card-text {
  border-bottom: none;
}

.card-body {
  cursor: pointer;
}
.card-icons {
  float: right;
  position: absolute;
  top: 16px;
  border: none;
  width: 40px;
  height: 40px;
  right: 50px;
}

.card-group>.card:not(:last-child) {
   border-top-right-radius: inherit !important;
   border-bottom-right-radius: inherit !important;
}


#club-info-menu {
  position:absolute;
  z-index:6;
  /*transition: left 0.5s ease-out;*/
  transition: left .5s cubic-bezier(.82,.01,.77,.78);
  left: -100%;
}

#club-list-menu {
  /*z-index: 0;*/
  /*height: 100%;*/
  /*overflow-y: scroll;*/
  /*padding-bottom: 65px;*/
  z-index: 1;
  height: 100%;
  overflow-y: scroll;
  /* padding-bottom: 65px; */
  /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); */
  box-shadow: 6px -4px 16px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
  overflow-x: hidden;
}


.title-block {
  margin: 10px 0 10px 0;
}

/*.map-label {*/
/*  color: #000;*/
/*  background-color: white;*/
/*  border: 1px solid #000;*/
/*  font-family: "Lucida Grande", "Arial", sans-serif;*/
/*  font-size: 12px;*/
/*  text-align: center;*/
/*  white-space: nowrap;*/
/*  padding: 2px;*/
/*}*/
.clubs-list .card {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.map-right-container {
  padding-bottom: 74px !important;
  /*padding-bottom: 0 !important;*/
}

.metro-info {
  display: inline;
}
.metro-info:not(:first-child) {
  margin-left: 5px;
}

.info-item span.link .menu {
  padding-left: 10px;
}

.info-item img {
  width: 24px;
}

#info-back, .info-back {
  /*float: left; */
  position: absolute;
  top: 14px;
  border: none;
  width: 31px;
  height: 31px;
  left: 14px;
  z-index: 2;
  background: white;
  border-radius: 17px;
  padding: 5px;
  cursor: pointer;
}

#info-close {
  float: right;
  position: absolute;
  top: 6px;
  border: none;
  width: 28px;
  height: 28px;
  right: 10px;
  z-index: 2;
  background: white;
  border-radius: 17px;
  padding: 5px;
  cursor: pointer;
  /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);*/
}

#event-info .card-header {
  padding: 0;
}

/*#event-info img.w-100 {*/
/*  min-height: 450px;*/
/*  object-fit: cover;*/
/*}*/

#event-info img.w-100 {
  /*min-height: 450px;*/
  object-fit: contain;
}
.event-info__club-card {
  /*min-height: 880px;*/
}
.event-info--bg-gray {
  background: #f6f7f6;
}

.p-event-btn {
  padding: 20px 0px 20px 0px;
  margin: 0;
}

/*.card-title-block {*/
/*  top: 110px;*/
/*  color: white;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  width: 100%;*/
/*  z-index: 1;*/
/*}*/

.card-title-block {
  /*top: 6%;*/
  color: white;
  position: absolute;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  width: 100%;
  z-index: 1;
}

.card-body .card-title, .card-body .service {
  /*padding: 20px 20px 15px 20px;*/
  padding: 10px 20px 0 20px;
}
#event-info .card-body h6 {
  padding: 10px 20px 0 20px;
}

 .gallery-close {
   right: 50px;
   position: absolute;
   top: 36px;
   border: none;
   width: 28px;
   height: 28px;
   z-index: 1051;
   background: white;
   border-radius: 17px !important;
   padding: 5px;
   cursor: pointer;
   box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.gallery-close:hover {
  /*transition: 0.70s;*/
  /*transform: rotate(90deg);*/
}
.gallery-close .close {
 top: 0;
 position: absolute;
 margin: 0;
 padding: 0;
}
.club-gallery-close {
  right: 50px;
  position: fixed;
  top: 36px;
  border: none;
  width: 28px;
  height: 28px;
  z-index: 1051;
  background: white;
  border-radius: 17px !important;
  padding: 5px;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}


#clubs-select-title {
  font-weight: 600;
  font-size: 26px;
  padding-right: 15px;
  display: inline;
}

/* close button dropdown select picker */
#club-selection .popover-header {
  background-color: white;
  position: absolute;
  right: 0;
  border: 0;
}

#gym-metro img {
  width: 18px;
}

#gym-address .row.link, #gym-departments .row.link{
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #E7E7E7;
  margin: 0;
}

.row.link img.r {
  display: inline;
  padding-top: 10px;
  width: 100%;
  max-width: 52px;
  min-width: 32px;
}

#gym-info .list-group .list-group-item {
  /*border-bottom: 1px solid #E7E7E7;*/
  border-radius: 0;
}

.info-separator {
  background: #f7f7f7;
  color: #A0A0A0;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.info-separator.title {
  padding-left: 10px;
  padding-bottom: 0;
}

.info-item .link {
  color: #353132;
  font-weight: normal;
}

.selected span.check-mark {
  font-size: 13px !important;
  padding-top: 5px;
}

#clubs-select-list .selectpicker {
  font-weight: 600;
  color: #fb0000;
  margin-top: 15px;
  border: none;
  background-color: initial;
  padding: 0;
  background-position: right 0 center;
  background-size: 11px;
  /*padding-left: 10px;*/
  padding-right: 15px;
}
#clubs-select-list .bootstrap-select>.dropdown-toggle {
  width: auto;
}

.clubs-select-list.dropdown-toggle.dropdown-off::after {
  display: none;
}

.clubs-select-list {
  color: red;
  font-weight: 600;
  /* background: white; */
  background: none;
  border: 0;
  padding: 10px;
  top: 9px;
  width: auto !important;
}

.clubs-select-list.big {
  font-size: 24px;
  left: -18px;
}

.club-services-list h1, .row-link {
  cursor: default;
}

#freeze-screen, #clubs-screen, #contract-history, #documents {
  z-index: 1;
  display: none;
}

#freeze-screen .card-status {
  margin-left: 0;
}

#freeze-screen .card-status.active {
  display: none;
}

.event-info.unfreeze {
  display: none;
}

#trainers-list .card, .trainers-list .card {
  /*height: 300px;*/
  /*width: 206px;*/
  background: #35373e;
  border: none;
}

#trainers-list .card h4, .trainers-list .card h4 {
  /*font-size: 16px;*/
  font-size: 1.2em;
  bottom: 10px;
  top: initial;
}
#trainers-list .card-header, .trainers-list .card-header {
  padding: 0;
  border-bottom: none;
  overflow: hidden;
  border-radius: 11px;
}

/*.tooltip-service {*/
/*  background: white;*/
/*  color: black;*/
/*}*/

/*.tooltipster .tooltipster-box {*/
/*  background: white;*/
/*  border-radius: 6px;*/
/*  !*box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);*!*/
/*}*/

/*.tooltipster .tooltipster-content {*/
/*  color: black;*/
/*  padding: 8px;*/
/*}*/

/*#powerTip {*/
/*  max-width: 600px;*/
/*  white-space: normal;*/
/*  font-size: 12px;*/
/*  background: white;*/
/*  color: black;*/
/*}*/

/*#powerTip.n:before, #powerTip.ne-alt:before, #powerTip.ne:before, #powerTip.nw-alt:before, #powerTip.nw:before {*/
/*  border-top-color: white !important;*/
/*}*/

/*.tippy-tooltip.light-theme {*/
/*    background-color: white;*/
/*    color: black;*/
/*}*/
/*.tippy-tooltip.tomato-theme[data-placement^='left'] .tippy-arrow {*/
/*    border-left-color: white;*/
/*}*/

.club-tooltip.tooltip > .tooltip-inner {
  min-width: 700px !important;
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 14px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.club-tooltip.tooltip {
  left: 42% !important;
}

.tooltip.show {
  opacity: 1;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: white;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: white;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.tooltip {
  pointer-events: none;
}

.tip-trigger {

}
.tippytrip {
  cursor:pointer;
  /*width: 40%;*/
  /*min-width: 300px;*/
  max-width: 530px;
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 14px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.tippytrip p:only-child, .tippytrip p:last-child, .modal-body p:last-child {
  margin-bottom: 0;
}
.popover {
  /*max-width: none;*/
  /*font-size: 10px;*/
}

#service-details .modal-header {
  border: none;
}
#service-details .modal-body {
  background: white;
  color: black;
  border-radius: 5px;
}

#tooltip-container {
  position:absolute;
  padding:30px;
  background:white;
  color:black;
  display:none;
  z-index: 9999;
  /*margin-top: 13px;*/
}

#tooltip-container span {
  display: none;
  position: absolute;
  top: -5px;
  left: 60px;
  width: 125px;
  padding: 5px;
  z-index: 100;
  background: #000;
  color: #fff;
}

#tooltip-container:after {
  content: '';
  position: absolute;
  /*top: 55%;*/
  left: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-left: solid 10px transparent;
  border-right: solid 10px white;
  border-bottom: solid 10px transparent;
}

/*a.tip {*/
/*  position: relative;*/
/*  text-decoration: none;*/
/*}*/

/*a.tip span {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: -5px;*/
/*  left: 60px;*/
/*  !*width: 125px;*!*/
/*  padding: 5px;*/
/*  z-index: 99999;*/
/*  background: white;*/
/*  color: black;*/
/*  text-transform: none;*/
/*  text-align: left;*/

/*}*/
/*a.tip span:before{*/
/*  content:'';*/
/*  display:block;*/
/*  width:0;*/
/*  height:0;*/
/*  position:absolute;*/

/*  border-top: 8px solid transparent;*/
/*  border-bottom: 8px solid transparent;*/
/*  border-right:8px solid black;*/
/*  left:-8px;*/

/*  top:7px;*/
/*}*/

/*a:hover.tip {*/
/*  font-size: 99%;*/
/*}*/

/*a:hover.tip span {*/
/*  display: block;*/
/*}*/




@-webkit-keyframes anim-pulse{
  0%   {
    opacity: 0 ;
    -webkit-transform : scale(.5);
  }
  10% {
    opacity: 1 ;
  }

  90% {
    opacity: 0 ;
  }

  100% {
    -webkit-transform : scale(1.25)
  }
}

.pulse {
  opacity: 0;
  /*stroke: red;*/
  -webkit-transform-origin: center;
  -webkit-animation: anim-pulse 2s 1s infinite;
}


.pulse-ring {
  content: '';
  width: 400px;
  height: 400px;
  border: 10px solid #F00;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 18px;
  animation: pulsate infinite 1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.map-label {
  /* width: 150px; */
  /* height: 20px; */
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px 5px;
  /*line-height: 20px;*/
  font-weight: bold;
  font-size: 12px;
  z-index: -1;
}
.pulse-class {
  width: 48px;
  height: 48px;
}


/* payment */
.box-full {
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
}

.deposit-to-pay {
  border: 0;
}

.electro-pass-bg {
  background-image: url('../../assets/img/Intersect.svg');
   background-position: right;
  background-repeat: no-repeat;
  border: 0;
  margin: 0;
  padding: 0;
  /*left: 48px;*/
  text-align: right;
}
.electro-pass-bg img {
  /*margin-right: 12px;*/
  /*margin-top: 12px;*/
  /* margin-top: auto; */
  /* vertical-align: middle; */
  /* display: inline-block; */
  /* height: 100%; */
  /* max-height: 100%; */
  /* max-width: 100%; */
  /* width: auto; */
  /* height: auto; */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.menu-icon {
  display: inline;
  /*padding-top: 10px;*/
}

.wallet-balance, .user-balance, .user-bonus {
  font-weight: 400;
  color: #353132;
}
.bonus-title {
    font-weight: 500;
    font-size: 30px;
    color: white;
}

.card-deck-scrollable > .card {
  flex: 0 0 40% !important;
  max-width: 40%;
}

.card-deck-scrollable {
  flex-direction: row;
}
.bonus-sub-title {
  color: white;
  text-transform: uppercase;
}

#loyalty-cards .card {
  min-width: 343px;
}




.right-arrow-menu {
  float: right;padding-top: 5px;color: #757575;
}

.offers {
  color: #353132;margin: 10px;padding: 0;padding-top: 18px;font-weight: bold;
}

.offers-all {
  color: #498ad6;float: right;font-size:14px;
}

.offers-yellow {
  background: #fef0cc;border-radius: 8px;margin-top: 15px;padding: 15px;
}
.offers-green {
  background: #dcfecc;border-radius: 8px;margin-top: 15px;padding: 15px;
}


/* left menu */
.menu-arrow-old {
  float: right;
  padding-top: 5px;
  color: #757575;
  padding-left: 12px;
}

.menu-arrow {
  float: right;
  /*padding-top: 5px;*/
  /*color: #757575;*/
  padding-left: 12px;
  right: 14px;
  position: absolute;
}

.menu-arrow2 {
  float: right;
  padding-top: 15px;
  color: #757575;
  padding-left: 12px;
}

.menu-submenu-right-old {
  font-weight: bold;
  float: right;
  color: #498AD6;
  padding-top: 14px;
  font-size: 13px;
}

.menu-submenu-right {
  font-weight: bold;
  float: right;
  color: #498AD6;
  top: 28px;
  font-size: 13px;
  right: 43px;
  position: absolute;
}

.information span.link .menu {
  padding-left: 10px;
  vertical-align: bottom;
}

.menu.title {
  font-size: 14px;
  color: #6F6F6F;
}

/* home */
#your-menu-block .row.pt-2 .col {
  /*min-width: 112px;*/
}

#your-menu-block .card-body h6 {
  font-weight: 400;
}

#your-menu-block .card-body img {
  width: 60px;
  height: 60px;
}


#info-card .promo {
  border-radius: 8px;
}
.info-card {
  padding: 15px;
  margin-top: 15px;
  background-color: rgb(255,255,255);
  border-radius: 8px;
}

.text-center.centered-title {
  padding-top: 15px;
  /*font-weight: bold;*/
  font-size: 24px;
  color: #353132;
}

/* payment */
.col.payment {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 15px;
}

.text-center.sum {
  /*font-size: 40px;*/
  padding-top: 15px;
}

.d-xl-flex.justify-content-xl-center.text-center.wallet-icon img {
  width: 60px;
}

.d-xl-flex.justify-content-xl-center.text-center.wallet-icon {
  height: 50px;
}

/* unpaid */







/* schedule */
.club-logo {
  width: 140px;
  margin-right: 50px;
}
.scheduling {
}
.scheduling .filter-option-inner-inner {
  color: #212529 !important;
  text-transform: uppercase;
  font-size: 2em !important;
  font-weight: 300;
}
.scheduling .dropdown-toggle::after {
  display: none;
}
.scheduling #datepicker {
  border: 1px solid #f7f7f7;
  border-radius: 3px !important;
  background: #f7f7f7;
}
.all-filters {
  cursor: pointer;
}
#filter {
  background: #ffffff;
  font-size: 14px;
  border: 0;
}


#filter select, #ageMin, #ageMax, #cert-types, #doc-types, #relatives, #doc-year, #club-listn {
  /*border: 1px solid #efefef;*/
  /*border: 0;*/
  background-color: white;
  font-size: 14px;
  padding: 0 8px;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
}

#filter select, input#datepicker, select#cert-types, select#doc-types, select#relatives, select#doc-year, select#club-listn {
    /*background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right center;*/
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url('../../assets/img/arrow-point-bottom.svg');
    background-size: 7px;
    cursor: pointer;
}

.newtable {
  width: 100%;
  border-collapse: collapse;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
}
.newtable thead th, .table-row-grey {
  padding: 10px;
  text-align: left;
  background-color: #f7f7f7;
}
.newtable tbody {
  border: 1px solid #efefef;
  border-radius: 25px;
}
.newtable thead th {
  border: 1px solid #efefef;
}
.newtable tbody td {
  padding: 8px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  /*border-bottom: 1px solid black;*/
}

.newtable .noline-doc td {
  border-bottom: none;
}

#club-selection .dropdown-item .text-muted {
    display: block;
    padding: 0;
}

img.back {
    padding: 5px;
    margin: 10px 10px 5px 0;
}

img.back:hover {
    border-radius: 30px;
    background: #ffffff;
}

#event-tags, #place-time, #trainer, #parameters {
  background: white;
  padding: 20px;
}

#event-tags .list-inline-item {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 16px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
}

#program-tags .list-inline-item,
#serviceTags .list-inline-item,
.serviceTags .list-inline-item,
.tag-list .list-inline-item {
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
}

#tagList .list-group-item span.active,
#program-tags .list-inline-item  span.active,
#serviceTags .list-inline-item  span.active,
.serviceTags .list-inline-item  span.active,
.tag-list .list-inline-item  span.active {
  font-size: 1em;
  background-color: #fb0000;
  border: 1px solid #fb0000;
  color: white;
  border-radius: 15px;
  padding: 6px 15px;
}

#program-tags .list-inline-item span,
#serviceTags .list-inline-item span,
.serviceTags .list-inline-item span,
.tag-list .list-inline-item span
{
  background-color: white;
  border: 1px solid #F1F1F1;
}

#program-tags .list-inline-item,
#serviceTags .list-inline-item,
.serviceTags .list-inline-item,
.tag-list .list-inline-item {
  padding-left: 0;
  cursor: pointer;
}

#tagList .list-group-item :not(.active),
#program-tags .list-inline-item :not(.active),
#serviceTags .list-inline-item :not(.active),
.serviceTags .list-inline-item :not(.active),
.tag-list .list-inline-item :not(.active)
{
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    padding: 6px 15px;
    width: auto;
}

#tagList .list-group-item :hover,
#program-tags .list-inline-item :hover,
#serviceTags .list-inline-item :hover,
.serviceTags .list-inline-item :hover,
.tag-list .list-inline-item :hover
{
    background-color: #fb0000;
    border: 1px solid #fb0000;
    color: white;
    border-radius: 15px;
    padding: 6px 15px;
    width: auto;
}

#tagList .list-group-item span,
#serviceTags .list-group-item span,
.serviceTags .list-group-item span,
.tag-list .list-group-item span {
  white-space: nowrap;
}

#tagList .list-group-item,
#serviceTags .list-group-item,
.serviceTags .list-group-item,
.tag-list .list-group-item
{
  padding-left: 0;
}

#tagList .list-group-item.active,
#serviceTags .list-group-item.active,
.serviceTags .list-group-item.active,
.tag-list .list-group-item.active {
  /*font-weight: bold;*/
  background-color: #ffffff;
  border-color: inherit;
  color: inherit;
}

.schedule-icons {
  /*padding: 10px !important;*/
}

.secondary-options {
    /*display: none;*/
}

#schedule-list .list-group-item.list-group-item-action {
  min-width: 190px;
  /*border: 2px solid #f7f7f7;*/
  cursor: pointer;
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  padding: 0 !important;
}

#schedule-list span {
  white-space: normal;
}

#schedule-list .row {
  width: 100%;
  padding: 0;
  margin: 0;
}

.col.event {
  cursor: pointer !important;
}

#schedule-list .event, #schedule-list .day, #schedule-list .list-group-item {
  max-width: 225px;
  overflow: hidden;
}

#schedule-list .event:hover {
  background-color: #f7f7f7;
}
#schedule-list > .list-group-item > div:nth-child(2) > div > div:nth-child(1) {
  margin-bottom: 5px;
  font-size: 3.5vw;
}

#tagList .list-group-item.list-group-item-action {
  width: auto;
}

#filter .list-group-item:hover {
    background: #ffffff;
    /*text-align: left;*/
}

.list-group-horizontal .list-group-item {
  cursor: pointer;
}

.schedule .filter-option-inner-inner {
  font-size: inherit;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

.services .card h4 {
  position: absolute;
  padding-left: 20px;
  color: white;
  /*margin-top: 32%;*/
  font-size: 20px;
  top: 138px;
  z-index: 1;
}

.services .card h4 {
  position: absolute;
  color: white;
  /*margin-top: 32%;*/
  font-size: 16px;
  top: 198px;
  z-index: 1;
  /* bottom: 210px; */
  background: #0000009c;
  border-radius: 6px;
  padding: 8px;
  padding-left: 20px;
}

.buy-club-card .services .card h4 {
  position: initial;
  padding-left: 0px;
  color: white;
  /* margin-top: 32%; */
  font-size: 20px;
  top: 138px;
  z-index: 1;
  background: none !important;
}
.service.shortDescription .more {
  font-weight: bold;
  font-size: 16px;
  color: #498AD6;
}



#left-menu {
  scrollbar-width: thin;
}

#left-menu .menu-icon {
  max-height: 26px;
}

#left-menu .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  border-left: 2px solid red;
}

#left-menu .list-group-item.information {
  cursor: pointer !important;
}


#nav-service-categories .list-group-item.active,
.nav-service-categories .list-group-item.active,
#nav-level1-categories .list-group-item.active,
.nav-level1-categories .list-group-item.active,
#nav-service-categories-info .list-group-item.active
{
  border-bottom: 2px solid red;
  background-color: inherit;
  border-radius: 0;
}

#nav-service-categories .list-group-item,
.nav-service-categories .list-group-item,
#nav-level1-categories .list-group-item,
.nav-level1-categories .list-group-item,
#nav-service-categories-info .list-group-item
{
  width: auto;
  background-color: inherit;
  cursor: pointer !important;
}

#nav-service-categories a.active:hover,
.nav-service-categories a.active:hover,
#nav-level1-categories a.active:hover,
.nav-level1-categories a.active:hover,
#nav-service-categories-info a.active:hover
{
  border-bottom: none;
}

#nav-service-categories a,
.nav-service-categories a,
#nav-level1-categories a,
.nav-level1-categories a,
#nav-service-categories-info a
{
  /*font-family: sans-serif;*/
  text-decoration: none;
  color: gray !important;
  position: relative;
  margin: 10px 0;
  display: inline-block;
  /*padding: 12px 10px;*/
  height: 45px;
  border-radius: 0;
}

#nav-service-categories a::after,
#nav-service-categories a.active:after,
.nav-service-categories a::after,
.nav-service-categories a.active:after,
#nav-level1-categories a::after,
#nav-level1-categories a.active:after,
.nav-level1-categories a::after,
.nav-level1-categories a.active:after,
#nav-service-categories-info a::after,
#nav-service-categories-info a.active:after
{
  content: "";
  background: red;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: .16s all 0.025s;
  border-radius: 0;
}

#nav-service-categories,
.nav-service-categories,
#nav-level1-categories,
.nav-level1-categories,
#nav-service-categories-info
{
  border-bottom: 1px solid #e7e7e7;
}

#nav-service-categories a,
.nav-service-categories a,
#nav-level1-categories a,
.nav-level1-categories a,
#nav-service-categories-info a
{
  margin: 0;

}

#nav-service-categories a::after,
.nav-service-categories a::after,
#nav-level1-categories a::after,
.nav-level1-categories a::after,
#nav-service-categories-info a::after
{
  left: 100%;
  right: 0;
}

#nav-service-categories a:hover ~ a::after,
.nav-service-categories a:hover ~ a::after,
#nav-level1-categories a:hover ~ a::after,
.nav-level1-categories a:hover ~ a::after,
#nav-service-categories-info a:hover ~ a::after
{
  left: 0;
  right: 100%;
}

#nav-service-categories a:hover::after,
.nav-service-categories a:hover::after,
#nav-level1-categories a:hover::after,
.nav-level1-categories a:hover::after,
#nav-service-categories-info a:hover::after
{
  left: 0;
  right: 0;
}

.click-profile, .click-profile .row,
.click-profile .user-firstName,
.click-profile .user-lastName,
.click-profile .col, #nav-list .list-group-item {
  cursor: pointer !important;
}
#left-menu .list-group-item:last-child {
  /*border-radius: 8px;*/
}
.services .card .card-text {
  border-bottom: none;
}


.card {
  cursor: pointer;
}
#event-info .card {
  max-width: 700px;
}

@keyframes animatebottom {
    from {
        bottom: -150px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}


/* components */
/* horizontal schedule line */
.frame {
  width: 445px;
  height: 65px;
  padding: 0;
  margin: 0 auto;
  /*border: 1px solid;*/
}
.frame .slidee {
  margin: 0; padding: 0;
  height: 100%; list-style: none;
  overflow: hidden;
}

/*.frame .slidee li { float: left; margin: 0 5px 0 0; padding: 0; width: 120px; height: 100%; }*/
.slidee .col {
  /*margin: 0;*/
  /*padding: 0;*/
  /*padding: 0px 0px 0px 5px;*/
}

.schedule-line {
  font-weight: 500;
  font-size: 14px;
  /*max-width: 448px;*/
  margin: auto;
  overflow-x: auto;
  /*min-width: 1000px;*/
}

.schedule-line .col div {
  padding-bottom: 8px;
}

.day.u-line {
  border-bottom: 2px solid #498AD6;
}

.round.red.active {
  background-color: red;
  color: white;
}

.schedule-line .col {
  cursor: pointer;
}

.schedule-line .round {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: inline-block;
  padding-top: 3px;
}

.round.red {
  border: 1px solid red;
  background-color: white;
}

.day.active, .day.today, .font-blue-0 {
  color: #498AD6;
}

.round.active {
  background: #498AD6;
  color: white;
}

.round.today {
  font-weight: bold;
  color: #498AD6;
}

.today.active {
  color: white;
}

.round.empty {
  color: #bdbdbd;
}



/* general */
.club-selection-h {
  font-weight: 600;
  font-size: 26px;
  padding-right: 15px;
  display: inline;
}

.f28 {
  font-size: 28px !important;
}

.f26 {
  font-size: 26px !important;
}

.f24 {
  font-size: 24px;
}

.f22 {
  font-size: 22px;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f15 {
  font-size: 15px;
}

.f14 {
  font-size: 14px;
}
.f12 {
  font-size: 12px;
}
.f10 {
  font-size: 10px;
}
.b-grey {
  background: #f7f7f7;
}

.bg-grey {
    /*background: #E7E7E7;*/
    background: #f7f7f7;
}

a.delete-card.dropdown-item {
  background-color: inherit;
}
/*.dropdown .dropdown-menu{*/
/*  display: block;*/
/*  opacity:0;*/
/*  -webkit-transition: all 200ms ease-in;*/
/*  -moz-transition: all 200ms ease-in;*/
/*  -ms-transition: all 200ms ease-in;*/
/*  -o-transition: all 200ms ease-in;*/
/*  transition: all 200ms ease-in;*/
/*}*/
/*.dropdown:hover .dropdown-menu {*/
/*  display: block;*/
/*  opacity: 1;*/
/*}*/

.notifications.badge {
  /* background: none; */
  position: absolute;
  right: -10px;
  background: red;
  color: white;
  border-radius: 15px;
  top: -5px;
  /*width: 18px;*/
  z-index: 1;
}

#usermenu, #notification-menu, #card-menu {
  cursor: pointer;
}

#usermenu .dropdown-menu,
#notification-menu .dropdown-menu
#card-menu .dropdown-menu
{
  display: block;
  visibility: hidden;
  opacity:0;
  transform: translateY(20px);
  transition:.5s ease all;
}

#usermenu  .dropdown-menu.show,
#notification-menu .dropdown-menu.show,
#card-menu .dropdown-menu.show
{
  display: block;
  visibility: visible;
  opacity:1;
  transform: translateY(0px);
  transition:.5s ease all;
}

#notification-menu .dropdown-menu.show {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  border: none;
}

/* schedule */
.schedule.row {
  /*min-height: 245px;*/
  min-height: 175px;
}
/*.schedule.row:last-child {*/
/*  min-height: auto;*/
/*}*/
.schedule.row > div {
  border-bottom: 2px solid #f7f7f7;
}

.empty-day .schedule.row {
  min-height: 183px;
}

.col.m-0.p-2.event:hover {
  background: #ffffff;
}

.bottom-line {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.top-line {
  border-top: 1px solid #F1F1F1;
  margin-top: 5px;
  padding-top: 5px;
}
.line-bb:not(:last-child), .profile .col-lg-7 {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.line-bb.action {
  cursor: pointer;
}
#online-links .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -15px;
  right: 0;
}
#links-list > .row {
  margin: 0 !important;
}

.action, .action div {
  cursor: pointer !important;
}

.list-group-item.action {
  cursor: pointer !important;
}

.lbb-g1 {
  border-bottom: 1px #efefef solid;
}

.line-category {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.line-category--nl {
  border: none;
}

/* daterangepicker */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #fb0000;
}
.daterangepicker td.in-range {
  background-color: #f8e3e8;
}
.daterangepicker .applyBtn {
  background-color: #fb0000;
  border-color: #e20900;
}
#datepicker {
  font-size: 14px;
  border: 1px solid #F1F1F1;
  border-radius: 3px !important;
}
.daterangepicker {
}


.mt-d {
  /*padding-top: 74px;*/
}

/* media */
.trainer-category-header {
  height: 95px;
}

/* >= LG (from Desktops) */
@media (min-width: 992px) {
  .col-lg-5.data-title {
    background-color: white;
  }
}

/* left side menu off */
/* >= MD (from Mobile) */
@media (min-width: 768px) {
  .container {
     max-width: initial !important;
  }
  #pay-btn-small {
    display: none;
  }
}

/* mobile */
@media (max-width: 540px) {
  .bootstrap-select .dropdown-menu ul li .text-muted {
    max-width: 250px;
    /*white-space: nowrap;*/
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* < MD (Mobile) */
@media (max-width: 767px) {
  .clubs-left-side-map {
    min-height: 200px;
  }
  .frame {
    width: auto;
  }
  #your-menu-block .card-body h6 {
    font-size: 12px;
  }
  #your-menu-block .col {
    min-width: 108px;
  }
  #pay-btn.topup {
    display: none;
  }
  .col.payment .box-container h4 {
    font-size: 14px;
    color: #A0A0A0;
    text-transform: uppercase;
    margin:0;
    text-align: left;
  }
  #dashboard.schedule {
    margin-top: 0;
    background-color: #f7f7f7;
  }
  .col.payment {
    margin:0;
  }
  .club-tooltip.tooltip {
    left: 10px !important;
    width: 40%;
  }
  #tooltip-container:after {
    border: none;
    width: 100%;
  }
  .tooltip-inner {
    max-width: initial;
  }
  .tippytrip {
    width: 60%;
  }
  #pay-btn-small {
    color: #ed1d24;
    background: inherit !important;
    display: block;
    border: 0;
    position: relative;
    top: -70px;
    width: auto;
    float: right;
    font-weight: 700;
  }
  #pay {
    /*display: none;*/
  }
  .col-lg-12.unpaid {
    padding: 0;
  }
  #filter {
      padding: 0;
      margin: 0;
  }
  .all-filters .small {
    display: none;
  }
  #club-list-menu {
    /*padding-top: 50px;*/
    padding-top: 30px;
    /*padding-bottom: 105px;*/
  }
  .modal.left .modal-content {
    padding-bottom: 126px;
  }
  #left-menu {
    padding-top: 25px;
  }
}

.h100a {
  /*height: 100%;*/
  /*width: auto;*/
  /*max-height: 380px;*/
}
/* > SM */
@media (min-width: 576px) {
  .container {
     max-width: initial !important;
  }
}

.rounded-8 {
  border-radius: 8px;
}
.rounded-11 {
  border-radius: 11px !important;
}
.rounded-12 {
  border-radius: 12px !important;
}

.rounded {
  border-radius: 11px !important;
}

.br-none {
  border-radius: initial;
}

#buy-service-packs-9-2 {
  top: 74px;
  z-index: 3;
}

/* sub menu trigger size */
@media (max-width: 1020px) {
  #buy-service-packs-9-2 {
    top: 124px;
  }
}

/* <= LG*/
@media (max-width: 991px) {
  .trainer-category-header {
    height: 0;
  }
  #club-list-menu {
    /*padding-top: 50px;*/
    padding-top: 30px;
    /*padding-bottom: 105px;*/
  }
  /*#club-search {*/
  /*  margin-top: 30px !important;*/
  /*}*/
  /* compensate 2 top menu bars appearing on mobile */
  .map-right-container {
    /*padding-bottom: 180px;*/
  }
  #modal-class-info {
    top: 125px;
  }
  .mt-d {
    padding-top: 74px;
  }
  #sms-assoc {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  #dashboard {
    padding-top: 50px;
    /*padding-top: 20px;*/
  }
  .home #dashboard {
    padding-top: 0;
  }
  #schedule-list .event, #schedule-list .day, #schedule-list .list-group-item {
    max-width: none;
  }
}


/* input effects */

.effect-7,
.effect-8,
.effect-9,
.effect-900 {
  /*border: 1px solid #ccc;*/
  border: none;
  /*border-bottom: 1px solid #212529;*/
  padding: 7px 14px 9px;
  transition: 0.4s;
}

.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #ED1C24;
  transition: 0.4s;
}
.effect-7 ~ .focus-border:after {
  top: auto;
  bottom: 0;
}
.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #ED1C24;
  transition: 0.6s;
}
.effect-7 ~ .focus-border i:after {
  left: auto;
  right: 0;
}
.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after {
  left: 0;
  width: 100%;
  transition: 0.4s;
}
.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after {
  top: 0;
  height: 100%;
  transition: 0.6s;
}

.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ED1C24;
  transition: 0.3s;
}
.effect-8 ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #ED1C24;
  transition: 0.4s;
}
.effect-8 ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}

.effect-9 ~ .focus-border:before,
.effect-9 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #ED1C24;
  transition: 0.2s;
  transition-delay: 0.2s;
}
.effect-9 ~ .focus-border:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transition-delay: 0.6s;
}
.effect-9 ~ .focus-border i:before,
.effect-9 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #ED1C24;
  transition: 0.2s;
}
.effect-9 ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.4s;
}
.effect-9:focus ~ .focus-border:before,
.effect-9:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.2s;
  transition-delay: 0.6s;
}
.effect-9:focus ~ .focus-border:after {
  transition-delay: 0.2s;
}
.effect-9:focus ~ .focus-border i:before,
.effect-9:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.2s;
}
.effect-9:focus ~ .focus-border i:after {
  transition-delay: 0.4s;
}



/* cards */
.top-right {
  /*position: absolute;*/
  width: 160px;
  right: 15px;
  top: 0;
}

.club-cards .card, .service-packs .card, .buy-club-card .services .card {
  max-width: 380px;
  min-width: 350px;
}

.club-cards .card {
  max-width: 360px;
}

.card-img-overlay {
  color: white;
}
.darken-image-1 {
  filter: brightness(73%);
}

.card--nbr {
  border: none;
  border-radius: 11px !important;
}
.card__card-img--nbr {
  border-radius: 0;
}

.card__card-img--br11 {
  border-radius: 11px;
}

.card-group>.card--nbr:not(:last-child) {
  border-radius: 11px !important;
}

.service-packs .card-header {
  color: white;
}
.service-packs .card-img-overlay{
  /*height: 45%;*/
  /*width: 100%;*/
}

.card-status {
  border-radius: 15px;
  padding: 2px 10px;
  color: white;
  font-size: 14px;
  margin-left: 5px;
  white-space: nowrap;
}

.card-status.unpaid {
  background: #ffcd29;
}
.card-status.pending {
  background: #ffcd29;
}

.card-status.frozen {
  background: #498ad6;
}
.card-status.tobefrozen {
  background: #498ad6;
}

.card-status.active {
  background: #36BB42;
}


.vertical-center {
  top: 50%;
  transform: translateY(-60%);
}

.blue-borders-font, .blue-borders-font button {
  background-color: white;
  border-color: #498AD6;
  color: #498AD6;
}

.blue-borders-font:not(:disabled):not(.disabled):hover,
.blue-borders-font button:hover,
.blue-borders-font:not(:disabled):not(.disabled).active,
.blue-borders-font .active, .blue-borders-font button.active {
  background-color: #498AD6 !important;
  border-color: #498AD6 !important;
  color: white !important;
}

.blue-borders-font.btn-group .btn:first-child {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.blue-borders-font.btn-group .btn:last-child {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
/* PRE-ALPHA */
#recommend-block {
  display: none;
}

/* carousel */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23757575' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23757575' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  /*width: 20px;*/
  height: 10px;
  background: no-repeat 50%/100% 100%;
  /*color: #000;*/
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 40%;
  bottom: 0;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  color: #000;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
  border-radius: 50%;
  background: white;
  height: 30px;
  margin: 2px 13px;
}

#personal-data .dropdown-toggle::after {
  right: 0;
  position: absolute;
}

.btn-sex {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #d5d5d5;
  height: 45px;
  font-size: 14px;
}

/* fixtures */
.modal {
  overflow-y: auto !important;
}

.profile-data input {
  border: none;
}

.mw-170 {
  min-width: 170px;
}

/* squared buttons */
#your-menu-block .card {
  height: 130px;
}

.small-2 {
  font-size: 94%;
  font-weight: 400;
}

/* desktop */
@media (min-width: 1199.98px) {
  .personal-registration-trainer #trainers-list div .card .card-header h4 {
    font-size: 12px;
    padding-left: 10px;
  }
  #your-menu-block .card {
    padding-top: 35px !important;
    height: 180px;
  }
  #your-menu-block .card-body img {
    width: 80px;
    height: 80px;
  }
  /*.right-side-dashboard {*/
  /*  padding-top: 0px;*/
  /*}*/
}


.client-list li.list-group-item.ios.action {
  min-height: 50px;
}

.row.line-bb.bg-white.pt-2.pb-2 {
  min-height: 55px;
}

.events-registration .reg-open a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #ED1C24;
}
.events-registration .card-header h4 {
  top: unset;
}

/* closest event */
#closest-event .subbg2 {
  color: #353132;
  font-size: 16px;
  padding: 0;
  /*margin-left: 20px;*/
}

#closest-event .subbg2-time {
  color: #353132;
  font-size: 16px;
}

#closest-event .subbg1 {
  color: #353132;
  font-size: 16px;
  padding: 0;
  /*margin-left: 62px;*/
}

#closest-event .activity-news .sub {
  color: #6f6f6f;
  font-size: 14px;
  padding: 0;
  /*margin-left: 72px;*/
}

#closest-event {
  background-image: url('/assets/img/background-girl1.png');
  /*height: 235px;*/
  padding: 15px;
  margin-top: 15px;
}

#closest-event .card-title .event {
  color: rgb(255,255,255);font-size: 24px;margin: 10px;padding: 0;padding-top: 18px;font-weight: bold;
}
#closest-event .card-title .all {
  color: rgb(255,255,255);padding-right: 0px;margin-right: 0;margin-top: 10px;margin-left: 0;float: right;
}

#closest-event .info-bubble {
  background: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 5px;
  margin-top: 15px;
  padding: 15px;
}
#closest-event .info-bubble img {
  float: right;
}

#closest-event .info-bubble img.w-side {
  margin-top: -80px;
}

.block-title {
  font-size: 24px !important;
}

.side-activity-toggle {
  position: absolute;
  right: 20px;
  top: 2px;
}

#btn-activity-toggle {
  height: 29px;
  width: 29px;
  padding: 3px;
  border-radius: 4px;
  background-image: url('/assets/img/viewlist.svg');
  background-repeat: no-repeat;
  background-color: inherit;
  /*background-size: cover;*/
  background-position: center;
}

#btn-activity-toggle:hover, #btn-activity-toggle.active {
  color: white;
  background-image: url('/assets/img/viewlist-a.svg');
  background-color: #ec1c24;
}

.buy-freeze-btn {
  font-weight: bold;
  color: #ED1C24;
  position: absolute;
  right:0;
  top: 14px;
}

.modal-backdrop.show {
  opacity: 0.35 !important;
}

span:hover .hunder {
  text-decoration: underline;
}

.barcode img {
  display: initial !important;
}

.gradient-home-1 {
  background: linear-gradient(180deg, rgb(0 0 0/91%) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: white;
}

input.poll-input {
  height: 48px;
  border: 0;
  width: 100%;
}

/* custom centering */
.pct-2 {
  margin-top: 9px !important;
  position: absolute;
}
.text-cap-first:first-letter {
  text-transform: capitalize;
}

img#btn-notifications {
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
}

img#btn-notifications:hover {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/*#your-menu-block .card.shadow-sm:hover {*/
/*  -webkit-animation: animate__flip 1s;*/
/*  animation: animate__flip 1s;*/
/*}*/


#your-menu-block .card.shadow-sm:hover {
  /*box-shadow: 0 0 11px rgba(33,33,33,.2) !important;*/
}

.santa-hat {
  position: absolute;
  top: 10px;
  width: 24px !important;
}

.santa-hat.ufc {
  top: 0;
}

.santa-hat.spa {
  top: 10px;
  /*left: 15px;*/
}

.block-separator {
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #efefef !important;
}

.worldclass-trainer-bg {
  background: url(/assets/img/W_BG.png);
  background-size: cover;
}

.dark-gradient-bg {
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  padding-left: 20px;
  color: white;
  font-size: 20px;
  z-index: 1;
  opacity: 0.9;
  border-radius: 10px;
}

.scheduling .title {
  /*font-size: 30px;*/
  /*position: absolute;*/
  /*top: 8px;*/
  /*left: 198px;*/
  font-weight: bold;
}

.scheduling .filter-option-inner-inner {
  color: #ee1c24 !important;
  font-weight: 700;
}

.rounded-logo {
  border-radius: 50%;
}
.scheduling #datepicker {
  /*width: 200px;*/
  /*border: 0;*/
/* left: 0px; */
/* position: absolute; */
/*  text-align: left;*/
/* top: 2px; */
/* z-index: 2; */
/* border: 1px solid; */
}

.canRecord {
  color: #ED1C24;font-weight: bold;
}

.cannotRecord {
  color: #938d8d;font-weight: bold;
}

.greetings a:hover, .greetings-1 a:hover {
  text-decoration: none;
}

.promocode {
  /* background: linear-gradient(
45deg, #b90909, transparent) #ff3939; */
  /*border: 1px dashed white;*/
  border-radius: 5px;
  /* width: 100px; */
  text-align: center;
  margin: 0 auto;
  /* color: white; */
  padding: 15px;
  border: 2px dashed red;
  cursor: pointer;
}

.progress1 {
  /*margin: 15px;*/
  /*border:2px dashed red;*/
  /*height:58px;*/
  /*border-radius:5px;*/
}

.progress1 .progress-bar.active {
  /* padding-top: 17px; */
  font-weight: 700;
  animation: progress-bar-stripes .8s linear infinite;
  background-color: #ed1c24;
  border-radius: 5px;
  height: 58px;
}

.dotdotdot:after {
  font-weight: 300;
  content: '...';
  display: inline-block;
  width: 20px;
  text-align: left;
  animation: dotdotdot 1.5s linear infinite;
}

@keyframes dotdotdot {
  0%   { content: '...'; }
  25% { content: ''; }
  50% { content: '.'; }
  75% { content: '..'; }
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}


/* lockers */
.lockers svg {
  /*width: 700px;*/
  width: 100%;
  margin: 0 auto;
  animation: fadeIn;
  animation-duration: 1s;
  /*transform: skew(47deg, 158deg);*/
}
.lockers #svg-legend svg {
  width: 100%;
}

.lockers svg rect {
  transition: fill 0.2s ease-out;
}

.lockers #tooltip {
  background: white;
  z-index: 1;
  /*border: 1px solid black;*/
  box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 8%);
  border-radius: 5px;
  padding: 5px;
}


/*.lockers .clubs-select-list {*/
/*  padding: 4px;*/
/*  top: -2px;*/
/*}*/

.lockers .row .zoom {
  font-size: 16px;
  position:  fixed;
  top:50%;
  z-index:1;
  /*width: 38px;*/
  /*right: 90px;*/
   width: 48px;
  right: 73px;
  /*border: 1px solid red;*/
}
.lockers .btn.rounded {
  border-radius: 50% !important;
}
.lockers .btn.rounded {
  /* border: 1px solid #353132; */
  background: white;
  box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 8%);
}

.lockers #filter {
  background: wheat;
}

.lockers .filter-option-inner-inner {
  /*color: #ee1c24 !important;*/
  font-weight: 700;
  font-size: 24px !important;
  /*text-decoration: underline;*/
  /*text-decoration-color: #ee1c24;*/
  /*text-decoration-color: #353132;*/
  /*text-decoration-thickness: 3px;*/
  /*text-underline-offset: 6px;*/
}


.lockers .clubs-select-list.big {
  font-size: 18px !important;
  left: -8px;
}

.events-registration-data [id$="-error"] {
  font-size: 12px;
  color: red;
}

.l-500 {
  max-width: 500px;
}
/* new style */
/*.rounded, .login-container, .box-container {*/
/*  border-radius: 1.25rem!important;*/
/*}*/

/*.btn {*/
/*  border-radius: 23px!important;*/
/*  height: 46px!important;*/
/*  font-weight: bold!important;*/
/*}*/

.testmode {
  position: absolute;
  font-size: 12px;
  top: 10px;
  border-radius: 10px;
  border: 1.5px solid red;
  background: white;
  padding: 0 5px;
  left: 115px;
}


.custom-control-label a, .dotted-link {
  text-decoration: underline !important;
  /* line-height: 1.25px; */
  text-underline-offset: 2px;
  text-decoration-style: dotted !important;
  text-decoration-color: #7a7b7b !important;
}

.cards_docs_popup {
  padding: 20px;
  color: #000;
  background-color: #fff;
  font-size: 14px;
}

@font-face {
  font-family: "icomoon";
  src: url("https://my.worldclass.ru/assets/font/icomoon.eot?kz2wgv");
  src: url("https://my.worldclass.ru/assets/font/icomoon.eot?kz2wgv#iefix") format("embedded-opentype"),
  url("https://my.worldclass.ru/assets/font/icomoon.ttf?kz2wgv") format("truetype"),
  url("https://my.worldclass.ru/assets/font/icomoon.svg?kz2wgv#icomoon") format("svg"),
  url("https://my.worldclass.ru/assets/font/icomoon.woff?kz2wgv") format("woff");
  font-weight: 400;
  font-style: normal
}


[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#cards_docs_popup_rules, #cards_docs_popup_contract_form, #cards_docs_popup_rules_cards {
  max-width: 768px;
}
.cards_docs_popup {
  padding: 20px;
  color: #000;
  background-color: #fff;
  font-size:14px;
}
.cards_docs_popup_box .mfp-content .i-link.cards-desc__link {
  display: block !important;
  width: auto;
}
.cards-desc__link {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.i-link {
  color: inherit;
  font-style: inherit;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.cards-desc__icon {
  font-size: 30px;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-link {
  color: #424242 !important;
  text-decoration: none;
}
.icon-pdf::before {
  content: "";
}

input#datesp[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input#infodate {
  position: absolute;
  font-size: 14px;
  z-index: 100;
  pointer-events:none;
  display:none;
  border-right: none !important;
}

.support-write-us {
  text-decoration: underline;
}

.show-after-success {
  display:none;
}

.style1 h1 {
  font-size: 1.35rem !important;
  font-weight: 100;
  letter-spacing: 2px;
  /* font-size: 16px; */
}

.style1 h4 {
  font-size: 2.2rem;
  font-weight: bold;
  /*width: 630px;*/
  /* line-break: anywhere; */
  word-break: break-word;
}

.style1 h1, .style1 h4 {
  padding-left: 155px;
}

.style1 .logo {
  background: url("/assets/img/favicon.svg");
  width: 115px;
  position: absolute;
}
.style1.logo.hidden {
  display: none;
}

.style1 .list-group-item .col.text-center.pt-2.pb-2,
.style1 .list-group-item .col.text-center.pt-2.pb-2.group,
.style1 .list-group-item .col.text-center.pt-2.pb-2.water
{
  text-transform: uppercase;
  text-align: center;
  border-radius: 18px;
  margin-bottom: 15px !important;
}

.style1#schedule-list .list-group-item.list-group-item-action {
  border: 4px solid #ffffff !important;
}
#schedule-list.style1 {
  padding-top: 35px;
}
.style1 .text-danger.fService {
  color: black !important;
  font-weight: bold !important;
  font-size: 1.15em;
}

/*.style1 .text-danger.fService { text-transform: lowercase !important; }*/
.style1 .text-danger.fService { text-transform: capitalize !important; }

/*.style1 .text-danger.fService::first-letter { text-transform: uppercase !important; }*/

.style1 .schedule.row .col.event {
  height: 175px;
  background: #ededed;
  border-radius: 20px;
  margin-bottom: 10px !important;
}


.ndfl .form-control {
  outline: 0;
  background: #f8f8f8;
  border: 1px solid #f8f8f8 !important;
  border-radius: 9px !important;
}

.ndfl select#doc-types,
.ndfl select#relatives,
.ndfl select#doc-year,
.ndfl select#club-listn {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url(../../assets/img/arrow-point-bottom.svg);
  background-size: 7px;
  cursor: pointer;
  border-radius: 9px;
  border: 2px solid #efefef;
}
.ndfl .form-control::placeholder {
  font-size: 14px;
}

button#generatePdf, button#sendform {
  background: black !important;
  border-radius: 18px;
  transition: background-color 0.5s ease;
}

button#new-doc {
    background: black !important;
    border-radius: 18px;
    transition: background-color 0.5s ease;
  }

button#addfile {
  background: white !important;
  border-radius: 18px;
  border: 1px solid black !important;
  color: black !important;
  font-size: 80% !important;
  transition: background-color 0.5s ease;
}


.border-group-docs {
  border: 2px solid #f4f4f4;
  padding: 22px 10px 10px 15px !important;
  border-radius: 9px;
  margin: 0;
  margin-bottom: 35px;
}

.border-group-docs-d {
  border: 2px solid #f4f4f4;
  padding: 22px 0 10px 10px !important;
  border-radius: 9px;
  margin: 0;
  margin-bottom: 35px;
}

.border-group-docs-dashed {
  /*border: 2px dashed #f4f4f4;*/
  border: 1px dashed #b7b7b7;
  /*padding: 22px 0 10px 10px !important;*/
  padding: 10px !important;
  border-radius: 9px;
  margin: 0;
  margin-bottom: 35px;
  background: #f8f8f8;
}

.text-decoration-underline2 {
  text-decoration: underline !important;
}

#drop-area.dragover {
  background-color: #969696;
}

#uploaded-files {
  margin: 20px;
  padding: 15px;
  /*border: 1px solid #ddd;*/
  border-radius: 5px;
  /*background-color: #f9f9f9;*/
}

#uploaded-files-list {
  list-style-type: none;
  padding: 0;
}

#uploaded-files-list li {
  padding: 5px 0;
  color: #969696;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 12px;
}


/* Drop area styling */
#drop-area {
  /*position: relative;*/
  /*border: 2px dashed #ccc;*/
  /*border-radius: 10px;*/
  /*padding: 20px;*/
  /*text-align: center;*/
  /*color: #ccc;*/
  /*font-size: 20px;*/
  /*margin: 20px;*/
  /*min-height: 100px;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  transition: all 0.3s ease;
  position: relative;
}

#drop-area.dragover {
  border-color: #000;
  background-color: rgba(0,0,0,0.05);
}

#drop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.9);
  pointer-events: none;
}

#drop-button {
  font-size: 48px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #aaafae;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  /*position: relative;*/
  /*top: 40px;*/
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s;
  z-index: 1000;
  /*position: fixed;*/
  margin: auto;
  pointer-events: auto;
}

#drop-area.dragover #drop-overlay {
  display: flex;
}

#drop-button:hover {
  transform: scale(1.1);
}

#drop-button {
  pointer-events: none;
}

.client-upload-btn {
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
  height: 29px;
  min-height: 12px;
  line-height: 1px;
  border: 1px solid #626567;
  background: white !important;
  color: black;
  border-radius: 18px;
}

.client-upload-btn:hover, .client-upload-btn:focus {
  background-color: black !important;
  color: white !important;
  border: 1px solid black;
}



.scrollablelr {
  display: block;
  width: 100%;
  overflow-x: scroll; /* Changed from 'auto' to 'scroll' to always show bar */
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #888 #f1f1f1; /* For Firefox */
}

.scrollablelr table {
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

/* Custom scrollbar for WebKit browsers (Chrome, Safari) */
.scrollablelr::-webkit-scrollbar {
  height: 8px; /* Makes horizontal scrollbar always visible */
}

.scrollablelr::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollablelr::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.scrollablelr::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}