@import url(https://cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@media only screen and (max-width: 599px) {
  .vuetify-layout .v-navigation-drawer {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 599px) {
  .vuetify-layout .v-navigation-drawer .v-list.v-sheet {
    padding: 10px 5px;
  }
}
.vuetify-layout .v-navigation-drawer .v-list-item {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .vuetify-layout .v-navigation-drawer .v-list-item {
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .vuetify-layout .v-navigation-drawer .v-list-item .v-list-item__icon {
    margin-top: 11px;
    padding-bottom: 5px;
  }
}
.vuetify-layout .v-navigation-drawer .v-list-item .mobile-label {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 20px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  overflow: initial;
  font-size: 0.7rem;
  z-index: 99;
  opacity: 1;
  padding: 0 4px;
}
@media only screen and (max-width: 599px) {
  .vuetify-layout .v-navigation-drawer .v-list-item .mobile-label {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .vuetify-layout .v-navigation-drawer .v-list-item .v-tooltip {
    display: none;
  }
}
.vuetify-layout .v-navigation-drawer .v-list-item.v-list-item--active .v-list-item__icon .mobile-label {
  color: #612566;
}
.vuetify-layout .v-app-bar {
  z-index: 100;
}
.vuetify-layout .v-app-bar .v-toolbar__content {
  background-image: linear-gradient(to right, #612566, #ae1a5f);
}
@media only screen and (min-width: 600px) {
  .vuetify-layout .v-app-bar .v-toolbar__content {
    padding-left: 0;
  }
}
.vuetify-layout .v-app-bar .v-toolbar__content .left {
  position: relative;
  width: 60%;
}
.vuetify-layout .v-app-bar .v-toolbar__content .left .v-btn {
  background-color: #612566;
  opacity: 1;
  margin-left: 2px;
}
.vuetify-layout .v-app-bar .v-toolbar__content .left .v-input.v-text-field.v-autocomplete.v-select {
  position: absolute;
  left: 272px;
  top: 4px;
  max-width: 50%;
  width: 50%;
  background: transparent;
}
@media only screen and (max-width: 959px) {
  .vuetify-layout .v-app-bar .v-toolbar__content .left .v-input.v-text-field.v-autocomplete.v-select {
    left: 142px;
  }
}
.vuetify-layout .v-app-bar .v-toolbar__content .left .v-input.v-text-field.v-autocomplete.v-select .v-input__control {
  background: transparent;
  height: 40px;
  max-height: 40px;
  width: 100%;
}
.vuetify-layout .v-app-bar .v-toolbar__content .left .v-input.v-text-field.v-autocomplete.v-select .v-input__control .v-input__slot {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  border: none;
  width: 100%;
}
.vuetify-layout .v-app-bar .v-toolbar__content .left .v-input.v-text-field.v-autocomplete.v-select .v-input__control .v-input__slot .v-icon::before {
  color: rgba(255, 255, 255, 0.3);
}
.vuetify-layout .v-app-bar .v-toolbar__content .right .dropdown-button {
  display: flex;
  height: 100%;
  align-items: center;
}
.vuetify-layout .v-app-bar .v-toolbar__content .right .dropdown-button p {
  margin: 0 0.5rem 0 0;
  font-size: 0.875rem;
  text-align: right;
}
.vuetify-layout .v-app-bar .v-toolbar__content .right .dropdown-button .v-avatar {
  margin-left: 1rem;
}
.vuetify-layout .v-app-bar .v-toolbar__content .right .dropdown-button .v-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vuetify-layout .v-app-bar .v-toolbar__content .right .dropdown-button .v-icon {
  transition: all 0.2s;
}
.vuetify-layout .v-app-bar .v-toolbar__content .right .dropdown-button:hover .v-icon {
  transform: rotate(90deg);
}
.vuetify-layout .footer-bar {
  position: fixed;
  background-color: green;
  bottom: 0;
  height: 60px;
  display: flex;
  flex-direction: row;
  width: 100vw;
  z-index: 100;
}
.vuetify-layout .v-main, .vuetify-layout .v-main-wrap {
  max-width: 100%;
  min-height: 100vh;
}
.vuetify-layout .slot {
  padding: 30px 30px 60px;
}
@media only screen and (max-width: 959px) {
  .vuetify-layout .slot {
    padding: 30px 15px 60px;
  }
}
.vuetify-layout .slot .panel.v-card {
  padding: 30px;
}
.vuetify-layout .slot .object {
  margin-top: 60px;
  padding: 30px;
}

.confirm-delete-dialog .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.confirm-delete-dialog .description {
  margin-bottom: 1rem;
}

.login {
  height: 100vh;
  background: #f4f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .container {
  width: 496px;
}
.login .container .logo-container {
  width: 160px;
  margin: 0 auto 2rem;
}
.login .container .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.login .container .form-wrap {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 24px 24px 16px;
}
.login .container .form-wrap form label {
  font-size: 0.875rem;
  font-weight: 500;
}
.login .container .form-wrap .actions {
  margin: 1rem 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.login .container .form-wrap .actions .link {
  font-size: 0.875rem;
}
.login .container .form-wrap .actions .button {
  margin-left: 1rem;
}

.profile {
  width: 640px;
  max-width: 100%;
}
.profile .update-password {
  margin: 3rem 0;
}
.profile .update-password .desc {
  margin-bottom: 2rem;
}
.profile .update-password .field-group .label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.profile .update-password .field-group .v-input {
  width: 480px;
  max-width: 100%;
}
.profile .two-factor-auth .desc {
  margin-bottom: 2rem;
}
.profile .two-factor-auth .status-info {
  background-color: #efefff;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.profile .two-factor-auth .buttons {
  margin-top: 2rem;
}

.backoffice-home .v-card .row .col .v-avatar .v-icon, .portal-home .v-card .row .col .v-avatar .v-icon {
  margin-top: 22px;
}
.backoffice-home .v-card .row .col p, .portal-home .v-card .row .col p {
  margin-top: 28px;
}
.backoffice-home .v-card__subtitle, .portal-home .v-card__subtitle {
  padding-bottom: 0;
}
.backoffice-home .row, .portal-home .row {
  padding: 0 15px;
}
.backoffice-home .value, .portal-home .value {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: right;
  color: rgba(0, 0, 0, 0.64);
}
.backoffice-home .v-data-table th, .backoffice-home .v-data-table .name, .portal-home .v-data-table th, .portal-home .v-data-table .name {
  white-space: nowrap;
}
.backoffice-home .today-events .list, .portal-home .today-events .list {
  list-style: none;
  padding-left: 0;
}
.backoffice-home .today-events .list .event, .portal-home .today-events .list .event {
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.backoffice-home .today-events .list .event:last-child, .portal-home .today-events .list .event:last-child {
  border: none;
}
.backoffice-home .today-events .list .event .wrap, .portal-home .today-events .list .event .wrap {
  padding-left: 11px;
  border-radius: 5px;
}
.backoffice-home .today-events .list .event .wrap .event-title, .portal-home .today-events .list .event .wrap .event-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 2px;
}
.backoffice-home .today-events .list .event .wrap .time, .portal-home .today-events .list .event .wrap .time {
  color: rgba(43, 43, 43, 0.87);
  margin-bottom: 2px;
}
.backoffice-home .today-events .list .event .wrap .trainer, .portal-home .today-events .list .event .wrap .trainer {
  display: flex;
  align-items: center;
}
.backoffice-home .today-events .list .event .wrap .trainer .v-avatar, .portal-home .today-events .list .event .wrap .trainer .v-avatar {
  margin-right: 4px;
}
.backoffice-home .today-events .list .event .wrap .trainer p, .portal-home .today-events .list .event .wrap .trainer p {
  padding-top: 3px;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1rem;
}
.backoffice-home .today-events .list .event .wrap .members, .portal-home .today-events .list .event .wrap .members {
  display: flex;
  margin-top: 8px;
}
.backoffice-home .today-events .list .event .wrap .members p, .portal-home .today-events .list .event .wrap .members p {
  margin: 0;
}
.backoffice-home .today-events .list .event .wrap .members .member, .portal-home .today-events .list .event .wrap .members .member {
  display: flex;
  align-items: center;
  margin: 2px 12px 2px 0;
}
.backoffice-home .today-events .list .event .wrap .members .member p, .portal-home .today-events .list .event .wrap .members .member p {
  padding-top: 4px;
  padding-left: 4px;
  color: rgba(43, 43, 43, 0.87);
}
.backoffice-home .chart-card, .portal-home .chart-card {
  margin-top: 12px;
}
.backoffice-home .chart-card .chart-container .graph-svg-tip .title, .portal-home .chart-card .chart-container .graph-svg-tip .title {
  display: none;
}

.backoffice-members .page-header {
  flex-direction: row;
  align-items: center;
}
.backoffice-members .filter-section .table-search {
  width: 100%;
}
.backoffice-members .filter-section .table-select {
  width: 100%;
}
.backoffice-members .table-container .v-data-table {
  border: 1px solid #e6e6e6;
}
.backoffice-members .table-container .v-data-table .v-data-table-header tr th:first-child {
  padding-left: 64px;
}
.backoffice-members .table-container .v-data-table .name .v-avatar {
  margin-right: 5px;
}
.backoffice-members .table-container .v-data-table .name .v-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
.backoffice-members .table-container .v-data-table > .v-data-table__wrapper > table > tbody > tr > td, .backoffice-members .table-container .v-data-table > .v-data-table__wrapper > table > thead > tr > th, .backoffice-members .table-container .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  height: 50px;
}
.backoffice-members .table-container .v-data-table-header {
  background: #f7dbec;
}
.backoffice-members .table-container .v-snack .v-snack__wrapper .v-snack__content {
  text-align: center;
}

.v-dialog__content .v-dialog.add .v-card .v-card__title {
  font-size: 1rem;
}
.v-dialog__content .v-dialog.add .v-card .v-card__title span.headline {
  font-weight: 500;
  font-size: 1rem;
  margin: 0 0 1rem 0.5rem;
}
.v-dialog__content .v-dialog.add .v-snack .v-snack__wrapper .v-snack__content {
  text-align: center;
}
.v-dialog__content .v-dialog.bulk .v-card__text {
  padding: 0 30px 30px;
}
.v-dialog__content .v-dialog.bulk .message {
  font-weight: 500;
  margin-bottom: 2rem;
}

.backoffice-members-view .grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1rem;
  max-width: 100%;
}
@media only screen and (max-width: 1263px) {
  .backoffice-members-view .grid {
    display: flex;
    flex-direction: column;
  }
}
.backoffice-members-view .grid .menu {
  padding: 30px;
  min-height: 738px;
  width: 100%;
}
@media only screen and (max-width: 1263px) {
  .backoffice-members-view .grid .menu {
    min-height: initial;
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 959px) {
  .backoffice-members-view .grid .menu {
    padding: 30px 15px 0;
  }
}
.backoffice-members-view .grid .menu .user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1263px) {
  .backoffice-members-view .grid .menu .user-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
.backoffice-members-view .grid .menu .user-info .menu-dots {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1263px) {
  .backoffice-members-view .grid .menu .user-info .menu-dots {
    order: 5;
  }
}
.backoffice-members-view .grid .menu .user-info .v-list .v-list-item {
  margin: 0;
}
.backoffice-members-view .grid .menu .user-info .v-list .v-list-item:first-child {
  margin-top: 4px;
}
.backoffice-members-view .grid .menu .user-info .image-wrap {
  width: 110px;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
  min-width: 110px;
  min-height: 110px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.backoffice-members-view .grid .menu .user-info .image-wrap:hover .upload {
  opacity: 0.7;
}
@media only screen and (max-width: 1263px) {
  .backoffice-members-view .grid .menu .user-info .image-wrap {
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    margin-right: 1rem;
  }
}
.backoffice-members-view .grid .menu .user-info .image-wrap .image-loader {
  position: absolute;
  top: 39px;
  left: 39px;
}
.backoffice-members-view .grid .menu .user-info .image-wrap img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.backoffice-members-view .grid .menu .user-info .image-wrap .upload {
  position: absolute;
  bottom: 0;
  background: #97867e;
  opacity: 0.4;
  width: 100%;
  height: 26px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.backoffice-members-view .grid .menu .user-info .image-wrap .upload .v-icon {
  color: #FFFFFF;
}
.backoffice-members-view .grid .menu .user-info .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input {
  height: 28px;
  margin: 0;
  padding: 0;
}
.backoffice-members-view .grid .menu .user-info .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input .v-input__prepend-outer {
  margin: 2px auto 0;
  text-align: center;
  width: 100%;
}
.backoffice-members-view .grid .menu .user-info .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input .v-input__prepend-outer .v-input__icon button.v-icon.v-icon--link.mdi {
  text-align: center;
  width: 100%;
}
.backoffice-members-view .grid .menu .user-info .image-wrap .upload .v-input .v-input__control {
  display: none;
}
.backoffice-members-view .grid .menu .user-info .user {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1263px) {
  .backoffice-members-view .grid .menu .user-info .user {
    text-align: left;
    align-items: flex-start;
  }
}
.backoffice-members-view .grid .menu .user-info .user .name {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.backoffice-members-view .grid .menu .user-info .user .email {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.backoffice-members-view .grid .menu .user-info .user .actions {
  display: flex;
  flex-direction: column;
  width: initial;
}
.backoffice-members-view .grid .menu .user-info .user .actions .status {
  margin-bottom: 0.75rem;
}
.backoffice-members-view .grid .menu .user-info .user .actions .status .v-icon {
  padding-bottom: 1px;
  transition: all 0.2s;
}
.backoffice-members-view .grid .menu .user-info .user .v-btn.v-btn--contained.theme--light {
  margin-top: 0.5rem;
}
.backoffice-members-view .grid .menu .v-list {
  overflow-x: auto;
}
.backoffice-members-view .grid .menu .v-list .v-list-item .v-list-item__icon {
  margin-right: 1rem;
}
@media only screen and (max-width: 1263px) and (min-width: 640px) {
  .backoffice-members-view .grid .menu .v-list {
    display: flex;
    padding: 8px 0;
  }
  .backoffice-members-view .grid .menu .v-list .v-list-item .v-list-item__icon {
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 959px) {
  .backoffice-members-view .grid .panel.v-card.v-sheet {
    padding: 30px 15px;
  }
}
.backoffice-members-view .grid .panel.v-card.v-sheet .form-header {
  margin-bottom: 3rem;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .form-header .form-label {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields {
  margin-bottom: 3rem;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 959px) {
  .backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .grid {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media only screen and (max-width: 599px) {
  .backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .grid {
    grid-template-columns: 1fr;
  }
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .field-group .label {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 0.875rem;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .field-group .v-input--checkbox label {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .v-input.v-text-field.v-text-field--outlined .v-input__control .v-text-field__details {
  margin: 0;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .card-id-wrap {
  display: flex;
  align-items: flex-start;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .card-id-wrap .v-input__slot fieldset {
  transition: all 0.3s;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .card-id-wrap .v-input--is-focused .v-input__slot fieldset {
  border: 1px solid #8b1f62;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .card-id-wrap .v-messages__wrapper * {
  color: #8b1f62;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .card-id-wrap .v-btn {
  flex-grow: 0;
  width: 80px;
  height: 38px;
  margin: 0 0 0 10px;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .account .fields .v-textarea {
  margin: 0 0 1rem 0;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .page-header {
  flex-direction: row;
  align-items: center;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .totals {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 959px) {
  .backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .totals {
    grid-template-columns: 1fr;
  }
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .totals .total {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .totals .total .icon {
  margin-right: 1rem;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .totals .total .data .amount span {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .v-data-table {
  border: 1px solid #e6e6e6;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .v-data-table > .v-data-table__wrapper > table > tbody > tr > td, .backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .v-data-table > .v-data-table__wrapper > table > thead > tr > th, .backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  height: 64px;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .v-data-table-header {
  background: #eeeeee;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .pdf-icon .v-icon {
  margin: 0;
  transition: all 0.3s;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .pdf-icon .v-icon * {
  transition: all 0.3s;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .pdf-icon:hover .v-icon {
  color: green;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .delete-icon {
  margin-left: 0.75rem;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .delete-icon .v-icon {
  margin: 0;
  transition: all 0.3s;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .delete-icon .v-icon * {
  transition: all 0.3s;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .delete-icon:hover .v-icon {
  color: #EF5350;
}
.backoffice-members-view .grid .panel.v-card.v-sheet .subscriptions .table-container .name {
  color: #612566;
}
.backoffice-members-view .v-snack .v-snack__wrapper .v-snack__content {
  text-align: center;
}

.v-dialog.renew .sub-name {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
  color: #380c27;
  padding: 5px 10px;
  background-color: #eeeeee;
  border-radius: 12px;
}

.member-overview .v-card .row .col .v-avatar .v-icon {
  margin-top: 22px;
}
.member-overview .v-card .row .col p {
  margin-top: 28px;
}
.member-overview .v-card__subtitle {
  padding-bottom: 0;
  padding-right: 0px;
}
.member-overview .row {
  padding: 0 15px;
}
.member-overview .value {
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
  color: rgba(0, 0, 0, 0.64);
}
.member-overview .totals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  /*margin: 2rem 0;*/
}
@media only screen and (max-width: 959px) {
  .member-overview .totals {
    grid-template-columns: 1fr;
  }
}
.member-overview .totals .total {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.member-overview .totals .total .icon {
  margin-right: 1rem;
}
.member-overview .totals .total .data .amount span {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
}
.member-overview .inf {
  font-size: x-large;
  vertical-align: middle;
}

.backoffice-trainers-view {
  margin-top: 40px;
}
.backoffice-trainers-view .grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1rem;
}
@media only screen and (max-width: 1263px) {
  .backoffice-trainers-view .grid {
    grid-template-columns: 1fr;
  }
}
.backoffice-trainers-view .grid .menu {
  padding: 30px 10px;
  min-height: 738px;
}
@media only screen and (max-width: 1263px) {
  .backoffice-trainers-view .grid .menu {
    min-height: initial;
    padding-bottom: 0;
  }
}
.backoffice-trainers-view .grid .menu .user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1263px) {
  .backoffice-trainers-view .grid .menu .user-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
.backoffice-trainers-view .grid .menu .user-info .menu-dots {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1263px) {
  .backoffice-trainers-view .grid .menu .user-info .menu-dots {
    order: 5;
  }
}
.backoffice-trainers-view .grid .menu .user-info .image-wrap {
  width: 110px;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
  min-width: 110px;
  min-height: 110px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.backoffice-trainers-view .grid .menu .user-info .image-wrap:hover .upload {
  opacity: 0.7;
}
@media only screen and (max-width: 1263px) {
  .backoffice-trainers-view .grid .menu .user-info .image-wrap {
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    margin-right: 1rem;
  }
}
.backoffice-trainers-view .grid .menu .user-info .image-wrap img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.backoffice-trainers-view .grid .menu .user-info .image-wrap .upload {
  position: absolute;
  bottom: 0;
  background: #97867e;
  opacity: 0.4;
  width: 100%;
  height: 26px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.backoffice-trainers-view .grid .menu .user-info .image-wrap .upload .v-icon {
  color: #FFFFFF;
}
.backoffice-trainers-view .grid .menu .user-info .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input {
  height: 28px;
  margin: 0;
  padding: 0;
}
.backoffice-trainers-view .grid .menu .user-info .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input .v-input__prepend-outer {
  margin: 2px auto 0;
  text-align: center;
  width: 100%;
}
.backoffice-trainers-view .grid .menu .user-info .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input .v-input__prepend-outer .v-input__icon button.v-icon.v-icon--link.mdi {
  text-align: center;
  width: 100%;
}
.backoffice-trainers-view .grid .menu .user-info .image-wrap .upload .v-input .v-input__control {
  display: none;
}
.backoffice-trainers-view .grid .menu .user-info .user {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1263px) {
  .backoffice-trainers-view .grid .menu .user-info .user {
    text-align: left;
    align-items: flex-start;
  }
}
.backoffice-trainers-view .grid .menu .user-info .user .name {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.backoffice-trainers-view .grid .menu .user-info .user .email {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.backoffice-trainers-view .grid .menu .user-info .user .actions {
  display: flex;
  flex-direction: column;
  width: 100px;
}
.backoffice-trainers-view .grid .menu .user-info .user .v-btn.v-btn--contained.theme--light {
  margin-top: 0.5rem;
}
.backoffice-trainers-view .grid .panel .form-header {
  margin-bottom: 3rem;
}
.backoffice-trainers-view .grid .panel .form-header .form-label {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.backoffice-trainers-view .grid .panel.details .fields .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 599px) {
  .backoffice-trainers-view .grid .panel.details .fields .grid {
    grid-template-columns: 1fr;
  }
}
.backoffice-trainers-view .grid .panel.details .fields .field-group .label {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 0.875rem;
}
.backoffice-trainers-view .grid .panel.details .fields .v-input.v-text-field.v-text-field--outlined .v-input__control .v-text-field__details {
  margin: 0;
}
.backoffice-trainers-view .grid .panel .permissions .grid-3 {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.backoffice-trainers-view .grid .panel .permissions .grid-3 .checkbox-group .column-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.backoffice-trainers-view .grid .panel .permissions .grid-3 .checkbox-group .v-input--checkbox {
  margin: 0.75rem 0;
}
.backoffice-trainers-view .grid .panel .permissions .grid-3 .checkbox-group .v-input--checkbox .v-input__slot {
  align-items: flex-start;
  min-height: 43px;
}
.backoffice-trainers-view .grid .panel .permissions .grid-3 .checkbox-group .v-input--checkbox .v-input__slot label.v-label {
  margin-top: 3px;
}
.backoffice-trainers-view .grid .panel .permissions .btn-wrap {
  display: flex;
  justify-content: flex-end;
}
.backoffice-trainers-view .grid .panel .permissions .btn-wrap .v-btn {
  margin-right: 2rem;
}
.backoffice-trainers-view .grid .panel .schedule .page-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 599px) {
  .backoffice-trainers-view .grid .panel .schedule .page-header {
    flex-direction: column;
  }
}
.backoffice-trainers-view .grid .panel .schedule .schedule-class-wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 100%;
}
.backoffice-trainers-view .grid .panel .schedule .schedule-class {
  margin-right: 5px;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week {
  margin-top: 2rem;
  display: flex;
  width: 100%;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .hours {
  width: 60px;
  padding-top: 59px;
  border-right: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .hours .hour {
  height: 60px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .hours .hour:first-child {
  border-top: 1px solid #e6e6e6;
  height: 61px;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .hours .hour .hour-slot {
  margin-bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  font-weight: normal;
  padding-right: 10px;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days {
  flex-grow: 1;
  display: flex;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day {
  flex-grow: 1;
  border-right: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-header .day-header-title {
  margin: 0;
  text-transform: uppercase;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-slots {
  position: relative;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-slots .day-hour-slot {
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-slots .event-wrap {
  position: absolute;
  left: 0;
  width: 96%;
  color: #FFFFFF;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-slots .event-wrap .event {
  width: 100%;
  height: 96%;
  padding: 0 5px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #8b1f62;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-slots .event-wrap .event .top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-slots .event-wrap .event .top-row .event-time {
  padding-top: 2px;
  text-align: center;
  margin: 0;
  font-size: 0.75rem;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-slots .event-wrap .event .schedule-class-wrap {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-slots .event-wrap .event .schedule-class-wrap .class-titles {
  margin: 0;
  text-align: center;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-week .days .day .day-slots .event-wrap .event .schedule-class-wrap .class-titles span {
  color: #FFFFFF;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-nav {
  display: flex;
  margin: 3rem 0 2rem;
  border: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-nav .day-nav-item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-nav .day-nav-item.active {
  color: #8b1f62;
  background: rgba(111, 111, 111, 0.12);
  border-bottom: 2px solid #8b1f62;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-nav .day-nav-item .item-title {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 0.875rem;
  padding: 8px 0;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container {
  display: flex;
  width: 100%;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .hours {
  width: 60px;
  border-right: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .hours .hour {
  height: 60px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .hours .hour .hour-slot {
  margin-bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  font-weight: normal;
  padding-right: 10px;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .days {
  flex-grow: 1;
  display: flex;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .days .day {
  flex-grow: 1;
  border-right: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .days .day .day-slots {
  position: relative;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .days .day .day-slots .day-hour-slot {
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .days .day .day-slots .event-wrap {
  position: absolute;
  left: 0;
  width: 96%;
  color: #FFFFFF;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .days .day .day-slots .event-wrap .event {
  width: 100%;
  padding: 0 10px 0 5px;
  height: 96%;
  border-radius: 4px;
  background-color: #8b1f62;
}
.backoffice-trainers-view .grid .panel .schedule .calendar-day .calendar-day-container .days .day .day-slots .event-wrap .event .event-title {
  margin: 0;
}

.v-dialog.new-schedule .vue-timepicker-wrap {
  min-height: 86px;
}
.v-dialog.new-schedule .vue-timepicker-wrap .time-picker.has-error .v-icon {
  color: red;
}

.appointments .filter-section.calendar-trainers {
  display: flex;
  justify-content: flex-end;
}
.appointments .filter-section.calendar-trainers .v-input.v-input--hide-details.v-input--dense.v-text-field.v-text-field--is-booted.v-text-field--enclosed.v-text-field--outlined.v-select {
  width: 260px;
  max-width: 260px;
  margin: 0 0 0 auto;
  background: #FFFFFF;
}
.appointments .calendar-container {
  margin-top: 0.5rem;
}
.appointments .calendar-container .v-toolbar.main-toolbar .tabs button.custom {
  margin-right: 0;
}
.appointments .calendar-container .v-toolbar.main-toolbar .tabs button.custom:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.appointments .calendar-container .v-toolbar.main-toolbar .tabs button.custom:nth-child(2) {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.appointments .calendar-container .v-toolbar.main-toolbar .tabs button.custom:nth-child(3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.appointments .calendar-container .v-toolbar.main-toolbar .active-view {
  background: #f9e3f1;
}
.appointments .calendar-container .v-toolbar.main-toolbar .active-view span {
  color: #612566;
}
.appointments .calendar-container .v-toolbar.main-toolbar .v-toolbar__title {
  font-size: 1rem;
}
.appointments .calendar-container .v-toolbar.mobile-toolbar .v-toolbar__content {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.appointments .calendar-container .v-toolbar.mobile-toolbar .v-toolbar__content .mobile-week-days {
  height: 100%;
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
}
.appointments .calendar-container .v-toolbar.mobile-toolbar .v-toolbar__content .mobile-week-days .tab {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.appointments .calendar-container .v-toolbar.mobile-toolbar .v-toolbar__content .mobile-week-days .tab p {
  margin: 0;
  color: rgba(84, 84, 84, 0.87);
  font-size: 0.75rem;
  transition: all 0.2s;
}
.appointments .calendar-container .v-toolbar.mobile-toolbar .v-toolbar__content .mobile-week-days .tab .day {
  text-transform: uppercase;
}
.appointments .calendar-container .v-toolbar.mobile-toolbar .v-toolbar__content .mobile-week-days .tab .date {
  font-size: 0.625rem;
}
.appointments .calendar-container .v-toolbar.mobile-toolbar .v-toolbar__content .mobile-week-days .active {
  color: #8b1f62;
  border-bottom: 2px solid #8b1f62;
}
.appointments .calendar-container .v-toolbar.mobile-toolbar .v-toolbar__content .mobile-week-days .active p {
  color: #8b1f62;
}
.appointments .calendar-container .v-sheet:not(.v-toolbar) {
  overflow: none;
  min-height: 600px;
}
@media only screen and (max-width: 959px) {
  .appointments .calendar-container .v-sheet:not(.v-toolbar) {
    overflow-x: auto;
  }
}
.appointments .calendar-container .v-sheet:not(.v-toolbar) .v-calendar {
  min-width: 700px;
  min-height: 640px;
}
.appointments .calendar-container .v-sheet:not(.v-toolbar) .v-calendar .v-calendar-daily__scroll-area {
  overflow-y: hidden;
}
@media only screen and (max-width: 959px) {
  .appointments .calendar-container .v-sheet:not(.v-toolbar) .v-calendar {
    min-width: 100%;
    max-width: 100%;
  }
}
.appointments .calendar-container .v-event-timed .v-event-draggable {
  height: 100%;
}
.appointments .calendar-container .v-event-timed .v-event-draggable .event-title {
  margin: 0;
  font-size: 0.75rem;
}
.appointments .calendar-container .v-event-timed .v-event-draggable .event-trainer {
  margin: 0;
}
.appointments .calendar-container .v-event-timed .v-event-draggable .event-booked {
  margin: 0;
}
.appointments .calendar-container .v-event-timed .v-event-draggable p {
  line-height: 1rem;
}
.appointments .calendar-container .v-event-timed .v-event-draggable.canceled {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) calc(50% - 2px), #fff, rgba(255, 255, 255, 0) calc(50% + 2px));
  opacity: 0.6;
  position: relative;
}
.appointments .calendar-container .v-event-timed .v-event-draggable.canceled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #aaaaaa;
}

.v-dialog.add-appointment .v-card.event-panel .fields .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 599px) {
  .v-dialog.add-appointment .v-card.event-panel .fields .grid {
    grid-template-columns: 1fr;
  }
}
.v-dialog.add-appointment .v-card.event-panel .fields .v-input:not(.day-check):not(.v-input--switch) div.v-input__control {
  min-height: 52px;
}
.v-dialog.add-appointment .v-card.event-panel .fields .v-input--switch {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.v-dialog.add-appointment .v-card.event-panel .fields .v-input--switch label {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}
.v-dialog.add-appointment .v-card.event-panel .fields .repeat-options .days {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.v-dialog.add-appointment .v-card.event-panel .fields .repeat-options .days span {
  font-weight: 400;
  margin-left: 0.5rem;
  color: #ff5252;
  font-size: 0.75rem;
}
.v-dialog.add-appointment .v-card.event-panel .fields .repeat-options .checkboxes {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.v-dialog.add-appointment .v-card.event-panel .fields .repeat-options .checkboxes .v-input.day-check.v-input--checkbox.v-input--selection-controls {
  margin-top: 0.25rem;
  margin-right: 1rem;
}
.v-dialog.add-appointment .v-card.event-panel .fields .repeat-options .checkboxes .v-input.day-check.v-input--checkbox.v-input--selection-controls .v-messages {
  height: 0;
  max-height: 0;
  line-height: 0;
  font-size: 0;
}
.v-dialog.add-appointment .v-card.event-panel .fields .label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.v-dialog.add-appointment .v-card.event-panel .fields .colors {
  display: flex;
  margin-top: 8px;
  margin-bottom: 1.5rem;
}
.v-dialog.add-appointment .v-card.event-panel .fields .colors .color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 1rem 0 0;
  position: relative;
  cursor: pointer;
}
.v-dialog.add-appointment .v-card.event-panel .fields .colors .color::before {
  content: "";
  top: -4px;
  left: -4px;
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.1s;
}
.v-dialog.add-appointment .v-card.event-panel .fields .colors .color.is-selected::before {
  border: 2px solid #aaaaaa;
}
.v-dialog.add-appointment .v-card.event-panel .fields .colors .message-error {
  font-weight: 400;
  margin-left: 0.5rem;
  color: #ff5252;
  font-size: 0.75rem;
  margin: 0;
}
.v-dialog.add-appointment .v-card.event-panel .fields .search-members .v-select__slot {
  padding-top: 2px;
}
.v-dialog.add-appointment .v-card.event-panel .fields .search-members .v-select__slot .v-select__selection {
  display: none;
}
.v-dialog.add-appointment .v-card.event-panel .fields .selected-members {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .v-dialog.add-appointment .v-card.event-panel .fields .selected-members {
    flex-direction: column;
  }
}
.v-dialog.add-appointment .v-card.event-panel .fields .selected-members li {
  margin: 0 1rem 0.5rem 0;
  display: flex;
  align-items: center;
}
.v-dialog.add-appointment .v-card.event-panel .fields .selected-members li .v-avatar {
  margin-right: 0.25rem;
}
.v-dialog.add-appointment .v-card.event-panel .fields .selected-members li .v-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
.v-dialog.add-appointment .v-card.event-panel .fields .selected-members li p {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
}
.v-dialog.add-appointment .v-card.event-panel .fields .selected-members li .v-btn {
  width: 1.25rem;
  height: 1.25rem;
}
.v-dialog.add-appointment.view-edit .v-card__text {
  min-height: 470px;
}
.v-dialog.add-appointment.view-edit .tabs {
  margin-bottom: 0.5rem;
}
.v-dialog.add-appointment.view-edit .tabs .v-toolbar__content {
  padding: 0;
  height: 28px;
}
.v-dialog.add-appointment.view-edit .tabs button.custom {
  margin: 0;
  height: 26px;
  border: 1px solid #e6e6e6;
  text-transform: capitalize;
}
.v-dialog.add-appointment.view-edit .tabs button.custom:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.v-dialog.add-appointment.view-edit .tabs button.custom:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.v-dialog.add-appointment.view-edit .active-edit {
  background: #e8fce8;
}
.v-dialog.add-appointment.view-edit .active-edit span {
  color: green;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list {
  min-height: 386px;
  overflow: auto;
  position: relative;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .clients-loader {
  position: absolute;
  top: 87px;
  left: calc(50% - 16px);
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .text {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .name {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .name .v-avatar {
  margin-right: 7px;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .name .v-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions {
  margin: 3px 0 1px;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .status {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .status .status-select.v-input.v-select.v-input.v-input--hide-details.v-input--dense.v-text-field.v-text-field--is-booted.v-text-field--enclosed.v-text-field--outlined.v-select {
  width: 106px;
  display: flex;
  font-size: 0.75rem;
  margin-right: 5px;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .status .status-select.v-input.v-select.v-input.v-input--hide-details.v-input--dense.v-text-field.v-text-field--is-booted.v-text-field--enclosed.v-text-field--outlined.v-select .v-input__control div.v-input__slot .v-select__slot label {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: -1px;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .status .v-btn {
  text-transform: capitalize;
  height: 26px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0 4px;
  border: 1px solid #e1b5e4;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .v-input.v-input--checkbox {
  margin: 0;
  padding-top: 0;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .v-input.v-input--checkbox .v-input__control {
  max-height: 24px;
  min-height: 24px;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .v-input.v-input--checkbox .v-input__control .v-input__slot {
  max-height: 24px;
  min-height: 24px;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .v-input.v-input--checkbox .v-input__control .v-input__slot .v-input--selection-controls__input {
  margin-right: 2px;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .v-input.v-input--checkbox .v-icon.mdi {
  font-size: 17px;
  padding-bottom: 1px;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .v-input.v-input--checkbox label {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.87);
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .v-text-field .v-input__control .v-input__slot {
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
}
.v-dialog.add-appointment.view-edit .event-panel .clients-list .list .client .actions .v-text-field .v-input__control {
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
}

.v-menu__content .v-list.tools-mobile-list .v-list-item .v-list-item__icon {
  margin-right: 1rem;
}

.v-dialog.add-appointment.view-edit.v-dialog--active .tools {
  position: relative;
}

.backoffice-subscriptions .table-container .v-data-table {
  border: 1px solid #e6e6e6;
}
.backoffice-subscriptions .table-container .v-data-table .v-data-table__wrapper .name {
  font-weight: 500;
}
.backoffice-subscriptions .table-container .v-data-table .v-data-table__wrapper .v-icon {
  margin: 0;
}
.backoffice-subscriptions .table-container .v-data-table > .v-data-table__wrapper > table > tbody > tr > td, .backoffice-subscriptions .table-container .v-data-table > .v-data-table__wrapper > table > thead > tr > th, .backoffice-subscriptions .table-container .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  height: 64px;
}
.backoffice-subscriptions .table-container .v-data-table-header {
  background: #f7dbec;
}
.backoffice-subscriptions .table-container .v-snack .v-snack__wrapper .v-snack__content {
  text-align: center;
}

.products-layout .v-list.v-sheet {
  display: flex;
  padding: 0 0 0 0;
  border: 1px solid #e6e6e6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.products-layout .slot-card {
  box-shadow: none;
  padding-top: 30px;
  min-height: 700px;
}

.backoffice-products .table-container .v-data-table {
  border: 1px solid #e6e6e6;
}
.backoffice-products .table-container .v-data-table p {
  margin: 0;
}
.backoffice-products .table-container .v-data-table .name {
  font-weight: 500;
  cursor: pointer;
  color: #8b1f62;
}
.backoffice-products .table-container .v-data-table .desc {
  max-width: 300px;
}
.backoffice-products .table-container .v-data-table .flavor {
  text-transform: capitalize;
}
.backoffice-products .table-container .v-data-table .edit {
  padding: 4px;
  border-radius: 50%;
  background: #f0badb;
  z-index: 2;
}
.backoffice-products .table-container .v-data-table > .v-data-table__wrapper > table > tbody > tr > td, .backoffice-products .table-container .v-data-table > .v-data-table__wrapper > table > thead > tr > th, .backoffice-products .table-container .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  height: 64px;
}
.backoffice-products .table-container .v-data-table-header {
  background: #f7dbec;
}
.backoffice-products .v-snack .v-snack__wrapper .v-snack__content {
  text-align: center;
}

.backoffice-brands .table-container .v-data-table {
  border: 1px solid #e6e6e6;
}
.backoffice-brands .table-container .v-data-table p {
  margin: 0;
}
.backoffice-brands .table-container .v-data-table .logo-wrap {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  overflow: hidden;
  border-radius: 20%;
}
.backoffice-brands .table-container .v-data-table .logo-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.backoffice-brands .table-container .v-data-table .name {
  font-weight: 500;
  color: #8b1f62;
}
.backoffice-brands .table-container .v-data-table .desc {
  max-width: 300px;
}
.backoffice-brands .table-container .v-data-table .edit {
  padding: 4px;
  border-radius: 50%;
  background: #f0badb;
  z-index: 2;
}
.backoffice-brands .table-container .v-data-table > .v-data-table__wrapper > table > tbody > tr > td, .backoffice-brands .table-container .v-data-table > .v-data-table__wrapper > table > thead > tr > th, .backoffice-brands .table-container .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  height: 64px;
}
.backoffice-brands .table-container .v-data-table-header {
  background: #f7dbec;
}
.backoffice-brands .v-snack .v-snack__wrapper .v-snack__content {
  text-align: center;
}

.v-dialog.new-brand .v-card .fields .image-wrap, .v-dialog.edit-brand .v-card .fields .image-wrap {
  margin-bottom: 2rem;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 20%;
  position: relative;
  overflow: hidden;
}
.v-dialog.new-brand .v-card .fields .image-wrap:hover .upload, .v-dialog.edit-brand .v-card .fields .image-wrap:hover .upload {
  opacity: 0.7;
}
.v-dialog.new-brand .v-card .fields .image-wrap img, .v-dialog.edit-brand .v-card .fields .image-wrap img {
  border-radius: 20%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v-dialog.new-brand .v-card .fields .image-wrap .upload, .v-dialog.edit-brand .v-card .fields .image-wrap .upload {
  position: absolute;
  bottom: 0;
  background: #97867e;
  opacity: 0.4;
  width: 100%;
  height: 26px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  transition: all 0.3s;
}
.v-dialog.new-brand .v-card .fields .image-wrap .upload .v-icon, .v-dialog.edit-brand .v-card .fields .image-wrap .upload .v-icon {
  color: #FFFFFF;
}
.v-dialog.new-brand .v-card .fields .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input, .v-dialog.edit-brand .v-card .fields .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input {
  height: 28px;
  margin: 0;
  padding: 0;
}
.v-dialog.new-brand .v-card .fields .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input .v-input__prepend-outer, .v-dialog.edit-brand .v-card .fields .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input .v-input__prepend-outer {
  margin: 2px auto 0;
  text-align: center;
  width: 100%;
}
.v-dialog.new-brand .v-card .fields .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input .v-input__prepend-outer .v-input__icon button.v-icon.v-icon--link.mdi, .v-dialog.edit-brand .v-card .fields .image-wrap .upload .v-input.theme--light.v-text-field.v-text-field--is-booted.v-file-input .v-input__prepend-outer .v-input__icon button.v-icon.v-icon--link.mdi {
  text-align: center;
  width: 100%;
}
.v-dialog.new-brand .v-card .fields .image-wrap .upload .v-input .v-input__control, .v-dialog.edit-brand .v-card .fields .image-wrap .upload .v-input .v-input__control {
  display: none;
}

.backoffice-categories .table-container .v-data-table {
  border: 1px solid #e6e6e6;
}
.backoffice-categories .table-container .v-data-table p {
  margin: 0;
}
.backoffice-categories .table-container .v-data-table .name {
  font-weight: 500;
  color: #8b1f62;
  cursor: pointer;
}
.backoffice-categories .table-container .v-data-table .edit {
  padding: 4px;
  border-radius: 50%;
  background: #f0badb;
  z-index: 2;
}
.backoffice-categories .table-container .v-data-table > .v-data-table__wrapper > table > tbody > tr > td, .backoffice-categories .table-container .v-data-table > .v-data-table__wrapper > table > thead > tr > th, .backoffice-categories .table-container .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  height: 64px;
}
.backoffice-categories .table-container .v-data-table-header {
  background: #f7dbec;
}
.backoffice-categories .v-snack .v-snack__wrapper .v-snack__content {
  text-align: center;
}

.settings-layout .v-list.v-sheet {
  display: inline-flex;
  justify-content: flex-start;
  padding: 0 0 0 0;
  border: 1px solid #e6e6e6;
  width: initial;
  max-width: 100%;
  margin-right: auto;
  overflow-x: auto;
}
.settings-layout .v-list.v-sheet .v-list-item--link {
  border-bottom: 2px solid transparent;
  padding: 0 1rem;
  width: initial;
  text-align: center;
}
.settings-layout .v-list.v-sheet .v-list-item--link .v-list-item__content .v-list-item__title {
  font-size: 0.875rem;
  padding-top: 2px;
}
.settings-layout .v-list.v-sheet .v-list-item:not(.v-list-item--active):hover {
  border-bottom: 2px solid #f6f6fa;
}
.settings-layout .v-list.v-sheet .v-list-item--active {
  font-weight: 500;
  border-bottom: 2px solid #8b1f62;
}
.settings-layout .slot-card {
  box-shadow: none;
  padding-top: 30px;
  min-height: 700px;
}
.settings-layout .slot-card .v-input--checkbox .v-input__slot label {
  padding-top: 2px;
}

.account .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
@media only screen and (max-width: 1280px) {
  .account .grid {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media only screen and (max-width: 960px) {
  .account .grid {
    grid-template-columns: 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.account .grid .column {
  padding-right: 5rem;
}
@media only screen and (max-width: 1280px) {
  .account .grid .column {
    padding-right: 0;
  }
}
.account .grid .column .field-group {
  display: grid;
  grid-template-columns: 1fr 3fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media only screen and (max-width: 640px) {
  .account .grid .column .field-group {
    grid-template-columns: 1fr;
  }
}
.account .grid .column .field-group .label {
  margin: 9px 0 0;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .account .grid .column .field-group .label {
    text-align: left;
    margin: 0 0 0.25rem;
  }
}
.account .grid .column .field-group .v-text-field {
  font-size: 0.875rem;
}
.account .grid .column.button-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 959px) {
  .account .grid .column.button-wrap {
    margin-top: 30px;
  }
}
.account .grid.global {
  margin-top: 2rem;
}

.settings-invoices .taxes {
  padding-bottom: 3rem;
}
.settings-invoices .taxes .tax-types {
  display: block;
}
.settings-invoices .taxes .tax-types .enable {
  margin-bottom: 1.5rem;
}
.settings-invoices .taxes .tax-types .v-input--checkbox label {
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
}
.settings-invoices .taxes .tax-types .flex {
  max-width: 100%;
}
@media only screen and (max-width: 599px) {
  .settings-invoices .taxes .tax-types .flex {
    flex-direction: column;
  }
}
.settings-invoices .taxes .tax-types .flex .field-group {
  width: 320px;
  max-width: 100%;
}
.settings-invoices .taxes .tax-types .flex .v-input {
  margin-bottom: 1rem;
}
.settings-invoices .taxes .tax-types .flex .select, .settings-invoices .taxes .tax-types .flex .tax-pct {
  margin-right: 0.5rem;
}
.settings-invoices .invoices {
  border-top: 1px solid #e6e6e6;
  padding-top: 3rem;
}
.settings-invoices .invoices .invoices-settings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.settings-invoices .invoices .invoices-settings .field-group {
  margin-top: 1.25rem;
  width: 320px;
  max-width: 100%;
}
.settings-invoices .invoices .invoices-settings .v-input--checkbox {
  margin: 0 0 1rem;
}
.settings-invoices .invoices .invoices-settings .v-input--checkbox label {
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
}
.settings-invoices .invoices .invoices-settings .v-input--checkbox.v-input--is-disabled label {
  color: rgba(84, 84, 84, 0.87);
}
.settings-invoices .invoices .invoices-settings .v-btn {
  margin-top: 1rem;
  width: initial;
}
.settings-invoices .invoices .invoices-settings .preview .preview-label {
  font-size: 0.875rem;
  margin: 8px 0;
}
.settings-invoices .invoices .invoices-settings .preview .number {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 4px 40px;
  background-color: #efefff;
  width: initial;
}

.classes .page-header .right {
  margin: 0 0 0 auto;
}
.classes .table-container .v-data-table {
  border: 1px solid #e6e6e6;
}
.classes .table-container .v-data-table .v-data-table-header tr th:first-child {
  padding-left: 52px;
}
.classes .table-container .v-data-table .name .v-avatar {
  margin-right: 5px;
}
.classes .table-container .v-data-table .name .v-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
.classes .table-container .v-data-table .name .v-avatar .color-avatar {
  width: 100%;
  height: 100%;
}

.classes-modal .fields .grid .colors {
  display: flex;
  margin-top: 8px;
  margin-bottom: 1.5rem;
}
.classes-modal .fields .grid .colors .color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 1rem 0 0;
  position: relative;
  cursor: pointer;
}
.classes-modal .fields .grid .colors .color::before {
  content: "";
  top: -4px;
  left: -4px;
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.1s;
}
.classes-modal .fields .grid .colors .color.is-selected::before {
  border: 2px solid #aaaaaa;
}
.classes-modal .fields .grid .colors .message-error {
  font-weight: 400;
  margin-left: 0.5rem;
  color: #ff5252;
  font-size: 0.75rem;
  margin: 0;
}

.custom .page-header .right {
  margin: 0 0 0 auto;
}
.custom .table-container .v-data-table {
  border: 1px solid #e6e6e6;
}

.customs-modal .v-input--checkbox {
  margin-top: 0;
}
.customs-modal .v-input--checkbox .v-input__slot label {
  color: rgba(0, 0, 0, 0.87);
}

.backoffice-reports-index .v-card {
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.backoffice-reports-index .v-card:hover {
  border: 1px solid #fadcea;
}
.backoffice-reports-index h2.value {
  text-align: right;
  padding: 8px 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.backoffice-reports-index h2.value span {
  font-weight: 500;
  font-size: 1rem;
  padding: 4px 0 0 4px;
}

.reports .table-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 959px) {
  .reports .table-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reports .table-header .pickers {
  display: flex;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 599px) {
  .reports .table-header .pickers {
    flex-direction: column;
  }
}
.reports .table-header .pickers .field-group {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.reports .table-header .pickers .field-group .v-text-field {
  background: #FFF;
}
.reports .table-header .pickers .v-btn {
  align-self: flex-end;
  margin-bottom: 18px;
}
@media only screen and (max-width: 599px) {
  .reports .table-header .pickers .v-btn {
    align-self: flex-start;
    margin-top: 0.5rem;
  }
}
.reports .table-header .totals {
  margin-bottom: 2rem;
  align-self: flex-end;
}
.reports .table-header .totals .total {
  margin-top: 0;
  text-align: right;
}
.reports .table-container .v-data-table {
  border: 1px solid #e6e6e6;
}
.reports .table-container.with-avatar .v-data-table {
  border: 1px solid #e6e6e6;
}
.reports .table-container.with-avatar .v-data-table .v-data-table-header tr th:first-child {
  padding-left: 65px;
}
.reports .table-container.with-avatar .v-data-table .name-medium .v-avatar {
  margin-right: 5px;
}
.reports .table-container.with-avatar .v-data-table .name-medium .v-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
.reports .table-container.with-avatar .v-data-table .name-medium .v-avatar .color {
  width: 100%;
  height: 100%;
}
.reports .table-container.with-color-avatar .v-data-table {
  border: 1px solid #e6e6e6;
}
.reports .table-container.with-color-avatar .v-data-table .v-data-table-header tr th:first-child {
  padding-left: 52px;
}
.reports .table-container.with-color-avatar .v-data-table .name-medium .v-avatar {
  margin-right: 5px;
}
.reports .table-container.with-color-avatar .v-data-table .name-medium .v-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
.reports .table-container.with-color-avatar .v-data-table .name-medium .v-avatar .color {
  width: 100%;
  height: 100%;
}

@media print {
  .navbar {
    display: none;
  }

  .v-navigation-drawer {
    display: none;
  }

  .reports {
    margin-top: -60px;
    margin-left: -58px;
  }

  div.pickers, div.pickers * {
    display: none;
  }

  .v-pagination, .v-pagination * {
    display: none;
  }
}
.book-modal .v-card .v-select {
  width: 100%;
}
.book-modal .v-card .trainer-name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 5px;
}
.book-modal .v-card .sessions-list {
  min-height: 372px;
  max-height: 372px;
  overflow-y: auto;
}
.book-modal .v-card .sessions-list .session-box {
  border: 1px solid #dadada;
  border-left-width: 4px;
  margin: 10px 0;
  cursor: pointer;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.87);
  transition: all 0.2s;
}
.book-modal .v-card .sessions-list .session-box:hover {
  background-color: #f1f1f1;
}
.book-modal .v-card .sessions-list .session-box ul {
  list-style: none;
  padding: 0;
}
.book-modal .v-card .class-info {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
  .book-modal .v-card .date-time .slots {
    min-height: 110px;
  }
}
.book-modal .v-card .slots-list {
  min-height: 248px;
  max-height: 248px;
  overflow-y: auto;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .book-modal .v-card .slots-list {
    min-height: 86px;
  }
}
.book-modal .v-card .slots-list .btn-slot {
  margin-bottom: 10px;
}
.book-modal .v-card .no-data {
  width: 100%;
  color: rgba(110, 110, 110, 0.87);
}
.book-modal .v-card .review {
  color: rgba(0, 0, 0, 0.87);
}
.book-modal .v-card .review .info-data {
  list-style: none;
  padding-left: 0;
  min-height: 352px;
}

.portal-calendar .portal-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.portal-calendar .v-list.v-sheet {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 0;
  border: 1px solid #e6e6e6;
}
.portal-calendar .v-list.v-sheet a {
  flex-grow: 1;
}
.portal-calendar .v-list.v-sheet a .v-list-item--link {
  border-bottom: 2px solid transparent;
  padding: 0 1rem;
  width: initial;
  text-align: center;
}
.portal-calendar .v-list.v-sheet a .v-list-item--link .v-list-item__content .v-list-item__title {
  font-size: 0.875rem;
  padding-top: 2px;
}
.portal-calendar .v-list.v-sheet a .v-list-item:not(.v-list-item--active):hover {
  border-bottom: 2px solid #f6f6fa;
}
.portal-calendar .v-list.v-sheet a .v-list-item--active {
  font-weight: 500;
  border-bottom: 2px solid #8b1f62;
}
.portal-calendar .content .schedule .week-view .week-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  align-items: center;
}
.portal-calendar .content .schedule .week-view .week-nav .week-range {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.portal-calendar .content .schedule .week-view .week-nav .v-btn {
  margin-left: 10px;
  background: #FFFFFF;
  border-color: #CCCCCC;
}
.portal-calendar .content .schedule .week-view .grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #FFFFFF;
}
.portal-calendar .content .schedule .week-view .grid .item {
  border-left: 1px solid #e6e6e6;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.portal-calendar .content .schedule .week-view .grid .item:last-child {
  border-right: 1px solid #e6e6e6;
}
.portal-calendar .content .schedule .week-view .grid .item .day-header {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.portal-calendar .content .schedule .week-view .grid .item .day-header.active {
  color: #8b1f62;
}
.portal-calendar .content .schedule .week-view .grid .item .day-header p {
  margin: 2px 0;
}
.portal-calendar .content .schedule .week-view .grid .item .day-header .day-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
}
.portal-calendar .content .schedule .week-view .grid .item .day-header .date {
  font-size: 0.875rem;
}
.portal-calendar .content .schedule .week-view .grid .item .day-box {
  padding: 10px;
}
.portal-calendar .content .schedule .week-view .grid .item .day-box .class-item {
  margin-bottom: 10px;
  padding: 5px;
  color: #FFFFFF;
  border-radius: 3px;
}
.portal-calendar .content .schedule .week-view .grid .item .day-box .class-item h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.portal-calendar .content .schedule .week-view .grid .item .day-box .class-item .time {
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.portal-calendar .content .schedule .week-view .grid .item .day-box .class-item .trainer {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.portal-calendar .content .schedule .week-view .grid .item .day-box .class-item .trainer span {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 2px;
  margin-left: 4px;
}
.portal-calendar .content .schedule .week-view .grid .item .day-box .class-item .booked {
  font-size: 0.75rem;
  margin-top: 5px;
  margin-bottom: 0;
}
.portal-calendar .content .schedule .day-view .day-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  align-items: center;
}
.portal-calendar .content .schedule .day-view .day-nav .day-date {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.portal-calendar .content .schedule .day-view .day-nav .v-btn {
  margin-left: 10px;
  background: #FFFFFF;
  border-color: #CCCCCC;
}
.portal-calendar .content .schedule .day-view .day-container.item {
  border-left: 1px solid #e6e6e6;
  min-height: 500px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #FFFFFF;
}
.portal-calendar .content .schedule .day-view .day-container.item:last-child {
  border-right: 1px solid #e6e6e6;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-header {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-header.active {
  color: #8b1f62;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-header p {
  margin: 2px 0;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-header .day-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-header .date {
  font-size: 0.875rem;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-box {
  padding: 10px;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-box .class-item {
  margin-bottom: 10px;
  padding: 15px;
  color: #FFFFFF;
  border-radius: 3px;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-box .class-item h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-box .class-item .time {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-box .class-item .trainer {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-box .class-item .trainer span {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 2px;
  margin-left: 4px;
}
.portal-calendar .content .schedule .day-view .day-container.item .day-box .class-item .booked {
  font-size: 0.75rem;
  margin-top: 5px;
  margin-bottom: 0;
}
.portal-calendar .content .appointments .list {
  padding-left: 0;
  list-style: none;
  width: 500px;
  max-width: 100%;
}
.portal-calendar .content .appointments .list .appointment {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #FFFFFF;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.portal-calendar .content .appointments .list .appointment .event-info {
  display: flex;
}
.portal-calendar .content .appointments .list .appointment .event-info p {
  margin: 0;
}
.portal-calendar .content .appointments .list .appointment .event-info .today-date {
  padding-right: 20px;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.portal-calendar .content .appointments .list .appointment .event-info .info-data {
  padding-left: 20px;
}
.portal-calendar .content .appointments .list .appointment .event-info .info-data .event-title {
  font-weight: 500;
}
.portal-calendar .content .appointments .list .appointment .event-info .info-data .event-date {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.portal-calendar .content .appointments .list .appointment .event-info .info-data .event-desc {
  font-size: 0.875rem;
}

.class-modal .view-panel .info-container {
  padding: 0 20px 15px 30px;
  min-height: 205px;
}
.class-modal .view-panel .info-container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.class-modal .view-panel .info-container .grid.bottom {
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 599px) {
  .class-modal .view-panel .info-container .grid {
    grid-template-columns: 1fr;
  }
}
.class-modal .view-panel .info-container .info-group {
  display: flex;
  padding-bottom: 15px;
}
.class-modal .view-panel .info-container .info-group .icon-wrap {
  margin-right: 15px;
}
.class-modal .view-panel .info-container .info-group .info-wrap p {
  margin: 0;
}
.class-modal .view-panel .info-container .info-group .info-wrap .label {
  font-size: 0.875rem;
}
.class-modal .view-panel .info-container .info-group .info-wrap .value {
  font-weight: 500;
  font-size: 1rem;
}
.class-modal .view-panel .info-container .clients-group {
  margin-top: 15px;
  font-size: 0.875rem;
}
.class-modal .view-panel .info-container .clients-group .label {
  margin-bottom: 5px;
}
.class-modal .view-panel .info-container .clients-group .label .v-icon {
  margin-right: 15px;
}
.class-modal .view-panel .info-container .clients-group .clients {
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.class-modal .view-panel .info-container .clients-group .clients .client {
  margin: 0 5px 5px 0;
  width: initial;
}
.class-modal .view-panel .info-container .clients-group .clients .client .v-chip {
  background: #eeeeee;
  padding-left: 5px;
}
.class-modal .view-panel .info-container .clients-group .clients .client .v-chip .v-avatar {
  margin-right: 6px;
}

.profile.portal .update-password {
  margin-top: 0;
}

.box .row .col .v-avatar .v-icon {
  margin-top: 22px;
}
.box .row .col p {
  margin-top: 28px;
}
.box .value {
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
  color: rgba(0, 0, 0, 0.64);
}
.box .v-card__subtitle {
  padding-bottom: 0;
  padding-right: 0px;
}
.box .row {
  padding: 0 15px;
}

@media only screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

.v-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 959px) {
  .page-header {
    flex-direction: column;
  }
}
.page-header .left .page-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  .page-header .right {
    margin-top: 0.5rem;
  }
  .page-header .right .v-btn {
    margin-bottom: 0.5rem;
  }
}
.page-header .right .v-btn {
  margin-top: 0;
}

.filter-section {
  display: flex;
  justify-content: flex-start;
}
.filter-section .date {
  display: flex;
  align-items: center;
}
.filter-section .table-search {
  width: 300px;
  flex-grow: 0;
  margin-right: 0.5rem;
}
.filter-section .table-select {
  width: 300px;
  flex-grow: 0;
  margin-right: 0.5rem;
}
.filter-section .table-select .v-input__slot {
  background: #FFFFFF;
}
.filter-section .table-select .v-input__slot .v-input__icon--clear .v-icon.notranslate {
  color: gray !important;
  transform: scale(0.8);
}
.filter-section .v-btn {
  margin-top: 1px;
}

p.custom-label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0 !important;
  color: rgba(0, 0, 0, 0.87);
}

label.custom-label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.87);
}

.vue-timepicker-wrap {
  min-height: 74px;
  position: relative;
}
.vue-timepicker-wrap .vue__time-picker.time-picker {
  width: 100%;
  outline: none;
}
.vue-timepicker-wrap .vue__time-picker.time-picker input {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 1rem;
  outline: none;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}
.vue-timepicker-wrap .vue__time-picker.time-picker input.is-empty::-moz-placeholder {
  display: none;
  color: white;
}
.vue-timepicker-wrap .vue__time-picker.time-picker input.is-empty:-ms-input-placeholder {
  display: none;
  color: white;
}
.vue-timepicker-wrap .vue__time-picker.time-picker input.is-empty::placeholder {
  display: none;
  color: white;
}
.vue-timepicker-wrap .vue__time-picker.time-picker input.display-time.invalid:not(.skip-error-style) {
  border: 1px solid #e6e6e6;
  outline: none;
}
.vue-timepicker-wrap .vue__time-picker.time-picker .controls .clear-btn {
  padding: 0 19px;
}
.vue-timepicker-wrap .custom-errors {
  padding-left: 12px;
  color: #ff5252;
  font-size: 0.75rem;
  margin: 0;
}
.vue-timepicker-wrap .v-icon {
  padding-right: 7px;
}

.v-dialog .v-input--switch {
  margin-top: 0.5rem;
}
.v-dialog .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-right: 10px;
  margin-bottom: 20px;
  height: 56px;
}
.v-dialog .modal-header .v-btn.back {
  margin-left: 10px;
  padding: 0;
}
.v-dialog .modal-header .v-btn.back + .modal-headline {
  padding-left: 5px;
}
.v-dialog .modal-header .modal-headline {
  border: none;
  margin-bottom: 0;
  font-weight: 500;
  height: 56px;
  font-size: 1rem;
  padding: 2px 20px 0 24px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v-dialog .modal-header .modal-headline button.v-btn {
  width: 30px;
  height: 30px;
}
.v-dialog .modal-header .modal-headline button.v-btn span.v-btn__content i.v-icon {
  margin: 0;
}
.v-dialog .modal-header .modal-headline .date {
  font-size: 0.875rem;
  opacity: 0.9;
}
.v-dialog .modal-header .tools {
  padding: 0;
  position: relative;
  flex-wrap: nowrap;
  display: flex;
}
.v-dialog .modal-header .tools .v-btn span.v-btn__content i.v-icon {
  margin: 0;
}
.v-dialog .modal-header .tools .cancel-dropdown {
  position: absolute;
  top: 30;
  left: 50;
  z-index: 300;
}
.v-dialog .modal-header .tools .cancel-dropdown .v-list.v-sheet {
  padding: 0;
}
.v-dialog .modal-header .tools .cancel-dropdown .v-list.v-sheet .v-list-item.v-list-item--link {
  height: 28px;
}
.v-dialog .v-card .container {
  padding: 0;
}
.v-dialog .v-card__actions {
  margin-top: 1.5rem;
}

.v-dialog .v-input.v-textarea.v-text-field div.v-input__control {
  min-height: 74px;
}
.v-dialog .v-input--switch label {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

.confirm-delete-dialog .v-card {
  padding: 15px;
}
.confirm-delete-dialog .v-card .question {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 2rem;
}
.confirm-delete-dialog .v-card .buttons {
  display: flex;
  justify-content: flex-end;
}

.v-input .v-text-field__slot .v-text-field__suffix {
  font-size: 0.75rem;
  padding: 0 2px 0;
  margin-right: 5px;
  background: #f9e3f1;
}

.v-input .v-input__slot .v-input__append-inner {
  padding: 0;
}

.table-container .v-data-table {
  border: 1px solid lightgray;
}
.table-container .v-data-table .v-data-table__wrapper .v-data-table-header {
  background: #eeeeee;
}
.table-container .v-data-table .v-data-table__wrapper .v-data-table-header th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
}
.table-container .v-data-table .v-data-table__wrapper p {
  margin: 0;
}
.table-container .v-data-table .v-data-table__wrapper .name {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0.25rem 0;
  color: #612566;
  white-space: nowrap;
  transition: all 0.2s;
}
.table-container .v-data-table .v-data-table__wrapper .name:hover {
  color: #8b1f62;
}
.table-container .v-data-table .v-data-table__wrapper .name .v-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
.table-container .v-data-table .v-data-table__wrapper .name-medium {
  font-weight: 500;
}
.table-container .v-data-table .v-data-table__wrapper .amount {
  white-space: nowrap;
}
.table-container .v-data-table .v-data-table__wrapper .actions {
  white-space: nowrap;
}
.table-container .v-data-table .v-data-table__wrapper tbody tr:hover {
  background-color: transparent !important;
}
.table-container .v-data-table .v-data-table__wrapper .v-btn {
  background: #eeeeee;
}
.table-container .v-data-table .v-data-table__wrapper .v-icon {
  margin: 0;
  transition: all 0.2s;
}
.table-container .v-data-table .v-data-table__wrapper .v-icon * {
  transition: all 0.2s;
}
.table-container .v-data-table .v-data-table__wrapper .mdi-reload {
  transition: all 0.2s;
}
.table-container .v-data-table .v-data-table__wrapper .v-btn:hover .mdi-reload {
  color: green;
}
.table-container .v-data-table .v-data-table__wrapper .delete-icon {
  margin-left: 0.85rem;
}
.table-container .v-data-table .v-data-table__wrapper .delete-icon:hover .v-icon {
  color: #EF5350;
}
.table-container .v-data-table .v-data-table__wrapper .archive-icon {
  margin-left: 0.85rem;
}
.table-container .v-data-table .v-data-table__wrapper .archive-icon:hover .v-icon {
  color: #EF5350;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row), .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row) {
  border-bottom-color: #e6e6e6;
  border-top-color: #e6e6e6;
}

.pagination {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.pagination .prev-next {
  margin-right: 4px;
  pointer-events: none;
  padding: 8px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: inline-block;
  background: transparent;
  color: lightgrey;
}
.pagination .prev-next p {
  margin: 0;
  font-size: 0.875rem;
}
.pagination .link {
  margin-right: 4px;
  font-size: 0.875rem;
  padding: 8px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #FFFFFF;
  transition: all 0.3s;
}
.pagination .link.active {
  pointer-events: none;
  background: transparent;
  color: lightgrey;
}
.pagination .link:hover {
  color: #8b1f62;
  border: 1px solid #8b1f62;
}

.front-paginate {
  margin-top: 1.5rem;
  text-align: left;
}
.front-paginate ul.v-pagination {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.front-paginate ul.v-pagination li button.v-pagination__navigation {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
  box-shadow: none;
  margin: 0 4px 0 0;
  width: 34px;
  height: 34px;
  opacity: 1;
  transition: all 0.3s;
}
.front-paginate ul.v-pagination li button.v-pagination__navigation.v-pagination__navigation--disabled {
  pointer-events: none;
}
.front-paginate ul.v-pagination li button.v-pagination__navigation.v-pagination__navigation--disabled .v-icon {
  color: lightgrey !important;
}
.front-paginate ul.v-pagination li button.v-pagination__navigation:hover {
  border: 1px solid #d851a5 !important;
}
.front-paginate ul.v-pagination li button.v-pagination__item {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: none;
  margin: 0 4px 0 0;
  transition: all 0.3s;
}
.front-paginate ul.v-pagination li button.v-pagination__item.v-pagination__item--active.primary {
  pointer-events: none;
  color: lightgrey;
  background: #FFFFFF !important;
  border: 1px solid #e6e6e6 !important;
}
.front-paginate ul.v-pagination li button.v-pagination__item:hover {
  color: #8b1f62;
  border: 1px solid #d851a5;
}

.v-snack .v-snack__wrapper .v-snack__content {
  text-align: center;
}

.theme--light .v-main__wrap {
  background: #f9f9f9;
}
.theme--light .v-list-item.v-list-item--active::before {
  background-color: #6f6f6f;
}
.theme--light .v-list-item.v-list-item--active > * {
  color: #612566;
}
.theme--light .v-input.v-text-field--outlined .v-input__control .v-input__slot fieldset {
  border-color: #e6e6e6;
}
.theme--light .modal-headline {
  color: #000;
}

.v-card.view-panel .info-container {
  padding: 0 20px 15px 30px;
  min-height: 305px;
}
.v-card.view-panel .info-container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.v-card.view-panel .info-container .grid.bottom {
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 599px) {
  .v-card.view-panel .info-container .grid {
    grid-template-columns: 1fr;
  }
}
.v-card.view-panel .info-container .info-group {
  display: flex;
  padding-bottom: 15px;
}
.v-card.view-panel .info-container .info-group .icon-wrap {
  margin-right: 15px;
}
.v-card.view-panel .info-container .info-group .info-wrap p {
  margin: 0;
}
.v-card.view-panel .info-container .info-group .info-wrap .label {
  font-size: 0.875rem;
}
.v-card.view-panel .info-container .info-group .info-wrap .value {
  font-weight: 500;
  font-size: 1rem;
}
.v-card.view-panel .info-container .clients-group {
  margin-top: 15px;
  font-size: 0.875rem;
}
.v-card.view-panel .info-container .clients-group .label {
  margin-bottom: 5px;
}
.v-card.view-panel .info-container .clients-group .label .v-icon {
  margin-right: 15px;
}
.v-card.view-panel .info-container .clients-group .clients {
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.v-card.view-panel .info-container .clients-group .clients .client {
  margin: 0 5px 5px 0;
  width: initial;
}
.v-card.view-panel .info-container .clients-group .clients .client .v-chip {
  background: #eeeeee;
  padding-left: 5px;
}
.v-card.view-panel .info-container .clients-group .clients .client .v-chip .v-avatar {
  margin-right: 6px;
}

.value2[data-v-6b4bae5a]{
    font-size: 1.2rem;
    font-weight: 500;
    text-align: right;
    color: rgba(0, 0, 0, 0.64);
    padding-top: 13px;
}

