:root {
  --brand-member-color-bg: #F8F9FA;
  --brand-member-color-text: #6A6D7D;
}

.one-sesion-template {
  box-shadow: 0 0 15px 0 rgba(44, 49, 78, 0.1);
  border-radius: 4px;
  padding: 20px;
  min-height: 215px;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.one-sesion-template .session-template-name {
  font-size: 16px;
  font-weight: bold;
}
.one-sesion-template .session-template-cost {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  margin: 23px 0 !important;
  margin-top: 35px !important;
}
.one-sesion-template .session-template-duration,
.one-sesion-template .session-template-location {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.one-sesion-template .fa-arrow-right {
  position: absolute;
  font-size: 16px;
  color: var(--brand-color);
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
.one-sesion-template .fa-arrow-right:hover {
  opacity: 0.6;
}
.one-sesion-template.a1 {
  border-top: 4px solid #33cb7d !important;
}
.one-sesion-template.a2 {
  border-top: 4px solid #599bfb !important;
}
.one-sesion-template.a3 {
  border-top: 4px solid #fcad42 !important;
}
.one-sesion-template.a4 {
  border-top: 4px solid var(--brand-color) !important;
}
.one-sesion-template.a5 {
  border-top: 4px solid #1b97b6 !important;
}

.select-extend-trainer-wrap {
  position: relative;
  height: 60px;
}
.select-extend-trainer-wrap .select-extend-trainer-id {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: dashed 1px var(--brand-color);
  background-color: rgba(244, 78, 39, 0.1);
  margin: 0 auto;
}
.select-extend-trainer-wrap .select-extend-trainer-id:hover {
  opacity: 0.8;
  cursor: pointer;
}
.select-extend-trainer-wrap .select-extend-trainer-id * {
  color: var(--brand-color);
  font-size: 16px;
}
.select-extend-trainer-wrap .select-extend-trainer-id.red-border {
  border: 1px dashed red !important;
}
.select-extend-trainer-wrap .select-extend-trainer-id.red-border i {
  color: red;
}
.select-extend-trainer-wrap .multiselect-native-select {
  position: absolute;
  min-width: 60px;
  height: 60px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 1;
}
.select-extend-trainer-wrap .multiselect-native-select .btn-group {
  width: inherit !important;
  min-width: inherit;
}
.select-extend-trainer-wrap .multiselect-native-select .btn-group .multiselect {
  background-color: transparent !important;
  border: none !important;
  height: 60px;
}
.select-extend-trainer-wrap .multiselect-native-select .btn-group .multiselect .multiselect-selected-text {
  width: auto;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
}
.select-extend-trainer-wrap .multiselect-native-select .btn-group .multiselect i {
  display: none;
  margin-left: 4px;
}
.select-extend-trainer-wrap .multiselect-native-select .btn-group .multiselect.red-border .multiselect-selected-text, .select-extend-trainer-wrap .multiselect-native-select .btn-group .multiselect.red-border i.fa-chevron-down {
  color: transparent;
}

#book-event-modal .modal-dialog {
  width: 1040px;
}
#book-event-modal .back.booking-back-title {
  color: var(--brand-color);
  cursor: pointer;
  position: absolute;
  font-size: 14px;
  align-items: center;
}
#book-event-modal .back.booking-back-title .fa-circle {
  font-size: 18px;
  color: var(--brand-color);
  border-radius: 10px;
}
#book-event-modal .back.booking-back-title .fa-chevron-left {
  margin-left: -13px;
  margin-right: 20px;
  color: var(--brand-color);
  font-size: 10px;
}
#book-event-modal .modal-header .bootstrap-dialog-header .bootstrap-dialog-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
#book-event-modal .modal-header .bootstrap-dialog-header .bootstrap-dialog-title .title2 {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 0;
}
#book-event-modal .modal-header .bootstrap-dialog-header .bootstrap-dialog-title .booking-back-title {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
}
#book-event-modal .modal-header .bootstrap-dialog-header .bootstrap-dialog-close-button {
  display: block !important;
}
#book-event-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .book-session-step-title-wrap {
  text-align: center;
  font-weight: normal;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .book-session-step-title-wrap .selected-trainer {
  margin: 0 auto;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .book-session-step-title-wrap .step1-trainer-select {
  min-width: 200px;
  margin: 10px auto;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .book-session-step-title-wrap .step1-trainer-select .btn-group {
  width: inherit !important;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .book-session-step-title-wrap .step1-trainer-select .btn-group .multiselect-container {
  max-height: 600px;
  width: 600px;
  margin-left: -75px;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .book-session-step-title-wrap .step-title {
  color: #727680;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap {
  padding-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .col-sm-4 {
  padding: 0;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .col-sm-4 .one-sesion-template {
  cursor: pointer;
  width: 100%;
  height: 165px;
  display: flex;
  border-radius: 5px;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .col-sm-4 .one-sesion-template .sesion-template-category-color {
  width: 6px;
  height: inherit;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .col-sm-4 .one-sesion-template .sesion-template-data-wrap {
  width: 100%;
  height: inherit;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .col-sm-4 .one-sesion-template .sesion-template-data-wrap .session-template-name {
  font-size: 18px;
  font-weight: 600;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .col-sm-4 .one-sesion-template .sesion-template-data-wrap .session-template-cost {
  font-size: 18px;
  color: var(--brand-color);
  font-weight: bold;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .col-sm-4 .one-sesion-template .sesion-template-data-wrap .session-template-duration, #book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .col-sm-4 .one-sesion-template .sesion-template-data-wrap .session-template-location {
  font-weight: 500;
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .col-sm-4 .one-sesion-template:hover {
  box-shadow: 0 7px 14px 0 rgba(47, 185, 248, 0.22), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
#book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap .no-templates-for-trainer-message {
  height: 50px;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap {
  display: flex;
  flex-wrap: wrap;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-column {
  width: 100%;
  position: relative;
  margin-top: 25px;
  padding: 20px;
  border-radius: 13px;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column {
  color: #717171;
  text-align: center;
  position: relative;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .session-templates-trainers-wrap button.multiselect {
  font-size: 18px;
  font-weight: 500;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .session-templates-trainers-wrap ul.multiselect-container {
  width: 400px;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .session-templates-trainers-wrap ul.multiselect-container .multiselect-clear-filter {
  padding-left: 8px;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .session-template-duration [name=duration_mins], #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .session-template-duration [name=duration_mins]:-internal-autofill-selected {
  float: left;
  width: 60px;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .session-template-duration input:-webkit-autofill,
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .session-template-duration input:-webkit-autofill:hover,
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .session-template-duration input:-webkit-autofill:focus,
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .session-template-duration input:-webkit-autofill:active {
  background-color: unset !important;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .time-duration-between {
  display: none !important;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column .step2-sessions-requests-count {
  position: absolute;
  bottom: 20px;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column {
  background: #FFFFFF;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content {
  border: none;
  padding: 0;
  width: 100%;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content .ui-datepicker-header {
  background-color: unset;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content .ui-datepicker-header .ui-datepicker-prev > span, #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content .ui-datepicker-header .ui-datepicker-next > span {
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  text-indent: unset;
  cursor: pointer;
  color: transparent;
  font-weight: 400;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content .ui-datepicker-header .ui-datepicker-prev > span:before, #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content .ui-datepicker-header .ui-datepicker-next > span:before {
  color: #9096a4;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content .ui-datepicker-header .ui-datepicker-prev > span:before {
  content: "\f053";
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content .ui-datepicker-header .ui-datepicker-next {
  left: 30px;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content .ui-datepicker-header .ui-datepicker-next > span:before {
  content: "\f054";
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content .ui-datepicker-header .ui-datepicker-title {
  margin-left: 70px;
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  color: #323338;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar thead tr th span {
  color: #676b75;
  text-transform: uppercase;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td {
  height: 40px;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td a {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-default {
  color: #323338;
  font-weight: 500;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-highlight, #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-active, #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-hover {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  padding-top: 6px;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-highlight {
  background-color: #ebebeb !important;
  color: #323338 !important;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: var(--brand-color) !important;
  color: #fff !important;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-highlight.ui-state-hover, #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column #datepicker .ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-hover {
  background-color: var(--brand-color) !important;
  color: #fff !important;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column {
  background: #FFFFFF;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column .timeslots {
  display: flex;
  flex-wrap: wrap;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column .timeslots .one-timeslot {
  width: 50%;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column .timeslots .one-timeslot .one-timeslot-time {
  text-align: center;
  padding: 10px 0;
  border: 1px solid #EBECF2;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  background-color: #F5F8FF;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column .timeslots .one-timeslot .one-timeslot-time:hover {
  background-color: var(--brand-color);
  border-color: #F5F8FF;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column .timeslots .one-timeslot .one-timeslot-time-selected {
  color: #fff !important;
  background-color: #666a73 !important;
  border-color: #666a73 !important;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column .timeslots .one-timeslot .one-timeslot-confirm {
  text-align: center;
  padding: 10px 0;
  width: 0%;
  background-color: #2d88cd;
  color: #fff;
  border-radius: 5px !important;
  cursor: pointer;
  display: none;
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column .timeslots .one-timeslot .one-timeslot-confirm-selected {
  display: block !important;
  background-color: var(--brand-color);
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column .timeslots .one-timeslot .one-timeslot-confirm:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
#book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-right-column .timeslots .message-not-available-slots {
  display: none;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap {
  display: flex;
  flex-wrap: wrap;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-column {
  padding-top: 20px;
  padding-bottom: 20px;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column {
  width: 100%;
  text-align: center;
  color: #717171;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #FFFFFF;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .book-session-step-title-wrap {
  font-size: 22px;
  font-weight: 500;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap .book-event-modal-sign-in-button, #book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap .btn-sign-up-fill-fields-next {
  height: 40px;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap #sign-up-book-modal .mywebsite-quests-fields-wrap .additional-quests-fields-wrap .wrap-canvas .btn-undo, #book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap #sign-up-book-modal .mywebsite-quests-fields-wrap .additional-quests-fields-wrap .wrap-canvas .btn-clear {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  border-color: #ccc;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap #sign-up-book-modal .mywebsite-quests-fields-wrap .additional-quests-fields-wrap .wrap-canvas .btn-undo:hover, #book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap #sign-up-book-modal .mywebsite-quests-fields-wrap .additional-quests-fields-wrap .wrap-canvas .btn-clear:hover {
  background-color: #ebebeb;
  border-color: #adadad;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap #sign-up-book-modal .mywebsite-quests-fields-wrap .additional-quests-fields-wrap .wrap-canvas .btn-undo:hover, #book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap #sign-up-book-modal .mywebsite-quests-fields-wrap .additional-quests-fields-wrap .wrap-canvas .btn-clear:hover, #book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap #sign-up-book-modal .mywebsite-quests-fields-wrap .additional-quests-fields-wrap .wrap-canvas .btn-undo:active, #book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap #sign-up-book-modal .mywebsite-quests-fields-wrap .additional-quests-fields-wrap .wrap-canvas .btn-clear:active {
  outline: none;
  outline-offset: unset;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .sign-in-sign-up-wrap #sign-up-book-modal .mywebsite-quests-fields-wrap .additional-quests-fields-wrap .wrap-canvas .btn-undo {
  margin-left: 10px;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirme-wrap .addeventatc {
  display: flex;
  position: relative;
  line-height: 1;
  text-decoration: none;
  border: 1px solid var(--brand-color);
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirme-wrap .addeventatc i {
  color: var(--brand-color);
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirme-wrap .addeventatc:hover {
  box-shadow: 1px 1px 10px #ccc;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirme-wrap .event-info-wrap {
  height: 190px;
  width: 350px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirme-wrap .event-info-wrap .event-color {
  width: 6px;
  height: inherit;
  background-color: #EAF8FE;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirme-wrap .event-info-wrap .event-info-content-wrap {
  background-color: #f6f9fc;
  width: 100%;
  height: inherit;
  padding: 20px 0 20px 30px;
}
#book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirme-wrap .event-info-wrap .event-info-content-wrap .event-cost, #book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirme-wrap .event-info-wrap .event-info-content-wrap .event-time {
  color: var(--brand-color);
}
#book-event-modal .book-event-steps-wrap .selected-trainer {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
}
#book-event-modal .book-event-steps-wrap .selected-trainer img {
  border-radius: 30px;
  width: inherit;
  height: inherit;
}
#book-event-modal .book-event-steps-wrap .selected-trainer .no-image {
  width: inherit;
  height: inherit;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  background-color: #EAC94C;
}
#book-event-modal .book-event-steps-wrap ul.multiselect-container li {
  text-align: left;
}
#book-event-modal .book-event-steps-wrap .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
#book-event-modal .book-event-steps-wrap .modal-header .booking-back-title {
  position: absolute !important;
  margin: 0 !important;
  left: 15px;
  top: 24px;
}
#book-event-modal .book-event-steps-wrap .modal-header .booking-back-title .fa-chevron-circle-left {
  font-size: 18px;
  color: var(--brand-color);
  border-radius: 10px;
}
#book-event-modal .book-event-steps-wrap .modal-header .modal-title {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
}
#book-event-modal .book-event-steps-wrap .modal-header .close {
  position: absolute;
  right: 15px;
}
#book-event-modal textarea {
  max-width: 100%;
}

#book-event-modal .modal-dialog,
#multi-booking-modal .modal-dialog {
  width: 820px;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading {
  padding: 0;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title {
  display: flex;
  justify-content: space-between;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .recurring-booking-booked,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .recurring-booking-booked {
  font-size: 12px;
  margin-left: 10px;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .recurring-booking-booked > span,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .recurring-booking-booked > span {
  margin-right: 10px;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .recurring-booking-booked .recurring-booking-booked-in,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .recurring-booking-booked .recurring-booking-booked-in {
  background-color: #47a447;
  border-color: #398439;
  color: #fff;
  padding: 4px 15px;
  margin-right: 10px;
  border-radius: 5px;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .title-for-make-payment,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .title-for-make-payment {
  margin-right: 25px;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .panel-title-link,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .panel-title-link {
  color: #323338;
  padding: 10px 10px 10px 0;
  display: inline-block;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .panel-title-link:not(.booked),
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .panel-title-link:not(.booked) {
  width: 100%;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title i.fa,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title i.fa {
  width: 12px;
}
#book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading.active .panel-title i.fa, #book-event-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading.active .panel-title .panel-title-link,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading.active .panel-title i.fa,
#multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading.active .panel-title .panel-title-link {
  color: var(--brand-color);
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .client-class,
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .client-class {
  flex: 1 1 auto;
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .client-class__info-block,
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .client-class__info-block {
  display: flex;
  padding: 15px 15px 15px 0;
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .client-class__info-block .servise-info,
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .client-class__info-block .servise-info {
  flex: 1 1 auto;
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .client-class__info-block:not(:last-child),
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .client-class__info-block:not(:last-child) {
  border-bottom: 1px dashed #E6EAF0;
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-column,
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-column {
  padding: 20px 35px 0 35px;
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column,
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column {
  color: #717171;
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column .selected-trainer,
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column .selected-trainer {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column .selected-trainer img,
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column .selected-trainer img {
  border-radius: 30px;
  width: inherit;
  height: inherit;
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column .selected-trainer .no-image,
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column .selected-trainer .no-image {
  width: inherit;
  height: inherit;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  background-color: #EAC94C;
}
#book-event-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirm-wrap .open-mass-booking-modal,
#multi-booking-modal .book-event-step3-wrap .select-pay-credit-wrap .step3-right-column .booking-confirm-wrap .open-mass-booking-modal {
  display: none;
}
.clients-store-wrap-booking .client-store {
  margin-top: 20px;
  margin-bottom: 20px;
}
.clients-store-wrap-booking .client-store .portlet-title .caption-subject {
  text-transform: unset;
  font-size: 22px;
  font-weight: 500;
}
.clients-store-wrap-booking .client-store .portlet-body > .mt-20 {
  margin-top: 0 !important;
}
.clients-store-wrap-booking .client-store .portlet-body .services-cateries-collapse-expand-all-link-wrap {
  margin-top: 5px;
  margin-bottom: 5px;
}
.clients-store-wrap-booking .client-store .portlet-body .items-into-service-category-wrap {
  margin-bottom: 10px;
  border: 1px solid #e8eaef;
  border-radius: 5px;
}
.clients-store-wrap-booking .client-store .portlet-body .items-into-service-category-wrap .panel-heading {
  background-color: #F5F8FF !important;
}
.clients-store-wrap-booking .client-store .portlet-body .items-into-service-category-wrap .items-into-service-category-table-wrap {
  margin-left: 0 !important;
}
.clients-store-wrap-booking .client-store .portlet-body .items-into-service-category-wrap .items-into-service-category-table-wrap .btn-buy {
  color: #fff;
}
.clients-store-wrap-booking .client-store .portlet-body .items-into-service-category-wrap .items-into-service-category-table-wrap .btn-buy:hover {
  box-shadow: 1px 1px 10px #ccc;
}

.booking-confirm-wrap .pay-online-option-wrap .pay-option-wrap {
  margin-left: 0;
  margin-bottom: 10px;
}
.booking-confirm-wrap .pay-online-option-wrap .pay-option-wrap .alert-info {
  background-color: rgba(6, 123, 255, 0.1);
  border: none;
  text-align: center;
  color: var(--brand-color);
}
.booking-confirm-wrap .pay-online-option-wrap .pay-option-wrap .alert-info .event-cost-wrap, .booking-confirm-wrap .pay-online-option-wrap .pay-option-wrap .alert-info .event-currency-wrap {
  font-weight: bold;
  font-size: 16px;
}
.booking-confirm-wrap .pay-online-option-wrap .pay-option-wrap .pay-content-wrap {
  margin: 10px 0 20px 0;
}
.booking-confirm-wrap .pay-online-option-wrap .pay-option-wrap .pay-content-wrap .open-clients-store {
  float: right;
  font-weight: 500;
  text-decoration: underline;
  color: var(--brand-color);
  cursor: pointer;
}

.sub-apply-discount-wrap .sub-apply-disount-button {
  line-height: 22px;
  margin-bottom: 2px;
  margin-left: 10px;
  background-color: var(--brand-member-primary-color) !important;
  border-color: var(--brand-member-primary-color) !important;
  color: var(--brand-member-second-color) !important;
}

.select-pay-credit-wrap .alert.small-alert {
  margin: 10px 20px;
  width: calc(100% - 40px) !important;
}

@media (max-width: 1040px) {
  #book-event-modal .modal-dialog {
    width: 100%;
  }
  #book-event-modal .modal-dialog .modal-header .bootstrap-dialog-header .bootstrap-dialog-title {
    width: 100%;
    text-align: center;
  }
  #book-event-modal .modal-dialog .modal-header .bootstrap-dialog-header .bootstrap-dialog-close-button {
    display: block !important;
  }
}
@media (max-width: 840px) {
  #multi-booking-modal .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-left-column, #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-center-column {
    width: 100%;
    max-width: unset;
    border-right: none;
  }
  #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-sessions-requests-count {
    position: unset;
  }
  #book-event-modal .book-event-steps-wrap .book-event-step2-wrap .timeslot-wrap .step2-column {
    margin-top: 0px !important;
    border-radius: unset !important;
    background: #FFFFFF;
  }
  #book-event-modal .book-event-steps-wrap .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column {
    border-right: none;
    background: #FFFFFF;
    border-bottom: 1px solid #E6EAF0;
  }
}
@media (max-width: 767px) {
  #book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap > .col-sm-4 {
    width: 49%;
  }
}
@media (max-width: 600px) {
  #book-event-modal .book-event-steps-wrap .book-event-step1-wrap .services-wrap > .col-sm-4 {
    width: 100%;
  }
  #multi-booking-modal .modal-dialog {
    width: 100%;
  }
  #multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .recurring-booking-booked .recurring-booking-booked-in {
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-heading .panel-title .recurring-booking-booked .recurring-booking-undo-wrap {
    display: block;
    width: fit-content;
    margin: 10px auto;
  }
  #multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-collapse .book-event-step3-wrap .select-pay-credit-wrap {
    flex-flow: wrap;
  }
  #multi-booking-modal .modal-dialog .modal-body .recurring-booking-confirm-wrap .recurring-booking-one-event-wrap .panel-collapse .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #book-event-modal .modal-header .bootstrap-dialog-title.have-note {
    text-align: right !important;
    padding-right: 20px;
  }
  .booking-back-title {
    top: 10px !important;
  }
}
:root {
  --brand-member-color-bg: #F8F9FA;
  --brand-member-color-text: #6A6D7D;
}

.items-into-service-category-wrap {
  border-top: 1px solid #E8EAEF;
}
.items-into-service-category-wrap .panel-heading {
  cursor: pointer;
  height: 44px;
  padding: 0px 10px;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items-into-service-category-wrap .panel-heading i {
  position: relative;
  top: -1px;
}
.items-into-service-category-wrap .panel-heading .fal {
  margin: 0 7px !important;
}
.items-into-service-category-wrap .collapse-one-category {
  padding: 0 10px;
  color: var(--brand-color);
  font-weight: bold;
}
.items-into-service-category-wrap .collapse-one-category i {
  color: var(--brand-color);
}
.items-into-service-category-wrap .collapse-one-category .expand-arrow {
  display: none;
}
.items-into-service-category-wrap .collapse-one-category .collapse-arrow {
  display: block;
}
.items-into-service-category-wrap .expand-one-category {
  background-color: #F6F9FB;
}
.items-into-service-category-wrap .expand-one-category .collapse-arrow {
  display: none;
}
.items-into-service-category-wrap .expand-one-category .expand-arrow {
  display: block;
}
.items-into-service-category-wrap .items-into-service-category-table-wrap .ui-jqgrid-hdiv {
  overflow: hidden;
}
.items-into-service-category-wrap .items-into-service-category-table-wrap table thead tr {
  height: 50px;
  vertical-align: bottom;
}

.items-into-service-category-wrap.ui-sortable-helper {
  border: 1px solid #E8EAEF !important;
  height: 52px !important;
}

.services-cateries-collapse-expand-all-link-wrap i {
  font-size: 18px;
  cursor: pointer;
}

.ptminder-body-pts-services .items-into-service-category-table-wrap, .ptminder-body-pts-clients #workout-list .items-into-service-category-table-wrap {
  margin-left: 0 !important;
}
.ptminder-body-pts-services .move-icon, .ptminder-body-pts-services .move-category, .ptminder-body-pts-clients #workout-list .move-icon, .ptminder-body-pts-clients #workout-list .move-category {
  display: none;
  background-image: url(/designs/blueflow/assets/svg/ico-drag.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: move;
}
.ptminder-body-pts-services .product-photo, .ptminder-body-pts-clients #workout-list .product-photo {
  display: flex;
  align-items: center;
}
.ptminder-body-pts-services .product-photo .fa-camera-alt, .ptminder-body-pts-clients #workout-list .product-photo .fa-camera-alt {
  margin: 5px 0 0 5px;
  font-size: 2.1rem;
  cursor: default;
}
.ptminder-body-pts-services .product-photo .fa-camera-alt:hover, .ptminder-body-pts-clients #workout-list .product-photo .fa-camera-alt:hover {
  color: #9096a4;
}
.ptminder-body-pts-services .product-photo .name, .ptminder-body-pts-clients #workout-list .product-photo .name {
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ptminder-body-pts-services .product-photo .client-photo-wrap, .ptminder-body-pts-clients #workout-list .product-photo .client-photo-wrap {
  overflow: unset;
}
.ptminder-body-pts-services .product-photo .client-photo-wrap img, .ptminder-body-pts-clients #workout-list .product-photo .client-photo-wrap img {
  border-radius: 50%;
  overflow: hidden;
}
.ptminder-body-pts-services tr.drugged, .ptminder-body-pts-clients #workout-list tr.drugged {
  background-color: #fcf9ed !important;
  height: 50px;
}
.ptminder-body-pts-services tr:hover .move-icon, .ptminder-body-pts-services .panel-heading:hover .move-category, .ptminder-body-pts-clients #workout-list tr:hover .move-icon, .ptminder-body-pts-clients #workout-list .panel-heading:hover .move-category {
  display: block;
}

#add-product-form .change-product-form-wrap {
  margin: 0 0 0 10px;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap .glyphicon {
  margin-left: 5px;
  cursor: pointer;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap .glyphicon-initial-wrap .photo-background {
  z-index: 940 !important;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap .choose-photo-wrap {
  z-index: 940 !important;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap .cr-slider-wrap {
  display: none;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap .img-wrap .cr-boundary div {
  opacity: 0;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap .img-wrap .cr-boundary canvas {
  border-radius: 100px !important;
  border: unset !important;
  width: 150px;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap .glyphicon-wrap, #add-product-form .change-product-form-wrap .edit-photo-wrap .img-wrap, #add-product-form .change-product-form-wrap .edit-photo-wrap .glyphicon-initial-wrap {
  position: relative;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap.edit-mode .cr-slider-wrap {
  display: block;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap.edit-mode .glyphicon-wrap {
  display: inline-block;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap.edit-mode .glyphicon-initial-wrap {
  display: none;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap.edit-mode .img-wrap .cr-boundary div {
  opacity: 1;
}
#add-product-form .change-product-form-wrap .edit-photo-wrap.edit-mode .img-wrap .cr-boundary canvas {
  border-radius: unset !important;
  border: 0px #f5f5f5 solid;
}
@media screen and (max-width: 430px) {
  #add-product-form .change-product-form-wrap {
    margin-bottom: 20px;
  }
}

.category-name {
  font-weight: bold;
  font-family: "Nouvelle Grotesk";
}

.add-new-type {
  border-radius: 50% !important;
  padding: 0px !important;
  width: 27px;
  height: 27px;
}

.control-packages-block .edit-services-categories, .control-packages-block .edit-services-categories:focus, .control-packages-block .edit-services-categories:hover, .control-memberships-block .edit-services-categories, .control-memberships-block .edit-services-categories:focus, .control-memberships-block .edit-services-categories:hover, .control-products-block .edit-services-categories, .control-products-block .edit-services-categories:focus, .control-products-block .edit-services-categories:hover {
  width: 130px;
  height: 36px;
  border: 1px solid var(--button-color);
  background-color: #FFFFFF;
  border-radius: 4px;
  color: var(--button-color);
}

.items-into-service-category-table-wrap .empty-table-wrap {
  border-bottom: 1px solid #e7ecf1;
}

.grid-wrap-store-index {
  position: absolute;
  right: 30px;
  margin-top: -22px;
}
.grid-wrap-store-index .icon-card, .grid-wrap-store-index .icon-list-o, .grid-wrap-store-index .icon-card-o, .grid-wrap-store-index .icon-list {
  font-size: 20px;
  margin-left: 20px;
}
.grid-wrap-store-index:hover {
  text-decoration: none !important;
}
.grid-wrap-store-index.active .icon {
  color: var(--brand-color);
}
.grid-wrap-store-index.active .icon-card:before {
  content: "\e913";
}
.grid-wrap-store-index.active .icon-list:before {
  content: "\e916";
}
.grid-wrap-store-index .color-not-active {
  color: #323338;
}

.grid.trans-grid-table .grid-control-block {
  height: 130px;
  flex-wrap: wrap;
}
.grid.trans-grid-table .grid-control-block .search-box .form-search {
  margin-right: 20px;
}
.grid.trans-grid-table .grid-control-block .tools {
  width: 50%;
  text-align: right;
  padding: 0;
  order: 4;
  margin-top: 20px;
}
.grid.trans-grid-table .grid-control-block .grid-header-date-filter-block {
  order: 3;
  margin-top: 15px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.grid.trans-grid-table .grid-control-block .grid-header-date-filter-block .grid-header-date-filter-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.grid.trans-grid-table .grid-control-block .grid-header-date-filter-block .grid-header-date-filter-wrap .multiselect-native-select {
  order: 0;
}
.grid.trans-grid-table .grid-control-block .grid-header-date-filter-block .grid-header-date-filter-wrap .multiselect-native-select .btn-group {
  margin-right: 10px;
}
.grid.trans-grid-table .grid-control-block .grid-header-date-filter-block .grid-header-date-filter-wrap .multiselect-native-select .btn-group .multiselect {
  width: 165px;
}
.grid.trans-grid-table .grid-control-block .grid-header-date-filter-block .grid-header-date-filter-wrap .grid-header-date-range-wrap {
  order: 1;
  margin-bottom: 0;
}
.grid.trans-grid-table .grid-control-block .grid-header-date-filter-block .grid-header-date-filter-wrap .grid-header-date-range-wrap .input-group input {
  height: 36px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.grid.trans-grid-table .grid-control-block .grid-header-date-filter-block .grid-header-date-filter-wrap .grid-header-date-range-wrap .input-group .fa-calendar {
  padding-top: 9px;
}
.grid.trans-grid-table .grid-control-block .grid-header-date-filter-block .grid-header-preview-date {
  min-height: 36px;
  margin-left: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.grid .grid-table {
  padding-top: 0;
}
.grid .grid-table .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv th div {
  text-transform: capitalize !important;
}
.grid .grid-table .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable tr {
  cursor: pointer;
}
.grid .grid-control-block {
  padding: 0;
}
.grid .grid-control-block .search-box {
  order: unset;
  margin: 0;
}
.grid .grid-control-block .search-box .trainers-box, .grid .grid-control-block .search-box .select-user {
  margin-right: 20px;
  width: 130px;
}
.grid .grid-control-block .search-box form .form-search input[type=text] {
  padding-left: 30px !important;
}
.grid .grid-control-block .grid-views {
  padding: 0;
  width: unset;
  order: unset;
  margin: 0;
  display: flex;
  align-items: center;
}
.grid .grid-control-block .grid-views button {
  height: 36px;
}
.grid .grid-control-block .grid-views a {
  text-decoration: none;
}
.grid .grid-control-block .grid-views a.as-blocks, .grid .grid-control-block .grid-views a.as-table {
  margin-right: 20px;
}
.grid .grid-control-block .grid-views a span {
  font-size: 20px;
  color: #9096a4;
  font-weight: 600;
}
.grid .grid-control-block .grid-views a span:hover {
  color: var(--brand-color);
}
.grid .grid-control-block .grid-views a.active .fal {
  color: var(--brand-color);
}
.grid .grid-control-block .grid-views a.btn-add-new span {
  font-size: 36px;
}
.grid .transactions-balance-wrap {
  padding: 0 20px;
  margin-bottom: 20px;
}
.grid .transactions-balance-wrap .one-transactions-balance-block-wrap {
  float: left;
  width: 32%;
  height: 80px;
  min-height: 80px;
  border: 1px solid #E8EAEF;
  border-radius: 5px;
  margin-bottom: 10px;
  min-width: 220px;
}
.grid .transactions-balance-wrap .one-transactions-balance-block-wrap img {
  width: 50px;
  height: 50px;
}
.grid .transactions-balance-wrap .one-transactions-balance-block-wrap .one-transactions-info-value {
  font-size: 20px;
  font-weight: bold;
}
.grid .transactions-balance-wrap .one-transactions-balance-block-wrap .one-transactions-info-description {
  font-size: 16px;
  color: #898D96;
}
.grid .transactions-balance-wrap .one-transactions-balance-block-wrap .left {
  height: inherit;
  padding: 15px 0 15px 15px;
}
.grid .transactions-balance-wrap .empty-space {
  float: left;
  width: 2%;
  height: 80px;
  min-height: 80px;
  margin-bottom: 10px;
}

.store-service td .client-photo-wrap {
  width: 30px !important;
  height: 30px !important;
}
.store-service td .client-photo-wrap .no-image {
  font-size: 1.4rem !important;
}
.store-service td .item-charge, .store-service td .item-payment {
  display: flex;
  align-items: center;
}
.store-service td .item-charge span:first-child, .store-service td .item-payment span:first-child {
  margin-right: 10px;
}
.store-service td.chevron-right {
  position: relative;
  text-align: right;
  padding: 0 20px 0 0;
}
.store-service td .grid-block-small-title {
  display: none;
  color: #848588;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}
.store-service td .attended {
  color: #599BFB;
  background-color: rgba(89, 155, 251, 0.1);
  padding: 1px;
}
.store-service td .missed, .store-service td .rescheduled, .store-service td .cancelled {
  color: var(--brand-color);
  background-color: rgba(243, 63, 128, 0.1);
  padding: 1px;
}

#wrap-table-package.blocks-view .border-custom-1, #wrap-table-other.blocks-view .border-custom-1 {
  border-top: 4px solid #33CB7D !important;
}
#wrap-table-package.blocks-view .border-custom-2, #wrap-table-other.blocks-view .border-custom-2 {
  border-top: 4px solid #599BFB !important;
}
#wrap-table-package.blocks-view .border-custom-3, #wrap-table-other.blocks-view .border-custom-3 {
  border-top: 4px solid #FCAD42 !important;
}
#wrap-table-package.blocks-view .border-custom-4, #wrap-table-other.blocks-view .border-custom-4 {
  border-top: 4px solid #F33F80 !important;
}
#wrap-table-package.blocks-view .border-custom-5, #wrap-table-other.blocks-view .border-custom-5 {
  border-top: 4px solid #1B97B6 !important;
}
#wrap-table-package.blocks-view .store-packages-grid, #wrap-table-other.blocks-view .store-packages-grid {
  margin-top: 20px;
}
#wrap-table-package.blocks-view .store-packages-grid tbody, #wrap-table-other.blocks-view .store-packages-grid tbody {
  padding: 0;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr, #wrap-table-other.blocks-view .store-packages-grid tbody tr {
  border-radius: 5px;
  height: auto !important;
  border: 1px solid #e6e9ef;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr:hover, #wrap-table-other.blocks-view .store-packages-grid tbody tr:hover {
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr.color-charge, #wrap-table-other.blocks-view .store-packages-grid tbody tr.color-charge {
  border-left: solid var(--brand-color) 4px;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr.color-payment, #wrap-table-other.blocks-view .store-packages-grid tbody tr.color-payment {
  border-left: solid #33cb7d 4px;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td, #wrap-table-other.blocks-view .store-packages-grid tbody tr td {
  width: 100%;
  border: none !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 400;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td .grid-block-small-title, #wrap-table-other.blocks-view .store-packages-grid tbody tr td .grid-block-small-title {
  display: block;
  color: #323338;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td .grid-block-small-title::after, #wrap-table-other.blocks-view .store-packages-grid tbody tr td .grid-block-small-title::after {
  content: ":";
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td span.color-charge, #wrap-table-other.blocks-view .store-packages-grid tbody tr td span.color-charge {
  color: var(--brand-color);
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td span.color-payment, #wrap-table-other.blocks-view .store-packages-grid tbody tr td span.color-payment {
  color: #00A400;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(1), #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(1) {
  order: 1;
  display: block;
  margin-top: 14px;
  margin-left: 20px;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 30px;
  max-height: 19px;
  color: #323338;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(2), #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(2) {
  order: 2;
  display: block;
  margin-left: 20px;
  max-height: 16px;
  line-height: 30px;
  text-overflow: ellipsis;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(2) > div:nth-child(2), #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(2) > div:nth-child(2) {
  color: #323338;
  font-size: 14px;
  letter-spacing: 0;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(3), #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(3) {
  order: 3;
  margin-left: 20px;
  margin-top: 0 !important;
  max-height: 30px;
  margin-bottom: 10px;
  word-break: break-all;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 */
  word-wrap: break-word; /* IE */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #323338;
  font-size: 26px;
  letter-spacing: normal;
  font-weight: bold !important;
  line-height: 30px;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(4), #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(4) {
  order: 4;
  display: block;
  margin-left: 20px;
  max-height: 40px;
  line-height: 40px;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(4) .wrap-session, #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(4) .wrap-session {
  width: 50%;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(4) .wrap-session .title-session-package, #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(4) .wrap-session .title-session-package {
  font-size: 14px;
  color: #848588;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(5), #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(5) {
  order: 5;
  margin-left: 25px;
  position: absolute;
  margin-top: 86px;
  width: 100%;
  height: 40px;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(5) .wrap-session, #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(5) .wrap-session {
  width: 50%;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(5) .wrap-session .title-session-package, #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(5) .wrap-session .title-session-package {
  font-size: 14px;
  color: #848588;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(6), #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(6) {
  order: 6;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  width: 100%;
  height: auto !important;
}
#wrap-table-package.blocks-view .store-packages-grid tbody tr td:nth-child(6) .btn-buy, #wrap-table-other.blocks-view .store-packages-grid tbody tr td:nth-child(6) .btn-buy {
  width: 100%;
  margin-bottom: 10px;
}
#wrap-table-package.blocks-view .store-packages-grid.modal_store_service tbody tr td:nth-child(5), #wrap-table-other.blocks-view .store-packages-grid.modal_store_service tbody tr td:nth-child(5) {
  margin-top: 86px;
}
#wrap-table-package.blocks-view .store-memberships-grid, #wrap-table-other.blocks-view .store-memberships-grid {
  margin-top: 20px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody, #wrap-table-other.blocks-view .store-memberships-grid tbody {
  padding: 0;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr, #wrap-table-other.blocks-view .store-memberships-grid tbody tr {
  border-radius: 5px;
  height: auto;
  border: 1px solid #e6e9ef;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr:hover, #wrap-table-other.blocks-view .store-memberships-grid tbody tr:hover {
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr.color-charge, #wrap-table-other.blocks-view .store-memberships-grid tbody tr.color-charge {
  border-left: solid var(--brand-color) 4px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr.color-payment, #wrap-table-other.blocks-view .store-memberships-grid tbody tr.color-payment {
  border-left: solid #33cb7d 4px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td {
  width: 100%;
  border: none !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 400;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td .grid-block-small-title, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td .grid-block-small-title {
  display: block;
  color: #323338;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td .grid-block-small-title::after, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td .grid-block-small-title::after {
  content: ":";
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td span.color-charge, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td span.color-charge {
  color: var(--brand-color);
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td span.color-payment, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td span.color-payment {
  color: #00A400;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(1), #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(1) {
  order: 1;
  display: block;
  margin-top: 14px;
  margin-left: 20px;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 30px;
  max-height: 19px;
  color: #323338;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(2), #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(2) {
  order: 2;
  display: block;
  margin-left: 20px;
  max-height: 16px;
  text-overflow: ellipsis;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(2) > div:nth-child(2), #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(2) > div:nth-child(2) {
  color: #323338;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(3), #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(3) {
  order: 3;
  margin-left: 20px;
  margin-top: 0 !important;
  margin-bottom: 10px;
  max-height: 50px;
  word-break: break-all;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 */
  word-wrap: break-word; /* IE */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #323338;
  font-size: 26px;
  letter-spacing: normal;
  font-weight: bold !important;
  line-height: 30px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(3) .wrap-session, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(3) .wrap-session {
  width: 50%;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(3) .wrap-session .title-session-membership, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(3) .wrap-session .title-session-membership {
  font-size: 14px;
  color: #848588;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(4), #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(4) {
  order: 4;
  display: block;
  margin-left: 20px;
  max-height: 40px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(4) .wrap-session, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(4) .wrap-session {
  width: 50%;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(4) .wrap-session .title-session-membership, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(4) .wrap-session .title-session-membership {
  font-size: 14px;
  color: #848588;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(5), #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(5) {
  order: 5;
  display: block;
  margin-top: 10px;
  margin-left: 20px;
  height: 40px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(5) .title-session-membership, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(5) .title-session-membership {
  font-size: 14px;
  color: #848588;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(6), #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(6) {
  order: 6;
  position: absolute;
  margin-top: 133px;
  margin-left: 0px;
  width: 100%;
  height: auto;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(6) .wrap-session, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(6) .wrap-session {
  width: 50%;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(6) .wrap-session .title-session-membership, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(6) .wrap-session .title-session-membership {
  font-size: 14px;
  color: #848588;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(7), #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(7) {
  order: 7;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  width: 100%;
  height: auto;
}
#wrap-table-package.blocks-view .store-memberships-grid tbody tr td:nth-child(7) .btn-buy, #wrap-table-other.blocks-view .store-memberships-grid tbody tr td:nth-child(7) .btn-buy {
  width: 100%;
  margin-bottom: 10px;
}
#wrap-table-package.blocks-view .store-memberships-grid.modal_store_service tbody tr td:nth-child(6), #wrap-table-other.blocks-view .store-memberships-grid.modal_store_service tbody tr td:nth-child(6) {
  margin-top: 133px;
}
#wrap-table-package.blocks-view .store-products-grid, #wrap-table-other.blocks-view .store-products-grid {
  margin-top: 20px;
}
#wrap-table-package.blocks-view .store-products-grid tbody, #wrap-table-other.blocks-view .store-products-grid tbody {
  padding: 0;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr, #wrap-table-other.blocks-view .store-products-grid tbody tr {
  border-radius: 5px;
  height: auto !important;
  border: 1px solid #e6e9ef;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr:hover, #wrap-table-other.blocks-view .store-products-grid tbody tr:hover {
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
#wrap-table-package.blocks-view .store-products-grid tbody tr.color-charge, #wrap-table-other.blocks-view .store-products-grid tbody tr.color-charge {
  border-left: solid var(--brand-color) 4px;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr.color-payment, #wrap-table-other.blocks-view .store-products-grid tbody tr.color-payment {
  border-left: solid #33cb7d 4px;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td, #wrap-table-other.blocks-view .store-products-grid tbody tr td {
  width: 100%;
  border: none !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 400;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td .grid-block-small-title, #wrap-table-other.blocks-view .store-products-grid tbody tr td .grid-block-small-title {
  display: block;
  color: #323338;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td .grid-block-small-title::after, #wrap-table-other.blocks-view .store-products-grid tbody tr td .grid-block-small-title::after {
  content: ":";
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td span.color-charge, #wrap-table-other.blocks-view .store-products-grid tbody tr td span.color-charge {
  color: var(--brand-color);
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td span.color-payment, #wrap-table-other.blocks-view .store-products-grid tbody tr td span.color-payment {
  color: #00A400;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td:nth-child(1), #wrap-table-other.blocks-view .store-products-grid tbody tr td:nth-child(1) {
  order: 1;
  display: block;
  margin-top: 14px;
  margin-left: 20px;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 30px;
  max-height: 19px;
  color: #323338;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td:nth-child(2), #wrap-table-other.blocks-view .store-products-grid tbody tr td:nth-child(2) {
  order: 2;
  display: block;
  margin-left: 20px;
  max-height: 16px;
  text-overflow: ellipsis;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td:nth-child(2) > div:nth-child(2), #wrap-table-other.blocks-view .store-products-grid tbody tr td:nth-child(2) > div:nth-child(2) {
  color: #323338;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td:nth-child(3), #wrap-table-other.blocks-view .store-products-grid tbody tr td:nth-child(3) {
  order: 3;
  margin-left: 20px;
  margin-top: 10px;
  max-height: 30px;
  word-break: break-all;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 */
  word-wrap: break-word; /* IE */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #323338;
  font-size: 26px;
  letter-spacing: normal;
  font-weight: bold !important;
  line-height: 30px;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td:last-child, #wrap-table-other.blocks-view .store-products-grid tbody tr td:last-child {
  order: 4;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  width: 100%;
}
#wrap-table-package.blocks-view .store-products-grid tbody tr td:last-child .btn-buy, #wrap-table-other.blocks-view .store-products-grid tbody tr td:last-child .btn-buy {
  width: 100%;
  margin-bottom: 10px;
}

.store-service td:last-child {
  position: relative !important;
  overflow: unset;
}

.one-control-block-custom {
  width: 25% !important;
  display: flex;
  justify-content: flex-end;
}

.icon-plus-o .path1:before {
  color: var(--button-color);
}

.btn-archived {
  margin-left: 7px;
}

.filter-services {
  padding: 0px 20px;
}

.filter-services .bf-menu {
  background-color: #f6f9fb;
  border-radius: 4px;
  padding: 0px 20px;
}

.booking-wrap .scheduler-head {
  padding: 20px;
  display: flex;
}
.booking-wrap .scheduler-head .scheduler-arrows-wrap {
  width: 100%;
  min-width: 440px;
  display: flex;
  align-items: center;
}
.booking-wrap .scheduler-head .scheduler-arrows-wrap .center-block {
  position: relative;
  right: -135px;
}
.booking-wrap .scheduler-head .scheduler-arrows-wrap .booking-arrow {
  position: relative;
  top: -3px;
  font-size: 18px;
  text-decoration: none;
}
.booking-wrap .scheduler-head .scheduler-arrows-wrap .booking-dates-title {
  font-size: 22px;
  margin: 0 20px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .booking-wrap .scheduler-head .scheduler-arrows-wrap .booking-dates-title {
    font-size: 16px;
  }
}
.booking-wrap .scheduler-head .today-wrap {
  min-width: 270px;
}
.booking-wrap .scheduler-head .today-wrap .booking-today-button {
  font-weight: 500;
  width: 100px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table {
  width: 100%;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap a {
  width: 126px;
  padding: 5px 0;
  float: right;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booked-out .btn.booking-class-button, .booking-wrap .booking-table-wrap .booking-schedule-table .booked-out .mass-booking-class-button {
  display: none !important;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booked-out .booked-out {
  display: block;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap.tocancel .booking-class-cancel-button {
  display: block;
  color: #FF3366;
  font-size: 12px;
  text-align: right;
  cursor: pointer;
  margin-right: 10px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  float: right;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap.tocancel .booking-class-cancel-button:hover {
  text-shadow: 1px 1px 5px #ccc;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap.tocancel .booked-in {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap.tocancel .booked-in .booked-in-button {
  width: 126px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap.tobook .booking-class-button, .booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap.tobook .spaces-left {
  display: block;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap.tobook.recurring-class .mass-booking-class-button, .booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap.tobook.recurring-class .spaces-left {
  display: block;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap.in-waiting-list .booking-remove-from-list-button {
  display: block;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-button-wrap:not(.in-waiting-list) .booking-join-list-button {
  display: block;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .cancelled-class .booking-cancelled-class-button {
  display: block;
  text-decoration: line-through;
  opacity: 0.5;
  cursor: default;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr.weekday td {
  background-color: #F8FBFF;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  height: 30px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr:not(.weekday) td {
  height: 70px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td {
  border-top: 1px solid #E8EAEF;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td .trainer-photo-wrap {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td .event-name {
  font-size: 16px;
  font-weight: bold;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td .trainer-name {
  font-size: 13px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td .booked-out td:not(.booking-button-wrap) {
  opacity: 0.5;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td .max-bookings-reached {
  color: #ff3465;
  margin-top: 5px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td:first-child {
  padding-left: 20px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td:last-child {
  padding-right: 20px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap a {
  width: 126px;
  padding: 5px 0;
  float: right;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap.tocancel .booking-class-cancel-button {
  display: block;
  color: #FF3366;
  font-size: 12px;
  text-align: right;
  cursor: pointer;
  margin-right: 10px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  float: right;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap.tocancel .booking-class-cancel-button:hover {
  text-shadow: 1px 1px 5px #ccc;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap.tocancel .booked-in {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap.tocancel .booked-in .booked-in-button {
  width: 126px;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap.tobook .booking-class-button, .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap.tobook .spaces-left {
  display: block;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap.tobook.recurring-class .mass-booking-class-button, .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap.tobook.recurring-class .spaces-left {
  display: block;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap.in-waiting-list .booking-remove-from-list-button {
  display: block;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td.booking-button-wrap:not(.in-waiting-list) .booking-join-list-button {
  display: block;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr .cancelled-class .booking-cancelled-class-button {
  display: block;
  text-decoration: line-through;
  opacity: 0.5;
  cursor: default;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr:hover td {
  background: #f6f9fc;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day .booked-out .btn.booking-class-button, .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day .booked-out a.mass-booking-class-button {
  display: none !important;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr.booked-out .booked-out {
  display: block;
  text-align: right;
}
.booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr.booked-out .booked-out button {
  float: right;
  padding: 4px 10px;
  width: 126px;
}
.booking-wrap .filter-class-schedule {
  margin-top: -10px;
}
.booking-wrap .filter-class-schedule .toggle-group .toggle-on {
  color: white;
  line-height: inherit;
  padding-right: 18px;
}
.booking-wrap .filter-class-schedule .toggle-group .toggle-off {
  color: white;
  line-height: inherit;
  padding-left: 18px;
}

#clients-booking-wrap .booking-wrap .scheduler-head {
  padding: 20px 0;
}
#clients-booking-wrap .booking-wrap .scheduler-head .scheduler-arrows-wrap {
  min-width: auto;
  width: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
#clients-booking-wrap .booking-wrap .scheduler-head .scheduler-arrows-wrap .booking-today-button {
  left: unset !important;
  margin-right: 10px;
  background-color: #F6F9FB;
  border: 1px solid #F6F9FB;
}
#clients-booking-wrap .booking-wrap .scheduler-head .scheduler-arrows-wrap .booking-arrow {
  margin: 0 10px;
}
#clients-booking-wrap .booking-wrap .scheduler-head .scheduler-arrows-wrap .booking-dates-title {
  margin: 0 10px;
}
#clients-booking-wrap .booking-wrap .scheduler-head .scheduler-arrows-wrap .fit-content {
  width: auto;
}
#clients-booking-wrap .booking-wrap .scheduler-head .today-wrap {
  min-width: auto;
}
#clients-booking-wrap .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td:first-child {
  padding-left: 0;
}
#clients-booking-wrap .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td:last-child {
  padding-right: 10px;
}
#clients-booking-wrap .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr.weekday td {
  border-top-color: transparent;
  background-color: transparent;
  padding: 30px 10px 10px 0;
  font-size: 16px;
  line-height: 19px;
  color: #323338;
}
#clients-booking-wrap .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr:last-child td {
  border-bottom: 1px solid #E8EAEF;
}
#clients-booking-wrap .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day .count-class {
  height: 18px;
  background: #f5f9fb;
  color: #323338;
  padding: 1px 11px;
  border-radius: 4px;
  font-weight: normal;
  float: right;
  line-height: 17px;
}

@media (max-width: 1030px) {
  .booking-wrap .scheduler-head .scheduler-arrows-wrap .center-block {
    right: 0;
  }
  body #ui-datepicker-div {
    width: 440px !important;
    left: calc(50% - 220px) !important;
    top: auto !important;
    bottom: 76px;
  }
}
@media only screen and (max-width: 1185px) and (min-width: 1025px) {
  .new-mywebpage-mode .tv-navigation-bottom .tv-navigation-bottom-item-end .content .switch-mode {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .booking-wrap .scheduler-head {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .booking-wrap .scheduler-head .today-wrap {
    float: unset !important;
    margin-top: 10px;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table {
    width: 100%;
    min-width: unset !important;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table .small-size-hide {
    display: none;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table .small-size-show {
    display: block;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table .small-size-class-info {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table .small-size-class-info .field-name {
    width: 100px;
    float: left;
    margin-left: 10px;
    text-align: left;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table .small-size-class-info .field-value {
    float: left;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table .small-size-class-info .field-row {
    clear: both;
    margin-bottom: 5px;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table .small-size-class-info .booking-class-button {
    padding: 7px 0 !important;
    font-size: 11px;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table td.booking-button-wrap {
    padding-bottom: 10px;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table td.booking-button-wrap a {
    width: 100% !important;
    float: unset !important;
    margin: 0 10px;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table td.booking-button-wrap .spaces-left {
    padding-right: unset !important;
    text-align: center !important;
    margin: 0 10px;
    width: 100%;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table td.booking-button-wrap .booked-out > div {
    margin: 0 10px;
    width: 100%;
    text-align: center;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table td.booking-button-wrap .booked-out button {
    width: 100% !important;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table td.booking-button-wrap .booked-in {
    margin: 0 10px;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table td.booking-button-wrap .booked-in .booked-in-button {
    width: 100% !important;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table td.booking-button-wrap .booking-class-cancel-button, .booking-wrap .booking-table-wrap .booking-schedule-table td.booking-button-wrap .max-bookings-reached {
    text-align: center !important;
    margin-right: 0 !important;
    width: 100%;
    margin: 0 10px;
  }
  .booking-wrap .booking-table-wrap .booking-schedule-table .unavailable-wrap, .booking-wrap .booking-table-wrap .booking-schedule-table .finished-wrap {
    text-align: center !important;
    margin-right: 0 !important;
  }
}
:root {
  --brand-member-color-bg: #F8F9FA;
  --brand-member-color-text: #6A6D7D;
}

#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 4px;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span.ui-icon {
  top: 20px;
}

button.booking-remove-from-list-button {
  margin-bottom: 7px;
}

span.booking-remove-from-list-button {
  justify-content: flex-end;
  margin-right: 20px;
  margin-bottom: 6px;
}

#multi-booking-modal .modal-dialog {
  width: 1060px;
}
#multi-booking-modal .select-pay-credit-wrap {
  padding-bottom: 10px;
}
#multi-booking-modal .select-pay-credit-wrap .step3-common-info {
  min-width: 400px !important;
}
#multi-booking-modal .clients-store-wrap-recurring-booking .store-wrap {
  padding-bottom: 15px;
}
#multi-booking-modal .clients-store-wrap-recurring-booking .store-wrap .btn-buy {
  width: 70px;
  height: 30px;
  color: white;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
}
#multi-booking-modal .recurring-booking-one-event-wrap,
#multi-booking-modal .book-event-step-wrap .tab-content {
  height: unset;
}

body {
  background: white !important;
  font-family: "Roboto" !important;
}
body #store-buy-modal .modal-body {
  padding: 15px;
}
body #store-buy-modal .modal-body .input-group-addon {
  height: 33px;
}
body #store-buy-modal .modal-body .sub-apply-discount-wrap input.form-control {
  height: 36px;
  margin-right: 8px;
}
body .mywebsite-signup-fields-wrap {
  margin-top: 20px;
  margin-bottom: -15px;
}
body .mywebsite-signup-fields-wrap label.validate-fail::before {
  border: 1px solid red !important;
}
body .mywebsite-signup-fields-wrap .vaccine_verified_file_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
body .mywebsite-signup-fields-wrap .vaccine_verified_file_wrap .attach-file {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}
body .mywebsite-signup-fields-wrap .vaccine_verified_file_wrap .attach-file input[type=file] {
  width: 227px;
  height: 34px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
}
body .mywebsite-signup-fields-wrap .vaccine_verified_file_wrap .attach-file.ui-state-error {
  border-color: red !important;
  color: red !important;
}
body .mywebsite-signup-fields-wrap .vaccine_verified_file_wrap .alert-attach-file {
  width: 100%;
}
body .mywebsite-signup-fields-wrap .vaccine_verified_file_wrap .alert-attach-file .alert {
  width: 100%;
  margin-bottom: 0;
}
body .mywebsite-signup-fields-wrap .vaccine_verified_file_wrap .alert-attach-file .alert-success {
  padding: 10px 30px 10px 65px !important;
}
body #mywebsite-signup-modal .modal-dialog {
  width: 560px !important;
  max-width: unset !important;
}
body #mywebsite-signup-modal .modal-dialog .modal-header {
  border-bottom: none;
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: unset;
}
body #mywebsite-signup-modal .modal-dialog .modal-header .bootstrap-dialog-header .bootstrap-dialog-title {
  font-size: 26px;
  font-weight: bold;
}
body #mywebsite-signup-modal .modal-dialog .modal-body {
  padding: 0 30px;
  flex: unset !important;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .sign-up-des {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .row {
  margin-bottom: 20px !important;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form {
  margin-top: 15px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form header,
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form .fb-checkbox-group label,
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form .fb-radio-group label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 13px !important;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form .fb-radio label,
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form .checkbox-group label {
  font-weight: normal;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form .input-group-addon {
  height: 34px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form .input-group-addon i::after {
  content: "\f133";
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form .form-control {
  height: 44px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form textarea {
  max-width: 100%;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form .form-floating label {
  font-weight: normal;
  pointer-events: auto !important;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .rendered-form .form-floating label > * {
  font-weight: normal;
  margin-left: 5px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .communication-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 23px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .communication-notifications-wrap .cn-checkbox-line {
  padding-left: 0 !important;
  height: auto;
  min-height: 36px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .communication-notifications-wrap .cn-header-line {
  text-transform: unset;
  color: #848588;
  padding-bottom: 7px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .communication-notifications-wrap .cn-header-line .cn-checkbox-width-wrap {
  margin-bottom: 7px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .communication-notifications-wrap .cn-checkbox-width-wrap {
  float: right;
  width: 70px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .communication-notifications-wrap .cn-checkbox-text-width-wrap {
  width: 360px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .additional-quests-fields-wrap {
  position: relative;
  padding-top: 10px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .additional-quests-fields-wrap .signature-title {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  background: white;
  color: #848588;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .additional-quests-fields-wrap .wrap-canvas {
  width: 100% !important;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .additional-quests-fields-wrap .wrap-canvas .btn-undo {
  margin-left: 9px;
}
body #mywebsite-signup-modal .modal-dialog .modal-body .mywebsite-signup-form-wrap .accept-custom-terms-conditions-wrap {
  padding: 8px 0;
}
body #mywebsite-signup-modal .modal-dialog #mywebsite-next-step-button {
  height: 50px;
  background-color: var(--brand-member-primary-color) !important;
  border-color: var(--brand-member-primary-color) !important;
  color: var(--brand-member-second-color);
}
body #mywebsite-signup-modal .modal-dialog .modal-footer {
  padding: 20px 30px;
  padding-top: 0;
  margin-top: unset;
}
body #mywebsite-signup-modal .modal-dialog .modal-footer #mywebsite-create-account-button,
body #mywebsite-signup-modal .modal-dialog .modal-footer #mywebsite-back-step-button {
  width: 100% !important;
  margin: 5px 0;
  padding: 0;
  height: 50px;
}
body #mywebsite-signup-modal .modal-dialog .homepage-login-button {
  font-weight: 500;
}
body #forgotpass-dialog .modal-dialog {
  width: 560px;
}
body #forgotpass-dialog .modal-dialog .modal-header {
  border-bottom: none;
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 10px;
}
body #forgotpass-dialog .modal-dialog .modal-header .restore-success-trigger {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}
body #forgotpass-dialog .modal-dialog .modal-body {
  padding: 20px 30px;
}
body #forgotpass-dialog .modal-dialog .modal-body .restore-success-trigger .form-group label {
  margin-top: -15px !important;
}
body #forgotpass-dialog .modal-dialog .modal-body .restore-success-message .title-success {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-bottom: 18px;
}
body #forgotpass-dialog .modal-dialog .modal-body .restore-success-message img {
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
body #forgotpass-dialog .modal-dialog .modal-footer {
  padding: 20px 30px;
  border-top: none;
}
body #forgotpass-dialog .modal-dialog .modal-footer .reset-my-password-submit,
body #forgotpass-dialog .modal-dialog .modal-footer .after-submit-success {
  margin-right: 0;
  width: 100%;
  height: 50px;
  font-weight: bold;
  line-height: 36px;
}
body #forgotpass-dialog .modal-dialog .modal-footer .hide-btn {
  display: none !important;
}
body #client-login-modal .bootstrap-dialog-header .bootstrap-dialog-title {
  font-size: 26px;
  font-weight: bold;
}
body #client-login-modal .modal-dialog {
  width: 560px;
}
body #client-login-modal .modal-dialog .modal-header {
  border-bottom: none;
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 10px;
}
body #client-login-modal .modal-dialog .modal-body {
  padding: 20px 30px;
}
body #client-login-modal .modal-dialog .modal-body .row {
  margin-bottom: 20px !important;
}
body #client-login-modal .modal-dialog .modal-body .sign-in-ptminder-from-modal {
  height: 50px;
  margin-top: 17px;
  font-weight: bold;
  margin-bottom: 30px;
}
body #client-login-modal .modal-dialog .modal-body .footer-login-wrap {
  font-weight: 500 !important;
}
body #client-login-modal .modal-dialog .login-des {
  margin-top: -15px;
  display: block;
  margin-bottom: 30px;
}
body #client-store-modal .modal-dialog {
  width: 950px;
}
body #client-store-modal .clients-store-wrap-booking .client-store .portlet-body .items-into-service-category-wrap .panel-heading {
  background: #f6f9fb !important;
}
body #client-store-modal .clients-store-wrap .tab-content .ui-jqgrid tr.jqgrow td, body #client-store-modal .clients-store-wrap .tab-content .ui-jqgrid .ui-jqgrid-htable th, body #client-store-modal .clients-store-wrap .tab-content .jqgrid-pad-20 .ui-jqgrid .ui-jqgrid-view tr td:first-child, body #client-store-modal .clients-store-wrap .tab-content .jqgrid-pad-20 .ui-jqgrid .ui-jqgrid-view tr th:first-child, body #client-store-modal .clients-store-wrap .tab-content .jqgrid-pad-20 .ui-jqgrid .ui-jqgrid-view tr th:first-child div {
  padding-left: 10px !important;
}
body #client-store-modal .clients-store-wrap .book-store-tabs-wrap {
  padding: 5px;
  background: #f6f9fb;
  width: 100%;
  margin-top: 20px;
}
body #client-store-modal .clients-store-wrap .book-store-tabs-wrap li {
  line-height: 16px;
  font-size: 16px;
  color: #323338;
  margin-right: 7px;
}
body #client-store-modal .clients-store-wrap .book-store-tabs-wrap li a {
  padding: 10px 14px;
}
body #client-store-modal .clients-store-wrap .book-store-tabs-wrap li.active {
  border-bottom: none;
  background: var(--brand-color);
  border-radius: 4px;
}
body #client-store-modal .clients-store-wrap .book-store-tabs-wrap li.active a {
  color: white !important;
}
body #client-store-modal .clients-store-wrap .btn-buy {
  width: 70px;
  height: 30px;
  color: white;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  line-height: 18px;
  font-size: 14px;
}
body #client-store-modal .cart-wrapper {
  position: fixed;
  display: inline-flex;
  top: 23px;
  right: 85px;
}
body #book-event-modal .modal-dialog {
  width: 800px;
}
body #book-event-modal .modal-dialog .booking-back-title {
  margin-left: 225px;
  margin-top: 3px;
}
body #book-event-modal .modal-dialog .booking-back-title > * {
  color: var(--brand-color) !important;
}
body #book-event-modal .modal-dialog .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column {
  text-align: center;
  width: 100%;
  min-width: unset;
  border-right: unset;
}
body #book-event-modal .modal-dialog .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column > * {
  margin-bottom: 15px !important;
}
body #book-event-modal .modal-dialog .book-event-step3-wrap .select-pay-credit-wrap .step3-left-column .selected-trainer {
  margin: auto !important;
  margin-bottom: 15px !important;
}
body #book-event-modal .modal-dialog .book-event-step3-wrap .select-pay-credit-wrap .clients-blue,
body #book-event-modal .modal-dialog .book-event-step3-wrap .select-pay-credit-wrap .client-forgot-password,
body #book-event-modal .modal-dialog .book-event-step3-wrap .select-pay-credit-wrap .show-sign-up-book-modal-wrap {
  color: var(--brand-color) !important;
}
body #book-event-modal .modal-dialog .step-title {
  font-size: 16px;
  color: #848588;
  margin-top: 25px !important;
  margin-bottom: 10px;
}
body #book-event-modal .modal-dialog .services-wrap {
  margin: 0 -15px;
  overflow-y: unset !important;
  overflow-x: unset !important;
}
body #book-event-modal .modal-dialog .clients-store-wrap .tab-content .ui-jqgrid tr.jqgrow td, body #book-event-modal .modal-dialog .clients-store-wrap .tab-content .ui-jqgrid .ui-jqgrid-htable th, body #book-event-modal .modal-dialog .clients-store-wrap .tab-content .jqgrid-pad-20 .ui-jqgrid .ui-jqgrid-view tr td:first-child, body #book-event-modal .modal-dialog .clients-store-wrap .tab-content .jqgrid-pad-20 .ui-jqgrid .ui-jqgrid-view tr th:first-child, body #book-event-modal .modal-dialog .clients-store-wrap .tab-content .jqgrid-pad-20 .ui-jqgrid .ui-jqgrid-view tr th:first-child div {
  padding-left: 10px !important;
}
body #book-event-modal .modal-dialog .clients-store-wrap .book-store-tabs-wrap {
  padding: 5px;
  background: #f6f9fb;
  width: 100%;
  margin-top: 20px;
}
body #book-event-modal .modal-dialog .clients-store-wrap .book-store-tabs-wrap li {
  line-height: 16px;
  font-size: 16px;
  color: #323338;
  margin-right: 7px;
}
body #book-event-modal .modal-dialog .clients-store-wrap .book-store-tabs-wrap li a {
  padding: 10px 14px;
}
body #book-event-modal .modal-dialog .clients-store-wrap .book-store-tabs-wrap li.active {
  border-bottom: none;
  background: var(--brand-color);
  border-radius: 4px;
}
body #book-event-modal .modal-dialog .clients-store-wrap .book-store-tabs-wrap li.active a {
  color: white;
}
body #book-event-modal .modal-dialog .clients-store-wrap .book-store-tabs-wrap .li-product {
  display: none;
}
body #book-event-modal .modal-dialog .clients-store-wrap .btn-buy {
  width: 70px;
  height: 30px;
  color: white;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  line-height: 18px;
  font-size: 14px;
}

.hide-im {
  display: none !important;
}

.body-content-form {
  max-width: 700px;
  margin: 0 auto;
}
.body-content-form.body-content-form-signup-style {
  min-height: calc(100vh - 72px);
}
.body-content-form .button-submit {
  padding-top: 24px;
}
.body-content-form .button-submit .btn {
  padding: 10px;
}
.body-content-form .title-advanced {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #272431;
}
.body-content-form a {
  color: #272431;
}
.body-content-form a:hover {
  color: var(--brand-member-primary-color);
}
.body-content-form .title-form {
  margin-top: 50px;
}
.body-content-form .title-form h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #272431;
}
.body-content-form .title-form p {
  font-size: 14px;
  color: var(--brand-member-color-text);
  font-weight: 400;
  line-height: 20px;
}
.body-content-form .brand-account-sub-text {
  display: inline-block;
  font-size: 14px;
  color: #6A6D7D;
}
.body-content-form .client-forgot-password {
  color: #6A6D7D;
}

.jumbotron {
  background-color: var(--brand-member-color-bg);
}

#mywebsite-create-account-button {
  margin-top: 24px;
  width: 100%;
}

.bootstrap-footer-buttons {
  padding-top: 24px;
}

#mywebsite-signup-form .wrap-canvas {
  position: relative;
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#mywebsite-signup-form .custom-clear {
  position: relative;
  right: 0;
  top: 100%;
  padding-top: 10px;
}
#mywebsite-signup-form .custom-clear .btn-undo1, #mywebsite-signup-form .custom-clear .btn-clear1 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--brand-member-color-text) !important;
  padding: 4px 10px;
  background: #FFFFFF !important;
  border: 1px solid #E1E2E8 !important;
  border-radius: 39px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mywebsite-signup-form #signature-pad01 {
  border-radius: 8px;
  width: 100%;
  height: 200px;
  background-color: white;
}
#mywebsite-signup-form .button-style-signature {
  display: inline-block;
  position: relative;
  width: 100%;
}

.body-modal-form {
  box-shadow: unset;
  border: 1px solid #E1E2E8;
  padding: 16px 19px;
}
.body-modal-form .form-group label, .body-modal-form .ca-header-small-upper {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px !important;
}
.body-modal-form .blue-checkbox {
  color: var(--brand-member-primary-color);
}

.navbar-headers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navbar-headers .header-icon-toggle {
  width: 24px;
}
.navbar-headers .navbar-toggle {
  margin: 0;
}

.header-icon-form-close {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: right;
  right: 20px;
  cursor: pointer;
}

.content-wrapper {
  height: 100%;
}

.homepage-client-book-item {
  padding: 0;
}

.homepage-client-row {
  height: 100%;
  margin: 0px;
}

.homepage-client-icon-footer {
  text-align: end;
}
.homepage-client-icon-footer > span {
  color: #6A6D7D;
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  margin-bottom: 0;
  line-height: 10px;
  margin-right: 8px;
}
.homepage-client-icon-footer > img {
  object-fit: cover;
  width: 100px;
}

.homepage-client-row .homepage-client-no-image .homepage-client-center {
  width: 500px;
  padding: 0 !important;
  text-align: center;
}
.homepage-client-row .homepage-client-no-image .welcome-title-xp {
  margin: 48px;
  text-align: center;
}

.homepage-client-no-image {
  display: flex;
  justify-content: center;
}

.wrapper.wrapper-website2 {
  height: 100%;
}
.wrapper .body {
  height: 100%;
}

.homepage-client-col {
  height: 100%;
  padding: 0;
}
.homepage-client-col:nth-of-type(2) {
  order: 1;
}

.homepage-client-content-wrapper {
  height: calc(100% - 72px);
}

.homepage-client-wrapper {
  height: 100%;
}

.recurring-booking-confirm-content .hint-left-from-credits-wrap {
  display: none;
}

.recurring-booking-confirm-content .show-membership.active, .recurring-booking-confirm-content .show-package.active {
  text-decoration: underline;
  color: #000;
}

.recurring-booking-confirm-content .label-package-membership {
  cursor: pointer;
}

.homepage-client-content {
  background: linear-gradient(0deg, var(--brand-member-primary-color) -127.93%, #101010 58.26%);
  width: 100%;
  height: calc(100vh - 72px);
}
.homepage-client-content > *:not(.homepage-client-wrapper) {
  background: var(--brand-member-color-bg);
}
.homepage-client-content #client_render_homepage {
  width: 100%;
  height: 100%;
}
.homepage-client-content #client_render_homepage .homepage-client-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
}
.homepage-client-content #client_render_homepage .homepage-client-wrapper .homepage-client-no-image {
  width: 522px;
  max-width: 100%;
}
.homepage-client-content #client_render_homepage .homepage-client-wrapper .homepage-client-no-image .homepage-client-center {
  padding: 80px 0 0 0;
}
.homepage-client-content #client_render_homepage .homepage-client-wrapper .welcome-title-xp {
  text-align: center;
}
.homepage-client-content .homepage-client-row .homepage-client-no-image .homepage-client-center {
  padding: 0;
}
.homepage-client-content .homepage-client-center {
  padding: 80px 80px 0 80px;
  width: 100%;
}
.homepage-client-content .homepage-client-center .homepage-client-action-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 14px;
  background: #FFFFFF;
  margin: 8px 0;
}
.homepage-client-content .homepage-client-center .homepage-client-action-item .icon-action-item {
  background-color: var(--brand-member-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.homepage-client-content .homepage-client-center .homepage-client-action-item .icon-action-item .icon-item {
  margin: 0 24px;
}
.homepage-client-content .homepage-client-center .homepage-client-action-item .homepage-client-action-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
}
.homepage-client-content .homepage-client-center .homepage-client-action-item .homepage-client-action-item-content .homepage-client-action-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  padding: 0 24px;
  line-height: 32px;
  text-align: left;
}
.homepage-client-content .homepage-client-center .homepage-client-action-item .homepage-client-action-item-content .icon-item-action {
  padding-right: 24px;
}
.homepage-client-content .homepage-client-img-upload {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-client-content .welcome-title-xp {
  display: block;
  font-size: 36px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 100;
}

.communication-notifications-wrap .cn-header-line {
  display: flex;
  justify-content: start;
}
.communication-notifications-wrap .cn-header-line .cn-checkbox-width-wrap:not(.cn-checkbox-width-wrap-custom) {
  margin-left: 335px;
}

.client-area-homepage-text.custom-text span * {
  font-size: inherit;
}
.client-area-homepage-text.custom-text * {
  background-color: transparent !important;
  color: #fff !important;
}

.btn-member-check-in-mb {
  display: none;
}

@media (min-width: 1200px) {
  .homepage-client-row :not(.homepage-client-no-image) .homepage-client-action-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
  }
}
@media (max-width: 1200px) {
  .navbar-toggle.navbar-toggle-icon {
    display: block;
  }
  .homepage-client-action-content {
    flex: 1;
    position: relative;
  }
  .homepage-client-col:nth-of-type(2) {
    order: 1 !important;
  }
  .navbar-collapse-event {
    display: none;
  }
  .navbar-collapse-event.open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100000;
  }
  .navbar-collapse-event.open .header-form {
    float: right !important;
  }
  .navbar-collapse-event.open .header-form-event {
    position: relative;
    width: auto;
    transform: translateX(0);
    height: 100%;
    background: #ffffff;
    padding: 18px !important;
    transition: all ease-in-out 0.2s;
    animation: rightToLeft 0.2s linear;
  }
  .navbar-collapse-event.open .header-form-event.header-form {
    display: block !important;
  }
  .navbar-collapse-event.open .header-icon-form-close {
    display: block;
  }
  .navbar-collapse-event.open .header-form-content {
    margin-top: 60px;
  }
  .navbar-collapse-event.open .btn-md-form {
    display: block;
  }
  .navbar-collapse-event.open .studio-client-login {
    display: flex;
    flex-direction: column;
  }
  .navbar-collapse-event.open #studio-client-login {
    flex-direction: column-reverse !important;
    width: 100%;
  }
  .navbar-collapse-event.open #studio-client-login .btn-md-form {
    width: 100% !important;
    border-radius: 39px;
    border: 1px solid #E1E2E8;
    text-align: center;
    padding: 10px 20px 10px 20px !important;
    margin: 8px 0;
  }
  .navbar-collapse-event.open #studio-client-login .homepage-sign-up-button {
    margin-left: 0 !important;
  }
  .homepage-client-row {
    flex-direction: column-reverse;
  }
  .homepage-client-icon-footer {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .homepage-client-icon-footer > span {
    margin-right: 0px !important;
  }
  .welcome-title-xp {
    margin: 48px 0 !important;
  }
  .homepage-client-row {
    display: flex !important;
  }
  .homepage-client-row .homepage-client-col {
    height: auto;
  }
  .homepage-client-row .homepage-client-no-image {
    display: flex;
    justify-content: center;
  }
  .homepage-client-action-wrapper {
    flex-direction: column;
    align-items: normal;
    width: 300px;
  }
  .homepage-account-item-log-out {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    order: 3;
    border: 1px solid #E1E2E8;
    border-radius: 39px;
    margin-top: 22px;
  }
  .homepage-account-item-log-out .homepage-log-out {
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    font-weight: 450;
  }
  .homepage-account-item {
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid #E1E2E8;
  }
  .homepage-account-item.homepage-client-action-check-in {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .btn-member-check-in-mb {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #E1E2E8;
    padding-bottom: 24px;
    padding-left: 0px;
  }
  .btn-member-check-in-mb:hover .onsite-check-in-mb-text {
    text-decoration: underline;
    text-decoration-color: rgba(62, 31, 59, 0.8);
  }
  .btn-member-check-in-mb .onsite-check-in-mb-text {
    margin-bottom: 0;
    margin-left: 6px;
  }
  .btn-member-check-in {
    display: none !important;
  }
  .go-to-dashboard {
    margin-left: 6px;
  }
  .client-content-footer {
    justify-content: center !important;
  }
  .client-content-footer .client-content-footer-wrapper > p {
    text-align: center !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .homepage-client-content .homepage-client-center {
    padding: 0 112px !important;
  }
  .homepage-client-row .homepage-client-no-image .homepage-client-center {
    padding: 0 !important;
  }
  .homepage-client-col .homepage-client-img-upload {
    width: 100%;
    height: 300px !important;
  }
}
@media (min-width: 826px) and (max-width: 1024px) {
  .homepage-client-content .homepage-client-center {
    padding: 0 112px !important;
  }
  .homepage-client-col .homepage-client-img-upload {
    width: 100%;
    height: 280px !important;
  }
  .homepage-client-row .homepage-client-no-image .homepage-client-center {
    padding: 0 !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1180px) and (orientation: landscape) {
  .homepage-client-content {
    height: auto !important;
  }
  .homepage-client-content:not(.homepage-client-book-item) {
    height: calc(100vh - 72px) !important;
  }
  .homepage-client-icon-footer {
    position: static !important;
    text-align: center !important;
    margin: 75px 0;
    transform: translateX(0) !important;
  }
}
@media screen and (min-width: 826px) and (max-width: 900px) and (orientation: landscape) {
  .homepage-client-content {
    height: auto !important;
  }
  .homepage-client-icon-footer {
    position: static !important;
    text-align: center !important;
    margin: 75px 0;
    transform: translateX(0) !important;
  }
}
@media screen and (min-width: 560px) and (max-width: 826px) and (orientation: landscape) {
  .homepage-client-content {
    height: auto !important;
  }
  .homepage-client-icon-footer {
    position: static !important;
    text-align: center !important;
    margin: 75px 0;
    transform: translateX(0) !important;
  }
}
@media screen and (max-width: 560px) and (orientation: landscape) {
  .homepage-client-content {
    height: auto !important;
  }
  .homepage-client-icon-footer {
    position: static !important;
    text-align: center !important;
    margin: 75px 0;
    transform: translateX(0) !important;
  }
}
@media (min-width: 560px) and (max-width: 825px) {
  .homepage-client-content .homepage-client-center {
    padding: 0 112px !important;
  }
  .homepage-client-col .homepage-client-img-upload {
    width: 100%;
    height: 200px !important;
  }
  .homepage-client-row .homepage-client-no-image .homepage-client-center {
    padding: 0 !important;
  }
  .icon-action-item {
    padding: 14px 0 !important;
  }
  .homepage-client-col .homepage-client-img-upload {
    width: 100%;
    height: 300px !important;
  }
  .welcome-title-xp {
    margin: 48px 0 !important;
  }
  .mywebsite-login-form {
    width: 450px !important;
  }
  .communication-notifications-sign-up .cn-checkbox-text-width-wrap {
    width: 160px !important;
  }
  .communication-notifications-sign-up .communication-notifications-wrap .cn-header-line .cn-checkbox-width-wrap:not(.cn-checkbox-width-wrap-custom) {
    margin-left: 260px !important;
  }
}
@media (max-width: 560px) {
  body #ui-datepicker-div {
    position: fixed !important;
  }
  .homepage-client-no-image {
    margin: 0 20px !important;
  }
  .homepage-client-col .homepage-client-img-upload {
    width: 100%;
    height: 200px !important;
  }
  .homepage-client-action-item-content .homepage-client-action-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .icon-action-item {
    padding: 14px 0 !important;
  }
  .homepage-client-center {
    padding: 0 16px !important;
  }
  .homepage-client-row .homepage-client-no-image .welcome-title-xp {
    margin: 48px 0 !important;
  }
  .welcome-title-xp {
    font-size: 32px !important;
    line-height: 32px;
    margin: 16px 0 24px 0 !important;
  }
  .mywebsite-login-form {
    width: 100% !important;
  }
  .homepage-client-action-content {
    margin: 0 16px;
  }
  .icon-action-item .icon-item {
    margin: 0 16px !important;
  }
  .header-form {
    width: 80% !important;
  }
  .homepage-client-action-wrapper {
    width: auto;
  }
  .communication-notifications-sign-up .cn-checkbox-text-width-wrap {
    width: 160px !important;
  }
  .communication-notifications-sign-up .communication-notifications-wrap .cn-header-line .cn-checkbox-width-wrap:not(.cn-checkbox-width-wrap-custom) {
    margin-left: 180px;
  }
  .communication-notifications-sign-up .communication-notifications-wrap .cn-checkbox-width-wrap {
    width: 65px !important;
  }
}
@media (max-width: 385px) {
  .homepage-client-content {
    height: auto !important;
    min-height: 800px;
  }
  .homepage-client-icon-footer {
    position: static !important;
    text-align: center !important;
    margin: 100px 0 20px 0;
    transform: translateX(0) !important;
  }
}
@keyframes rightToLeft {
  from {
    transform: translateX(101%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes leftToRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(101%);
    opacity: 0;
  }
}
.homepage-client-jumbotron {
  position: absolute;
  top: 72px;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0;
}
.homepage-client-jumbotron.homepage-client-jumbotron-sign-up {
  position: static;
}

.body-content-form-reserve {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
}

.homepage-action-account {
  display: flex;
  align-items: center;
}

.homepage-account-item {
  display: flex;
  align-items: center;
  margin: 0 14px;
  font-size: 14px;
}
.homepage-account-item .homepage-account-icon {
  margin-right: 2px;
}

.hompage-client-my-account {
  display: flex;
  align-items: center;
}

.homepage-my-account-item {
  display: flex;
  align-items: center;
}

.btn-member-action-color {
  color: #272431;
  background: transparent !important;
  padding: 0;
}

.btn-member-check-in {
  border-radius: 30px;
  padding: 10px 20px 10px 20px;
  color: var(--brand-member-second-color);
  background-color: var(--brand-member-primary-color);
  border: 1px solid var(--brand-member-primary-color);
}

.btn-member-create-account {
  padding: 10px 20px;
  margin-top: 0px !important;
}

.homepage-client-login-alert {
  margin-top: 24px;
  margin-bottom: 0;
}

.communication-notifications-sign-up {
  overflow-y: auto;
}

.wrapper-website2 .mywebsite-header {
  background: white !important;
  height: 72px;
  display: block;
  z-index: 10000;
}
.wrapper-website2 .mywebsite-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
}
.wrapper-website2 .mywebsite-header .header-wrapper.header-homepage-client {
  height: 100%;
  border-bottom: 1px solid #E1E2E8;
}
.wrapper-website2 .mywebsite-header .header-wrapper .header-title {
  width: max-content;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.wrapper-website2 .mywebsite-header .header-wrapper .header-title .client-homepage-businessname {
  color: #323338 !important;
  font-size: 24px;
  margin-left: 25px;
  line-height: 25px;
}
.wrapper-website2 .mywebsite-header .header-wrapper .header-form {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0;
  padding: 0;
}
.wrapper-website2 .mywebsite-header .header-wrapper .header-form .mywebsite-login-form {
  padding: 0;
}
.wrapper-website2 .mywebsite-header .header-wrapper .header-form #studio-client-login {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.wrapper-website2 .mywebsite-header .header-wrapper .header-form #studio-client-login .btn2.homepage-sign-up-button {
  background: var(--brand-member-primary-color);
  border-color: var(--brand-member-primary-color);
  min-width: 120px !important;
  height: 40px;
  font-size: 16px;
  line-height: 19px;
  color: var(--brand-member-second-color);
  margin-left: 24px;
}
.wrapper-website2 .mywebsite-header .header-wrapper .header-form #studio-client-login .btn2.homepage-login-button {
  color: var(--brand-color);
  font-size: 16px;
  line-height: 19px;
  float: unset;
}
.wrapper-website2 .mywebsite-header .header-wrapper .header-form #studio-client-login .btn2.homepage-login-button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.wrapper-website2 .welcome-title {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.wrapper-website2 .homepage-client-buttons .homepage-client-one-button {
  width: unset;
  min-height: 310px;
  background-color: var(--brand-member-primary-color);
  padding: 20px;
  position: relative;
}
.wrapper-website2 .homepage-client-buttons .homepage-client-one-button:hover {
  opacity: 0.8;
}
.wrapper-website2 .homepage-client-buttons .homepage-client-one-button .home-icon {
  font-size: 40px;
  color: var(--brand-member-second-color);
  display: block;
  text-align: left;
  margin-bottom: 38px;
  margin-top: 0;
}
.wrapper-website2 .homepage-client-buttons .homepage-client-one-button .homepage-client-action-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: var(--brand-member-second-color);
  text-align: left;
  min-height: 35px;
}
.wrapper-website2 .homepage-client-buttons .homepage-client-one-button .action-des {
  margin-top: 20px;
  color: var(--brand-member-second-color);
  font-size: 18px;
  text-align: left;
  opacity: 0.8;
  display: block;
}
.wrapper-website2 .homepage-client-buttons .homepage-client-one-button .action-wrap-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brand-member-second-color);
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.wrapper-website2 .homepage-client-buttons .homepage-client-one-button .action-wrap-arrow:hover {
  opacity: 0.9;
}
.wrapper-website2 .homepage-client-buttons .homepage-client-one-button .action-wrap-arrow i {
  font-size: 16px;
  font-weight: bold;
  color: var(--brand-member-primary-color);
}

#clients-homepage-subs-modal .modal-dialog {
  width: 850px !important;
}
#clients-homepage-subs-modal .modal-dialog .modal-title {
  font-weight: bold;
  font-family: unset;
}
#clients-homepage-subs-modal .modal-dialog .td-no-data {
  font-size: 16px !important;
  line-height: 19px;
  opacity: 0.6;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .fit-content {
  width: 100%;
  display: flex;
  align-items: center;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .fit-content .booking-dates-title {
  margin: 0;
  width: max-content;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .scheduler-head {
  border-bottom: solid 1px #e6e9ef;
  margin-bottom: 5px;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .scheduler-arrows-wrap {
  display: flex;
  align-items: center;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .scheduler-arrows-wrap .booking-today-button {
  height: 36px;
  width: 70px;
  font-size: 14px;
  line-height: 16px;
  background-color: #f5f9fb;
  border-color: #f5f9fb;
  margin-right: 13px;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .scheduler-arrows-wrap .booking-arrow {
  top: 0 !important;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .scheduler-arrows-wrap .booking-arrow i:hover {
  opacity: 0.7;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .scheduler-arrows-wrap .booking-dates-title {
  margin: 0 22px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .today-wrap {
  min-width: unset !important;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .today-wrap .input-group {
  width: 170px;
  position: relative;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .today-wrap .input-group input {
  height: 36px;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .today-wrap .input-group .input-group-addon {
  height: 36px;
  z-index: 2;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  position: absolute;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .today-wrap .input-group .input-group-addon .fal.fa-calendar {
  padding-top: 10px;
  font-size: 15.5px;
  cursor: pointer;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap {
  padding: 0 20px;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day {
  border-bottom: solid 1px #e6eaf0;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr.weekday td {
  background: white;
  border: none;
  font-size: 16px !important;
  font-weight: bold;
  padding: 20px 0 15px 0;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td:first-child,
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day tr td:last-child {
  padding-left: 0;
  font-size: 13px;
  padding-right: 0;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day .unavailable-wrap {
  margin-right: 0 !important;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day .spaces-left {
  font-style: italic;
  margin-top: 5px;
  color: rgba(126, 127, 128, 0.9411764706);
  font-weight: normal;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day .booking-button-wrap .btn-primary.disable-block {
  display: none;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day span.count-class {
  height: 18px;
  background: var(--brand-member-primary-color);
  color: var(--brand-member-second-color) !important;
  padding: 1px 11px;
  border-radius: 4px;
  font-weight: normal;
  float: right;
  line-height: 17px;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day .trainer-name {
  font-size: 14px;
  color: #848588;
}
#clients-homepage-subs-modal .modal-dialog .booking-wrap .booking-table-wrap .booking-schedule-table .booking-day .max-bookings-reached {
  margin-right: 0 !important;
  padding-bottom: 5px;
}
#multi-booking-modal canvas.signature-pad {
  width: 100%;
}
#multi-booking-modal .footer-btn-sign {
  padding: 0;
}

svg.icon-member {
  margin-bottom: 38px;
  margin-top: 0;
  display: flex;
  fill: var(--brand-member-primary-color) !important;
}
svg.icon-member .icon-line {
  stroke: var(--brand-member-second-color) !important;
}

.underline-text {
  border-bottom: 1px solid var(--brand-member-color-text);
}

.underline-text:hover {
  text-decoration: unset !important;
  border-bottom: 1px solid var(--brand-color);
}

.client_render_schedules {
  background-color: var(--brand-member-color-bg);
}

#wrapper_iframe .h2-appointment, #wrapper_iframe .homepage-client-schedules-heading {
  display: none;
}
#wrapper_iframe .back_show_home {
  display: none;
}
#wrapper_iframe .homepage-client-schedules {
  width: auto;
  padding: 0;
}

.homepage-client-schedules {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.homepage-client-schedules .h2-appointment, .homepage-client-schedules .homepage-client-schedules-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}
.homepage-client-schedules .h2-appointment.homepage-client-schedules-dupont, .homepage-client-schedules .homepage-client-schedules-heading.homepage-client-schedules-dupont {
  margin-bottom: 45px;
}

.client-content-booking-list,
.book-event-steps-wrap,
.store-wrap {
  min-height: 400px;
}

.booking-item-action-details {
  cursor: pointer;
  color: #6A6D7D;
}

.homepage-client-schedules-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
}
.homepage-client-schedules-content > .booking-table-wrap {
  min-height: 400px;
}
.homepage-client-schedules-content.p-5 {
  padding: 5px !important;
}
.homepage-client-schedules-content .book-store-tabs-wrap-new-layout {
  background: #f6f9fb;
  padding: 5px;
  border-radius: 5px;
}
.homepage-client-schedules-content .book-store-tabs-wrap-new-layout .bf-menu li {
  display: inline-block;
  margin-right: 10px;
  height: 38px;
}
.homepage-client-schedules-content .book-store-tabs-wrap-new-layout .bf-menu li a {
  color: #323338;
  font-weight: 500;
  position: relative;
  top: 10px;
  padding: 10px;
}
.homepage-client-schedules-content .book-store-tabs-wrap-new-layout .bf-menu li.active a {
  color: #fff;
}
.homepage-client-schedules-content .book-store-tabs-wrap-new-layout .bf-menu li.active {
  background: var(--brand-color);
  color: #fff;
  border-radius: 5px;
}
.homepage-client-schedules-content .client-content-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage-client-schedules-content .client-content-heading h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 0;
  max-width: 320px;
}
.homepage-client-schedules-content .client-content-heading .client-content-filter {
  display: flex;
  align-items: center;
}
.homepage-client-schedules-content .client-content-heading .client-content-filter .client-content-filter-text {
  padding: 0 10px;
}
.homepage-client-schedules-content .client-content-heading .client-content-filter .client-content-filter-text .client-content-filter-text-mb {
  display: none;
}
.homepage-client-schedules-content .client-content-booking-today {
  width: 100%;
  background-color: #F8F9FA;
  border-radius: 8px;
  margin: 32px 0;
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper {
  display: flex;
  align-items: center;
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-booking-arrow {
  display: block;
  padding: 16px;
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-booking-arrow i {
  font-size: 20px;
  color: #272431;
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-dates-booking {
  flex: 1;
  display: flex;
  align-items: center;
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-date-booking-link {
  text-decoration: none;
  flex: 1;
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-date-booking-link.active {
  background-color: var(--brand-member-primary-color);
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-date-booking-link.active .client-date-title {
  color: var(--brand-member-second-color);
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-date-booking-link:hover:not(.active) {
  background-color: #E1E2E8;
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-date-booking-link .client-date-title {
  padding: 24px;
  color: #272431;
  text-align: center;
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-date-booking-link .client-date-title p,
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-date-booking-link .client-date-title .client-date-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-date-booking-link .client-date-title span.client-date-day,
.homepage-client-schedules-content .client-content-booking-today .client-content-booking-wrapper .client-date-booking-link .client-date-title span.client-date-month {
  display: inline-block;
  font-size: 14px;
}
.homepage-client-schedules-content .client-content-booking-item-wrapper {
  padding: 14px 0;
}
.homepage-client-schedules-content .client-content-booking-item-wrapper .client-content-view-detail {
  margin: 14px 0;
  padding: 8px 8px 8px 143px;
}
.homepage-client-schedules-content .client-content-booking-item-wrapper .client-content-view-detail .client-content-view-detail-heading {
  color: #272431;
  font-weight: 600;
}
.homepage-client-schedules-content .client-content-booking-item-wrapper .client-content-view-detail .client-content-view-detail-des {
  font-weight: 400;
  color: #6A6D7D;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left {
  display: inline-flex;
  align-items: center;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-left-item {
  margin-right: 17px;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-left-item .trainer-photo-wrap .no-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-time-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #272431;
  margin-bottom: 0;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-time-wrapper span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #6A6D7D;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-avatar {
  display: flex;
  width: 55px;
  height: 55px;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-avatar img {
  width: 100%;
  border-radius: 50px;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-title .booking-item-title-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #272431;
  margin-bottom: 0;
  text-transform: capitalize;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-title .booking-item-title-detail-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6A6D7D;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-title .text-expanded {
  display: none;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-title .text-toogle:has(.collapsed) .text-expanded {
  display: none;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-title .text-toogle:not(.collapsed) .text-collapsed {
  display: none;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-title .text-toogle:not(.collapsed) .text-expanded {
  display: inline-block;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-title .booking-item-title-simple {
  position: relative;
  padding-right: 8px;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-title .booking-item-title-simple:not(:nth-child(1)) {
  padding-left: 5px;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-title .booking-item-title-simple:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  height: 70%;
  width: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #6A6D7D;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-action-details {
  text-decoration: none;
  cursor: pointer;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-action-details span {
  padding-right: 8px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-left .booking-item-action-details i {
  font-size: 12px;
}
.homepage-client-schedules-content .client-content-booking-item .collapse-mb {
  display: none !important;
}
.homepage-client-schedules-content .client-content-booking-item .collapse-w {
  display: block !important;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-right {
  text-align: center;
  float: right;
  display: inline-block;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-right .booking-item-btn.unavailable-wrap {
  transform: translateY(10px);
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-right .brand-member-button-color {
  background-color: #FFF !important;
  color: #272431 !important;
  border: 1px solid #272431 !important;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-right .booking-item-btn {
  outline: none;
  border: none;
  width: 230px;
  padding: 10px 20px;
  border-radius: 39px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-right .booking-item-btn.active {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 26px;
  color: var(--brand-member-second-color);
  background-color: var(--brand-member-primary-color);
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-right .booking-item-btn.disable-block {
  cursor: text;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-right .booking-item-cancel {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  right: 22%;
}
.homepage-client-schedules-content .client-content-booking-item .booking-item-right .booking-item-unavarible {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #6A6D7D;
  margin-bottom: 0;
}
.homepage-client-schedules-content .client-content-footer {
  display: flex;
  justify-content: end;
}
.homepage-client-schedules-content .client-content-footer .client-content-footer-wrapper {
  margin-top: 24px;
}
.homepage-client-schedules-content .client-content-footer .client-content-footer-wrapper > p {
  margin-right: 8px;
}
.homepage-client-schedules-content .client-content-footer p {
  display: block;
  font-size: 8px;
  color: #6A6D7D;
  line-height: 10px;
  text-align: right;
  letter-spacing: 0.216px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.homepage-client-schedules-content .client-content-footer img {
  text-align: right;
  width: 92px;
}

.client-content-filter-wrapper {
  display: flex;
  align-items: center;
}

.btn-homepage-client-filter {
  outline: none;
  border: 1px solid #E1E2E8;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #272431;
  background-color: #FFFFFF;
  cursor: pointer;
}
.btn-homepage-client-filter .btn-homepage-client-filter-icon {
  margin-right: 6px;
}

.btn-homepage-client-filter {
  display: none;
}

.client-content-filter-icon-close {
  display: none;
}

.booking-item-time-wrapper-mb {
  display: none;
}

.wrap-class-coach {
  padding-right: 10px;
}

.collapse.recurring-booking-event-booked-mb {
  height: auto;
  display: block;
}

.wrap-class-categories:nth-child(2) {
  margin-right: 10px;
}

@media (max-width: 765px) {
  .client-date-title {
    padding: 10px 8px !important;
  }
  .border-new-layout {
    width: 48%;
  }
  .client-date-day-simple {
    display: none !important;
  }
}
@media (max-width: 648px) {
  .collapse-mb {
    display: block !important;
  }
  .collapse-w {
    display: none !important;
  }
  .client_render_schedules {
    padding: 10px;
  }
  .client-content-filter {
    display: none !important;
  }
  .client-date-subtitle {
    display: none;
  }
  .client-booking-arrow {
    padding: 6px !important;
  }
  .homepage-client-schedules-content {
    padding: 10px 0 !important;
    background-color: transparent;
    border: none;
  }
  .homepage-client-schedules-content.homepage-client-schedules-content-store {
    background-color: #fff;
  }
  .recurring-booking-confirm-wrapper .recurring-booking-confirm-heading {
    padding-top: 20px !important;
  }
  .recurring-booking-confirm-wrapper .recurring-booking-confirm-container {
    padding: 0 5px !important;
  }
  .recurring-booking-event-booked-mb.collapse.in {
    display: block;
  }
  .recurring-booking-event-booked-mb.collapse {
    display: none;
  }
  .homepage-client-schedules-heading {
    display: none !important;
  }
  .homepage-client-schedules-content .client-content-booking-item-wrapper {
    background-color: #ffffff;
    margin: 12px 0;
    padding: 16px;
    border: 1px solid #E1E2E8;
    border-radius: 8px;
  }
  .homepage-client-schedules-content .client-content-booking-item .booking-item-right {
    float: none !important;
    display: block !important;
  }
  .client-content-booking-item {
    display: flex !important;
    flex-direction: column;
  }
  .client-content-booking-item .booking-item-left {
    order: 1;
  }
  .client-content-booking-item .booking-item-collapse {
    order: 2;
  }
  .client-content-booking-item .booking-item-right {
    order: 3;
  }
  .wrap-class-coach {
    padding-right: 0px;
  }
  .booking-item-right {
    display: block;
  }
  .booking-item-btn {
    width: 100% !important;
    margin-top: 12px;
  }
  .booking-item-time-wrapper-w {
    display: none;
  }
  .booking-item-time-wrapper-mb {
    display: flex;
    align-items: center;
  }
  .booking-item-time-wrapper-mb p {
    margin-right: 6px;
  }
  .btn-homepage-client-filter {
    display: flex;
  }
  .client-content-filter.active {
    position: fixed;
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 38, 50, 0.5);
    z-index: 1000;
  }
  .client-content-filter .client-content-filter-wrapper {
    display: flex;
    flex-direction: column;
    width: 320px;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #fff;
    border-radius: 12px;
  }
  .client-content-filter .client-content-filter-wrapper .client-content-filter-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px !important;
    border-bottom: 1px solid #E1E2E8;
  }
  .client-content-filter .client-content-filter-wrapper .filter-category {
    padding: 25px 20px;
    display: flex;
    border-bottom: none;
    height: auto;
    flex-direction: column;
    width: 100%;
  }
  .client-content-filter .client-content-filter-wrapper .filter-category .wrap-class-categories,
.client-content-filter .client-content-filter-wrapper .filter-category .field-block {
    width: 100%;
  }
  .client-content-filter .client-content-filter-wrapper .wrap-class-categories {
    display: block;
    margin-bottom: 16px;
  }
  .client-content-filter .client-content-filter-wrapper .wrap-class-categories:nth-child(2) {
    margin-right: 0;
  }
  .client-content-filter .client-content-filter-wrapper .wrap-class-categories-first {
    order: 1;
  }
  .client-content-filter .client-content-filter-wrapper .btn-group {
    width: 100% !important;
  }
  .client-content-filter .booking-item-action-details {
    display: block !important;
  }
  .client-content-filter-icon-close {
    display: block;
  }
  .recurring-booking-item-action-details {
    display: block !important;
    color: #6A6D7D;
    margin-top: 8px;
    text-decoration: underline;
  }
  .recurring-booking-item-action-details > i {
    font-size: 12px;
    margin-left: 8px;
  }
  .recurring-booking-item-action-details .text-expanded {
    display: none;
  }
  .text-toogle:has(.collapsed) .text-expanded {
    display: none;
  }
  .text-toogle:not(.collapsed) .text-collapsed {
    display: none !important;
  }
  .text-toogle:not(.collapsed) .text-expanded {
    display: inline-block !important;
  }
  .text-toogle:not(.collapsed) .text-expanded.booking-item-title-detail-text {
    text-decoration: underline;
  }
  .client-content-view-detail {
    padding: 8px !important;
  }
  .border-new-layout {
    width: 100%;
  }
  .booking-class-cancel-button.booking-item-cancel {
    right: 34% !important;
  }
  .booking-confirm-style-wrap {
    padding: 0 20px !important;
  }
  .complete-book-right {
    margin-right: 14px !important;
  }
  .client-content-filter-text-mb {
    display: inline-block !important;
  }
  .client-content-filter-text-web {
    display: none;
  }
  .booking-item-time-wrapper {
    width: auto !important;
  }
  .booking-item-btn-simple-full {
    transform: translate(-100px, 20px);
  }
  .confirm-modal-store .modal-dialog {
    top: 154px;
    right: 6% !important;
    left: 6% !important;
    width: 340px !important;
    max-width: 100% !important;
    height: 303px !important;
  }
  .confirm-modal-store .modal-dialog .modal-footer .bootstrap-dialog-footer .bootstrap-dialog-footer-buttons {
    display: inline-grid;
  }
  .confirm-modal-store .modal-dialog .modal-footer .bootstrap-dialog-footer .bootstrap-dialog-footer-buttons button {
    min-width: 309px !important;
    margin-left: -3px;
  }
  .confirm-modal-store .modal-dialog .modal-content .modal-body .bootstrap-dialog-body .bootstrap-dialog-message {
    color: #6A6D7D;
  }
  .confirm-modal-store .modal-dialog.modal-dialog-unabale {
    top: -100px;
    right: 0 !important;
    left: -6% !important;
  }
  .confirm-modal-store .modal-dialog .modal-content {
    border-radius: 12px !important;
  }
  .homepage-client-schedules .h2-appointment, .homepage-client-schedules .homepage-client-schedules-heading {
    font-size: 24px;
    padding: 14px;
    text-align: left !important;
  }
  .book-event-step-wrap.book-event-step1-wrap {
    background-color: #FFF;
  }
  .booking-confirme-wrap .event-info-wrap {
    width: 310px !important;
  }
  .recurring-booking-one-event {
    padding: 14px !important;
  }
  .recurring-booking-one-event-heading-sign-up .recurring-booking-one-event-heading-sign-up-wrap .one-event-heading-sign-up-wrap-action {
    flex-direction: column;
    align-items: start !important;
  }
}
@media (max-width: 570px) {
  body #forgotpass-dialog .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .client-date-month {
    display: none !important;
  }
}
.booking-item-action-details-sign-up .text-expanded {
  display: none;
}
.booking-item-action-details-sign-up.text-toogle:has(.collapsed) .text-expanded {
  display: none !important;
}
.booking-item-action-details-sign-up.text-toogle:not(.collapsed) .text-collapsed {
  display: none !important;
}
.booking-item-action-details-sign-up.text-toogle:not(.collapsed) .text-expanded {
  display: inline-block !important;
}

.recurring-signin-form.body-modal-form {
  box-shadow: none;
  border: none;
  padding: 0;
}

.recurring-booking-confirm {
  background-color: #FFF;
}

.recurring-booking-confirm-wrapper {
  background-color: var(--brand-member-color-bg);
  min-height: calc(100vh - 72px);
  padding-bottom: 20px;
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-container.recurring-booking-confirm-container-sign-up {
  width: 100%;
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-left {
  margin-bottom: 24px;
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-left .recurring-booking-confirm-container {
  padding: 0px;
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-heading {
  padding-top: 65px;
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-heading .recurring-booking-confirm-back {
  display: flex;
  align-items: center;
  outline: none;
  border: none;
  background-color: transparent;
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-heading .recurring-booking-confirm-back > span {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  transition: 0.2s linear;
  color: #6A6D7D;
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-heading .recurring-booking-confirm-back > span:hover {
  transform: translateX(-2px);
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-heading .recurring-booking-confirm-heading-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 25px;
  margin-top: 8px;
}
.recurring-booking-confirm-wrapper .recurring-booking-confirm-content {
  padding-bottom: 120px;
}
.recurring-booking-confirm-wrapper .recurring-booking-one-event-heading {
  display: flex;
  align-items: center;
}
.recurring-booking-confirm-wrapper .recurring-booking-one-event-heading .recurring-booking-one-event-img {
  width: 55px;
  height: 55px;
  border-radius: 50rem;
  margin-right: 22px;
}
.recurring-booking-confirm-wrapper .recurring-booking-event-info {
  display: flex;
  margin: 24px 0;
}
.recurring-booking-confirm-wrapper .recurring-booking-event-info:nth-child(3) {
  margin-bottom: 0;
}
.recurring-booking-confirm-wrapper .recurring-booking-event-info.recurring-booking-event-date {
  align-items: center;
}
.recurring-booking-confirm-wrapper .recurring-booking-event-info .recurring-booking-event-info-text > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin-left: 24px;
  margin-bottom: 7px;
}
.recurring-booking-confirm-wrapper .recurring-booking-event-info .recurring-booking-event-info-text .recurring-booking-event-info-time .recurring-booking-event-info-time-end {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  margin-left: 2px;
  color: #6A6D7D;
}
.recurring-booking-confirm-wrapper .recurring-booking-event-info .recurring-booking-event-info-text .recurring-booking-event-info-time .recurring-booking-event-info-time-h {
  text-transform: uppercase;
}
.recurring-booking-confirm-wrapper .tab-content-reserve {
  padding: 0;
}
.recurring-booking-confirm-wrapper .btn-sign-in-reserve {
  padding: 10px 20px !important;
}
.recurring-booking-confirm-wrapper .recurring-booking-item-action-details {
  display: none;
}

.recurring-booking-one-event {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
}

.recurring-booking-one-event-heading-sign-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recurring-booking-one-event-heading-sign-up .recurring-booking-one-event-heading-sign-up-wrap {
  display: flex;
  width: 100%;
}
.recurring-booking-one-event-heading-sign-up .recurring-booking-one-event-heading-sign-up-wrap .one-event-heading-sign-up-wrap-action {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.recurring-booking-one-event > h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #272431;
}
.recurring-booking-one-event > p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #6A6D7D;
}

.recurring-booking-one-event-btn {
  padding: 11px 20px;
  font-size: 14px;
  outline: none;
  border-radius: 39px;
  border: 1px solid #272431;
  width: 100%;
  background-color: transparent;
  color: #3E1F3B;
  text-align: center;
}
.recurring-booking-one-event-btn.recurring-booking-btn-reserve-with {
  background-color: var(--brand-member-primary-color);
  color: var(--brand-member-second-color);
  border: none;
  text-align: center;
  margin-bottom: 4px;
}

.recurring-booking-one-event-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}

.recurring-booking-one-event-subname {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.recurring-reserve-with-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recurring-reserve-with-header.recurring-reserve-with-sign-up {
  flex-direction: column;
  align-items: start;
}
.recurring-reserve-with-header .recurring-reserve-with-edit {
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6A6D7D;
  cursor: pointer;
}

.recurring-reserve-with-heading {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.recurring-reserve-purchase {
  padding-bottom: 22px;
}

.recurring-reserve-with-border {
  border-top: 1px solid #E1E2E8;
}

.recurring-reserve-with-container {
  padding-top: 12px;
}
.recurring-reserve-with-container.recurring-reserve-with-container-plan {
  display: none;
}
.recurring-reserve-with-container.recurring-reserve-with-container-plan.active {
  display: block;
}
.recurring-reserve-with-container .recurring-reserve-with-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
.recurring-reserve-with-container .recurring-reserve-with-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background-color: #FFF;
  border: 1px solid #E1E2E8;
  cursor: pointer;
}
.recurring-reserve-with-container .recurring-reserve-with-option .recurring-reserve-with-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.recurring-reserve-with-container .recurring-reserve-add-new-card {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6A6D7D;
  text-decoration: underline;
  text-align: left;
  margin-top: 14px;
  padding: 0 0 24px 0;
  cursor: pointer;
}
.recurring-reserve-with-container .recurring-reserve-total {
  padding: 20px 0;
}
.recurring-reserve-with-container .recurring-reserve-total .recurring-reserve-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}
.recurring-reserve-with-container .recurring-reserve-total .recurring-reserve-subtotal.recurring-reserve-order-total > span {
  color: #272431;
}
.recurring-reserve-with-container .recurring-reserve-total .recurring-reserve-subtotal > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6A6D7D;
  padding: 6px 0;
}

.recurring-booking-congrats {
  background-color: var(--brand-member-color-bg);
  min-height: calc(100vh - 72px);
}
.recurring-booking-congrats .recurring-booking-congrats-heading {
  margin: 0 0 50px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #272431;
  padding-top: 50px;
}
.recurring-booking-congrats .recurring-booking-congrats-wrap {
  position: relative;
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 8px;
  padding: 48px 24px 24px 24px;
  box-shadow: 0 10px 10px #E1E2E8;
}
.recurring-booking-congrats .recurring-booking-congrats-wrap .recurring-booking-congrats-content {
  text-align: center;
  margin-bottom: 12px;
}
.recurring-booking-congrats .recurring-booking-congrats-wrap .recurring-booking-congrats-content-head {
  margin-bottom: 12px;
}
.recurring-booking-congrats .recurring-booking-congrats-wrap .recurring-booking-congrats-content-head > p {
  margin: 0;
}
.recurring-booking-congrats .recurring-booking-congrats-wrap .recurring-booking-congrats-content-des > p {
  color: #6A6D7D;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
}
.recurring-booking-congrats .recurring-booking-congrats-wrap .trainer-photo-wrap {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.recurring-booking-one-event-btn-wrap {
  display: flex;
  align-items: center;
}

.recurring-booking-congrats-horizon {
  margin: 0 4px;
}

.recurring-resere-tab-nav {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  border-radius: 39px;
  padding: 2px;
  border: 1px solid #E1E2E8;
  margin-bottom: 0;
}
.recurring-resere-tab-nav .recurring-resere-tab-item {
  border-radius: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 0;
  height: auto;
}
.recurring-resere-tab-nav .recurring-resere-tab-item.active {
  background-color: #6923F4;
}
.recurring-resere-tab-nav .recurring-resere-tab-item.active > a {
  color: #FFFFFF;
}
.recurring-resere-tab-nav .recurring-resere-tab-item > a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #272431;
  padding: 8px 16px;
}

.recurring-reserve-with-plan-wrap {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  background-color: #F4F2FF;
  border: 1px solid #E1E2E8;
}
.recurring-reserve-with-plan-wrap > input[type=radio] {
  opacity: 1;
  position: static !important;
  accent-color: #232323 !important;
}

.recurring-reserve-with-plan-title {
  flex: 1;
  padding: 0 12px;
}
.recurring-reserve-with-plan-title .recurring-reserve-with-plan-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #272431;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 0;
}
.recurring-reserve-with-plan-title .recurring-reserve-with-plan-subtext {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #6A6D7D;
}

.recurring-reserve-with-plan-price {
  text-transform: lowercase;
}

.btn-go-to-schedule {
  text-align: center;
  color: #272431;
  text-decoration: none;
}

#intro-offer-modal .intro-offer-modal-content {
  padding: 10px 15px 20px 15px;
  border-radius: 8px;
}
#intro-offer-modal .intro-offer-subtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6A6D7D !important;
}
#intro-offer-modal p {
  margin: 0;
}
#intro-offer-modal .form-group {
  margin-bottom: 25px;
}
#intro-offer-modal .intro-offer-canvas {
  border-radius: 6px;
  border: 1px solid #E1E2E8;
  max-width: 100%;
}
#intro-offer-modal .btn-clear_intro_offer {
  border: 1px solid #E1E2E8;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  background: transparent;
  border-radius: 39px;
}
#intro-offer-modal .intro-offer-text-under {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  color: #272431;
}
#intro-offer-modal .btn-recurring-intro-offer-continue {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 39px;
  background-color: var(--brand-member-primary-color);
  color: var(--brand-member-second-color);
  margin: 30px 0 10px 0;
}

.intro-offer-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
}

.intro-offer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.book-reserve-rdo-wrap .book-reserve-rdo-subtext {
  display: inline-block;
  font-size: 12px;
  color: #6A6D7D;
  font-weight: 500;
  line-height: 20px;
}

.radio-item {
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 16px;
  border: 1px solid #E1E2E8;
  border-radius: 6px;
  margin-bottom: 16px;
}

.radio-item input[type=radio] {
  display: none;
}

.radio-item input[type=radio] + label {
  padding-left: 30px !important;
  width: 100% !important;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px !important;
  height: 20px !important;
  border-radius: 11px;
  border: 2px solid #C8CACC !important;
  background-color: transparent !important;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 10px !important;
  height: 10px !important;
  position: absolute;
  top: 5px;
  left: 5px;
  content: " ";
  display: block;
  background: var(--button-color) !important;
}

.radio-item:has(> input[type=radio]:checked) {
  background-color: #F4F2FF;
  border: 1px solid var(--button-color);
}

.book-reserve-modal-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #272431;
}

.recurring-booking-confirm-wrap .wrap-for-homepage-sign-up {
  padding: 0;
}

#book-event-create-account-button {
  width: 100%;
}

.recurring-booking-confirm-sign-in {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

.book-reserve-modal-content {
  border-radius: 16px !important;
}
.book-reserve-modal-content .book-reserve-modal-close {
  font-size: 26px !important;
  font-weight: 500 !important;
}

.book-reserve-modal-header {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.book-reserve-modal-body {
  padding: 25px 30px 26px 30px;
  display: flex;
  flex-direction: column;
}

.btn-intro-offer-close {
  position: absolute;
  top: 6px;
  right: 16px;
}

.appointment-booking-confirm-center {
  width: 100% !important;
}

.appointment-booking-confirm-wrap {
  width: 860px;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  padding: 40px 6px;
  border-radius: 10px;
}

.appointment-booking-confirm-heading-text {
  font-size: 16px;
  line-height: 28px;
  color: #6A6D7D;
  text-align: left;
  font-weight: 500;
  padding-left: 10px;
}

.event-info-wrap .event-color {
  width: 6px;
  height: inherit;
  background-color: #EAF8FE;
}

.booking-confirme-wrap .event-info-wrap {
  text-align: initial;
  height: 190px;
  width: 350px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.booking-confirme-wrap .event-info-wrap .event-info-content-wrap {
  background-color: #f6f9fc;
  width: 100%;
  height: inherit;
  padding: 20px 0 20px 30px;
}

.addeventatc {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid;
  color: var(--brand-color);
}
.addeventatc > i {
  color: var(--brand-color);
}

.border-new-layout {
  display: block;
  padding: 8px !important;
  background: #fff;
  margin: 6px 5px;
  width: 32%;
}

.complete-book-right {
  margin-right: 80px;
}

.alert.alert-success:not(.small-alert), .alert.alert-info:not(.small-alert), .alert.alert-danger:not(.small-alert) {
  padding: 10px 15px 10px 45px;
}

.alert.alert-success:not(.small-alert):before, .alert.alert-info:not(.small-alert):before, .alert.alert-danger:not(.small-alert):before {
  font-size: 16px;
}

.select-pay-credit-wrap .alert.small-alert {
  padding: 12px;
  border: none;
  background-color: #FEF6F4;
  color: #C2210F;
  text-align: center;
  font-weight: 400;
}

.brand-member-button-wrap {
  display: flex;
  flex-direction: column;
}

.client-forgot-password {
  order: 1;
}

.recurring-no-class {
  font-size: 16px;
  text-align: center;
  color: #C2210F;
}

.disable-block-new {
  opacity: 0.7 !important;
}

.booking-confirm-style-wrap {
  padding: 0 80px;
}

.recurring-reserve-with-plan input[type=radio]:checked + label:after {
  background-color: #fff !important;
}
.recurring-reserve-with-plan input[type=radio]:checked + label:before {
  border: var(--button-color) !important;
}

.booking-class-cancel-button {
  color: #6A6D7D !important;
}

.booking-item-time-wrapper {
  width: 60px;
}

.first_element_in_dates_0 {
  background-color: #E1E2E8;
}

#clearent-payment-form iframe.ClearentIframe {
  min-width: 314px !important;
  max-width: 90% !important;
}

.appointment-booking-confirm-wrap.bg-transpe {
  background-color: transparent !important;
}

.recurring-booking-one-event.bg-transpe {
  background-color: transparent !important;
}

.event-info-wrap.event-info-wrap-custom {
  padding: 4px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.client_render_schedules.client_render_schedule-height {
  min-height: calc(100vh - 72px);
}

.recurring-booking-confirm-wrapper.recurring-booking-height-auto {
  min-height: inherit !important;
}

#client_render_block .client_render_schedules_appoitment {
  background-color: #F8F9FA;
}
#client_render_block .client_render_schedules_appoitment > .boot-alert {
  display: none !important;
}

#render-copy-header {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

#client_render_block.client_render_block-style {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

/* OLD DESIGN mywebsite.css */
body {
  color: #323338;
  background: #f3f3f3;
  font-family: "Nouvelle Grotesk";
}

body a {
  color: var(--brand-color);
}

/*pts mywebsite area*/
.mywebsite-header {
  width: 60%;
}

.mywebsite-login-form {
  float: right;
}

/*pts mywebsite area end*/
/*mywebsite*/
.header-title > .header-text {
  margin-top: 0px;
}

/*new css*/
.mywebsite-header img {
  max-width: 100%;
}

.header-form {
  float: right;
  margin: 10px 10px 10px 0;
  height: 36px;
  width: 45%;
}

.header-title {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
  float: left;
  margin-left: 20px;
  text-align: left;
}

.mywebsite-mode .mywebsite-login-form {
  margin-top: 0;
}

/*OLDY mywebsite edit*/
.mywebsite-mode .mywebsite-login-form {
  margin-top: 20px;
}

/*end mywebsite*/
/*set tmp backgrounds*/
body {
  background: #F5F8FF;
}

.mywebsite-header {
  background-color: white;
  width: 100%;
}

.mywebsite-header.default-header-color {
  background: url(/designs/blueflow/assets/svg/bg_header.svg) 50% no-repeat;
  background-size: cover;
}

/*end tmp backgrounds*/
#mywebsite-signup-form .form-group {
  padding-top: 5px;
}

#mywebsite-signup-modal .modal-body {
  padding: 0 15px;
}

#mywebsite-signup-modal .modal-dialog {
  max-width: 450px;
}

.signin-clients-body .client-signin-link {
  display: block;
}

/*header logo & title*/
.client-homepage-businesslogo-wrap {
  display: flex;
  width: 120px;
  border-radius: 4px;
  background-color: white;
}

.margin-top-header-body {
  margin-top: 72px;
}

.client-homepage-businesslogo-wrap > img {
  max-width: 100%;
  cursor: pointer;
}

.client-homepage-businessname {
  display: inline;
  position: relative;
  color: #5E6369;
  font-family: "Nouvelle Grotesk";
  font-weight: bold;
}

/*end header*/
#booking-modal .modal-content {
  width: auto !important;
  float: none !important;
}

/*end mobile CSS*/
.scheduler-arrows-wrap .booking-arrow {
  color: #a4a4a4;
}

.booking-schedule-table thead th {
  color: #c5c5c5;
}

.booking-schedule-table.table > thead > tr > th {
  border-bottom: none;
}

.booking-schedule-table.table > tbody + tbody,
.booking-schedule-table.table > tbody:nth-child(3) td {
  border-top: none;
}

#client-store-modal .modal-dialog {
  width: 800px;
}

.homepage-log-out-wrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: var(--brand-color);
}
.homepage-log-out-wrap a {
  color: var(--brand-color);
}

.client-area-homepage-text {
  border-radius: 4px !important;
  line-height: 1.1;
  font-size: 15px;
  max-height: 200px;
  overflow-x: auto;
}

/*mywebsite styles from styles_pts*/
.store-items-types-order-wrap {
  margin-left: 210px;
  margin-top: -20px;
  height: 75px;
}

.store-items-types-order-wrap .store-item-type {
  cursor: default;
  width: 150px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  padding: 4px 10px 0px 10px;
  margin-bottom: 5px;
  font-weight: bolder;
  background: #fff;
  font-size: 12px;
}

.store-items-types-order-wrap .store-item-type svg {
  float: right;
  width: 12px;
  height: 12px;
  fill: darkgrey;
  cursor: move;
}

#cross-event-book-modal .modal-dialog {
  width: 620px;
}

#clients-homepage-subs-modal .modal-dialog {
  width: 800px;
}

/*END mywebsite styles from styles_pts*/
/*css from index*/
.radio, .checkbox {
  min-height: 0px;
  margin: 0px;
}

.mywebsite-login-form {
  width: 460px;
  margin: 0px;
  padding-top: 5px;
}

.footer-holder {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.footer {
  height: 44px;
  position: fixed;
  bottom: 0;
}

.homepage-client-buttons {
  text-align: center;
  padding: 0px 0 32px 0;
  overflow: hidden;
}

.homepage-client-buttons svg {
  width: 50px;
  fill: #2d88cd;
}

.homepage-client-one-button:hover {
  background-color: #edf7ff;
}

a.homepage-action-button {
  color: #2e3947;
}

a.homepage-action-button:focus {
  text-decoration: none;
}

/*end css from index*/
/*END OF OLD DESIGN */
/*********************************/
.homepage-action-button:hover {
  text-decoration: none;
}

.homepage-client-buttons .homepage-client-one-button {
  padding: 10px;
  margin: 0 auto;
  cursor: pointer;
  height: 200px;
  width: 250px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(188, 193, 206, 0.1);
  cursor: pointer;
}
.homepage-client-buttons .homepage-client-one-button img {
  margin-top: 25px;
  margin-bottom: 25px;
}
.homepage-client-buttons .homepage-client-one-button .homepage-client-action-title {
  color: #2D3138;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  font-weight: bold;
  display: block;
}

#studio-client-login {
  width: 200px;
  float: right;
  margin-right: 20px;
  font-family: "Nouvelle Grotesk";
}
#studio-client-login button {
  color: var(--brand-color);
  font-family: "Nouvelle Grotesk";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  background-color: transparent;
  padding: 10px 20px;
}
#studio-client-login .homepage-sign-up-button {
  float: right;
  box-sizing: border-box;
  border: 1px solid var(--brand-color);
  border-radius: 4px;
}
#studio-client-login .homepage-login-button {
  float: left;
}

#studio-client-login button:hover {
  opacity: 0.8;
}

#client-login-modal .modal-dialog {
  width: 480px;
}

#client-login-modal input[type=checkbox]:checked + label:before {
  border-radius: 2px;
  border: 1px solid var(--brand-color);
  background-color: var(--brand-color);
}
#client-login-modal .footer-login-wrap {
  margin: 0 auto;
  width: 250px;
}
#client-login-modal .footer-login-wrap a {
  font-weight: bold;
}

#mywebsite-signup-modal #mywebsite-next-step-button {
  width: 100%;
  margin: 0;
}
#mywebsite-signup-modal .modal-footer {
  text-align: center;
  border-top: 0;
  padding-top: 0;
}
#mywebsite-signup-modal .form-group > .col-sm-12 {
  padding: 0;
  padding-left: 5px;
}

#clients-homepage-subs-modal .modal-dialog {
  width: 80%;
}
#clients-homepage-subs-modal .modal-dialog .modal-body {
  padding: 0;
}
#clients-homepage-subs-modal .modal-dialog .modal-body .booking-wrap {
  margin-bottom: 0;
  box-shadow: none;
}
#clients-homepage-subs-modal .modal-dialog .modal-footer {
  display: none;
}

#store-buy-modal .modal-dialog {
  width: 1024px;
}

input[type=checkbox]:checked + label:before {
  border: 1px solid var(--brand-color);
  background-color: var(--brand-color);
}

input[type=radio]:checked + label:before {
  border: 1px solid var(--brand-color);
}

input[type=radio]:checked + label:after,
input[type=radio]:not(:checked) + label:after {
  background-color: var(--brand-color);
}

@media (max-width: 768px) {
  #clients-homepage-subs-modal .modal-dialog {
    width: 97% !important;
  }
}
.client-area-homepage-text.custom-text {
  overflow: hidden;
  word-wrap: break-word;
  color: #fff;
}
.client-area-homepage-text.custom-text p {
  color: #fff;
}
.client-area-homepage-text.custom-text a {
  color: #0000EE;
  text-decoration: underline;
}

.filter-category {
  border-bottom: 1px solid #e6e9ef;
  height: 60px;
}

.logo-circle {
  border-radius: 50%;
}

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