.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  box-sizing: border-box;
  cursor: pointer
}
.PresetDateRangePicker_button:active {
  outline: 0
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.SingleDatePickerInput__rtl {
  direction: rtl
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}
.SingleDatePickerInput__block {
  display: block
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.SingleDatePicker {
  position: relative;
  display: inline-block
}
.SingleDatePicker__block {
  display: block
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.SingleDatePicker_picker__rtl {
  direction: rtl
}
.SingleDatePicker_picker__directionLeft {
  left: 0
}
.SingleDatePicker_picker__directionRight {
  right: 0
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}
.CalendarDay {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}
.CalendarDay:active {
  outline: 0
}
.CalendarDay__defaultCursor {
  cursor: default
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__outside:hover {
  border: 0
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: top;
  caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.DayPickerNavigation {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation__bottom {
  height: auto
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: static;
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}
.DateInput__small {
  width: 97px
}
.DateInput__block {
  width: 100%
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2
}
.DateInput_fangShape {
  fill: #fff
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}
.DateRangePickerInput__disabled {
  background: #f2f2f2
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.DateRangePickerInput__rtl {
  direction: rtl
}
.DateRangePickerInput__block {
  display: block
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
  padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.DateRangePicker {
  position: relative;
  display: inline-block
}
.DateRangePicker__block {
  display: block
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.DateRangePicker_picker__rtl {
  direction: rtl
}
.DateRangePicker_picker__directionLeft {
  left: 0
}
.DateRangePicker_picker__directionRight {
  right: 0
}
.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.rc-time-picker {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker-clear {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 3px;
  margin: 0;
}
.rc-time-picker-clear-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  height: 20px;
  width: 20px;
  transition: color 0.3s ease;
}
.rc-time-picker-clear-icon:hover:after {
  color: #666;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-narrow {
  max-width: 113px;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}
.rc-time-picker-panel-select-active {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rc-time-picker-panel-select li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

*{box-sizing:border-box;margin:0px;font-family:'Poppins', sans-serif}*:focus{outline:none}a{text-decoration:none;color:inherit}input{margin:0}h1,h2,h3,h4,h5,h6{font-weight:500}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}.pageTitle{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000}.pageSubTitle{font-style:normal;font-weight:500;font-size:18px;line-height:27px;letter-spacing:0.207792px;color:#000000}.full{width:100% !important}.col{width:100%}.col.pd-1{padding:0 0.5rem}.col.col-1{max-width:8.333333333333333%}.col.col-2{max-width:16.66666666666667%}.col.col-3{max-width:25%}.col.col-4{max-width:33.33333333333333%}.col.col-5{max-width:41.66666666666667%}.col.col-6{max-width:50%}.col.col-7{max-width:58.33333333333334%}.col.col-8{max-width:66.66666666666667%}.col.col-9{max-width:75%}.col.col-10{max-width:83.33333333333333%}.col.col-11{max-width:91.66666666666666%}.col.col-12{max-width:100%}@media (min-width: 576px){.col.sm-1{max-width:8.333333333333333%}.col.sm-2{max-width:16.66666666666667%}.col.sm-3{max-width:25%}.col.sm-4{max-width:33.33333333333333%}.col.sm-5{max-width:41.66666666666667%}.col.sm-6{max-width:50%}.col.sm-7{max-width:58.33333333333334%}.col.sm-8{max-width:66.66666666666667%}.col.sm-9{max-width:75%}.col.sm-10{max-width:83.33333333333333%}.col.sm-11{max-width:91.66666666666666%}.col.sm-12{max-width:100%}}@media (min-width: 768px){.col.md-1{max-width:8.333333333333333%}.col.md-2{max-width:16.66666666666667%}.col.md-3{max-width:25%}.col.md-4{max-width:33.33333333333333%}.col.md-5{max-width:41.66666666666667%}.col.md-6{max-width:50%}.col.md-7{max-width:58.33333333333334%}.col.md-8{max-width:66.66666666666667%}.col.md-9{max-width:75%}.col.md-10{max-width:83.33333333333333%}.col.md-11{max-width:91.66666666666666%}.col.md-12{max-width:100%}}@media (min-width: 992px){.col.lg-1{max-width:8.333333333333333%}.col.lg-2{max-width:16.66666666666667%}.col.lg-3{max-width:25%}.col.lg-4{max-width:33.33333333333333%}.col.lg-5{max-width:41.66666666666667%}.col.lg-6{max-width:50%}.col.lg-7{max-width:58.33333333333334%}.col.lg-8{max-width:66.66666666666667%}.col.lg-9{max-width:75%}.col.lg-10{max-width:83.33333333333333%}.col.lg-11{max-width:91.66666666666666%}.col.lg-12{max-width:100%}}.row{display:flex;flex-wrap:wrap}.row.pd-1{margin:0 -0.5rem}.d-block{display:block}.d-inline-block{display:inline-block}.flex{display:flex !important}.displayFlexCol{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.flex-1{flex:1 1 !important}.justify-between{justify-content:space-between !important}.justify-start{justify-content:flex-start !important}.justify-end{justify-content:flex-end !important}.justify-center{justify-content:center !important}.items-center{align-items:center}.items-end{align-items:end}.items-start{align-items:start}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-relative{position:relative}.position-static{position:static}.w-100{width:100% !important}.h-100{height:100vh}.text-center{text-align:center !important}.p-0{padding:0 !important}.p-1{padding:1rem !important}.p-1-5{padding:1.5rem !important}.p-2{padding:2rem !important}.p-2-5{padding:2.5rem !important}.p-3{padding:3rem !important}.p-3-5{padding:3.5rem !important}.p-4{padding:4rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:1rem !important}.pb-1-5{padding-bottom:1.5rem !important}.pb-2{padding-bottom:2rem !important}.pb-2-5{padding-bottom:2.5rem !important}.pb-3{padding-bottom:3rem !important}.pb-3.5{padding-bottom:3.5rem !important}.pb-4{padding-bottom:4rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:1rem !important}.pt-1-5{padding-top:1.5rem !important}.pt-2{padding-top:2rem !important}.pt-2-5{padding-top:2.5rem !important}.pt-3{padding-top:3rem !important}.pt-3-5{padding-top:3.5rem !important}.pt-4{padding-top:4rem !important}.pr-0{padding-right:0 !important}.pr-1{padding-right:1rem !important}.pr-1-5{padding-right:1.5rem !important}.pr-2{padding-right:2rem !important}.pr-2-5{padding-right:2.5rem !important}.pr-3{padding-right:3rem !important}.pr-3-5{padding-right:3.5rem !important}.pr-4{padding-right:4rem !important}.pl-0{padding-left:0 !important}.pl-1{padding-left:1rem !important}.pl-1-5{padding-left:1.5rem !important}.pl-2{padding-left:2rem !important}.pl-2-5{padding-left:2.5rem !important}.pl-3{padding-left:3rem !important}.pl-3-5{padding-left:3.5rem !important}.pl-4{padding-left:4rem !important}.px-0{padding:0 0 !important}.px-1{padding:0 1rem !important}.px-1-5{padding:0 1.5rem !important}.px-2{padding:0 2rem !important}.px-2-5{padding:0 2.5rem !important}.px-3{padding:0 3rem !important}.px-3-5{padding:0 3.5rem !important}.px-4{padding:0 4rem !important}.py-0{padding:0 0 !important}.py-1{padding:1rem 0 !important}.py-1-5{padding:1.5rem 0 !important}.py-2{padding:2rem 0 !important}.py-2-5{padding:2.5rem 0 !important}.py-3{padding:3rem 0 !important}.py-3-5{padding:3.5rem 0 !important}.py-4{padding:4rem 0 !important}.m-auto{margin:auto !important}.m-0{margin:0 !important}.m-0-5{margin:0.5rem !important}.m-1{margin:1rem !important}.m-1-5{margin:1.5rem !important}.m-2{margin:2rem !important}.m-2-5{margin:2.5rem !important}.m-3{margin:3rem !important}.m-3-5{margin:3.5rem !important}.m-4{margin:4rem !important}.mb-auto{margin-bottom:auto !important}.mb-0{margin-bottom:0 !important}.mb-0-5{margin-bottom:0.5rem !important}.mb-1{margin-bottom:1rem !important}.mb-1-5{margin-bottom:1.5rem !important}.mb-2{margin-bottom:2rem !important}.mb-2-5{margin-bottom:2.5rem !important}.mb-3{margin-bottom:3rem !important}.mb-3-5{margin-bottom:3.5rem !important}.mb-4{margin-bottom:4rem !important}.mt-auto{margin-top:auto !important}.mt-0{margin-top:0 !important}.mt-0-5{margin-top:0.5rem !important}.mt-1{margin-top:1rem !important}.mt-1-5{margin-top:1.5rem !important}.mt-2{margin-top:2rem !important}.mt-2-5{margin-top:2.5rem !important}.mt-3{margin-top:3rem !important}.mt-3-5{margin-top:3.5rem !important}.mt-4{margin-top:4rem !important}.mr-auto{margin-right:auto !important}.mr-0{margin-right:0 !important}.mr-0-5{margin-right:0.5rem !important}.mr-1{margin-right:1rem !important}.mr-1-5{margin-right:1.5rem !important}.mr-2{margin-right:2rem !important}.mr-2-5{margin-right:2.5rem !important}.mr-3{margin-right:3rem !important}.mr-3-5{margin-right:3.5rem !important}.mr-4{margin-right:4rem !important}.ml-auto{margin-left:auto !important}.ml-0{margin-left:0 !important}.ml-0-5{margin-left:0.5rem !important}.ml-1{margin-left:1rem !important}.ml-1-5{margin-left:1.5rem !important}.ml-2{margin-left:2rem !important}.ml-2-5{margin-left:2.5rem !important}.ml-3{margin-left:3rem !important}.ml-3-5{margin-left:3.5rem !important}.ml-4{margin-left:4rem !important}.mx-0{margin:0 0 !important}.mx-0-5{margin:0 0.5rem !important}.mx-1{margin:0 1rem !important}.mx-1-5{margin:0 1.5rem !important}.mx-2{margin:0 2rem !important}.mx-2-5{margin:0 2.5rem !important}.mx-3{margin:0 3rem !important}.mx-3-5{margin:0 3.5rem !important}.mx-4{margin:0 4rem !important}.my-0{margin:0 0 !important}.my-1{margin:1rem 0 !important}.my-1-5{margin:1.5rem 0 !important}.my-2{margin:2rem 0 !important}.my-2-5{margin:2.5rem 0 !important}.my-3{margin:3rem 0 !important}.my-3-5{margin:3.5rem 0 !important}.my-4{margin:4rem 0 !important}.card,.memberFoodDetail>.headerCards>.card--large{background-color:white;border-radius:10px}.font-weight-bold{font-weight:bold}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.classPreview{width:345px;box-shadow:0px 0px 6px 0px rgba(0,0,0,0.5);display:flex;flex-direction:column}.classPreview__main{border-top-left-radius:20px;border-top-right-radius:20px;z-index:1;margin-top:-47px;min-height:500px;background-color:#ffffff;display:flex;flex-direction:column}.classPreview__main>div:nth-child(1){text-align:center}.classPreview__mainConsultation{margin-top:-47px;min-height:370px;background-color:#ffffff;display:flex;flex-direction:column}.classPreview__mainConsultation>div:nth-child(1){text-align:center}.classPreview__main__price{padding-left:16px;margin-bottom:27px}.classPreview__main__price>span:nth-child(1){font-weight:600;font-size:14px;line-height:14px;letter-spacing:0.03em;color:#17948C}.classPreview__main__price>span:nth-child(2){font-size:14px;line-height:24px;letter-spacing:0.03em;color:#828282}.classPreview__main__session{display:flex;margin-bottom:24px;padding:0 16px}.classPreview__main__session>div{border:1px solid #17948C;box-sizing:border-box;border-radius:20px;padding:10px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:12px;line-height:17px;display:flex;align-items:center;text-align:center;letter-spacing:0.01em;color:#17948C}.classPreview__main__session>div:not(:last-child){margin-right:15px}.classPreview__main__attendance{padding:0px 16px}.classPreview__main__attendance__header{display:flex;justify-content:space-between;margin-top:24px;margin-bottom:13px}.classPreview__main__attendance__header>span:nth-child(1){font-weight:500;font-size:14px;line-height:19px;letter-spacing:0.01em;color:#031615}.classPreview__main__attendance__header>span:nth-child(2){font-weight:500;font-size:14px;line-height:14px;letter-spacing:0.03em;color:#17948C}.classPreview__main__attendance__users{display:flex;align-items:center;margin-bottom:28px;flex-wrap:wrap}.classPreview__main__attendance__users>div{display:flex}.classPreview__main__attendance__users>div>img{width:32px;height:32px;border-radius:50%;object-fit:cover;margin-bottom:4px}.classPreview__main__attendance__users>div>img:last-child{margin-right:8px}.classPreview__main__attendance__users>div>img:not(:last-child){margin-right:-12px}.classPreview__main__attendance__users>div>span:nth-of-type(1){font-size:12px;line-height:17px;letter-spacing:0.01em;color:#262825;margin-right:10px}.classPreview__main__attendance__users>div>span:nth-of-type(2){font-size:12px;line-height:17px;letter-spacing:0.01em;color:#828282;white-space:nowrap}.classPreview__main__about{display:flex;flex-direction:column;padding:0 16px;margin-bottom:32px}.classPreview__main__about>span:nth-child(1){font-weight:500;font-size:14px;line-height:19px;letter-spacing:0.01em;color:#031615;margin-bottom:13px}.classPreview__main__about>span:nth-child(2){font-style:normal;font-weight:normal;font-size:12px;line-height:16px;color:#262825}.classPreview__main__trainer{display:flex;flex-direction:column;padding:16px;margin-bottom:32px}.classPreview__main__trainer>span{font-weight:500;font-size:14px;line-height:19px;letter-spacing:0.01em;color:#031615;margin-bottom:16px}.classPreview__main__trainer>div{display:flex;align-items:center}.classPreview__main__trainer>div img{width:53px;height:53px;border-radius:10px;object-fit:cover;margin-right:19px}.classPreview__main__trainer>div>div{display:flex;flex-direction:column}.classPreview__main__trainer>div>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.03em;color:#333333}.classPreview__main__trainer>div>div>span:nth-child(2){font-size:12px;line-height:17px;letter-spacing:0.03em;color:#333333;opacity:0.5}.classPreview__main__trainer>div>div:last-child{min-width:28px;flex-grow:1;align-items:flex-end}.classPreview__main__notes{display:flex;flex-direction:column;padding:0 16px;margin-bottom:32px}.classPreview__main__notes>span:nth-child(1){margin-bottom:16px;font-weight:500;font-size:14px;line-height:19px;letter-spacing:0.01em;color:#031615}.classPreview__main__notes>:nth-child(2){font-style:normal;font-weight:normal;font-size:12px;line-height:16px;color:#262825}.merchant-preview-content-title,.merchantPreview__main__about>span:nth-child(1),.merchantPreview__main__facilities>span:nth-child(1),.merchantPreview__main__review>span:nth-of-type(1),.merchantPreview__main__location>span:nth-of-type(1),.merchantPreview__main__trainer>span:nth-of-type(1),.merchantPreview__main__socialMedias>span:nth-of-type(1){font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;letter-spacing:0.01em;color:#031615}.merchant-preview-content-desc,.merchantPreview__main__about>span:nth-child(2),.merchantPreview__main__review__comment,.merchantPreview__main__review__totalReview,.merchantPreview__main__review__reviewer__data>div:nth-child(1)>span:nth-child(2),.merchantPreview__main__location>span:nth-of-type(2){font-size:12px;line-height:17px;letter-spacing:0.01em;color:#828282}.merchant-preview-padding-screen,.merchantPreview__main__star,.merchantPreview__main__name,.merchantPreview__main__address,.merchantPreview__main__sports,.merchantPreview__main__navigations,.merchantPreview__main__about,.merchantPreview__main__facilities,.merchantPreview__main__review,.merchantPreview__main__location,.merchantPreview__main__trainer,.merchantPreview__main__socialMedias{padding-left:16px;padding-right:16px}.merchant-preview-hr{border:#C4C4C4}.merchantPreview{width:345px;box-shadow:0px 0px 6px 0px rgba(0,0,0,0.5);display:flex;flex-direction:column}.merchantPreview__Image{width:100%;height:100%;object-fit:cover}.merchantPreview__header{display:flex;flex-direction:column}.merchantPreview__header__navigation{z-index:1;display:flex;width:100%;height:64px;padding:28px 16px 12px 16px;background:linear-gradient(180deg, rgba(0,0,0,0.3) -18.75%, rgba(0,0,0,0) 100%);justify-content:space-between}.merchantPreview__header__navigation>div>svg:nth-child(1){margin-right:24px}.merchantPreview__header__navigation svg path{fill:#ffffff}.merchantPreview__header__navigationConsultation{display:flex;width:100%;height:64px;padding:28px 16px 12px 16px;background:linear-gradient(180deg, rgba(0,0,0,0.3) -18.75%, rgba(0,0,0,0) 100%);justify-content:space-between}.merchantPreview__header__navigationConsultation>div>svg:nth-child(1){margin-right:24px}.merchantPreview__header__navigationConsultation svg path{fill:#ffffff}.merchantPreview__header__carousel--container{margin-top:-64px}.merchantPreview__header__carousel{width:375px;height:304px}.merchantPreview__header__carousel>img{height:100%;width:100%;object-fit:cover}.merchantPreview__main{border-top-left-radius:20px;border-top-right-radius:20px;z-index:1;margin-top:-47px;min-height:500px;background-color:#ffffff;display:flex;flex-direction:column}.merchantPreview__main>div:nth-child(1){text-align:center}.merchantPreview__main__star{display:flex;align-items:center;margin-bottom:16px}.merchantPreview__main__star>span{font-weight:500;font-size:12px;line-height:16px;color:#17948C;margin-left:14px}.merchantPreview__main__name{font-weight:600;font-size:21px;line-height:24px;letter-spacing:0.015em;color:#000000;margin-bottom:12px}.merchantPreview__main__address{display:flex;align-items:center;margin-bottom:22px}.merchantPreview__main__address>i{display:flex;align-items:center}.merchantPreview__main__address span{font-size:14px;line-height:19px;letter-spacing:0.01em;color:#828282}.merchantPreview__main__sports{overflow-x:auto;display:flex;margin-bottom:25px}.merchantPreview__main__sports>*:not(:first-child){margin-left:16px}.merchantPreview__main__sports span{padding:8px 12px;height:33px;background:#FFFFFF;border:1px solid #17948C;border-radius:22px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.merchantPreview__main__navigations{margin-top:21px;margin-bottom:31px}.merchantPreview__main__navigations div{border-bottom:1px solid #828282;display:flex;justify-content:space-between}.merchantPreview__main__navigations div>span{font-weight:600;font-size:14px;line-height:14px;display:flex;align-items:center;text-align:center;letter-spacing:0.03em;padding-bottom:11px;border-bottom:3px solid transparent}.merchantPreview__main__navigations div>span:nth-child(1){color:#17948C;border-bottom:3px solid #17948C}.merchantPreview__main__navigations div>span:nth-child(2),.merchantPreview__main__navigations div>span:nth-child(3){color:#828282}.merchantPreview__main__about{display:flex;flex-direction:column;margin-bottom:32px}.merchantPreview__main__about>span:nth-child(1){margin-bottom:8px}.merchantPreview__main__facilities{margin-bottom:32px}.merchantPreview__main__facilities ::-webkit-scrollbar-track{background-color:#eef0ee}.merchantPreview__main__facilities ::-webkit-scrollbar{width:8px;height:8px}.merchantPreview__main__facilities ::-webkit-scrollbar-thumb{border-radius:10px;background-color:#cecccc}.merchantPreview__main__facilities>span:nth-child(1){margin-bottom:20px}.merchantPreview__main__facilities>div{display:flex;overflow-x:auto;padding-bottom:8px}.merchantPreview__main__facility{display:flex;flex-direction:column;text-align:center;margin-right:20px}.merchantPreview__main__facility>div{width:70px;height:70px;border-radius:50%;border:1px solid #E0E0E0;display:flex;justify-content:center;align-items:center}.merchantPreview__main__facility>div>img{height:35px}.merchantPreview__main__facility>span{font-size:12px;line-height:17px;text-align:center;letter-spacing:0.01em;color:#828282}.merchantPreview__main__review{display:flex;flex-direction:column;margin-bottom:32px}.merchantPreview__main__review>span:nth-of-type(1){margin-bottom:14px}.merchantPreview__main__review__comment{margin-bottom:16px}.merchantPreview__main__review__totalReview{color:#17948C}.merchantPreview__main__review__reviewer{display:flex}.merchantPreview__main__review__reviewer>img{width:32px;height:32px;border-radius:50%;margin-right:18px}.merchantPreview__main__review__reviewer__data{display:flex;flex-grow:1;justify-content:space-between;margin-bottom:16px}.merchantPreview__main__review__reviewer__data>div:nth-child(1){display:flex;flex-direction:column}.merchantPreview__main__review__reviewer__data>div:nth-child(1)>span:nth-child(1){font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:4px}.merchantPreview__main__location{display:flex;flex-direction:column;margin-bottom:32px}.merchantPreview__main__location>span:nth-of-type(1){margin-bottom:5px}.merchantPreview__main__location>span:nth-of-type(2){margin-bottom:16px}.merchantPreview__main__location__map{height:142px;width:100%;padding:2px;border-radius:10px}.merchantPreview__main__trainer{margin-bottom:32px}.merchantPreview__main__socialMedias{margin-bottom:32px}.merchantPreview__main__socialMedias ::-webkit-scrollbar-track{background-color:#eef0ee}.merchantPreview__main__socialMedias ::-webkit-scrollbar{width:8px;height:8px}.merchantPreview__main__socialMedias ::-webkit-scrollbar-thumb{border-radius:10px;background-color:#cecccc}.merchantPreview__main__socialMedias>span:nth-of-type(1){margin-bottom:14px}.merchantPreview__main__socialMedias__socialMedia{display:flex;overflow-x:auto;padding-bottom:8px}.merchantPreview__main__socialMedias__socialMedia__link{display:flex;align-items:center;background:#FFFFFF;padding:8.5px 8px;border:1px solid #17948C;border-radius:22px;margin-right:14px}.merchantPreview__main__socialMedias__socialMedia__link>i{display:flex;align-items:center}.merchantPreview__main__socialMedias__socialMedia__link>span{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;margin-left:4px}.tableDashboard{background-color:#fff;border-radius:10px}.tableDashboard__navigations{display:flex;flex-direction:row;align-items:center}@media only screen and (max-width: 961px){.tableDashboard__navigations{overflow-x:scroll}}.topContainer{margin-top:12px}.tableDashboard__navigation,.tableDashboard__navigation--active{white-space:nowrap;padding:18px 50px;color:rgba(79,79,79,0.3);border-bottom:5px solid transparent;font-weight:600;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.342857px;text-transform:uppercase}.tableDashboard__date-state{display:flex}.tableDashboard__date-state__btn,.tableDashboard__date-state__btn--active{background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:8px 12px;cursor:pointer}.tableDashboard__date-state__btn:hover,.tableDashboard__date-state__btn--active:hover{background:#17948C;color:#fff}.tableDashboard__date-state__btn:not(:first-child),.tableDashboard__date-state__btn--active:not(:first-child){margin-left:16px}.tableDashboard__date-state .typeBasic{background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:8px;font-style:normal;font-weight:normal;font-size:12px;line-height:10px;letter-spacing:0.01em;color:#17948C;padding:8px 12px}.tableDashboard__date-state .typePremium{background:#FFFFFF;border:1px solid #f6c573;box-sizing:border-box;border-radius:8px;font-style:normal;font-weight:normal;font-size:12px;line-height:10px;letter-spacing:0.01em;color:#f6c573;padding:8px 12px}.tableDashboard__date-state__btn--active{background:#17948C;color:#fff}.tableDashboard__navigation--active{border-bottom:5px solid #17948C;color:#17948C !important}.tableDashboard__content__navigation{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid #E4E7E7;margin-bottom:10px;text-transform:uppercase}@media only screen and (max-width: 961px){.tableDashboard__content__navigation{overflow-x:scroll}}.tableDashboard__content__navigation>a{white-space:nowrap;font-weight:bold;font-size:16px;padding:18px 50px;color:rgba(79,79,79,0.3)}.tableDashboard__content__navigation--active{border-bottom:5px solid #17948C;color:#17948C !important;text-transform:uppercase}.listInformation{border-collapse:collapse;min-width:100%}.listInformation table{width:100%}.listInformation th{padding:20px 5px;border-top:1px solid #E4E7E7;text-align:left}.listInformation th{border-bottom:1px solid #C9CFCE;color:#031615;font-weight:500;font-size:10px;letter-spacing:0.181818px;text-transform:uppercase}.listInformation thead th,.listInformation tbody td{padding:12px 8px}.listInformation td{border-bottom:1px solid #E4E7E7;font-size:12px;font-weight:500;word-wrap:break-word}.listInformation td .smallText{font-size:10px;color:#4F4F4F}.listInformation__filtered{display:flex;align-items:center;padding:6px 5px}.listInformation__filtered__data{font-weight:600;font-size:10px;color:#4F4F4F}.listInformation__filtered__filter{display:flex;align-items:center;font-weight:500;font-size:10px;color:#66D67B;margin-left:8px}.listInformation__filtered__closeFilter{margin-left:8px;cursor:pointer}.listInformation--empty-state{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px}.listInformation--empty-state>img{width:150px;height:150px}.listInformation--empty-state>div:nth-of-type(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.listInformation--empty-state>div:nth-of-type(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.merchantDetailTable{padding:10px 18px 0}.merchantDetailTable svg{cursor:pointer}.merchantDetailTable td{vertical-align:top}.merchantDetailTable__header{display:flex;align-items:center;background:#E4E7E7;padding:14px 13px}.merchantDetailTable__header__title{font-style:normal;font-weight:600;font-size:20px;line-height:30px;letter-spacing:0.181818px;color:#1C1C1C;text-transform:uppercase;flex:1 1}.merchantDetailTable__header__action{display:flex;align-items:center}.merchantDetailTable__header__action>a:not(:first-child){margin-left:16px}.merchantDetailTable__header__action__button{display:flex;align-items:center;background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;padding:9px 8px;cursor:pointer}.merchantDetailTable__header__action__button>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;border:none;background-color:transparent;cursor:pointer}.merchantDetailTable__action{background:#FFFFFF;padding:24px 11px;margin-top:20px}.merchantDetailTable__action__btn,.merchantDetailTable__action__btn--active{background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:8px 12px;cursor:pointer}.merchantDetailTable__action__btn:hover,.merchantDetailTable__action__btn--active:hover{background:#17948C;color:#fff}.merchantDetailTable__action__btn:not(:first-child),.merchantDetailTable__action__btn--active:not(:first-child){margin-left:16px}.merchantDetailTable__action__btn--active{background:#17948C;color:#fff}.merchantDetailTable__action.classDetail{margin-top:0}.merchantDetailTable__dates{display:flex;align-items:center;padding:20px 16px 0}.merchantDetailTable__dates>div{display:flex;align-items:center;border:1px solid #828282;box-sizing:border-box;border-radius:8px;padding:5px 8px;cursor:pointer}.merchantDetailTable__dates>span{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.181818px;color:#031615;text-transform:uppercase;margin:0 18px}.merchantDetailTable__dates>svg{cursor:pointer;margin-right:6px}.merchantDetailTable__dates>button{margin-left:18px;background:#17948C;border-radius:10px;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.342857px;color:#FFFFFF;border:none;padding:6px 8px;text-transform:uppercase;cursor:pointer}.tableData__text{font-size:12px;line-height:18px;letter-spacing:0.3px;color:#828282;word-wrap:break-word}.tableData__text .title{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#4F4F4F}.tableData__text .textCenter{text-align:center}.tableData__text .nowrap{white-space:nowrap}.tableData__text .ellipsis{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tableData__text .maxWidth{max-width:10rem}.tableData__filter>td>div{display:flex;align-items:center}.tableData__filter>td>div>div{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F;margin-right:24px}.tableData__filter>td>div>div>span{font-weight:600}.tableData__filter>td>div>span{font-style:normal;font-weight:500;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#66D67B;margin-right:8px}.tableData__filter>td>div>svg{cursor:pointer}.tableData__custom__dates{min-width:10rem}.tableData__custom__rating>div{min-width:-webkit-max-content;min-width:max-content}.tableData__custom__review{text-align:left;min-width:25rem}.tableData__custom__title>div:nth-child(1){font-weight:600;color:#4F4F4F}.tableData__custom__offerType{text-transform:capitalize}.tableData__custom__classType__true{background:rgba(31,120,153,0.3);border-radius:5px;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.155844px;color:#000000;vertical-align:middle !important}.tableData__custom__classType__false{background:rgba(235,87,87,0.3);border-radius:5px;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.155844px;color:#000000;vertical-align:middle !important}.tableData__custom__statusGuest{border-radius:8px;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF;text-transform:capitalize;padding:2px 8px}.statusCancelled{background:#8F2D56}.statusConfirmed{background:#335C67}.statusFinished{background:#46AC89}.statusRejected{background:#A30015}.statusPending{background:#E0CA3C}.statusPublished{background:#46AC89}.statusUnpublished{background:#BDBDBD}.table{display:grid;grid-row-gap:6px;row-gap:6px;width:100%}.table__header{color:#031615;font-weight:500;font-size:10px;letter-spacing:0.181818px;margin:auto;text-align:center;text-transform:uppercase;border-bottom:1px solid #C9CFCE;border-top:1px solid #E4E7E7;width:100%;padding:12px 10px}.table__body{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;width:100%;text-align:center;border-bottom:1px solid #E4E7E7;padding:12px 10px}.table__body.--title{margin:0;text-align:left}.table__body.--action{position:relative}.table__body.empty{padding:0}.css-0{margin:auto}.merchantDetail__package.table{grid-template-columns:1fr 4fr 2fr 1fr 1fr 2fr 1fr 1fr 1fr}.merchantDetail__package.table__loader{display:grid;grid-template-columns:1fr 4fr 2fr 1fr 1fr 2fr 1fr 1fr 1fr}.merchantDetail__review.table{grid-template-columns:0.5fr 3fr 1fr 1fr 1fr 4fr 1fr}.merchantDetail__review.table__loader{display:grid;grid-template-columns:0.5fr 3fr 1fr 1fr 1fr 4fr 1fr}.merchantDetail__course.table{grid-template-columns:0.5fr 3fr 3fr 1fr 1fr}.merchantDetail__course.table__loader{display:grid;grid-template-columns:0.5fr 3fr 1fr 1fr}.merchantDetail__course>div{height:100%}.merchantDetail__course>.table__header{display:flex;align-items:center;justify-content:center}.bigCardSection{background-color:#ffffff;border-radius:10px}.twoCards{display:flex;align-items:center;width:100%}.twoCards>div:not(:first-child){margin-left:50px}.twoCards>div{min-height:25rem;width:100%}.oneCard{width:100%}.secondColumn{margin-top:16px}.modalContainer{position:absolute}.modalOverley{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(38,40,37,0.185);z-index:99}.modalOverleyCenter{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:rgba(38,40,37,0.185);z-index:99}.modalRight{position:fixed;right:0;min-height:100vh;height:100vh;width:800px;overflow-y:auto;display:flex;flex-direction:column;overflow-y:auto}.modalRight>div{padding:28px}.modalRight>div:last-child{flex-grow:1}.modalRight>div:nth-child(1){background-color:#262825;color:#fff}.modalRight>div:nth-child(2){background-color:#F6F6F6}.modalRight>div:nth-child(3){background-color:#1F7899}@media only screen and (max-width: 961px){.modalRight{width:90vw;left:5vw;top:90px;min-height:85vh;height:85vh;overflow-y:auto}}.modalFilter{width:700px}@media screen and (max-width: 700px){.modalFilter{width:100%}}.modalFilter .header{background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;padding:10px;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.modalFilter .header .title{font-style:normal;font-weight:500;font-size:24px;line-height:28px;text-align:center;letter-spacing:0.181818px;color:#000000}.modalFilter .header svg{position:absolute;cursor:pointer;right:.5rem}.modalFilter .container{width:100%;min-height:300px;max-height:80vh;overflow-x:auto;background:#E4E7E7;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);border-radius:0 0 10px 10px;padding:24px 28px}.modalFilter .container::-webkit-scrollbar{width:15px;background-color:transparent}.modalFilter .container::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#FAFAFA}.modalFilter .container::-webkit-scrollbar-button{width:0;height:0;display:none}.modalFilter .container::-webkit-scrollbar-corner{background-color:transparent}.modalFilter .container .alignSelf{align-items:flex-start !important}.modalFilter .container>.content>.title{text-align:center;margin-bottom:1rem;font-style:normal;font-weight:500;font-size:16px;line-height:27px;letter-spacing:0.181818px;color:#000000}.modalFilter .container .wrapper{display:flex;align-items:center;padding-bottom:19px;width:100%}.modalFilter .container .wrapper>.title{font-style:normal;font-weight:500;font-size:16px;line-height:27px;letter-spacing:0.181818px;color:#000000;flex:1 1;margin-right:1rem}.modalFilter .container .wrapper span{margin:0 7px;font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.181818px;color:#000000}.modalFilter .container .wrapper .date{display:flex;align-items:center;width:23.5%;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.modalFilter .container .wrapper .date .title{font-style:normal;font-weight:normal;font-size:14px;line-height:17px;align-items:center;letter-spacing:0.01em;color:#17948C;padding:14px 8px 14px 4px;border-left:1px solid #C9CFCE}.modalFilter .container .wrapper .date svg{margin:0 10px}.modalFilter .container .wrapper .date svg path{fill:#17948C}.modalFilter .container .wrapper .text,.modalFilter .container .wrapper .dropdown{background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px;width:500px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C}.modalFilter .container .wrapper .text input,.modalFilter .container .wrapper .dropdown input{border:none;background:transparent;width:100%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C}.modalFilter .container .wrapper .dropdown{cursor:pointer}.modalFilter .container .wrapper .dropdown svg{margin-left:auto}.modalFilter .container .wrapper .dropdown svg path{fill:#17948C}.modalFilter .container .wrapper .radioButtonContainer .radioButton{display:flex;align-items:center}.modalFilter .container .wrapper .radioButtonContainer .radioButton .radioWrapper{display:flex;align-items:center}.modalFilter .container .wrapper .radioButtonContainer .radioButton .radioWrapper svg{cursor:pointer}.modalFilter .container .wrapper .radioButtonContainer .radioButton .radioWrapper .title{font-style:normal;font-weight:500;font-size:13px;line-height:19px;letter-spacing:0.415584px;color:#626262;margin-left:8px;padding-right:24px}.modalFilter .container .wrapper .radioButtonContainer .radioButtonContent{display:flex;align-items:center;margin-top:24px}.modalFilter .container .wrapper .radioButtonContainer .radioButtonContent .time{display:flex;align-items:center;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.modalFilter .container .wrapper .radioButtonContainer .radioButtonContent .time>.title{border-radius:10px 0 0 10px;background:#F2F3F3;font-style:normal;font-weight:normal;font-size:13px;line-height:19px;display:flex;align-items:center;letter-spacing:0.415584px;color:#17948C;padding:11px 9px;border-right:1px solid #C9CFCE}.modalFilter .container .wrapper .radioButtonContainer .radioButtonContent .time svg{margin:0 15px}.modalFilter .container .action{display:flex;align-items:center;justify-content:flex-end}.modalFilter .container .action button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:10px 25px;margin-left:12px;cursor:pointer;font-style:normal;font-weight:normal;font-size:16px;line-height:17px;align-items:center;letter-spacing:0.01em;color:#17948C;background:#FAFAFA}.modalFilter .container .action button:last-of-type{color:#FAFAFA;background:#17948C}.filterStatusModal__dropdown{display:flex;align-items:center;justify-content:space-between;position:relative;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:10px;width:50%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.filterStatusModal__dropdown svg path{fill:#17948C}.filterStatusModal__option{position:absolute;top:3.5rem;left:0;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:10px;width:100%;max-height:9.5rem;overflow-x:auto;cursor:pointer}.filterStatusModal__option::-webkit-scrollbar{width:15px;background-color:transparent}.filterStatusModal__option::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#FAFAFA}.filterStatusModal__option::-webkit-scrollbar-button{width:0;height:0;display:none}.filterStatusModal__option::-webkit-scrollbar-corner{background-color:transparent}.filterStatusModal__option>div{padding:5px}.modal{position:absolute}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:rgba(38,40,37,0.185);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:99999}.detailAsScreen{margin-top:24px;display:flex;flex-direction:column}.detailAsScreen>div{padding:28px}.detailAsScreen>div:first-child{border-top-left-radius:15px;border-top-right-radius:15px}.detailAsScreen>div:last-child{flex-grow:1;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.detailAsScreen>div:nth-child(1){background-color:#262825;color:#fff}.detailAsScreen>div:nth-child(2){background-color:#F6F6F6}.detailAsScreen>div:nth-child(3){background-color:#1F7899}@media only screen and (max-width: 961px){.detailAsScreen{width:90vw;left:5vw;top:90px;min-height:85vh;height:85vh;overflow-y:auto}}.buttonOntableStretch,.buttonOntableForIcon,.buttonOntable{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:5px;min-width:52px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:32px;font-size:14px;padding:0px 4px}.buttonOntableForIcon{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center}.buttonOntable{width:100px}.cursorPointer{cursor:pointer}.buttonYellow{background-color:#FFCC60}.buttonRed{background-color:#D0021B}.buttonGreen{background-color:#66d67b}.buttonWhite{background-color:#fff;border:1px solid #D3D3D3}.btn-sml,.btn-sml--primary,.btn-sml--success{cursor:pointer;white-space:nowrap;min-width:79px;height:34px;border-radius:10px}.btn-sml--primary{border:1px solid #17948C;background-color:#fff;color:#17948C}.btn-sml--success{border:none;background-color:#17948C;color:#fff}.exports{display:flex;justify-content:flex-end}.exports button{background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;padding:6px 32px;margin-bottom:18px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA}.btn{padding:0.5rem 1.25rem;background-color:#ececec;color:#666666;font-weight:500;border-radius:8px;border:1px solid #bbbbbb;cursor:pointer}.btn.btn-main{background-color:#17948C;border:1px solid #17948C;color:white}.btn.btn-main:hover{background:#12837b;border:1px solid #12837b}.btn.btn-red{background-color:#D0021B;border:1px solid #D0021B;color:white}.btn.btn-red:hover{background:#b30015;border:1px solid #b30015}.btn.btn-white{background-color:white;border:1px solid white}.btn.btn-white:hover{background:#ececec;border:1px solid #ececec}.btn-reset{background-color:transparent;border:none;padding:5px;cursor:pointer}.labelOntable{display:flex;justify-content:center;align-items:center}.labelOntable span{display:flex;justify-content:center;align-items:center;padding:1px 6px;border-radius:5px;height:32px;width:100px}.labelOnModal span{display:flex;justify-content:center;align-items:center;width:100%;height:26px;margin:7px 0;border-radius:5px;padding:0 8px;text-align:center;color:#fff;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.breadcrumb{color:#798685}.navigations{display:flex;border-bottom:1px solid #E4E7E7;overflow-x:auto}.navigation{white-space:nowrap;font-size:16px;font-weight:600;padding:7px 50px;color:rgba(79,79,79,0.3)}.navigation--active{margin-right:10px;border-bottom:4px solid #17948C;color:#17948C !important}.basicStylingInput,.input,.inputSplited--right,.textarea,.selectCss,.selectCss--stretch,.customSelect,.inputSplited{background:transparent;color:#17948C;font-size:12px;line-height:17px;letter-spacing:0.01em}.input,.inputSplited--right{width:343px;padding:14px 16px;border:none;background:#F2F3F3}.input--bordered{border:1px solid #C9CFCE;border-radius:10px}.input--full{width:100%}.textarea{min-width:343px;min-height:170px;padding:14px 16px}.selectCss,.selectCss--stretch{display:block;-moz-appearance:none;-webkit-appearance:none;background-image:url(/static/media/arrow-down.4000d30aa7d0762950b6.svg);border-radius:10px;background-repeat:no-repeat, repeat;background-position:right .7em top 50%, 0 0;padding:14px 16px}.selectCss--stretch{background-color:#F2F3F3;width:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgB7ZAxCsJAEEVnJlimVHIMj2CjIFh4A72ApbWx1UAKibWXEEEbbxC8gaUHSJuM2QUlCdlkt58Hyxb/7/87AyAIQifDOB73epJDp4dMwiiJdjTI0+AcrYzhpUZMqfI6F1DBqG4u4NJWosNLreptwzMJ2e3x9OdTBMQJMCz9xeydXe+vZjgy7z+bbWjKMTb/CE7HkBH1CpBgnesf24VbFTRL/g8twhUeWFBbl0O4M2oSdUAQBCe+5gdJwDMzYIEAAAAASUVORK5CYII=);border:1px solid #C9CFCE}.customSelect{background-color:#F2F3F3;padding:14px 16px;border:1px solid #C9CFCE;border-radius:10px;position:relative}.customSelect input{border:none;background:transparent;padding:0;width:100%;color:#17948C !important}.customSelect input::-webkit-input-placeholder{color:#17948c !important}.customSelect input:-ms-input-placeholder{color:#17948c !important}.customSelect input::placeholder{color:#17948c !important}.customSelect button{border:none;outline:none;background-color:none;font-size:10px;position:absolute;top:50%;right:14px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#17948C !important}.customSelect .loader{position:absolute;top:50%;right:50px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#17948C !important}.customSelect .suggestions{position:absolute;width:100%;height:100px;overflow:auto;padding:0.5rem 0;background-color:white;top:calc(100% + 0.5rem);left:0;border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,0.2)}.customSelect .suggestions__item{padding:0.3rem 1rem;cursor:pointer}.customSelect .suggestions__item:hover{background-color:#ececec}.selectCss--emptyState{background-color:#d6d6d6;color:#505050}.inputSplited{display:flex;width:343px}.inputSplited--left{background-color:#fff;border-radius:10px;border-right:1px solid #C9CFCE;padding:14px 16px}.inputSplited--right{border:none}.capsule{padding:8px 12px;background:#FFFFFF;border:1px solid #17948C;border-radius:22px}.customeCheckbox{display:block;position:relative;cursor:pointer;font-size:22px;line-height:24px;height:16px;width:16px;clear:both}.customeCheckbox input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:0px;left:0px;height:16px;width:16px;background-color:#fff;border-radius:3px;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;border:1px solid #66D67B}.customeCheckbox input:checked ~ .checkmark{background-color:#66D67B;border-radius:5px;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);opacity:1;border:1px solid #66D67B}.checkmark:after{position:absolute;content:"";left:2px;top:2px;height:0px;width:0px;border-radius:5px;border:solid #009bff;border-width:0 3px 3px 0;-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0);opacity:1;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out}.customeCheckbox input:checked ~ .checkmark:after{-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1);opacity:1;left:3.5px;top:0.5px;width:4px;height:8px;border:1px solid #fff;border-width:0 2.5px 2.5px 0;background-color:transparent;border-radius:0}.checkmark::before{position:absolute;content:"";left:10px;top:10px;width:0px;height:0px;border-radius:5px;border:3px solid #66D67B;-webkit-transform:scale(0);transform:scale(0)}.customeCheckbox input:checked ~ .checkmark::before{left:-3px;top:-3px;width:24px;height:24px;border-radius:5px;-webkit-transform:scale(3);transform:scale(3);opacity:0;z-index:999;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out}.customeCheckbox .checkmark:after{left:5.5px;top:1.5px;width:4px;height:8px;border:solid white;border-width:0 2.5px 2.5px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.start--unknown{font-size:10px;line-height:15px;letter-spacing:0.155844px;font-weight:normal;white-space:nowrap;background:#0E5854;color:#ffffff}.status--reject{font-size:10px;line-height:15px;letter-spacing:0.155844px;font-weight:normal;white-space:nowrap;background-color:#A30015;color:#ffffff}.status--cancel{font-size:10px;line-height:15px;letter-spacing:0.155844px;font-weight:normal;white-space:nowrap;background-color:#8F2D56;color:#ffffff}.status--pending{font-size:10px;line-height:15px;letter-spacing:0.155844px;font-weight:normal;white-space:nowrap;background-color:#E0CA3C;color:#ffffff}.status--confirmed{font-size:10px;line-height:15px;letter-spacing:0.155844px;font-weight:normal;white-space:nowrap;background-color:#335C67;color:#ffffff}.status--active{font-size:10px;line-height:15px;letter-spacing:0.155844px;font-weight:normal;white-space:nowrap;background-color:#46AC89;color:#ffffff}.status--expired{font-size:10px;line-height:15px;letter-spacing:0.155844px;font-weight:normal;white-space:nowrap;background:#495050;color:#ffffff}.layoutDashboard__header{width:100%;height:80px;padding:21px 20px 21px 20px;background-color:#ffffff;position:fixed;top:0;z-index:90;display:flex;justify-content:space-between;align-items:center;box-shadow:0px -5px 20px rgba(128,128,128,0.5)}.layoutDashboard__header__leftSide{display:flex;align-items:center}.layoutDashboard__header__leftSide img{margin-right:62px}@media only screen and (max-width: 961px){.layoutDashboard__header__leftSide img{display:none}}.layoutDashboard__header__rightSide{display:flex;align-items:center}.layoutDashboard__header__rightSide>div:not(:last-child){margin-right:15px}.layoutDashboard__header__rightSide .layoutDashboard__header__rightSide__name{display:flex;flex-direction:column;text-align:end}.layoutDashboard__header__rightSide img{-webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);width:30.7pt;height:37.6pt;object-fit:cover;border-radius:12px}.layoutDashboard__header__rightSide__notification{display:flex}.layoutDashboard__header__rightSide__notification>i svg{width:40px;height:40px}.layoutDashboard__header__rightSide__notification>span{height:23px;width:23px;border-radius:23px;background-color:#e44d60;color:#ffffff;margin:-4px 0px 0px -16px;display:flex;align-items:center;justify-content:center}.contentLayoutHome{display:flex;margin-top:80px;min-height:calc(100vh - 80px)}.mainContent{background-color:#F2F3F3;margin-left:230px;font-size:0.875rem;min-height:calc(100vh - 80px);width:calc(100% - 230px)}.layoutDashboard__sidebar{position:fixed;z-index:600;color:#fff;height:100vh;display:flex;flex:1 1}.layoutDashboard__sidebar ::-webkit-scrollbar-track{background-color:#eef0ee}.layoutDashboard__sidebar ::-webkit-scrollbar{width:12px}.layoutDashboard__sidebar ::-webkit-scrollbar-thumb{border-radius:10px;background-color:#cecccc}.layoutDashboard__sidebar__innerScroll{display:flex;flex-direction:column;width:230px;overflow-y:auto;background-color:#0F0F0F}.layoutDashboard__sidebar__innerScroll__topSide{background-color:#031615;display:flex;flex-direction:column;flex:1 1}.layoutDashboard__sidebar__innerScroll__bottomSide{background-color:#031615;padding-bottom:24px;margin-bottom:80px}.layoutDashboard__sidebar__mainNav{display:flex;justify-content:center;flex-direction:column}.layoutDashboard__sidebar__mainNav>:nth-child(1){padding:16px 25px;display:flex;align-items:center;color:#F2F3F3}.layoutDashboard__sidebar__mainNav>:nth-child(1) i{margin-right:14px}.layoutDashboard__sidebar__mainNav>:nth-child(1) span{font-weight:300;font-size:16px}.layoutDashboard__sidebar__mainNav>:nth-child(1) svg path{fill:#fff}.layoutDashboard__sidebar__mainNav--active>:nth-child(1){border-left:5px solid #66d67b;color:#66d67b}.layoutDashboard__sidebar__mainNav--active>:nth-child(1) span{font-weight:500}.layoutDashboard__sidebar__mainNav--active>:nth-child(1) svg path{fill:#66d67b}.layoutDashboard__sidebar__subNav>div{display:flex;align-items:center;margin-left:71px;font-size:14px;color:rgba(251,254,254,0.5);padding:16px 0}.layoutDashboard__sidebar__subNav--active{background:#000000}.layoutDashboard__sidebar__subNav--active>div{color:#fff;font-weight:500}.modal-account{margin-top:50px;margin-right:40px;padding:10px !important;border-radius:10px;align-items:flex-start;justify-content:flex-start}.modal-account>div{width:100%;padding:10px;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.modal-account>div:not(:last-child){margin-bottom:0px !important;border-bottom:1px solid #ddd}.modal-account>div:hover{background-color:#ddd}.modal-account .active-role{color:#66d67b}.modal-role{position:absolute;top:64% !important;right:16% !important;padding:10px !important;border-radius:10px}.modal-role>div{width:100%;padding:10px;border-radius:10px;margin-bottom:5px;display:flex;justify-content:space-between;align-items:center}.modal-role>div:not(:last-child){margin-bottom:5px !important;border-bottom:1px solid #ddd}.modal-role>div:hover{background-color:#ddd}.modal-role .active-role{color:#66d67b}.actionModalContent{width:100%;padding:10px;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.search{position:relative;background:#F7F8F8;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;overflow:hidden;width:25%;display:flex;align-items:center}.search input{width:100%;flex:1 1;background:none;border:none;padding:8px 14px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C}.search input::-webkit-input-placeholder{color:#17948C}.search input:-ms-input-placeholder{color:#17948C}.search input::placeholder{color:#17948C}.search>svg{position:absolute;right:0.5rem;width:20px;height:20px}.search>svg path{fill:#828282}.search button{background-color:transparent;border:none;display:flex;align-items:center;justify-content:center}.search button>svg{width:20px;height:20px}.search button>svg path{fill:#828282}.flexCenter{display:flex;align-items:center}.radio-button{cursor:pointer}.radio-button--circle{width:1rem;height:1rem;border-radius:50%;border:1px solid #000;background-color:transparent;margin-right:0.5rem}.radio-button--active{background-color:#fafafa;position:relative}.radio-button--active::after{content:'';width:0.75rem;height:0.75rem;border-radius:50%;background-color:#17948C;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:5}.radio-button--text{font-weight:normal;font-size:14px;line-height:14px;letter-spacing:0.01em;color:#000}.radio-button__btn:not(:last-of-type){margin-right:1rem}.select_cards{background:#FFFFFF;border-radius:10px;padding:32px}.stats__card{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px;height:134px;margin:0 0.5rem;display:flex;flex-direction:column;color:#1C1C1C}.stats__card>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px}.stats__card>span:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;flex-grow:1;margin-bottom:20px}.stats__card:first-child{margin-left:0}.stats__card:last-child{margin-right:0}.alert-toaster{padding:16px;background:#FFFFFF;border-radius:10px;background:#FFFFFF;box-shadow:0px 0px 4px rgba(0,0,0,0.2),0px 2px 20px rgba(0,0,0,0.1);position:relative}@media (max-width: 767px){.alert-toaster{max-width:300px;font-size:12px;line-height:22px;letter-spacing:0.03em}}@media (min-width: 768px){.alert-toaster{min-width:400px;font-size:14px;line-height:24px;letter-spacing:0.03em}}.alert-toaster__content{padding-right:24px;display:flex;flex:1 1}.alert-toaster__content>img{width:61px;height:61px;margin-right:32px;align-self:center}.alert-toaster__content>div{display:flex;flex-direction:column}.alert-toaster__content>div span{margin-bottom:8px}.alert-toaster>svg{position:absolute;top:16px;right:16px;cursor:pointer}.alert-toaster__content__desc--info>span{color:#031615}.alert-toaster__content__desc--info b{color:#031615}.alert-toaster__content__desc--success>span{color:#17948C}.alert-toaster__content__desc--success b{color:#031615}.alert-toaster__content__desc--warning>span,.alert-toaster__content__desc--failed>span{color:#EB5757}.alert-toaster__content__desc--warning>b,.alert-toaster__content__desc--failed>b{color:#031615}.alert-button{cursor:pointer;background:none;border:1px solid #cacaca;padding:8px;border-radius:8px;color:#484848 !important;text-decoration:none;font-weight:600;text-align:center;margin-top:16px;display:block;width:100%}.CalendarDay{padding:5px}.SingleDatePicker_1{width:100%}.SingleDatePickerInput{border:none;background-color:transparent;margin:0;flex-grow:1;width:100% !important}.SingleDatePickerInput .DateInput_1{background-color:transparent;margin:0;width:100% !important}.SingleDatePickerInput .DateInput_input{cursor:pointer !important;background-color:transparent;padding:0;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.181818px;color:#031615;text-align:left}.DateRangePickerInput{background:none;border:none;font-weight:500;font-size:14px;line-height:21px;color:#031615}.DateRangePickerInput .DateRangePickerInput_arrow:after{content:"TO";margin-right:10px}.DateRangePickerInput .DateRangePickerInput_arrow svg{display:none}.DateRangePickerInput .DateInput{background:none}.DateRangePickerInput .DateInput:first-child{margin-right:10px}.DateRangePickerInput .DateInput_input{background-color:white;border:1px solid #828282;border-radius:8px;padding:5px 8px;font-weight:500;font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#031615;text-align:center}.react-toggle{touch-action:pan-x;display:inline-block;position:relative;cursor:pointer;background-color:transparent;border:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.react-toggle-screenreader-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:0.5;transition:opacity 0.25s}.react-toggle-track{width:50px;height:24px;padding:0;border-radius:30px;background-color:#4D4D4D;transition:all 0.2s ease}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000000}.react-toggle--checked .react-toggle-track{background-color:#19AB27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128D15}.react-toggle-track-check{position:absolute;width:14px;height:10px;top:0px;bottom:0px;margin-top:auto;margin-bottom:auto;line-height:0;left:8px;opacity:0;transition:opacity 0.25s ease}.react-toggle--checked .react-toggle-track-check{opacity:1;transition:opacity 0.25s ease}.react-toggle-track-x{position:absolute;width:10px;height:10px;top:0px;bottom:0px;margin-top:auto;margin-bottom:auto;line-height:0;right:10px;opacity:1;transition:opacity 0.25s ease}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;position:absolute;top:1px;left:1px;width:22px;height:22px;border:1px solid #4D4D4D;border-radius:50%;background-color:#FAFAFA;box-sizing:border-box;transition:all 0.25s ease}.react-toggle--checked .react-toggle-thumb{left:27px;border-color:#19AB27}.react-toggle--focus .react-toggle-thumb{box-shadow:0px 0px 2px 3px #0099E0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0px 0px 5px 5px #0099E0}.dashboardMerchant{display:flex;justify-content:space-between;padding:10px 18px 0}.dashboardMerchant__cards{flex-basis:32%}.dashboardMerchant__cards__header{background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;padding:13px 16px}.dashboardMerchant__cards__header>div:nth-child(1){font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:11px}.dashboardMerchant__cards__header>div:nth-child(2){display:flex;justify-content:space-between}.dashboardMerchant__cards__header>div:nth-child(2)>button{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;padding:8px 12px;cursor:pointer}.dashboardMerchant__cards__content{background:#E4E7E7;border:1px solid #E4E7E7;border-radius:0 0 10px 10px;padding:20px 21px}.dashboardMerchant__cards__content>div:not(:last-child){margin-bottom:16px}.dashboardMerchant__cards__content__container{background-color:transparent}.dashboardMerchant__cards__content__container>div:nth-child(1){display:flex;justify-content:space-between;align-items:center}.dashboardMerchant__cards__content__container>div:nth-child(1)>div:nth-child(1){font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#798685}.dashboardMerchant__cards__content__container>div:nth-child(1)>div:nth-child(2){font-style:normal;font-weight:500;font-size:14px;line-height:14px;letter-spacing:0.01em;color:#798685}.dashboardMerchant__cards__content__wrapper>div:not(:last-child){margin-bottom:16px}.dashboardMerchant__cards__content__card.package{height:135px;background:#FFFFFF}.dashboardMerchant__cards__content__card.package>div:nth-child(1)>img{height:133px;position:absolute;border-radius:10px 0px 0px 10px}.dashboardMerchant__cards__content__card.package>div:nth-child(2)>div:nth-child(1){margin-left:88px}.dashboardMerchant__cards__content__card.offers{height:81px;background:#FFFFFF}.dashboardMerchant__cards__content__card.offers>div:nth-child(1)>img{height:79px;position:absolute;border-radius:10px}.dashboardMerchant__cards__content__card.offers>div:nth-child(2)>div:nth-child(1){margin-left:88px}.dashboardMerchant__cards__content__card.latest.today{background:transparent;margin-bottom:0}.dashboardMerchant__cards__content__card.latest{display:flex;align-items:center;height:81px;padding:11px;background:#FFFFFF}.dashboardMerchant__cards__content__card.latest>div:nth-child(1)>img{height:45px;width:45px;border-radius:100%;object-fit:cover}.dashboardMerchant__cards__content__card{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;display:flex;position:relative}.dashboardMerchant__cards__content__card__text{display:flex;align-items:center;justify-content:space-between;padding:17px;width:100%}.dashboardMerchant__cards__content__card__text>div:nth-child(1)>div{margin-bottom:2px}.dashboardMerchant__cards__content__card__text>div:nth-child(1)>div:nth-child(1){font-style:normal;font-weight:600;font-size:14px;line-height:14px;letter-spacing:0.03em;color:#333333}.dashboardMerchant__cards__content__card__text>div:nth-child(1)>div:nth-child(2){font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#828282}.dashboardMerchant__cards__content__card__text>div:nth-child(1)>div:nth-child(3){font-style:normal;font-weight:600;font-size:14px;line-height:14px;letter-spacing:0.03em;color:#17948C}.dashboardMerchant__cards__content__card__text>div:nth-child(2)>div{margin-bottom:2px}.dashboardMerchant__cards__content__card__text>div:nth-child(2)>div:nth-child(1){font-style:normal;font-weight:600;font-size:10px;line-height:12px;letter-spacing:0.03em;color:#AFB6B6;text-transform:uppercase}.dashboardMerchant__cards__content__card__text>div:nth-child(2)>div:nth-child(2){font-style:normal;font-weight:600;font-size:21px;line-height:24px;letter-spacing:0.015em;color:#17948C}.detailMerchant{padding:10px 18px 0}.detailMerchant__header{margin-bottom:32px}.detailMerchant__header__merchantName{display:flex;align-items:center}.detailMerchant__header__merchantName>div:nth-child(1){display:flex;font-weight:600;font-size:24px;align-items:center;letter-spacing:0.01em;color:#000000;flex:1 1;text-transform:capitalize}.detailMerchant__header__merchantName>div:nth-child(1)>span{margin-left:15px;color:#AFB6B6}.detailMerchant__header__merchantName button{background:#17948C;border:1.2px solid #17948C;border-radius:10px;color:#FFF;padding:8px 23px;cursor:pointer}.detailMerchant__header__merchantName button:hover{background:#117a73;color:#FAFAFA}.detailMerchant__header__merchantInfo{display:flex;align-items:center}.detailMerchant__header__merchantInfo>div{font-weight:500;font-size:14px;letter-spacing:0.12px;color:#1C1C1C;margin-right:32px;margin-left:6px}.detailMerchant__header__merchantInfo>svg{cursor:pointer}.detailMerchant__header__goBack{color:#66D67B}.detailMerchant__header__goBack__icon{margin-right:8px}.detailMerchant__header__breadcrumbs{font-size:14px;align-items:center;letter-spacing:0.01em;color:#798685}.detailMerchant__header__breadcrumbs>a:hover{color:#000000}.detailMerchant__card{border-radius:15px;background-color:#fff;box-shadow:0px 0px 2px 0px rgba(0,0,0,0.75)}.detailMerchant__card__header{text-transform:uppercase;display:flex;border-bottom:1px solid #AFB6B6;margin-top:30px}.detailMerchant__card__header.space-between{justify-content:space-between}.detailMerchant__card__header__nav{font-weight:600;font-size:16px;text-align:center;letter-spacing:0.342857px;color:#AFB6B6;padding:5px 30px}.detailMerchant__card__header__nav--active{font-size:16px;font-weight:600;color:#17948C;border-bottom:3px solid #17948C}.detailMerchant__card__info{display:flex;margin-top:24px}.detailMerchant__card__infoVenue{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-basis:60%}.detailMerchant__card__infoVenue>div:nth-child(1)>img{width:282px;height:282px;object-fit:cover;border-radius:10px 0 0 10px}.detailMerchant__card__infoVenue>div:nth-child(2){position:relative;display:flex;flex-wrap:wrap;font-weight:500;font-size:12px;letter-spacing:0.12987px;color:#333333;overflow-y:scroll;width:100%}.detailMerchant__card__infoVenue>div:nth-child(2)::-webkit-scrollbar{width:15px;background-color:#fff}.detailMerchant__card__infoVenue>div:nth-child(2)::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#E4E7E7}.detailMerchant__card__infoVenue>div:nth-child(2)::-webkit-scrollbar-button{width:0;height:0;display:none}.detailMerchant__card__infoVenue>div:nth-child(2)::-webkit-scrollbar-corner{background-color:transparent}.detailMerchant__card__infoVenue>div:nth-child(2)>div{display:flex;flex-direction:column;margin-bottom:32px;width:95%;padding:10px 18px}.detailMerchant__card__infoVenue>div:nth-child(2)>div>span{font-size:14px;letter-spacing:0.3px;color:#798685;text-transform:capitalize}.detailMerchant__card__infoVenue>div:nth-child(2)>svg{position:absolute;right:0;top:42%;cursor:pointer}.detailMerchant__card__infoStatistics{padding-left:8px;display:grid;grid-gap:8px;flex-wrap:wrap;flex-basis:40%;width:100%;grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-rows:repeat(2, minmax(0, 1fr));max-height:760px}.detailMerchant__card__infoStatistics>div:nth-child(3)>div:nth-child(2)>span{font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C}.detailMerchant__card__infoStatistics>div:nth-child(3)>div:nth-child(2)>span:nth-child(2){color:#AFB6B6}.detailMerchant__card__infoStatistics>div:nth-child(4)>div:nth-child(2)>div{align-items:center;display:flex}.detailMerchant__card__infoStatistics>div:nth-child(4)>div:nth-child(2)>div>span{font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C}.detailMerchant__card__infoStatistics>div:nth-child(4)>div:nth-child(2)>div>div{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.1px;color:#1C1C1C;padding-left:10px}.detailMerchant__card__infoStatistics>div{position:relative;background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:12px}.detailMerchant__card__infoStatistics>div>div:nth-child(1){font-weight:500;font-size:14px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:10px}.detailMerchant__card__infoStatistics>div>div:nth-child(2){font-weight:500;font-size:24px;letter-spacing:0.1px;color:#1C1C1C;margin-bottom:3px}.detailMerchant__card__infoStatistics>div>div:nth-child(3){display:flex;align-items:center;justify-content:space-evenly;background:#FAFAFA;border:1px solid #17948C;border-radius:8px;width:110px;padding:0 8px;cursor:pointer}.detailMerchant__card__infoStatistics>div>div:nth-child(3)>div{color:#17948C;letter-spacing:0.155844px;font-size:10px}.detailMerchant__card__infoStatistics>div>div:nth-child(3)>svg{width:16px}.detailMerchant__card__infoStatistics>div>div:nth-child(3)>svg path{fill:#17948C}.detailMerchant__card__infoStatistics>div>svg{position:absolute;right:10px;top:40%;cursor:pointer}.detailMerchant__card__todayClass__header{display:flex;justify-content:space-between;background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;padding:12px 22px;font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.detailMerchant__card__todayClass__content__wrapper{background:#E4E7E7;padding:12px 22px;min-height:181px;max-height:181px;overflow-y:scroll}.detailMerchant__card__todayClass__content__wrapper::-webkit-scrollbar{width:15px;background-color:transparent}.detailMerchant__card__todayClass__content__wrapper::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#FAFAFA}.detailMerchant__card__todayClass__content__wrapper::-webkit-scrollbar-button{width:0;height:0;display:none}.detailMerchant__card__todayClass__content__wrapper::-webkit-scrollbar-corner{background-color:transparent}.detailMerchant__card__todayClass__content__capsule{display:flex;align-items:center;padding:19px 23px;background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;margin-bottom:6px}.detailMerchant__card__todayClass__content__capsule .open{font-style:normal;font-weight:600;font-size:10px;line-height:12px;letter-spacing:0.03em;color:#AFB6B6;padding-right:80px}.detailMerchant__card__todayClass__content__capsule .open>div{font-style:normal;font-weight:600;font-size:10px;line-height:12px;letter-spacing:0.03em;color:#AFB6B6;padding-right:80px}.detailMerchant__card__todayClass__content__capsule .open>span{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000}.detailMerchant__card__todayClass__content__capsule .title div{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000;text-transform:capitalize}.detailMerchant__card__todayClass__content__capsule .title span{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#17948C}.detailMerchant__card__todayClass__content__capsule .guests{margin-left:auto}.detailMerchant__card__todayClass__content__capsule .guests>div{font-style:normal;font-weight:600;font-size:10px;line-height:12px;text-align:right;letter-spacing:0.03em;color:#AFB6B6}.detailMerchant__card__todayClass__content__capsule .guests .guestNumber,.detailMerchant__card__todayClass__content__capsule .guests .guestNumberZero{font-style:normal;font-weight:600;font-size:21px;line-height:24px;text-align:right;letter-spacing:0.015em}.detailMerchant__card__todayClass__content__capsule .guests .guestNumber{color:#17948C}.detailMerchant__card__todayClass__content__capsule .guests .guestNumberZero{color:#AFB6B6}.detailMerchant__card__button{display:flex;justify-content:flex-end;margin-bottom:36px}.detailMerchant__card__button button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;box-sizing:border-box;border-radius:10px;padding:5px 12px;cursor:pointer}.detailMerchant__card__button a:nth-child(1) button{color:#17948C;background:transparent;border:1.2px solid #17948C}.detailMerchant__card__button a:nth-child(2) button{color:#FAFAFA;background:#17948C;border:1.2px solid #17948C;margin-left:12px}.merchantFit__card__stats{display:flex}.merchantFit__card__stats>div{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px;margin-right:20px;width:260px;height:134px}.merchantFit__card__stats>div>div{display:flex;flex-direction:column;height:100%;color:#1C1C1C}.merchantFit__card__stats>div>div>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px}.merchantFit__card__stats>div>div>span:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;flex-grow:1;margin-bottom:20px}.merchantAccount__header{color:#233903;font-size:24px;font-weight:bold}.merchantAccount__content{display:flex}.merchantAccount__content>div{width:50%;height:50vh}.merchantAccount__content__left{border-right:1px solid #979797}.switchPublished--on path,.switchFeatured--on path{fill:#17948C}.switchPublished--off path,.switchFeatured--off path{fill:#AFB6B6}.actionModal{background:#FFFFFF;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);border-radius:10px;position:absolute;z-index:2;right:2rem;top:0;width:200px;padding:16px 25px}.actionModal__close{position:absolute;right:5px;top:5px}.actionModal>div:not(:last-child){margin-bottom:19px}.actionModal>div,.actionModal a{display:flex;align-items:center;cursor:pointer}.actionModal>div>div,.actionModal a>div{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#000000;margin-left:9px}.actionModalDelete{background:#E4E7E7;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);border-radius:10px;position:absolute;z-index:2;right:65px;top:0;width:286px}.actionModalDelete>div:nth-child(1){display:flex;align-items:center;justify-content:center;background:#FFFFFF;border-radius:10px 10px 0px 0px;padding:12px 8px;cursor:pointer}.actionModalDelete>div:nth-child(1)>svg{position:absolute;right:0}.actionModalDelete>div:nth-child(1)>div{font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:19px;text-align:center;letter-spacing:0.03em;color:#000000}.actionModalDelete>div:nth-child(2){padding:18px 14px}.actionModalDelete>div:nth-child(2)>div{text-align:left}.actionModalDelete>div:nth-child(2)>div:nth-child(1){font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.3px;color:#000000}.actionModalDelete>div:nth-child(2)>div:nth-child(2){margin-top:44px;display:flex;justify-content:center}.actionModalDelete>div:nth-child(2)>div:nth-child(2)>button{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;text-align:center;letter-spacing:0.3px;box-sizing:border-box;border-radius:10px;padding:8px 30px;border:none;cursor:pointer}.actionModalDelete>div:nth-child(2)>div:nth-child(2)>button:nth-child(1){margin-right:12px;color:#17948C;border:1px solid #17948C;background:transparent}.actionModalDelete>div:nth-child(2)>div:nth-child(2)>button:nth-child(2){background:#E44D60;border-radius:10px;color:#FFFFFF}.emptyClass{display:flex;justify-content:center;background:#FFFFFF}.emptyClass__card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#FFFFFF;opacity:0.9;border:1px solid #E4E7E7;box-shadow:0px 4px 4px rgba(0,0,0,0.25);border-radius:10px;padding:39px 75px;margin-top:20px;margin-bottom:30px}.emptyClass__card>div{font-style:normal;font-weight:600;font-size:17px;line-height:25px;text-align:center;letter-spacing:0.01em;color:#031615;margin-top:16px}.emptyClass__card>span{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.207792px;color:#798685}.emptyClass__card>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA;background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 11px;cursor:pointer;margin-top:15px}.tableMerchantsToggle .react-toggle-track,.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#C4C4C4}.tableMerchantsToggle.react-toggle--checked .react-toggle-track,.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#358B9D}.tableMerchantsToggleText{display:flex;justify-content:center;align-items:center;height:100%;font-size:12px;letter-spacing:0.0709534px;color:#fff}.tableMerchants__id{vertical-align:top;font-weight:500;font-size:12px;line-height:19px;letter-spacing:0.01em;color:#031615}.tableMerchants__name{vertical-align:top;font-weight:500;font-size:12px;line-height:19px;letter-spacing:0.01em;color:#031615;max-width:150px}.tableMerchants__sport{vertical-align:top;font-weight:500;font-size:12px;line-height:19px;letter-spacing:0.01em;color:#031615;max-width:150px}.tableMerchants__region{vertical-align:top;font-weight:500;font-size:12px;line-height:19px;letter-spacing:0.01em;color:#031615}.tableMerchants__booking{vertical-align:top;font-weight:500;font-size:12px;line-height:19px;letter-spacing:0.01em;color:#031615}.tableMerchants__total-slot>div{display:flex;flex-direction:column;align-items:center}.tableMerchants__feature{text-align:center}.tableMerchants__status div{display:flex;flex-direction:column;align-items:center}.tableMerchants__status span{font-weight:500;font-size:12px;line-height:19px;letter-spacing:0.01em;color:#031615;height:25px;min-width:109px;border-radius:5px;text-align:center;display:flex;justify-content:center;align-items:center}.tableMerchants__status span:not(:first-child){margin-top:7px}.tableMerchants__status--partner{background:rgba(31,120,153,0.3);mix-blend-mode:normal}.tableMerchants__status--published{background:rgba(102,214,123,0.3);mix-blend-mode:normal}.tableMerchants__action i{display:flex;justify-content:center;align-items:center;padding:2px;border-radius:4px;border:1px solid #C9CFCE;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.tableMerchants__action svg{width:24px;height:24px}.tableMerchants__action svg path{fill:#828282}.tableListOffer__no{text-align:center}.tableListOffer__merchant{width:200px}.tableListOffer__date{width:150px}.tableListOffer__duration{width:70px}.tableListOffer__featured{text-align:center}.tableListOffer__status{text-align:center}.tableListOffer__action{display:flex;justify-content:center;align-items:center;cursor:pointer}.scheduleMerchant{width:'100%';padding:10px 18px 0}.scheduleMerchant>div:nth-child(1){position:relative;display:flex;justify-content:flex-end}.scheduleMerchant>div:nth-child(1)>div{background:#17948c;border-radius:8px;font-weight:500;font-size:12px;text-align:center;letter-spacing:0.155844px;color:#ffffff;padding:10px 26px;cursor:pointer}.scheduleMerchant__button{background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;justify-content:flex-end;margin-left:auto;margin-top:32px;margin-bottom:40px}.scheduleMerchant__button>button{cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA;padding:5px 10px;border:none;background-color:transparent}.scheduleMerchant__header{display:flex;justify-content:flex-end;align-items:center;background-color:#FFFFFF;padding:19px 31px;border-radius:15px 15px 0 0}.scheduleMerchant__header__title{flex:1 1;display:flex;align-items:center;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;align-self:center}.scheduleMerchant__header__title>div:nth-child(1){margin-right:8px}.scheduleMerchant__header__title__button{background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;align-self:center;padding:8px 12px;cursor:pointer}.scheduleMerchant__header__title__button>button{border:none}.scheduleMerchant__header__title__button--active{background:#17948C;border:1px solid #FFFFFF;box-sizing:border-box;border-radius:22px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#fff;align-self:center;padding:8px 12px;cursor:pointer}.scheduleMerchant__header__filter{background:#ffffff;border:1px solid #c9cfce;border-radius:5px;display:flex;align-items:center;margin-right:17px;cursor:pointer;padding:6px 8px}.scheduleMerchant__header__filter>div{margin-right:10px}.scheduleMerchant__header>button{font-weight:500;font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#ffffff;background:#17948c;border-radius:5px;padding:5px 10px;border:none;cursor:pointer}.scheduleMerchant__newSchedule{display:flex;justify-content:flex-end}.scheduleMerchant__newSchedule>button{background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA;margin:32px 0;border:none;cursor:pointer}.scheduleMerchant__classList{display:flex;background-color:#E4E7E7}.scheduleMerchant__classList__menu{width:180px;background:#e4e7e7;padding:16px 21px;display:flex;flex-direction:column}.scheduleMerchant__classList__menu__header{font-size:12px;letter-spacing:0.155844px;color:#031615;margin-bottom:10px}.scheduleMerchant__classList__menu__search{font-size:12px;letter-spacing:0.01em;background:#ffffff;border:1px solid #afb6b6;border-radius:4px;display:flex;align-items:center;padding:6px 8px;margin-bottom:5px}.scheduleMerchant__classList__menu__search>input[type="text"]{border:none;width:100px;background-color:transparent;font-size:12px}.scheduleMerchant__classList__menu__search>input[type="text"]::-webkit-input-placeholder{color:#17948c}.scheduleMerchant__classList__menu__search>input[type="text"]:-ms-input-placeholder{color:#17948c}.scheduleMerchant__classList__menu__search>input[type="text"]::placeholder{color:#17948c}.scheduleMerchant__classList__menu>button{background:#17948c;border:1px solid #afb6b6;border-radius:4px;font-size:12px;letter-spacing:0.01em;color:#fbfefe;padding:7px 5px;margin-bottom:3px;cursor:pointer}.scheduleMerchant__classList__course__header{font-weight:500;font-size:14px;letter-spacing:0.3px;color:#000000}.scheduleMerchant__classList__course__card{background:#ffffff;border:1px solid #e4e7e7;border-radius:4px;padding:4px 8px;font-size:14px;letter-spacing:0.3px;color:#1c1c1c;margin-bottom:6px}.scheduleMerchant__classList__course__card:last-child{margin-bottom:10px}.scheduleMerchant__classList__course__card svg{cursor:pointer}.scheduleMerchant__classList__course__card__title{display:flex;align-items:center;margin-bottom:8px}.scheduleMerchant__classList__course__card__title>div:nth-child(1){flex:1 1}.scheduleMerchant__classList__course__card__price{margin-top:8px;display:flex;align-items:center;mix-blend-mode:normal;color:rgba(28,28,28,0.5)}.scheduleMerchant__classList__course__card__price>div:nth-child(1){flex:1 1}.scheduleMerchant__classList__content{overflow-x:auto;display:flex;cursor:move;background:#E4E7E7;border:1px solid #E4E7E7}.scheduleMerchant__classList__content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);border-radius:10px;background-color:#e0e0e0}.scheduleMerchant__classList__content::-webkit-scrollbar{height:10px;background-color:#e0e0e0}.scheduleMerchant__classList__content::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);background:#828282}.scheduleMerchant__classList__content__card__active{background:#337F99;color:#FFFFFF;border-radius:10px;width:181px;padding:12px;margin:18px 12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;cursor:default}.scheduleMerchant__classList__content__card__active>div:nth-child(1)>div:nth-child(1){color:#FFFFFF}.scheduleMerchant__classList__content__card__active>div:nth-child(2){font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.207792px;color:#FFFFFF}.scheduleMerchant__classList__content__card__active>div:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.207792px;color:#FFFFFF;margin-top:11px;border-bottom:1px solid #FFFFFF}.scheduleMerchant__classList__content__card__active>div:nth-child(4)::-webkit-scrollbar{width:14px;background-color:transparent}.scheduleMerchant__classList__content__card__active>div:nth-child(4)::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#E4E7E7;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,0.05),inset 1px 1px 0px rgba(0,0,0,0.05)}.scheduleMerchant__classList__content__card__active>div:nth-child(4)::-webkit-scrollbar-button{width:0;height:0;display:none}.scheduleMerchant__classList__content__card__active>div:nth-child(4)::-webkit-scrollbar-corner{background-color:transparent}.scheduleMerchant__classList__content__card__active svg path{stroke:#FFFFFF}.scheduleMerchant__classList__content__card{background:#F2F3F3;border:1px solid #E4E7E7;border-radius:10px;width:181px;padding:12px;margin:18px 12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;cursor:default}.scheduleMerchant__classList__content__card>div:nth-child(2){font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.207792px;color:#798685}.scheduleMerchant__classList__content__card>div:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.207792px;color:#4F4F4F;margin-top:11px;border-bottom:1px solid #828282}.scheduleMerchant__classList__content__card__header{display:flex;align-items:center}.scheduleMerchant__classList__content__card__header>div{flex:1 1;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.01em;color:#031615;white-space:nowrap}.scheduleMerchant__classList__content__card__header>svg{margin-left:8px;cursor:pointer}.scheduleMerchant__classList__content__card__header label{margin-left:15px}.scheduleMerchant__classList__content__card__scrollable{overflow-y:auto;max-height:585px}.scheduleMerchant__classList__content__card__scrollable::-webkit-scrollbar{width:14px;background-color:transparent}.scheduleMerchant__classList__content__card__scrollable::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#828282;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,0.05),inset 1px 1px 0px rgba(0,0,0,0.05)}.scheduleMerchant__classList__content__card__scrollable::-webkit-scrollbar-button{width:0;height:0;display:none}.scheduleMerchant__classList__content__card__scrollable::-webkit-scrollbar-corner{background-color:transparent}.scheduleMerchant__classList__content__card__class{background:#ffffff;border:1px solid #e0e0e0;border-radius:10px;padding:8px 10px;margin-top:11px;position:relative}.scheduleMerchant__classList__content__card__class>div:not(:nth-child(1)){margin-bottom:8px}.scheduleMerchant__classList__content__card__class>div:nth-child(1){display:flex;align-items:center;font-style:normal;font-weight:600;font-size:10px;line-height:15px;letter-spacing:0.001em;color:#031615;margin-bottom:8px}.scheduleMerchant__classList__content__card__class>div:nth-child(1)>div:nth-child(1){flex:1 1}.scheduleMerchant__classList__content__card__class>div:nth-child(1)>svg{cursor:pointer}.scheduleMerchant__classList__content__card__class>a>div:nth-child(1){font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.03em;color:#1C1C1C;text-transform:capitalize}.scheduleMerchant__classList__content__card__class>a>div:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.207792px;color:#AFB6B6;margin-top:5px}.scheduleMerchant__classList__content__card__class>a>div:nth-child(2)>div{flex:1 1}.scheduleMerchant__classList__content__card__cancelled{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(242,122,137,0.65);border:1px solid #E4E7E7;border-radius:10px}.scheduleMerchant__classList__content__card__cancelled>svg{position:absolute;top:8px;right:8px;cursor:pointer}.scheduleMerchant__classList__content__card__cancelled>svg>path{fill:#031615;opacity:1}.scheduleMerchant__classList__content__card__cancelled>div{font-style:normal;font-weight:600;font-size:14px;line-height:21px;letter-spacing:0.001em;color:#FFFFFF}.scheduleMerchant__classList__content__card__notBookable{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(189,189,189,0.65);border:1px solid #E4E7E7;border-radius:10px}.scheduleMerchant__classList__content__card__notBookable>svg{position:absolute;top:8px;right:8px;cursor:pointer}.scheduleMerchant__classList__content__card__notBookable>svg>path{fill:#031615;opacity:1}.scheduleMerchant__classList__content__card__notBookable>div{font-style:normal;font-weight:600;font-size:14px;line-height:21px;letter-spacing:0.001em;color:#031615}.modalAddSchedule{z-index:5;width:290px;position:absolute;top:113%;left:32%}.modalAddSchedule__card{background:#e4e7e7;border-radius:10px;position:relative}.modalAddSchedule__card__button{display:flex;justify-content:flex-end}.modalAddSchedule__card__button>button{background:#17948c;border-radius:10px;padding:7px 25px;margin-bottom:18px;margin-right:20px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#ffffff;border:none;cursor:pointer}.modalAddSchedule__card__header{background-color:#fff;position:relative;border-radius:10px 10px 0px 0px}.modalAddSchedule__card__header__icon{margin-top:10px;margin-right:10px}.modalAddSchedule__card__header>svg{position:absolute;right:5px;width:16px;cursor:pointer}.modalAddSchedule__card__header>div{text-align:center;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000;padding:15px 90px}.modalAddSchedule__card__content{padding:15px}.modalAddSchedule__card__content__title{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#000000}.modalAddSchedule__card__content__capsule{display:flex;align-items:center;background:#ffffff;border:1px solid #c9cfce;box-sizing:border-box;border-radius:10px;min-width:110px}.modalAddSchedule__card__content__capsule>input{border-left:1px solid #c9cfce;padding:14px 8px}.modalAddSchedule__card__content__capsule>select{border-left:1px solid #c9cfce;padding:14px 8px}.modalAddSchedule__card__content__capsule>svg{padding:0 6.5px;width:37px}.modalAddSchedule__card__content__capsule__header{font-style:normal;font-weight:600;font-size:12px;line-height:17px;align-items:center;letter-spacing:0.01em;color:#17948c;padding:10px}.modalAddSchedule__card__content__capsule__text,.modalAddSchedule__card__content__capsule__textGrey{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em}.modalAddSchedule__card__content__capsule__text{color:#17948c;border:none;width:80%}.modalAddSchedule__card__content__capsule__textGrey{color:#798685;flex:1 1;border:none;width:80%}.modalAddSchedule__card__content__add{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modalAddSchedule__card__content__add svg path{fill:#17948c}.modalAddSchedule__card__content__time{display:flex;margin-bottom:12px}.modalAddSchedule__card__content__time>div:nth-child(1){margin-right:12px}.modalAddSchedule__card__content__time>div{flex-basis:50%}.modalAddSchedule__card__content__time>div>div:nth-child(1){margin-bottom:8px}.modalAddSchedule__card__content__quota>div,.modalAddSchedule__card__content__trainer>div,.modalAddSchedule__card__content__price>div{margin-bottom:8px}.modalAddSchedule__card__content__quota>div:last-child,.modalAddSchedule__card__content__trainer>div:last-child,.modalAddSchedule__card__content__price>div:last-child{margin-bottom:12px}.modalCreateSchedule{scroll-margin-top:120px}.modalCreateSchedule__card{margin-bottom:50px}.modalCreateSchedule__card__content{background:#E4E7E7;padding:17px;border-radius:0 0 10px 10px}.modalCreateSchedule__card__content__container{display:flex;flex-wrap:nowrap;overflow-x:auto}.modalCreateSchedule__card__content__container::-webkit-scrollbar{width:14px;background-color:transparent}.modalCreateSchedule__card__content__container::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#828282;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,0.05),inset 1px 1px 0px rgba(0,0,0,0.05)}.modalCreateSchedule__card__content__container::-webkit-scrollbar-button{width:0;height:0;display:none}.modalCreateSchedule__card__content__container::-webkit-scrollbar-corner{background-color:transparent}.modalCreateSchedule__card__content__wrapper{background:#F2F3F3;flex-basis:30%;border-radius:10px;margin-right:20px}.modalCreateSchedule__card__content__list{padding:12px 14px}.modalCreateSchedule__card__content__capsule{display:flex;align-items:center;border:1px solid #C9CFCE;background:#FFFFFF;box-sizing:border-box;border-radius:10px;margin:8px 12px 8px 0}.modalCreateSchedule__card__content__capsule>svg{padding:0 6.5px;width:37px}.modalCreateSchedule__card__content__capsule__text{padding:12px 8px;border-left:1px solid #C9CFCE;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.modalCreateSchedule__card__content__time__header{display:flex;font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#000000}.modalCreateSchedule__card__content__time__header>div{padding-right:70px}.modalCreateSchedule__card__content__time__capsule{display:flex;align-items:center}.modalCreateSchedule__card__content__time__capsule>svg{cursor:pointer}.modalCreateSchedule__card__content__time__capsule .closeCircle{margin-left:8px}.modalCreateSchedule__card__content__button{display:flex;justify-content:flex-end}.modalCreateSchedule__card__content__button>button{border-radius:10px;box-sizing:border-box;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;padding:8px 16px;border:none;cursor:pointer}.modalCreateSchedule__card__content__button>button:nth-child(1){background:#F2F3F3;border:1px solid #17948C;color:#17948C}.modalCreateSchedule__card__content__button>button:nth-child(2){background:#17948C;color:#FFFFFF;margin-left:12px}.modalCreateSchedule__button{display:flex;justify-content:flex-end;margin-top:16px}.modalCreateSchedule__button>button{background:#17948C;border-radius:10px;padding:8px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#FFFFFF;margin:10px 0px;border:none;cursor:pointer}.modalCreateScheduleOnDemand{background:#E0E0E0;border-radius:10px 10px 10px 10px}.modalCreateScheduleOnDemand>div:last-child{padding-bottom:12px;display:flex;justify-content:flex-end;margin-right:20px}.modalCreateScheduleOnDemand>div:last-child>button{background:#17948C;border-radius:10px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#FFFFFF;align-self:center;margin:10px 0px;padding:7px 8px;border:none;cursor:pointer}.modalCreateScheduleOnDemand__header{display:flex;justify-content:center;align-items:center;background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;position:relative;padding:15px 0;font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000}.modalCreateScheduleOnDemand__header>svg{position:absolute;right:16px}.modalCreateScheduleOnDemand__content{padding-top:18px}.modalCreateScheduleOnDemand__content__card{background:#E4E7E7;border-radius:10px}.modalCreateScheduleOnDemand__content__card__header{background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000;padding:16px 18px}.modalCreateScheduleOnDemand__content__card__container{display:flex;margin-bottom:12px}.modalCreateScheduleOnDemand__content__card__container__list{display:flex;align-items:center}.modalCreateScheduleOnDemand__content__card__container__list>svg{margin-left:18px;cursor:pointer}.modalCreateScheduleOnDemand__content__card__wrapper{border-radius:10px;padding:18px}.modalCreateScheduleOnDemand__content__card__wrapper__capsule--active{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;margin-right:18px}.modalCreateScheduleOnDemand__content__card__wrapper__capsule--active>div{padding:14px 16px;border-left:1px solid #C9CFCE}.modalCreateScheduleOnDemand__content__card__wrapper__capsule--active>svg{margin:10px}.modalCreateScheduleOnDemand__content__card__wrapper__capsule{display:flex;align-items:center;background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;margin-right:18px}.modalCreateScheduleOnDemand__content__card__wrapper__capsule>div{padding:14px 16px;border-left:1px solid #C9CFCE}.modalCreateScheduleOnDemand__content__card__wrapper__capsule>svg{margin:10px}.modalCreateScheduleOnDemand__content__card__wrapper__capsule__icon{font-style:normal;font-weight:600;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.modalCreateScheduleOnDemand__content__card__wrapper__capsule__text{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#17948C}.modalCreateScheduleOnDemand__content__card__button{display:flex;align-items:center;background:#17948C;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#FFFFFF;margin-top:12px;cursor:pointer}.modalCreateScheduleOnDemand__content__card__button>svg{margin-right:14px}.modalCreateScheduleOnDemand__icon{display:flex;align-items:center;width:100%}.modalCreateScheduleOnDemand__icon>div{display:flex;align-items:center;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;cursor:pointer}.modalCreateScheduleOnDemand__icon>div>span{margin-left:5px}.modalCreateScheduleOnDemand__icon>div .iconTrash{margin-left:10px}.modalCreateScheduleOnDemand__icon>div .iconTrash>path{fill:#17948C}.modalUpdateList__card{position:fixed;z-index:3;top:30%;left:48%;right:auto;bottom:auto}.modalUpdateList__header{display:flex;background:#FFFFFF;border-radius:10px 10px 0px 0px;padding:15px 120px;font-style:normal;font-weight:600;font-size:14px;line-height:19px;text-align:center;letter-spacing:0.03em;color:#000000}.modalUpdateList__header>svg{width:16px;position:absolute;right:10px;top:12px;cursor:pointer}.modalUpdateList__header>svg>path{fill:#000000}.modalUpdateList__content{background:#E4E7E7;border-radius:0 0 10px 10px;padding:27px 14px 5px 14px}.modalUpdateList__content svg{cursor:pointer}.modalUpdateList__content>div{display:flex;align-items:center;margin-bottom:12px;font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.3px}.modalUpdateList__content>div:nth-child(1),.modalUpdateList__content>div:nth-child(2),.modalUpdateList__content>div:nth-child(4),.modalUpdateList__content>div:nth-child(5){justify-content:space-between}.modalUpdateList__content>div:nth-child(3){padding-bottom:12px;border-bottom:1px solid #C9CFCE}.modalUpdateList__content>div:nth-child(3)>div:nth-child(2){margin-left:12px;color:#17948C;-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.modalUpdateList__content>div:nth-child(6){justify-content:flex-end;margin-top:14px}.modalUpdateList__content>div:nth-child(6)>button{background:#17948C;border-radius:10px;padding:8px 20px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#FFFFFF;border:none;cursor:pointer}.modalTimeAction{position:absolute;right:105px;top:185px;background:#FFFFFF;border-radius:10px;font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#17948C}.modalTimeAction>div{padding:0 14px;margin:12px 0;cursor:pointer}.modalTimeAction>div:hover{background:#E4E7E7}.modalDeleteAction{position:fixed;z-index:3;top:62.5%;left:72.5%;right:auto;bottom:auto}.modalDeleteAction__header{display:flex;align-items:center;justify-content:center;background:#FFFFFF;border-radius:10px 10px 0px 0px;padding:14px 8px}.modalDeleteAction__header>div{font-style:normal;font-weight:600;font-size:14px;line-height:19px;text-align:center;letter-spacing:0.03em;color:#000000}.modalDeleteAction__header>svg{position:absolute;left:0}.modalDeleteAction__content{background:#E4E7E7;display:flex;flex-direction:column;border-radius:0 0 10px 10px;padding:18px 14px;width:286px}.modalDeleteAction__content>div{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.3px;color:#000000}.modalDeleteAction__content>button{background:#E44D60;border-radius:10px;padding:8px 0;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.3px;color:#FFFFFF;margin-top:19px;border:none;cursor:pointer}.modalEditAction{position:fixed;z-index:3;top:15%;left:28%;right:auto;bottom:auto;width:862px}.modalEditAction__header{background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;display:flex;align-items:center;justify-content:center;padding:15px 0}.modalEditAction__header>div{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000}.modalEditAction__header>svg{position:absolute;right:16px}.modalEditAction__scrollable{max-height:400px;overflow-y:auto}.modalEditAction__scrollable::-webkit-scrollbar{width:14px;background-color:transparent}.modalEditAction__scrollable::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#ffffff;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,0.05),inset 1px 1px 0px rgba(0,0,0,0.05)}.modalEditAction__scrollable::-webkit-scrollbar-button{width:0;height:0;display:none}.modalEditAction__scrollable::-webkit-scrollbar-corner{background-color:transparent}.modalEditAction__content{background:#E4E7E7;border-radius:0 0 10px 10px}.modalEditAction__content__wrapper{display:flex;justify-content:space-evenly;padding:18px 0;border-bottom:1px solid #AFB6B6}.modalEditAction__content__class{max-width:80px}.modalEditAction__content__action{display:flex;flex-direction:column;align-items:center;justify-content:center}.modalEditAction__content__action>button{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF;padding:2px 8px;border-radius:8px;border:none;cursor:pointer}.modalEditAction__content__action__bookable{background:#17948C;margin-bottom:32px}.modalEditAction__content__action__delete{background:#EB5757}.modalEditAction__button{display:flex;justify-content:flex-end;align-items:center;padding:32px 20px}.modalEditAction__button>button{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;padding:8px 23px;border-radius:10px;border:none;cursor:pointer}.modalEditAction__button>button:nth-child(1){color:#17948C;border:1px solid #17948C;border-radius:10px;background:transparent}.modalEditAction__button>button:nth-child(2){color:#FFFFFF;background:#17948C;margin-left:14px}.modalDeleteClassAction{position:fixed;z-index:3;top:50.7%;left:73.5%;right:auto;bottom:auto}.modalDeleteClassAction__header{display:flex;align-items:center;justify-content:center;background:#FFFFFF;border-radius:10px 10px 0px 0px;padding:14px 8px}.modalDeleteClassAction__header>div{font-style:normal;font-weight:600;font-size:14px;line-height:19px;text-align:center;letter-spacing:0.03em;color:#000000}.modalDeleteClassAction__header>svg{position:absolute;left:0}.modalDeleteClassAction__content{background:#E4E7E7;display:flex;flex-direction:column;border-radius:0 0 10px 10px;padding:18px 14px;width:286px}.modalDeleteClassAction__content>div{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.3px;color:#000000}.modalDeleteClassAction__content>button{background:#E44D60;border-radius:10px;padding:8px 0;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.3px;color:#FFFFFF;margin-top:19px;text-transform:uppercase;border:none;cursor:pointer}.modalEditClassAction{position:fixed;z-index:3;top:55.8%;left:73.5%;right:auto;bottom:auto;width:286px}.modalEditClassAction__header{background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;display:flex;align-items:center;justify-content:center;padding:15px 0}.modalEditClassAction__header>div{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000}.modalEditClassAction__header>svg{position:absolute;left:0}.modalEditClassAction__content{background:#E4E7E7;border-radius:0 0 10px 10px}.modalEditClassAction__content>div{padding:16px;font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.3px;color:#000000;cursor:pointer}.modalEditClassAction__content>div:hover{background:#FFFFFF}.modalEditList__card{position:fixed;z-index:3;top:30%;left:48%;right:auto;bottom:auto}.modalEditList__header{display:flex;background:#FFFFFF;border-radius:10px 10px 0px 0px;padding:15px 120px;font-style:normal;font-weight:600;font-size:14px;line-height:19px;text-align:center;letter-spacing:0.03em;color:#000000}.modalEditList__header>svg{width:16px;position:absolute;right:10px;top:12px;cursor:pointer}.modalEditList__header>svg>path{fill:#000000}.modalEditList__content{background:#E4E7E7;border-radius:0 0 10px 10px;padding:27px 14px 5px 14px}.modalEditList__content svg{cursor:pointer}.modalEditList__content>div{display:flex;align-items:center;margin-bottom:12px;font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.3px}.modalEditList__content>div:nth-child(1),.modalEditList__content>div:nth-child(2),.modalEditList__content>div:nth-child(3){justify-content:space-between}.modalEditList__content>div:nth-child(1){border-bottom:1px solid #C9CFCE;padding-bottom:19px}.modalEditList__content>div:nth-child(4){justify-content:flex-end;margin-top:14px}.modalEditList__content>div:nth-child(4)>button{background:#17948C;border-radius:10px;padding:8px 20px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#FFFFFF;border:none;cursor:pointer}.sessionDetailMerchant{padding:10px 18px 20px}.sessionDetailMerchant .breadcrumb.sessionDetailMerchant{padding-left:0}.sessionDetailMerchant__header{display:flex;align-items:center}.sessionDetailMerchant__title{flex:1 1;font-style:normal;font-weight:600;font-size:24px;line-height:48px;align-items:center;letter-spacing:0.01em;color:#000000;text-transform:capitalize}.sessionDetailMerchant__button{display:flex;align-items:center}.sessionDetailMerchant__button>div{display:flex;align-items:center;margin-left:12px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA;box-sizing:border-box;border-radius:10px;padding:4px 8px}.sessionDetailMerchant__button>div>svg{margin-right:8px}.sessionDetailMerchant__button>div:nth-child(1){background:#4F4F4F;border:1.2px solid #4F4F4F}.sessionDetailMerchant__button>div:nth-child(2){background:#A30015;border:1.2px solid #A30015}.sessionDetailMerchant__button>div:nth-child(3){background:#17948C;border:1.2px solid #17948C}.sessionDetailMerchant__cards{display:flex;margin-top:22px}.sessionDetailMerchant__cards__card{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:12px;margin-right:15px;min-width:220px;position:relative}.sessionDetailMerchant__cards__card>svg{position:absolute;top:3rem;right:0.5rem;cursor:pointer}.sessionDetailMerchant__cards__card>div:nth-child(1){font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:10px}.sessionDetailMerchant__cards__card>div:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C;margin-bottom:14px}.sessionDetailMerchant__cards__card>div:nth-child(3){font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#828282}.sessionDetailMerchant__cards__card>div:nth-child(3)>span{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#EB5757;margin-right:5px}.sessionDetailMerchant__tabs{display:flex;justify-content:space-between;margin-top:27px;border-bottom:1px solid #E4E7E7}.sessionDetailMerchant__tabs>div{font-style:normal;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0.342857px;color:#17948C;border-bottom:4px solid #17948C;text-transform:uppercase;padding:4px 32px}.sessionDetailMerchant__tabs>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA;background:#17948C;border:1.2px solid #17948C;border-radius:10px;padding:5px 23px;border:none;cursor:pointer}.closeSession{background:#E4E7E7;border-radius:10px;position:fixed;z-index:4;width:80%;left:15rem;top:6rem}.closeSession__header{display:flex;align-items:center;justify-content:center;background:#FFFFFF;border-radius:10px 10px 0px 0px;font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000;text-transform:uppercase;padding:17px 0}.closeSession__header>svg{position:absolute;right:1rem;cursor:pointer}.closeSession__stats{display:flex;justify-content:space-around;background:#4F4F4F;border-radius:0px 0px 10px 10px;padding:33px 55px}.closeSession__stats__wrapper>span{font-style:normal;font-weight:500;font-size:10px;line-height:15px;text-align:center;letter-spacing:0.12987px;color:#FFFFFF}.closeSession__stats__wrapper>div{font-style:normal;font-weight:500;font-size:18px;line-height:27px;text-align:center;letter-spacing:0.311688px;color:#FFFFFF;text-transform:capitalize}.closeSession__content{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:32px 0}.closeSession__content>div:nth-child(1){font-style:normal;font-weight:normal;font-size:24px;line-height:36px;letter-spacing:0.3px;color:#4F4F4F;margin-bottom:16px}.closeSession__content>div:nth-child(2){font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F;margin-bottom:32px}.closeSession__content>textarea{padding:16px 21px;border:1px solid #000000;box-sizing:border-box;border-radius:5px}.closeSession__content>textarea::-webkit-input-placeholder{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F}.closeSession__content>textarea:-ms-input-placeholder{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F}.closeSession__content>textarea::placeholder{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F}.closeSession__button{display:flex;justify-content:center;padding-bottom:32px}.closeSession__button>button{font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.207792px;color:#FFFFFF;padding:15px 69px;margin-left:15px;border-radius:10px;border:none;cursor:pointer}.closeSession__button>button:nth-child(1){background:#66D67B}.closeSession__button>button:nth-child(2){background:#E44D60}.cancelSession{background:#E4E7E7;border-radius:10px;position:fixed;z-index:4;width:80%;left:15rem;top:6rem}.cancelSession__header{display:flex;align-items:center;justify-content:center;background:#FFFFFF;border-radius:10px 10px 0px 0px;font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000;text-transform:uppercase;padding:17px 0}.cancelSession__header>svg{position:absolute;right:1rem;cursor:pointer}.cancelSession__stats{display:flex;justify-content:space-around;background:#E44D60;border-radius:0px 0px 10px 10px;padding:33px 55px}.cancelSession__stats__wrapper>span{font-style:normal;font-weight:500;font-size:10px;line-height:15px;text-align:center;letter-spacing:0.12987px;color:#FFFFFF}.cancelSession__stats__wrapper>div{font-style:normal;font-weight:500;font-size:18px;line-height:27px;text-align:center;letter-spacing:0.311688px;color:#FFFFFF;text-transform:capitalize}.cancelSession__content{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:32px 0}.cancelSession__content>div:nth-child(1){font-style:normal;font-weight:normal;font-size:24px;line-height:36px;letter-spacing:0.3px;color:#4F4F4F;margin-bottom:16px}.cancelSession__content>div:nth-child(2){font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F;margin-bottom:32px}.cancelSession__content>textarea{padding:16px 21px;border:1px solid #000000;box-sizing:border-box;border-radius:5px}.cancelSession__content>textarea::-webkit-input-placeholder{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F}.cancelSession__content>textarea:-ms-input-placeholder{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F}.cancelSession__content>textarea::placeholder{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F}.cancelSession__button{display:flex;justify-content:flex-end;padding-bottom:32px;padding-right:10rem}.cancelSession__button>button{font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.207792px;color:#FFFFFF;padding:15px 69px;margin-left:15px;border-radius:10px;cursor:pointer;border:none}.cancelSession__button>button:nth-child(1){background:#66D67B}.cancelSession__button>button:nth-child(2){background:#E44D60}.addGuestModal{position:fixed;left:50%;top:30%;-webkit-transform:translateX(-40%);transform:translateX(-40%);z-index:4}.addGuestModal__header{position:relative;display:flex;align-items:center;justify-content:center;background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;padding:15px 0}.addGuestModal__header svg{position:absolute;cursor:pointer;top:15%;right:2%;width:16px;height:16px}.addGuestModal__header>.title{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000}.addGuestModal__body{background:#E4E7E7;border-radius:0 0 10px 10px;padding:12px 14px;display:flex;flex-direction:column;justify-content:center}.addGuestModal__body input{border:none}.addGuestModal__body__wrapper{display:flex;align-items:center;margin-bottom:12px}.addGuestModal__body__wrapper>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#000000;margin:12px 0 8px;min-width:10rem}.addGuestModal__body__wrapper>.input,.addGuestModal__body__wrapper>.inputSplited--right{display:flex;align-items:center;justify-content:space-between;width:100%;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.addGuestModal__body__wrapper>.input input,.addGuestModal__body__wrapper>.inputSplited--right input{width:100%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.addGuestModal__button{display:flex;align-items:center;justify-content:flex-end;margin:10px 0 5px}.addGuestModal__button button{cursor:pointer;background:#17948C;border-radius:10px;border:none;padding:7px 25px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#FFFFFF}.modalAddSchedule__card__content__capsule.class .modalAddSchedule__card__content__capsule__text{flex:1 1;padding:12px 14px}.modalAddSchedule__card__content__capsule.class>svg{cursor:pointer}.modalAddSchedule__card__content__capsule.class>svg>path{fill:#17948C}.classSessionDetail{padding:13px 18px}.classSessionDetail__header{display:flex;align-items:center}.classSessionDetail__title{flex:1 1;font-style:normal;font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000}.classSessionDetail__button>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA;background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 22px}.detailMerchant__card__infoVenue.detailClass{display:flex;height:285px}.detailStats{flex-basis:41%}.detailClass__card{display:flex;flex-wrap:nowrap !important;flex-direction:column}.detailClass__card>div{margin-bottom:0 !important}.detailClass__card__info{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#828282}.detailClass__card__info>span{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#EB5757;margin-right:6px;padding-top:29px}.containerLogin{width:100%;margin:0 !important;height:100vh;display:flex}.containerLogin .content{width:57%;padding:80px 200px 100px}.containerLogin .content input,.select-role{border-radius:4px;margin:10px 0;padding:15px 21px;border:1px solid #d1d1d1;font-size:10pt !important;width:100%;color:#000;padding:18px 29px;margin:10px 0}.containerLogin .content .select-role{padding-right:15px}.containerLogin .content select{border:none;width:100%}.containerLogin .content input:focus{outline:none;border:1px solid #66d67b}.containerLogin .content .createAccount span{font-size:14px}.containerLogin .content .createAccount a{font-size:10pt;color:#82d173;margin-left:6px}.containerLogin .sideBackground{height:100vh;position:fixed;height:100% !important;right:0;border:none;-webkit-animation:right-to-left .5s;animation:right-to-left .5s;top:0;width:43%}.sideBackground .chatIcon{position:absolute;bottom:20px;height:75px;cursor:pointer;z-index:9999;left:-35px}.buttonGrey{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:12px 35px;text-transform:uppercase;font-weight:500;background:#e1e1e1;color:#fff;margin:14px 0;cursor:pointer;border:none;border-radius:4px;font-weight:500;font-size:inherit}@media screen and (max-width: 961px){.containerLogin .content{width:100%;padding:80px 40px 100px}.containerLogin .sideBackground{width:0}.sideBackground .chatIcon{left:-100px}}.sessionBalancer{margin-top:24px}.sessionBalancer__header{width:100%;display:flex;justify-content:space-between;margin-bottom:12px;padding:24px}.sessionBalancer__header>div{display:flex;align-items:center}.sessionBalancer__header>div *:not(:last-child){margin-right:8px}.sessionBalancer__header__option{display:flex}.sessionBalancer__header__option div{display:flex;align-items:center;padding:4px 12px;height:36px;border-radius:5px;cursor:pointer;box-shadow:0px 0px 2px 0px rgba(0,0,0,0.75)}.sessionBalancer__header__option--active{background-color:#66d67b;color:#fff}.sessionBalancer__header__option__addIcon svg path{fill:#fff}.sessionBalancer__header__option__addIcon svg{fill:#fff;margin-right:4px}.sessionBalancer__monthSlider{display:flex;align-items:center;flex-direction:column;margin-bottom:24px}.sessionBalancer__monthSlider__month{display:flex;align-items:center;font-size:16px}.sessionBalancer__monthSlider__month span{width:100px;text-align:center}.sessionBalancer__monthSlider__month>i{border:1px solid #e1e1e1;height:28px;width:28px;border-radius:28px;cursor:pointer;display:flex;justify-content:center;align-items:center}.sessionBalancer__monthSlider__month>i svg{width:16px;height:16px}.sessionBalancer__monthSlider__month>i svg path{fill:#212529}.sessionBalancer__monthSlider__year{font-size:12px}.sessionBalancer__days{display:flex;align-items:center;height:36px}.sessionBalancer__days>span{font-size:12px;text-align:center;width:14.28%}.sessionBalancer__dates{display:flex;flex-wrap:wrap}.sessionBalancer__dates>div{cursor:pointer}.sessionBalancer__dates__date{display:flex;min-height:100px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:14.28%;border-top:1px solid #EAEAEA;flex-direction:column;align-items:center}.sessionBalancer__dates__date:not(:nth-child(7n)){border-right:1px solid #EAEAEA}.sessionBalancer__dates__date__header{font-size:12px;border-bottom:1px solid #e1e1e1;padding:4px 6px;text-align:center;width:100%}.sessionBalancer__dates__date__content{padding:10px;width:100%;display:flex;flex-direction:column;text-align:center}.sessionBalancer__dates__date__content>span:nth-child(1){font-size:12px;font-weight:500;margin-bottom:8px}.sessionBalancer__dates__date__content__simple,.sessionBalancer__dates__date__content__detail{background-color:#66d67b;width:100%;font-size:12px;padding:8px;border-radius:5px;text-align:center}.sessionBalancer__dates__date__content__simple:hover,.sessionBalancer__dates__date__content__detail:hover{box-shadow:0px 0px 4px 0px rgba(0,0,0,0.75)}.sessionBalancer__dates__date__content__detail{text-align:left;font-weight:500;color:#212529}.sessionBalancer__dates__date__content--loading{display:flex;flex-direction:column;flex-grow:1;justify-content:center;align-items:center}.date--today{background-color:#94c3e9}.date--today .calendaerSB__content__dates__date__header{font-weight:bold}.date--infocus{opacity:0.3}.modalSessionBalancer__header{display:flex;justify-content:space-between}.modalSessionBalancer__header__closeModal{cursor:pointer}.modalSessionBalancer__header__closeModal svg path{fill:#fff}.modalSessionBalancer__inputQuota__inputSelect{display:block;font-family:sans-serif;line-height:1.3;padding:.6em 1.4em .5em .8em;width:100%;max-width:100%;box-sizing:border-box;margin:0;border-radius:5px;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat, repeat;background-position:right .7em top 50%, 0 0;background-size:.65em auto, 100%;margin:24px 0}.modalSessionBalancer__inputQuota__inputSelect:hover{border-color:#888}.modalSessionBalancer__inputQuota__submit,.modalSessionBalancer__inputQuota__submit--success{margin-top:24px;width:100%;height:36px;font-size:18px;font-weight:bold;border-radius:5px;color:#fff;background-color:#66d67b;align-self:flex-end;border:none}.quotaAssignDaily__header>th{border-top:none}.quotaAssignDaily__progress{display:flex;flex-direction:column;text-align:center}.quotaAssignDaily__progress span{margin-bottom:4px}.quotaAssignDaily__quota,.quotaAssignDaily__total{text-align:center}.quotaAssignDaily__option{display:flex;justify-content:center}.subQuotaAssignDaily{background-color:#F6F6F6}.subQuotaAssignDaily__navigation{display:flex;justify-content:space-between;padding:12px}.subQuotaAssignDaily__navigation__left__search{border:1px solid #D0D0D0;border-radius:9px;display:flex;align-items:center;padding:4px;width:220px}.subQuotaAssignDaily__navigation__left__search>input{border:none;padding:4px;flex-grow:1;background-color:transparent;cursor:pointer}.subQuotaAssignDaily__navigation__left>span{color:#828282;font-size:12px}.subQuotaAssignDaily__navigation__right{display:flex;align-items:center}.subQuotaAssignDaily__navigation__right>*{cursor:pointer}.subQuotaAssignDaily__navigation__right>span{color:#E44D60;font-size:12px;margin-right:24px}.subQuotaAssignDaily__navigation__right>button{color:#fff;font-weight:500;font-size:14px}.subQuotaAssignDaily__table th{border-top:none}.subQuotaAssignDaily__table td{border-bottom:1px solid #979797}.subQuotaAssignDaily__table th,.subQuotaAssignDaily__table td{width:33.33%}.subQuotaAssignDaily__table td:nth-child(2){text-align:center}.subQuotaAssignDaily__table td:nth-child(3){text-align:right;color:#E44D60;font-size:12px}.subQuotaAssignDaily__table td:nth-child(3) span{cursor:pointer}.subQuotaAssignDaily__table input{background-color:transparent}.quotaAssignMonthly__navigation{display:flex;padding-top:12px}.quotaAssignMonthly__navigation>span{flex-grow:1;text-align:center;cursor:pointer}.quotaAssignMonthly__navigation--active{border-bottom:3px solid #66d67b;border-bottom-left-radius:3px;border-bottom-right-radius:3px;font-weight:500}.quotaAssignMonthly__description{color:#A4A4A4;font-size:12px;margin:12px 0;padding:0 12px}.quotaAssignMonthly__table th,.quotaAssignMonthly__table td{width:33.33%}.quotaAssignMonthly__table td:not(:first-child){text-align:center}.inputForModalQuota,.quotaAssignDaily__quota input,.subQuotaAssignDaily__table input,.quotaAssignMonthly__table input{width:100px;height:32px;margin-right:4px;border-radius:5px;padding:0 4px;border:1px solid #D0D0D0}.filterSubQuota{margin-left:8px !important;width:220px;height:200px;overflow-y:auto;color:#1C1C1C !important;background-color:#fff !important;border-radius:10px;box-shadow:0px 0px 4px 0px rgba(0,0,0,0.75)}.filterSubQuota ::-webkit-scrollbar-track{background-color:#eef0ee}.filterSubQuota ::-webkit-scrollbar{width:12px}.filterSubQuota ::-webkit-scrollbar-thumb{border-radius:10px;background-color:#cecccc}.filterSubQuota::-webkit-scrollbar{border-top-right-radius:5px;border-bottom-right-radius:5px}.filterSubQuota.place-top:after{border-top-color:#fff !important;border-top-style:solid !important;border-top-width:6px !important}.filterSubQuota p{padding:10px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filterSubQuota p:hover{background-color:#D8D8D8;border-radius:5px;cursor:pointer}.merchantPackageDetailFit{padding:13px 22px 13px}.merchantPackageDetailFit .header{display:flex;align-items:center}.merchantPackageDetailFit .header .title{font-style:normal;font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000}.merchantPackageDetailFit .header .action{display:flex;align-items:center;margin-left:auto;position:relative;background:#46AC89;border-radius:8px;padding:2px 8px;cursor:pointer}.merchantPackageDetailFit .header .action .renderAction{position:absolute;right:0;top:2rem;z-index:3;min-width:170px;background:#FFFFFF;box-shadow:0px 0px 4px rgba(0,0,0,0.25);border-radius:5px;padding:16px}.merchantPackageDetailFit .header .action .renderAction .active,.merchantPackageDetailFit .header .action .renderAction .suspend,.merchantPackageDetailFit .header .action .renderAction .archive{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.155844px;padding-bottom:16px}.merchantPackageDetailFit .header .action .renderAction .active{color:#17948C}.merchantPackageDetailFit .header .action .renderAction .archive{color:#EB5757}.merchantPackageDetailFit .header .action .title{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.155844px;color:#FFFFFF}.merchantPackageDetailFit .header .action svg path{fill:#FFFFFF}.merchantPackageDetailFit .progression{display:flex}.merchantPackageDetailFit .progression .wrapper{width:50%}.merchantPackageDetailFit .progression .wrapper>.title{font-style:normal;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C}.merchantPackageDetailFit .progression .wrapper>.info{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615}.merchantPackageDetailFit span{color:#AFB6B6}.greenVenue{width:18px;height:18px;background:#27AE60;border-radius:100%;display:flex;margin:auto}.blueVenue{width:18px;height:18px;background:#2F80ED;border-radius:100%;margin:auto}.infoPackage{display:flex;margin-top:16px;padding-bottom:50px}.infoPackage .bigCards{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;margin-right:16px;padding:12px 16px;width:200%}.infoPackage .bigCards>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:31px}.infoPackage .bigCards .contentWrapper{display:flex;flex-wrap:wrap;margin-bottom:32px}.infoPackage .bigCards .contentWrapper .wrapper{width:33%;padding-bottom:32px}.infoPackage .bigCards .contentWrapper .wrapper>.title{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;margin-bottom:4px}.infoPackage .bigCards .contentWrapper .wrapper .dropdown{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#46AC89;border-radius:8px;padding:2px 8px;cursor:pointer}.infoPackage .bigCards .contentWrapper .wrapper .dropdown svg{width:16px}.infoPackage .bigCards .contentWrapper .wrapper .dropdown svg path{fill:#FFFFFF}.infoPackage .bigCards .contentWrapper .wrapper .dropdown>.title{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF}.infoPackage .bigCards .contentWrapper .wrapper .flex{display:flex}.infoPackage .bigCards .contentWrapper .wrapper .content>.title{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685}.infoPackage .bigCards .contentWrapper .wrapper .content>.subInfo{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#798685}.infoPackage .bigCards .contentWrapper .wrapper .content .capsules .title{border:1px solid #17948C;box-sizing:border-box;border-radius:22px;padding:2px 12px;margin-right:6px;font-style:normal;font-weight:normal;font-size:10px;line-height:17px;letter-spacing:0.01em;color:#17948C}.infoPackage .bigCards .contentWrapper .wrapper .content .bluePrice,.infoPackage .bigCards .contentWrapper .wrapper .content .greenPrice{width:18px;height:18px;border-radius:100%;margin-right:8px}.infoPackage .bigCards .contentWrapper .wrapper .content .bluePrice{background-color:#2F80ED}.infoPackage .bigCards .contentWrapper .wrapper .content .greenPrice{background-color:#27AE60}.infoPackage .bigCards .containerWrapper .wrapper{display:flex;align-items:center;margin-bottom:24px}.infoPackage .bigCards .containerWrapper .wrapper .list{width:6px;height:6px;border-radius:100%;background:#17948C;margin-right:9px}.infoPackage .bigCards .containerWrapper .wrapper>.title{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685;width:15rem}.infoPackage .bigCards .containerWrapper .wrapper>.progress{margin-right:26px}.infoPackage .bigCards .containerWrapper .wrapper>input{width:53px;margin:0 9px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:9px 12px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.infoPackage .bigCards .containerWrapper .wrapper>.info{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#031615}.infoPackage .bigCards .containerWrapper .action{display:flex;justify-content:flex-end;margin-top:95px}.infoPackage .bigCards .containerWrapper .action button{background:#17948C;border-radius:10px;border:none;padding:5px 21px;cursor:pointer;margin-top:auto;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FFFFFF}.infoPackage .cards{width:100%}.infoPackage .cards svg{position:absolute;right:1rem;top:9rem;cursor:pointer}.infoPackage .cards .userInfo{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:12px 16px;margin-bottom:13px;width:100%;position:relative}.infoPackage .cards .userInfo>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:31px}.infoPackage .cards .userInfo .contentWrapper{display:flex;align-items:center}.infoPackage .cards .userInfo .contentWrapper .profilePicture{margin:0 84px 0 66px}.infoPackage .cards .userInfo .contentWrapper .container .wrapper{padding-bottom:34px}.infoPackage .cards .userInfo .contentWrapper .container .wrapper .title{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;margin-bottom:3px}.infoPackage .cards .userInfo .contentWrapper .container .wrapper .info{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685}.infoPackage .cards .purchaseInfo{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:12px 191px 12px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative}.infoPackage .cards .purchaseInfo>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:34px}.infoPackage .cards .purchaseInfo .contentWrapper .wrapper{padding-bottom:32px}.infoPackage .cards .purchaseInfo .contentWrapper .title{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;margin-bottom:3px}.infoPackage .cards .purchaseInfo .contentWrapper .info{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685}.detailBooking{padding:13px 18px}.detailBooking span{color:#798685}.detailBooking__breadcrumbs{padding-top:13px;font-size:14px;letter-spacing:0.01em;color:#798685}.detailBooking__header{font-weight:500;color:black;font-size:18px;margin-bottom:20px}.detailBooking__card{display:flex;flex-wrap:nowrap}.detailBooking__transactionInfo,.detailBooking__invoice,.detailBooking__userInfo,.detailBooking__classInfo{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:12px 14px}.detailBooking__transactionInfo>div:nth-child(1),.detailBooking__invoice>div:nth-child(1),.detailBooking__userInfo>div:nth-child(1),.detailBooking__classInfo>div:nth-child(1){font-weight:500;font-size:14px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:34px}.detailBooking__transactionInfo{flex-basis:80%;margin-right:17px}.detailBooking__transactionInfo__wrapper{display:flex;justify-content:space-between}.detailBooking__transactionInfo__container{position:relative;display:flex;justify-content:space-evenly;margin-top:68px;font-weight:500}.detailBooking__transactionInfo__container .line{position:absolute;top:35%;z-index:0;width:70%;height:1px;background-color:#BDBDBD}.detailBooking__transactionInfo__status{text-align:center;z-index:1}.detailBooking__transactionInfo__status>div{text-align:center;font-size:12px;color:#fff;background:#66D67B;border-radius:8px;padding:12px 40px}.detailBooking__transactionInfo__status>span{font-size:10px}.detailBooking__transactionInfo__confirmStatus>div{cursor:pointer;display:flex;align-items:center;justify-content:center;background:#FFFFFF;border:1px solid #66D67B;color:#66D67B;border-radius:8px}.detailBooking__transactionInfo__confirmStatus>div>div{padding:12px 30px;font-size:12px}.detailBooking__transactionInfo__confirmStatus>div>span{margin-left:-20px;padding-right:20px}.detailBooking__transactionInfo__confirmStatus>div>span svg path{fill:#66D67B}.detailBooking__transactionInfo__confirmStatus:hover>div{background:#66D67B;color:#ffffff}.detailBooking__transactionInfo__confirmStatus:hover>div>span svg path{fill:#fff}.detailBooking__transactionInfo .containerModalStatus{position:relative}.detailBooking__transactionInfo .modalConfirmStatus{position:absolute;background:#FFFFFF;margin-top:10px;box-shadow:0px 0px 4px rgba(0,0,0,0.25);border-radius:5px;width:100%}.detailBooking__transactionInfo .modalConfirmStatus>div{padding:16px 16px;font-size:12px;letter-spacing:0.155844px;cursor:pointer}.detailBooking__transactionInfo .modalConfirmStatus>div:hover{color:#fff;background:#66D67B}.detailBooking__invoice{flex-basis:20%}.detailBooking__invoice__wrapper>div{padding:10px 3px}.detailBooking__invoice__wrapper>div:not(:last-child){display:flex;justify-content:space-between}.detailBooking__invoice__wrapper .totalPrice{border-top:1px solid #AFB6B6}.detailBooking__userInfo{flex-basis:60%;margin-right:17px;margin-top:16px}.detailBooking__userInfo__wrapper{display:flex;align-items:center;flex-wrap:nowrap}.detailBooking__userInfo__wrapper__rightSide{flex-basis:70%;display:flex;flex-direction:column;flex-wrap:wrap;max-height:162px}.detailBooking__userInfo__wrapper__rightSide>div{padding:10px 3px}.detailBooking__userInfo__wrapper__leftSide{flex-basis:30%;display:flex;justify-content:center}.detailBooking__classInfo{flex-basis:40%;margin-top:16px}.profilePicture{width:90px;height:100px;clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);-webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)}.profilePicture img{object-fit:cover;width:100%;height:100%}.bookingType{padding:4px 8px;background:#495050;border-radius:8px;font-size:10px;letter-spacing:0.155844px;color:#FFFFFF;border:none}.bookingSource{background-color:transparent;border:none;font-size:14px;padding:0;letter-spacing:0.3px;color:#798685}.bookingStatus--cancel,.bookingStatus--checkedin,.bookingStatus--confirm,.bookingStatus--reject,.bookingStatus--pending{color:#fff;border-radius:8px;padding:4px 8px;letter-spacing:0.155844px;font-size:10px;border:none;text-align:center}.bookingStatus--cancel,.bookingStatus--reject{background-color:#e44d60}.bookingStatus--checkedin{background-color:#46ac89}.bookingStatus--confirm{background-color:#64d47c}.bookingStatus--pending{background-color:#66D67B}.membershipDetail__title{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em}.membershipDetail__title>span:nth-child(1){color:#000000}.membershipDetail__title>span:nth-child(2){color:#AFB6B6}.membershipDetail__cards{display:flex;flex-wrap:wrap;margin-top:9px}.membershipDetail__cards>div:not(:last-child){margin-right:14px}.membershipDetail__card,.membershipDetail__card--link{display:flex;flex-direction:column;background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;min-height:132px;min-width:220px;padding:12px;margin-top:9px}.membershipDetail__card__card-title{font-weight:500;font-size:14px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:10px}.membershipDetail__card>div:first-child,.membershipDetail__card--link>div:first-child{display:flex;flex-direction:column}.membershipDetail__card--link{justify-content:space-between;flex-direction:row}.membershipDetail__card--link>img:last-child{margin-left:12px}.membershipDetail__card__age>:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C}.membershipDetail__card__bookings>:nth-child(2){font-style:normal;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C;margin-bottom:auto}.membershipDetail__card__invoice>:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C}.membershipDetail__card__extra-fee>:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C;margin-bottom:auto}.membershipDetail__card__extra-fee>:nth-child(3){font-size:12px;line-height:18px;letter-spacing:0.155844px}.membershipDetail__card__extra-fee>:nth-child(3)>span:nth-child(odd){color:#66D67B}.membershipDetail__card__extra-fee>:nth-child(3)>span:nth-child(even){color:#828282}.membershipInfo__table__title{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333}.membershipInfo__table__content{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685}.membershipInfo__table tr>td{min-width:234px;padding-bottom:32px;vertical-align:top}.membershipInfo__table tr>td>div:first-child{margin-bottom:4px;font-weight:500;font-size:12px}.membershipInfo__table__data{min-width:220px !important}.membershipInfo__table__status{cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.membershipInfo__table__status--loading{display:flex;align-items:center;justify-content:center;min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 8px;border-radius:8px;border:1px solid #E4E7E7}.membershipInfo__table__status span{display:flex;align-items:center;justify-content:space-between;min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 8px;border-radius:8px;font-size:10px;line-height:15px;border:1px solid #E4E7E7;color:#FFFFFF}.membershipInfo__table__status span:after{content:url(/static/media/arrow-down.4000d30aa7d0762950b6.svg)}.membershipInfo__table__status__pulldown{position:absolute;margin-top:4px;min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:6px;background:#FFFFFF;box-shadow:0px 0px 4px rgba(0,0,0,0.25);border-radius:5px;font-size:12px;line-height:14px}.membershipInfo__table__status__pulldown>div{padding:4px;border-radius:3px;cursor:pointer}.membershipInfo__table__status__pulldown>div:hover{background-color:rgba(128,128,128,0.3)}.membershipInfo__table__status__pulldown--active{color:#17948C}.membershipInfo__table__status__pulldown--suspend{color:#031615}.membershipInfo__table__status__pulldown--archive{color:#EB5757}.membershipUserInfo{display:flex;align-items:center}.membershipUserInfo__avatar{-webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);height:98px;width:98px;object-fit:cover;border-radius:12px;margin-right:24px}.membershipUserInfo__table tr>td>div:nth-child(1){font-weight:500;font-size:12px;line-height:18px;color:#333333;padding-bottom:4px}.membershipUserInfo__table tr>td>div:nth-child(2){font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685}.membershipUserInfo__table tr:not(:last-child)>td>div:nth-child(2){padding-bottom:24px}.membershipDetail .membershipDetail__navigation{border-bottom:1px solid #E4E7E7;margin-bottom:16px}.membershipDetail .membershipDetail__navigation>div{cursor:pointer}.membershipDetail .membershipTypes{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;text-align:center;letter-spacing:0.155844px;color:#FFFFFF;background:#EDAE0F;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:8px;padding:2px 8px}.membershipDetail .statusMembership{display:flex;align-items:center;background:#46AC89;border-radius:8px;padding:2px 8px}.membershipDetail .statusMembership .title{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;text-align:center;letter-spacing:0.155844px;color:#FFFFFF}.membershipDetail .statusMembership svg path{fill:#FFFFFF}.membership-bookings__filter{display:flex;flex-direction:column;padding:20px 14px}.membership-bookings__filter__date{display:flex;align-items:center;font-style:normal;font-weight:normal;font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#031615}.membership-bookings__filter__date>div{display:flex;align-items:center;margin-right:auto}.membership-bookings__filter__date svg{margin-right:8px}.membership-bookings__filter__button-filter{background:#17948C;color:#FFFFFF;padding:4px 8px;border-radius:10px;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.342857px;text-align:center;border:none;outline:none}.membership-bookings__filter__date-state{padding:24px 0}.membership-bookings tbody td{vertical-align:top}.membership-bookings__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membership-bookings__create{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.membership-bookings__merchant>div{display:flex;flex-direction:column;text-align:left}.membership-bookings__merchant>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membership-bookings__merchant>div>div{margin:0 !important}.membership-bookings__class>div{display:flex;flex-direction:column;text-align:left}.membership-bookings__class>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membership-bookings__class>div>span:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.membership-bookings__class>div>div>span{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.membership-bookings__extra-fee>div{display:flex;flex-direction:column}.membership-bookings__extra-fee>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membership-bookings__extra-fee>div>span:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.membership-bookings__source{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membership-bookings__extra-fee>div{display:flex;flex-direction:column}.membership-bookings__extra-fee>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membership-bookings__extra-fee>div>span:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.membership-bookings__status>span{padding:2px 8px;border-radius:8px;color:#FFFFFF}.membership-invoice tbody td{vertical-align:top}.membership-invoice__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membership-invoice__issued-date{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.membership-invoice__due-date{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.membership-invoice__amont{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.membership-invoice__extra-fee>*{white-space:nowrap}.membership-invoice__extra-fee>div{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membership-invoice__extra-fee>span{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.membership-invoice__status>span{border-radius:10px;padding:2px 8px;color:#FFFFFF}.membership-invoice__action{flex-direction:column}.tableTransaction__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-weight:bold;font-size:18px}@media only screen and (max-width: 961px){.tableTransaction__header{flex-direction:column}}.tableTransaction__header>span{font-weight:500;font-size:14px;letter-spacing:0.12px;color:#1C1C1C}.tableTransaction__header .tableTransaction__header__filter{font-weight:bold;font-size:12px;display:flex}@media only screen and (max-width: 961px){.tableTransaction__header .tableTransaction__header__filter{flex-direction:column}.tableTransaction__header .tableTransaction__header__filter>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}}.tableTransaction__header .tableTransaction__header__filter .tableTransaction__header__filter__button{padding:8px 33px;margin:0 10px;border-radius:10px;background-color:#17948C;border:1.2px solid #17948C;font-weight:500;font-size:14px;color:#FAFAFA;cursor:pointer}.tableTransaction__filter{display:flex;padding:24px 16px;display:flex;flex-direction:column}.tableTransaction__filter__date{display:flex;margin-bottom:21px}.tableTransaction__filter__date>div{display:flex;align-items:center}.tableTransaction__filter__date>div svg{width:24px;height:24px;margin-right:6px}.transaction-fit__title{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin:9px 0px}.transaction-fit__cards-statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(20%, 1fr));grid-gap:10px;grid-auto-rows:134px;margin-bottom:23px}.transaction-fit__cards-statistic>div{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px}.transaction-fit__cards-statistic>div:last-child{grid-row:1/3;grid-column:3/6}.transaction-fit__cards-statistic>div:not(:last-child)>div{display:flex;flex-direction:column;height:100%;color:#1C1C1C}.transaction-fit__cards-statistic>div:not(:last-child)>div>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px}.transaction-fit__cards-statistic>div:not(:last-child)>div>span:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;flex-grow:1}.transaction-fit__cards-statistic__percentage--increase,.transaction-fit__cards-statistic__percentage--decrease,.transaction-fit__cards-statistic__percentage--equal{display:flex;align-items:center}.transaction-fit__cards-statistic__percentage--increase svg,.transaction-fit__cards-statistic__percentage--decrease svg,.transaction-fit__cards-statistic__percentage--equal svg{height:20px;width:20px}.transaction-fit__cards-statistic__percentage--increase span,.transaction-fit__cards-statistic__percentage--decrease span,.transaction-fit__cards-statistic__percentage--equal span{font-size:12px;line-height:18px;letter-spacing:0.155844px}.transaction-fit__cards-statistic__percentage--increase>span:nth-of-type(1),.transaction-fit__cards-statistic__percentage--decrease>span:nth-of-type(1),.transaction-fit__cards-statistic__percentage--equal>span:nth-of-type(1){font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#66D67B}.transaction-fit__cards-statistic__percentage--increase>span:nth-of-type(2),.transaction-fit__cards-statistic__percentage--decrease>span:nth-of-type(2),.transaction-fit__cards-statistic__percentage--equal>span:nth-of-type(2){color:#828282}.transaction-fit__cards-statistic__percentage--decrease>span:nth-of-type(1){color:#EB5757}.transaction-fit__cards-statistic__percentage--equal>span:nth-of-type(1){color:#828282}.bookingTable td{vertical-align:top}.bookingTable__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.bookingTable__date>div{display:flex;flex-direction:column}.bookingTable__date>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.bookingTable__date>div>span:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F;white-space:nowrap}.bookingTable__merchant{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.bookingTable__class>div{display:flex;flex-direction:column}.bookingTable__class>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.bookingTable__class>div>span:nth-child(2),.bookingTable__class>div>span:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.bookingTable__owner>div>div{display:flex;flex-direction:column}.bookingTable__owner>div>div>span{max-width:160px;word-wrap:break-word}.bookingTable__owner>div>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.bookingTable__owner>div>div>span:nth-child(2),.bookingTable__owner>div>div>span:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.bookingTable__source>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.bookingTable__source>span:nth-child(2){display:block;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.bookingTable__type{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.bookingTable__status>span:nth-child(1){padding:2px 8px;border-radius:8px;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.bookingTable__status>span:nth-child(2){margin-top:4px}.bookingTable__status>span:nth-child(2),.bookingTable__status>span:nth-child(3),.bookingTable__status>span:nth-child(4){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F;display:block}.bookingTable__action{vertical-align:middle !important}.bookingTable__action>div{display:flex}.bookingTable__action>div>i{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background-color:#FAFAFA;border:1px solid #C9CFCE;border-radius:4px;cursor:pointer}.bookingTable__action>div>i:not(:last-child){margin-right:9px}.bookingTable__action>div>i svg{width:16px;height:16px}.membershipTable td{vertical-align:top}.membershipTable__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membershipTable__created{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.membershipTable__membership-name{max-width:160px;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membershipTable__plan{max-width:160px}.membershipTable__plan>div:nth-child(1){display:flex;flex-direction:column}.membershipTable__plan>div:nth-child(1)>:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membershipTable__plan>div:nth-child(1)>:nth-child(2),.membershipTable__plan>div:nth-child(1)>:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F;white-space:nowrap}.membershipTable__periode{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membershipTable__owner{max-width:160px}.membershipTable__owner>div{display:flex;flex-direction:column}.membershipTable__owner>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.membershipTable__owner>div>span:nth-child(1),.membershipTable__owner>div>span:nth-child(2){word-wrap:break-word}.membershipTable__owner>div>span:nth-child(2),.membershipTable__owner>div>span:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.membershipTable__status>span:nth-child(1){border-radius:8px;padding:2px 8px;text-align:center}.membershipTable__price>div{display:flex;flex-direction:column}.membershipTable__price>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.membershipTable__price>div>span:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F;white-space:nowrap}.membershipTable__action{vertical-align:middle !important}.membershipTable__action>div{display:flex;align-items:center}.membershipTable__action>div>i:nth-child(1){margin-right:9px}.membershipTable__action>div>i{cursor:pointer;background:#FAFAFA;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:4px;width:24px;height:24px;display:flex;justify-content:center;align-items:center;padding:4px}.membershipTable__action>div>i svg{width:16px;height:16px}.merchantPackageTable tbody td{vertical-align:top}.merchantPackageTable__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchantPackageTable__date{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.merchantPackageTable__merchant div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;display:block;margin-bottom:8px}.merchantPackageTable__package{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchantPackageTable__owner>div{display:flex;flex-direction:column}.merchantPackageTable__owner>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchantPackageTable__owner>div>span:nth-child(2),.merchantPackageTable__owner>div>span:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.merchantPackageTable__status>span:nth-child(1){padding:2px 8px;border-radius:8px;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.merchantPackageTable__action{vertical-align:middle !important}.merchantPackageTable__action>div{display:flex}.merchantPackageTable__action>div>i{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background-color:#FAFAFA;border:1px solid #C9CFCE;border-radius:4px;cursor:pointer}.merchantPackageTable__action>div>i:not(:last-child){margin-right:9px}.merchantPackageTable__action>div>i svg{width:16px;height:16px}.bookingFoodDetail{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:18px 32px;flex-basis:77%;margin-right:15px;padding-bottom:40px}.bookingFoodDetail>.title{font-style:normal;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.207792px;color:#333333;margin-bottom:18px}.bookingFoodDetail .container{display:flex;flex-wrap:wrap;height:100%}.bookingFoodDetail .container>.wrapper{width:33%;padding-right:40px;padding-bottom:10px}.bookingFoodDetail .container>.wrapper>.containerWrapper{display:flex;align-items:center}.bookingFoodDetail .container>.wrapper>.containerWrapper>.content{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F;margin-right:8px}.bookingFoodDetail .container>.wrapper>.containerWrapper>.drop,.bookingFoodDetail .container>.container.wrapper>.wrapper.containerWrapper>.drop--gold{background:#46AC89;border-radius:8px;display:flex;align-items:center;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#FFFFFF}.bookingFoodDetail .container>.wrapper>.containerWrapper>.drop svg,.bookingFoodDetail .container>.container.wrapper>.wrapper.containerWrapper>.drop--gold svg{cursor:pointer}.bookingFoodDetail .container>.wrapper>.containerWrapper>.drop svg path,.bookingFoodDetail .container>.container.wrapper>.wrapper.containerWrapper>.drop--gold svg path{fill:#FFFFFF}.bookingFoodDetail .container>.wrapper>.title{font-style:normal;font-weight:500;font-size:18px;line-height:27px;letter-spacing:0.12987px;color:#333333;margin-bottom:8px}.bookingFoodDetail .container>.wrapper>.content{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#4F4F4F}.bookingFoodDetail .container>.wrapper>.drop,.bookingFoodDetail .container>.wrapper>.drop--gold{background:#46AC89;border-radius:8px;display:flex;align-items:center;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#FFFFFF}.bookingFoodDetail .container>.wrapper>.drop--gold{background-color:#EDAE0F}.bookingFoodDetail .container>.wrapper>.drop svg,.bookingFoodDetail .container>.wrapper>.drop--gold svg{cursor:pointer}.bookingFoodDetail .container>.wrapper>.drop svg path,.bookingFoodDetail .container>.wrapper>.drop--gold svg path{fill:#FFFFFF}.profilePictureFood{width:144px;height:144px;clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);-webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)}.profilePictureFood img{object-fit:cover;width:100%;height:100%}.memberFoodDetail{padding:13px 18px}.memberFoodDetail>.header{display:flex;align-items:center}.memberFoodDetail>.header>.title{font-style:normal;font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin-right:auto}.memberFoodDetail>.header>.title span{color:#AFB6B6}.memberFoodDetail>.header>.action{display:flex;align-items:center;padding:2px 8px;background:#46AC89;border-radius:8px;cursor:pointer;position:relative}.memberFoodDetail>.header>.action>.title{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.155844px;color:#FFFFFF}.memberFoodDetail>.header>.action>svg path{fill:#FFFFFF}.memberFoodDetail>.header>.action .renderAction{position:absolute;right:0;top:2rem;z-index:3;min-width:170px;background:#FFFFFF;box-shadow:0px 0px 4px rgba(0,0,0,0.25);border-radius:5px;padding:16px}.memberFoodDetail>.header>.action .renderAction .active,.memberFoodDetail>.header>.action .renderAction .suspend,.memberFoodDetail>.header>.action .renderAction .archive{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.155844px;padding-bottom:16px}.memberFoodDetail>.header>.action .renderAction .active{color:#17948C}.memberFoodDetail>.header>.action .renderAction .archive{color:#EB5757}.memberFoodDetail>.headerCards{display:flex;width:100%}.memberFoodDetail>.headerCards>.card,.memberFoodDetail>.headerCards>.card--large{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px 15px;margin-right:14px;width:33%;display:flex;flex-direction:column;position:relative}.memberFoodDetail>.headerCards>.card>svg,.memberFoodDetail>.headerCards>.card--large>svg{position:absolute;right:.5rem;top:3rem;cursor:pointer}.memberFoodDetail>.headerCards>.card>.title,.memberFoodDetail>.headerCards>.card--large>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.memberFoodDetail>.headerCards>.card>.content,.memberFoodDetail>.headerCards>.card--large>.content{font-style:normal;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C;margin-top:8px}.memberFoodDetail>.headerCards>.card>.info,.memberFoodDetail>.headerCards>.card--large>.info{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#828282;margin-top:auto}.memberFoodDetail>.headerCards>.card--large{width:100%;margin-right:0}.memberFoodDetail>.headerCards>.card--large>.wrapper{display:flex;align-items:center;margin-bottom:11px}.memberFoodDetail>.headerCards>.card--large>.wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;width:10%}.memberFoodDetail>.headerCards>.card--large>.wrapper>.content{padding-left:10px;font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#828282}.memberFoodDetail>.headerCards>.card--large>.wrapper>.action{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.12px;color:#17948C;width:15%;padding-right:55px;position:relative;cursor:pointer}.memberFoodDetail>.headerCards>.card--large>.wrapper>.action>svg{position:absolute;right:.5rem;top:1rem}.memberFoodDetail>.headerCards>.card--large>.wrapper>.card,.memberFoodDetail>.headerCards>.memberFoodDetail.card--large>.headerCards.wrapper>.card--large{background:#FFFFFF;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);border-radius:5px;padding:8px;height:100%;display:flex;margin:auto;cursor:pointer}.memberFoodDetail>.headerCards>.card--large>.wrapper>.cardActived{background:rgba(3,22,21,0.35);box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);padding:8px;height:100%;display:flex;margin:auto;cursor:pointer}.memberFoodDetail>.headerCards>.card--large>.wrapper>.card>img,.memberFoodDetail>.headerCards>.memberFoodDetail.card--large>.headerCards.wrapper>.card--large>img{width:62px;height:62px;border-radius:10px;object-fit:cover}.memberFoodDetail>.headerCards>.card--large>.wrapper>.card>.content,.memberFoodDetail>.headerCards>.memberFoodDetail.card--large>.headerCards.wrapper>.card--large>.content{padding-left:8px}.memberFoodDetail>.headerCards>.card--large>.wrapper>.card>.content>.title,.memberFoodDetail>.headerCards>.memberFoodDetail.card--large>.headerCards.wrapper>.card--large>.content>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#333333}.memberFoodDetail>.headerCards>.card--large>.wrapper>.card>.content>.stats,.memberFoodDetail>.headerCards>.memberFoodDetail.card--large>.headerCards.wrapper>.card--large>.content>.stats{font-style:normal;font-weight:normal;font-size:12px;line-height:14px;letter-spacing:0.03em;color:#031615;margin-top:8px;margin-bottom:10px}.flexRight{margin-left:auto !important}.food-order__table td{vertical-align:top}.food-order__table__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-order__table__date div{white-space:nowrap}.food-order__table__date div{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-order__table__date span{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.food-order__table__package{max-width:300px}.food-order__table__package div:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-order__table__package div:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.food-order__table__merchant{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-order__table__batch{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-order__table__batch>div{white-space:nowrap}.food-order__table__user{max-width:200px}.food-order__table__user>div:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-order__table__user>div:nth-child(2),.food-order__table__user>div:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.food-order__table__user div>:nth-child(2){word-break:break-all}.food-order__table__address{max-width:250px}.food-order__table__address>div:nth-child(1){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 8px;border-radius:8px;background:#17948C;margin-bottom:5px}.food-order__table__address>div:nth-child(2),.food-order__table__address>div:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.food-order__table__price{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.food-gold__table thead tr th{text-align:left}.food-gold__table td{vertical-align:top}.food-gold__table__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-gold__table__date{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-gold__table__membership>div:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-gold__table__membership>div:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.food-gold__table__user>div:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-gold__table__user>div:not(:first-child){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.food-gold__table__source{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.food-gold__table__status>div:first-child{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.food-gold__table__status>div:not(:first-child){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.food-gold__table__action{display:flex;justify-content:center;position:relative;cursor:pointer}.merchant-create__title{font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-top:12px}.merchant-create__main__navigations{margin:32px 0}.error{font-size:10px;line-height:15px;align-items:center;letter-spacing:0.01em;color:#EB5757;margin-top:4px}.merchantCreate__radioButton__main{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.merchantCreate__radioButton__main>.title{display:flex;align-items:center;margin-bottom:0 !important}.merchantCreate__radioButton__content{display:flex;align-items:center}.merchantCreate__radioButton__content div:nth-child(1){margin-right:20px}.merchantCreate__radioButton__title{display:flex;align-items:center}.merchantCreate__radioButton__title>div{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;width:5.5rem}.merchantCreate__radioButton__title svg{margin-right:5px;cursor:pointer}.merchantCreate__dropdown{background:#f2f3f3;border:1px solid #c9cfce;border-radius:10px;padding:14px 16px;width:100%;font-size:12px;line-height:17px;letter-spacing:.01em;color:#17948c}.merchantCreate__dropdown__content{position:absolute;bottom:-11.3rem;max-height:10.7rem;overflow:auto;background:#f2f3f3;border:1px solid #c9cfce;border-radius:10px;padding:14px 16px;width:28rem;font-size:12px;line-height:17px;letter-spacing:.01em;color:#17948c}.merchantCreate__dropdown__content::-webkit-scrollbar{width:15px;background-color:transparent}.merchantCreate__dropdown__content::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#FAFAFA}.merchantCreate__dropdown__content::-webkit-scrollbar-button{width:0;height:0;display:none}.merchantCreate__dropdown__content::-webkit-scrollbar-corner{background-color:transparent}.merchantCreate__dropdown__title{padding-bottom:5px}.merchant-create__info{display:flex;flex-direction:column}.merchant-create__info__forms{background:#FFFFFF;border-radius:10px;padding:32px;display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(50% - 116px), 1fr));grid-column-gap:116px;margin-bottom:24px}.merchant-create__info__button{display:flex;justify-content:flex-end}.merchant-create__info__button>button{cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;white-space:nowrap}.merchant-create__info__form__name{margin-bottom:32px}.merchant-create__info__form__name>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchant-create__info__form__name>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.merchant-create__info__form__desc>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchant-create__info__form__desc>textarea{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;min-height:170px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.merchant-create__info__form__map{margin-bottom:32px;position:relative}.merchant-create__info__form__map>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchant-create__info__form__map>div:nth-child(2){color:#17948C;font-size:12px;line-height:17px;letter-spacing:0.01em;background-color:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;display:flex;min-height:41px;width:100%;align-items:center;margin-bottom:8px}.merchant-create__info__form__map>div:nth-child(2) input{background-color:#F2F3F3;border:none;width:100%;margin-left:16px;margin-right:16px;color:#17948C}.merchant-create__info__form__map>div:nth-child(2)>div:nth-child(1){background-color:#ffffff;border-right:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;height:100%;display:flex;align-items:center;padding:10px}.merchant-create__info__form__map__suggestion{position:absolute;z-index:10;width:100%;height:194px;overflow-y:auto;max-height:250px;padding:14px 24px;border:1px solid #C9CFCE;border-radius:10px;background-color:#FFFFFF;color:#031615;font-size:12px;line-height:17px;letter-spacing:0.01em}.merchant-create__info__form__map__suggestion>span{font-weight:500;text-transform:capitalize;color:#031615;padding-bottom:12px}.merchant-create__info__form__map__suggestion>li{cursor:pointer}.merchant-create__info__form__map__suggestion>li:hover{color:#17948C}.merchant-create__info__form__map__display{height:194px;width:100%;padding:2px;border:1px solid #C9CFCE;border-radius:10px;margin-bottom:8px}.merchant-create__info__form__lat,.merchant-create__info__form__lng{margin-bottom:8px;color:#17948C;font-size:12px;line-height:17px;letter-spacing:0.01em;background-color:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;display:flex;min-height:41px;width:100%;align-items:center}.merchant-create__info__form__lat input,.merchant-create__info__form__lng input{background-color:#F2F3F3;border:none;width:100%;margin-left:16px;margin-right:16px;color:#17948C}.merchant-create__info__form__lat>div:nth-child(1),.merchant-create__info__form__lng>div:nth-child(1){background-color:#ffffff;border-right:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;height:100%;display:flex;align-items:center;padding:10px}.merchant-create__info__form__address{position:relative}.merchant-create__info__form__address>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchant-create__info__form__address>textarea{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;min-height:170px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.merchant-create__info__form__address>select{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.merchant-create__gallery{display:flex;flex-direction:column}.merchant-create__gallery__forms{background:#FFFFFF;border-radius:10px;padding:32px;display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(50% - 116px), 1fr));grid-column-gap:66px;margin-bottom:24px}.merchant-create__gallery__form__title{margin-bottom:8px;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615}.merchant-create__gallery__button{display:flex;justify-content:flex-end}.merchant-create__gallery__button>button{cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;white-space:nowrap}.merchant-create__gallery__form__photo{display:flex;flex-direction:column}.merchant-create__gallery__form__photo:not(:last-child){margin-bottom:16px}.merchant-create__gallery__form__photo span:last-child{margin-top:8px;font-weight:500;font-size:10px;line-height:15px;letter-spacing:0.415584px;color:#626262}.merchant-create__gallery__form__photo div{display:flex}.merchant-create__gallery__form__photo div img{width:343px;height:170px;border-radius:10px;border:1px solid #C9CFCE;margin-right:24px;object-fit:cover}.merchant-create__gallery__form__photo div>div{justify-content:flex-end;display:flex;flex-direction:column}.merchant-create__gallery__form__photo__btn--primary{cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;white-space:nowrap}.merchant-create__gallery__form__photo__btn--primary:not(:last-child){margin-bottom:12px}.merchant-create__gallery__form__photo__btn--secondary{cursor:pointer;padding:5px 10px;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;background:transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#17948C;text-align:center;white-space:nowrap}.merchant-create__gallery__form__photo__btn--secondary:not(:last-child){margin-bottom:12px}.merchantUpdate{display:flex;flex-direction:column}.merchantUpdate__header{height:262px;padding:12px 16px;background-image:linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);display:flex;flex-direction:column;justify-content:space-between;background-size:cover;background-repeat:no-repeat;background-position:center}.merchantUpdate__header__desc{display:flex;align-items:center}.merchantUpdate__header__desc>span{flex-grow:1;font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000}.merchantUpdate__header__desc>button{min-width:124px;height:38.55px;background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA}.merchantUpdate__header__actions{display:flex;align-items:center}.merchantUpdate__header__actions>label{display:flex;align-items:center;margin-right:23px}.merchantUpdate__header__actions>label>span{font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#031615;margin-right:32px}.merchantUpdate__main{padding:32px}.merchantUpdate__main__navigations{margin-bottom:32px}.merchantUpdateToggle .react-toggle-track,.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#C4C4C4}.merchantUpdateToggle.react-toggle--checked .react-toggle-track,.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#66D67B}.merchantUpdateToggleText{display:flex;justify-content:center;align-items:center;height:100%;font-size:12px;letter-spacing:0.0709534px;color:#6C6C6C}.merchantInfo{display:flex;flex-direction:column}.merchantInfo__main{display:flex}.merchantInfo__forms{width:100%}.merchantInfo__forms,.merchantInfo__previewApp{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:32px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:417px}.merchantInfo__forms>div:not(:last-child){margin-bottom:32px}.merchantInfo__form>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;text-transform:capitalize;color:#031615;margin-bottom:8px}.merchantInfo__form__sports{display:flex;flex-wrap:wrap}.merchantInfo__form__sports>span{padding:8px 12px;background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;margin-bottom:8px;margin-right:12px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.merchantInfo__form__selectCity,.merchantInfo__form__selectSport{width:343px}.merchantInfo__form__facilities>div:nth-child(2){overflow-x:auto;display:flex;margin-bottom:8px}.merchantInfo__form__facilities__facility{display:flex;flex-direction:column;text-align:center;margin-right:20px}.merchantInfo__form__facilities__facility>div{width:70px;height:70px;border-radius:50%;border:1px solid #E0E0E0;display:flex;justify-content:center;align-items:center}.merchantInfo__form__facilities__facility>div>img{height:45px}.merchantInfo__form__facilities__facility>span{font-size:12px;line-height:17px;text-align:center;letter-spacing:0.01em;color:#828282}.merchantInfo__form__facilities--add{width:343px;margin-top:8px}.merchantInfo__form__searchMap>div:nth-child(1){cursor:pointer}.merchantInfo__form__searchMap>div:nth-child(2){display:flex;align-items:center}.merchantInfo__form__coordinat>div:nth-child(1){width:110px}.merchantInfo__form__map{height:194px;width:100%;padding:2px;border:1px solid #C9CFCE;border-radius:10px}.merchantInfo__form__address>*:not(:first-child){margin-bottom:8px}.merchantInfo__form__addressesSuggestion{position:absolute;z-index:10;width:343px;height:194px;overflow-y:auto;max-height:250px;padding:14px 24px;border:1px solid #C9CFCE;border-radius:10px;background-color:#FFFFFF;color:#031615;font-size:12px;line-height:17px;letter-spacing:0.01em}.merchantInfo__form__addressesSuggestion>span{font-weight:500;text-transform:capitalize;color:#031615;padding-bottom:12px}.merchantInfo__form__addressesSuggestion>li{cursor:pointer}.merchantInfo__form__addressesSuggestion>li:hover{color:#17948C}.merchantInfo__form__socialMedia svg{width:24px;height:24px}.merchantInfo__form__socialMedia>:not(:first-child){margin-bottom:8px}.merchantInfo__form__socialMedia>div:not(:first-child)>div:nth-child(1){cursor:pointer}.merchantInfo__previewApp{display:flex;flex-direction:column;margin-left:42px}.merchantInfo__previewApp>div:nth-child(1){font-weight:500;font-size:12px;line-height:24px;letter-spacing:0.03em;color:#031615;margin-bottom:8px}.merchantInfo__footer{display:flex;flex-direction:row-reverse;margin-top:32px}.merchantInfo__footer>button:not(:first-child){margin-right:16px}.merchantInfo__form--split{color:#17948C;font-size:12px;line-height:17px;letter-spacing:0.01em;background-color:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;display:flex;min-height:44px;width:100%;align-items:center}.merchantInfo__form--split input{background-color:#F2F3F3;border:none;width:100%;margin-left:16px;margin-right:16px;color:#17948C}.merchantInfo__form--split>div:nth-child(1){background-color:#ffffff;border-right:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;height:100%;display:flex;align-items:center;padding:10px}.user-merchant{padding:32px;display:flex}.user-merchant:not(:last-child){margin-bottom:32px}.user-merchant__form:not(:last-child){margin-bottom:15px}.user-merchant__form>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.user-merchant__form--left,.user-merchant__form--right{min-width:378px;display:flex;flex-direction:column}.user-merchant__form--right{margin-left:78px;margin-top:139px;width:100%}.user-merchant__form__add-section{display:flex;height:100%;width:100%;justify-content:flex-end;align-items:flex-end}.user-merchant__form__add-section>button{border:1px solid #17948C;padding:10px 22px;border-radius:10px;height:44px;display:flex;align-items:center;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background-color:#FFFFFF;cursor:pointer}.user-merchant__form__add-section>button>i{display:flex;align-items:center;border:1px solid #17948C;border-radius:50%;margin-right:8px}.user-merchant__form__photo{display:flex;flex-direction:column}.user-merchant__form__photo>img{width:100px;height:100px;object-fit:cover;border-radius:50%}.user-merchant__form__photo>[type="file"]{border:0;clip:rect(0, 0, 0, 0);height:1px;overflow:hidden;padding:0;position:absolute !important;white-space:nowrap;width:1px}.user-merchant__form__photo>[type="file"],.user-merchant__form__photo>label{cursor:pointer;display:flex;justify-content:center;align-items:center;background-color:#17948C;border-radius:50%;width:30px;height:30px;margin-top:-31px;margin-left:70px}.user-merchant__form__photo>[type="file"] svg path,.user-merchant__form__photo>label svg path{fill:#fff}.user-merchant__form__name>i{vertical-align:middle;margin-left:14px}.user-merchant__form__password>i{vertical-align:middle;margin-left:14px}.user-merchant__form__password2>i{vertical-align:middle;margin-left:14px}.pulldown--select{display:flex;align-items:center;background-color:#F2F3F3;width:343px;height:44px;padding:16px 14px;border:1px solid #C9CFCE;border-radius:10px;cursor:pointer}.pulldown--select>span{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;display:flex;flex-grow:1}.pulldown--select i{display:flex;align-items:center}.pulldown--select i svg path{fill:#17948C}.pulldown--option{z-index:99;position:absolute;margin-top:8px;min-height:44px;width:343px;background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px}.pulldown--option>span{display:flex;flex-direction:column;flex-grow:1;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:7px 16px;cursor:pointer}.pulldown--option>span:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.pulldown--option>span:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.pulldown--option>span:hover{background-color:#F2F3F3}.merchant-business{display:flex;flex-direction:column}.merchant-business__form{display:flex;padding:31px}.merchant-business__form .merchant-business__form--container{margin-right:100px}.merchant-business__form .merchant-business__form--container>div:not(:first-child){margin-top:27px}.merchant-business__form svg{width:24px;height:24px}.merchant-business__form svg path{fill:#358B9D}.merchant-business__form__join-date>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchant-business__form__contact--input{display:flex;flex-direction:column}.merchant-business__form__contact--input>:first-child{font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchant-business__form__contact--input>:nth-child(2){margin-bottom:8px}.merchant-business__form__commision>:first-child{font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchant-business__form__commision>div:nth-child(2){color:#17948C;font-size:12px;line-height:17px;letter-spacing:0.01em;background-color:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;height:44px;width:343px;display:flex;align-items:center}.merchant-business__form__commision>div:nth-child(2)>div{background-color:#ffffff;border-right:1px solid #C9CFCE;border-radius:10px;height:100%;display:flex;justify-content:center}.merchant-business__form__commision>div:nth-child(2)>div i{padding:10px;cursor:pointer}.merchant-business__form__commision>div:nth-child(2)>div>div:nth-child(1){display:flex}.merchant-business__form__commision>div:nth-child(2)>div>div:nth-child(2){position:absolute;background-color:#ffffff;margin-top:48px;margin-left:-25px;display:flex;flex-direction:column;border:1px solid #C9CFCE;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 0}.merchant-business__form__commision>div:nth-child(2)>div>div:nth-child(2)>i{padding:4px 8px}.merchant-business__form__commision>div:nth-child(2)>div>div:nth-child(2)>i:hover{background-color:#F2F3F3}.merchant-business__form__commision>div:nth-child(2) input{background-color:#F2F3F3;border:none;width:100%;margin-left:16px;margin-right:16px;color:#17948C}.merchant-business__form__expired>:first-child{font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchant-business__form__bank--input{display:flex;flex-direction:column}.merchant-business__form__bank--input>:first-child{font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchant-business__form__bank--input>:not(:last-child){margin-top:8px;margin-bottom:8px}.merchant-business__form__add-bank{cursor:pointer;background:#fff;color:#17948C;font-size:12px;line-height:17px;letter-spacing:0.01em;width:343px;height:44px;padding:0 16px;border:none;border:1px solid #C9CFCE;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-top:8px}.merchant-business__form__add-bank>span{margin-left:14px}.merchant-business__form__add-bank:hover{background:#17948C;color:#fff;border-style:none}.merchant-business__form__add-bank:hover svg path{fill:#fff}.merchant-business__footer{display:flex;flex-direction:row-reverse;margin-top:32px}.merchant-business__footer>button:not(:first-child){margin-right:16px}.merchant-galery{display:flex}.merchant-galery__photos>div:nth-child(1),.merchant-galery__preview{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:32px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:417px}.merchant-galery__photos{margin-right:90px}.merchant-galery__photos{display:flex;flex-direction:column}.merchant-galery__photo{display:flex;flex-direction:column}.merchant-galery__photo:not(:last-child){margin-bottom:16px}.merchant-galery__photo span:first-child{margin-bottom:8px;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615}.merchant-galery__photo span:last-child{margin-top:8px;font-weight:500;font-size:10px;line-height:15px;letter-spacing:0.415584px;color:#626262}.merchant-galery__photo div{display:flex}.merchant-galery__photo div img{width:343px;height:170px;border-radius:10px;border:1px solid #C9CFCE;margin-right:24px}.merchant-galery__photo div>div{justify-content:flex-end;display:flex;flex-direction:column}.merchant-galery__photo__btn--primary{cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;white-space:nowrap}.merchant-galery__photo__btn--primary:not(:last-child){margin-bottom:12px}.merchant-galery__photo__btn--secondary{cursor:pointer;padding:5px 10px;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;background:transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#17948C;text-align:center;white-space:nowrap}.merchant-galery__photo__btn--secondary:not(:last-child){margin-bottom:12px}.merchant-galery__add-photo{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;text-align:center;cursor:pointer;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;background-color:transparent;padding:10px;width:343px}.merchant-galery__btn-submit{display:flex;justify-content:flex-end;margin-top:16px}.merchant-galery__btn-submit>button:nth-child(1){cursor:pointer;padding:5px 10px;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;background:transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#17948C;text-align:center;white-space:nowrap;margin-right:16px}.merchant-galery__btn-submit>button:nth-child(2){cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;white-space:nowrap}.merchant-galery__preview{display:flex;flex-direction:column}.merchant-galery__preview>span:first-child{font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.merchantUpdateWrapper{display:flex;width:100%}.merchantUpdateWrapper__wrapper{width:100%}.create-class__selectPublish--title{font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:16px}.create-class__selectPublish__Wrapper{display:flex;align-items:center;margin-bottom:16px}.create-class__selectPublish__Wrapper>div:nth-child(1){margin-right:16px}.create-class__selectPublish__Wrapper .select-publish{display:flex;align-items:center;justify-content:center}.create-class__selectPublish__Wrapper .select-publish>div{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-left:5px}.create-class__button{display:flex;justify-items:flex-end}.create-class__button button{background:#17948C;padding:5px 10px;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;cursor:pointer;width:100%}.create-class__forms{padding:12px 24px;display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(50% - 116px), 1fr));grid-column-gap:66px}.create-class__forms>*{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px}.create-class__form{display:flex;flex-direction:column;padding:24px}.create-class__form__title--h6{font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-bottom:32px}.create-class__form__title--subtitle{font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:32px}.create-class__form__category{margin-bottom:16px}.create-class__form__category>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.create-class__form__title{font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:16px}.create-class__form__title>div{margin-bottom:8px}.create-class__form__title input{background:#F2F3F3;color:#17948C;font-size:12px;line-height:17px;letter-spacing:0.01em;width:100%;border-radius:10px;border:1px solid #C9CFCE;padding:14px 16px}.create-class__form__sport{margin-bottom:16px}.create-class__form__sport>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615}.create-class__form__sport>input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%}.create-class__form__sport>*:not(:last-child){margin-bottom:8px}.create-class__form__desc{margin-bottom:16px}.create-class__form__desc>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.create-class__form__desc>textarea{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;min-height:170px}.create-class__form__price{margin-bottom:16px;background-color:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;display:flex;min-height:41px;width:100%;align-items:center}.create-class__form__price input{background-color:#F2F3F3;border:none;width:100%;margin-left:16px;margin-right:16px;color:#17948C;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.create-class__form__price>div:nth-child(1){background-color:#ffffff;border-right:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;height:100%;display:flex;align-items:center;padding:10px}.create-class__form__photos{margin-bottom:16px}.create-class__form__photos>div:nth-child(1){font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.create-class__form__photos>div:nth-child(2){margin-bottom:16px}.create-class__form__photos>div:nth-child(2) div{position:relative}.create-class__form__photos>div:nth-child(2) div svg{cursor:pointer;position:absolute;right:8px;top:8px}.create-class__form__photos>div:nth-child(2) div img{width:100%;border:1px solid #C9CFCE;border-radius:10px}.create-class__form__add-photo{position:relative}.create-class__form__add-photo>[type="file"]{border:0;clip:rect(0, 0, 0, 0);height:1px;overflow:hidden;padding:0;white-space:nowrap;width:1px;position:absolute}.create-class__form__add-photo>[type="file"],.create-class__form__add-photo>label{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;cursor:pointer;display:flex;justify-content:center;align-items:center;background:#ffffff}.create-class__form__add-photo>[type="file"]:hover,.create-class__form__add-photo>label:hover{background:#17948C;color:#FFFFFF}.create-class__form__add-photo>[type="file"]:hover svg,.create-class__form__add-photo>label:hover svg{fill:#FFFFFF}.create-class__form__add-photo>[type="file"]>span,.create-class__form__add-photo>label>span{margin-left:8px}.create-class__form__buttonSave{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:8px 16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;cursor:pointer;background:#17948C;color:#FFFFFF}.createPackage{display:flex}.createPackage__image img{width:100% !important;height:170px;object-fit:cover}.createPackage__mobile{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.createPackage__form{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:24px;width:60%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:53px}.createPackage__title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-bottom:32px}.createPackage__wrapper{padding-right:53px}.createPackage__wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.createPackage__wrapper>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;margin-bottom:16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;width:100%}.createPackage__wrapper>input::-webkit-input-placeholder{color:#17948C}.createPackage__wrapper>input:-ms-input-placeholder{color:#17948C}.createPackage__wrapper>input::placeholder{color:#17948C}.createPackage__wrapper>textarea{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:12px 20px;width:100%;min-height:170px;margin-bottom:16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createPackage__wrapper>textarea::-webkit-input-placeholder{color:#17948C}.createPackage__wrapper>textarea:-ms-input-placeholder{color:#17948C}.createPackage__wrapper>textarea::placeholder{color:#17948C}.createPackage__capsules{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;margin-bottom:16px}.createPackage__capsules .icon{display:flex;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:12px;margin-right:16px}.createPackage__capsules .icon svg path{fill:#17948C}.createPackage__capsules>.title{font-style:normal;font-weight:bold;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:13px 12px;margin-right:16px}.createPackage__capsules>input{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;border:none;background-color:transparent}.createPackage__capsules>input::-webkit-input-placeholder{color:#17948C}.createPackage__capsules>input:-ms-input-placeholder{color:#17948C}.createPackage__capsules>input::placeholder{color:#17948C}.createPackage__dropdown{display:flex;align-items:center;margin-bottom:16px}.createPackage__dropdown>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:50px;height:50px;margin-right:16px;font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#17948C;text-align:center}.createPackage__dropdown__wrapper{display:flex;align-items:center}.createPackage__dropdown__wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#17948C;margin-right:7px}.createPackage__dropdown__wrapper svg{cursor:pointer}.createPackage__dropdown__wrapper svg path{fill:#17948C}.createPackage__card{margin-bottom:16px}.createPackage__card>.title{font-style:normal;font-weight:600;font-size:14px;line-height:19px;text-align:center;letter-spacing:0.03em;color:#000000;background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px 10px 0 0;padding:14px 0}.createPackage__card .content{background:#F2F3F3;border:1px solid #C9CFCE;border-top:none;box-sizing:border-box;border-radius:0 0 10px 10px;padding:15px 14px}.createPackage__card .content__body{display:flex}.createPackage__card .content__body.center{align-items:center}.createPackage__card .content__body.center .iconAdd{cursor:pointer;margin-left:23px;margin-top:8px}.createPackage__card .content__body__wrapper.primary{width:50%}.createPackage__card .content__body__wrapper.secondary{margin-left:12px}.createPackage__card .content__body__wrapper.secondary input{background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:16px 12px;width:76px;text-align:center;margin-top:8px}.createPackage__card .content__body__wrapper>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#000000}.createPackage__card .content__body__wrapper__dropdown{display:flex;justify-content:space-between;border:1px solid #C9CFCE;padding:14px 12px;box-sizing:border-box;border-radius:10px;margin-top:8px;margin-bottom:15px;cursor:pointer}.createPackage__card .content__body__wrapper__dropdown.fill{background:#FFFFFF}.createPackage__card .content__body__wrapper__dropdown>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;border:none;width:100%}.createPackage__card .content__body__wrapper__dropdown svg{width:24px}.createPackage__card .content__body__wrapper__dropdown svg path{fill:#17948C}.createPackage__card .content__footer{display:flex;justify-content:flex-end}.createPackage__card .content__footer button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;background:transparent;padding:8px 16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;cursor:pointer}.createPackage__card .content__footer button:nth-child(2){background:#17948C;color:#FFFFFF;margin-left:16px}.createPackage__button{width:343px}.packagePreview__margin{margin-top:25px}.packagePreview__actions{padding:16px 25px}.packagePreview__actions button{background:#17948C;border-radius:10px;width:100%;padding:16px 70px;border:none;cursor:pointer;font-style:normal;font-weight:600;font-size:18px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FFFFFF}.packagePreview__actionsConsultation{padding:15px 10px 0px 5px}.packagePreview__actionsConsultation button{background:#E7F8FE;border-radius:12px;width:100%;border:1px solid transparent;cursor:pointer;height:40px;font-style:normal;font-weight:600;font-size:13px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#337F99}.packagePreview__title{margin-top:16px}.packagePreview__capsules>div{border:1px solid #828282 !important;color:#828282 !important}.packagePreview__price{display:flex;align-items:center;padding:0 22px}.packagePreview__discount{font-style:normal;font-weight:600;font-size:12px;line-height:24px;letter-spacing:0.03em;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#828282}.packagePreview__price{font-style:normal;font-weight:600;font-size:14px;line-height:14px;letter-spacing:0.03em;color:#17948C}.merchant-detail__booking__fitlerd-date{display:flex;align-items:center;padding:16px 24px;font-style:normal;font-weight:normal;font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#031615}.merchant-detail__booking__fitlerd-date svg{margin-right:8px}.merchant-detail__booking>tbody td{vertical-align:top}.merchant-detail__booking__id{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchant-detail__booking__date{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.merchant-detail__booking__session>div{display:flex;flex-direction:column}.merchant-detail__booking__session>div>span{max-width:150px}.merchant-detail__booking__session>div>span:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchant-detail__booking__session>div>span:not(:first-child){font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F;white-space:nowrap}.merchant-detail__booking__user>div{display:flex;flex-direction:column}.merchant-detail__booking__user>div>span{max-width:175px}.merchant-detail__booking__user>div>span:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchant-detail__booking__user>div>span:not(:first-child){word-break:break-all;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.merchant-detail__booking__source{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchant-detail__booking__type>div{display:flex;flex-direction:column}.merchant-detail__booking__type>div>span:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.merchant-detail__booking__type>div>span:not(:first-child){font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.merchant-detail__booking__status>div{display:flex;flex-direction:column}.merchant-detail__booking__status>div>span:first-child{padding:2px 8px;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.merchant-detail__booking__status>div>span:nth-child(2){margin-top:8px}.merchant-detail__booking__status>div>span:not(:first-child){font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.merchant-detail__booking__action>div{position:relative;display:flex;justify-content:center;align-items:center}.merchant-detail__booking__action>div span{cursor:pointer}.merchant-detail__own-package>tbody>tr>td{vertical-align:top}.merchant-detail__own-package__id{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchant-detail__own-package__date{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.merchant-detail__own-package__package-name{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;max-width:175px}.merchant-detail__own-package__user-info>div{display:flex;flex-direction:column}.merchant-detail__own-package__user-info>div>span:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchant-detail__own-package__user-info>div>span:not(:first-child){font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.merchant-detail__own-package__status>span{padding:2px 8px;border-radius:10px}.merchant-detail__own-package__action>div{position:relative;display:flex;justify-content:center;align-items:center}.merchant-detail__own-package__action>div span{cursor:pointer}.session-detail__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.session-detail__name{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.session-detail__contact-info>div{display:flex;flex-direction:column}.session-detail__contact-info>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.session-detail__contact-info>div>span:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.session-detail__status>span:first-child{padding:2px 8px;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.session-detail__status>span:nth-child(2){margin-top:8px}.session-detail__status>span:not(:first-child){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.class-own-merchant__id{padding:12px 0}.class-own-merchant__name{padding:12px 0}.packages__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.packages__name{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.packages__class{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;max-width:175px}.packages__kouta{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.packages__duration{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.packages__price{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.packages__booked{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.merchantDoofood__title{font-style:normal;font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin:5px 0 8px}.merchantDoofood__stats{display:flex;align-items:center;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#828282}.merchantDoofood__stats>span{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#66D67B;margin:0 5px}.merchantDoofood__statistics>span{margin-bottom:7px}.merchantDoofood__statistics>div>div{display:flex;align-items:center;justify-content:space-between}.merchantDoofood__statistics>div>div>div{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.merchantDoofood__action{display:flex;align-items:center}.merchantDoofood__action__title{flex:1 1;font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#1C1C1C}.merchantDoofood__action__button>a>button{background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA;padding:4px 8px;margin-left:16px;cursor:pointer}.merchantDoofood__action__button>a>button:hover{background:#127972;border:1.2px solid #127972}.merchantDoofood__list{background:#FFFFFF;border-radius:10px;padding:16px 10px;margin-top:17px}.merchantDoofood__list__search__user{position:relative;float:right;background:#F7F8F8;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:20%;display:flex;align-items:center}.merchantDoofood__list__search__user input{width:100%;flex:1 1;background:none;border:none;padding:12px 18px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C}.merchantDoofood__list__search__user input::-webkit-input-placeholder{color:#17948C}.merchantDoofood__list__search__user input:-ms-input-placeholder{color:#17948C}.merchantDoofood__list__search__user input::placeholder{color:#17948C}.merchantDoofood__list__search__user>svg{position:absolute;right:1rem}.merchantDoofood__list__search__user>svg path{fill:#828282}.merchantDoofood__content{margin-top:10px}.merchantDoofood__content>div{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-gap:10px;align-items:center;flex-wrap:wrap;align-content:stretch;width:100%}@media screen and (max-width: 1200px){.merchantDoofood__content>div{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media screen and (max-width: 992px){.merchantDoofood__content>div{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media screen and (max-width: 768px){.merchantDoofood__content>div{grid-template-columns:repeat(1, minmax(0, 1fr))}}.merchantDoofood__content__cards{display:flex;background:#FFFFFF;border:1px solid #BDBDBD;box-sizing:border-box;border-radius:10px;padding:14px 10px;overflow:hidden}.merchantDoofood__content__cards:hover{background-color:rgba(0,0,0,0.1);cursor:pointer}.merchantDoofood__content__cards__img{margin-right:16px}.merchantDoofood__content__cards__img>img{border-radius:10px;width:101px;height:101px;object-fit:cover}.merchantDoofood__content__cards__title>.merchantName{font-style:normal;font-weight:600;font-size:14px;line-height:14px;letter-spacing:0.03em;color:#333333;margin-bottom:13px}.merchantDoofood__content__cards__title>.merchantGoal{display:flex;align-items:center}.merchantDoofood__content__cards__title>.merchantGoal>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#495050;margin-bottom:10px}.merchantDoofood__content__cards__title>.merchantGoal>.title:after{content:",\00A0"}.merchantDoofood__content__cards__title>.merchantGoal>.title:last-of-type:after{content:""}.merchantDoofood__content__cards__title>.merchantRating{display:flex;align-items:center;margin-bottom:8px}.merchantDoofood__content__cards__title>.merchantRating>div:nth-child(1){display:flex;align-items:center;margin-right:16px}.merchantDoofood__content__cards__title>.merchantRating>div:nth-child(1)>img{height:16px}.merchantDoofood__content__cards__title>.merchantRating>div:nth-child(2),.merchantDoofood__content__cards__title>.merchantRating>div:nth-child(3){font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;margin-right:5px}.merchantDoofood__content__cards__title>.merchantCity{display:flex;align-items:center}.merchantDoofood__content__cards__title>.merchantCity>div{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#333333;opacity:0.5;white-space:nowrap;overflow:hidden}.merchantDoofood__content__cards__title>.merchantCity>div:after{content:",\00A0"}.merchantDoofood__content__cards__title>.merchantCity>div:last-of-type:after{content:""}.tabs__merchant{justify-content:space-between}.detailFood{padding:13px 18px}.merchantDoofoodDetail{display:flex;margin-top:33px}.merchantDoofoodDetail__info{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;display:flex;max-height:282px;width:60%;height:282px}.merchantDoofoodDetail__img>img{border-radius:10px 0px 0px 10px;width:282px;height:282px;object-fit:cover}.merchantDoofoodDetail__detail{position:relative;padding:16px;overflow-y:auto}.merchantDoofoodDetail__detail.packageDetail{width:100%}.merchantDoofoodDetail__detail::-webkit-scrollbar{width:15px;background-color:transparent}.merchantDoofoodDetail__detail::-webkit-scrollbar-corner{background-color:transparent}.merchantDoofoodDetail__detail::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#E4E7E7}.merchantDoofoodDetail__detail__wrapper{display:flex;justify-content:space-between;margin-bottom:14px}.merchantDoofoodDetail__detail>svg{position:absolute;top:45%;right:0}.merchantDoofoodDetail__detail__card{flex-basis:50%;padding-right:10px}.merchantDoofoodDetail__detail__card.cardPackageDetail{flex-basis:80%}.merchantDoofoodDetail__detail__card>div:nth-child(1){font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;width:100%}.merchantDoofoodDetail__detail__card>span{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685}.merchantDoofoodDetail__detail__card .goals{display:flex;margin-top:8px}.merchantDoofoodDetail__detail__card .goals>button{background:#FAFAFA;border:1px solid #17948C;border-radius:8px;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#17948C;padding:2px 8px;margin-right:8px;margin-bottom:8px}.merchantDoofoodDetail__detail__card .goals>button:hover{background:#17948C;color:#FAFAFA;cursor:pointer}.merchantDoofoodDetail__detail__card .coverageArea button:not(:last-child){background:#FAFAFA;border:1px solid #17948C;border-radius:8px;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#17948C;padding:2px 8px;margin-right:8px;margin-bottom:8px}.merchantDoofoodDetail__detail__card .coverageArea button:not(:last-child):hover{background:#17948C;color:#FAFAFA;cursor:pointer}.merchantDoofoodDetail__detail__card .coverageArea button:last-child{background:#17948C;border:1px solid #17948C;border-radius:8px;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FBFEFE;padding:2px 8px}.merchantDoofoodDetail__detail__card .coverageArea button:last-child:hover{background:#147c75;cursor:pointer}.merchantDoofoodDetail__stats{display:flex;flex-wrap:wrap}.merchantDoofoodDetail__stats>div:nth-child(1){margin:0 3px 0 3px}.merchantDoofoodDetail__stats>div:nth-child(3){margin:3px 3px 0 3px}.merchantDoofoodDetail__stats>div:nth-child(4){margin-top:3px}.merchantDoofoodDetail__stats__card{display:flex;flex-direction:column;justify-content:flex-start;flex-basis:49%;width:8.3rem;background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:12px 12px;height:138px}.merchantDoofoodDetail__stats__card>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.merchantDoofoodDetail__stats__card>.info{font-style:normal;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C;margin-top:10px}.merchantDoofoodDetail__stats__card>.month{display:flex;align-items:center;background-color:#FAFAFA;border:1px solid #17948C;border-radius:8px;padding:0 40px 0 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.merchantDoofoodDetail__stats__card>.month>.title{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;display:flex;align-items:center;text-align:center;letter-spacing:0.155844px;color:#17948C;flex:1 1}.merchantDoofoodDetail__stats__card>.month>svg{width:16px}.merchantDoofoodDetail__stats__card>.month>svg path{fill:#17948C}.merchantDoofoodDetail__stats__card>.status{display:flex;align-items:center;margin-top:auto}.merchantDoofoodDetail__stats__card>.status>.number{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#EB5757;margin-right:8px}.merchantDoofoodDetail__stats__card>.status>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.155844px;color:#828282}.merchantDoofoodDetail__stats__card>.status>div{display:flex;align-items:center}.merchantDoofoodDetail__stats__card>.status>div>.title{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#828282}.merchantDoofoodDetail__stats__card>.status>div>.number{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#66D67B}.merchantDoofoodDetail__stats__card>.stars{display:flex;align-items:center;margin-top:10px}.merchantDoofoodDetail__stats__card>.stars>.title{font-style:normal;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C;margin:0 6px}.merchantDoofoodDetail__stats__card>.stars>.number{font-style:normal;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#AFB6B6}.merchantDoofoodDetail__stats__card>.content>.media{display:flex;align-items:center;margin-top:7px}.merchantDoofoodDetail__stats__card>.content>.media>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-left:11px}.merchantDoofoodDetail__stats__card>.source{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.1px;color:#1C1C1C;display:flex;align-items:center;margin-top:10px}.merchantDoofoodDetail__stats__card>.source>span{font-style:normal;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#AFB6B6;margin-right:8px}.detailBatch__button{margin-left:auto;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;padding:5px 24px;background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px}.detailBatch__button:hover{background:#12746d;cursor:pointer}.renderTabs{margin-bottom:19px}.tableFiltering{padding:27px 20px 5px;border-radius:10px 10px 0 0}.tableFiltering .buttonTableHeader{display:flex;margin-bottom:21px}.tableFiltering .buttonTableHeader>svg{margin-right:8px}.tableFiltering .buttonTableHeader .monthFilter{border:1px solid #828282;box-sizing:border-box;border-radius:8px;display:flex;align-items:center;margin-left:8px;cursor:pointer}.tableFiltering .buttonTableHeader .monthFilter>div{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.181818px;color:#031615;padding:5.5px 8px}.tableFiltering .buttonTableHeader .to{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.181818px;color:#031615;margin-left:8px}.tableFiltering .buttonTableHeader .buttonTableFilter{margin-left:18px;background:#17948C;border-radius:10px;padding:4px 8px;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.342857px;color:#FFFFFF}.tableFiltering .buttonTableHeader .buttonTableFilter:hover{background:#116e68;cursor:pointer}.filterButton{background:#17948C;border-radius:10px;padding:4px 8px;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.342857px;color:#FFFFFF}.filterButton:hover{background:#116e68;cursor:pointer}.filterTableDates>button{border:1px solid #17948C;box-sizing:border-box;border-radius:22px;padding:8px 12px;margin-right:11px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background-color:#fff}.filterTableDates>button:hover{background:#17948C;color:#fff;cursor:pointer}.batchTable{border-radius:0 0 10px 10px}.batchTable>tbody>tr .photo{color:#17948C;cursor:pointer}.batchTable>tbody>tr .capsuleTable__wrapper{display:flex;align-items:center;justify-content:center}.batchTable>tbody>tr .capsuleTable__wrapper .ellipsis{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.batchTable>tbody>tr .capsuleTable__wrapper>div{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF;padding:2px 8px;margin-right:3px;border-radius:8px;background:#17948C}.batchTable>tbody>tr .capsuleTable__span{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#4F4F4F;text-align:center;margin-top:8px}.batchTable>tbody>tr .transactionPending,.batchTable>tbody>tr .transactionConfirmed,.batchTable>tbody>tr .transactionFinished,.batchTable>tbody>tr .transactionCancel,.batchTable>tbody>tr .transactionReject{background:#E0CA3C;border-radius:8px;padding:2px 8px;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF}.batchTable>tbody>tr .transactionConfirmed{background:#46AC89}.batchTable>tbody>tr .transactionFinished{background:#335C67}.batchTable>tbody>tr .transactionCancel{background:#8F2D56}.batchTable>tbody>tr .transactionReject{background:#A30015}.archiveBatch,.archiveOffer{padding:13px 20px}.createPackage{padding:13px 20px 90px}.createPackage>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.createPackage__cards{display:flex;justify-content:space-between}.createPackage__cards__new__content,.createPackage__cards__preview{background:#FFFFFF;border-radius:10px}.createPackage__cards__new__content{padding:31px 32px;width:524px}.createPackage__cards__new__content .content>.title{font-style:normal;font-weight:500;font-size:12px;line-height:17px;align-items:center;margin-bottom:8px}.createPackage__cards__new__content .content>.inputContentStyle{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createPackage__cards__new__content .content>.inputContentStyle::-webkit-input-placeholder{color:#17948C}.createPackage__cards__new__content .content>.inputContentStyle:-ms-input-placeholder{color:#17948C}.createPackage__cards__new__content .content>.inputContentStyle::placeholder{color:#17948C}.createPackage__cards__new__content .content>.categories{display:flex;align-items:center;max-width:24rem;flex-wrap:wrap;height:100%}.createPackage__cards__new__content .content>.categories>.category{display:flex;align-items:center;background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;padding:8px 12px;margin-right:12px;margin-bottom:12px}.createPackage__cards__new__content .content>.categories>.category .title{flex:1 1;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createPackage__cards__new__content .content>.categories>.category>i{display:flex;align-items:center;cursor:pointer}.createPackage__cards__new__content .content>.categories>.category svg{width:16px;margin-left:10px;cursor:pointer}.createPackage__cards__new__content .content>.categories>.category svg path{fill:#EB5757}.createPackage__cards__new__content .content>.dropdown{display:flex;align-items:center;width:100%;padding:14px 16px;margin-top:7px;margin-bottom:32px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.createPackage__cards__new__content .content>.dropdown>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;flex:1 1}.createPackage__cards__new__content .content>.dropdown>svg{width:24px;cursor:pointer}.createPackage__cards__new__content .content>.dropdown>svg path{fill:#17948C}.createPackage__cards__new__content .content>.inputContent{display:flex;align-items:center;border-radius:10px;margin-bottom:32px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box}.createPackage__cards__new__content .content>.inputContent>.title{font-style:normal;font-weight:bold;font-size:12px;line-height:17px;padding:13px 12px;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.createPackage__cards__new__content .content>.inputContent>input{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;margin-left:16px;border:none;background:none;height:100%}.createPackage__cards__new__content .content>.inputContent>input::-webkit-input-placeholder{color:#17948C}.createPackage__cards__new__content .content>.inputContent>input:-ms-input-placeholder{color:#17948C}.createPackage__cards__new__content .content>.inputContent>input::placeholder{color:#17948C}.createPackage__cards__new__content .content>.imgContent{display:flex}.createPackage__cards__new__content .content>.imgContent img{width:343px;height:170px;border-radius:10px;object-fit:contain}.createPackage__cards__new__content .content>.imgContent>.actions{display:flex;flex-direction:column;justify-content:flex-end;margin-left:24px}.createPackage__cards__new__content .content>.imgContent>.actions>button{margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer}.createPackage__cards__new__content .content>.imgContent>.actions>button:nth-child(1){color:#FAFAFA;background:#17948C}.createPackage__cards__new__content .content>.imgContent>.actions>button:nth-child(2){color:#17948C}.createPackage__cards__new__content .content>.sub-title{font-style:normal;font-weight:500;font-size:10px;line-height:15px}.createPackage__cards__new>.action{display:flex;justify-content:flex-end}.createPackage__cards__new>.action button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;margin-left:16px;margin-top:24px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.createPackage__cards__new>.action button:nth-child(1){color:#17948C}.createPackage__cards__new>.action button:nth-child(2){color:#FAFAFA;background:#17948C}.createPackage__cards__preview{padding:37px 75px;width:524px;height:70rem}.createPackage__cards__preview>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin-bottom:35px}.createPackage__cards__preview>.packagePreview{display:flex;background:#FFFFFF;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);border-radius:10px;max-height:133px}.createPackage__cards__preview>.packagePreview>.img img{border-radius:10px 0px 0px 10px;width:133px;height:133px}.createPackage__cards__preview>.packagePreview>.packageInfo{display:flex;flex-direction:column;padding:14px 15px}.createPackage__cards__preview>.packagePreview>.packageInfo>.title{font-style:normal;font-weight:600;font-size:14px;line-height:14px}.createPackage__cards__preview>.packagePreview>.packageInfo>.desc{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;margin-top:13px}.createPackage__cards__preview>.packagePreview>.packageInfo>.price{margin-top:auto;font-style:normal;font-weight:600;font-size:14px;line-height:14px}.createPackage__cards__preview>.packagePreview>.packageInfo>.price>span{font-weight:normal;color:#828282}.createPackage__cards__preview>.mobilePreview{margin-top:72px;position:relative}.createPackage__cards__preview>.mobilePreview>.previewImage>img{width:100%;height:290px;object-fit:cover}.createPackage__cards__preview>.mobilePreview>.previewImage>.action{position:absolute;padding:20px 16px;display:flex;width:100%}.createPackage__cards__preview>.mobilePreview>.previewImage>.action>svg path{fill:#FFFFFF}.createPackage__cards__preview>.mobilePreview>.previewImage>.action>svg:nth-child(1){margin-right:auto}.createPackage__cards__preview>.mobilePreview>.previewImage>.action>svg:nth-child(3){margin-left:24px}.createPackage__cards__preview>.mobilePreview>.info{background:#FFFFFF;border-radius:20px 20px 0px 0px;padding:20px 16px;position:absolute;top:15rem}.createPackage__cards__preview>.mobilePreview>.info>.price{font-style:normal;font-weight:600;font-size:14px;line-height:14px}.createPackage__cards__preview>.mobilePreview>.info>.price>span{font-weight:normal;color:#828282}.createPackage__cards__preview>.mobilePreview>.info>.title{margin-top:26px;font-style:normal;font-weight:600;font-size:21px;line-height:24px}.createPackage__cards__preview>.mobilePreview>.info>.location{display:flex;align-items:center;margin-top:12px}.createPackage__cards__preview>.mobilePreview>.info>.location>.title{font-style:normal;font-weight:500;font-size:14px;line-height:19px;margin-left:12px}.createPackage__cards__preview>.mobilePreview>.info>.dates{display:flex;align-items:center;padding-bottom:24px;border-bottom:1px solid #C4C4C4}.createPackage__cards__preview>.mobilePreview>.info>.dates>.date{display:flex;align-items:center;background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:20px;padding:13px 16px;margin-right:15px;margin-top:25px}.createPackage__cards__preview>.mobilePreview>.info>.dates>.date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;margin-left:10px;white-space:nowrap}.createPackage__cards__preview>.mobilePreview>.info>.dates>.date>svg{width:15.75px;height:18px}.createPackage__cards__preview>.mobilePreview>.info>.dates>.date>svg path{fill:#17948C}.createPackage__cards__preview>.mobilePreview>.info>.desc>.title{font-style:normal;font-weight:500;font-size:14px;line-height:19px;margin-top:22px}.createPackage__cards__preview>.mobilePreview>.info>.desc>.sub-title{font-style:normal;font-weight:normal;font-size:12px;line-height:16px;color:#495050;margin-top:16px}.createPackage__cards__preview>.mobilePreview>.info>.desc>.action{display:flex;justify-content:center}.createPackage__cards__preview>.mobilePreview>.info>.desc>.action>button{font-style:normal;font-weight:normal;font-size:12px;line-height:16px;border:none;background:none;color:#17948C;margin-top:8px}.createPackage__cards__preview>.mobilePreview>.info>.package>.title{font-style:normal;font-weight:500;font-size:14px;line-height:19px}.createPackage__cards__preview>.mobilePreview>.info>.package>.content{display:flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;margin-top:18px}.createPackage__cards__preview>.mobilePreview>.info>.package>.content>.title{font-style:normal;font-weight:500;font-size:14px;line-height:24px}.createPackage__cards__preview>.mobilePreview>.info>.actionButton>button{border-radius:15px;background:#EFD50C;border:none;padding:18px 114px;width:100%;margin-top:20px;font-style:normal;font-weight:600;font-size:18px;line-height:24px}.createGoal{padding:13px 20px 90px}.createGoal>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.createGoal__content__cards{background:#FFFFFF;border-radius:10px;padding:32px}.createGoal__content__cards>.wrapper{width:50%}.createGoal__content__cards>.wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.createGoal__content__cards>.wrapper>input,.createGoal__content__cards>.wrapper>textarea{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-bottom:24px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createGoal__content__cards>.wrapper>input::-webkit-input-placeholder, .createGoal__content__cards>.wrapper>textarea::-webkit-input-placeholder{color:#17948C}.createGoal__content__cards>.wrapper>input:-ms-input-placeholder, .createGoal__content__cards>.wrapper>textarea:-ms-input-placeholder{color:#17948C}.createGoal__content__cards>.wrapper>input::placeholder,.createGoal__content__cards>.wrapper>textarea::placeholder{color:#17948C}.createGoal__content__cards>.wrapper>select{margin-bottom:24px}.createGoal__content__cards>.wrapper>.imports{display:flex;align-items:center;position:relative}.createGoal__content__cards>.wrapper>.imports>.title{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-bottom:24px;height:47px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createGoal__content__cards>.wrapper>.imports>.title::-webkit-input-placeholder{color:#17948C}.createGoal__content__cards>.wrapper>.imports>.title:-ms-input-placeholder{color:#17948C}.createGoal__content__cards>.wrapper>.imports>.title::placeholder{color:#17948C}.createGoal__content__cards>.wrapper>.imports>.action{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:10px;white-space:nowrap;position:absolute;top:0;right:0;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.createGoal__content__cards>.wrapper>.imports>.action.action-white{color:#FFFFFF}.createGoal__content__cards>.wrapper>.imports>.wrapper{display:flex;width:90px}.createGoal__content__cards>.wrapper>.imports>.wrapper>.card,.createGoal__content__cards>.wrapper>.memberFoodDetail.imports>.headerCards.wrapper>.card--large{position:relative}.createGoal__content__cards>.wrapper>.imports>.wrapper>.card>img,.createGoal__content__cards>.wrapper>.memberFoodDetail.imports>.headerCards.wrapper>.card--large>img{width:90px;height:90px;object-fit:cover;border-radius:10px;box-shadow:0px 2px 8px rgba(0,0,0,0.15)}.createGoal__content__cards>.wrapper>.imports>.wrapper>.action{display:flex;flex-direction:column;justify-content:flex-end;margin-left:16px}.createGoal__content__cards>.wrapper>.imports>.wrapper>.action>button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;margin-left:16px;white-space:nowrap;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.createGoal__content__cards>.wrapper>.imports>.wrapper>.action>button:nth-child(2){color:#17948C;background:none;margin-top:12px}.createGoal__content__cards>.wrapper>.imports>.wrapper>.action>button:nth-child(1){color:#FAFAFA;background:#17948C}.createGoal__content__action{display:flex;align-items:center;justify-content:flex-end;margin-top:16px}.createGoal__content__action>button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;margin-left:16px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.createGoal__content__action>button:nth-child(1){color:#17948C}.createGoal__content__action>button:nth-child(2){color:#FAFAFA;background:#17948C}.createGoal__list>.title{font-style:normal;font-weight:500;font-size:18px;line-height:24px;margin-bottom:12px}.createGoal__list__content{background:#FFFFFF;border:1px solid #BDBDBD;box-sizing:border-box;border-radius:10px;padding:32px;display:flex;flex-wrap:wrap}.createGoal__list__content>.wrapper{display:flex;flex-direction:column;width:90px;margin-bottom:32px}.createGoal__list__content>.wrapper:not(:last-child){margin-right:32px}.createGoal__list__content>.wrapper>.card,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large{position:relative}.createGoal__list__content>.wrapper>.card>img,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large>img{border-radius:10px;width:90px;height:90px;object-fit:cover;box-shadow:0px 2px 8px rgba(0,0,0,0.15)}.createGoal__list__content>.wrapper>.card>.edit,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large>.edit{background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;padding:6px;cursor:pointer;width:28px;height:28px;border-radius:4px;position:absolute;top:-12px;right:-12px}.createGoal__list__content>.wrapper>.card>.edit>svg,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large>.edit>svg{width:16px;height:16px}.createGoal__list__content>.wrapper>.card>.edit>svg path,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large>.edit>svg path{fill:#828282}.createGoal__list__content>.wrapper>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;text-align:center;margin:8px 0}.createGoal__list__content>.wrapper>.info{display:flex;align-items:center;background:#FFFFFF;margin-top:auto;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.createGoal__list__content>.wrapper>.info>svg{margin-right:11px;margin-left:9px}.createGoal__list__content>.wrapper>.info>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;padding:9px;border-left:1px solid #C9CFCE}.createCity{padding:13px 20px 90px;width:50%}.createCity>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.createCity__cards{background:#FFFFFF;border-radius:10px;padding:16px 32px}.createCity__cards>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.createCity__cards>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%;padding:14px 16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;color:#17948C}.createCity__cards>input::-webkit-input-placeholder{color:#17948C}.createCity__cards>input:-ms-input-placeholder{color:#17948C}.createCity__cards>input::placeholder{color:#17948C}.createCity__cards>.error{font-size:10px;line-height:15px;align-items:center;letter-spacing:0.01em;color:#EB5757;margin-top:4px}.createCity__cards>.action{display:flex;align-items:center;justify-content:flex-end;margin-top:16px}.createCity__cards>.action>button{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA}.createCity__cards__list{margin-top:32px}.createCity__cards__list>.title{font-style:normal;font-weight:500;font-size:18px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-bottom:16px}.createCity__cards__list>.wrapper{background:#FFFFFF;border-radius:10px}.createCity__cards__list>.wrapper>.title{display:flex;align-items:center;justify-content:space-between;padding:16px 26px;border-bottom:1px solid #C9CECE;font-style:normal;font-weight:600;font-size:14px;line-height:21px;letter-spacing:0.181818px;text-transform:uppercase;color:#031615}.createCity__cards__list>.wrapper>.list{padding:13px 26px}.createCity__cards__list>.wrapper>.list>.content{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px}.createCity__cards__list>.wrapper>.list>.content>.title{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;text-transform:capitalize;color:#031615}.createCity__cards__list>.wrapper>.list>.content>.edit{background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;padding:6px;cursor:pointer;width:28px;height:28px;border-radius:4px}.createCity__cards__list>.wrapper>.list>.content>.edit>svg{width:16px;height:16px}.createCity__cards__list>.wrapper>.list>.content>.edit>svg path{fill:#828282}.createCity__action__header{display:flex;align-items:center;justify-content:center;position:relative;background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;padding:10px 284px}.createCity__action__header>.title{font-style:normal;font-weight:500;font-size:24px;line-height:28px;text-align:center;letter-spacing:0.181818px;color:#000000}.createCity__action__header>svg{position:absolute;right:0;margin-right:12px;cursor:pointer}.createCity__action__content{background:#E4E7E7;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);border-radius:0 0 10px 10px;padding:24px 28px;display:flex;flex-direction:column}.createCity__action__content>.list{display:flex;align-items:center}.createCity__action__content>.list>.title{font-style:normal;font-weight:500;font-size:18px;line-height:27px;letter-spacing:0.181818px;color:#000000;padding-right:147px}.createCity__action__content>.list>input{width:100%;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;align-items:center;letter-spacing:0.01em;color:#17948C}.createCity__action__content>.list>input::-webkit-input-placeholder{color:#17948C}.createCity__action__content>.list>input:-ms-input-placeholder{color:#17948C}.createCity__action__content>.list>input::placeholder{color:#17948C}.createCity__action__content .error{font-size:10px;line-height:15px;align-items:center;letter-spacing:0.01em;color:#EB5757;margin-left:186px;margin-top:4px}.createCity__action__content>.actionButton{display:flex;justify-content:flex-end;margin-top:24px}.createCity__action__content>.actionButton>button{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:16px 25px;font-style:normal;font-weight:normal;font-size:18px;line-height:17px;letter-spacing:0.01em;color:#FAFAFA}.createOffer{padding:13px 20px 90px}.createOffer>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.createOffer__cards{background:#FFFFFF;border-radius:10px;padding:24px}.createOffer__cards>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-bottom:32px}.createOffer__cards>.wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.createOffer__cards>.wrapper>.userPhoto{margin-bottom:16px;position:relative;width:100px;height:100px}.createOffer__cards>.wrapper>.userPhoto>img{width:100px;height:100px;border-radius:100%;object-fit:cover}.createOffer__cards>.wrapper>.userPhoto>svg{position:absolute;bottom:0;right:0;cursor:pointer}.createOffer__cards>.cards{display:flex;justify-content:space-between}.createOffer__cards>.cards>.card,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large{flex-basis:45%}.createOffer__cards>.cards>.card>.wrapper select,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper select{margin-bottom:32px}.createOffer__cards>.cards>.card>.wrapper>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.createOffer__cards>.cards>.card>.wrapper>.validation,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation{display:flex;align-items:center;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.validation>input,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-right:12px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.validation>input::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation>input::-webkit-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper>.validation>input:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation>input:-ms-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper>.validation>input::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation>input::placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper>textarea::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea::-webkit-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD !important}.createOffer__cards>.cards>.card>.wrapper>textarea:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea:-ms-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD !important}.createOffer__cards>.cards>.card>.wrapper>textarea::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea::placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD !important}.createOffer__cards>.cards>.card>.wrapper>.error,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.error{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#EB5757;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper{display:flex;margin-bottom:19px}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction{display:flex;align-items:center}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction>.circle,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction>.circle,.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction>.circle-full,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction>.circle-full{width:20px;height:20px;border:2px solid #337F99;border-radius:100%;margin-right:8px;cursor:pointer}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction>.circle-full,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction>.circle-full{background:#337F99}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction>.title{font-style:normal;font-weight:500;font-size:13px;line-height:19px;letter-spacing:0.415584px;color:#626262;margin-right:18px}.createOffer__cards>.cards>.card>.wrapper>.date,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.date>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:13px 16px}.createOffer__cards>.cards>.card>.wrapper>.date>.icon,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date>.icon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;box-sizing:border-box;width:44px;height:44px;cursor:pointer}.createOffer__cards>.cards>.card>.wrapper>.date>.icon>svg,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date>.icon>svg{width:16px;height:18px;margin-top:13px;margin-left:13px}.createOffer__cards>.cards>.card>.wrapper>.date>.icon>svg path,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date>.icon>svg path{fill:#358B9D}.createOffer__cards>.cards>.card>.wrapper>.text,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown{display:flex;align-items:center;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.text>input,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>input,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>input,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:15px 14px;width:50px;font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.text>input::-webkit-outer-spin-button,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>input::-webkit-outer-spin-button,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>input::-webkit-outer-spin-button,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>input::-webkit-outer-spin-button,.createOffer__cards>.cards>.card>.wrapper>.text>input::-webkit-inner-spin-button,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>input::-webkit-inner-spin-button,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>input::-webkit-inner-spin-button,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.createOffer__cards>.cards>.card>.wrapper>.text>input[type=number],.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>input[type=number],.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>input[type=number],.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>input[type=number]{-moz-appearance:textfield}.createOffer__cards>.cards>.card>.wrapper>.text>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>.title,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>.title,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#17948C;margin-left:12px}.createOffer__cards>.cards>.card>.wrapper>textarea,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 20px;width:100%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createOffer__cards>.cards>.card>.wrapper>textarea::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea::-webkit-input-placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>textarea:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea:-ms-input-placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>textarea::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea::placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.dropdown,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;position:relative}.createOffer__cards>.cards>.card>.wrapper>.dropdown.dropdownAction,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown.dropdownAction{margin-bottom:12px}.createOffer__cards>.cards>.card>.wrapper>.dropdown>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;flex:1 1}.createOffer__cards>.cards>.card>.wrapper>.dropdown>svg,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>svg{cursor:pointer}.createOffer__cards>.cards>.card>.wrapper>.dropdown>svg path,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>svg path{fill:#17948C}.createOffer__cards>.cards>.card>.wrapper>.actionDate,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate{display:flex;align-items:center;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:13px 16px}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date>.icon,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date>.icon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;box-sizing:border-box;width:44px;height:44px;cursor:pointer}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date>.icon>svg,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date>.icon>svg{width:16px;height:18px;margin-top:13px;margin-left:13px}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date>.icon>svg path,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date>.icon>svg path{fill:#358B9D}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.time,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.time{display:flex;margin-left:25px}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.time .title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.time .title{padding:11px 9px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px 0 0 10px;font-style:normal;font-weight:normal;font-size:13px;line-height:19px;letter-spacing:0.415584px;color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.time .info,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.time .info{padding:11px 9px;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:0px 10px 10px 0px;font-style:normal;font-weight:500;font-size:13px;line-height:19px;letter-spacing:0.415584px;color:#979797}.createOffer__cards>.cards>.card>.wrapper>.images,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.images{position:relative;margin-bottom:12px}.createOffer__cards>.cards>.card>.wrapper>.images>img,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.images>img{width:343px;height:170px;border-radius:10px}.createOffer__cards>.cards>.card>.wrapper>.images>.icon,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.images>.icon{position:absolute;top:0;left:19rem;background:linear-gradient(255.07deg, #D8D8D8 3.42%, rgba(196,196,196,0) 82.7%);border:0 10px 0 0}.createOffer__cards>.cards>.card>.wrapper>.images>.icon>svg,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.images>.icon>svg{margin:8px}.createOffer__cards>.cards>.card>.wrapper>.imports,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports{display:flex;align-items:center;position:relative;margin-top:12px}.createOffer__cards>.cards>.card>.wrapper>.imports>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.title{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-bottom:24px;height:47px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createOffer__cards>.cards>.card>.wrapper>.imports>.title::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.title::-webkit-input-placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.imports>.title:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.title:-ms-input-placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.imports>.title::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.title::placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.imports>.action,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.action{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:10px;white-space:nowrap;position:absolute;top:0;right:0;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;text-transform:uppercase;line-height:24px;color:#FFFFFF}.createOffer__cards>.cards>.card>.wrapper .username,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.createOffer__cards>.cards>.card>.wrapper .username>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:14px 16px}.createOffer__cards>.cards>.card>.wrapper .username>input,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>input{background:none;border:none;border-left:1px solid #C9CFCE;padding:15px 14px;font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#17948C}.createOffer__cards>.cards>.card>.wrapper .username>input::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>input::-webkit-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper .username>input:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>input:-ms-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper .username>input::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>input::placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer .container{display:flex;align-items:center}.createOffer .container>.username{min-width:420px;margin-right:12px}.createOffer>.buttonAction{display:flex;justify-content:flex-end}.createOffer>.buttonAction>button{margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;margin-left:16px;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer}.createOffer>.buttonAction>button:nth-child(2){color:#FAFAFA;background:#17948C}.createOffer>.buttonAction>button:nth-child(1){color:#17948C}.createOffer .flexAlign{display:flex;align-items:center;justify-content:center}.createOffer .flexAlign>svg{margin-right:8px}.createUser__dropdown{position:absolute;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;padding:14px 16px;border-radius:10px;width:100%;top:4rem;left:0}.createUser__dropdown>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;flex:1 1;cursor:pointer}.createUser__dropdown>.title:not(:last-child){margin-bottom:16px}.createUser__dropdown>svg{cursor:pointer}.createUser__dropdown>svg path{fill:#17948C}.createUser .buttonAdd{display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;padding:10px 22px;background:#FFFFFF;border:1px solid #17948C;border-radius:10px;cursor:pointer}.createUser .buttonAdd>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;margin-left:8px}.createBusiness .business{margin-bottom:12px}.createBusiness .date{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;margin-bottom:16px}.createBusiness .date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:13px 16px}.createBusiness .date>.icon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;box-sizing:border-box;width:44px;height:44px;cursor:pointer}.createBusiness .date>.icon>svg{width:16px;height:18px;margin-top:13px;margin-left:13px}.createBusiness .date>.icon>svg path{fill:#358B9D}.createBusiness .dropdown{margin-bottom:12px !important}.createBusiness .inputContentStyle{margin-bottom:12px !important}.createBusiness .businessMargin{margin-bottom:16px;width:500px !important}.createBusiness .buttonAction{display:flex;align-items:center;justify-content:flex-end}.createBusiness .buttonAction>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;padding:5px 10px;margin-left:11px;box-sizing:border-box;border-radius:10px;cursor:pointer}.createBusiness .buttonAction>button:nth-child(1){border:1px solid #EB5757;color:#EB5757;background:transparent}.createBusiness .buttonAction>button:nth-child(2){border:1px solid #17948C;background:#17948C;color:#FFFFFF}.createBusiness .buttonActionAdd{display:flex;align-items:center;justify-content:center;padding:10px 100px;background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer}.createBusiness .buttonActionAdd>svg{width:24px;height:24px}.createBusiness .buttonActionAdd>button{border:none;background:transparent;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createBusiness .buttonActionSave{display:flex;align-items:center;justify-content:flex-end}.createBusiness .buttonActionSave>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;padding:5px 10px;margin-left:11px;box-sizing:border-box;border-radius:10px;cursor:pointer}.createBusiness .buttonActionSave>button:nth-child(1){border:1px solid #17948C;color:#17948C;background:transparent}.createBusiness .buttonActionSave>button:nth-child(2){border:1px solid #17948C;background:#17948C;color:#FFFFFF}.dropContent{width:100% !important;margin-bottom:12px}.dropContent__absolute{z-index:3;min-width:435px;margin-top:0}input[type="file"]{display:none}label{cursor:pointer}.justifyContent{justify-content:space-between;border-bottom:none}.halfWidth{width:50%}.fullWidth{width:100% !important}.fullBasis{flex-basis:100% !important;padding:0}.fullBasis .validation input{margin-right:0 !important}.flexBetween{display:flex;justify-content:space-between}.withPadding{padding:13px 8px;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.titleInput{display:flex;align-items:center;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%}.titleInput .textIcon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;padding:13px 12px;font-style:normal;font-weight:bold;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.smallActionButton{display:flex;justify-content:flex-end}.smallActionButton>button{color:#FFFFFF;padding:7px 30px;background:#17948C;border-radius:10px;border:none;cursor:pointer;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em}.defaultInput input{width:100%;border:none;background:transparent;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding-left:8px}.modalContainerTitle{padding:10px 0 !important}.noMargin{margin:0 !important}.modalCreate{width:48%;margin-bottom:8px}.modalCreate>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.modalCreate .inputModal{background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:10px 12px}.modalCreate .date{display:flex;align-items:center;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;margin-bottom:16px}.modalCreate .date>.icon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;box-sizing:border-box;width:44px;height:44px;cursor:pointer}.modalCreate .date>.icon>svg{width:16px;height:18px;margin-top:13px;margin-left:13px}.modalCreate .date>.icon>svg path{fill:#358B9D}.modalCreate .date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:13px 16px}.modalSeeImage{max-height:85vh;min-width:720px;overflow-x:auto;background:#000000;border-radius:0px 0px 10px 10px;display:flex;justify-content:center}.modalSeeImage>img{object-fit:contain;max-width:445px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.emptyStateCards{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:35px 36px;margin-bottom:25px}.emptyStateCards>.title{font-style:normal;font-weight:600;font-size:17px;line-height:25px;text-align:center;letter-spacing:0.01em;color:#031615;margin-top:10px}.emptyStateCards>.info{text-align:center;font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.207792px;color:#798685;margin-bottom:15px}.emptyStateCards button{background:#17948C;border:1.2px solid #17948C;border-radius:10px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA;padding:5px 12px}.emptyStateOrder{display:flex;flex-direction:column;justify-content:center;align-items:center}.emptyStateOrder>.title{width:65%;padding-top:126px;padding-bottom:116px;font-style:normal;font-weight:500;font-size:12px;line-height:18px;text-align:center;letter-spacing:0.3px;color:#AFB6B6}.create-package-food{padding:13px 20px 90px;display:flex;flex-direction:column}.create-package-food>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.create-package-food__cards{display:flex;justify-content:space-between;margin-bottom:2rem}.create-package-food__cards__new__content,.create-package-food__cards__preview{background:#FFFFFF;border-radius:10px}.create-package-food__cards__new__content{padding:31px 32px;width:524px}.create-package-food__cards__new__content .content{margin-bottom:32px}.create-package-food__cards__new__content .content>.title{font-style:normal;font-weight:500;font-size:12px;line-height:17px;align-items:center;margin-bottom:8px}.create-package-food__cards__new__content .content>.textAreaContentStyle{max-width:100%;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-bottom:24px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.create-package-food__cards__new__content .content>.textAreaContentStyle::-webkit-input-placeholder{color:#17948C}.create-package-food__cards__new__content .content>.textAreaContentStyle:-ms-input-placeholder{color:#17948C}.create-package-food__cards__new__content .content>.textAreaContentStyle::placeholder{color:#17948C}.create-package-food__cards__new__content .content>.inputContentStyle{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.create-package-food__cards__new__content .content>.inputContentStyle::-webkit-input-placeholder{color:#17948C}.create-package-food__cards__new__content .content>.inputContentStyle:-ms-input-placeholder{color:#17948C}.create-package-food__cards__new__content .content>.inputContentStyle::placeholder{color:#17948C}.create-package-food__cards__new__content .content>.inputContentStyle.error{border:1px solid #FF0000}.create-package-food__cards__new__content .content>.add-image{display:flex;justify-content:center;width:100%;cursor:pointer;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;background-color:transparent;padding:10px;margin-top:32px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.create-package-food__cards__new__content .content>.add-image>div{margin-left:8px}.create-package-food__cards__new__content .content>.categories{display:flex;align-items:center;max-width:24rem;flex-wrap:wrap;height:100%}.create-package-food__cards__new__content .content>.categories>.category{display:flex;align-items:center;background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;padding:8px 12px;margin-right:12px;margin-bottom:12px}.create-package-food__cards__new__content .content>.categories>.category .title{flex:1 1;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.create-package-food__cards__new__content .content>.categories>.category>i{display:flex;align-items:center;cursor:pointer}.create-package-food__cards__new__content .content>.categories>.category svg{width:16px;margin-left:10px;cursor:pointer}.create-package-food__cards__new__content .content>.categories>.category svg path{fill:#EB5757}.create-package-food__cards__new__content .content>.dropdown{display:flex;align-items:center;width:100%;padding:14px 16px;margin-top:7px;margin-bottom:32px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.create-package-food__cards__new__content .content>.dropdown>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;flex:1 1}.create-package-food__cards__new__content .content>.dropdown>svg{width:24px;cursor:pointer}.create-package-food__cards__new__content .content>.dropdown>svg path{fill:#17948C}.create-package-food__cards__new__content .content>.inputContent{display:flex;align-items:center;border-radius:10px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box}.create-package-food__cards__new__content .content>.inputContent.error{border:1px solid #FF0000}.create-package-food__cards__new__content .content>.inputContent>.title{font-style:normal;font-weight:bold;font-size:12px;line-height:17px;padding:13px 12px;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.create-package-food__cards__new__content .content>.inputContent>input{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;margin-left:16px;border:none;background:none;height:100%}.create-package-food__cards__new__content .content>.inputContent>input::-webkit-input-placeholder{color:#17948C}.create-package-food__cards__new__content .content>.inputContent>input:-ms-input-placeholder{color:#17948C}.create-package-food__cards__new__content .content>.inputContent>input::placeholder{color:#17948C}.create-package-food__cards__new__content .content>.imgContent{display:flex}.create-package-food__cards__new__content .content>.imgContent img{width:343px;height:170px;border-radius:10px;object-fit:cover;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);background-color:white}.create-package-food__cards__new__content .content>.imgContent>.actions{display:flex;flex-direction:column;justify-content:flex-end;margin-left:24px}.create-package-food__cards__new__content .content>.imgContent>.actions>button{margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer}.create-package-food__cards__new__content .content>.imgContent>.actions>button:nth-child(1){color:#FAFAFA;background:#17948C}.create-package-food__cards__new__content .content>.imgContent>.actions>button:nth-child(2){color:#17948C}.create-package-food__cards__new__content .content>.imgContent>.actionsConsultation{display:flex;flex-direction:column;justify-content:flex-end;margin-left:24px}.create-package-food__cards__new__content .content>.imgContent>.actionsConsultation>button{margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;border:1px solid #17948C;box-sizing:border-box;cursor:pointer}.create-package-food__cards__new__content .content>.imgContent>.actionsConsultation>button:nth-child(1){color:#FAFAFA;background:#17948C}.create-package-food__cards__new__content .content>.imgContent>.actionsConsultation>button:nth-child(2){color:#17948C}.create-package-food__cards__new__content .content>.sub-title{font-style:normal;font-weight:500;font-size:10px;line-height:15px}.create-package-food__cards__new>.action{display:flex;justify-content:flex-end}.create-package-food__cards__new>.action button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;margin-left:16px;margin-top:24px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.create-package-food__cards__new>.action button:nth-child(1){color:#17948C}.create-package-food__cards__new>.action button:nth-child(2){color:#FAFAFA;background:#17948C}.create-package-food__cards__preview{padding:37px 75px;width:524px;height:70rem}.create-package-food__cards__preview>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin-bottom:35px}.create-package-food__cards__preview>.packagePreview{display:flex;background:#FFFFFF;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);border-radius:10px;max-height:133px}.create-package-food__cards__preview>.packagePreview>.img img{border-radius:10px 0px 0px 10px;width:133px;height:133px;object-fit:cover}.create-package-food__cards__preview>.packagePreview>.packageInfo{display:flex;flex-direction:column;padding:14px 15px}.create-package-food__cards__preview>.packagePreview>.packageInfo>.title{font-style:normal;font-weight:600;font-size:14px;line-height:14px}.create-package-food__cards__preview>.packagePreview>.packageInfo>.desc{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;margin-top:13px}.create-package-food__cards__preview>.packagePreview>.packageInfo>.price{margin-top:auto;font-style:normal;font-weight:600;font-size:14px;line-height:14px}.create-package-food__cards__preview>.packagePreview>.packageInfo>.price>span{font-weight:normal;color:#828282}.create-package-food__cards__preview>.mobilePreview{margin-top:72px;position:relative}.create-package-food__cards__preview>.mobilePreview>.previewImage{box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15)}.create-package-food__cards__preview>.mobilePreview>.previewImage .slider-images{width:100%;height:290px;object-fit:cover}.create-package-food__cards__preview>.mobilePreview>.previewImage>.action{position:absolute;padding:20px 16px;display:flex;width:100%}.create-package-food__cards__preview>.mobilePreview>.previewImage>.action>svg path{fill:#FFFFFF}.create-package-food__cards__preview>.mobilePreview>.previewImage>.action>svg:nth-child(1){margin-right:auto}.create-package-food__cards__preview>.mobilePreview>.previewImage>.action>svg:nth-child(3){margin-left:24px}.create-package-food__cards__preview>.mobilePreview>.info{background:#FFFFFF;border-radius:20px 20px 0px 0px;padding:20px 16px;position:absolute;top:15rem;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15)}.create-package-food__cards__preview>.mobilePreview>.info>.price{font-style:normal;font-weight:600;font-size:14px;line-height:14px}.create-package-food__cards__preview>.mobilePreview>.info>.price>span{font-weight:normal;color:#828282}.create-package-food__cards__preview>.mobilePreview>.info>.title{margin-top:26px;font-style:normal;font-weight:600;font-size:21px;line-height:24px}.create-package-food__cards__preview>.mobilePreview>.info>.location{display:flex;align-items:center;margin-top:12px}.create-package-food__cards__preview>.mobilePreview>.info>.location>.title{font-style:normal;font-weight:500;font-size:14px;line-height:19px;margin-left:12px}.create-package-food__cards__preview>.mobilePreview>.info>.dates{display:flex;align-items:center;padding-bottom:24px;border-bottom:1px solid #C4C4C4}.create-package-food__cards__preview>.mobilePreview>.info>.dates>.date{display:flex;align-items:center;background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:20px;padding:13px 16px;margin-right:15px;margin-top:25px}.create-package-food__cards__preview>.mobilePreview>.info>.dates>.date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;margin-left:10px;white-space:nowrap}.create-package-food__cards__preview>.mobilePreview>.info>.dates>.date>svg{width:15.75px;height:18px}.create-package-food__cards__preview>.mobilePreview>.info>.dates>.date>svg path{fill:#17948C}.create-package-food__cards__preview>.mobilePreview>.info>.desc>.title{font-style:normal;font-weight:500;font-size:14px;line-height:19px;margin-top:22px}.create-package-food__cards__preview>.mobilePreview>.info>.desc>.sub-title{font-style:normal;font-weight:normal;font-size:12px;line-height:16px;color:#495050;margin-top:16px}.create-package-food__cards__preview>.mobilePreview>.info>.desc>.action{display:flex;justify-content:center}.create-package-food__cards__preview>.mobilePreview>.info>.desc>.action>button{font-style:normal;font-weight:normal;font-size:12px;line-height:16px;border:none;background:none;color:#17948C;margin-top:8px}.create-package-food__cards__preview>.mobilePreview>.info>.package>.title{font-style:normal;font-weight:500;font-size:14px;line-height:19px}.create-package-food__cards__preview>.mobilePreview>.info>.package>.content{display:flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;margin-top:18px}.create-package-food__cards__preview>.mobilePreview>.info>.package>.content>.title{font-style:normal;font-weight:500;font-size:14px;line-height:24px}.create-package-food__cards__preview>.mobilePreview>.info>.actionButton>button{border-radius:15px;background:#EFD50C;border:none;padding:18px 114px;width:100%;margin-top:20px;font-style:normal;font-weight:600;font-size:18px;line-height:24px}.createGoal{padding:13px 20px 90px}.createGoal>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.createGoal__content__cards{background:#FFFFFF;border-radius:10px;padding:32px}.createGoal__content__cards>.wrapper{width:50%}.createGoal__content__cards>.wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.createGoal__content__cards>.wrapper>input,.createGoal__content__cards>.wrapper>textarea{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-bottom:24px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createGoal__content__cards>.wrapper>input::-webkit-input-placeholder, .createGoal__content__cards>.wrapper>textarea::-webkit-input-placeholder{color:#17948C}.createGoal__content__cards>.wrapper>input:-ms-input-placeholder, .createGoal__content__cards>.wrapper>textarea:-ms-input-placeholder{color:#17948C}.createGoal__content__cards>.wrapper>input::placeholder,.createGoal__content__cards>.wrapper>textarea::placeholder{color:#17948C}.createGoal__content__cards>.wrapper>.imports{display:flex;align-items:center;position:relative}.createGoal__content__cards>.wrapper>.imports>.title{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-bottom:24px;height:47px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createGoal__content__cards>.wrapper>.imports>.title::-webkit-input-placeholder{color:#17948C}.createGoal__content__cards>.wrapper>.imports>.title:-ms-input-placeholder{color:#17948C}.createGoal__content__cards>.wrapper>.imports>.title::placeholder{color:#17948C}.createGoal__content__cards>.wrapper>.imports>.action{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:10px;white-space:nowrap;position:absolute;top:0;right:0;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.createGoal__content__cards>.wrapper>.imports>.action.action-white{color:#FFFFFF}.createGoal__content__cards>.wrapper>.imports>.wrapper{display:flex;width:90px}.createGoal__content__cards>.wrapper>.imports>.wrapper>.card,.createGoal__content__cards>.wrapper>.memberFoodDetail.imports>.headerCards.wrapper>.card--large{position:relative}.createGoal__content__cards>.wrapper>.imports>.wrapper>.card>img,.createGoal__content__cards>.wrapper>.memberFoodDetail.imports>.headerCards.wrapper>.card--large>img{width:90px;height:90px;object-fit:cover;border-radius:10px;box-shadow:0px 2px 8px rgba(0,0,0,0.15)}.createGoal__content__cards>.wrapper>.imports>.wrapper>.action{display:flex;flex-direction:column;justify-content:flex-end;margin-left:16px}.createGoal__content__cards>.wrapper>.imports>.wrapper>.action>button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;margin-left:16px;white-space:nowrap;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.createGoal__content__cards>.wrapper>.imports>.wrapper>.action>button:nth-child(2){color:#17948C;background:none;margin-top:12px}.createGoal__content__cards>.wrapper>.imports>.wrapper>.action>button:nth-child(1){color:#FAFAFA;background:#17948C}.createGoal__content__action{display:flex;align-items:center;justify-content:flex-end;margin-top:16px}.createGoal__content__action>button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;margin-left:16px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.createGoal__content__action>button:nth-child(1){color:#17948C}.createGoal__content__action>button:nth-child(2){color:#FAFAFA;background:#17948C}.createGoal__list>.title{font-style:normal;font-weight:500;font-size:18px;line-height:24px;margin-bottom:12px}.createGoal__list__content{background:#FFFFFF;border:1px solid #BDBDBD;box-sizing:border-box;border-radius:10px;padding:32px;display:flex;flex-wrap:wrap}.createGoal__list__content>.wrapper{display:flex;flex-direction:column;width:90px;margin-bottom:32px}.createGoal__list__content>.wrapper:not(:last-child){margin-right:32px}.createGoal__list__content>.wrapper>.card,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large{position:relative}.createGoal__list__content>.wrapper>.card>img,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large>img{border-radius:10px;width:90px;height:90px;object-fit:cover;box-shadow:0px 2px 8px rgba(0,0,0,0.15)}.createGoal__list__content>.wrapper>.card>.edit,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large>.edit{background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;padding:6px;cursor:pointer;width:28px;height:28px;border-radius:4px;position:absolute;top:-12px;right:-12px}.createGoal__list__content>.wrapper>.card>.edit>svg,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large>.edit>svg{width:16px;height:16px}.createGoal__list__content>.wrapper>.card>.edit>svg path,.memberFoodDetail.createGoal__list__content>.headerCards.wrapper>.card--large>.edit>svg path{fill:#828282}.createGoal__list__content>.wrapper>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;text-align:center;margin:8px 0}.createGoal__list__content>.wrapper>.info{display:flex;align-items:center;background:#FFFFFF;margin-top:auto;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.createGoal__list__content>.wrapper>.info>svg{margin-right:11px;margin-left:9px}.createGoal__list__content>.wrapper>.info>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;padding:9px;border-left:1px solid #C9CFCE}.createCity{padding:13px 20px 90px;width:50%}.createCity>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.createCity__cards{background:#FFFFFF;border-radius:10px;padding:16px 32px}.createCity__cards>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.createCity__cards>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%;padding:14px 16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;color:#17948C}.createCity__cards>input::-webkit-input-placeholder{color:#17948C}.createCity__cards>input:-ms-input-placeholder{color:#17948C}.createCity__cards>input::placeholder{color:#17948C}.createCity__cards>.error{font-size:10px;line-height:15px;align-items:center;letter-spacing:0.01em;color:#EB5757;margin-top:4px}.createCity__cards>.action{display:flex;align-items:center;justify-content:flex-end;margin-top:16px}.createCity__cards>.action>button{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA}.createCity__cards__list{margin-top:32px}.createCity__cards__list>.title{font-style:normal;font-weight:500;font-size:18px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-bottom:16px}.createCity__cards__list>.wrapper{background:#FFFFFF;border-radius:10px}.createCity__cards__list>.wrapper>.title{display:flex;align-items:center;justify-content:space-between;padding:16px 26px;border-bottom:1px solid #C9CECE;font-style:normal;font-weight:600;font-size:14px;line-height:21px;letter-spacing:0.181818px;text-transform:uppercase;color:#031615}.createCity__cards__list>.wrapper>.list{padding:13px 26px}.createCity__cards__list>.wrapper>.list>.content{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px}.createCity__cards__list>.wrapper>.list>.content>.title{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;text-transform:capitalize;color:#031615}.createCity__cards__list>.wrapper>.list>.content>.edit{background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;padding:6px;cursor:pointer;width:28px;height:28px;border-radius:4px}.createCity__cards__list>.wrapper>.list>.content>.edit>svg{width:16px;height:16px}.createCity__cards__list>.wrapper>.list>.content>.edit>svg path{fill:#828282}.createCity__action__header{display:flex;align-items:center;justify-content:center;position:relative;background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;padding:10px 284px}.createCity__action__header>.title{font-style:normal;font-weight:500;font-size:24px;line-height:28px;text-align:center;letter-spacing:0.181818px;color:#000000}.createCity__action__header>svg{position:absolute;right:0;margin-right:12px;cursor:pointer}.createCity__action__content{background:#E4E7E7;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);border-radius:0 0 10px 10px;padding:24px 28px;display:flex;flex-direction:column}.createCity__action__content>.list{display:flex;align-items:center}.createCity__action__content>.list>.title{font-style:normal;font-weight:500;font-size:18px;line-height:27px;letter-spacing:0.181818px;color:#000000;padding-right:147px}.createCity__action__content>.list>input{width:100%;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;align-items:center;letter-spacing:0.01em;color:#17948C}.createCity__action__content>.list>input::-webkit-input-placeholder{color:#17948C}.createCity__action__content>.list>input:-ms-input-placeholder{color:#17948C}.createCity__action__content>.list>input::placeholder{color:#17948C}.createCity__action__content .error{font-size:10px;line-height:15px;align-items:center;letter-spacing:0.01em;color:#EB5757;margin-left:186px;margin-top:4px}.createCity__action__content>.actionButton{display:flex;justify-content:flex-end;margin-top:24px}.createCity__action__content>.actionButton>button{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:16px 25px;font-style:normal;font-weight:normal;font-size:18px;line-height:17px;letter-spacing:0.01em;color:#FAFAFA}.createOffer{padding:13px 20px 90px}.createOffer>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.createOffer__cards{background:#FFFFFF;border-radius:10px;padding:24px}.createOffer__cards>.title{font-style:normal;font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-bottom:32px}.createOffer__cards>.wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.createOffer__cards>.wrapper>.userPhoto{margin-bottom:16px;position:relative;width:100px;height:100px}.createOffer__cards>.wrapper>.userPhoto>img{width:100px;height:100px;border-radius:100%;object-fit:cover}.createOffer__cards>.wrapper>.userPhoto>svg{position:absolute;bottom:0;right:0;cursor:pointer}.createOffer__cards>.cards{display:flex;justify-content:space-between}.createOffer__cards>.cards>.card,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large{flex-basis:45%}.createOffer__cards>.cards>.card>.wrapper select,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper select{margin-bottom:32px}.createOffer__cards>.cards>.card>.wrapper>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.createOffer__cards>.cards>.card>.wrapper>.validation,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation{display:flex;align-items:center;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.validation>input,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-right:12px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.validation>input::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation>input::-webkit-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper>.validation>input:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation>input:-ms-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper>.validation>input::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.validation>input::placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper>textarea::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea::-webkit-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD !important}.createOffer__cards>.cards>.card>.wrapper>textarea:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea:-ms-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD !important}.createOffer__cards>.cards>.card>.wrapper>textarea::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea::placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD !important}.createOffer__cards>.cards>.card>.wrapper>.error,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.error{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#EB5757;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper{display:flex;margin-bottom:19px}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction{display:flex;align-items:center}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction>.circle,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction>.circle,.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction>.circle-full,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction>.circle-full{width:20px;height:20px;border:2px solid #337F99;border-radius:100%;margin-right:8px;cursor:pointer}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction>.circle-full,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction>.circle-full{background:#337F99}.createOffer__cards>.cards>.card>.wrapper>.actionWrapper>.buttonAction>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionWrapper>.buttonAction>.title{font-style:normal;font-weight:500;font-size:13px;line-height:19px;letter-spacing:0.415584px;color:#626262;margin-right:18px}.createOffer__cards>.cards>.card>.wrapper>.date,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.date>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:13px 16px}.createOffer__cards>.cards>.card>.wrapper>.date>.icon,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date>.icon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;box-sizing:border-box;width:44px;height:44px;cursor:pointer}.createOffer__cards>.cards>.card>.wrapper>.date>.icon>svg,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date>.icon>svg{width:16px;height:18px;margin-top:13px;margin-left:13px}.createOffer__cards>.cards>.card>.wrapper>.date>.icon>svg path,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.date>.icon>svg path{fill:#358B9D}.createOffer__cards>.cards>.card>.wrapper>.text,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown{display:flex;align-items:center;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.text>input,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>input,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>input,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:15px 14px;width:50px;font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.text>input::-webkit-outer-spin-button,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>input::-webkit-outer-spin-button,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>input::-webkit-outer-spin-button,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>input::-webkit-outer-spin-button,.createOffer__cards>.cards>.card>.wrapper>.text>input::-webkit-inner-spin-button,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>input::-webkit-inner-spin-button,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>input::-webkit-inner-spin-button,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.createOffer__cards>.cards>.card>.wrapper>.text>input[type=number],.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>input[type=number],.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>input[type=number],.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>input[type=number]{-moz-appearance:textfield}.createOffer__cards>.cards>.card>.wrapper>.text>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.text>.title,.modalFilter .container .createOffer__cards>.cards>.card>.wrapper>.dropdown>.title,.modalFilter .container .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#17948C;margin-left:12px}.createOffer__cards>.cards>.card>.wrapper>textarea,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 20px;width:100%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createOffer__cards>.cards>.card>.wrapper>textarea::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea::-webkit-input-placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>textarea:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea:-ms-input-placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>textarea::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>textarea::placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.dropdown,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;position:relative}.createOffer__cards>.cards>.card>.wrapper>.dropdown.dropdownAction,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown.dropdownAction{margin-bottom:12px}.createOffer__cards>.cards>.card>.wrapper>.dropdown>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;flex:1 1}.createOffer__cards>.cards>.card>.wrapper>.dropdown>svg,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>svg{cursor:pointer}.createOffer__cards>.cards>.card>.wrapper>.dropdown>svg path,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.dropdown>svg path{fill:#17948C}.createOffer__cards>.cards>.card>.wrapper>.actionDate,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate{display:flex;align-items:center;margin-bottom:16px}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:13px 16px}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date>.icon,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date>.icon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;box-sizing:border-box;width:44px;height:44px;cursor:pointer}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date>.icon>svg,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date>.icon>svg{width:16px;height:18px;margin-top:13px;margin-left:13px}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.date>.icon>svg path,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.date>.icon>svg path{fill:#358B9D}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.time,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.time{display:flex;margin-left:25px}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.time .title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.time .title{padding:11px 9px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px 0 0 10px;font-style:normal;font-weight:normal;font-size:13px;line-height:19px;letter-spacing:0.415584px;color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.actionDate>.time .info,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.actionDate>.time .info{padding:11px 9px;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:0px 10px 10px 0px;font-style:normal;font-weight:500;font-size:13px;line-height:19px;letter-spacing:0.415584px;color:#979797}.createOffer__cards>.cards>.card>.wrapper>.images,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.images{position:relative;margin-bottom:12px}.createOffer__cards>.cards>.card>.wrapper>.images>img,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.images>img{width:343px;height:170px;border-radius:10px}.createOffer__cards>.cards>.card>.wrapper>.images>.icon,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.images>.icon{position:absolute;top:0;left:19rem;background:linear-gradient(255.07deg, #D8D8D8 3.42%, rgba(196,196,196,0) 82.7%);border:0 10px 0 0}.createOffer__cards>.cards>.card>.wrapper>.images>.icon>svg,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.images>.icon>svg{margin:8px}.createOffer__cards>.cards>.card>.wrapper>.imports,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports{display:flex;align-items:center;position:relative;margin-top:12px}.createOffer__cards>.cards>.card>.wrapper>.imports>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.title{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-bottom:24px;height:47px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createOffer__cards>.cards>.card>.wrapper>.imports>.title::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.title::-webkit-input-placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.imports>.title:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.title:-ms-input-placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.imports>.title::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.title::placeholder{color:#17948C}.createOffer__cards>.cards>.card>.wrapper>.imports>.action,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper>.imports>.action{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:10px;white-space:nowrap;position:absolute;top:0;right:0;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;text-transform:uppercase;line-height:24px;color:#FFFFFF}.createOffer__cards>.cards>.card>.wrapper .username,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.createOffer__cards>.cards>.card>.wrapper .username>.title,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:14px 16px}.createOffer__cards>.cards>.card>.wrapper .username>input,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>input{background:none;border:none;border-left:1px solid #C9CFCE;padding:15px 14px;font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#17948C}.createOffer__cards>.cards>.card>.wrapper .username>input::-webkit-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>input::-webkit-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper .username>input:-ms-input-placeholder, .memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>input:-ms-input-placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer__cards>.cards>.card>.wrapper .username>input::placeholder,.memberFoodDetail.createOffer__cards>.headerCards.cards>.card--large>.wrapper .username>input::placeholder{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#BDBDBD}.createOffer .container{display:flex;align-items:center}.createOffer .container>.username{min-width:420px;margin-right:12px}.createOffer>.buttonAction{display:flex;justify-content:flex-end}.createOffer>.buttonAction>button{margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;margin-left:16px;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer}.createOffer>.buttonAction>button:nth-child(2){color:#FAFAFA;background:#17948C}.createOffer>.buttonAction>button:nth-child(1){color:#17948C}.createOffer .flexAlign{display:flex;align-items:center;justify-content:center}.createOffer .flexAlign>svg{margin-right:8px}.createUser__dropdown{position:absolute;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;padding:14px 16px;border-radius:10px;width:100%;top:4rem;left:0}.createUser__dropdown>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;flex:1 1;cursor:pointer}.createUser__dropdown>.title:not(:last-child){margin-bottom:16px}.createUser__dropdown>svg{cursor:pointer}.createUser__dropdown>svg path{fill:#17948C}.createUser .buttonAdd{display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;padding:10px 22px;background:#FFFFFF;border:1px solid #17948C;border-radius:10px;cursor:pointer}.createUser .buttonAdd>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;margin-left:8px}.createBusiness .business{margin-bottom:12px}.createBusiness .date{display:flex;align-items:center;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;margin-bottom:16px}.createBusiness .date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:13px 16px}.createBusiness .date>.icon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;box-sizing:border-box;width:44px;height:44px;cursor:pointer}.createBusiness .date>.icon>svg{width:16px;height:18px;margin-top:13px;margin-left:13px}.createBusiness .date>.icon>svg path{fill:#358B9D}.createBusiness .dropdown{margin-bottom:12px !important}.createBusiness .inputContentStyle{margin-bottom:12px !important}.createBusiness .businessMargin{margin-bottom:16px;width:500px !important}.createBusiness .buttonAction{display:flex;align-items:center;justify-content:flex-end}.createBusiness .buttonAction>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;padding:5px 10px;margin-left:11px;box-sizing:border-box;border-radius:10px;cursor:pointer}.createBusiness .buttonAction>button:nth-child(1){border:1px solid #EB5757;color:#EB5757;background:transparent}.createBusiness .buttonAction>button:nth-child(2){border:1px solid #17948C;background:#17948C;color:#FFFFFF}.createBusiness .buttonActionAdd{display:flex;align-items:center;justify-content:center;padding:10px 100px;background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer}.createBusiness .buttonActionAdd>svg{width:24px;height:24px}.createBusiness .buttonActionAdd>button{border:none;background:transparent;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createBusiness .buttonActionSave{display:flex;align-items:center;justify-content:flex-end}.createBusiness .buttonActionSave>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;padding:5px 10px;margin-left:11px;box-sizing:border-box;border-radius:10px;cursor:pointer}.createBusiness .buttonActionSave>button:nth-child(1){border:1px solid #17948C;color:#17948C;background:transparent}.createBusiness .buttonActionSave>button:nth-child(2){border:1px solid #17948C;background:#17948C;color:#FFFFFF}.dropContent{width:100% !important;margin-bottom:12px}.dropContent__absolute{z-index:3;min-width:435px;margin-top:0}input[type="file"]{display:none}label{cursor:pointer}.justifyContent{justify-content:space-between;border-bottom:none}.halfWidth{width:50%}.fullWidth{width:100% !important}.fullBasis{flex-basis:100% !important;padding:0}.fullBasis .validation input{margin-right:0 !important}.flexBetween{display:flex;justify-content:space-between}.withPadding{padding:13px 8px;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.titleInput{display:flex;align-items:center;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%}.titleInput .textIcon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;padding:13px 12px;font-style:normal;font-weight:bold;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.smallActionButton{display:flex;justify-content:flex-end}.smallActionButton>button{color:#FFFFFF;padding:7px 30px;background:#17948C;border-radius:10px;border:none;cursor:pointer;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em}.defaultInput input{width:100%;border:none;background:transparent;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding-left:8px}.modalContainerTitle{padding:10px 0 !important}.noMargin{margin:0 !important}.modalCreate{width:48%;margin-bottom:8px}.modalCreate>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.modalCreate .inputModal{background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:10px 12px}.modalCreate .date{display:flex;align-items:center;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;margin-bottom:16px}.modalCreate .date>.icon{background:#FFFFFF;border:1px solid #C9CFCE;border-radius:10px;box-sizing:border-box;width:44px;height:44px;cursor:pointer}.modalCreate .date>.icon>svg{width:16px;height:18px;margin-top:13px;margin-left:13px}.modalCreate .date>.icon>svg path{fill:#358B9D}.modalCreate .date>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;padding:13px 16px}.modalSeeImage{max-height:85vh;min-width:720px;overflow-x:auto;background:#000000;border-radius:0px 0px 10px 10px;display:flex;justify-content:center}.modalSeeImage>img{object-fit:contain;max-width:445px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.emptyStateCards{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:35px 36px;margin-bottom:25px}.emptyStateCards>.title{font-style:normal;font-weight:600;font-size:17px;line-height:25px;text-align:center;letter-spacing:0.01em;color:#031615;margin-top:10px}.emptyStateCards>.info{text-align:center;font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.207792px;color:#798685;margin-bottom:15px}.emptyStateCards button{background:#17948C;border:1.2px solid #17948C;border-radius:10px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA;padding:5px 12px}.emptyStateOrder{display:flex;flex-direction:column;justify-content:center;align-items:center}.emptyStateOrder>.title{width:65%;padding-top:126px;padding-bottom:116px;font-style:normal;font-weight:500;font-size:12px;line-height:18px;text-align:center;letter-spacing:0.3px;color:#AFB6B6}.tabDashboard{display:flex;grid-column-gap:24px;width:100%;margin-top:32px}.tabDashboard__cards{flex-basis:33%}.tabDashboard__cards .cardHeader{background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;padding:13px 16px}.tabDashboard__cards .cardHeader .title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.tabDashboard__cards .cardHeader .action{display:flex;justify-content:space-between;align-items:center}.tabDashboard__cards .cardHeader .action button{background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;padding:8px 12px;margin-top:11px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.tabDashboard__cards .cardHeader .action button:hover{cursor:pointer;background:#17948C;border:1px solid #FFFFFF;color:#FFFFFF}.tabDashboard__cards .cardWrapper,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active{background:#E4E7E7;border:1px solid #E4E7E7;border-radius:0 0 10px 10px;padding:17px 20px;display:flex;flex-direction:column;justify-content:space-around;margin-bottom:5rem}.tabDashboard__cards .cardWrapper .dates,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .dates{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.tabDashboard__cards .cardWrapper .dates__day,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .dates__day{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#798685}.tabDashboard__cards .cardWrapper .dates__date,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .dates__date{font-style:normal;font-weight:500;font-size:14px;line-height:14px;letter-spacing:0.01em;color:#798685}.tabDashboard__cards .cardWrapper .card,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card,.tabDashboard__cards .cardWrapper .memberFoodDetail>.headerCards>.card--large,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .memberFoodDetail>.headerCards>.card--large{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;margin-bottom:16px;display:flex}.tabDashboard__cards .cardWrapper .card>a,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card>a,.tabDashboard__cards .cardWrapper .memberFoodDetail>.headerCards>.card--large>a,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .memberFoodDetail>.headerCards>.card--large>a{display:flex}.tabDashboard__cards .cardWrapper .card>a>div,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card>a>div,.tabDashboard__cards .cardWrapper .memberFoodDetail>.headerCards>.card--large>a>div,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .memberFoodDetail>.headerCards>.card--large>a>div{padding:12px 16px;display:flex;flex-direction:column;justify-content:flex-start}.tabDashboard__cards .cardWrapper .card__title,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__title{font-style:normal;font-weight:600;font-size:14px;line-height:19px}.tabDashboard__cards .cardWrapper .card__price,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__price{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#17948C;margin-top:5px}.tabDashboard__cards .cardWrapper .card__created,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__created{font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.03em;color:#798685}.tabDashboard__cards .cardWrapper .card__action,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__action{display:flex;margin-top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tabDashboard__cards .cardWrapper .card__button,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__button{display:flex;background:#17948C;border-radius:8px;border:none;padding:2px 8px;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF}.tabDashboard__cards .cardWrapper .card__button:not(:first-child),.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__button:not(:first-child){margin-left:8px}.tabDashboard__cards .cardWrapper .card__subTitle,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__subTitle{font-style:normal;font-weight:600;font-size:10px;line-height:12px;letter-spacing:0.03em;color:#AFB6B6}.tabDashboard__cards .cardWrapper .card__views,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__views{font-style:normal;font-weight:600;font-size:21px;line-height:24px;letter-spacing:0.015em;color:#17948C}.tabDashboard__cards .cardWrapper .card__img,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__img{padding:0 !important}.tabDashboard__cards .cardWrapper .card__orderIMG,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__orderIMG{width:45px;height:45px;border-radius:100%;object-fit:cover}.tabDashboard__cards .cardWrapper .card__offerIMG,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__offerIMG{width:79px;height:79px;border-radius:10px;object-fit:cover;padding:0}.tabDashboard__cards .cardWrapper .card__packageIMG,.tabDashboard__cards .tabBatch__header__cards>.cardWrapper--active .card__packageIMG{width:113px;height:115px;border:1px solid #E4E7E7;border-radius:10px 0px 0px 10px;object-fit:cover}.tabPackage__header{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.tabPackage__header .title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.tabPackage__header .action{background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 12px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA}.tabPackage__header .action:hover{background:#0f726b;border:1.2px solid #0f726b}.tabPackage__title{background:#FFFFFF;border:1px solid #FAFAFA;border-radius:10px 10px 0px 0px;padding:16px 10px;margin-top:10px}.tabPackage__content{background:#E4E7E7;border:1px solid #E4E7E7;border-radius:10px}.tabPackage__content .cardWrapper,.tabPackage__content .tabBatch__header__cards>.cardWrapper--active{background:#E4E7E7;border:1px solid #E4E7E7;border-radius:0 0 10px 10px;padding:17px 20px}.tabPackage__content .cardWrapper>div,.tabPackage__content .tabBatch__header__cards>.cardWrapper--active>div{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-gap:24px}@media screen and (max-width: 1000px){.tabPackage__content .cardWrapper>div,.tabPackage__content .tabBatch__header__cards>.cardWrapper--active>div{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media screen and (max-width: 768px){.tabPackage__content .cardWrapper>div,.tabPackage__content .tabBatch__header__cards>.cardWrapper--active>div{grid-template-columns:repeat(2, minmax(0, 1fr))}}.tabBatch{margin-top:20px}.tabBatch__header>.title{font-style:normal;font-weight:500;font-size:18px;line-height:24px;letter-spacing:0.03em;margin-bottom:16px;color:#000000}.tabBatch__header__cards{display:flex;align-items:center;flex-wrap:nowrap;width:80vw;overflow-x:auto}.tabBatch__header__cards::-webkit-scrollbar{width:15px;background-color:transparent}.tabBatch__header__cards::-webkit-scrollbar-corner{background-color:transparent}.tabBatch__header__cards::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#E4E7E7}.tabBatch__header__cards>.cardWrapper,.tabBatch__header__cards>.cardWrapper--active{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:16px;margin-right:25px;display:flex;min-width:345px;justify-content:space-between}.tabBatch__header__cards>.cardWrapper:hover,.tabBatch__header__cards>.cardWrapper--active:hover{background:rgba(0,0,0,0.1);opacity:0.9;cursor:pointer}.tabBatch__header__cards>.cardWrapper--active{border:3px solid #17948C}.tabBatch__header__cards>.cardWrapper .card .title,.tabBatch__header__cards>.cardWrapper--active .card .title,.tabBatch__header__cards>.cardWrapper .memberFoodDetail>.headerCards>.card--large .title,.tabBatch__header__cards>.cardWrapper--active .memberFoodDetail>.headerCards>.card--large .title{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#000000;margin-bottom:8px}.tabBatch__header__cards>.cardWrapper .card .price,.tabBatch__header__cards>.cardWrapper--active .card .price,.tabBatch__header__cards>.cardWrapper .memberFoodDetail>.headerCards>.card--large .price,.tabBatch__header__cards>.cardWrapper--active .memberFoodDetail>.headerCards>.card--large .price{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#17948C}.tabBatch__header__cards>.cardWrapper .card .price>span,.tabBatch__header__cards>.cardWrapper--active .card .price>span,.tabBatch__header__cards>.cardWrapper .memberFoodDetail>.headerCards>.card--large .price>span,.tabBatch__header__cards>.cardWrapper--active .memberFoodDetail>.headerCards>.card--large .price>span{color:#AFB6B6}.tabBatch__header__cards>.cardWrapper .card .action,.tabBatch__header__cards>.cardWrapper--active .card .action,.tabBatch__header__cards>.cardWrapper .memberFoodDetail>.headerCards>.card--large .action,.tabBatch__header__cards>.cardWrapper--active .memberFoodDetail>.headerCards>.card--large .action{display:flex;margin-top:8px}.tabBatch__header__cards>.cardWrapper .card .action button,.tabBatch__header__cards>.cardWrapper--active .card .action button,.tabBatch__header__cards>.cardWrapper .memberFoodDetail>.headerCards>.card--large .action button,.tabBatch__header__cards>.cardWrapper--active .memberFoodDetail>.headerCards>.card--large .action button{background:#17948C;border-radius:8px;padding:2px 8px;border:none;margin-right:8px;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF}.tabBatch__header__cards>.cardWrapper .purchases .title,.tabBatch__header__cards>.cardWrapper--active .purchases .title{font-style:normal;font-weight:600;font-size:10px;line-height:12px;letter-spacing:0.03em;color:#AFB6B6}.tabBatch__header__cards>.cardWrapper .purchases .content,.tabBatch__header__cards>.cardWrapper--active .purchases .content{font-style:normal;font-weight:600;font-size:21px;line-height:24px;letter-spacing:0.015em;text-align:right;color:#17948C}.tabBatch__action{display:flex;align-items:center;margin-top:13px;margin-bottom:15px}.tabBatch__action .title{flex:1 1;font-style:normal;font-weight:500;font-size:18px;line-height:24px;letter-spacing:0.03em;color:#000000}.tabBatch__action .buttonWrapper{display:flex;align-items:center}.tabBatch__action .buttonWrapper .button{background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 22px;margin-left:16px;display:flex;align-items:center}.tabBatch__action .buttonWrapper .button:hover{background:#0f726b;border:1.2px solid #0f726b;cursor:pointer}.tabBatch__action .buttonWrapper .button .title{border:none;background:none;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA}.tabBatch__action .buttonWrapper .button .title:hover{cursor:pointer}.table_batch__transaction{margin-top:50px}.tabTransaction .searchTables{display:flex;align-items:center;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:10px 18px;width:20rem}.tabTransaction .searchTables>input{background:none;border:none;width:100%;flex:1 1;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.tabTransaction .searchTables>input::-webkit-input-placeholder{color:#17948C}.tabTransaction .searchTables>input:-ms-input-placeholder{color:#17948C}.tabTransaction .searchTables>input::placeholder{color:#17948C}.tabTransaction .searchTables>svg path{fill:#828282}.tabTransaction .typeGold,.tabTransaction .typeNormal{background:#EDAE0F;border-radius:8px;padding:2px 8px;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF}.tabTransaction .typeNormal{background:#17948C}.createMerchantFood__title{font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-top:12px;margin-bottom:32px}.createMerchantFood__nav{border-bottom:1px solid #E4E7E7;margin-bottom:32px}.package-transaction__filter-button,.package-batch__filter-button{margin-top:21px;margin-bottom:39px}.merchantFood__merchant-lists{margin-top:15px;display:grid;grid-template-columns:repeat(auto-fill, minmax(377px, 1fr));grid-gap:18px}.merchantFood__merchant-lists__item{display:flex;background:#FFFFFF;border:1px solid #BDBDBD;box-sizing:border-box;border-radius:10px;padding:14px 10px;width:100%;overflow:hidden;-webkit-transform:scale(0.99);transform:scale(0.99);transition:.5s}.merchantFood__merchant-lists__item:hover{background-color:rgba(0,0,0,0.1);-webkit-transform:scale(1);transform:scale(1);cursor:pointer}.merchantFood__merchant-lists__item__img{margin-right:16px}.merchantFood__merchant-lists__item__img>img{border-radius:10px;width:101px;height:101px;object-fit:cover}.merchantFood__merchant-lists__item__title>.merchantName{font-style:normal;font-weight:600;font-size:14px;line-height:14px;letter-spacing:0.03em;color:#333333;margin-bottom:13px}.merchantFood__merchant-lists__item__title>.merchantGoal{display:flex;align-items:center}.merchantFood__merchant-lists__item__title>.merchantGoal>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#495050;margin-bottom:10px}.merchantFood__merchant-lists__item__title>.merchantGoal>.title:after{content:",\00A0"}.merchantFood__merchant-lists__item__title>.merchantGoal>.title:last-of-type:after{content:""}.merchantFood__merchant-lists__item__title>.merchantRating{display:flex;align-items:center;margin-bottom:8px}.merchantFood__merchant-lists__item__title>.merchantRating>div:nth-child(1){display:flex;align-items:center;margin-right:16px}.merchantFood__merchant-lists__item__title>.merchantRating>div:nth-child(1)>img{height:16px}.merchantFood__merchant-lists__item__title>.merchantRating>div:nth-child(2),.merchantFood__merchant-lists__item__title>.merchantRating>div:nth-child(3){font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;margin-right:5px}.merchantFood__merchant-lists__item__title>.merchantCity{display:flex;align-items:center}.merchantFood__merchant-lists__item__title>.merchantCity>div{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#333333;opacity:0.5;white-space:nowrap;overflow:hidden}.merchantFood__merchant-lists__item__title>.merchantCity>div:after{content:",\00A0"}.merchantFood__merchant-lists__item__title>.merchantCity>div:last-of-type:after{content:""}.create-batch{display:flex;width:50%;flex-direction:column;padding:13px 20px 90px}.create-batch__title{font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.create-batch__form-container{display:flex;flex-direction:column}.create-batch__form-input{padding:32px;margin-bottom:24px}.create-batch__form-input>div:not(:first-child){margin-top:16px}.create-batch__form-input--error{font-size:11px;line-height:15px;letter-spacing:0.01em;color:#EB5757;margin-top:4px}.create-batch__form-input__package>div:nth-child(1){font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.create-batch__form-input__desc>div:nth-child(1){font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.create-batch__form-input__desc>textarea{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;max-width:100%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.create-batch__form-input__desc>textarea::-webkit-input-placeholder{color:#17948C}.create-batch__form-input__desc>textarea:-ms-input-placeholder{color:#17948C}.create-batch__form-input__desc>textarea::placeholder{color:#17948C}.create-batch__form-input__date>div:nth-child(1){font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.create-batch__form-input__date .DateInput_input{background:#F2F3F3;border:1px solid #C9CFCE;font-size:12px;line-height:17px}.create-batch__form-input__promo>div:nth-child(1){font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.create-batch__form-input__price>div:nth-child(1){font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.create-batch__form-input__price__form--split{color:#17948C;font-size:12px;line-height:17px;letter-spacing:0.01em;background-color:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;display:flex;min-height:44px;width:100%;align-items:center}.create-batch__form-input__price__form--split input{background-color:#F2F3F3;border:none;width:100%;margin-left:16px;margin-right:16px;color:#17948C}.create-batch__form-input__price__form--split>div:nth-child(1){background-color:#ffffff;border-right:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;height:100%;display:flex;align-items:center;padding:10px}.create-batch__form-input__sustanance>div:nth-child(1){font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.create-batch__form-submit{background:#17948C;border:1.2px solid #17948C;border-radius:10px;color:#FFF;cursor:pointer;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;align-self:flex-end}.tab-package__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));justify-content:center;grid-gap:32px 20px;padding:17px 20px;background:#E4E7E7;border:1px solid #E4E7E7}.tab-package__list .card,.tab-package__list .memberFoodDetail>.headerCards>.card--large{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;margin-bottom:16px;display:flex;width:100%}.tab-package__list .card:hover,.tab-package__list .memberFoodDetail>.headerCards>.card--large:hover{background:rgba(0,0,0,0.1);opacity:0.9;cursor:pointer}.tab-package__list .card>div,.tab-package__list .memberFoodDetail>.headerCards>.card--large>div{padding:12px 16px;display:flex;flex-direction:column;justify-content:flex-start}.tab-package__list .card__title{font-style:normal;font-weight:600;font-size:14px;line-height:19px}.tab-package__list .card__price{font-style:normal;font-weight:600;font-size:14px;line-height:19px;letter-spacing:0.03em;color:#17948C;margin-top:5px}.tab-package__list .card__action{display:flex;margin-top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tab-package__list .card__button{display:flex;background:#17948C;border-radius:8px;border:none;padding:2px 8px;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF}.tab-package__list .card__button:not(:first-child){margin-left:8px}.tab-package__list .card__img{padding:0 !important}.tab-package__list .card__packageIMG{width:113px;height:115px;border:1px solid #E4E7E7;border-radius:10px 0px 0px 10px;object-fit:cover}.createDiscount__title{margin-bottom:34px}.createDiscount__content{background:#FAFAFA;border-radius:10px;padding:16px 24px;margin-bottom:24px}.createDiscount__content__wrapper{display:flex;align-items:center;width:100%}.createDiscount__content__wrapper>div:not(:first-child){margin-left:50px}.createDiscount__content__title{margin-bottom:32px}.createDiscount__content__title__wrapper{display:flex;align-items:center;margin-bottom:32px}.createDiscount__content__title__wrapper>div:first-child{flex:1 1}.createDiscount__content__title__button{display:flex;align-items:center;background:#17948C;border:1.2px solid #17948C;border-radius:10px;padding:9px 12px;cursor:pointer}.createDiscount__content__title__button:hover{background:#116d67;border:1.2px solid #116d67}.createDiscount__content__title__button>svg path{fill:#FAFAFA}.createDiscount__content__title__button>svg circle{stroke:#FAFAFA}.createDiscount__content__title__button>button{border:none;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;background:transparent;cursor:pointer}.createDiscount__content__subContent{width:100%}.createDiscount__content__subContent>svg{margin-left:0;margin-top:1.5rem;width:24px;height:24px;cursor:pointer}.createDiscount__content__subContent>svg path{fill:#17948C}.createDiscount__content__subContent>svg:hover path{fill:#e44d60}.createDiscount__content__subContent>div:nth-child(1){font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.createDiscount__content__subContent>div:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.207792px;color:#495050;margin-top:8px;margin-bottom:24px}.createDiscount__content__subContent__wrapper{display:flex;align-items:center}.createDiscount__content__subContent__dropdown{position:relative;display:flex;flex:1 1;align-items:center;justify-content:space-between;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%}.createDiscount__content__subContent__dropdown>div{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createDiscount__content__subContent__dropdown>div>input{border:none;background-color:transparent;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createDiscount__content__subContent__dropdown>div>input.percentage{width:1.5rem}.createDiscount__content__subContent__dropdown>div>input.notPercentage{margin-left:.5rem}.createDiscount__content__subContent__dropdown>div>input::-webkit-outer-spin-button,.createDiscount__content__subContent__dropdown>div>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.createDiscount__content__subContent__dropdown>div>input[type=number]{-moz-appearance:textfield}.createDiscount__content__subContent__dropdown>svg{margin-right:8px;cursor:pointer}.createDiscount__content__subContent__dropdown>svg path{fill:#17948C}.createDiscount__content__subContent__menu{display:flex;align-items:center;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:14px 16px;margin-right:12px;color:#17948C;cursor:pointer}.createDiscount__content__subContent__menu path{fill:#17948C}.createDiscount__content__subContent__menu>span{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em}.createDiscount__content__subContent__menu>svg:not(:first-child){margin-left:22px}.createDiscount__content__subContent__menu:hover{background-color:#17948C;color:#FFFFFF;border:1px solid #17948C}.createDiscount__content__subContent__menu:hover path{fill:#FFFFFF}.createDiscount__button{display:flex;align-items:center;justify-content:flex-end}.createDiscount__button>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;border-radius:10px;border:none;padding:5px 10px;border:1px solid #17948C;cursor:pointer}.createDiscount__button>button:first-child{color:#17948C;margin-right:16px}.createDiscount__button>button:first-child:hover{color:#FAFAFA;background:#e44d60;border:1px solid #e44d60}.createDiscount__button>button:last-child{color:#FAFAFA;background:#17948C}.createDiscount__button>button:last-child:hover{color:#FAFAFA;background-color:#116d67;border:1px solid #116d67}.trash{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalCreateDiscount{position:absolute;width:100%;background:#FFFFFF;padding:16px 17px;border-radius:10px;border:1px solid #828282;top:4rem;left:0;z-index:5}.modalCreateDiscount__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.modalCreateDiscount__header>div{font-style:normal;font-weight:normal;font-size:10px;line-height:12px;letter-spacing:0.155844px}.modalCreateDiscount__header>div:nth-child(1){color:#798685}.modalCreateDiscount__header>div:nth-child(2){color:#EB5757;cursor:pointer}.modalCreateDiscount__search{display:flex;align-items:center;background:#F7F8F8;border:1px solid #828282;box-sizing:border-box;border-radius:10px;padding:12px 18px;margin-bottom:8px}.modalCreateDiscount__search>input{border:none;background:transparent;width:100%}.modalCreateDiscount__list{margin-bottom:10px;max-height:10rem;overflow-y:auto}.modalCreateDiscount__list__content{display:flex;align-items:center;margin-bottom:9px}.modalCreateDiscount__list__content>div{flex:1 1;font-style:normal;font-weight:normal;font-size:12px;line-height:18px;letter-spacing:0.207792px;color:#828282}.modalCreateDiscount__list__content>svg{margin-right:11px;cursor:pointer}.modalCreateDiscount__list__content.selectAll>div{color:#17948C}.modalCreateDiscount__button{display:flex;justify-content:flex-end}.modalCreateDiscount__button>button{padding:5px 10px;background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;cursor:pointer}.modalSelectType{position:absolute;width:100%;background:#FFFFFF;border-radius:10px;border:1px solid #828282;top:4rem;left:0;z-index:5}.modalSelectType__list{max-height:10rem;overflow-y:auto}.modalSelectType__list>div:not(:last-child){border-bottom:0.5px solid #C9CECE}.modalSelectType__list__content{display:flex;align-items:center;margin-bottom:9px;padding:16px 17px;color:#D6DADA}.modalSelectType__list__content>div{flex:1 1;cursor:pointer}.modalSelectType__list__content>svg{margin-right:11px;cursor:pointer}.modalSelectType__list__content>svg path{fill:#17948C}.modalSelectType__list__content.active{color:#17948C}.detailDiscount__header{display:flex;align-items:center;margin-bottom:32px}.detailDiscount__header__button{display:flex;align-items:center;background:#FFFFFF;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 11px;cursor:pointer;margin-left:8px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#17948C}.detailDiscount__header__button>svg{margin-right:8px}.detailDiscount__header__button:hover{background:#17948C;color:#FFFFFF}.detailDiscount__header__button:hover svg path{fill:#FFFFFF}.detailDiscount__header__button.add{background:#17948C;color:#FFFFFF;border:1.2px solid #17948C}.detailDiscount__header__button.add circle{stroke:#FFFFFF}.detailDiscount__header__button.add g path{fill:#FFFFFF}.detailDiscount__header__button.add:hover{background:#106660;border:1.2px solid #106660}.detailDiscount__title{flex:1 1}.detailDiscount__cards{display:flex;align-items:center}.detailDiscount__cards__small,.detailDiscount__cards__smallFull,.detailDiscount__cards__med,.detailDiscount__cards__full{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:12px;margin-bottom:16px;width:20%;min-height:8rem}.detailDiscount__cards__smallFull{width:40%}.detailDiscount__cards__med{width:71.2%;min-height:17rem}.detailDiscount__cards__full{width:100%;min-height:17rem}.detailDiscount__cards__title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:10px}.detailDiscount__cards__stats{font-style:normal;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C;margin-bottom:10px}.detailDiscount__cards__stats>span{font-style:normal;font-weight:normal;font-size:18px;line-height:27px;letter-spacing:0.1px;color:#AFB6B6}.detailDiscount__cards__info{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333}.detailDiscount__cards__info>span{background:#46AC89;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;color:#FFFFFF;border-radius:8px;padding:2px 8px}.detailDiscount__cards__wrapper{display:flex;align-items:center;margin-bottom:32px}.detailDiscount__cards__wrapper>div{width:55%}.detailDiscount__cards__wrapper>div>div{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333}.detailDiscount__cards__wrapper>div>span{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685}.detailDiscount__cards__table>table{width:100%}.detailDiscount__cards__table>table th{font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;text-align:left;padding-bottom:16px}.detailDiscount__cards__table>table td{vertical-align:top}.detailDiscount__cards__table>table td>div{display:flex;align-items:center;font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685}.detailDiscount__cards__table>table td ul{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685;padding:0;list-style:none}.detailDiscount__cards__table>table td ul li::before{content:"\2022";color:#17948C;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}.detailDiscount__cards__table>table .venueGreen,.detailDiscount__cards__table>table .venueBlue{width:18px;height:18px;border-radius:100%;margin-right:8px}.detailDiscount__cards__table>table .venueGreen{background:#27AE60}.detailDiscount__cards__table>table .venueBlue{background:#1F7899}.detailDiscount__cards__table>table .tableTotalVoucher{display:flex;align-items:center;padding-bottom:24px}.detailDiscount__cards__table>table .tableTotalVoucher>div{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:7px 20px;color:#17948C;margin-right:8px}.detailDiscount__cards__table>table .tableTotalVoucher>span{font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#031615}.detailDiscount__table__title{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:21px}.cardMargin>div:not(:first-child){margin-left:14px}.user-create{display:flex;flex-direction:column}.user-create__title-page{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin-bottom:21px}.user-info{display:flex;flex-direction:column;margin-bottom:48px}.user-info__forms{width:100%}.user-info__form{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:32px;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content}.user-info__submit-form{display:flex}.user-info__submit-form>button{color:#FAFAFA;background-color:#17948C;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;border-radius:10px;border:none;padding:5px 15px;cursor:pointer;margin-top:32px}.user-info__submit-form-browse-user{display:flex;justify-content:right;margin:20px}.user-info__submit-form-browse-user>button{color:#FAFAFA;background-color:#17948C;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;border-radius:10px;border:none;padding:5px 15px;cursor:pointer;margin-left:10px}.user-info__submit-form-disabled{display:flex;flex-direction:row-reverse}.user-info__submit-form-disabled>button{color:#666666;background-color:#cccccc;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;border-radius:10px;border:none;padding:5px 15px;cursor:pointer;margin-top:32px}.user-info__form>div{margin-bottom:16px}.user-info__form__title-category{font-style:normal;font-weight:500;font-size:18px;line-height:27px;letter-spacing:0.207792px;color:#000000;margin-bottom:32px !important}.user-info__form__name>div:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-info__form__name>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;width:100%}.user-info__form__phone>div:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-info__form__phone>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;width:100%}.user-info__form__mail>div:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-info__form__mail>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;width:100%}.user-info__form__password>div:first-child,.user-info__form__password--retype>div:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-info__form__password>input,.user-info__form__password--retype>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;width:100%}.user-info__form__profile-pic{display:flex;flex-direction:column}.user-info__form__profile-pic>div:nth-child(1){font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-info__form__profile-pic>img{width:100px;height:100px;object-fit:cover;border-radius:50%}.user-info__form__profile-pic>[type="file"]{border:0;clip:rect(0, 0, 0, 0);height:1px;overflow:hidden;padding:0;position:absolute !important;white-space:nowrap;width:1px}.user-info__form__profile-pic>[type="file"],.user-info__form__profile-pic>label{cursor:pointer;display:flex;justify-content:center;align-items:center;background-color:#17948C;border-radius:50%;width:30px;height:30px;margin-top:-31px;margin-left:70px}.user-info__form__profile-pic>[type="file"] svg path,.user-info__form__profile-pic>label svg path{fill:#fff}.user-info__form__birth-date>div:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-info__form__birth-date>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;width:100%}.user-info__form__gender>div:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-info__form__gender>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;width:100%}.user-info__form__hobbies>div:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-info__form__hobbies>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;width:100%}.user-info__form__occupation>div:first-child{font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-info__form__occupation>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C;width:100%}.user-role{display:flex;flex-direction:column;padding:32px}.user-role__title{font-style:normal;font-weight:500;font-size:18px;line-height:27px;letter-spacing:0.207792px;color:#000000;margin-bottom:32px}.user-role__role-select{width:100%;display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(25% - 24px), 1fr));grid-column-gap:32px}.user-role__role-select>div>div:nth-child(1){font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:true;margin-bottom:8px}.user-role__role-select__list{display:flex;flex-direction:column;margin-bottom:16px}.user-role__role-select__list__role,.user-role__role-select__list__role--active{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#17948C;text-align:center;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;border-radius:21px;border:none;padding:2px 10px;border:1px solid #17948C;cursor:pointer}.user-role__role-select__list__role:not(:last-child),.user-role__role-select__list__role--active:not(:last-child){margin-bottom:8px}.user-role__role-select__list__role:hover,.user-role__role-select__list__role--active:hover{padding:3px 11px}.user-role__role-select__list__role--active{color:#fff;background-color:#17948C}.user-role__form>div:not(:last-child){margin-bottom:8px}.user-detail__header{display:flex}.user-detail__header>span:nth-child(1){font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin-right:18px}.user-detail__header>span:nth-child(2){font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#AFB6B6;margin-right:18px}.user-detail__header img{width:40px;height:44px;object-fit:cover;-webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)}.user-detail-info{display:flex;flex-direction:column}.user-detail-info__statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(20% - 13px), 1fr));grid-column-gap:16px;margin-bottom:16px}.user-detail-info__statistic>div{background-color:white;border:1px solid #E4E7E7;border-radius:10px;padding:12px;display:flex;align-items:center;min-height:133px}.user-detail-info__statistic>div>div{display:flex;flex-direction:column;flex-grow:1;align-self:start}.user-detail-info__statistic>div>div>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:10px}.user-detail-info__statistic>div>div>span:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C}.user-detail-info__user{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(20% - 13px), 1fr));grid-column-gap:16px;margin-bottom:16px}.user-detail-info__user>div{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:12px}.user-detail-info__user>div:nth-child(1){grid-column:span 3}.user-detail-info__user>div:nth-child(2){grid-column:span 2}.user-detail-info__user__user-info{display:flex;flex-direction:column}.user-detail-info__user__user-info>div:nth-child(2){display:flex;align-items:center}.user-detail-info__user__user-info>div:nth-child(2)>img{width:98px;height:108px;object-fit:cover;-webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);margin:0 66px}.user-detail-info__user__user-info>div:nth-child(2)>table{min-width:413px}.user-detail-info__user__user-info>div:nth-child(2)>table td{vertical-align:top;padding-bottom:32px}.user-detail-info__user__user-info__header{display:flex;align-items:center;justify-content:space-between}.user-detail-info__user__user-info__header>span{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.user-detail-info__user__user-info__header>div{display:flex;align-items:center}.user-detail-info__user__user-info__header>div>svg:not(:last-child){margin-right:12px}.user-detail-info__user__user-info__name>div:nth-child(1),.user-detail-info__user__user-info__phone>div:nth-child(1),.user-detail-info__user__user-info__mail>div:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__user__user-info__name>div:nth-child(2),.user-detail-info__user__user-info__phone>div:nth-child(2),.user-detail-info__user__user-info__mail>div:nth-child(2){font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685;color:true}.user-detail-info__user__user-info__role>div{display:flex;align-items:center}.user-detail-info__user__user-info__role>div span{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__user__user-info__role>div svg{width:12px;height:12px;margin-left:12px}.user-detail-info__user__user-info__role .roles{display:flex;align-items:center;border-radius:8px;background:#2F80ED;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2.5px 8px;cursor:pointer;margin-top:5px}.user-detail-info__user__user-info__role .roles>div:nth-child(1){font-size:10px;line-height:15px;letter-spacing:0.3px;color:#fff}.user-detail-info__user__user-info__role .roles>i{margin-left:8px}.user-detail-info__user__user-info__status>div:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__user__user-info__status>div:nth-child(2){display:flex;align-items:center;border-radius:8px;background:#2F80ED;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2.5px 8px;cursor:pointer;margin-top:12px;position:relative}.user-detail-info__user__user-info__status>div:nth-child(2)>span:nth-child(1){font-size:10px;line-height:15px;letter-spacing:0.3px;color:#fff}.user-detail-info__user__user-info__status>div:nth-child(2)>div:nth-child(2){margin-top:50px}.user-detail-info__user__user-corp{display:flex;flex-direction:column}.user-detail-info__user__user-corp>div:nth-child(1){display:flex;justify-content:space-between;align-items:center}.user-detail-info__user__user-corp>div:nth-child(1)>span{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.user-detail-info__user__user-corp>table{width:100%}.user-detail-info__user__user-corp>table td{vertical-align:top;padding-bottom:32px}.user-detail-info__user__user-corp__company>div:nth-child(1),.user-detail-info__user__user-corp__disc>div:nth-child(1),.user-detail-info__user__user-corp__benefit>div:nth-child(1),.user-detail-info__user__user-corp__position>div:nth-child(1),.user-detail-info__user__user-corp__tag>div:nth-child(1),.user-detail-info__user__user-corp__status>div:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__user__user-corp__company>div:nth-child(2),.user-detail-info__user__user-corp__disc>div:nth-child(2),.user-detail-info__user__user-corp__benefit>div:nth-child(2),.user-detail-info__user__user-corp__position>div:nth-child(2),.user-detail-info__user__user-corp__tag>div:nth-child(2),.user-detail-info__user__user-corp__status>div:nth-child(2){font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685;color:true}.user-detail-info__user__user-trainer{display:flex;flex-direction:column}.user-detail-info__user__user-trainer>div:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.user-detail-info__user__user-trainer table td{vertical-align:top;padding-bottom:32px}.user-detail-info__user__user-trainer--capsule{display:flex;flex-wrap:wrap}.user-detail-info__user__user-trainer--capsule>span{padding:2px 12px;font-size:10px;line-height:17px;letter-spacing:0.01em;color:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;margin-right:6px;margin-bottom:6px}.user-detail-info__user__user-trainer__name>div{display:flex;flex-direction:column}.user-detail-info__user__user-trainer__name>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true;margin-bottom:8px}.user-detail-info__user__user-trainer__name>div>span:nth-child(2){font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685;color:true}.user-detail-info__user__user-trainer__achivement>div{display:flex;flex-direction:column}.user-detail-info__user__user-trainer__achivement>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true;margin-bottom:8px}.user-detail-info__user__user-trainer__achivement>div>span:nth-child(2){font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685;color:true}.user-detail-info__user__user-trainer__sports>div{display:flex;flex-direction:column}.user-detail-info__user__user-trainer__sports>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true;margin-bottom:8px}.user-detail-info__user__user-trainer__status>div{display:flex;flex-direction:column}.user-detail-info__user__user-trainer__status>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true;margin-bottom:8px}.user-detail-info__user__user-trainer__venue>div{display:flex;flex-direction:column}.user-detail-info__user__user-trainer__venue>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true;margin-bottom:8px}.user-detail-info__user__user-trainer__classes>div{display:flex;flex-direction:column}.user-detail-info__user__user-trainer__classes>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true;margin-bottom:8px}.user-detail-info__membership{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(33% - 7px), 1fr));grid-column-gap:16px}.user-detail-info__membership>div{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:12px 14px}.user-detail-info__membership>div>div:nth-child(1){display:flex;justify-content:space-between;align-items:center}.user-detail-info__membership>div>div:nth-child(1) span{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C}.user-detail-info__membership>div>table{width:100%}.user-detail-info__membership>div>table td{vertical-align:top;padding-bottom:32px}.user-detail-info__membership__trainer__type>div{display:flex;flex-direction:column}.user-detail-info__membership__trainer__type>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__membership__trainer__type>div>span:nth-child(2){background:#0E5854;border-radius:8px;padding:2.4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#fff}.user-detail-info__membership__trainer__status>div{display:flex;flex-direction:column}.user-detail-info__membership__trainer__status>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__membership__trainer__status>div>span:nth-child(2){background-color:#46AC89;padding:2.4px 8px;border-radius:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#fff}.user-detail-info__membership__trainer__status>div>div{margin-top:42px}.user-detail-info__membership__trainer__since>div,.user-detail-info__membership__trainer__source>div{display:flex;flex-direction:column}.user-detail-info__membership__trainer__since>div>span:not(:last-child),.user-detail-info__membership__trainer__source>div>span:not(:last-child){margin-bottom:4px}.user-detail-info__membership__trainer__since>div>span:nth-child(1),.user-detail-info__membership__trainer__source>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__membership__trainer__since>div>span:nth-child(2),.user-detail-info__membership__trainer__source>div>span:nth-child(2){font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685;color:true}.user-detail-info__membership__trainer__since>div>span:nth-child(3),.user-detail-info__membership__trainer__source>div>span:nth-child(3){font-size:10px;line-height:15px;letter-spacing:0.3px;color:true}.user-detail-info__membership__trainer__benefit{width:40%;display:flex;flex-direction:column}.user-detail-info__membership__trainer__benefit>span{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:12px}.user-detail-info__membership__trainer__benefit__progress{display:flex;flex-direction:column;margin-bottom:8px}.user-detail-info__membership__trainer__benefit__progress>div:first-child{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:8px}.user-detail-info__membership__trainer__benefit__progress>div:last-child{display:flex;align-items:center;margin-top:8px}.user-detail-info__membership__trainer__benefit__progress>div:last-child>span{font-size:10px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-left:13px}.user-detail-info__membership__doofood__type>div{display:flex;flex-direction:column}.user-detail-info__membership__doofood__type>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__membership__doofood__type>div>span:nth-child(2){background:#EDAE0F;border-radius:8px;padding:2.4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#fff}.user-detail-info__membership__doofood__status>div{display:flex;flex-direction:column}.user-detail-info__membership__doofood__status>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__membership__doofood__status>div>span:nth-child(2){background-color:#46AC89;padding:2.4px 8px;border-radius:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#fff}.user-detail-info__membership__doofood__status>div>div{margin-top:42px}.user-detail-info__membership__doofood__since>div,.user-detail-info__membership__doofood__source>div,.user-detail-info__membership__doofood__transaction>div{display:flex;flex-direction:column}.user-detail-info__membership__doofood__since>div>span:not(:last-child),.user-detail-info__membership__doofood__source>div>span:not(:last-child),.user-detail-info__membership__doofood__transaction>div>span:not(:last-child){margin-bottom:4px}.user-detail-info__membership__doofood__since>div>span:nth-child(1),.user-detail-info__membership__doofood__source>div>span:nth-child(1),.user-detail-info__membership__doofood__transaction>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.12987px;color:#333333;color:true}.user-detail-info__membership__doofood__since>div>span:nth-child(2),.user-detail-info__membership__doofood__source>div>span:nth-child(2),.user-detail-info__membership__doofood__transaction>div>span:nth-child(2){font-size:14px;line-height:21px;letter-spacing:0.3px;color:#798685;color:true}.user-detail-info__membership__doofood__since>div>span:nth-child(3),.user-detail-info__membership__doofood__source>div>span:nth-child(3),.user-detail-info__membership__doofood__transaction>div>span:nth-child(3){font-size:10px;line-height:15px;letter-spacing:0.3px;color:true}.user-detail-fit{display:flex;flex-direction:column}.user-detail-fit__export{display:flex;flex-direction:row-reverse;margin-bottom:15px;cursor:pointer}.user-detail-fit__export>div{padding:5px 32px;background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA}.user-detail-fit__statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(20% - 13px), 1fr));grid-column-gap:16px;margin-bottom:16px}.user-detail-fit__statistic>div{background-color:white;border:1px solid #E4E7E7;border-radius:10px;padding:12px;display:flex;align-items:center}.user-detail-fit__statistic>div>div{display:flex;flex-direction:column;flex-grow:1;height:100%;align-self:start}.user-detail-fit__statistic>div>div>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:10px}.user-detail-fit__statistic>div>div>span:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C}.user-detail-fit__statistic--increase,.user-detail-fit__statistic--decrease{margin-top:12px;display:flex;flex-grow:1;display:flex;align-items:center}.user-detail-fit__statistic--increase>*,.user-detail-fit__statistic--decrease>*{align-self:flex-end}.user-detail-fit__statistic--increase>span,.user-detail-fit__statistic--decrease>span{font-size:12px;line-height:18px;letter-spacing:0.155844px;margin-right:4px}.user-detail-fit__statistic--increase>span:nth-child(2),.user-detail-fit__statistic--decrease>span:nth-child(2){color:#66D67B}.user-detail-fit__statistic--increase>span:nth-child(3),.user-detail-fit__statistic--decrease>span:nth-child(3){color:#828282}.user-detail-fit__statistic--decrease>span:nth-child(2){color:#EB5757}.user-detail-fit__table{padding:20px 0}.user-detail-fit__table__header{display:flex;align-items:center;padding:0 16px 20px 16px}.user-detail-fit__table__header>svg{margin-right:6px}.user-detail-fit__table__header>div:nth-child(3){font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#031615;margin-right:18px}.user-detail-fit__table__header>div:nth-child(2),.user-detail-fit__table__header>div:nth-child(4){background:#FFFFFF;border:1px solid #828282;box-sizing:border-box;border-radius:8px;padding:5.5px 8px;margin-right:18px}.user-detail-fit__table__header>div:nth-child(2)>span,.user-detail-fit__table__header>div:nth-child(4)>span{margin-right:8px;font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#031615}.user-detail-fit__table__header>div:nth-child(5){background:#17948C;border-radius:10px;padding:4px 8px;font-weight:500;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.342857px;color:#FFFFFF}.user-detail-fit__table table tbody td{vertical-align:top}.user-detail-food{display:flex;flex-direction:column}.user-detail-food__export{display:flex;flex-direction:row-reverse;margin-bottom:15px;cursor:pointer}.user-detail-food__export>div{padding:5px 32px;background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA}.user-detail-food__statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(20% - 13px), 1fr));grid-column-gap:16px;margin-bottom:16px}.user-detail-food__statistic>div{background-color:white;border:1px solid #E4E7E7;border-radius:10px;padding:12px;display:flex;align-items:center}.user-detail-food__statistic>div>div{display:flex;flex-direction:column;flex-grow:1;height:100%;align-self:start}.user-detail-food__statistic>div>div>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:10px}.user-detail-food__statistic>div>div>span:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C}.user-detail-food__statistic--increase,.user-detail-food__statistic--decrease{margin-top:12px;display:flex;flex-grow:1;display:flex;align-items:center}.user-detail-food__statistic--increase>*,.user-detail-food__statistic--decrease>*{align-self:flex-end}.user-detail-food__statistic--increase>span,.user-detail-food__statistic--decrease>span{font-size:12px;line-height:18px;letter-spacing:0.155844px;margin-right:4px}.user-detail-food__statistic--increase>span:nth-child(2),.user-detail-food__statistic--decrease>span:nth-child(2){color:#66D67B}.user-detail-food__statistic--increase>span:nth-child(3),.user-detail-food__statistic--decrease>span:nth-child(3){color:#828282}.user-detail-food__statistic--decrease>span:nth-child(2){color:#EB5757}.user-detail-food__table{padding:20px 0}.user-detail-food__table__header{display:flex;align-items:center;padding:0 16px 20px 16px}.user-detail-food__table__header>svg{margin-right:6px}.user-detail-food__table__header>div:nth-child(3){font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#031615;margin-right:18px}.user-detail-food__table__header>div:nth-child(2),.user-detail-food__table__header>div:nth-child(4){background:#FFFFFF;border:1px solid #828282;box-sizing:border-box;border-radius:8px;padding:5.5px 8px;margin-right:18px}.user-detail-food__table__header>div:nth-child(2)>span,.user-detail-food__table__header>div:nth-child(4)>span{margin-right:8px;font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#031615}.user-detail-food__table__header>div:nth-child(5){background:#17948C;border-radius:10px;padding:4px 8px;font-weight:500;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.342857px;color:#FFFFFF}.user-detail-food__table table tbody td{vertical-align:top}.user-detail-trainer{display:flex;flex-direction:column}.user-detail-trainer__statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(20% - 13px), 1fr));grid-column-gap:16px;margin-bottom:16px}.user-detail-trainer__statistic>div{background-color:white;border:1px solid #E4E7E7;border-radius:10px;padding:12px;display:flex;align-items:center}.user-detail-trainer__statistic>div>div{display:flex;flex-direction:column;flex-grow:1;height:100%;align-self:start}.user-detail-trainer__statistic>div>div>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;color:#1C1C1C;margin-bottom:10px}.user-detail-trainer__statistic>div>div>span:nth-child(2){font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;color:#1C1C1C}.user-detail-trainer__statistic--increase,.user-detail-trainer__statistic--decrease{margin-top:12px;display:flex;flex-grow:1;display:flex;align-items:center}.user-detail-trainer__statistic--increase>*,.user-detail-trainer__statistic--decrease>*{align-self:flex-end}.user-detail-trainer__statistic--increase>span,.user-detail-trainer__statistic--decrease>span{font-size:12px;line-height:18px;letter-spacing:0.155844px;margin-right:4px}.user-detail-trainer__statistic--increase>span:nth-child(2),.user-detail-trainer__statistic--decrease>span:nth-child(2){color:#66D67B}.user-detail-trainer__statistic--increase>span:nth-child(3),.user-detail-trainer__statistic--decrease>span:nth-child(3){color:#828282}.user-detail-trainer__statistic--decrease>span:nth-child(2){color:#EB5757}.user-detail-trainer__export{display:flex;flex-direction:row-reverse;margin-bottom:15px;cursor:pointer}.user-detail-trainer__export>div{padding:5px 32px;background:#17948C;border:1.2px solid #17948C;box-sizing:border-box;border-radius:10px;font-weight:500;font-size:14px;line-height:24px;text-align:center;letter-spacing:0.03em;color:#FAFAFA}.user-detail-trainer__table{padding:20px 0}.user-detail-trainer__table__header{display:flex;align-items:center;padding:0 16px 20px 16px}.user-detail-trainer__table__header>svg{margin-right:6px}.user-detail-trainer__table__header>div:nth-child(3){font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#031615;margin-right:18px}.user-detail-trainer__table__header>div:nth-child(2),.user-detail-trainer__table__header>div:nth-child(4){background:#FFFFFF;border:1px solid #828282;box-sizing:border-box;border-radius:8px;padding:5.5px 8px;margin-right:18px}.user-detail-trainer__table__header>div:nth-child(2)>span,.user-detail-trainer__table__header>div:nth-child(4)>span{margin-right:8px;font-size:14px;line-height:21px;text-align:center;letter-spacing:0.181818px;color:#031615}.user-detail-trainer__table__header>div:nth-child(5){background:#17948C;border-radius:10px;padding:4px 8px;font-weight:500;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.342857px;color:#FFFFFF}.user-detail-trainer__table table tbody td{vertical-align:top}.user-detail-trainer__table__bookings{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.user-table{display:flex;flex-direction:column}.user-table__header__title{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin-bottom:9px}.user-table__header__statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(20%, 1fr));grid-gap:10px;grid-auto-rows:182px;margin-bottom:23px}.user-table__header__statistic>div{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px}.user-table__header__statistic__member{display:flex;flex-direction:column}.user-table__header__statistic__member>div:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.5px;color:#000000;flex-grow:1}.user-table__header__statistic__member>div:nth-child(2){font-weight:500;font-size:36px;line-height:54px;letter-spacing:0.5px;color:#000000}.user-table__header__statistic__member>div:nth-child(3){font-weight:500;font-size:12px;line-height:21px;letter-spacing:0.155844px;color:#828282;margin-bottom:15px}.user-table__header__statistic__member>div:nth-child(4){font-weight:normal;font-size:12px;line-height:21px;letter-spacing:0.155844px;color:#828282}.user-table__header__statistic__chart{grid-column:2/4}.user-table__header__statistic__chart>div:nth-child(1){text-align:center;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.5px;color:#000000}.user-table__table>tbody td{vertical-align:top}.user-table__table__regis>span{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.user-table__table__name>div{display:flex;flex-direction:column;text-align:left}.user-table__table__name>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.user-table__table__name>div>span:nth-child(2){font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.user-table__table__name>div>span:nth-child(3){font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F;font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.user-table__table__date>div{display:flex;flex-direction:column;text-align:left}.user-table__table__date>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;white-space:nowrap}.user-table__table__date>div>span:nth-child(2){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F;white-space:nowrap}.user-table__table__date>div>span:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.user-table__table__contact>div{display:flex;flex-direction:column}.user-table__table__contact>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.user-table__table__contact>div>span:nth-child(2){font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.user-table__table__membership>div{display:flex;flex-direction:column}.user-table__table__membership>div>span{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.user-table__table__role div{display:flex;flex-direction:column}.user-table__table__role div>span{background:#46AC89;color:#ffffff;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;border-radius:8px;padding:2px 8px;text-align:center}.user-table__table__role div>span:not(:last-child){margin-bottom:8px}.user-table__table__status span>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:10px;background:#800000;color:#ffffff;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;border-radius:8px;padding:2px 8px;text-align:center}.user-table__table__status span ul{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:10px;background:#46AC89;color:#ffffff;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.155844px;border-radius:8px;padding:2px 8px;text-align:center}.user-table__table__spend{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.user-table__table__action{vertical-align:middle !important}.user-table__table__action>div{display:flex}.user-table__table__action>div>i{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background-color:#FAFAFA;border:1px solid #C9CFCE;border-radius:4px;cursor:pointer}.user-table__table__action>div>i:not(:last-child){margin-right:9px}.user-table__table__action>div>i svg{width:16px;height:16px}.carousel{display:flex;flex-direction:column}.carousel__title{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin-bottom:9px}.carousel__statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(25% - 10px), 1fr));grid-gap:10px;grid-auto-rows:182px;margin-bottom:23px}.carousel__statistic>div{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px;display:flex;flex-direction:column}.carousel__statistic>div>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.5px;color:#000000;margin-bottom:37px}.carousel__statistic>div>span:nth-child(2){font-weight:500;font-size:36px;line-height:54px;letter-spacing:0.5px;color:#000000}.carousel__statistic>div>span:nth-child(3){font-weight:500;font-size:12px;line-height:21px;letter-spacing:0.155844px;color:#828282;flex-grow:1;display:flex;align-items:flex-end}.carousel__button-create{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.carousel__button-create>span{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.carousel__button-create>button{padding:8px 33px;margin:0 10px;border-radius:10px;background-color:#17948C;border:1.2px solid #17948C;font-weight:500;font-size:14px;color:#FAFAFA;cursor:pointer}.carousel__table__list>tbody td{vertical-align:top}.carousel__table__list__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.carousel__table__list__title>div{display:flex;flex-direction:column}.carousel__table__list__title>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;margin-bottom:6px}.carousel__table__list__title>div>span:nth-child(2){font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.carousel__table__list__category{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.carousel__table__list__status{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.carousel-create{position:relative;display:flex;flex-direction:column}.carousel-create__title{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin-bottom:21px}.carousel-create__forms{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(50% - 63px), 1fr));grid-column-gap:63px}.carousel-create__form{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:24px}.carousel-create__submit{display:flex;justify-content:flex-end}.carousel-create__submit>button{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#fff;margin-top:43px;cursor:pointer;background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px}.carousel-create__form__status{margin-bottom:16px}.carousel-create__form__status>div:first-child{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;margin-bottom:8px}.carousel-create__form__featured{margin-bottom:16px}.carousel-create__form__featured>div:first-child{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;margin-bottom:8px}.carousel-create__form__category{margin-bottom:16px}.carousel-create__form__category>div:first-child{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.carousel-create__form__category>div:nth-child(2){display:flex}.carousel-create__form__category>div:nth-child(2)>*{margin-right:36px}.carousel-create__form__banner{margin-bottom:16px}.carousel-create__form__banner>div:first-child{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.carousel-create__form__banner>span{margin-top:8px;font-weight:500;font-size:10px;line-height:15px;letter-spacing:0.415584px;color:#626262}.carousel-create__form__banner--filled,.carousel-create__form__banner--empty{width:320px;height:123px;border:1px solid #C9CFCE;border-radius:17px}.carousel-create__form__banner--empty{display:flex;flex-direction:column;align-items:center;justify-content:center}.carousel-create__form__banner--empty>span{margin-top:8px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.carousel-create__form__banner--empty svg{cursor:pointer;width:58px;height:58px}.carousel-create__form__banner--filled{position:relative}.carousel-create__form__banner--filled svg{box-shadow:0px 1px 3px 0px rgba(0,0,0,0.75);border-radius:50%;cursor:pointer;position:absolute;top:12px;right:12px}.carousel-create__form__banner--filled>img{width:calc(100% - 1px);height:calc(100% - 1px);border-radius:inherit;object-fit:cover}.carousel-create__form__thumbnail{margin-bottom:16px}.carousel-create__form__thumbnail>div:first-child{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.carousel-create__form__thumbnail>span{margin-top:8px;font-weight:500;font-size:10px;line-height:15px;letter-spacing:0.415584px;color:#626262}.carousel-create__form__thumbnail--filled,.carousel-create__form__thumbnail--empty{width:163px;height:163px;border:1px solid #C9CFCE;border-radius:17px}.carousel-create__form__thumbnail--empty{display:flex;flex-direction:column;align-items:center;justify-content:center}.carousel-create__form__thumbnail--empty>span{margin-top:8px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.carousel-create__form__thumbnail--empty svg{cursor:pointer;width:58px;height:58px}.carousel-create__form__thumbnail--filled{position:relative}.carousel-create__form__thumbnail--filled svg{box-shadow:0px 1px 3px 0px rgba(0,0,0,0.75);border-radius:50%;cursor:pointer;position:absolute;top:12px;right:12px}.carousel-create__form__thumbnail--filled>img{width:calc(100% - 1px);height:calc(100% - 1px);border-radius:inherit;object-fit:cover}.carousel-create__form__link-type{margin-bottom:16px}.carousel-create__form__link-type>div:nth-child(1){margin-bottom:8px;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000}.carousel-create__form__link-type>div:nth-child(2){display:flex;margin-bottom:8px}.carousel-create__form__link-type>div:nth-child(2)>*{margin-right:36px}.carousel-create__form__link-type>input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;background-color:#F2F3F3}.carousel-create__form__flight>div:first-child{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.carousel-create__form__flight>div:nth-child(2){display:flex;align-items:center}.carousel-create__form__flight>div:nth-child(2) svg{width:24px;height:24px;margin-right:8px}.facilities{display:flex;flex-direction:column}.facilities__title{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin-bottom:9px}.facilities__statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(25% - 10px), 1fr));grid-gap:10px;grid-auto-rows:182px;margin-bottom:23px}.facilities__statistic>div{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px;display:flex;flex-direction:column}.facilities__statistic>div>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.5px;color:#000000;margin-bottom:37px}.facilities__statistic>div>span:nth-child(2){font-weight:500;font-size:36px;line-height:54px;letter-spacing:0.5px;color:#000000}.facilities__statistic>div>span:nth-child(3){font-weight:500;font-size:12px;line-height:21px;letter-spacing:0.155844px;color:#828282;flex-grow:1;display:flex;align-items:flex-end}.facilities__button-create{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.facilities__button-create>span{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.facilities__button-create>button{padding:8px 33px;margin:0 10px;border-radius:10px;background-color:#17948C;border:1.2px solid #17948C;font-weight:500;font-size:14px;color:#FAFAFA;cursor:pointer}.facilities__table__list>tbody td{vertical-align:top}.facilities__table__list__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.facilities__table__list__facilities-type,.facilities__table__list__facilities-name{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.facilities__table__list__facilities-icon>div{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;border:1px solid #C4C4C4}.facilities__table__list__facilities-icon>div>img{height:35px}.offers{display:flex;flex-direction:column}.offers__title{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin-bottom:9px}.offers__statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(25% - 10px), 1fr));grid-gap:10px;grid-auto-rows:182px;margin-bottom:23px}.offers__statistic>div{background-color:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px;display:flex;flex-direction:column}.offers__statistic>div>span:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.5px;color:#000000;margin-bottom:37px}.offers__statistic>div>span:nth-child(2){font-weight:500;font-size:36px;line-height:54px;letter-spacing:0.5px;color:#000000}.offers__statistic>div>span:nth-child(3){font-weight:500;font-size:12px;line-height:21px;letter-spacing:0.155844px;color:#828282;flex-grow:1;display:flex;align-items:flex-end}.offers__button-create{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.offers__button-create>span{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.offers__button-create>button{padding:8px 33px;margin:0 10px;border-radius:10px;background-color:#17948C;border:1.2px solid #17948C;font-weight:500;font-size:14px;color:#FAFAFA;cursor:pointer}.offers__table__list>tbody td{vertical-align:top}.offers__table__list__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.offers__table__list__date>div,.offers__table__list__title>div,.offers__table__list__impression>div{display:flex;flex-direction:column}.offers__table__list__date>div>span:nth-child(1),.offers__table__list__title>div>span:nth-child(1),.offers__table__list__impression>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;margin-bottom:6px}.offers__table__list__date>div>span:nth-child(2),.offers__table__list__title>div>span:nth-child(2),.offers__table__list__impression>div>span:nth-child(2){font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.offers__table__list__status{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.offer-create{display:flex;flex-direction:column}.offer-create__title{font-weight:600;font-size:24px;line-height:48px;letter-spacing:0.01em;color:#000000;margin-bottom:21px}.offer-create__forms{display:grid;grid-template-columns:repeat(auto-fill, minmax(calc(50% - 63px), 1fr));grid-gap:63px}.offer-create__forms>div:first-child{display:flex;flex-direction:column}.offer-create__form{background-color:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:24px}.offer-create__submit-form{display:flex;justify-content:flex-end}.offer-create__submit-form>button{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#fff;margin-top:43px;cursor:pointer;background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px}.offer-create__form__name{margin-bottom:16px}.offer-create__form__name>div:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.offer-create__form__name>input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;background-color:#F2F3F3}.offer-create__form__featured{margin-bottom:16px}.offer-create__form__featured>div:first-child{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.offer-create__form__type{margin-bottom:16px}.offer-create__form__type>div:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.offer-create__form__type>div:nth-child(2){display:flex}.offer-create__form__type>div:nth-child(2)>*{margin-right:36px}.offer-create__form__start-date{margin-bottom:16px}.offer-create__form__start-date>div:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.offer-create__form__start-date>div:nth-child(2){display:flex;align-items:center;width:100%;min-height:45px;border:1px solid #C9CFCE;border-radius:10px;background-color:#F2F3F3}.offer-create__form__start-date>div:nth-child(2) input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background-color:inherit;color:#17948C !important;border:none;width:100%;margin-left:16px;margin-right:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offer-create__form__start-date>div:nth-child(2)>div:nth-child(1){display:flex;align-items:center;height:inherit;padding:10px;background-color:#ffffff;border-right:1px solid #C9CFCE;border-radius:10px}.offer-create__form__start-date>div:nth-child(2)>div:nth-child(1) svg{width:20px;height:20px}.offer-create__form__start-date>div:nth-child(2)>div:nth-child(1) svg path{fill:#358B9D}.offer-create__form__avail-for{margin-bottom:16px}.offer-create__form__avail-for>div:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.offer-create__form__avail-for>div:nth-child(2){display:flex;align-items:center}.offer-create__form__avail-for>div:nth-child(2) input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:55px;background-color:#F2F3F3}.offer-create__form__avail-for>div:nth-child(2) span{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#17948C;margin-left:12px}.offer-create__form__desc{margin-bottom:16px}.offer-create__form__desc>div:nth-child(1){margin-bottom:8px;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000}.offer-create__form__desc>textarea{background-color:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;max-width:100%;min-height:170px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.offer-create__form__classes{border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;margin-bottom:8px}.offer-create__form__classes__header{padding:14px;text-align:center;background-color:#ffffff;border-top-left-radius:10px;border-top-right-radius:10px;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000}.offer-create__form__classes__main{padding:12px;background-color:#F2F3F3;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.offer-create__form__classes__main>div>*{margin-bottom:8px}.offer-create__form__classes__add-button{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;background-color:#F2F3F3;margin-bottom:16px;cursor:pointer;display:flex;justify-content:center;align-items:center;background:#ffffff}.offer-create__form__classes__add-button:hover{background:#17948C;color:#FFFFFF}.offer-create__form__classes__add-button:hover svg{fill:#FFFFFF}.offer-create__form__classes__add-button>span{margin-left:8px}.offer-create__form__class>div:nth-child(1){font-size:12px;line-height:18px;letter-spacing:0.3px;color:#000000}.offer-create__form__class select{background-color:#FFFFFF}.offer-create__form__class-date>div:nth-child(1){font-size:12px;line-height:18px;letter-spacing:0.3px;color:#000000}.offer-create__form__class-date>div:nth-child(2){display:flex;align-items:center;width:100%;min-height:45px;border:1px solid #C9CFCE;border-radius:10px;background-color:#fff}.offer-create__form__class-date>div:nth-child(2) input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background-color:inherit;color:#17948C !important;border:none;width:100%;margin-left:16px;margin-right:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offer-create__form__class-date>div:nth-child(2)>div:nth-child(1){display:flex;align-items:center;height:inherit;padding:10px;background-color:#ffffff;border-right:1px solid #C9CFCE;border-radius:10px}.offer-create__form__class-date>div:nth-child(2)>div:nth-child(1) svg{width:20px;height:20px}.offer-create__form__class-date>div:nth-child(2)>div:nth-child(1) svg path{fill:#358B9D}.offer-create__form__class__time>div:nth-child(1){font-size:12px;line-height:18px;letter-spacing:0.3px;color:#000000}.offer-create__form__class__time input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;background-color:#fff}.offer-create__form__link-type{margin-bottom:16px}.offer-create__form__link-type>div:first-child{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.offer-create__form__link-type>div:nth-child(2){display:flex;margin-bottom:8px}.offer-create__form__link-type>div:nth-child(2)>*{margin-right:36px}.offer-create__form__link-type>input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;background-color:#F2F3F3}.offer-create__form__flight-time{margin-bottom:16px}.offer-create__form__flight-time>*:not(:last-child){margin-bottom:8px}.offer-create__form__flight-time>div:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000}.offer-create__form__flight-time__subtitle{font-size:12px;line-height:18px;letter-spacing:0.3px;color:#000000}.offer-create__form__flight-time__input{display:flex;align-items:center;width:100%;min-height:45px;border:1px solid #C9CFCE;border-radius:10px;background-color:#F2F3F3}.offer-create__form__flight-time__input input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;background-color:inherit;color:#17948C !important;border:none;width:100%;margin-left:16px;margin-right:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offer-create__form__flight-time__input>div:nth-child(1){display:flex;align-items:center;height:inherit;padding:10px;background-color:#ffffff;border-right:1px solid #C9CFCE;border-radius:10px}.offer-create__form__flight-time__input>div:nth-child(1) svg{width:20px;height:20px}.offer-create__form__flight-time__input>div:nth-child(1) svg path{fill:#358B9D}.offer-create__form__flight-time__inputs{display:flex}.offer-create__form__photos{margin-bottom:16px}.offer-create__form__photos>div:nth-child(1){font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.offer-create__form__photos>div:nth-child(2){margin-bottom:16px}.offer-create__form__photos>div:nth-child(2) div{position:relative}.offer-create__form__photos>div:nth-child(2) div svg{cursor:pointer;position:absolute;right:8px;top:8px}.offer-create__form__photos>div:nth-child(2) div img{width:100%;border:1px solid #C9CFCE;border-radius:10px}.offer-create__form__add-photo{position:relative}.offer-create__form__add-photo>[type="file"]{border:0;clip:rect(0, 0, 0, 0);height:1px;overflow:hidden;padding:0;white-space:nowrap;width:1px;position:absolute}.offer-create__form__add-photo>[type="file"],.offer-create__form__add-photo>label{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;background-color:#F2F3F3;cursor:pointer;display:flex;justify-content:center;align-items:center;background:#ffffff}.offer-create__form__add-photo>[type="file"]:hover,.offer-create__form__add-photo>label:hover{background:#17948C;color:#FFFFFF}.offer-create__form__add-photo>[type="file"]:hover svg,.offer-create__form__add-photo>label:hover svg{fill:#FFFFFF}.offer-create__form__add-photo>[type="file"]>span,.offer-create__form__add-photo>label>span{margin-left:8px}.container-radio{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.container-radio>div{padding-top:4px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.container-radio input{position:absolute;opacity:0;cursor:pointer}.checkmark-radio{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#fff;border:1px solid #979797;border-radius:50%}.container-radio:hover input ~ .checkmark-radio{background-color:#ccc}.container-radio input:checked ~ .checkmark-radio{background-color:#fff}.checkmark-radio:after{content:"";position:absolute;display:none}.container-radio input:checked ~ .checkmark-radio:after{display:block}.container-radio .checkmark-radio:after{top:7.5px;left:7.5px;width:8px;height:8px;border-radius:50%;background:#616060}.inputTime{height:100%;margin-left:8px}.inputTime a{display:none}.inputTime .rc-time-picker-input{font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;height:100%;padding:14px 10px;border:1px solid #C9CFCE;border-radius:10px;background-color:#F2F3F3 !important}.content{display:flex;justify-content:start;flex-wrap:wrap;padding:10px}.content__cards{max-width:30rem;margin-bottom:23px;padding:20px}.content__cards__projects{display:flex;flex-direction:row;background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px;cursor:pointer}.content__cards__projects__picture{border:1px solid #E4E7E7;border-radius:10px}.content__cards__projects__picture>img{width:100%;height:100%}.content__cards__projects__title{margin-left:20px;margin-top:40px;padding:5px;font-weight:500;font-size:14px;letter-spacing:0.5px;color:#000000;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.content__cards__projects__icon{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-consultation__header{padding:20px}.create-consultation .wrapper-consultation{display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;padding:0px}.create-consultation .wrapper-consultation__content{width:330px;display:flex;justify-content:center;align-items:center;flex-direction:column}.create-consultation .wrapper-consultation__content>img{cursor:pointer;width:20%}.create-consultation .wrapper-consultation__contentMobile{display:flex;justify-content:center;align-items:center;flex-direction:row;padding:60px 0px 0px 20px}.create-consultation .wrapper-consultation__contentMobile>img{border-radius:4px;cursor:pointer;width:150px;height:200px;object-fit:cover}.create-consultation__button{text-align:center;color:#CCCCCC;padding-top:5px;margin:0px 0px 0px 0px;cursor:pointer;border:2px dashed #CCCCCC;border-radius:12px;height:36px;min-width:400px}.mainContainerPadd{padding:13px 22px 13px 18px}.corporates__action{background-color:transparent !important}.corporates>.buttonAction{display:flex;justify-content:flex-end}.corporates>.buttonAction button{margin-left:18px;background:#17948C;border:none;border-radius:10px;padding:4px 8px;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.342857px;color:#FFFFFF;margin-bottom:20px;cursor:pointer}.corporates>.title{font-weight:600;font-size:24px;align-items:center;letter-spacing:0.01em;color:#000000}.corporates__card-small{max-width:250px}.corporates__card-med{min-width:500px}.corporates__card-med>div:nth-child(1){width:10rem}.corporates__card-med>div:nth-child(2){width:100%}.corporates .flexEnd{margin-left:auto}.scheduleLoader svg{margin:18px 12px;width:181px}.trainer__title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px;margin-top:24px}.trainer__list{display:flex;flex-direction:column;border:1px solid #C9CFCE;padding:12px 16px;border-radius:10px;margin-bottom:10px;margin-top:10px}.trainer__list__card{border:1px solid #C9CFCE;padding:12px 16px;border-radius:10px;margin-bottom:10px}.trainer__list__card__input{display:flex;justify-content:space-between;align-items:center}.trainer__list__card__input__qty{margin-bottom:8px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:60px;padding:10px 16px;align-items:center;color:#17948C;font-size:12px}.trainer__list__card__input__desc{margin-bottom:8px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:280px;padding:10px 10px;align-items:center;font-size:12px;color:#17948C}.trainer__list__card__input__desc>select{width:100%;border:none;background:#F2F3F3}.trainer__list__card__input>svg{cursor:pointer}.trainer__list__card__input2{margin-top:6px}.trainer__list__card__input2>textarea{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%;padding:10px 16px;color:#17948C;font-size:12px}.challenge__typeContent{display:flex;flex-direction:column;border:1px solid #C9CFCE;padding:16px;border-radius:10px;margin-bottom:16px}.challenge__typeContent__doofitmerchant{display:flex;flex-direction:column;border:1px solid #C9CFCE;padding:12px 16px;border-radius:10px;margin-bottom:10px;margin-top:10px}.challenge__typeContent__doofitmerchant__title{margin-bottom:10px}.challenge__typeContent__doofitmerchant__list{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.challenge__typeContent__doofitmerchant__list__input{margin-bottom:8px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:90%;height:46px;padding:0 16px;display:flex;align-items:center;margin-bottom:8px}.challenge__typeContent__doofitmerchant__list__input>select{background:#F2F3F3;border:none;width:100%}.challenge__typeContent__doofitmerchant__list .iconAdd{cursor:pointer}.challenge__typeContent__doofoodmerchant{display:flex;flex-direction:column;border:1px solid #C9CFCE;padding:12px 16px;border-radius:10px;margin-bottom:10px;margin-top:10px}.challenge__typeContent__doofoodmerchant__title{margin-bottom:10px}.challenge__typeContent__doofoodmerchant__list{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.challenge__typeContent__doofoodmerchant__list__input{margin-bottom:8px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:90%;height:46px;padding:0 16px;display:flex;align-items:center;margin-bottom:8px}.challenge__typeContent__doofoodmerchant__list__input>select{background:#F2F3F3;border:none;width:100%}.challenge__typeContent__doofoodmerchant__list .iconAdd{cursor:pointer}.challenge__typeContent__input{margin-bottom:8px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%;height:46px;padding:0 16px;display:flex;align-items:center;margin-bottom:8px}.challenge__typeContent__input>select{background:#F2F3F3;border:none;width:100%}.challenge__title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px;margin-top:24px}.challenge__content{display:flex;justify-content:space-between;align-items:center;border:1px solid #C9CFCE;padding:16px;border-radius:10px;margin-bottom:16px}.challenge__content__body{display:flex;flex-direction:column;margin-right:10px}.challenge__content__body__input{margin-bottom:8px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%;height:46px;padding:0 16px;display:flex;align-items:center}.challenge__content__body__input>input{margin-right:10px}.challenge__content__body__color{margin-top:12px}.challenge__content__body__color .sketch-picker{width:178px !important}.challenge__radio{margin-bottom:16px;margin-top:16px}.modalChallenge{background-color:#fff;width:100%;padding:16px;border-radius:10px}.modalChallenge__foodPackage{display:flex;flex-direction:column}.modalChallenge__foodPackage>label{margin-bottom:16px;text-align:center;font-weight:600}.modalChallenge__foodPackage__list__title{margin-top:10px;font-size:14px}.modalChallenge__foodPackage__list__card{margin-top:12px;border:1px solid #C9CFCE;padding:10px;display:flex;justify-content:space-between;align-items:center;border-radius:10px}.modalChallenge__foodPackage__list__card>div{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;height:46px;padding:0 10px;color:#17948C;display:flex;align-items:center;width:30%}.modalChallenge__foodPackage__list__card>div>select{border:none;background-color:transparent;width:100%}.modalChallenge__foodPackage__list__card>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;height:46px;padding:0 10px;color:#17948C}.modalChallenge__foodPackage__list__card>input:nth-child(2){width:30%}.modalChallenge__foodPackage__list__card>input:nth-child(3){width:30%}.modalChallenge__foodPackage__list__card>svg{cursor:pointer}.modalChallenge__foodPackage .buttonAction{display:flex;align-self:flex-end;margin-top:16px}.modalChallenge__foodPackage .buttonAction>button:nth-child(1){margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;margin-left:16px;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer;color:#17948C}.modalChallenge__foodPackage .buttonAction>button:nth-child(2){margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;margin-left:16px;background-color:#17948C;box-sizing:border-box;border-radius:10px;border:1px solid #17948C;color:#fff;cursor:pointer}.challengePackage__list{display:flex;overflow-x:scroll;background-color:#ddd;padding:16px;align-items:center;border-radius:10px;max-width:1085px}.challengePackage__list__card{background-color:#fff;padding:16px;border-radius:10px;margin-right:16px}.challengePackage__list__card>div>p{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px;margin-top:8px}.challengePackage__list__card>div>input{margin-top:8px;margin-bottom:16px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;height:46px;padding:0 10px;color:#17948C;width:100%}.challengePackage__list__card>div .radio{display:flex;align-items:center}.challengePackage__list__card>div .radio>input{margin-right:8px}.challengePackage__list__card>div .radio>label{color:#17948C}.challengePackage__list__card>div .images{display:flex;align-items:flex-end;margin-bottom:16px}.challengePackage__list__card>div .images>img{border-radius:10px;margin-right:8px;width:230px}.challengePackage__list__card>div .images>button{cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:10px;font-weight:500;font-size:14px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;height:36px;width:90px}.challengePackage__list__card>div .select{margin-top:8px;margin-bottom:16px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;height:46px;padding:0 10px;color:#17948C;width:100%;display:flex;align-items:center}.challengePackage__list__card>div .select>select{width:100%;border:none;background:#F2F3F3}.challengePackage__list__card>div .divider{width:100%;height:2px;background-color:#ddd;margin-top:22px}.challengePackage__list__card>div .buttonAction{display:flex;align-self:flex-end;margin-top:10px}.challengePackage__list__card>div .buttonAction__cancel{margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer;color:#17948C}.challengePackage__list__card>div .buttonAction__add{margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;background-color:#17948C;box-sizing:border-box;border-radius:10px;border:1px solid #17948C;color:#fff;cursor:pointer}.challengePackage__action{display:flex;align-self:flex-end;justify-content:flex-end;margin-top:10px}.challengePackage__action>button:nth-child(1){margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer;color:#17948C}.challengePackage__action>button:nth-child(2){margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;margin-left:16px;background-color:#17948C;box-sizing:border-box;border-radius:10px;border:1px solid #17948C;color:#fff;cursor:pointer}.actionModal_activity{background:#FFFFFF;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);border-radius:10px;position:absolute;z-index:2;right:2rem;top:0;left:calc(100% - 10px);width:200px;padding:16px 16px}.actionModal_activity__close{position:absolute;right:10px;top:10px;width:20px;height:20px}.actionModal_activity>div:not(:last-child){margin-bottom:19px}.actionModal_activity>div,.actionModal_activity a{display:flex;align-items:center;cursor:pointer}.actionModal_activity>div>div,.actionModal_activity a>div{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#000000;margin-left:9px}.action_createPlannerActivity{display:flex;justify-content:flex-end}.action_createPlannerActivity button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;margin-left:16px;margin-top:24px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.action_createPlannerActivity button:nth-child(1){color:#17948C}.action_createPlannerActivity button:nth-child(2){color:#FAFAFA;background:#17948C}.createPlannerActivity_form header{color:#555555;font-size:20px;font-weight:bold;margin-bottom:32px}.createPlannerActivity_form .content>.title{font-style:normal;font-weight:500;font-size:12px;line-height:17px;align-items:center;margin-bottom:8px}.createPlannerActivity_form .content>.textAreaContentStyle{max-width:100%;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-bottom:24px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createPlannerActivity_form .content>.textAreaContentStyle::-webkit-input-placeholder{color:#17948C}.createPlannerActivity_form .content>.textAreaContentStyle:-ms-input-placeholder{color:#17948C}.createPlannerActivity_form .content>.textAreaContentStyle::placeholder{color:#17948C}.createPlannerActivity_form .content>.inputContentStyle{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createPlannerActivity_form .content>.inputContentStyle::-webkit-input-placeholder{color:#17948C}.createPlannerActivity_form .content>.inputContentStyle:-ms-input-placeholder{color:#17948C}.createPlannerActivity_form .content>.inputContentStyle::placeholder{color:#17948C}.createPlannerActivity_form .content>.add-image{display:flex;justify-content:center;width:100%;cursor:pointer;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;background-color:transparent;padding:10px;margin-top:32px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createPlannerActivity_form .content>.add-image>div{margin-left:8px}.createPlannerActivity_form .content>.categories{display:flex;align-items:center;max-width:24rem;flex-wrap:wrap;height:100%}.createPlannerActivity_form .content>.categories>.category{display:flex;align-items:center;background:#FFFFFF;border:1px solid #17948C;box-sizing:border-box;border-radius:22px;padding:8px 12px;margin-right:12px;margin-bottom:12px}.createPlannerActivity_form .content>.categories>.category .title{flex:1 1;font-style:normal;font-weight:normal;font-size:12px;line-height:17px}.createPlannerActivity_form .content>.categories>.category>i{display:flex;align-items:center;cursor:pointer}.createPlannerActivity_form .content>.categories>.category svg{width:16px;margin-left:10px;cursor:pointer}.createPlannerActivity_form .content>.categories>.category svg path{fill:#EB5757}.createPlannerActivity_form .content>.dropdown{display:flex;align-items:center;width:100%;padding:14px 16px;margin-top:7px;margin-bottom:32px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.createPlannerActivity_form .content>.dropdown>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;flex:1 1}.createPlannerActivity_form .content>.dropdown>svg{width:24px;cursor:pointer}.createPlannerActivity_form .content>.dropdown>svg path{fill:#17948C}.createPlannerActivity_form .content>.inputContent{display:flex;align-items:center;border-radius:10px;margin-bottom:32px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box}.createPlannerActivity_form .content>.inputContent>.title{font-style:normal;font-weight:bold;font-size:12px;line-height:17px;padding:13px 12px;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.createPlannerActivity_form .content>.inputContent>input{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;margin-left:16px;border:none;background:none;height:100%}.createPlannerActivity_form .content>.inputContent>input::-webkit-input-placeholder{color:#17948C}.createPlannerActivity_form .content>.inputContent>input:-ms-input-placeholder{color:#17948C}.createPlannerActivity_form .content>.inputContent>input::placeholder{color:#17948C}.createPlannerActivity_form .content>.imgContent{display:flex}.createPlannerActivity_form .content>.imgContent img{width:343px;height:170px;border-radius:10px;object-fit:cover;box-shadow:0px 2px 20px rgba(0,0,0,0.1),0px 0px 4px rgba(0,0,0,0.15);background-color:white}.createPlannerActivity_form .content>.imgContent>.actions{display:flex;flex-direction:column;justify-content:flex-end;margin-left:24px}.createPlannerActivity_form .content>.imgContent>.actions>button{margin-top:12px;padding:5px 10px;font-style:normal;font-weight:500;font-size:14px;line-height:24px;white-space:nowrap;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;cursor:pointer}.createPlannerActivity_form .content>.imgContent>.actions>button:nth-child(1){color:#FAFAFA;background:#17948C}.createPlannerActivity_form .content>.imgContent>.actions>button:nth-child(2){color:#17948C}.createPlannerActivity_form .content>.sub-title{font-style:normal;font-weight:500;font-size:10px;line-height:15px}.createClass__title{font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-top:12px;margin-bottom:32px}.createClass__content{border-radius:10px;margin-bottom:24px;display:flex;justify-content:space-between}.createClass__content__wrapper{display:flex;width:100%}.createClass__content__wrapper__cards{background:#FFFFFF;border-radius:10px;padding:35px;min-width:450px}.createClass__content__wrapper__cards>.cards{display:flex;justify-content:space-between}.createClass__content__wrapper__cards>.cards>.card,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large{-webkit-flex-basis:100%;-flex-basis:100%}.createClass__content__wrapper__cards>.cards>.card>.wrapper,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper{margin-bottom:1em}.createClass__content__wrapper__cards>.cards>.card>.wrapper>.title,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper>.title{font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.0709534px;color:#000000;margin-bottom:8px}.createClass__content__wrapper__cards>.cards>.card>.wrapper>.validation,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper>.validation{display:flex;align-items:center;margin-bottom:16px}.createClass__content__wrapper__cards>.cards>.card>.wrapper>.validation>input,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper>.validation>input{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%;margin-right:12px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createClass__content__wrapper__cards>.cards>.card>.wrapper>.dropdown,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper>.dropdown{background:#f2f3f3;border:1px solid #c9cfce;border-radius:10px;padding:14px 16px;width:100%;font-size:12px;line-height:17px;letter-spacing:.01em;color:#17948c;margin-bottom:20px}.createClass__content__wrapper__cards>.cards>.card>.wrapper>.dropdown select,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper>.dropdown select{width:100%;border:none;background-color:transparent}.createClass__content__wrapper__cards>.cards>.card>.wrapper>textarea,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper>textarea{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 20px;width:100%;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createClass__content__wrapper__cards>.cards>.card>.wrapper>.inputContent,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper>.inputContent{display:flex;align-items:center;border-radius:10px;margin-bottom:32px;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box}.createClass__content__wrapper__cards>.cards>.card>.wrapper>.inputContent>.title,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper>.inputContent>.title{font-style:normal;font-weight:bold;font-size:12px;line-height:17px;padding:13px 12px;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px}.createClass__content__wrapper__cards>.cards>.card>.wrapper>.inputContent>input,.memberFoodDetail.createClass__content__wrapper__cards>.headerCards.cards>.card--large>.wrapper>.inputContent>input{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;margin-left:16px;border:none;background:none;height:100%;width:100%}.createClass__content__wrapper__cards>.action{display:flex;justify-content:flex-end}.createClass__content__wrapper__cards>.action button{border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;margin-left:16px;margin-top:24px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px}.createClass__content__wrapper__cards>.action button:nth-child(1){color:#17948C}.createClass__content__wrapper__cards>.action button:nth-child(2){color:#FAFAFA;background:#17948C}.createClass__content__title{margin-bottom:32px}.createClass__content__title__wrapper{display:flex;align-items:center;margin-bottom:32px}.createClass__content__title__wrapper>div:first-child{flex:1 1}.createClass__content__title__button{display:flex;align-items:center;background:#17948C;border:1.2px solid #17948C;border-radius:10px;padding:9px 12px;cursor:pointer}.createClass__content__title__button:hover{background:#116d67;border:1.2px solid #116d67}.createClass__content__title__button>svg path{fill:#FAFAFA}.createClass__content__title__button>svg circle{stroke:#FAFAFA}.createClass__content__title__button>button{border:none;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;background:transparent;cursor:pointer}.createClass__content__subContent{width:100%}.createClass__content__subContent>svg{margin-left:0;margin-top:1.5rem;width:24px;height:24px;cursor:pointer}.createClass__content__subContent>svg path{fill:#17948C}.createClass__content__subContent>svg:hover path{fill:#e44d60}.createClass__content__subContent>div:nth-child(1){font-style:normal;font-weight:500;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#031615;margin-bottom:8px}.createClass__content__subContent>div:nth-child(3){font-style:normal;font-weight:normal;font-size:10px;line-height:15px;letter-spacing:0.207792px;color:#495050;margin-top:8px;margin-bottom:24px}.createClass__content__subContent__wrapper{display:flex;align-items:center}.createClass__content__subContent__dropdown{position:relative;display:flex;flex:1 1;align-items:center;justify-content:space-between;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;padding:14px 16px;width:100%}.createClass__content__subContent__dropdown>div{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createClass__content__subContent__dropdown>div>input{border:none;background-color:transparent;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.createClass__content__subContent__dropdown>div>input.percentage{width:1.5rem}.createClass__content__subContent__dropdown>div>input.notPercentage{margin-left:.5rem}.createClass__content__subContent__dropdown>div>input::-webkit-outer-spin-button,.createClass__content__subContent__dropdown>div>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.createClass__content__subContent__dropdown>div>input[type=number]{-moz-appearance:textfield}.createClass__content__subContent__dropdown>svg{margin-right:8px;cursor:pointer}.createClass__content__subContent__dropdown>svg path{fill:#17948C}.createClass__content__subContent__menu{display:flex;align-items:center;background:#FFFFFF;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:14px 16px;margin-right:12px;color:#17948C;cursor:pointer}.createClass__content__subContent__menu path{fill:#17948C}.createClass__content__subContent__menu>span{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em}.createClass__content__subContent__menu>svg:not(:first-child){margin-left:22px}.createClass__content__subContent__menu:hover{background-color:#17948C;color:#FFFFFF;border:1px solid #17948C}.createClass__content__subContent__menu:hover path{fill:#FFFFFF}.createClass__button{display:flex;align-items:center;justify-content:flex-end}.createClass__button>button{font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;border-radius:10px;border:none;padding:5px 10px;border:1px solid #17948C;cursor:pointer}.createClass__button>button:first-child{color:#17948C;margin-right:16px}.createClass__button>button:first-child:hover{color:#FAFAFA;background:#e44d60;border:1px solid #e44d60}.createClass__button>button:last-child{color:#FAFAFA;background:#17948C}.createClass__button>button:last-child:hover{color:#FAFAFA;background-color:#116d67;border:1px solid #116d67}.browseClass__title{font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-top:12px;margin-bottom:32px}.browseClass__list{background:#FFFFFF;border-radius:10px;padding:16px 10px;margin-top:17px}.browseClass__list__search{position:relative;background:#F7F8F8;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:20%;display:flex;align-items:center}.browseClass__list__search input{width:100%;flex:1 1;background:none;border:none;padding:12px 18px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;display:flex;align-items:center;letter-spacing:0.01em;color:#17948C}.browseClass__list__search input::-webkit-input-placeholder{color:#17948C}.browseClass__list__search input:-ms-input-placeholder{color:#17948C}.browseClass__list__search input::placeholder{color:#17948C}.browseClass__list__search>svg{position:absolute;right:1rem}.browseClass__list__search>svg path{fill:#828282}.browseClass__content>div{display:flex;align-items:center;flex-wrap:wrap;align-content:stretch;width:100%}.browseClass__content__cards{margin:0 2px;display:flex;background:#FFFFFF;border:1px solid #BDBDBD;box-sizing:border-box;border-radius:10px;padding:14px 10px;margin-top:15px;width:20rem;overflow:hidden}.browseClass__content__cards:hover{background-color:rgba(0,0,0,0.1);cursor:pointer}.browseClass__content__cards__img{margin-right:16px}.browseClass__content__cards__img>img{border-radius:10px;width:101px;height:101px;object-fit:cover}.browseClass__content__cards__title>.className{font-style:normal;font-weight:600;font-size:14px;line-height:14px;letter-spacing:0.03em;color:#333333;margin-bottom:13px}.browseClass__content__cards__title>.classGoal{display:flex;align-items:center}.browseClass__content__cards__title>.classGoal>.title{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#495050;margin-bottom:10px}.browseClass__content__cards__title>.classGoal>.title:after{content:",\00A0"}.browseClass__content__cards__title>.classGoal>.title:last-of-type:after{content:""}.browseClass__content__cards__title>.classRating{display:flex;align-items:center;margin-bottom:8px}.browseClass__content__cards__title>.classRating>div:nth-child(1){display:flex;align-items:center;margin-right:16px}.browseClass__content__cards__title>.classRating>div:nth-child(1)>img{height:16px}.browseClass__content__cards__title>.classRating>div:nth-child(2),.browseClass__content__cards__title>.classRating>div:nth-child(3){font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C;margin-right:5px}.browseClass__content__cards__title>.classDesc{display:flex;align-items:center}.browseClass__content__cards__title>.classDesc>div{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#333333;opacity:0.5;white-space:nowrap;overflow:hidden}.browseClass__content__cards__title>.classDesc>div:after{content:",\00A0"}.browseClass__content__cards__title>.classDesc>div:last-of-type:after{content:""}.tableDashboard .rdt_TableRow button{background:#17948C;border:1.2px solid #17948C;border-radius:10px;color:#FFF;padding:5px 15px;cursor:pointer}.tableDashboard .rdt_TableRow button:hover{background:#117a73;color:#FAFAFA}.promo__statistic{display:grid;grid-template-columns:repeat(auto-fill, minmax(20%, 1fr));grid-gap:16px;grid-auto-rows:124px;margin-bottom:23px;margin-top:16px}.promo__statistic>div{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px}.promo__statistic>div>span{font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.12px;border-bottom:1px solid #ddd;width:100%;display:block;padding-bottom:6px;text-transform:uppercase}.promo__statistic>div>h4{margin-top:16px;font-weight:500;font-size:24px;line-height:36px;letter-spacing:0.1px;flex-grow:1;text-align:center}.promo__detail{margin-top:16px;display:flex;justify-content:space-between}.promo__detail>div{background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:14px;width:50%}.promo__detail__info{padding:20px !important;margin-right:20px}.promo__detail__info>img{width:100%;height:200px;background-color:#ddd;border-radius:10px}.promo__detail__info>section{border-bottom:2px solid #ddd;padding-bottom:6px;margin-bottom:16px}.promo__detail__info>section>h3{margin-top:8px;font-size:18px}.promo__detail__info>section>div{display:flex;align-items:center;margin-top:4px}.promo__detail__info>section>div>span{font-size:12px;margin-right:20px}.promo__detail__info>section>div>span>b{color:#17948C}.promo__detail__info>p{font-size:12px}.promo__detail__info>div{margin-top:16px;width:100%;border:1px solid #C4C4C4;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px;border-radius:10px}.promo__detail__info>div>span{font-size:12px;border-bottom:1px solid #C4C4C4;padding-bottom:4px;font-weight:600;width:100%;margin-bottom:10px}.promo__detail__info>div>h4{width:100%;background-color:#E7F8FE;font-size:16px;font-weight:600;text-align:center;color:#127670;border-radius:10px;padding:16px}.promo__detail__terms{margin-left:20px;padding:20px !important}.promo__detail__terms>div>a{cursor:pointer}.promo__detail__terms>section{font-size:12px;padding:10px}.promo__create{margin-top:16px;background:#FFFFFF;border:1px solid #E4E7E7;border-radius:10px;padding:16px;width:60%}.promo__create__form>section{margin-bottom:16px}.promo__create__form>section>span{font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px;display:block}.promo__create__form>section>input,.promo__create__form>section select{background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%;padding:14px 16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;color:#17948C}.promo__create__form>section>section{display:flex;flex-direction:column}.promo__create__form>section>section>img{width:343px;height:170px;border-radius:10px;border:1px solid #C9CFCE;object-fit:cover;margin-bottom:8px}.promo__create__form>section>section>button{background:#17948C;border:1px solid #17948C;border-radius:10px;padding:3px 8px;cursor:pointer;font-style:normal;font-size:12px;color:#FAFAFA;width:100px}.promo__create__form>section>section>div{display:flex;align-items:center}.promo__create__form>section>section>div>button{border:1px solid #17948C;border-radius:10px;padding:3px 10px;cursor:pointer;font-style:normal;font-size:12px;background:#FAFAFA;color:#17948C;margin-right:10px;display:flex;align-items:center;justify-content:center}.promo__create__form>section>section>div>button.--active{background:#17948C;color:#FAFAFA}.promo__create__form>section>section>div>button>svg{height:14px;width:14px;margin-left:6px}.promo__create__form>section>.error{font-style:normal;font-weight:normal;font-size:10px;line-height:17px;letter-spacing:0.01em;color:#EB5757}.promo__create__action{margin-top:16px;display:flex;align-items:center;justify-content:flex-end;padding-top:10px;border-top:1px solid #ddd}.promo__create__action>button{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA}.promo__create__actionExport{margin-top:16px;display:flex;align-items:center;justify-content:flex-end;padding:10px;border-top:1px solid #ddd}.promo__create__actionExport>button{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA}.promo>.tableDashboard__content>.tableDashboard__content__navigation>a{cursor:pointer}.promo .promoList{width:100%;background-color:#fff}.promo .promoList>div{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}.listVoucher__input{border:none;padding:0.5rem 1rem;border-radius:20px}.multi-select{margin-bottom:1rem}.multi-select input{margin-top:0.5rem;border:1px solid #C9CFCE;border-bottom:none;border-radius:10px 10px 0 0;padding:0.3rem 0.5rem}.multi-select__header{display:flex;flex-direction:column;font-style:bold;font-weight:500;font-size:14px;line-height:21px}.multi__select--active{display:flex;align-items:center;justify-content:center;background:#17948C;border:1px solid #17948C;border-radius:10px;padding:5px 10px;cursor:pointer;font-style:normal;font-size:10px;color:#FAFAFA;width:100%}.multi__select--active:hover{border:1px solid #EB5757;background-color:#EB5757}.multi__select--inactive{display:flex;align-items:center;justify-content:center;background:#17948C;border:1px solid #17948C;border-radius:10px;padding:5px 10px;cursor:pointer;font-style:normal;font-size:10px;color:#FAFAFA;width:100%}.multi-select__selected{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:0.5rem;-webkit-column-gap:0.5rem;column-gap:0.5rem;grid-row-gap:0.5rem;row-gap:0.5rem}.multi-select__data{border:1px solid #C9CFCE;border-radius:0 0 10px 10px;padding:0.3rem 0.5rem;max-height:7rem;overflow:auto}.multi-select__item{font-style:normal;font-weight:normal;font-size:12px;line-height:17px;padding:0.3rem 0;cursor:pointer}.redeemed{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1rem;gap:1rem}.redeemed__card{border-radius:10px;overflow:hidden;box-shadow:0 0 5px #d6d6d6;display:flex;flex-direction:column}.redeemed__card span{background-color:#17948C;display:block;padding:0.5rem;text-align:center;color:#fafafa;font-weight:bold}.redeemed__card--active span{background-color:#EB5757;display:block;padding:0.5rem;text-align:center;color:#fafafa;font-weight:bold}.redeemed__user{padding:0.5rem;color:#000;font-size:12px;background-color:#fff;margin-top:auto}.redeemed__user div:first-of-type{font-weight:bold}.redeemed__available{padding:0.5rem;color:#000;font-size:12px;background-color:#fff;margin-top:auto;font-weight:bold;height:100%;display:grid;place-items:center;min-height:88px}.voucher__container{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;margin-bottom:1rem}.voucher__info{position:relative;overflow:hidden}.voucher__flag{position:absolute;right:0;top:0;padding:0.5rem;text-align:center;font-weight:normal;font-size:12px;color:#fff;width:5rem;border-radius:0 0 0 10px}.voucher__flag--active{background-color:#17948C}.voucher__flag--expired{background-color:#EB5757}.voucher__info,.voucher__map{background-color:#fff;border-radius:10px;padding:1rem;box-shadow:0 5px 10px #dcdcdc}.voucher__wrapper{margin-top:1rem;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:0.5rem;gap:0.5rem}.voucher__wrapper>div{padding:15px;border-radius:10px;box-shadow:0 5px 10px #e6e6e6;margin:0 -1px -1px 0}.voucher__assigned{margin-top:1rem;display:grid;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;grid-row-gap:1rem;row-gap:1rem;align-self:stretch}.voucher__item,.voucher__item-list{font-weight:normal;font-size:12px;color:gray}.voucher__item>div:first-of-type,.voucher__item-list>div:first-of-type{font-weight:500;font-size:12px;color:#000}.voucher__map{margin-top:0.5rem;display:grid;grid-template-columns:repeat(2, 1fr)}.voucher__value{position:relative;padding:0.2rem;padding-left:1rem}.voucher__value::before{content:'';position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0.5rem;height:0.5rem;background-color:#17948C;border-radius:50%}.creditCard{margin-top:16px}.creditCard__header>h2{font-style:normal;font-weight:500;font-size:24px;line-height:24px;margin:12px 0 32px}.creditCard__body{display:flex;justify-content:space-between;width:100%}.creditCard__body__form{background-color:#fff;width:60%;padding:16px 32px;border-radius:10px}.creditCard__body__form__fields{margin-bottom:20px}.creditCard__body__form__fields>div{width:100%}.creditCard__body__form__fields>div>span{font-style:normal;font-weight:500;font-size:14px;line-height:21px;margin-bottom:8px}.creditCard__body__form__fields>div>input{margin:10px 0;background:#F2F3F3;border:1px solid #C9CFCE;box-sizing:border-box;border-radius:10px;width:100%;padding:14px 16px;font-style:normal;font-weight:normal;font-size:12px;line-height:17px;color:#17948C}.creditCard__body__form__action{display:flex;align-items:flex-end;justify-content:flex-end}.creditCard__body__form__action>button{background:#17948C;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA}.creditCard__body__results{background-color:#fff;width:38%;padding:16px 32px;border-radius:10px}.creditCard__body__results>h4{font-style:normal;font-weight:500;font-size:18px;line-height:24px;letter-spacing:0.03em;color:#000000;margin-bottom:16px;padding-bottom:10px;margin-bottom:16px;border-bottom:1px solid #ddd}.creditCard__body__results>section{width:100%;display:flex;align-items:center;justify-content:center;padding:16px 10px;border-radius:10px;background-color:#E7F8FE}.creditCard__body__results>section>h3{font-size:14px;font-weight:600;text-align:center;color:#127670;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:600px}.creditCard__body__results>div{margin-top:20px;display:flex;align-items:center;justify-content:space-between}.creditCard__body__results>div>button{width:48%;background:#F2F3F3;border:1px solid #17948C;box-sizing:border-box;border-radius:10px;padding:5px 10px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#17948C}.creditCard__body__results>div>button:hover{background:#17948C;color:#fff}.banner_title{font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;margin:1rem 0 3rem 0}.banner__button-create{display:flex;justify-content:space-between;margin-bottom:20px}.banner__button-create>span{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.banner__button-create>button,.banner__button-create>a{padding:8px 33px;margin:0 10px;border-radius:10px;background-color:#17948C;border:1.2px solid #17948C;font-weight:500;font-size:14px;color:#FAFAFA;cursor:pointer;display:flex;align-items:center;justify-content:center}.banner__table__list>tbody td{vertical-align:top;max-width:250px;border-right:1px solid #ebebeb;word-wrap:break-word}.banner__table__list>tbody td:last-child{border-right:none}.banner__table__list__id{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.banner__table__list__date>div,.banner__table__list__title>div,.banner__table__list__impression>div{display:flex;flex-direction:column}.banner__table__list__date>div>span:nth-child(1),.banner__table__list__title>div>span:nth-child(1),.banner__table__list__impression>div>span:nth-child(1){font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615;margin-bottom:6px}.banner__table__list__date>div>span:nth-child(2),.banner__table__list__title>div>span:nth-child(2),.banner__table__list__impression>div>span:nth-child(2){font-size:10px;line-height:15px;letter-spacing:0.3px;color:#4F4F4F}.banner__table__list__category{max-width:300px}.banner__table__list__status{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.3px;color:#031615}.banner__table__list__image .image_wrapper{background-color:#C9CFCE;width:200px;height:80px;display:flex;align-items:center;justify-content:center;color:white}.banner__table__list__image .image_wrapper>img{width:100%;height:100%;object-fit:cover;object-position:center}.banner__table__list__action{vertical-align:middle !important}.banner__table__list__action .remove_button{color:#E53935}.banner__table__list__action .add_button{color:#17948C}.banner__table__transparent{width:100%;table-layout:fixed}.banner__table__transparent tr td{border:none;padding:0.5rem;word-wrap:break-word}.banner__table__transparent tr td:nth-child(1){width:40%}.banner__table__transparent tr td:nth-child(2){width:5%}.banner__table__transparent tr td:nth-child(3){width:55%}.banner_form_wrapper{background-color:white;border-radius:10px;padding:2rem}.banner_form_wrapper input.is-invalid,.banner_form_wrapper textarea.is-invalid,.banner_form_wrapper select.is-invalid{border-color:#E53935}.banner_form_wrapper_group{padding:1rem;border-radius:5px;border:1px solid #C9CFCE;margin-bottom:1rem}.banner_form_wrapper_control{margin-bottom:1rem;flex:1 1}.banner_form_wrapper_control_title{font-weight:500;color:#031615;margin-bottom:1rem}.banner_form_wrapper_control>header{font-weight:500;color:#031615;margin-bottom:1rem}.banner_form_wrapper_control>input{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.banner_form_wrapper_control.type{max-width:300px;margin-bottom:2rem}.banner_form_wrapper_control.date{flex:1 1}.banner_form_wrapper_control .selectWrapper{position:relative;background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.banner_form_wrapper_control .selectWrapper>select,.banner_form_wrapper_control .selectWrapper>input{width:100%;border:none;background:none;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.banner_form_wrapper_control .selectWrapper .dropdownBtn{border:none;outline:none;background-color:none;font-size:10px;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.banner_form_wrapper_control .selectWrapper .dropdownBtn:hover{background-color:none}.banner_form_wrapper_control .selectWrapper .suggestions{position:absolute;width:100%;padding:0.5rem 0;background-color:white;top:calc(100% + 0.5rem);left:0;border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,0.2)}.banner_form_wrapper_control .selectWrapper .suggestions__item{padding:0.3rem 1rem;cursor:pointer}.banner_form_wrapper_control .selectWrapper .suggestions__item:hover{background-color:#ececec}.banner_form_wrapper_control.customParameters>.input_wrapper,.banner_form_wrapper_control.customParameters>.parameter_preview{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.banner_form_wrapper_control.customParameters>.input_wrapper>input,.banner_form_wrapper_control.customParameters>.parameter_preview>input{background:none;border:none}.banner_form_wrapper_control.customParameters>.input_wrapper>input:nth-child(1),.banner_form_wrapper_control.customParameters>.parameter_preview>input:nth-child(1){border-right:1px solid #C9CFCE}.banner_form_wrapper_control.customParameters>.input_wrapper>input:nth-child(2),.banner_form_wrapper_control.customParameters>.parameter_preview>input:nth-child(2){padding-left:1rem}.banner_form_wrapper_control.customParameters>.parameter_preview{background:#edf7f6;padding:10px;margin-bottom:1rem}.banner_form_wrapper_control.customParameters>.parameter_preview button{background:none;color:red;margin:0 !important;padding:0.5rem}.banner_form_wrapper_control.customParameters button{background-color:#008064;color:white;margin:1rem 0;border-radius:7px;border:none;outline:none;box-shadow:none;cursor:pointer}.banner_section_data_title{display:flex;align-items:center;margin:1.5rem 0 2rem 0}.banner_section_data_title header{font-weight:500;font-size:24px;line-height:24px;letter-spacing:0.03em;color:#000000;font-size:20px;margin-right:1rem}.banner_section_data_title .line{background-color:#f0f0f0;height:2px;flex:1 1}.banner_image_drop_area{width:100%;min-height:300px;border:2px dashed #ccc;margin:0 auto 1.5rem auto;padding:1.5rem;display:flex;align-items:center;justify-content:center;flex-direction:column}.banner_image_drop_area>header,.banner_image_drop_area>span{font-weight:500;color:#031615;margin-bottom:0.4rem}.banner_image_drop_area>button{cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;white-space:nowrap}.banner_image_drop_area.dragover{border:2px solid #ccc !important}.banner_image_preview{max-width:700px;margin:0 auto}.banner_image_preview>img{width:100%;display:block}.banner_image_preview_button_wrapper{text-align:center;margin-top:1rem}.banner_image_preview_button_wrapper .change{cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;white-space:nowrap}.banner_image_preview_button_wrapper .delete{cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;white-space:nowrap;color:#17948C;background-color:#f3f3f3}.banner_upload_icon{color:#aed3d0;font-size:80px;margin-bottom:1rem}.banner_list_wrapper{background-color:white;border-radius:10px;padding:2rem;max-width:100%}.banner_select_category{display:flex;align-items:center;flex:1 1;margin-right:1rem;max-width:500px}.banner_select_category .selectWrapper{background:#F2F3F3;border:1px solid #C9CFCE;border-radius:10px;padding:14px 16px;width:100%;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.banner_select_category .selectWrapper>select,.banner_select_category .selectWrapper>input{width:100%;border:none;background:none;font-size:12px;line-height:17px;letter-spacing:0.01em;color:#17948C}.banner_button{cursor:pointer;padding:5px 10px;background:#17948C;border:1px solid #17948C;border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0.03em;color:#FAFAFA;text-align:center;white-space:nowrap}.membership__emptyState{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px;margin:20px}.membership__emptyState>img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.membership__emptyState>h4{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:20px}.membership__emptyState>button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown{margin-left:5px}.cardMembership{display:flex;justify-content:start;flex-wrap:wrap;margin-top:-20px}.cardMembership__wrapper{margin:20px 31px 0px 0px;padding:20px;border:1px solid lightgrey;border-radius:14px;background-color:white;min-width:285px;min-height:250px}.cardMembership__wrapper__header{display:flex;justify-content:space-between;margin-bottom:20px}.cardMembership__wrapper__header>h5{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:600}.cardMembership__wrapper__header>span{cursor:pointer}.cardMembership__wrapper__content{margin-bottom:10px}.cardMembership__wrapper__content__amount{position:absolute;margin-top:15px;margin-left:-31px;font-weight:bold}.cardMembership__wrapper__content__title{position:absolute;margin:5px 0px 0px 10px;font-weight:600}.cardMembership__wrapper__content__title>div{margin-top:2px;font-size:12px;font-weight:400}

.react-sweet-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.react-sweet-progress-symbol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 35px;
  height: 20px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 200; }

.react-sweet-progress-symbol-absolute {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
  .react-sweet-progress-symbol-absolute .react-sweet-progress-symbol {
    padding: 0;
    width: 100%; }

.react-sweet-progress-circle-outer {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.react-sweet-progress-line {
  width: 100%;
  border-radius: 100px;
  background-color: #efefef;
  vertical-align: middle; }
  .react-sweet-progress-line-inner {
    position: relative;
    min-height: 10px;
    border-radius: 100px;
    transition: width 0.3s ease; }

.react-sweet-progress-line-inner-status-active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #fff;
  -webkit-animation: active-anim 2s cubic-bezier(0.25, 1, 0.6, 1) infinite;
          animation: active-anim 2s cubic-bezier(0.25, 1, 0.6, 1) infinite;
  content: "";
  opacity: 0; }

@-webkit-keyframes active-anim {
  0% {
    width: 0;
    opacity: .1; }
  20% {
    width: 0;
    opacity: .5; }
  to {
    width: 100%;
    opacity: 0; } }

@keyframes active-anim {
  0% {
    width: 0;
    opacity: .1; }
  20% {
    width: 0;
    opacity: .5; }
  to {
    width: 100%;
    opacity: 0; } }
.react-sweet-progress-circle path {
  stroke-linecap: round; }

body.react-confirm-alert-body-element {
  overflow: hidden;
}

.react-confirm-alert-blur {
  -webkit-filter: url(#gaussian-blur);
          filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666;
}

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
}

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px;
}

.react-confirm-alert-button-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

@-webkit-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*# sourceMappingURL=main.bf7c009d.css.map*/