/* stylelint-disable  color-no-hex*/
/* stylelint-disable  color-no-hex*/
@import "bootstrap-reboot.css";
@import "bootstrap-grid.css";
@import url("https://use.typekit.net/vwa1vxr.css");
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  text-align: left;
  color: #212121;
}

h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

body .pull-right {
  float: right;
}
body .pull-left {
  float: left;
}
body .clickable {
  cursor: pointer;
}
body .text-align-left {
  text-align: left;
}
body .text-align-right {
  text-align: right;
}
body .text-align-center {
  text-align: center;
}
body .hidden, body .hide {
  display: none;
}
body .rounded-corners-50 {
  border-radius: 12px;
}
body .rounded-corners {
  border-radius: 24px;
}
body .ui-helper-hidden-accessible {
  display: none;
}
body .icon, body .icon-tooltip-medium {
  outline: 1px solid orange;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}
body .btn-blue {
  outline: 1px solid orange;
}
body .clear {
  clear: both;
}
body .nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .DynarchCalendar-topCont {
  width: 200px;
}
body .ui-code-block {
  font-family: monospace;
  background-color: #F5F5F5;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
}
body .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
body .fade.in {
  opacity: 1;
}
body .collapse {
  display: none;
}
body .collapse.in {
  display: block;
}
body .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
body .connected-members-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
body .connected-members-holder-plain {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
body .connected-members-holder-plain .ui-profile-pic {
  margin-right: 16px;
}
body .align-buttons-right {
  text-align: right;
}
body .align-buttons-right .ui-button:not(:last-child) {
  margin-right: 8px;
}
body .align-buttons-left .ui-button:not(:first-child) {
  margin-left: 8px;
}
body .gap-default {
  gap: 16px;
}
body .gap-50 {
  gap: 8px;
}

body {
  font-family: "sofia-pro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #424242;
}
body.portal_background {
  background-color: #333333;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body .password-toggle-on, body .password-toggle-off {
  position: absolute;
  top: 40px;
  right: 10px;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
}
body .password-toggle-off {
  display: none;
}
body .full-height {
  height: 100vh;
}
body .g-recaptcha {
  display: inline-block;
}
body .ui-tooltip-icon.loading {
  animation: animation-loading 1.2s linear infinite;
}
@keyframes animation-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.error-page {
  background-color: #FFF;
  height: 100%;
}
body.error-page .h-100 {
  height: 100%;
}
body.error-page .h-100 .container {
  max-width: 40%;
}
body.error-page .h-100 .container img {
  margin-bottom: 16px;
}
body.error-page .h-100 .container p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}
body.error-page .h-100 .container p a {
  font-size: 16px;
  line-height: 20px;
}
body .form-group {
  margin-bottom: 16px;
  position: relative;
}
body .form-group.has-toggle label {
  padding-left: 45px;
  font-weight: normal;
}
body .form-group .text {
  min-height: 24px;
  display: flex;
  align-items: center;
}
body .form-group a {
  color: #424242;
}
body .form-group p {
  padding: 0;
  margin: 0;
}
body .form-group .icon {
  margin-right: 16px;
}
body .form-group label {
  font-weight: 600;
}
body .form-group label.full-width {
  width: 100%;
}
body .form-group .label-row .url {
  text-align: right;
}
body .form-group:last-child {
  margin-bottom: 0;
}
body .form-group.hr {
  border-top: 2px solid #F5F5F5;
  padding-top: 16px;
}
body .form-group.url {
  font-size: 14px;
  line-height: 20px;
}
body .form-group.url a {
  color: #03A9F4;
}
body .form-group.url a:hover {
  color: #039CE0;
}
body .message {
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 8px 16px;
  background: #FAFAFA;
  display: flex;
  gap: 8px;
  align-items: start;
}
body .message.error {
  background: #FFEBEE;
  color: #424242;
}
body .message.warning {
  background: #FFA726;
}
body .message.success {
  background: #66BB6A;
}
body .message.info {
  background: #E3F2FD;
}
body .no-captcha-text {
  font-size: 12px;
  line-height: 16px;
}
body #virtuagym_footer {
  background-color: #FFF;
  width: 100%;
  padding: 16px;
  color: #757575;
}
body #virtuagym_footer.static {
  position: fixed;
  bottom: 0;
}
body #virtuagym_footer .links a {
  margin-left: 16px;
}
body #virtuagym_footer a {
  color: #757575;
}
body #virtuagym_footer a:hover {
  color: #9e9e9e;
}
body .list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .list-inline li {
  display: inline-block;
}
body table {
  width: 100%;
  border-collapse: collapse;
}
body table tr:nth-child(odd) {
  background-color: #F5F5F5;
  border-radius: 16px;
}
body table th, body table td {
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}
body table td:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
body table td:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
body table.small th, body table.small td {
  height: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
body .no-margin {
  margin: 0;
}
body .disclaimer {
  font-size: 12px;
  line-height: 16px;
}
body.page_register_club_contact .contact-row {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
body.page_register_club_contact .contact-row .text {
  margin-left: 8px;
}
body.page_register_club_contact .contact-row:last-child {
  margin-bottom: 0;
}
body.page_register_club_contact table.opening_hours tbody tr td {
  padding-left: 8px;
  padding-right: 8px;
}
body.page_register_club_contact table.opening_hours tr.day_1, body.page_register_club_contact table.opening_hours tr.day_3, body.page_register_club_contact table.opening_hours tr.day_5, body.page_register_club_contact table.opening_hours tr.day_0 {
  background-color: #F5F5F5;
  border-radius: 16px;
}
body.page_register_club_contact table.opening_hours tr.day_2, body.page_register_club_contact table.opening_hours tr.day_4, body.page_register_club_contact table.opening_hours tr.day_6 {
  background-color: transparent;
  border-radius: 0;
}
body.page_register_club_contact table.opening_hours tr.no-top-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.page_register_club_contact table.opening_hours tr.no-top-radius td:first-child {
  border-top-left-radius: 0;
}
body.page_register_club_contact table.opening_hours tr.no-top-radius td:last-child {
  border-top-right-radius: 0;
}
body.page_register_club_contact table.opening_hours tr.no-bottom-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.page_register_club_contact table.opening_hours tr.no-bottom-radius td:first-child {
  border-bottom-left-radius: 0;
}
body.page_register_club_contact table.opening_hours tr.no-bottom-radius td:last-child {
  border-bottom-right-radius: 0;
}
body.page_register_register_with_transfer #transfer_account, body.page_register_register_with_transfer #new_account {
  margin-bottom: 16px;
}
body.page_register_register_profile_information form#register, body.page_register_register_enduser_profile_information form#register {
  margin-bottom: 16px;
}
body.page_register_register_profile_information .form-group, body.page_register_register_enduser_profile_information .form-group {
  margin-bottom: 16px;
}
body.page_register_register_profile_information .form-group.date-of-birth, body.page_register_register_enduser_profile_information .form-group.date-of-birth {
  display: flex;
  flex-wrap: wrap;
}
body.page_register_register_profile_information .form-group.date-of-birth label, body.page_register_register_enduser_profile_information .form-group.date-of-birth label {
  width: 100%;
}
body.page_register_register_profile_information .form-group.date-of-birth #bday_month, body.page_register_register_profile_information .form-group.date-of-birth #dob_month, body.page_register_register_enduser_profile_information .form-group.date-of-birth #bday_month, body.page_register_register_enduser_profile_information .form-group.date-of-birth #dob_month {
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  width: 50px;
}
body.page_register_register_profile_information .form-group.user-length, body.page_register_register_enduser_profile_information .form-group.user-length {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.page_register_register_profile_information .form-group.user-length label, body.page_register_register_enduser_profile_information .form-group.user-length label {
  width: 100%;
  flex: 0 0 100%;
}
body.page_register_register_profile_information .form-group.user-length #cm, body.page_register_register_profile_information .form-group.user-length #length_0, body.page_register_register_enduser_profile_information .form-group.user-length #cm, body.page_register_register_enduser_profile_information .form-group.user-length #length_0 {
  flex: 1;
  margin-right: 8px;
}
body.page_register_register_profile_information .form-group.user-length #cm #length, body.page_register_register_profile_information .form-group.user-length #cm input[name=length_cm], body.page_register_register_profile_information .form-group.user-length #length_0 #length, body.page_register_register_profile_information .form-group.user-length #length_0 input[name=length_cm], body.page_register_register_enduser_profile_information .form-group.user-length #cm #length, body.page_register_register_enduser_profile_information .form-group.user-length #cm input[name=length_cm], body.page_register_register_enduser_profile_information .form-group.user-length #length_0 #length, body.page_register_register_enduser_profile_information .form-group.user-length #length_0 input[name=length_cm] {
  width: 100%;
  height: 46px;
}
body.page_register_register_profile_information .form-group.user-length #feet, body.page_register_register_enduser_profile_information .form-group.user-length #feet {
  flex: 1;
}
body.page_register_register_profile_information .form-group.user-length #length_1, body.page_register_register_enduser_profile_information .form-group.user-length #length_1 {
  flex: 1;
  margin-right: 8px;
}
body.page_register_register_profile_information .form-group.user-length #length_1 input, body.page_register_register_enduser_profile_information .form-group.user-length #length_1 input {
  width: 50px;
}
body.page_register_register_profile_information .form-group.user-length #length_1 input:first-child, body.page_register_register_enduser_profile_information .form-group.user-length #length_1 input:first-child {
  flex: 1;
}
body.page_register_register_profile_information .form-group.user-length #distance_unit, body.page_register_register_profile_information .form-group.user-length #length_units, body.page_register_register_enduser_profile_information .form-group.user-length #distance_unit, body.page_register_register_enduser_profile_information .form-group.user-length #length_units {
  width: 100px;
}
body.page_register_register_profile_information .form-group.user-weight, body.page_register_register_enduser_profile_information .form-group.user-weight {
  display: flex;
  flex-wrap: wrap;
}
body.page_register_register_profile_information .form-group.user-weight label, body.page_register_register_enduser_profile_information .form-group.user-weight label {
  width: 100%;
  flex: 0 0 100%;
}
body.page_register_register_profile_information .form-group.user-weight #weight, body.page_register_register_enduser_profile_information .form-group.user-weight #weight {
  flex: 1;
  margin-right: 8px;
}
body.page_register_register_profile_information .form-group.user-weight #weight #length, body.page_register_register_enduser_profile_information .form-group.user-weight #weight #length {
  width: 100%;
}
body.page_register_register_profile_information .form-group.user-weight #weight_0, body.page_register_register_profile_information .form-group.user-weight #weight_1, body.page_register_register_enduser_profile_information .form-group.user-weight #weight_0, body.page_register_register_enduser_profile_information .form-group.user-weight #weight_1 {
  flex: 1;
  width: 100%;
  margin-right: 8px;
}
body.page_register_register_profile_information .form-group.user-weight #weight_unit, body.page_register_register_profile_information .form-group.user-weight #weight_units, body.page_register_register_enduser_profile_information .form-group.user-weight #weight_unit, body.page_register_register_enduser_profile_information .form-group.user-weight #weight_units {
  width: 100px;
}
body.page_register_register_enduser_profile_information .register-skip-button, body.page_register_register_enduser_become_pro .register-skip-button, body.page_register_register_enduser_download_app .register-skip-button {
  color: #BDBDBD;
}
body.page_register_register_enduser_profile_information .centre-image, body.page_register_register_enduser_become_pro .centre-image, body.page_register_register_enduser_download_app .centre-image {
  width: 350px;
}
body.page_register_register_enduser_profile_information .app-buttons, body.page_register_register_enduser_become_pro .app-buttons, body.page_register_register_enduser_download_app .app-buttons {
  margin-bottom: 16px;
}
body.page_register_resetpassword_gymmanager #new_password_holder, body.page_register_resetpassword_gymmanager #existing_password_holder {
  margin-bottom: 16px;
}
body .vg-error-text {
  display: none;
  color: #EF5350;
}

body .card {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 4px 24px 0 rgba(33, 33, 33, 0.0784313725);
  margin: 0 0 32px 0;
  box-sizing: border-box;
  transition: box-shadow 0.4s ease;
}
body .card.no-shadow {
  box-shadow: none;
}
body .card.center {
  max-width: 400px;
  margin: 8px auto 60px;
}
body .card.center-wide {
  max-width: 600px;
  margin: 8px auto 60px;
}
body .card.center-full {
  max-width: 1005;
  margin: 8px auto 60px;
}
body .card .header {
  padding: 48px 48px 16px 48px;
}
body .card .header .logo {
  width: 300px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .card .header .logo img {
  max-width: 100%;
}
body .card .header img {
  max-width: 100%;
}
body .card .body {
  padding: 0 48px 48px 48px;
}
body .card .body.no-header {
  padding-top: 48px;
}
@media (max-width: 576px) {
  body .card.center {
    margin-bottom: 64px;
  }
  body .card .header.text {
    padding: 16px;
  }
  body .card .header .logo {
    max-width: 100%;
  }
  body .card .body {
    padding: 0 16px 32px 16px;
  }
}
@media (min-width: 576px) {
  body body .card.center {
    min-width: 400px;
    max-width: 400px;
    margin: 0 auto 52px;
  }
}

body input[type=text], body input[type=email], body input[type=search], body input[type=number], body input[type=password], body input[type=date] {
  background-color: #F5F5F5;
  color: #424242;
  border-radius: 8px;
  font-size: 14px;
  padding: 12px;
  transition: background 0.2s ease;
  border-style: none;
}
body input[type=text].full-width, body input[type=email].full-width, body input[type=search].full-width, body input[type=number].full-width, body input[type=password].full-width, body input[type=date].full-width {
  width: 100%;
}
body input[type=text].narrow, body input[type=email].narrow, body input[type=search].narrow, body input[type=number].narrow, body input[type=password].narrow, body input[type=date].narrow {
  padding: 6px 12px;
}
body input[type=text].narrow.outlined, body input[type=email].narrow.outlined, body input[type=search].narrow.outlined, body input[type=number].narrow.outlined, body input[type=password].narrow.outlined, body input[type=date].narrow.outlined {
  padding: 6px 10px;
  border: 1px solid #E0E0E0;
}
body input[type=text].outlined, body input[type=email].outlined, body input[type=search].outlined, body input[type=number].outlined, body input[type=password].outlined, body input[type=date].outlined {
  padding: 11px;
  border: 1px solid #E0E0E0;
}
body input[type=text]:hover, body input[type=email]:hover, body input[type=search]:hover, body input[type=number]:hover, body input[type=password]:hover, body input[type=date]:hover {
  background-color: #EEE;
  transition: background 0.2s ease;
}
body input[type=text]::placeholder, body input[type=email]::placeholder, body input[type=search]::placeholder, body input[type=number]::placeholder, body input[type=password]::placeholder, body input[type=date]::placeholder {
  color: #9E9E9E;
}
body input[type=text]:focus, body input[type=email]:focus, body input[type=search]:focus, body input[type=number]:focus, body input[type=password]:focus, body input[type=date]:focus {
  outline: none;
}
body .form-row.checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 1px;
}
body .form-row.checkbox label {
  padding-left: 8px;
  font-weight: normal;
}
body .form-row.url a {
  color: #03A9F4;
}
body .form-row.url a:hover {
  text-decoration: none;
  color: #039CE0;
}
body .form-row .col-6.url a {
  color: #03A9F4;
}
body .form-row .col-6.url a:hover {
  text-decoration: none;
  color: #039CE0;
}
body select, body textarea {
  background-color: #F5F5F5;
  color: #424242;
  border-radius: 8px;
  font-size: 14px;
  height: 100%;
  padding: 12px 12px;
  transition: background 0.2s ease;
  border-style: none;
}
body select.narrow, body textarea.narrow {
  padding: 6px 12px;
}
body select.narrow.outlined, body textarea.narrow.outlined {
  padding: 6px 10px;
  border: 1px solid #E0E0E0;
}
body select.outlined, body textarea.outlined {
  padding: 10px;
  border: 1px solid #E0E0E0;
}
body select.full-width, body textarea.full-width {
  width: 100%;
}
body select.flex, body textarea.flex {
  flex: 1;
}
body select:focus, body textarea:focus {
  outline: none;
}
body textarea {
  resize: none;
}
body select {
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.41421 9C6.52331 9 6.07714 10.0771 6.70711 10.7071L11.2929 15.2929C11.6834 15.6834 12.3166 15.6834 12.7071 15.2929L17.2929 10.7071C17.9229 10.0771 17.4767 9 16.5858 9H7.41421Z" fill="%23424242"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 40px !important;
}
body select.narrow.outlined {
  padding: 6px 10px !important;
  border: 1px solid #E0E0E0;
}
body select.outlined {
  padding: 10px 40px 10px 10px !important;
}
body.dark-mode select {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.41421 9C6.52331 9 6.07714 10.0771 6.70711 10.7071L11.2929 15.2929C11.6834 15.6834 12.3166 15.6834 12.7071 15.2929L17.2929 10.7071C17.9229 10.0771 17.4767 9 16.5858 9H7.41421Z" fill="%23E0E0E0"/></svg>');
}

body .ui-button-list .ui-button {
  margin-bottom: 16px;
}
body .ui-button {
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: none !important;
  border-style: none;
  transition: all 0.2s ease;
  text-decoration: none;
  background: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
body .ui-button.inline {
  margin-left: 8px;
}
body .ui-button.hide, body .ui-button.hidden {
  display: none;
}
body .ui-button .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  float: none !important;
  width: auto !important;
}
body .ui-button .content svg {
  margin-right: 8px;
}
body .ui-button:focus {
  outline: none;
}
body .ui-button.disabled, body .ui-button:disabled {
  cursor: not-allowed;
}
body .ui-button.disabled:hover, body .ui-button:disabled:hover {
  border-color: transparent !important;
}
body .ui-button.disabled.rounded-filled, body .ui-button.disabled.filled, body .ui-button:disabled.rounded-filled, body .ui-button:disabled.filled {
  background-color: rgba(0, 0, 0, 0.12) !important;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.26) !important;
}
body .ui-button.disabled.outline-rounded, body .ui-button:disabled.outline-rounded {
  border: 1px solid currentColor !important;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.26) !important;
}
body .ui-button.disabled.red, body .ui-button:disabled.red {
  opacity: 0.6;
}
body .ui-button.disabled.red:hover, body .ui-button:disabled.red:hover {
  border: 1px solid #E57373 !important;
}
body .ui-button.full-width {
  width: 100%;
}
body .ui-button.full-width.has-icon .content {
  justify-content: flex-start;
}
body .ui-button.uppercase {
  text-transform: uppercase !important;
}
body .ui-button.small {
  height: 32px;
  padding: 0 16px;
}
body .ui-button.small.flexible-height {
  height: auto;
  min-height: 32px;
  padding: 6px 16px;
}
body .ui-button.medium {
  height: 48px;
  padding: 0 24px;
}
body .ui-button.medium.flexible-height {
  height: auto;
  min-height: 48px;
  padding: 10px 24px;
}
body .ui-button.regular {
  height: 36px;
  padding: 0 16px;
}
body .ui-button.regular.flexible-height {
  height: auto;
  min-height: 36px;
  padding: 6px 16px;
}
body .ui-button.medium-shrink {
  height: 48px;
  width: 100px;
}
body .ui-button.medium-shrink.flexible-height {
  height: auto;
  min-height: 48px;
}
body .ui-button.large {
  height: 52px;
  padding: 0 34px;
}
body .ui-button.large.flexible-height {
  height: auto;
  min-height: 52px;
  padding: 14px 34px;
}
body .ui-button.icon {
  align-items: center;
  display: flex;
  width: auto !important;
}
body .ui-button.alert {
  align-items: center;
  display: flex;
  margin-left: 5.33px;
  margin-top: 2px;
  width: auto !important;
}
body .ui-button.icon-only {
  border-radius: 50% !important;
  height: 48px !important;
  padding: 0 11px;
}
body .ui-button.icon-only .content svg {
  margin-right: 0px;
}
body .ui-button.icon-text .text {
  margin: 0 5px 0 10px !important;
}
body .ui-button.rounded-filled.blue, body .ui-button.filled.blue {
  background-color: #03A9F4;
  color: white;
}
body .ui-button.rounded-filled.blue:hover, body .ui-button.filled.blue:hover {
  background-color: #039CE0;
  color: white;
}
body .ui-button.rounded-filled.red, body .ui-button.filled.red {
  background-color: #E57373;
  color: white;
}
body .ui-button.rounded-filled.red:hover, body .ui-button.filled.red:hover {
  background-color: #EF5350;
  color: white;
}
body .ui-button.rounded-filled.grey, body .ui-button.filled.grey {
  background-color: #E0E0E0;
  color: #757575;
}
body .ui-button.rounded-filled.grey:hover, body .ui-button.filled.grey:hover {
  color: #757575;
  background-color: #BDBDBD;
}
body .ui-button.grey {
  border: 1px solid #E0E0E0;
  color: #757575;
}
body .ui-button.grey:hover {
  color: #757575;
  border-color: #BDBDBD;
}
body .ui-button.blue {
  border: 1px solid #03A9F4;
  color: #03A9F4;
}
body .ui-button.blue:hover {
  border-color: #039CE0;
  color: #039CE0;
}
body .ui-button.red {
  border: 1px solid #EF5350;
  color: #EF5350;
}
body .ui-button.red:hover {
  border-color: #EF5350;
  color: #EF5350;
}

/**
 * Utility: Ripple
 * --------------------------------------------------
 */
.c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

.c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.c-ripple.is-active .c-ripple__circle {
  animation: a-ripple 0.4s ease-in;
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
body {
  /* large/normal */
  /* medium */
  /* small */
}
body .loader {
  display: none;
  width: 200px;
  height: 100px;
  position: fixed;
  bottom: 0;
  border-top-left-radius: 24px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9000;
}
body .loader .loading {
  margin: 15px auto 0;
  width: 32px;
  height: 32px;
}
body .loader .text {
  margin-top: 25px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
}
body .loader-full {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9000;
}
body .loader-full .loading {
  margin: 25px auto 0;
  width: 48px;
  height: 48px;
}
body .loader-full .text {
  margin-top: 25%;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
}
body .css-loader {
  width: 48px;
  height: 48px;
  background-image: url(/images/loaders/loader.png);
  -webkit-animation: play 1.6s steps(32) infinite;
  -moz-animation: play 1.6s steps(32) infinite;
  -ms-animation: play 1.6s steps(32) infinite;
  -o-animation: play 1.6s steps(32) infinite;
  animation: play 1.6s steps(32) infinite;
}
body .css-loader-medium {
  width: 32px;
  height: 32px;
  background-image: url(/images/loaders/loader-medium.png);
  -webkit-animation: play-m 1.6s steps(32) infinite;
  -moz-animation: play-m 1.6s steps(32) infinite;
  -ms-animation: play-m 1.6s steps(32) infinite;
  -o-animation: play-m 1.6s steps(32) infinite;
  animation: play-m 1.6s steps(32) infinite;
}
body .css-loader-small {
  width: 16px;
  height: 16px;
  background-image: url(/images/loaders/loader-small.png);
  -webkit-animation: play-s 1.6s steps(32) infinite;
  -moz-animation: play-s 1.6s steps(32) infinite;
  -ms-animation: play-s 1.6s steps(32) infinite;
  -o-animation: play-s 1.6s steps(32) infinite;
  animation: play-s 1.6s steps(32) infinite;
}
body .css-loader-error {
  background-image: url(/images/loaders/virtuagym-error.png);
}
body .css-loader-small-error {
  background-image: url(/images/loaders/virtuagym-error-small.png);
}
body .css-loader-medium-error {
  background-image: url(/images/loaders/virtuagym-error-medium.png);
}
@-webkit-keyframes play {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1536px;
  }
}
@-moz-keyframes play {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1536px;
  }
}
@-ms-keyframes play {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1536px;
  }
}
@-o-keyframes play {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1536px;
  }
}
@keyframes play {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1536px;
  }
}
@-webkit-keyframes play-m {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1024px;
  }
}
@-moz-keyframes play-m {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1024px;
  }
}
@-ms-keyframes play-m {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1024px;
  }
}
@-o-keyframes play-m {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1024px;
  }
}
@keyframes play-m {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1024px;
  }
}
@-webkit-keyframes play-s {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -512px;
  }
}
@-moz-keyframes play-s {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -512px;
  }
}
@-ms-keyframes play-s {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -512px;
  }
}
@-o-keyframes play-s {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -512px;
  }
}
@keyframes play-s {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -512px;
  }
}

body .ui-loader {
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
}
body .ui-loader.center {
  margin: 0 auto;
}
body .ui-loader.medium {
  width: 32px;
  height: 32px;
}
body .ui-loader.normal {
  width: 20px;
  height: 20px;
}
body .ui-loader.small {
  width: 16px;
  height: 16px;
}
@keyframes ui-loader-outer {
  from {
    stroke-dasharray: 628 1400;
    stroke-dashoffset: 628;
  }
  50% {
    stroke-dasharray: 1257 1400;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1257 1400;
    stroke-dashoffset: -1257;
  }
}
@keyframes ui-loader-inner {
  from {
    stroke-dasharray: 314 700;
    stroke-dashoffset: 314;
  }
  50% {
    stroke-dasharray: 628 700;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 628 700;
    stroke-dashoffset: -628;
  }
}
body .ui-loader-outer {
  animation: ui-loader-outer 1.75s linear infinite;
}
body .ui-loader-inner {
  animation: ui-loader-inner 1.75s linear infinite;
}

body .toggle {
  display: inline-block;
  overflow: hidden;
}
body .toggle input[type=checkbox] {
  display: none;
}
body .toggle input[type=checkbox]:checked + label::before {
  background: #03A9F4;
}
body .toggle input[type=checkbox]:checked + label::after {
  left: 10px;
}
body .toggle label {
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 20px;
  margin: 0;
  padding-left: 45px;
  position: relative;
  overflow: hidden;
  user-select: none;
}
body .toggle label::before {
  background: #bababa;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
body .toggle label::after {
  background: #fff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin: 2px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  width: 16px;
}
body .toggle-td {
  float: right;
}
body .toggle-opt {
  line-height: 30px !important;
  top: 10px;
}
body .toggle-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
body .toggle-disabled label {
  cursor: not-allowed;
}
body .toggle input[type=checkbox]:checked + .toggle-opt::before {
  background: #03A9F4;
}

body .ui-tooltip-icon {
  display: inline-block;
}
body .ui-tooltip-icon.size-48 {
  height: 48px;
  width: 48px;
}
body .ui-tooltip-icon.size-24 {
  height: 24px;
  width: 24px;
}
body .ui-tooltip-icon.size-20 {
  height: 20px;
  width: 20px;
}
body .ui-tooltip-icon.size-16 {
  height: 16px;
  width: 16px;
}
body .ui-tooltip-icon.rotate-90 {
  transform: rotate(90deg);
}
body .ui-tooltip-icon.rotate-180 {
  transform: rotate(180deg);
}
body .ui-tooltip-icon.rotate-270 {
  transform: rotate(270deg);
}
body .ui-tooltip-icon .ui-tooltip-icon-holder {
  width: 100%;
  height: 100%;
  position: relative;
}
body .ui-tooltip-icon .ui-tooltip-icon-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 16px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .tooltip table tbody tr {
  background-color: transparent;
}
body .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
body .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
body .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
body .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
body .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
body .tooltip-inner {
  max-width: 250px;
  padding: 8px;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  border-radius: 4px;
}
body .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
body .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
body .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
body .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
body .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
body .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
body .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
body .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
body .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

body.modal-open {
  overflow: hidden;
}
body .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
body .modal .modal-dialog-small {
  width: 444px !important;
  margin: 30px auto;
}
body .modal .modal-dialog-medium {
  width: 666px !important;
  margin: 30px auto;
}
body .modal .modal-dialog-large {
  width: 950px !important;
  margin: 30px auto;
}
body .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
body .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1050;
}
body .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
body .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
body .modal-content {
  position: relative;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
body .modal-content .popup-warning-block {
  padding: 16px;
  background-color: #FFA726;
  border-radius: 12px;
  display: flex;
}
body .modal-content .popup-warning-block .popup-warning-block-icon {
  margin-right: 16px;
}
body .modal-content .form-group label[class*=col-] {
  padding-left: 16px;
}
body .modal-content .vg-radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
}
body .modal-content .vg-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body .modal-content .vg-radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
  border-style: solid;
  border-color: #03A9F4;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
body .modal-content .vg-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body .modal-content .vg-radio-container:hover input ~ .vg-radio-checkmark {
  background-color: #ccc;
}
body .modal-content .vg-radio-container input:checked ~ .vg-radio-checkmark:after {
  display: block;
}
body .modal-content .vg-radio-container .vg-radio-checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #03A9F4;
}
body .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
body .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
body .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .modal-header {
  padding: 16px;
  border-bottom: 1px solid #F5F5F5;
}
body .modal-header h4 {
  margin: 0;
}
body .modal-header .close {
  float: right;
  border: 0;
  background: transparent;
}
body .modal-header .close:focus {
  outline: 0;
}
body .modal-title {
  margin: 0;
}
body .modal-body {
  position: relative;
  padding: 16px;
}
body .modal-body a {
  color: #03A9F4;
}
body .modal-body a:hover {
  color: #039CE0;
}
body .modal-body .modal-error {
  color: #EF5350;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
body .modal-footer {
  padding: 16px;
  border-top: 1px solid #F5F5F5;
}
body .modal-footer .col-6:last-child {
  text-align: right;
}
body .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
body .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
body .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
body .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
body .bootbox.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
body .bootbox .modal-dialog {
  margin-top: 100px;
}
body .bootbox .modal-body button.bootbox-close-button {
  float: right;
  border: 0;
  background: transparent;
}
body .bootbox .modal-body button.bootbox-close-button:focus {
  border: 0;
  outline: 0;
}
body .bootbox .modal-footer {
  height: 66px;
}
body .bootbox .modal-footer .btn {
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: none !important;
  border-style: none;
  transition: all 0.2s ease;
  text-decoration: none;
  background: none;
  cursor: pointer;
  height: 32px;
  padding: 0 16px;
}
body .bootbox .modal-footer .btn:focus {
  border: 0;
  outline: 0;
}
body .bootbox .modal-footer .btn-default {
  border: 1px solid #E0E0E0;
  color: #757575;
  float: left;
}
body .bootbox .modal-footer .btn-default:hover {
  border-color: #BDBDBD;
}
body .bootbox .modal-footer .btn-primary {
  background-color: #03A9F4;
  color: white;
  float: right;
}
body .bootbox .modal-footer .btn-primary.red {
  background-color: #E57373;
  color: white;
}
body .bootbox .modal-footer .btn-primary.red:hover {
  background-color: #EF5350;
  color: white;
}
body .bootbox .modal-footer .btn-primary:hover {
  background-color: #039CE0;
  color: white;
}
@media (min-width: 768px) {
  body .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  body .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  body .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  body .modal-lg {
    width: 900px;
  }
}

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