/* Todo:
-status_icon
  альтернативные цвета иконки
  правильная иконка
*/
.p-calendar-appointment {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3e3e3e;
  padding: 12px 0 0;
  max-width: 660px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.p-calendar-appointment_close {
  position: absolute;
  top: 8px;
  right: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 32px;
  height: 32px;
}
.p-calendar-appointment_close::before {
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  color: #b4babc;
  text-align: center;
}
.p-calendar-appointment_hr {
  margin: 16px 24px 0;
  border: 0;
  border-top: 1px solid #f1f1f1;
}
.p-calendar-appointment-status {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-calendar-appointment-status_payment {
  position: relative;
  padding-left: 20px;
  color: #f66;
  font-size: 13px;
  margin-left: 12px;
}
.p-calendar-appointment-status_payment::before {
  position: absolute;
  content: '\e63B';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  left: 0;
  top: 50%;
  line-height: 2px;
  margin: -1px 0 0;
}
.p-calendar-appointment-status_payment._paid {
  color: #0ca40c;
}
.p-calendar-appointment-status_icon {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 48px;
  height: 40px;
  border-radius: 2px;
  background: #eccbef;
}
.p-calendar-appointment-status_icon::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px 0 0;
  font-size: 20px;
  line-height: 2px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  text-align: center;
}
.p-calendar-appointment-status._sms_confirmation_sent .p-calendar-appointment-status_icon {
  background: #91ccf1;
}
.p-calendar-appointment-status._sms_confirmation_sent .p-calendar-appointment-status_icon::before {
  content: '\e675';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-status._cancelled_by_sms .p-calendar-appointment-status_icon {
  background: #fdcdc2;
}
.p-calendar-appointment-status._cancelled_by_sms .p-calendar-appointment-status_icon::before {
  content: '\e676';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-status._scheduled .p-calendar-appointment-status_icon {
  background: #eccbef;
}
.p-calendar-appointment-status._scheduled .p-calendar-appointment-status_icon::before {
  content: '\e615';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-status._confirmed .p-calendar-appointment-status_icon {
  background: #b9f2e9;
}
.p-calendar-appointment-status._confirmed .p-calendar-appointment-status_icon::before {
  content: '\e642';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-status._in_progress .p-calendar-appointment-status_icon {
  background: #7ae9d7;
}
.p-calendar-appointment-status._arrived .p-calendar-appointment-status_icon {
  background: #7ae9d7;
}
.p-calendar-appointment-status._in_progress .p-calendar-appointment-status_icon::before {
  content: '\e642';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-status._arrived .p-calendar-appointment-status_icon::before {
  content: '\e642';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-status._finished .p-calendar-appointment-status_icon {
  background: #a8a9a9;
}
.p-calendar-appointment-status._finished .p-calendar-appointment-status_icon::before {
  content: '\e613';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-status._cancelled .p-calendar-appointment-status_icon {
  background: #fdcdc2;
}
.p-calendar-appointment-status._cancelled .p-calendar-appointment-status_icon::before {
  content: '\e614';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-status._missed .p-calendar-appointment-status_icon {
  background: #fdcdc2;
}
.p-calendar-appointment-status._missed .p-calendar-appointment-status_icon::before {
  content: '\e614';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-status._awaiting-list .p-calendar-appointment-status_icon {
  background: #b9f2e9;
}
.p-calendar-appointment-status._awaiting-list .p-calendar-appointment-status_icon::before {
  content: '\e600';
  font-family: 'waitinglist';
}
.p-calendar-appointment-status_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 16px;
  font-size: 18px;
  line-height: 1;
}
.p-calendar-appointment._mobile .p-calendar-appointment-status_text {
  font-size: 14px;
}
.p-calendar-appointment-status_noshow {
  font-size: 13px;
  line-height: 16px;
  color: #ffc1b2;
}
.p-calendar-appointment-status_finish {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  margin: 0 0 0 16px;
  padding: 0 8px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px -1px #fff inset;
          box-shadow: 0 2px 2px -1px #fff inset;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
}
body .p-calendar-appointment-status_finish {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-status_finish {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-status_finish {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-status_finish {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-status_finish {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-status_finish {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-status_finish {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-status_finish {
  color: var(--versioncolor);
}
.p-calendar-appointment-status_finish {
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease, padding-top 0.2s ease;
          transition: background 0.2s ease, box-shadow 0.2s ease, padding-top 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-status_finish:hover {
  background: #fafafa;
}
.p-calendar-appointment-status_finish:active {
  padding-top: 1px;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 2px -1px #d8d8d8 inset;
          box-shadow: 0 2px 2px -1px #d8d8d8 inset;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-status_finish._icon::before {
  content: '\e606';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 20px;
}
.p-calendar-appointment-green {
  margin: 12px 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 4px;
  background: #cdfa89;
}
.p-calendar-appointment-green_icon {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  width: 120px;
}
.p-calendar-appointment-green_icon::after {
  content: '\e60A';
  font-family: 'clientix-form-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -100px;
  font-size: 200px;
  line-height: 2px;
  color: #46631a;
}
.p-calendar-appointment-green_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  font-size: 14px;
  color: #46631a;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 24px 12px 0;
}
.p-calendar-appointment-green_text_larger {
  font-size: 16px;
}
.p-calendar-appointment-client {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 12px 0 0;
  padding: 0 24px;
  font-size: 18px;
  line-height: 1;
}
.p-calendar-appointment-client_name {
  font-weight: 700;
}
.p-calendar-appointment-client_name::after {
  content: '\00a0';
}
.p-calendar-appointment-client_birthday {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 0 8px;
  font-size: 14px;
}
body .p-calendar-appointment-client_birthday {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-client_birthday {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-client_birthday {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-client_birthday {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-client_birthday {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-client_birthday {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-client_birthday {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-client_birthday {
  color: var(--versioncolor);
}
.p-calendar-appointment-client_birthday::before {
  content: '\e629';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-calendar-appointment-client_birthday._today {
  opacity: 1;
}
.p-calendar-appointment-subclient {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-calendar-appointment-subclient {
  -webkit-animation: calendar-record_fade-in 0.5s ease;
          animation: calendar-record_fade-in 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-subclient-info {
  position: relative;
  font-size: 14px;
  line-height: 1;
}
.p-calendar-appointment-subclient-info._icon {
  padding-left: 28px;
}
.p-calendar-appointment-subclient-info._icon::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1px 0 0;
  font-size: 20px;
  line-height: 2px;
}
body._happiness .p-calendar-appointment-subclient-info._icon::before {
  content: '\e608';
  font-family: 'clientix-icons';
}
body._velocity .p-calendar-appointment-subclient-info._icon::before {
  content: '\e61f';
  font-family: 'clientix-icons';
}
body._friend .p-calendar-appointment-subclient-info._icon::before {
  content: '\e620';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-subclient-info_inline {
  display: inline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 25px;
}
.p-calendar-appointment-subclient-info_name {
  vertical-align: middle;
}
.p-calendar-appointment-subclient-info_name {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-subclient-info_name::after {
  content: '\00a0';
}
body .p-calendar-appointment-subclient-info_inline:hover .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-subclient-info_inline:hover .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-subclient-info_inline:hover .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-subclient-info_inline:hover .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-subclient-info_inline:hover .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-subclient-info_inline:hover .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-subclient-info_inline:hover .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-subclient-info_inline:hover .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor);
}
.p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_name {
  color: var(--versioncolor3);
}
.p-calendar-appointment-subclient-info_birthday {
  opacity: 0.5;
  margin: 0 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
body .p-calendar-appointment-subclient-info_birthday {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-subclient-info_birthday {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-subclient-info_birthday {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-subclient-info_birthday {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-subclient-info_birthday {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-subclient-info_birthday {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-subclient-info_birthday {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-subclient-info_birthday {
  color: var(--versioncolor);
}
.p-calendar-appointment-subclient-info_birthday::before {
  content: '\e629';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-calendar-appointment-subclient-info_birthday._today {
  opacity: 1;
}
.p-calendar-appointment-subclient-info_edit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  margin: 0 0 0 24px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}

.p-calendar-appointment-subclient-info_link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 15px;
  margin: 0 0 0 24px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}
body .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor);
}

body .p-calendar-appointment-subclient-info_link {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor);
}


body._beauty .p-calendar-appointment-subclient-info_link {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-subclient-info_link {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-subclient-info_link {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-subclient-info_link {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-subclient-info_link {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-subclient-info_link {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-subclient-info_link {
  color: var(--versioncolor);
}

.p-calendar-appointment-subclient-info_link::before {
  content: '\e63d';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 20px;
  margin: -1px 0 0 -20px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}

.p-calendar-appointment-subclient-info_edit {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-calendar-appointment-subclient-info_link {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-calendar-appointment-subclient-info_edit::before {
  content: '\e60f';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 20px;
  margin: -1px 0 0 -20px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.p-calendar-appointment-subclient-info_edit::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit {
  padding-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit {
  color: var(--versioncolor3);
}
.p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._health .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-subclient-info_inline:active .p-calendar-appointment-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
.p-calendar-appointment-subclients {
  margin: 12px 12px 0 12px;
  padding: 12px;
  border-radius: 4px;
  background: #fafafa;
}
.p-calendar-appointment-subclients {
  -webkit-animation: calendar-record_fade-in 0.5s ease;
          animation: calendar-record_fade-in 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-subclients .element#submit .element_button {
  height: 32px;
}
.p-calendar-appointment-subclients .element#submit .element_button-span {
  line-height: 30px;
}
body .p-calendar-appointment-subclients .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-subclients .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-subclients .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-subclients .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-subclients .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-subclients .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-subclients .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-subclients .element#submit .element_button-span {
  color: var(--versioncolor);
}
.p-calendar-appointment-subclients .element#submit .element_button-span::before {
  content: '\e606';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-calendar-appointment-subclients .element#submit .element_preloader {
  height: 32px;
}
.p-calendar-appointment-subclients .element#cancel .element_button {
  height: 32px;
}
.p-calendar-appointment-subclients .element#cancel .element_button-span {
  line-height: 30px;
}
.p-calendar-appointment-subclients .element#cancel .element_button-span::before {
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-calendar-appointment-subclients .element#cancel .element_preloader {
  height: 32px;
}
.p-calendar-appointment-date-n-time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 16px 0 0;
  padding: 0 24px;
}
.p-calendar-appointment-date-n-time_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 0 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.p-calendar-appointment-date-n-time_date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 15px;
  line-height: 1;
}
.p-calendar-appointment-date-n-time_time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 16px;
  font-size: 15px;
  line-height: 1;
}
.p-calendar-appointment-executor {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-calendar-appointment-executor_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 0 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.p-calendar-appointment-executor_name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 16px;
  line-height: 1;
}
.p-calendar-appointment-executor_speciality {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 16px;
  font-size: 14px;
  line-height: 1;
  color: #b4babc;
}
.p-calendar-appointment-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 0;
  padding: 0 24px;
}
.p-calendar-appointment-title_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 18px;
  font-weight: 700;
}
.p-calendar-appointment-title_button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}
body .p-calendar-appointment-title_button {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-title_button {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-title_button {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-title_button {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-title_button {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-title_button {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-title_button {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-title_button {
  color: var(--versioncolor);
}
.p-calendar-appointment-title_button {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-title_button::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-calendar-appointment-title_button::after {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-title_button::after {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-title_button::after {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-title_button::after {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-title_button::after {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-title_button::after {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-title_button::after {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-title_button::after {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-title_button:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  padding-top: 1px;
}
body .p-calendar-appointment-title_button:active {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-title_button:active {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-title_button:active {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-title_button:active {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-title_button:active {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-title_button:active {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-title_button:active {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-title_button:active {
  color: var(--versioncolor3);
}
.p-calendar-appointment-title_button:active::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-title_button:active::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._health .p-calendar-appointment-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-title_button:active::after {
  border-color: var(--versioncolor3);
}
.p-calendar-appointment-title_button._icon {
  margin-left: 24px;
}
.p-calendar-appointment-title_button._icon::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 20px;
  margin: -1px 0 0 -20px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.p-calendar-appointment-title_button._icon:active::before {
  margin-top: 0;
}
.p-calendar-appointment-title_button._add::before {
  content: '\e60d';
  font-family: 'clientix-icons';
}


.p-calendar-appointment-title_button._edit::before {
  content: '\e60f';
  font-family: 'clientix-icons';
}

.p-calendar-appointment-title_button._cancel::before {
  content: '\e60e';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-field {
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-calendar-appointment-scroll {
  margin: 12px 0 0;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-scroll::before {
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 0;
  left: 0;
  pointer-events: none;
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);
  content: ' ';
}
.p-calendar-appointment-scroll::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  content: ' ';
}
.p-calendar-appointment-scroll_cr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  border-top: 1px solid #f1f1f1;
  -webkit-overflow-scrolling: touch;
}
.p-calendar-appointment-autocomplete {
  position: relative;
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-calendar-appointment-autocomplete._executor {
  padding: 0;
}
.p-calendar-appointment-autocomplete_title {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.p-calendar-appointment-autocomplete_item {
  padding: 12px 0;
}
.p-calendar-appointment-autocomplete_item + .p-calendar-appointment-autocomplete_item {
  border-top: 1px solid #f1f1f1;
}
.p-calendar-appointment-autocomplete-service {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-calendar-appointment-autocomplete-service_name {
  padding: 0 40px 0 0;
  font-size: 16px;
  color: var(--versioncolor);
}
.p-calendar-appointment-autocomplete-service_name {
  -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body .p-calendar-appointment-autocomplete-service:hover .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-autocomplete-service:hover .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-autocomplete-service:hover .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-autocomplete-service:hover .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-autocomplete-service:hover .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-autocomplete-service:hover .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-autocomplete-service:hover .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-autocomplete-service:hover .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor);
}
.p-calendar-appointment-autocomplete-service:active .p-calendar-appointment-autocomplete-service_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-autocomplete-service:active .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-autocomplete-service:active .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-autocomplete-service:active .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-autocomplete-service:active .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-autocomplete-service:active .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-autocomplete-service:active .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-autocomplete-service:active .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-autocomplete-service:active .p-calendar-appointment-autocomplete-service_name {
  color: var(--versioncolor3);
}
.p-calendar-appointment-autocomplete-service-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #b4babc;
}
.p-calendar-appointment-autocomplete-service-info_total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  color: #3e3e3e;
  font-weight: 700;
}
.p-calendar-appointment-autocomplete-service-info_price {
  margin: 0 0 0 8px;
  text-decoration: line-through;
}
.p-calendar-appointment-autocomplete-service-info_discount {
  margin: 0 0 0 4px;
}
.p-calendar-appointment-autocomplete-service-info_duration {
  margin: 0 0 0 8px;
}
.p-calendar-appointment-autocomplete-service_popular {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -16px 0 0;
  padding: 18px 0 0;
  font-size: 13px;
  color: #ff6262;
}
.p-calendar-appointment-autocomplete-service_popular::before {
  content: '\e634';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  font-size: 18px;
  text-align: center;
}
.p-calendar-appointment-autocomplete-service_promoted {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffc600;
}
.p-calendar-appointment-autocomplete-service_promoted::before {
  content: '\e635';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  text-align: center;
}
.p-calendar-appointment-autocomplete-service_popular + .p-calendar-appointment-autocomplete-service_promoted::before {
  margin-top: -6px;
  margin-right: 10px;
  font-size: 20px;
  text-shadow: 2px 0 #fff, 1px 0 #fff, -1px 0 #fff, -2px 0 #fff, -3px 0 #fff, -4px 0 #fff, -5px 0 #fff;
}
.p-calendar-appointment-autocomplete-executor {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-calendar-appointment-autocomplete-executor_name {
  padding: 0 40px 0 0;
  font-size: 16px;
  color: var(--versioncolor);
}
.p-calendar-appointment-autocomplete-executor_name {
  -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body .p-calendar-appointment-autocomplete-executor:hover .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-autocomplete-executor:hover .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-autocomplete-executor:hover .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-autocomplete-executor:hover .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-autocomplete-executor:hover .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-autocomplete-executor:hover .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-autocomplete-executor:hover .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-autocomplete-executor:hover .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor);
}
.p-calendar-appointment-autocomplete-executor:active .p-calendar-appointment-autocomplete-executor_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-autocomplete-executor:active .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-autocomplete-executor:active .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-autocomplete-executor:active .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-autocomplete-executor:active .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-autocomplete-executor:active .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-autocomplete-executor:active .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-autocomplete-executor:active .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-autocomplete-executor:active .p-calendar-appointment-autocomplete-executor_name {
  color: var(--versioncolor3);
}
.p-calendar-appointment-autocomplete-executor_speciality {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #b4babc;
}
.p-calendar-appointment-autocomplete-executor_popular {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -16px 0 0;
  padding: 18px 0 0;
  font-size: 13px;
  color: #ff6262;
}
.p-calendar-appointment-autocomplete-executor_popular::before {
  content: '\e634';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  font-size: 18px;
  text-align: center;
}
.p-calendar-appointment-autocomplete-extra {
  padding: 12px 0;
}
.p-calendar-appointment-autocomplete-extra_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-calendar-appointment-autocomplete-extra_button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  margin: 0 0 0 16px;
  padding: 0 8px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px -1px #fff inset;
          box-shadow: 0 2px 2px -1px #fff inset;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
}
.p-calendar-appointment-autocomplete-extra_button {
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease, padding-top 0.2s ease;
          transition: background 0.2s ease, box-shadow 0.2s ease, padding-top 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-autocomplete-extra_button:hover {
  background: #fafafa;
}
.p-calendar-appointment-autocomplete-extra_button:active {
  padding-top: 1px;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 2px -1px #d8d8d8 inset;
          box-shadow: 0 2px 2px -1px #d8d8d8 inset;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-autocomplete-extra_button._icon {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-autocomplete-extra_button._icon {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-autocomplete-extra_button._icon {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-autocomplete-extra_button._icon {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-autocomplete-extra_button._icon {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-autocomplete-extra_button._icon {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-autocomplete-extra_button._icon {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-autocomplete-extra_button._icon {
  color: var(--versioncolor);
}
.p-calendar-appointment-autocomplete-extra_button._icon::before {
  content: '\e60d';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 20px;
}
.p-calendar-appointment-list {
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-calendar-appointment-list_item + .p-calendar-appointment-list_item {
  margin: 16px 0 0;
}
.p-calendar-appointment-service {
  position: relative;
}
.p-calendar-appointment-service-title {
  font-size: 16px;
  line-height: 1;
  padding: 0 24px 0 0;
}
.p-calendar-appointment-service-title_inline:not(._complex) {
  display: inline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-calendar-appointment-service-title_inline._edit {
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.p-calendar-appointment-service-title_number {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  font-weight: 700;
}
.p-calendar-appointment-service-title_name {
  font-weight: 700;
}
.p-calendar-appointment-service-title_name {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body .p-calendar-appointment-service-title_inline:not(._edit):not(._complex):hover .p-calendar-appointment-service-title_name {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-service-title_inline:not(._edit):not(._complex):hover .p-calendar-appointment-service-title_name {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-service-title_inline:not(._edit):not(._complex):hover .p-calendar-appointment-service-title_name {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-service-title_inline:not(._edit):not(._complex):hover .p-calendar-appointment-service-title_name {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-service-title_inline:not(._edit):not(._complex):hover .p-calendar-appointment-service-title_name {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-service-title_inline:not(._edit):not(._complex):hover .p-calendar-appointment-service-title_name {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-service-title_inline:not(._edit):not(._complex):hover .p-calendar-appointment-service-title_name {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-service-title_inline:not(._edit):not(._complex):hover .p-calendar-appointment-service-title_name {
  color: var(--versioncolor);
}
.p-calendar-appointment-service-title_inline:not(._edit):active .p-calendar-appointment-service-title_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-service-title_inline:not(._edit):active .p-calendar-appointment-service-title_name {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-service-title_inline:not(._edit):active .p-calendar-appointment-service-title_name {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-service-title_inline:not(._edit):active .p-calendar-appointment-service-title_name {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-service-title_inline:not(._edit):active .p-calendar-appointment-service-title_name {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-service-title_inline:not(._edit):active .p-calendar-appointment-service-title_name {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-service-title_inline:not(._edit):active .p-calendar-appointment-service-title_name {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-service-title_inline:not(._edit):active .p-calendar-appointment-service-title_name {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-service-title_inline:not(._edit):active .p-calendar-appointment-service-title_name {
  color: var(--versioncolor3);
}
.p-calendar-appointment-service-title_edit {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  margin: 0 0 0 24px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}
body .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor);
}
.p-calendar-appointment-service-title_edit {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-service-title_edit::before {
  content: '\e60f';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 20px;
  margin: -1px 0 0 -20px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.p-calendar-appointment-service-title_edit._icon_sell::before {
  content: '\e605';
  font-family: 'materials';
  font-size: 18px;
}
.p-calendar-appointment-service-title_edit::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-service-title_inline._edit .p-calendar-appointment-service-title_edit {
  display: none;
}
.p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  padding-top: 1px;
}
body .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit {
  color: var(--versioncolor3);
}
.p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._health .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-service-title_inline:active .p-calendar-appointment-service-title_edit::after {
  border-color: var(--versioncolor3);
}
.p-calendar-appointment-service_remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 32px;
  height: 32px;
}
.p-calendar-appointment-service_remove::before {
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  color: #ff9c9c;
  text-align: center;
}
.p-calendar-appointment-view {
  padding: 0 0 0 24px;
}
.p-calendar-appointment-view-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #b4babc;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-calendar-appointment-view-info._ticket::before {
  position: absolute;
  top: 50%;
  left: -24px;
  line-height: 2px;
  margin: -1px 0 0;
  content: '\e63E';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
body .p-calendar-appointment-view-info._ticket::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-view-info._ticket::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-view-info._ticket::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-view-info._ticket::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-view-info._ticket::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-view-info._ticket::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-view-info._ticket::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-view-info._ticket::before {
  color: var(--versioncolor);
}
.p-calendar-appointment-view-info_total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  color: #3e3e3e;
  font-weight: 700;
}
.p-calendar-appointment-view-info_price {
  margin: 0 0 0 8px;
  text-decoration: line-through;
}
.p-calendar-appointment-view-info_discount {
  margin: 0 0 0 4px;
}
.p-calendar-appointment-view-info_duration {
  margin: 0 0 0 8px;
}
.p-calendar-appointment-view-executor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 0;
}
.p-calendar-appointment-view-service-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 0;
}
.p-calendar-appointment-view-executor_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 14px;
  color: #b4babc;
}

.p-calendar-appointment-view-service_pack_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 14px;
  color: #b4babc;
}

.p-calendar-appointment-view-service_pack_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 14px;
  color: #b4babc;
}

.p-calendar-appointment-view-service_pack_name {
  margin: 0 0 0 8px;
  font-size: 14px;
}

.p-calendar-appointment-view-executor_name {
  margin: 0 0 0 8px;
  font-size: 14px;
}

.p-calendar-appointment-view-service_pack_name {
  margin: 0 0 0 8px;
  font-size: 14px;
}

.p-calendar-appointment-add {
  margin: 16px 0 0;
  padding: 0 24px;
}
.p-calendar-appointment-add_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0;
}
.p-calendar-appointment-add_title {
  font-size: 14px;
  line-height: 20px;
}
.p-calendar-appointment-add_field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-add_unit + .p-calendar-appointment-add_field {
  margin: 0 0 0 8px;
}
.p-calendar-appointment-add_unit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 15px;
  color: #b4babc;
}
.p-calendar-appointment-add_field + .p-calendar-appointment-add_unit {
  margin: 0 0 0 4px;
}
.p-calendar-appointment-add-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-add-price_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-add-duration {
  margin: 0 0 0 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-add-duration_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-add-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1;
}
.p-calendar-appointment-add-info_discount {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  color: #b4babc;
}
.p-calendar-appointment-add-info_total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 4px;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 700;
}
.p-calendar-appointment-add .element-cr {
  margin: 16px 0 0;
}
.p-calendar-appointment-add .element#cost {
  width: 80px;
}
.p-calendar-appointment-add .element#quantity {
  width: 68px;
}
.p-calendar-appointment-add .element#duration_hour {
  width: 68px;
}
.p-calendar-appointment-add .element#duration_min {
  width: 68px;
}
.p-calendar-appointment-add .element#submit .element_button {
  height: 32px;
}
.p-calendar-appointment-add .element#submit .element_button-span {
  line-height: 30px;
}
body .p-calendar-appointment-add .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-add .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-add .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-add .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-add .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-add .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-add .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-add .element#submit .element_button-span {
  color: var(--versioncolor);
}
.p-calendar-appointment-add .element#submit .element_button-span::before {
  content: '\e606';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-calendar-appointment-add .element#submit .element_preloader {
  height: 32px;
}
.p-calendar-appointment-add .element#cancel .element_button {
  height: 32px;
}
.p-calendar-appointment-add .element#cancel .element_button-span {
  line-height: 30px;
}
.p-calendar-appointment-add .element#cancel .element_button-span::before {
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-calendar-appointment-add .element#cancel .element_preloader {
  height: 32px;
}
.p-calendar-appointment-add .element.jsExecutorField .element_cr::after {
  display: none;
}
.p-calendar-appointment-add .element .split-words {
  margin-top: -8px;
}
.p-calendar-appointment-edit {
  margin: 16px 0 0;
}
.p-calendar-appointment-edit_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-calendar-appointment-edit_title {
  font-size: 14px;
  line-height: 20px;
}
.p-calendar-appointment-edit_field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-edit_unit + .p-calendar-appointment-edit_field {
  margin: 0 0 0 8px;
}
.p-calendar-appointment-edit_unit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 15px;
  color: #b4babc;
}
.p-calendar-appointment-edit_field + .p-calendar-appointment-edit_unit {
  margin: 0 0 0 4px;
}

.p-calendar-appointment-edit-block {
  display: flex;
}

.p-calendar-appointment-edit-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-edit-price_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-edit-duration {
  margin: 0 0 0 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-edit-duration_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-edit-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1;
}
.p-calendar-appointment-edit-info_discount {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  color: #b4babc;
}
.p-calendar-appointment-edit-info_total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 4px;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 700;
}
.p-calendar-appointment-edit-executor {
  margin: 12px 0 0;
}
.p-calendar-appointment-edit-executor-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-edit-executor-title_text {
  font-size: 14px;
}
.p-calendar-appointment-edit-executor-title_button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}
body .p-calendar-appointment-edit-executor-title_button {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-edit-executor-title_button {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-edit-executor-title_button {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-edit-executor-title_button {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-edit-executor-title_button {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-edit-executor-title_button {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-edit-executor-title_button {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-edit-executor-title_button {
  color: var(--versioncolor);
}
.p-calendar-appointment-edit-executor-title_button {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-edit-executor-title_button::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-calendar-appointment-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-edit-executor-title_button:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  padding-top: 1px;
}
body .p-calendar-appointment-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
.p-calendar-appointment-edit-executor-title_button:active::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-edit-executor-title_button:active::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._health .p-calendar-appointment-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
.p-calendar-appointment-edit-executor-title_button._icon {
  margin-left: 24px;
}
.p-calendar-appointment-edit-executor-title_button._icon::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 20px;
  margin: -1px 0 0 -20px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.p-calendar-appointment-edit-executor-title_button._icon_add::before {
  content: '\e60d';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-edit-executor-title_button._icon_edit::before {
  content: '\e60f';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-edit-executor-title_button._icon_cancel::before {
  content: '\e60e';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-edit-executor-title_button._icon:active::before {
  margin-top: 0;
}
.p-calendar-appointment-edit-executor-field {
  margin: 12px 0 0;
}
.p-calendar-appointment-edit .element-cr {
  margin: 16px 0 0;
}
.p-calendar-appointment-edit .element#cost {
  width: 80px;
}
.p-calendar-appointment-edit .element#quantity {
  width: 80px;
}
.p-calendar-appointment-edit .element#duration_hour {
  width: 80px;
}
.p-calendar-appointment-edit .element#duration_min {
  width: 80px;
}
.p-calendar-appointment-edit .element#submit .element_button {
  height: 32px;
}
.p-calendar-appointment-edit .element#submit .element_button-span {
  line-height: 30px;
}
body .p-calendar-appointment-edit .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-edit .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-edit .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-edit .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-edit .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-edit .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-edit .element#submit .element_button-span {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-edit .element#submit .element_button-span {
  color: var(--versioncolor);
}
.p-calendar-appointment-edit .element#submit .element_button-span::before {
  content: '\e606';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-calendar-appointment-edit .element#submit .element_preloader {
  height: 32px;
}
.p-calendar-appointment-edit .element#cancel .element_button {
  height: 32px;
}
.p-calendar-appointment-edit .element#cancel .element_button-span {
  line-height: 30px;
}
.p-calendar-appointment-edit .element#cancel .element_button-span::before {
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-calendar-appointment-edit .element#cancel .element_preloader {
  height: 32px;
}
.p-calendar-appointment-edit .element.jsExecutorField .element_cr::after {
  display: none;
}
.p-calendar-appointment-edit .element .split-words {
  margin-top: -8px;
}
.p-calendar-appointment-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px;
  padding: 8px 0 24px;
  border-top: 1px solid #f1f1f1;
  font-size: 18px;
}
._flex_column {
  flex-direction: column;
  align-items: baseline;
}

.p-calendar-appointment-results_c {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-results_c._row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-calendar-appointment-results_c + .p-calendar-appointment-results_c {
  margin-left: 12px;
  border-left: 1px solid #d8d8d8;
  padding-left: 12px;
}
.p-calendar-appointment-results_partialPrice {
  font-size: 13px;
  color: #b4b4b4;
}
.p-calendar-appointment-results_partialComplex {
  font-size: 13px;
  color: #b4b4b4;
  padding-left: inherit;
}
.p-calendar-appointment-results_partialComplex_items li:nth-child(n+3) {
  display: none;
}
.p-calendar-appointment-results_partialComplex_showMore {
  cursor: pointer;
}
.p-calendar-appointment-results_partialComplex_showMore:hover {
  text-decoration: underline;
}
.p-calendar-appointment-results_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-results_total {
  margin: 0 0 0 8px;
  font-weight: 700;
}
.p-calendar-appointment-results_price {
  margin: 0 0 0 16px;
  font-size: 16px;
  color: #b4babc;
  text-decoration: line-through;
}
.p-calendar-appointment .element#statusReset .element_button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  margin: -4px 0 0 16px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
  overflow: visible;
  white-space: nowrap;
  border: 0;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
}
.p-calendar-appointment .element#statusReset .element_button {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body .p-calendar-appointment .element#statusReset .element_button-span {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment .element#statusReset .element_button-span {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment .element#statusReset .element_button-span {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment .element#statusReset .element_button-span {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment .element#statusReset .element_button-span {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment .element#statusReset .element_button-span {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment .element#statusReset .element_button-span {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment .element#statusReset .element_button-span {
  color: var(--versioncolor);
}
.p-calendar-appointment .element#statusReset .element_button::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-calendar-appointment .element#statusReset .element_button::after {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment .element#statusReset .element_button::after {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment .element#statusReset .element_button::after {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment .element#statusReset .element_button::after {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment .element#statusReset .element_button::after {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment .element#statusReset .element_button::after {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment .element#statusReset .element_button::after {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment .element#statusReset .element_button::after {
  border-color: var(--versioncolor);
}
.p-calendar-appointment .element#statusReset .element_button:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  padding-top: 1px;
}
body .p-calendar-appointment .element#statusReset .element_button:active {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment .element#statusReset .element_button:active {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment .element#statusReset .element_button:active {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment .element#statusReset .element_button:active {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment .element#statusReset .element_button:active {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment .element#statusReset .element_button:active {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment .element#statusReset .element_button:active {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment .element#statusReset .element_button:active {
  color: var(--versioncolor3);
}
.p-calendar-appointment .element#statusReset .element_button:active::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment .element#statusReset .element_button:active::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment .element#statusReset .element_button:active::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment .element#statusReset .element_button:active::after {
  border-color: var(--versioncolor3);
}
body._health .p-calendar-appointment .element#statusReset .element_button:active::after {
  border-color: var(--versioncolor3);
}
body._smile .p-calendar-appointment .element#statusReset .element_button:active::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment .element#statusReset .element_button:active::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment .element#statusReset .element_button:active::after {
  border-color: var(--versioncolor3);
}
body._friend .p-calendar-appointment .element#statusReset .element_button:active::after {
  border-color: var(--versioncolor3);
}
body._strength .p-calendar-appointment .element#statusReset .element_button:active::after {
  border-color: var(--versioncolor3);
}
.p-calendar-appointment .element-message {
  font-size: 12px;
  margin: 0 0 0 24px;
}
.p-calendar-appointment-finish {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-calendar-appointment-finish-button {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  height: 46px;
  margin: 0 0 0 -105px;
  border-radius: 4px 4px 0 0;
}
body .p-calendar-appointment-finish-button {
  background: var(--versioncolor);
}
body._beauty .p-calendar-appointment-finish-button {
  background: var(--versioncolor);
}
body._health .p-calendar-appointment-finish-button {
  background: var(--versioncolor);
}
body._smile .p-calendar-appointment-finish-button {
  background: var(--versioncolor);
}
body._happiness .p-calendar-appointment-finish-button {
  background: var(--versioncolor);
}
body._velocity .p-calendar-appointment-finish-button {
  background: var(--versioncolor);
}
body._friend .p-calendar-appointment-finish-button {
  background: var(--versioncolor);
}
body._strength .p-calendar-appointment-finish-button {
  background: var(--versioncolor);
}
body .p-calendar-appointment-finish-button:hover {
  background: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-finish-button:hover {
  background: var(--versioncolor3);
}
body._health .p-calendar-appointment-finish-button:hover {
  background: var(--versioncolor3);
}
body._smile .p-calendar-appointment-finish-button:hover {
  background: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-finish-button:hover {
  background: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-finish-button:hover {
  background: var(--versioncolor3);
}
body._friend .p-calendar-appointment-finish-button:hover {
  background: var(--versioncolor3);
}
body._strength .p-calendar-appointment-finish-button:hover {
  background: var(--versioncolor3);
}
body .p-calendar-appointment-finish-button:hover:active {
  background: var(--versioncolor4);
}
body._beauty .p-calendar-appointment-finish-button:hover:active {
  background: var(--versioncolor4);
}
body._health .p-calendar-appointment-finish-button:hover:active {
  background: var(--versioncolor4);
}
body._smile .p-calendar-appointment-finish-button:hover:active {
  background: var(--versioncolor4);
}
body._happiness .p-calendar-appointment-finish-button:hover:active {
  background: var(--versioncolor4);
}
body._velocity .p-calendar-appointment-finish-button:hover:active {
  background: var(--versioncolor4);
}
body._friend .p-calendar-appointment-finish-button:hover:active {
  background: var(--versioncolor4);
}
body._strength .p-calendar-appointment-finish-button:hover:active {
  background: var(--versioncolor4);
}
.p-calendar-appointment-finish-button {
  -webkit-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-finish-button:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.p-calendar-appointment-finish-button:hover:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-finish-button_t {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}
.p-calendar-appointment-finish-button_t::before {
  content: '\e613';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 8px 0 0;
  font-size: 24px;
}
.p-calendar-appointment-finished {
  padding: 16px 24px;
}
.p-calendar-appointment-finished_cr {
  position: relative;
  background: #fafafa;
  padding: 16px;
  border-radius: 4px;
}
.p-calendar-appointment-finished_text {
  font-size: 15px;
}
.p-calendar-appointment-finished_text strong {
  font-size: 16px;
}
.p-calendar-appointment-finished-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  padding: 0 16px;
  border-radius: 4px;
}
.p-calendar-appointment-finished-button_wr {
  position: absolute;
  top: 16px;
  right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .p-calendar-appointment-finished-button {
  background: var(--versioncolor);
}
body._beauty .p-calendar-appointment-finished-button {
  background: var(--versioncolor);
}
body._health .p-calendar-appointment-finished-button {
  background: var(--versioncolor);
}
body._smile .p-calendar-appointment-finished-button {
  background: var(--versioncolor);
}
body._happiness .p-calendar-appointment-finished-button {
  background: var(--versioncolor);
}
body._velocity .p-calendar-appointment-finished-button {
  background: var(--versioncolor);
}
body._friend .p-calendar-appointment-finished-button {
  background: var(--versioncolor);
}
body._strength .p-calendar-appointment-finished-button {
  background: var(--versioncolor);
}
body .p-calendar-appointment-finished-button:hover {
  background: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-finished-button:hover {
  background: var(--versioncolor3);
}
body._health .p-calendar-appointment-finished-button:hover {
  background: var(--versioncolor3);
}
body._smile .p-calendar-appointment-finished-button:hover {
  background: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-finished-button:hover {
  background: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-finished-button:hover {
  background: var(--versioncolor3);
}
body._friend .p-calendar-appointment-finished-button:hover {
  background: var(--versioncolor3);
}
body._strength .p-calendar-appointment-finished-button:hover {
  background: var(--versioncolor3);
}
body .p-calendar-appointment-finished-button:hover:active {
  background: var(--versioncolor4);
}
body._beauty .p-calendar-appointment-finished-button:hover:active {
  background: var(--versioncolor4);
}
body._health .p-calendar-appointment-finished-button:hover:active {
  background: var(--versioncolor4);
}
body._smile .p-calendar-appointment-finished-button:hover:active {
  background: var(--versioncolor4);
}
body._happiness .p-calendar-appointment-finished-button:hover:active {
  background: var(--versioncolor4);
}
body._velocity .p-calendar-appointment-finished-button:hover:active {
  background: var(--versioncolor4);
}
body._friend .p-calendar-appointment-finished-button:hover:active {
  background: var(--versioncolor4);
}
body._strength .p-calendar-appointment-finished-button:hover:active {
  background: var(--versioncolor4);
}
.p-calendar-appointment-finished-button {
  -webkit-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-finished-button:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.p-calendar-appointment-finished-button:hover:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-finished-button_t {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}
.p-calendar-appointment-finished-button_t::before {
  content: '\e643';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 8px 0 0;
  font-size: 24px;
}
.p-calendar-appointment-finished_bottom {
  position: relative;
  margin: 16px 0 0;
  padding: 16px 0 0;
  font-size: 12px;
}
.p-calendar-appointment-finished_bottom_error {
    position: relative;
    background: #ff6060;
    padding: 16px;
    color: white;
    margin: -16px;
    margin-top: 16px;
}
.p-calendar-appointment-finished_bottom::before {
  position: absolute;
  right: -16px;
  bottom: 100%;
  left: -16px;
  border-top: 1px solid #f00;
  content: ' ';
}
body .p-calendar-appointment-finished_bottom::before {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-finished_bottom::before {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-finished_bottom::before {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-finished_bottom::before {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-finished_bottom::before {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-finished_bottom::before {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-finished_bottom::before {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-finished_bottom::before {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-clients {
  padding: 0 24px;
}
.p-calendar-appointment-clients-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 0;
}
.p-calendar-appointment-clients-title_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 18px;
  font-weight: 700;
}
.p-calendar-appointment-clients-title_button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}
body .p-calendar-appointment-clients-title_button {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-title_button {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-title_button {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-title_button {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-title_button {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-title_button {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-title_button {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-title_button {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-title_button {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-clients-title_button::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-calendar-appointment-clients-title_button::after {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-title_button::after {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-title_button::after {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-title_button::after {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-title_button::after {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-title_button::after {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-title_button::after {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-title_button::after {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-clients-title_button:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  padding-top: 1px;
}
body .p-calendar-appointment-clients-title_button:active {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-clients-title_button:active {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-clients-title_button:active {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-clients-title_button:active {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-clients-title_button:active {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-clients-title_button:active {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-clients-title_button:active {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-clients-title_button:active {
  color: var(--versioncolor3);
}
.p-calendar-appointment-clients-title_button:active::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-clients-title_button:active::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-clients-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-clients-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._health .p-calendar-appointment-clients-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-clients-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-clients-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-clients-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-clients-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-clients-title_button:active::after {
  border-color: var(--versioncolor3);
}
.p-calendar-appointment-clients-title_button._icon {
  margin-left: 24px;
}
.p-calendar-appointment-clients-title_button._icon::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 20px;
  margin: -1px 0 0 -20px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.p-calendar-appointment-clients-title_button._icon:active::before {
  margin-top: 0;
}
.p-calendar-appointment-clients-title_button._add::before {
  content: '\e60d';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-title_button._cancel::before {
  content: '\e60e';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-count {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-calendar-appointment-clients-count_t {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 16px;
}
.p-calendar-appointment-clients-count_t._number {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  font-weight: 600;
}
body .p-calendar-appointment-clients-count_t._number {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-count_t._number {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-count_t._number {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-count_t._number {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-count_t._number {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-count_t._number {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-count_t._number {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-count_t._number {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-count_t._number::after {
  content: '\e62d';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  margin: 2px 0 0;
  vertical-align: middle;
}
.p-calendar-appointment-clients-count_t._dropdown::after {
  content: '\e62e';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-count_t + .p-calendar-appointment-clients-count_t {
  margin: 0 0 0 4px;
}
.p-calendar-appointment-clients-add_button {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 13px;
  height: 15px;
  line-height: 15px;
  position: relative;
  vertical-align: middle;
}
body .p-calendar-appointment-clients-add_button {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-add_button {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-add_button {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-add_button {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-add_button {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-add_button {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-add_button {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-add_button {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-add_button {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-clients-add_button::after {
  border-bottom: 1px dashed;
  content: ' ';
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
body .p-calendar-appointment-clients-add_button::after {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-add_button::after {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-add_button::after {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-add_button::after {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-add_button::after {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-add_button::after {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-add_button::after {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-add_button::after {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-clients-add_button:active {
  padding-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-clients-add_button:active {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-clients-add_button:active {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-clients-add_button:active {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-clients-add_button:active {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-clients-add_button:active {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-clients-add_button:active {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-clients-add_button:active {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-clients-add_button:active {
  color: var(--versioncolor3);
}
.p-calendar-appointment-clients-add_button:active::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-clients-add_button:active::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-clients-add_button:active::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-clients-add_button:active::after {
  border-color: var(--versioncolor3);
}
body._health .p-calendar-appointment-clients-add_button:active::after {
  border-color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-clients-add_button:active::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-clients-add_button:active::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-clients-add_button:active::after {
  border-color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-clients-add_button:active::after {
  border-color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-clients-add_button:active::after {
  border-color: var(--versioncolor3);
}
.p-calendar-appointment-clients-add_button._icon {
  margin-left: 24px;
}
.p-calendar-appointment-clients-add_button._icon::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 2px;
  margin: -1px 0 0 -20px;
  position: absolute;
  right: 100%;
  text-align: center;
  top: 50%;
  width: 20px;
}
.p-calendar-appointment-clients-add_button._icon:active::before {
  margin-top: 0;
}
.p-calendar-appointment-clients-add_button._add::before {
  content: '\e60d';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-add_button._cancel::before {
  content: '\e60e';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-list_i {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0 0;
}
.p-calendar-appointment-clients-listItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  border-radius: 4px;
  border: 1px solid #fdcdc2;
  padding: 8px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-calendar-appointment-clients-listItem._green {
  border-color: #a4ebdf;
}
.p-calendar-appointment-clients-listItem_status {
  color: #fdcdc2;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.p-calendar-appointment-clients-listItem._green .p-calendar-appointment-clients-listItem_status {
  color: #a4ebdf;
}
.p-calendar-appointment-clients-listItem_status::before {
  content: '\e614';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 16px;
}
.p-calendar-appointment-clients-listItem._green .p-calendar-appointment-clients-listItem_status::before {
  content: '\e642';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-listItem-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-calendar-appointment-clients-listItem-name_t {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 15px;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-calendar-appointment-clients-listItem-name_t::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: ' ';
  border-bottom: 1px dashed;
}
.p-calendar-appointment-clients-listItem-name_t._memo {
  padding-left: 24px;
  line-height: 20px;
}
.p-calendar-appointment-clients-listItem-name_t._memo::before {
  content: '\e60c';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  font-size: 16px;
  margin: -1px 0 0;
  color: #aaa;
}
.p-calendar-appointment-clients-listItem-name_t._memo::after {
  left: 24px;
}
body .p-calendar-appointment-clients-listItem-name_t._memo._active {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem-name_t._memo._active {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem-name_t._memo._active {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem-name_t._memo._active {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem-name_t._memo._active {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem-name_t._memo._active {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem-name_t._memo._active {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem-name_t._memo._active {
  color: var(--versioncolor);
}
body .p-calendar-appointment-clients-listItem-name_t._memo._active::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem-name_t._memo._active::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem-name_t._memo._active::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem-name_t._memo._active::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem-name_t._memo._active::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem-name_t._memo._active::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem-name_t._memo._active::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem-name_t._memo._active::before {
  color: var(--versioncolor);
}
body .p-calendar-appointment-clients-listItem-name_t._memo._active::after {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem-name_t._memo._active::after {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem-name_t._memo._active::after {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem-name_t._memo._active::after {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem-name_t._memo._active::after {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem-name_t._memo._active::after {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem-name_t._memo._active::after {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem-name_t._memo._active::after {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem_phone {
  margin: 2px 0 0;
  font-size: 13px;
  color: #8f979b;
  line-height: 1.1;
}
.p-calendar-appointment-clients-listItem_groups {
  margin: 2px 0 0;
  font-size: 13px;
  color: #8f979b;
  word-wrap: break-word;
  line-height: 1.1;
}
.p-calendar-appointment-clients-listItem_abonement {
  margin: 2px 0 0;
  font-size: 13px;
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .p-calendar-appointment-clients-listItem_abonement {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem_abonement {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem_abonement {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem_abonement {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem_abonement {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem_abonement {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem_abonement {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem_abonement {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem_abonement::before {
  content: '\e63E';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  font-size: 16px;
  margin: -1px 0 0;
}
.p-calendar-appointment-clients-listItem_abonement._empty {
  color: #8f979b !important;
}
.p-calendar-appointment-clients-listItem_abonement._error {
  color: #ff9c9c !important;
}
.p-calendar-appointment-clients-listItem_abonement._error::before {
  content: '\e62f';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-listItem_buttonWr {
  margin: auto 0 0;
  padding: 8px 0 0;
}
.p-calendar-appointment-clients-listItem-button_t::before {
  content: '\e642';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a4ebdf;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-calendar-appointment-clients-listItem._green .p-calendar-appointment-clients-listItem-button_t::before {
  color: #fdcdc2;
  content: '\e614';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-listItem_close {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.p-calendar-appointment-clients-listItem_close::after {
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff9c9c;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  font-size: 24px;
  line-height: 1px;
  margin: -1px 0 0;
}
.p-calendar-appointment-clients-listItem-memo {
  z-index: 1;
  position: absolute;
  top: 100%;
  margin: -4px -1px 0;
  right: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
  border: 1px solid #fdcdc2;
  border-top: 0;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 8px 8px 24px 8px;
  word-wrap: break-word;
  display: none;
}
.p-calendar-appointment-clients-listItem._green .p-calendar-appointment-clients-listItem-memo {
  border-color: #a4ebdf;
}
.p-calendar-appointment-clients-listItem-memo._active {
  display: block;
}
.p-calendar-appointment-clients-listItem-memo_close {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
}
.p-calendar-appointment-clients-listItem-memo_close::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  content: '\e62e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 1px;
  margin: -1px 0 0;
  text-align: center;
}
body .p-calendar-appointment-clients-listItem-memo_close::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem-memo_close::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem-memo_close::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem-memo_close::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem-memo_close::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem-memo_close::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem-memo_close::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem-memo_close::before {
  color: var(--versioncolor);
}
.p-calendar-appointment-clientAdd {
  margin: 12px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-calendar-appointment-clientAdd_button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 13px;
  height: 15px;
  line-height: 15px;
  position: relative;
  vertical-align: middle;
}
body .p-calendar-appointment-clientAdd_button {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clientAdd_button {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clientAdd_button {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clientAdd_button {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clientAdd_button {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clientAdd_button {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clientAdd_button {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clientAdd_button {
  color: var(--versioncolor);
}
.p-calendar-appointment-clientAdd_button {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-clientAdd_button::after {
  border-bottom: 1px dashed;
  content: ' ';
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
body .p-calendar-appointment-clientAdd_button::after {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clientAdd_button::after {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-clientAdd_button::after {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clientAdd_button::after {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clientAdd_button::after {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clientAdd_button::after {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clientAdd_button::after {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clientAdd_button::after {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-clientAdd_button:active {
  padding-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-clientAdd_button:active {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-clientAdd_button:active {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-clientAdd_button:active {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-clientAdd_button:active {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-clientAdd_button:active {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-clientAdd_button:active {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-clientAdd_button:active {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-clientAdd_button:active {
  color: var(--versioncolor3);
}
.p-calendar-appointment-clientAdd_button:active::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-clientAdd_button:active::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-calendar-appointment-clientAdd_button:active::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-clientAdd_button:active::after {
  border-color: var(--versioncolor3);
}
body._health .p-calendar-appointment-clientAdd_button:active::after {
  border-color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-clientAdd_button:active::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-clientAdd_button:active::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-clientAdd_button:active::after {
  border-color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-clientAdd_button:active::after {
  border-color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-clientAdd_button:active::after {
  border-color: var(--versioncolor3);
}
.p-calendar-appointment-clientAdd_button._icon {
  margin-left: 24px;
}
.p-calendar-appointment-clientAdd_button._icon::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 2px;
  margin: -1px 0 0 -20px;
  position: absolute;
  right: 100%;
  text-align: center;
  top: 50%;
  width: 20px;
}
.p-calendar-appointment-clientAdd_button._icon:active::before {
  margin-top: 0;
}
.p-calendar-appointment-clientAdd_button._add::before {
  content: '\e60d';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clientAdd_button._cancel::before {
  content: '\e60e';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-abonement {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 16px 0 0;
  padding: 0 24px;
}
.p-calendar-appointment-abonement-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-calendar-appointment-abonement-title_t {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 0 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.p-calendar-appointment-abonement-title_error {
  margin: 0 0 0 16px;
  font-size: 15px;
  position: relative;
  padding: 0 0 0 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ff9c9c;
}
.p-calendar-appointment-abonement-title_error::before {
  content: '\e62f';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  font-size: 24px;
  margin: -1px 0 0;
}
.p-calendar-appointment-abonement-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-abonement-info_i {
  font-size: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  color: #b4b4b4;
}
.p-calendar-appointment-abonement-info_i + .p-calendar-appointment-abonement-info_i {
  padding: 0 0 0 12px;
}
.p-calendar-appointment-abonement-info_i strong {
  color: #000;
  font-weight: 600;
}
.p-calendar-appointment-abonementAC {
  position: relative;
  width: 480px;
  border: 1px solid;
  border-radius: 4px;
  background: #fff;
  z-index: 1;
}
body .p-calendar-appointment-abonementAC {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-abonementAC {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-abonementAC {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-abonementAC {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-abonementAC {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-abonementAC {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-abonementAC {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-abonementAC {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-abonementAC_title {
  position: relative;
  padding: 0 0 0 32px;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  margin: 12px 0;
}
.p-calendar-appointment-abonementAC_title strong {
  font-weight: 600;
}
.p-calendar-appointment-abonementAC_title::before {
  content: '\e63E';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 20px;
  margin: -1px 0 0;
  line-height: 2px;
  font-size: 20px;
}
body .p-calendar-appointment-abonementAC_title::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-abonementAC_title::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-abonementAC_title::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-abonementAC_title::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-abonementAC_title::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-abonementAC_title::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-abonementAC_title::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-abonementAC_title::before {
  color: var(--versioncolor);
}
.p-calendar-appointment-abonementAC-list {
  border-top: 1px solid #d8d8d8;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}
.p-calendar-appointment-abonementAC-list_i {
  padding: 8px 0;
}
.p-calendar-appointment-abonementAC-list_i + .p-calendar-appointment-abonementAC-list_i {
  border-top: 1px solid #e2e2e2;
}
.p-calendar-appointment-abonementAC-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor);
  position: relative;
  font-size: 15px;
  padding: 0 0 4px 32px;
}
.p-calendar-appointment-abonementAC-item_name strong {
  font-weight: 600;
}
.p-calendar-appointment-abonementAC-item_name::before {
  content: '\e63E';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 20px;
  margin: -1px 0 0;
  line-height: 2px;
  font-size: 20px;
}
body .p-calendar-appointment-abonementAC-item_name::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-abonementAC-item_name::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-abonementAC-item_name::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-abonementAC-item_name::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-abonementAC-item_name::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-abonementAC-item_name::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-abonementAC-item_name::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-abonementAC-item_name::before {
  color: var(--versioncolor);
}
body .p-calendar-appointment-abonementAC-item:hover .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-abonementAC-item:hover .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-abonementAC-item:hover .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-abonementAC-item:hover .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-abonementAC-item:hover .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-abonementAC-item:hover .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-abonementAC-item:hover .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-abonementAC-item:hover .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor);
}
body .p-calendar-appointment-abonementAC-item:active .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-abonementAC-item:active .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-abonementAC-item:active .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-abonementAC-item:active .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-abonementAC-item:active .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-abonementAC-item:active .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-abonementAC-item:active .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-abonementAC-item:active .p-calendar-appointment-abonementAC-item_name {
  color: var(--versioncolor3);
}
.p-calendar-appointment-abonementAC-item_name {
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-abonementAC-item:hover .p-calendar-appointment-abonementAC-item_name {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.p-calendar-appointment-abonementAC-item:active .p-calendar-appointment-abonementAC-item_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-abonementAC-item_property {
  color: #888;
  font-size: 13px;
  padding: 0 0 0 32px;
}
.p-calendar-appointment-abonementAC-item_property strong {
  font-weight: 400;
  color: #000;
}
.p-calendar-appointment-abonementAC-item_property strong + strong::before {
  content: ', ';
}
.p-calendar-appointment-abonementAC_close {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
body .p-calendar-appointment-abonementAC_close {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-abonementAC_close {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-abonementAC_close {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-abonementAC_close {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-abonementAC_close {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-abonementAC_close {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-abonementAC_close {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-abonementAC_close {
  color: var(--versioncolor);
}
.p-calendar-appointment-abonementAC_close::after {
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  margin: -1px 0 0;
  font-size: 32px;
  line-height: 2px;
}
.p-calendar-appointment .customElement_cr {
  position: relative;
  width: 200px;
}
.p-calendar-appointment .customElement_field {
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 200px;
  text-overflow: ellipsis;
}
body .p-calendar-appointment .customElement_field {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment .customElement_field {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment .customElement_field {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment .customElement_field {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment .customElement_field {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment .customElement_field {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment .customElement_field {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment .customElement_field {
  color: var(--versioncolor);
}
.p-calendar-appointment .customElement_field:disabled {
  cursor: not-allowed;
}
.p-calendar-appointment .customElement-dropdown {
  position: absolute;
  top: -12px;
  left: -12px;
  background: #fff;
}
.p-calendar-appointment-chooseAbonement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-calendar-appointment-chooseAbonement_cr {
  margin: 80px 0 0;
  position: relative;
  border-radius: 4px;
  border: 1px solid;
  background: #fff;
  width: 612px;
  padding: 12px 12px 0;
}
body .p-calendar-appointment-chooseAbonement_cr {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-chooseAbonement_cr {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-chooseAbonement_cr {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-chooseAbonement_cr {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-chooseAbonement_cr {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-chooseAbonement_cr {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-chooseAbonement_cr {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-chooseAbonement_cr {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-chooseAbonement-client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-calendar-appointment-chooseAbonement-client_t {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
}
.p-calendar-appointment-chooseAbonement-client_t::before {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px solid;
  content: ' ';
}
body .p-calendar-appointment-chooseAbonement-client_t::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-chooseAbonement-client_t::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-chooseAbonement-client_t::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-chooseAbonement-client_t::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-chooseAbonement-client_t::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-chooseAbonement-client_t::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-chooseAbonement-client_t::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-chooseAbonement-client_t::before {
  color: var(--versioncolor);
}
body .p-calendar-appointment-chooseAbonement-client_t:hover::before {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-chooseAbonement-client_t:hover::before {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-chooseAbonement-client_t:hover::before {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-chooseAbonement-client_t:hover::before {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-chooseAbonement-client_t:hover::before {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-chooseAbonement-client_t:hover::before {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-chooseAbonement-client_t:hover::before {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-chooseAbonement-client_t:hover::before {
  color: var(--versioncolor3);
}
.p-calendar-appointment-chooseAbonement-client_t:active {
  top: 1px;
}
body .p-calendar-appointment-chooseAbonement-client_t:active::before {
  color: var(--versioncolor4);
}
body._beauty .p-calendar-appointment-chooseAbonement-client_t:active::before {
  color: var(--versioncolor4);
}
body._health .p-calendar-appointment-chooseAbonement-client_t:active::before {
  color: var(--versioncolor4);
}
body._smile .p-calendar-appointment-chooseAbonement-client_t:active::before {
  color: var(--versioncolor4);
}
body._happiness .p-calendar-appointment-chooseAbonement-client_t:active::before {
  color: var(--versioncolor4);
}
body._velocity .p-calendar-appointment-chooseAbonement-client_t:active::before {
  color: var(--versioncolor4);
}
body._friend .p-calendar-appointment-chooseAbonement-client_t:active::before {
  color: var(--versioncolor4);
}
body._strength .p-calendar-appointment-chooseAbonement-client_t:active::before {
  color: var(--versioncolor4);
}
.p-calendar-appointment-chooseAbonement-client_t {
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-chooseAbonement-client_t:hover::before {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.p-calendar-appointment-chooseAbonement-client_t:active::before {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-chooseAbonement-memo {
  margin: 12px 0;
}
.p-calendar-appointment-chooseAbonement-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-calendar-appointment-chooseAbonement-title_name {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.p-calendar-appointment-chooseAbonement-title_name::before {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  margin: -1px 0 0;
  content: '\e63E';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
body .p-calendar-appointment-chooseAbonement-title_name::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-chooseAbonement-title_name::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-chooseAbonement-title_name::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-chooseAbonement-title_name::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-chooseAbonement-title_name::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-chooseAbonement-title_name::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-chooseAbonement-title_name::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-chooseAbonement-title_name::before {
  color: var(--versioncolor);
}
.p-calendar-appointment-chooseAbonement-title-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 12px;
}
.p-calendar-appointment-chooseAbonement-title-button_t {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
}
body .p-calendar-appointment-chooseAbonement-title-button_t {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-chooseAbonement-title-button_t {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-chooseAbonement-title-button_t {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-chooseAbonement-title-button_t {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-chooseAbonement-title-button_t {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-chooseAbonement-title-button_t {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-chooseAbonement-title-button_t {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-chooseAbonement-title-button_t {
  color: var(--versioncolor);
}
.p-calendar-appointment-chooseAbonement-title-button_t::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-calendar-appointment-chooseAbonement-title-button_t:hover {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-chooseAbonement-title-button_t:hover {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-chooseAbonement-title-button_t:hover {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-chooseAbonement-title-button_t:hover {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-chooseAbonement-title-button_t:hover {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-chooseAbonement-title-button_t:hover {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-chooseAbonement-title-button_t:hover {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-chooseAbonement-title-button_t:hover {
  color: var(--versioncolor3);
}
.p-calendar-appointment-chooseAbonement-title-button_t:active {
  top: 1px;
}
body .p-calendar-appointment-chooseAbonement-title-button_t:active {
  color: var(--versioncolor4);
}
body._beauty .p-calendar-appointment-chooseAbonement-title-button_t:active {
  color: var(--versioncolor4);
}
body._health .p-calendar-appointment-chooseAbonement-title-button_t:active {
  color: var(--versioncolor4);
}
body._smile .p-calendar-appointment-chooseAbonement-title-button_t:active {
  color: var(--versioncolor4);
}
body._happiness .p-calendar-appointment-chooseAbonement-title-button_t:active {
  color: var(--versioncolor4);
}
body._velocity .p-calendar-appointment-chooseAbonement-title-button_t:active {
  color: var(--versioncolor4);
}
body._friend .p-calendar-appointment-chooseAbonement-title-button_t:active {
  color: var(--versioncolor4);
}
body._strength .p-calendar-appointment-chooseAbonement-title-button_t:active {
  color: var(--versioncolor4);
}
.p-calendar-appointment-chooseAbonement-title-button._icon_cross .p-calendar-appointment-chooseAbonement-title-button_t {
  padding-left: 20px;
}
.p-calendar-appointment-chooseAbonement-title-button._icon_cross .p-calendar-appointment-chooseAbonement-title-button_t::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  line-height: 2px;
  margin: -1px 0 0;
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-calendar-appointment-chooseAbonement-title-button._icon_cross .p-calendar-appointment-chooseAbonement-title-button_t::after {
  left: 24px;
}
.p-calendar-appointment-chooseAbonement-title-button_t {
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-chooseAbonement-title-button_t:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.p-calendar-appointment-chooseAbonement-title-button_t:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-chooseAbonement-properties {
  margin: 0 0 0 24px;
}
.p-calendar-appointment-chooseAbonement_property {
  color: #888;
  font-size: 13px;
}
.p-calendar-appointment-chooseAbonement_property strong {
  font-weight: 600;
  color: #000;
}
.p-calendar-appointment-chooseAbonement_property strong + strong::before {
  content: ', ';
}
.p-calendar-appointment-chooseAbonement-noAbonement {
  padding: 0 0 12px;
}
.p-calendar-appointment-chooseAbonement-chosenAbonement {
  padding: 0 0 12px;
}
.p-calendar-appointment-chooseAbonement-abonementList {
  margin: 0 -8px;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}
.p-calendar-appointment-chooseAbonement-abonementList_i + .p-calendar-appointment-chooseAbonement-abonementList_i {
  border-top: 1px solid #e2e2e2;
}
.p-calendar-appointment-chooseAbonement-abonementItem {
  padding: 8px 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-calendar-appointment-chooseAbonement-abonementItem.active {
  background-color: #e1e1e14a;
}
.p-calendar-appointment-chooseAbonement-abonementItem.selected {
  background-color: #e6e6e6;
}

.p-calendar-appointment-chooseAbonement-abonementItem._chosen {
  background-color: #C0C0C0;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-calendar-appointment-chooseAbonement-abonementItem_name {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 24px;
  line-height: 24px;
  color: var(--versioncolor);
}
body .p-calendar-appointment-chooseAbonement-abonementItem._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-chooseAbonement-abonementItem._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-chooseAbonement-abonementItem._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-chooseAbonement-abonementItem._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-chooseAbonement-abonementItem._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-chooseAbonement-abonementItem._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-chooseAbonement-abonementItem._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-chooseAbonement-abonementItem._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
.p-calendar-appointment-chooseAbonement-abonementItem_name::before {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  margin: -1px 0 0;
  content: '\e63E';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.p-calendar-appointment-chooseAbonement-abonementItem._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name::before {
  content: '\e606';
  font-family: 'clientix-icons';
}
body .p-calendar-appointment-chooseAbonement-abonementItem:hover .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-chooseAbonement-abonementItem:hover .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-chooseAbonement-abonementItem:hover .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-chooseAbonement-abonementItem:hover .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-chooseAbonement-abonementItem:hover .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-chooseAbonement-abonementItem:hover .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-chooseAbonement-abonementItem:hover .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-chooseAbonement-abonementItem:hover .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body .p-calendar-appointment-chooseAbonement-abonementItem:hover._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-chooseAbonement-abonementItem:hover._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-chooseAbonement-abonementItem:hover._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-chooseAbonement-abonementItem:hover._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-chooseAbonement-abonementItem:hover._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-chooseAbonement-abonementItem:hover._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-chooseAbonement-abonementItem:hover._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-chooseAbonement-abonementItem:hover._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body .p-calendar-appointment-chooseAbonement-abonementItem:active .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-chooseAbonement-abonementItem:active .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-chooseAbonement-abonementItem:active .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-chooseAbonement-abonementItem:active .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-chooseAbonement-abonementItem:active .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-chooseAbonement-abonementItem:active .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-chooseAbonement-abonementItem:active .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-chooseAbonement-abonementItem:active .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor3);
}
body .p-calendar-appointment-chooseAbonement-abonementItem:active._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-chooseAbonement-abonementItem:active._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-chooseAbonement-abonementItem:active._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-chooseAbonement-abonementItem:active._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-chooseAbonement-abonementItem:active._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-chooseAbonement-abonementItem:active._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-chooseAbonement-abonementItem:active._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-chooseAbonement-abonementItem:active._chosen .p-calendar-appointment-chooseAbonement-abonementItem_name {
  color: var(--versioncolor);
}
.p-calendar-appointment-chooseAbonement-abonementItem_name {
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-chooseAbonement-abonementItem:hover .p-calendar-appointment-chooseAbonement-abonementItem_name {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.p-calendar-appointment-chooseAbonement-abonementItem:active .p-calendar-appointment-chooseAbonement-abonementItem_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-chooseAbonement_close {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
body .p-calendar-appointment-chooseAbonement_close {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-chooseAbonement_close {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-chooseAbonement_close {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-chooseAbonement_close {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-chooseAbonement_close {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-chooseAbonement_close {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-chooseAbonement_close {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-chooseAbonement_close {
  color: var(--versioncolor);
}
.p-calendar-appointment-chooseAbonement_close::after {
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  margin: -1px 0 0;
  font-size: 32px;
  line-height: 2px;
}
.p-calendar-appointment .customElement_field {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  padding: 0;
  outline: 0;
  background: none;
}
.p-calendar-appointment .customElement_field::-webkit-input-placeholder {
  opacity: 1;
}
.p-calendar-appointment .customElement_field::-moz-placeholder {
  opacity: 1;
}
.p-calendar-appointment .customElement_field:-ms-input-placeholder {
  opacity: 1;
}
.p-calendar-appointment .customElement_field::placeholder {
  opacity: 1;
}
body .p-calendar-appointment .customElement_field::-webkit-input-placeholder {
  color: var(--versioncolor);
}
body .p-calendar-appointment .customElement_field::-moz-placeholder {
  color: var(--versioncolor);
}
body .p-calendar-appointment .customElement_field:-ms-input-placeholder {
  color: var(--versioncolor);
}
body .p-calendar-appointment .customElement_field::placeholder {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment .customElement_field::-webkit-input-placeholder {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment .customElement_field::-moz-placeholder {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment .customElement_field:-ms-input-placeholder {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment .customElement_field::placeholder {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment .customElement_field::-webkit-input-placeholder {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment .customElement_field::-moz-placeholder {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment .customElement_field:-ms-input-placeholder {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment .customElement_field::placeholder {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment .customElement_field::-webkit-input-placeholder {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment .customElement_field::-moz-placeholder {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment .customElement_field:-ms-input-placeholder {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment .customElement_field::placeholder {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment .customElement_field::-webkit-input-placeholder {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment .customElement_field::-moz-placeholder {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment .customElement_field:-ms-input-placeholder {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment .customElement_field::placeholder {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment .customElement_field::-webkit-input-placeholder {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment .customElement_field::-moz-placeholder {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment .customElement_field:-ms-input-placeholder {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment .customElement_field::placeholder {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment .customElement_field::-webkit-input-placeholder {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment .customElement_field::-moz-placeholder {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment .customElement_field:-ms-input-placeholder {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment .customElement_field::placeholder {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment .customElement_field::-webkit-input-placeholder {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment .customElement_field::-moz-placeholder {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment .customElement_field:-ms-input-placeholder {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment .customElement_field::placeholder {
  color: var(--versioncolor);
}
.p-calendar-appointment .customElement-dropdown {
  display: none;
}
.p-calendar-appointment .customElement._active .customElement-dropdown {
  display: block;
}
.p-calendar-appointment-validationMessages {
  position: relative;
  margin: 12px 0 0;
  background-color: #fde9e4;
  border-radius: 4px;
  padding: 0 12px;
}

.p-calendar-appointment-validationMessages.mdlpMessages{
  background-color: #fde676;
  color:black;
}
.p-calendar-appointment-validationMessages.mdlpMessages.mdlpCodeSet{
  background-color: #77C079 ;

}

.p-calendar-appointment-validationMessages.mdlpMessages.mdlpCodeSet .js_mdlpCodeRemove {
  text-decoration: underline;
  cursor:pointer;
}


.p-calendar-appointment-validationMessages.mdlpMessages.mdlpCodeSet .js_mdlpCodeRemove:hover{

  text-decoration: line-through	;
}


.p-calendar-appointment-validationMessages.mdlpMessages.mdlpCodeSet .js_mdlpCodeRemove.remove {
  text-decoration: none;
}

.p-calendar-appointment-validationMessages.mdlpMessages.mdlpCodeSet .js_mdlpCodeRemove.remove:after {
  content: ' Удалить?';
  text-decoration: none;
}

.p-calendar-appointment-validationMessages._close {
  padding-right: 32px;
}
.p-calendar-appointment-validationMessages-items_i + .p-calendar-appointment-validationMessages-items_i {
  border-top: 1px solid #f3c2be;
}
.p-calendar-appointment-validationMessages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-validationMessages-item_c {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-validationMessages-item_c._grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-validationMessages-item_message {
  color: #d46262;
  font-size: 14px;
  padding: 0 8px 0 0;
}
.p-calendar-appointment-validationMessages_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-calendar-appointment-validationMessages_close::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d46262;
  font-size: 20px;
  margin: -1px 0 0;
  line-height: 2px;
  text-align: center;
}
.p-calendar-appointment_shader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-calendar-appointment_shader._visible {
  display: block;
}
.p-calendar-appointment-clients-listItem2 {
  border-radius: 4px;
  border: 1px solid #fdcdc2;
  position: relative;
}
.p-calendar-appointment-clients-listItem2._green {
  border-color: #a4ebdf;
}
.p-calendar-appointment-clients-listItem2-form {
  z-index: 100;
  background: #fff;
  position: absolute;
  top: 40px;
  right: -1px;
  left: -1px;
  border-radius: 4px;
  border: 1px solid;
  padding: 0 8px 8px 8px;
  display: none;
}
body .p-calendar-appointment-clients-listItem2-form {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-form {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-form {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-form {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-form {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-form {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-form {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-form {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2._form .p-calendar-appointment-clients-listItem2-form {
  display: block;
}
.p-calendar-appointment-clients-listItem2-top {
  padding: 8px 8px 0;
}
.p-calendar-appointment-clients-listItem2-top-parts {
  margin: 0 0 0 -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-clients-listItem2-top-parts_p {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-clients-listItem2-top-parts_p._grow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  min-width: 66.66%;
}
.p-calendar-appointment-clients-listItem2-client-parts {
  margin: 0 0 0 -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-calendar-appointment-clients-listItem2-client-parts_p {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-clients-listItem2-client-parts_p._grow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  min-width: 50%;
}
.p-calendar-appointment-clients-listItem2-client-name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-calendar-appointment-clients-listItem2-client-name_number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 14px;
  color: #b4b4b4;
  width: 20px;
}
.p-calendar-appointment-clients-listItem2-client-name_t {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 16px;
}
body .p-calendar-appointment-clients-listItem2-client-name_t:hover {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-client-name_t:hover {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-client-name_t:hover {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-client-name_t:hover {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-client-name_t:hover {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-client-name_t:hover {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-client-name_t:hover {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-client-name_t:hover {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2-client-name_t::before {
  position: absolute;
  bottom: 0;
  right: 16px;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-calendar-appointment-clients-listItem2-client-name_t::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-client-name_t::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-client-name_t::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-client-name_t::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-client-name_t::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-client-name_t::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-client-name_t::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-client-name_t::before {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2-client-name_t::after {
  content: '\e62d';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 2px;
  font-size: 16px;
  width: 16px;
}
.p-calendar-appointment-clients-listItem2-client-name_t._dropdown::after {
  content: '\e62e';
  font-family: 'clientix-icons';
}
body .p-calendar-appointment-clients-listItem2-client-name_t:hover::before {
  color: var(--versioncolor3);
}
body._beauty .p-calendar-appointment-clients-listItem2-client-name_t:hover::before {
  color: var(--versioncolor3);
}
body._health .p-calendar-appointment-clients-listItem2-client-name_t:hover::before {
  color: var(--versioncolor3);
}
body._smile .p-calendar-appointment-clients-listItem2-client-name_t:hover::before {
  color: var(--versioncolor3);
}
body._happiness .p-calendar-appointment-clients-listItem2-client-name_t:hover::before {
  color: var(--versioncolor3);
}
body._velocity .p-calendar-appointment-clients-listItem2-client-name_t:hover::before {
  color: var(--versioncolor3);
}
body._friend .p-calendar-appointment-clients-listItem2-client-name_t:hover::before {
  color: var(--versioncolor3);
}
body._strength .p-calendar-appointment-clients-listItem2-client-name_t:hover::before {
  color: var(--versioncolor3);
}
.p-calendar-appointment-clients-listItem2-client-name_t:active {
  top: 1px;
}
body .p-calendar-appointment-clients-listItem2-client-name_t:active::before {
  color: var(--versioncolor4);
}
body._beauty .p-calendar-appointment-clients-listItem2-client-name_t:active::before {
  color: var(--versioncolor4);
}
body._health .p-calendar-appointment-clients-listItem2-client-name_t:active::before {
  color: var(--versioncolor4);
}
body._smile .p-calendar-appointment-clients-listItem2-client-name_t:active::before {
  color: var(--versioncolor4);
}
body._happiness .p-calendar-appointment-clients-listItem2-client-name_t:active::before {
  color: var(--versioncolor4);
}
body._velocity .p-calendar-appointment-clients-listItem2-client-name_t:active::before {
  color: var(--versioncolor4);
}
body._friend .p-calendar-appointment-clients-listItem2-client-name_t:active::before {
  color: var(--versioncolor4);
}
body._strength .p-calendar-appointment-clients-listItem2-client-name_t:active::before {
  color: var(--versioncolor4);
}
.p-calendar-appointment-clients-listItem2-client-name_t {
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-calendar-appointment-clients-listItem2-client-name_t:hover::before {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.p-calendar-appointment-clients-listItem2-client-name_t:active::before {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-calendar-appointment-clients-listItem2-client-phone {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-clients-listItem2-client-phone_t {
  font-size: 13px;
  color: #b4b4b4;
  white-space: nowrap;
  line-height: 1.1;
}
.p-calendar-appointment-clients-listItem2-invoice {
  position: relative;
  padding: 0 0 0 20px;
  color: #fdcdc2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-clients-listItem2-invoice::before {
  position: absolute;
  top: 50%;
  line-height: 2px;
  left: 0;
  margin: -1px 0 0;
  content: '\e614';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 16px;
}
.p-calendar-appointment-clients-listItem2._green .p-calendar-appointment-clients-listItem2-invoice::before {
  content: '\e611';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-calendar-appointment-clients-listItem2-invoice_t {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.p-calendar-appointment-clients-listItem2-status {
  position: relative;
  padding: 0 0 0 20px;
  color: #fdcdc2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-clients-listItem2-status._edit {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .p-calendar-appointment-clients-listItem2-status._edit:hover {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-status._edit:hover {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-status._edit:hover {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-status._edit:hover {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-status._edit:hover {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-status._edit:hover {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-status._edit:hover {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-status._edit:hover {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2._green .p-calendar-appointment-clients-listItem2-status {
  color: #a4ebdf;
}
.p-calendar-appointment-clients-listItem2-status::before {
  position: absolute;
  top: 50%;
  line-height: 2px;
  left: 0;
  margin: -1px 0 0;
  content: '\e614';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 0;
  font-size: 16px;
}
.p-calendar-appointment-clients-listItem2._green .p-calendar-appointment-clients-listItem2-status::before {
  content: '\e611';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-calendar-appointment-clients-listItem2-status_t {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.p-calendar-appointment-clients-listItem2-status._edit .p-calendar-appointment-clients-listItem2-status_t::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: '';
}
.p-calendar-appointment-clients-listItem2-status_edit {
  margin: 0 0 0 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  width: 18px;
  height: 18px;
}
.p-calendar-appointment-clients-listItem2-status_edit::before {
  content: '\e60f';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  font-size: 16px;
  margin: -1px 0 0;
}
body .p-calendar-appointment-clients-listItem2-status_edit::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-status_edit::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-status_edit::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-status_edit::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-status_edit::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-status_edit::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-status_edit::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-status_edit::before {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2-status-actions {
  display: none;
  position: absolute;
  top: 0;
  left: -110px;
  z-index: 1;
  margin: -16px 0 0 0;
  border: 1px solid;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
body .p-calendar-appointment-clients-listItem2-status-actions {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-status-actions {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-status-actions {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-status-actions {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-status-actions {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-status-actions {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-status-actions {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-status-actions {
  border-color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2._status .p-calendar-appointment-clients-listItem2-status-actions {
  display: block;
}
.p-calendar-appointment-clients-listItem2-status-actions-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-calendar-appointment-clients-listItem2-status-actions-items_i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-calendar-appointment-clients-listItem2-status-actions-items_i + .p-calendar-appointment-clients-listItem2-status-actions-items_i {
  border-left: 1px solid #d8d8d8;
}
.p-calendar-appointment-clients-listItem2-status-actions-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  padding: 0 8px 0 32px;
  -webkit-box-shadow: 0 2px 2px -1px transparent inset;
          box-shadow: 0 2px 2px -1px transparent inset;
  white-space: nowrap;
  color: #444;
}
.p-calendar-appointment-clients-listItem2-status-actions-item._icon {
  text-align: center;
}
.p-calendar-appointment-clients-listItem2-status-actions-item._icon::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 8px;
  line-height: 2px;
  font-size: 18px;
  margin: -1px 0 0;
  width: 20px;
}
.p-calendar-appointment-clients-listItem2-status-actions-item._icon_cross::before {
  content: '\e60e';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-listItem2._red .p-calendar-appointment-clients-listItem2-status-actions-item._icon_calendar::before {
  content: '\e611';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-listItem2._green .p-calendar-appointment-clients-listItem2-status-actions-item._icon_calendar::before {
  content: '\e614';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-listItem2-status-actions-item._color_red {
  color: #ff9c9c;
}
.p-calendar-appointment-clients-listItem2._green .p-calendar-appointment-clients-listItem2-status-actions-item._color_status::before {
  color: #ff9c9c;
}
.p-calendar-appointment-clients-listItem2._red .p-calendar-appointment-clients-listItem2-status-actions-item._color_status::before {
  color: #a4ebdf;
}
.p-calendar-appointment-clients-listItem2-status-actions-item:hover {
  background: #fafafa;
  -webkit-box-shadow: 0 2px 2px -1px rgba(255,255,255,0.5) inset;
          box-shadow: 0 2px 2px -1px rgba(255,255,255,0.5) inset;
}
.p-calendar-appointment-clients-listItem2-status-actions-item:active {
  padding-top: 1px;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1) inset;
          box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1) inset;
}
.p-calendar-appointment-clients-listItem2-status-actions-item_t {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.p-calendar-appointment-clients-listItem2-dropdown {
  background: #fafafa;
  padding: 8px 0;
  margin: 8px 0 -8px;
  border-top: 1px solid #eaeaea;
}
.p-calendar-appointment-clients-listItem2-dropdown_content {
  padding: 0 8px;
}
.p-calendar-appointment-clients-listItem2-memo {
  margin: 0 8px;
}
.p-calendar-appointment-clients-listItem2-financial {
  margin: 8px -16px 0;
}
.p-calendar-appointment-clients-listItem2-phone {
  margin: 0 8px 8px;
}
.p-calendar-appointment-clients-listItem2-abonement {
  margin: 4px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar-appointment-clients-listItem2-abonement_t {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 13px;
  position: relative;
  padding: 0 0 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .p-calendar-appointment-clients-listItem2-abonement_t {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-abonement_t {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-abonement_t {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-abonement_t {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-abonement_t {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-abonement_t {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-abonement_t {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-abonement_t {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2-data {
  margin: 8px 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  border-top: 1px solid #eaeaea;
}
.p-calendar-appointment-clients-listItem2-data-parts {
  margin: 0 0 0 -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.p-calendar-appointment-clients-listItem2-data-parts_p {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex-basis: 33.33%;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-calendar-appointment-clients-listItem2-data-label {
  position: relative;
  color: #b4b4b4;
}
.p-calendar-appointment-clients-listItem2-data-label._icon_abonement {
  padding: 0 0 0 20px;
}
.p-calendar-appointment-clients-listItem2-data-label._icon_abonement::before {
  content: '\e63E';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  font-size: 14px;
  margin: -1px 0 0;
}
.p-calendar-appointment-clients-listItem2-data-label._icon_group {
  padding: 0 0 0 20px;
}
.p-calendar-appointment-clients-listItem2-data-label._icon_group::before {
  content: '\e60f';
  font-family: 'materials';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  font-size: 14px;
  margin: -1px 0 0;
}
.p-calendar-appointment-clients-listItem2-data-label._icon_source {
  padding: 0 0 0 20px;
}
.p-calendar-appointment-clients-listItem2-data-label._icon_source::before {
  content: '\e619';
  font-family: 'materials';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  font-size: 14px;
  margin: -1px 0 0;
}
.p-calendar-appointment-clients-listItem2-data-label._color_gray {
  color: #8f979b !important;
}
body .p-calendar-appointment-clients-listItem2-data-label._color_theme {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-data-label._color_theme {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-data-label._color_theme {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-data-label._color_theme {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-data-label._color_theme {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-data-label._color_theme {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-data-label._color_theme {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-data-label._color_theme {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2-data-label._icon_warning::before {
  content: '\e62f';
  font-family: 'clientix-icons';
}
.p-calendar-appointment-clients-listItem2-data-label_t {
  font-size: 12px;
}
.p-calendar-appointment-clients-listItem2-data-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-weight: 600;
  padding: 0 20px 0 0;
  position: relative;
}
.p-calendar-appointment-clients-listItem2-data-value._color_theme {
  font-weight: 400;
}
body .p-calendar-appointment-clients-listItem2-data-value._color_theme {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-data-value._color_theme {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-data-value._color_theme {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-data-value._color_theme {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-data-value._color_theme {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-data-value._color_theme {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-data-value._color_theme {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-data-value._color_theme {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2-data-value._edit {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-calendar-appointment-clients-listItem2-data-value_t {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-calendar-appointment-clients-listItem2-data-value._edit .p-calendar-appointment-clients-listItem2-data-value_t::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: '';
}
body .p-calendar-appointment-clients-listItem2-data-value._edit .p-calendar-appointment-clients-listItem2-data-value_t::before {
  border-color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-data-value._edit .p-calendar-appointment-clients-listItem2-data-value_t::before {
  border-color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-data-value._edit .p-calendar-appointment-clients-listItem2-data-value_t::before {
  border-color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-data-value._edit .p-calendar-appointment-clients-listItem2-data-value_t::before {
  border-color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-data-value._edit .p-calendar-appointment-clients-listItem2-data-value_t::before {
  border-color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-data-value._edit .p-calendar-appointment-clients-listItem2-data-value_t::before {
  border-color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-data-value._edit .p-calendar-appointment-clients-listItem2-data-value_t::before {
  border-color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-data-value._edit .p-calendar-appointment-clients-listItem2-data-value_t::before {
  border-color: var(--versioncolor);
}
body .p-calendar-appointment-clients-listItem2-data-value._edit:hover .p-calendar-appointment-clients-listItem2-data-value_t {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-data-value._edit:hover .p-calendar-appointment-clients-listItem2-data-value_t {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-data-value._edit:hover .p-calendar-appointment-clients-listItem2-data-value_t {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-data-value._edit:hover .p-calendar-appointment-clients-listItem2-data-value_t {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-data-value._edit:hover .p-calendar-appointment-clients-listItem2-data-value_t {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-data-value._edit:hover .p-calendar-appointment-clients-listItem2-data-value_t {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-data-value._edit:hover .p-calendar-appointment-clients-listItem2-data-value_t {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-data-value._edit:hover .p-calendar-appointment-clients-listItem2-data-value_t {
  color: var(--versioncolor);
}
.p-calendar-appointment-clients-listItem2-data-value_edit {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 0 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  width: 18px;
  height: 18px;
}
.p-calendar-appointment-clients-listItem2-data-value_edit::before {
  content: '\e60f';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 2px;
  font-size: 16px;
  margin: -1px 0 0;
}
body .p-calendar-appointment-clients-listItem2-data-value_edit::before {
  color: var(--versioncolor);
}
body._beauty .p-calendar-appointment-clients-listItem2-data-value_edit::before {
  color: var(--versioncolor);
}
body._health .p-calendar-appointment-clients-listItem2-data-value_edit::before {
  color: var(--versioncolor);
}
body._smile .p-calendar-appointment-clients-listItem2-data-value_edit::before {
  color: var(--versioncolor);
}
body._happiness .p-calendar-appointment-clients-listItem2-data-value_edit::before {
  color: var(--versioncolor);
}
body._velocity .p-calendar-appointment-clients-listItem2-data-value_edit::before {
  color: var(--versioncolor);
}
body._friend .p-calendar-appointment-clients-listItem2-data-value_edit::before {
  color: var(--versioncolor);
}
body._strength .p-calendar-appointment-clients-listItem2-data-value_edit::before {
  color: var(--versioncolor);
}
@-webkit-keyframes calendar-appointment_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes calendar-appointment_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-calendar-appointment-log-title{
  display: flex;
  font-size: 14px;
  margin-bottom: 30px;
}

.p-service-log-item-name{
  padding-right: 60px;
  flex: 0 0 56px;
  min-width: 1px;
  min-height: 1px;
}

._penta #viewEditAppointment div:not(:last-child) {
  display:none;
}


.jsPanelFourth .jsPage:empty {
  display:none;
}

._trio:not(._quadro) #viewEditAppointment div:not(:last-child) {
  display: none;
}
.p-service-log-item-name:first-child{
  margin-left: 20px;
}

.p-avaliable-discounts-item-name{
  padding-right: 80px;
  flex: 0 0 105px;
  min-width: 1px;
  min-height: 1px;
}

.p-avaliable-discounts-item-name:first-child{
  margin-left: 20px;
}

#avaliableDiscountsFilter{
  position: relative;
  padding-top: 20px;
  margin-left: 8px;
}

#serviceAvaliableDiscounts{
  position: relative;
}

.p-statesHistory-log-title{
  display: flex;
  font-size: 14px;
  margin-bottom: 30px;
}

.p-statesHistory-item-name{
  padding-right: 60px;
  flex: 0 0 125px;
  min-width: 1px;
  min-height: 1px;
}

.p-statesHistory-item-name:first-child{
  margin-left: 20px;
}