/* [project]/app/globals.css [app-client] (css) */
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  text-transform: none;
  appearance: button;
  cursor: pointer;
  overflow: visible;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.rbc-m-b-negative-3 {
  margin-bottom: -3px;
}

.rbc-h-full {
  height: 100%;
}

.rbc-calendar *, .rbc-calendar :before, .rbc-calendar :after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  flex: 1 0;
  min-height: 0;
  padding: 0 3px;
  font-size: 90%;
  font-weight: bold;
  overflow: hidden;
}

.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
  user-select: text;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.rbc-row-content {
  -webkit-user-select: none;
  user-select: none;
  z-index: 4;
  position: relative;
}

.rbc-row-content-scrollable {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  overflow-y: scroll;
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.rbc-toolbar .rbc-toolbar-label {
  text-align: center;
  flex-grow: 1;
  padding: 0 10px;
}

.rbc-toolbar button {
  color: #373a3c;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  padding: .375rem 1rem;
  line-height: normal;
  display: inline-block;
}

.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
  box-shadow: inset 0 3px 5px #00000020;
}

.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-toolbar button:hover {
  color: #373a3c;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  white-space: nowrap;
  display: inline-block;
}

.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 0 4px 4px 0;
}

.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px 0 0 4px;
}

.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.rbc-btn-group button + button {
  margin-left: -1px;
}

.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}

.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .rbc-toolbar {
    flex-direction: column;
  }
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  text-align: left;
  background-color: #3174ad;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 2px 5px;
}

.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}

.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}

.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px #33333380;
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-row {
  flex-direction: row;
  display: flex;
}

.rbc-row-segment {
  padding: 0 1px 1px;
}

.rbc-selected-cell {
  background-color: #0000001a;
}

.rbc-show-more {
  z-index: 4;
  color: #3174ad;
  background-color: #ffffff4d;
  height: auto;
  font-size: 85%;
  font-weight: bold;
  line-height: normal;
}

.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.rbc-month-header {
  flex-direction: row;
  display: flex;
}

.rbc-month-row {
  flex-direction: column;
  flex: 1 0 0;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  text-align: right;
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
}

.rbc-date-cell.rbc-now {
  font-weight: bold;
}

.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  flex-direction: row;
  flex: 1 0 0;
  display: flex;
  right: 1px;
  overflow: hidden;
}

.rbc-day-bg {
  flex: 1 0;
}

.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
  position: absolute;
  box-shadow: 0 5px 15px #00000040;
}

.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  flex-direction: column;
  flex: 1 0 0;
  display: flex;
  overflow: auto;
}

.rbc-agenda-view table.rbc-agenda-table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  vertical-align: top;
  padding: 5px 10px;
}

.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  text-transform: lowercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}

.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 3px 5px;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}

.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}

.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell, .rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  flex-flow: column;
  min-height: 40px;
  display: flex;
}

.rbc-time-gutter, .rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}

.rbc-day-slot .rbc-events-container {
  margin-right: 10px;
  position: absolute;
  inset: 0;
}

.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}

.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  flex-flow: column wrap;
  align-items: flex-start;
  min-height: 20px;
  max-height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.rbc-day-slot .rbc-background-event {
  opacity: .75;
}

.rbc-day-slot .rbc-event-label {
  flex: none;
  width: auto;
  padding-right: 5px;
}

.rbc-day-slot .rbc-event-content {
  word-wrap: break-word;
  flex: 1 1 0;
  width: 100%;
  height: 100%;
  min-height: 1em;
  line-height: 1;
}

.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter, .rbc-time-view-resources .rbc-time-header-gutter {
  z-index: 10;
  background-color: #fff;
  border-right: 1px solid #ddd;
  margin-right: -1px;
  position: sticky;
  left: 0;
}

.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}

.rbc-time-view-resources .rbc-time-header-content {
  flex: 1 0 0;
  min-width: auto;
}

.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}

.rbc-time-view-resources .rbc-header, .rbc-time-view-resources .rbc-day-bg {
  flex: 1 1 0;
  -ms-flex-preferred-size: 0 px;
  flex-basis: 0 px;
  width: 140px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}

.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  color: #fff;
  background-color: #00000080;
  width: 100%;
  padding: 3px;
  font-size: 75%;
  position: absolute;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  border: 1px solid #ddd;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
}

.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}

.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}

.rbc-time-view .rbc-allday-events {
  z-index: 4;
  position: relative;
}

.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  flex-direction: row;
  flex: none;
  display: flex;
}

.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-left: 1px solid #ddd;
  border-right-width: 0;
}

.rbc-time-header > .rbc-row:first-child, .rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  border-left: 1px solid #ddd;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  border-top: 2px solid #ddd;
  flex: 1 0;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.rbc-time-content > .rbc-time-gutter {
  flex: none;
}

.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-time-content > .rbc-day-slot {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.rbc-current-time-indicator {
  z-index: 3;
  pointer-events: none;
  background-color: #74ad31;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.rbc-resource-grouping.rbc-time-header-content {
  flex-direction: column;
  display: flex;
}

.rbc-resource-grouping .rbc-row .rbc-header {
  width: 141px;
}

.recharts-surface > .recharts-rectangle {
  fill: var(--accent-color);
}

.font-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.flex-content {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.w-full {
  width: 100%;
}

.auth-form {
  color: #1f364a;
  background-color: #fff;
  border-radius: 16px;
  max-width: 420px;
  margin: 20px auto;
  padding: 30px 36px 36px;
  box-shadow: 0 7px 22px #284b631f;
}

.auth-page h2 {
  text-align: center;
  letter-spacing: -.02em;
  color: var(--text-color);
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

.auth-form h2 {
  text-align: center;
  letter-spacing: -.02em;
  color: #205375;
  margin-bottom: 28px;
  font-size: 1.8rem;
  font-weight: 700;
}

.auth-form label {
  color: #495057;
  margin-bottom: 6px;
  margin-left: 2px;
  font-weight: 600;
  display: block;
}

.auth-form input {
  box-sizing: border-box;
  border: 1.7px solid #a1b1bb;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 22px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: border-color .3s;
}

.auth-form input:focus {
  border-color: #52b788;
  outline: none;
  box-shadow: 0 0 6px #86c8abcc;
}

.auth-form button {
  background-color: var(--primary-color);
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 26px;
  width: 100%;
  padding: 10px 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
}

.auth-form button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.auth-form button:hover:not(:disabled) {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #0000;
}

.error {
  color: #e63946;
  text-align: center;
  margin-bottom: 20px;
  font-size: .925rem;
  font-weight: 600;
}

.user-type-switch {
  background-color: #e8f5f0;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px 3px #0000001a;
}

.user-type-switch button {
  color: #666;
  cursor: pointer;
  z-index: 2;
  white-space: nowrap;
  background-color: #0000;
  border: none;
  border-radius: 26px;
  flex: 1;
  padding: 10px 28px;
  font-weight: 600;
  transition: all .3s;
  position: relative;
}

.user-type-switch button.active {
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 2px 8px #33b9854d;
}

.user-type-switch button:hover:not(.active) {
  color: var(--primary-color);
}

.switch-form {
  text-align: center;
  margin-top: 20px;
}

.switch-form p {
  color: #495057;
  font-size: .95rem;
}

.switch-btn {
  color: var(--primary-color);
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: underline;
}

.switch-btn:hover {
  color: var(--text-color);
}

.forgot-password-link {
  text-align: right;
  color: var(--primary-color);
  cursor: pointer;
  background: none;
  border: none;
  margin-top: -20px;
  margin-bottom: 16px;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
}

.forgot-password-link:hover {
  color: var(--text-color);
  text-decoration: underline;
}

.modal-overlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  animation: .2s ease-in fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-content {
  background-color: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 450px;
  padding: 30px;
  animation: .3s ease-out slideUp;
  box-shadow: 0 10px 40px #0003;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.forgot-password-modal h3 {
  color: var(--text-color);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.forgot-password-modal label {
  color: #495057;
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}

.forgot-password-modal input {
  box-sizing: border-box;
  border: 1.7px solid #a1b1bb;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: border-color .3s;
}

.forgot-password-modal input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 6px rgba(var(--primary-color-rgb), .3);
  outline: none;
}

.modal-actions {
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.modal-actions button {
  cursor: pointer;
  border: 2px solid var(--primary-color);
  border-radius: 26px;
  flex: 1;
  padding: 10px 20px;
  font-weight: 600;
  transition: all .3s;
}

.modal-actions button[type="submit"] {
  background-color: var(--primary-color);
  color: #fff;
}

.modal-actions button[type="submit"]:hover:not(:disabled), .modal-actions button[type="button"] {
  color: var(--primary-color);
  background-color: #0000;
}

.modal-actions button[type="button"]:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.modal-actions button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.success {
  color: #52b788;
  text-align: center;
  margin-bottom: 15px;
  font-size: .925rem;
  font-weight: 600;
}

.success-title {
  text-align: center;
  color: #52b788 !important;
}

.success-message {
  text-align: center;
  color: #495057;
  font-size: 1rem;
}

.login-link {
  text-align: center;
  margin-top: -12px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.login-link button {
  color: var(--primary-color);
  cursor: pointer;
  background: none;
  border: none;
  font-weight: 700;
  text-decoration: underline;
}

.login-link button:hover {
  color: #3e8e5a;
}

.switch-form {
  text-align: center;
  color: #495057;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.switch-form button.switch-btn {
  color: #52b788;
  cursor: pointer;
  background: none;
  border: none;
  margin-left: 6px;
  padding: 0;
  font-weight: 700;
  text-decoration: underline;
  transition: color .3s;
}

.switch-form button.switch-btn:hover {
  color: #3e8e5a;
}

.terms-and-privacy {
  align-items: baseline;
  display: flex;
}

.terms-and-privacy input {
  width: auto;
}

.client-dashboard-page {
  color: #222;
  min-height: 100vh;
  padding-bottom: 40px;
}

.dashboard-title {
  color: var(--primary-color);
  -webkit-user-select: none;
  user-select: none;
  flex-grow: 1;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
}

.dashboard-controls {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 30px 0 26px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.services-toggle-btn, .settings-toggle-btn {
  background-color: var(--primary-color);
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 26px;
  flex-shrink: 0;
  padding: 10px 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
}

.services-toggle-btn:hover, .settings-toggle-btn:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #0000;
}

.settings-toggle-btn.gear-button {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 0;
  position: relative;
}

.settings-toggle-btn.gear-button:hover {
  color: var(--primary-color);
  background-color: #0000;
}

.settings-toggle-btn.gear-button:before {
  content: "";
  box-sizing: border-box;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 -6px #fff, 0 6px #fff, 6px 0 #fff, -6px 0 #fff;
}

:root {
  --primary-color: #33b985;
  --primary-color-rgb: 51, 185, 133;
  --secondary-color: #dafffc;
  --accent-color: #00ff8820;
  --accent-secondary-color: #b7d7e8;
  --text-color: #233d4d;
  --radius: 20px;
  --gradient-bg: linear-gradient(0deg, var(--primary-color) 0%, #fff 50%, var(--primary-color) 100%);
  --gradient-bg-inv: linear-gradient(135deg, #fff -20%, var(--primary-color) 50%, #fff 120%);
  --box-shadow: 0 4px 20px rgba(var(--primary-color-rgb), .35);
}

html {
  scroll-behavior: smooth;
}

body, html, #root {
  color: var(--text-color);
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar {
  z-index: 1000;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 16px 48px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 12px #959da533;
}

.nav-logo {
  width: 8rem;
  height: auto;
}

.nav-menu {
  color: var(--text-color);
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.nav-menu li a {
  transition: color .3s;
}

.nav-menu li a:hover {
  color: var(--primary-color);
}

.nav-actions {
  align-items: center;
  gap: 16px;
  display: flex;
}

.nav-btn {
  background-color: var(--primary-color);
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 26px;
  padding: 10px 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
}

.nav-btn:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #0000;
}

.login-btn {
  background-color: var(--text-color);
  border-color: var(--text-color);
  color: #fff;
}

.login-btn:hover {
  border-color: var(--text-color);
  color: var(--text-color);
}

.hero-section {
  background: var(--gradient-bg);
  text-align: center;
  color: #fff;
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 35px 40px 80px;
  position: relative;
}

.hero-logo {
  width: 30em;
  height: auto;
  margin-bottom: 18px;
}

.hero-split {
  flex-wrap: nowrap;
  display: flex;
}

.hero-split .col-6 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-section h1 {
  letter-spacing: -.8px;
  white-space: pre-wrap;
  margin: 50px 0 18px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.3;
}

.features-section h1 {
  letter-spacing: -.8px;
  white-space: pre-wrap;
  margin: 0 0 18px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.3;
}

.hero-section .accent {
  color: #1a364d;
}

.hero-subtitle {
  letter-spacing: .18px;
  max-width: 490px;
  margin: 0 auto 32px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.cta-btn {
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: .065em;
  background: #fff;
  border-radius: 30px;
  margin-top: 1%;
  margin-bottom: 1.5%;
  padding: 14px 52px;
  font-size: 1rem;
  font-weight: 700;
  transition: background .2s, color .2s;
  display: inline-block;
  box-shadow: 0 4px 12px #00000014;
}

.cta-btn:hover {
  background: var(--text-color);
  color: #fff;
  text-decoration: none;
}

.homepage {
  background: var(--text-color);
}

.trust-bar {
  letter-spacing: .06em;
  margin-top: 28px;
  font-size: 1.25rem;
  font-weight: 400;
}

.scroll-down {
  color: var(--text-color);
  margin-top: 52px;
  font-size: 1.7rem;
  font-weight: 700;
  animation: 1.1s ease-in-out infinite alternate bounce;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(8px);
  }
}

.features-section {
  text-align: center;
  border-radius: var(--radius);
  background: #fff;
  margin: 30px 48px 48px;
  padding: 80px 32px 50px;
  box-shadow: 0 0 25px #284b630d;
}

.features-section h2 {
  color: var(--text-color);
  white-space: pre-wrap;
  margin-bottom: 70px;
  font-size: 2rem;
  font-weight: 700;
}

.features-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  display: flex;
}

.feature-card {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  cursor: default;
  border-radius: 20px;
  flex: 0 0 200px;
  padding: 26px 18px 18px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  transition: background-color .3s;
  position: relative;
  box-shadow: 0 3px 22px #1c78a008;
}

.feature-card-key {
  background-color: var(--text-color);
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5%;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -15%;
  left: -10%;
}

.feature-card .emoji {
  margin-bottom: 9px;
  font-size: 2.3rem;
}

.features-cta-btn {
  border: 2px solid var(--text-color);
  margin-top: 5%;
}

.who-and-why-section {
  background: var(--gradient-bg-inv);
  text-align: center;
  color: #fff;
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 35px 40px 50px;
  position: relative;
}

.who-and-why-section h1 {
  letter-spacing: -.8px;
  white-space: pre-wrap;
  margin: 0 0 18px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.3;
}

.who-and-why-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: center;
  align-items: stretch;
  gap: 56px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.who-and-why-card {
  flex-direction: column;
  width: 100%;
  display: flex;
  max-width: 500px !important;
}

.who-and-why-card span {
  color: var(--primary-color);
  font-size: 1.25em;
}

.who-and-why-card h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 2.2rem;
  font-weight: 800;
}

.who-and-why-card {
  max-width: 100%;
  color: var(--text-color);
  cursor: pointer;
  background: #fff;
  border-radius: 26px;
  flex-direction: column;
  height: 100%;
  padding: 30px 30px 50px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 20px 90px #1336690a;
}

.who-and-why-card h2, .who-and-why-card span {
  flex-shrink: 0;
}

.who-and-why-card ul {
  text-align: left;
  flex-grow: 1;
  margin-bottom: 24px;
  padding-left: 20px;
}

.who-and-why-card li::marker {
  color: var(--primary-color);
}

.who-and-why-cta-btn {
  margin-top: 5%;
}

.pricing-section {
  text-align: center;
  margin: 15px 60px 60px;
  padding: 20px 28px 54px;
}

.pricing-section h2 {
  color: #fff;
  margin-bottom: 42px;
  font-size: 2.4rem;
  font-weight: 700;
}

.pricing-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  display: flex;
}

.pricing-card {
  width: 320px;
  max-width: 320px;
  color: var(--text-color);
  cursor: pointer;
  background: #fff;
  border-radius: 26px;
  padding: 34px 30px 40px;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 20px 90px #1336690a;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 80px #13366933;
}

.pricing-card.best {
  border: 2px solid var(--primary-color);
  box-shadow: 0 20px 110px #34fa291c;
}

.pricing-card h3 {
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: 800;
}

.pricing-card .price {
  color: var(--primary-color);
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
}

.price-promo, .price-subtitle {
  color: #666;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 500;
}

.pricing-card ul {
  text-align: left;
  height: 275px;
  margin-bottom: 24px;
  padding-left: 20px;
}

.pricing-card li {
  margin-bottom: 12px;
  font-weight: 500;
  list-style-type: disc;
}

.pricing-card li::marker {
  color: var(--primary-color);
}

.who-and-why-card li {
  font-size: 1.25em;
  font-weight: 500;
  list-style-type: disc;
}

.pricing-btn {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  width: 150px;
  padding: 14px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  transition: background-color .25s;
  display: inline-block;
}

.pricing-btn:hover {
  background-color: var(--accent-color);
  color: var(--primary-color);
}

.pricing-disclaimer {
  color: #fff;
  margin-top: 10px;
  font-size: .9rem;
  font-weight: 400;
}

.how-section {
  background: var(--primary-color);
  color: #fff;
  border-radius: var(--radius);
  text-align: center;
  margin: 40px 160px 30px;
  padding: 70px 24px 42px;
}

.how-steps {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
  display: flex;
}

.how-step {
  border-radius: var(--radius);
  background: #ffffff26;
  min-width: 160px;
  max-width: 180px;
  padding: 24px 18px 15px;
  font-weight: 500;
}

.step-circle {
  width: 42px;
  height: 42px;
  color: var(--primary-color);
  background: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px;
  font-size: 1.45rem;
  font-weight: 800;
  display: flex;
}

.testimonial-section {
  text-align: center;
  margin: 0 32px 60px;
}

.testimonial-section h2 {
  color: #fff;
  margin-bottom: 48px;
  font-size: 2.3rem;
  font-weight: 700;
}

.testimonial-carousel-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}

.embla {
  border-radius: 20px;
  overflow: hidden;
}

.embla__container {
  gap: 20px;
  display: flex;
}

.embla__slide {
  flex: 0 0 var(--slide-size, 100%);
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 0 10px;
  display: flex;
}

.testimonial {
  background: #fff;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 280px;
  padding: 40px;
  display: flex;
  box-shadow: 0 5px 30px #539cbf1a;
}

.testimonial-stars {
  gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

blockquote {
  margin-block: 0;
  margin-inline: 0;
  color: #404b60;
  margin-top: 10px;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.6;
}

cite {
  color: var(--primary-color);
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.embla__prev, .embla__next {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 12px #0000001a;
}

.embla__prev {
  left: 0;
}

.embla__next {
  right: 0;
}

.embla__prev:hover, .embla__next:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-50%)scale(1.1);
}

.embla__prev:disabled, .embla__next:disabled {
  opacity: .3;
  cursor: not-allowed;
}

.embla__dots {
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  display: flex;
}

.embla__dot {
  cursor: pointer;
  background: #d9d9d9;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  transition: all .3s;
}

.embla__dot:hover {
  background: #a5a5a5;
  transform: scale(1.2);
}

.embla__dot--selected {
  background: var(--primary-color);
  border-radius: 6px;
  width: 32px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .who-and-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0 30px;
  }

  .hero-section {
    padding: 30px 30px 60px;
  }

  .hero-logo {
    width: 25em;
  }

  .features-section {
    margin: 30px 30px 40px;
    padding: 60px 24px 40px;
  }

  .pricing-section {
    margin: 15px 30px 40px;
  }

  .pricing-grid {
    gap: 25px;
  }

  .pricing-card {
    width: 280px;
    max-width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .testimonial-carousel-container {
    padding: 0 50px;
  }

  .embla__prev, .embla__next {
    width: 40px;
    height: 40px;
  }

  .testimonial {
    min-height: 320px;
    padding: 30px 20px;
  }

  blockquote {
    font-size: 1.1rem;
  }

  .who-and-why-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }

  .who-and-why-card {
    padding: 25px 20px 40px;
  }

  .who-and-why-card h2 {
    font-size: 1.8rem;
  }

  .who-and-why-card span, .who-and-why-card li {
    font-size: 1.1em;
  }

  .hero-section {
    padding: 25px 20px 50px;
  }

  .hero-split {
    flex-direction: column;
  }

  .hero-split .col-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-logo {
    width: 100%;
    max-width: 300px;
  }

  .hero-section h1 {
    margin: 30px 0 15px;
    font-size: 1.9rem;
  }

  .features-section h1 {
    font-size: 1.9rem;
  }

  .hero-subtitle {
    max-width: 100%;
    padding: 0 10px;
    font-size: 1.1rem;
  }

  .cta-btn {
    padding: 12px 40px;
    font-size: .9rem;
  }

  .trust-bar {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    font-size: 1rem;
    display: flex;
  }

  .scroll-down {
    margin-top: 35px;
    font-size: 1.3rem;
  }

  .features-section {
    margin: 20px 15px 30px;
    padding: 50px 20px 35px;
  }

  .features-section h2 {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }

  .features-grid {
    gap: 20px;
  }

  .feature-card {
    flex: 0 0 calc(50% - 10px);
    min-width: 150px;
    padding: 30px 15px 15px;
    font-size: 1.1rem;
  }

  .feature-card-key {
    width: 25px;
    height: 25px;
    font-size: 1.3rem;
  }

  .who-and-why-section {
    padding: 30px 20px 40px;
  }

  .who-and-why-section h1 {
    font-size: 1.9rem;
  }

  .pricing-section {
    margin: 15px 15px 40px;
    padding: 20px 15px 40px;
  }

  .pricing-section h2 {
    margin-bottom: 30px;
    font-size: 1.9rem;
  }

  .pricing-grid {
    gap: 20px;
  }

  .pricing-card {
    width: 100%;
    max-width: 100%;
    padding: 28px 24px 35px;
  }

  .pricing-card h3 {
    font-size: 1.7rem;
  }

  .pricing-card .price {
    font-size: 2.2rem;
  }

  .price-promo, .price-subtitle {
    font-size: 1.2rem;
  }

  .pricing-card ul {
    height: auto;
    min-height: 200px;
  }

  .pricing-disclaimer {
    padding: 0 10px;
    font-size: .9rem;
  }

  .faq-section {
    padding: 20px 20px 60px;
  }

  .faq-section h2 {
    margin-bottom: 35px;
    font-size: 1.9rem;
  }

  .faq-section details {
    padding: 18px;
  }

  .faq-section summary {
    font-size: 1.1rem;
  }

  .faq-section p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .hero-section h1 {
    margin: 20px 0 12px;
    font-size: 1.6rem;
  }

  .features-section h1 {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .cta-btn {
    padding: 10px 30px;
    font-size: .85rem;
  }

  .scroll-down {
    font-size: 1.1rem;
  }

  .features-section h2 {
    font-size: 1.4rem;
  }

  .feature-card {
    flex: 0 0 100%;
    font-size: 1rem;
  }

  .pricing-section h2, .who-and-why-section h1, .faq-section h2 {
    font-size: 1.6rem;
  }

  .pricing-card h3 {
    font-size: 1.5rem;
  }

  .pricing-card .price {
    font-size: 2rem;
  }

  .who-and-why-card h2 {
    font-size: 1.6rem;
  }

  .modal-content {
    max-width: 95%;
    padding: 20px;
  }

  .modal-actions {
    flex-direction: column;
  }

  .modal-actions button {
    width: 100%;
  }

  .auth-form {
    margin: 15px auto;
    padding: 25px 20px;
  }

  .auth-page h2, .auth-form h2 {
    font-size: 1.6rem;
  }
}

.faq-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 50px 80px;
}

.faq-section h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: 700;
}

.faq-section details {
  background: #fff;
  border: 1px solid #0000000d;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000014;
}

.faq-section details:hover {
  border-color: var(--primary-color);
  box-shadow: 0 4px 16px #33b98526;
}

.faq-section details[open] {
  border-color: var(--primary-color);
  box-shadow: 0 4px 20px #33b98533;
}

.faq-section details summary {
  cursor: pointer;
  color: var(--text-color);
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 24px 28px;
  font-size: 1.15rem;
  font-weight: 600;
  list-style: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.faq-section details summary::-webkit-details-marker {
  display: none;
}

.faq-section details summary:after {
  content: "+";
  color: var(--primary-color);
  background: #33b9851a;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  font-weight: 300;
  transition: transform .3s;
  display: flex;
}

.faq-section details[open] summary:after {
  content: "−";
  transform: rotate(180deg);
}

.faq-section details summary:hover {
  color: var(--primary-color);
  padding-left: 32px;
}

.faq-section details p {
  color: #555;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 28px 24px;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  animation: .3s fadeInDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 950px) {
  .faq-section {
    margin: 0 auto 30px;
    padding: 60px 20px;
  }

  .faq-section details summary {
    padding: 20px;
    font-size: 1.05rem;
  }

  .faq-section details p {
    padding: 0 20px 20px;
    font-size: 1rem;
  }

  .faq-section details summary:after {
    width: 26px;
    height: 26px;
    font-size: 1.5rem;
  }
}

.cta-bottom {
  background-color: var(--accent-color);
  text-align: center;
  border-radius: var(--radius) var(--radius) 0 0;
  margin: 0 80px -35px;
  padding: 70px 30px;
}

.cta-bottom h2 {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 700;
}

.cta-text {
  color: #1f2b34;
  margin-bottom: 26px;
  font-size: 1.2rem;
  font-weight: 500;
}

.cta-bottom-btn {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  padding: 18px 54px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s;
  box-shadow: 0 6px 15px #277a8059;
}

.cta-bottom-btn:hover {
  background-color: var(--text-color);
  color: var(--accent-color);
}

footer {
  text-align: center;
  color: #fff;
  background-color: #033d6b;
  padding: 22px;
  font-size: .85rem;
  font-weight: 400;
}

footer a {
  color: #fff;
  margin-left: 16px;
  margin-right: 16px;
  font-weight: 600;
  text-decoration: underline;
}

footer a:hover {
  color: var(--accent-color);
}

@media screen and (max-width: 850px) {
  .navbar {
    flex-wrap: wrap;
    padding: 16px 28px;
  }

  .nav-menu {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
  }

  .features-grid, .pricing-grid {
    flex-direction: column;
    align-items: center;
  }

  .how-steps {
    flex-direction: column;
  }

  .faq-section {
    margin: 0x 30px 40px 30px;
  }

  .cta-bottom {
    margin: 0 30px;
  }
}

@media screen and (max-width: 480px) {
  .navbar {
    padding: 12px 15px;
  }

  .nav-menu {
    gap: 10px;
    font-size: .9rem;
  }

  .nav-menu a {
    padding: 8px 12px;
  }
}

.profile-title {
  text-align: center;
  color: var(--primary-color);
}

.profile-section-menu {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .profile-section-menu {
    gap: 10px;
  }

  .profile-section-menu button {
    padding: 10px 16px;
    font-size: .9rem;
  }
}

@media screen and (max-width: 480px) {
  .profile-section-menu {
    flex-direction: column;
    gap: 8px;
  }

  .profile-section-menu button {
    width: 100%;
  }
}

.menu-btn {
  background-color: var(--text-color);
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--text-color);
  border-radius: 26px;
  padding: 10px 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
}

.menu-btn.active, .menu-btn:hover:not(.active) {
  border: 2px solid var(--text-color);
  color: var(--text-color);
  background-color: #0000;
}

.booking-page {
  max-width: 900px;
  box-shadow: var(--box-shadow);
  color: var(--text-color);
  background-color: #fff;
  border-radius: 14px;
  margin: 40px auto 80px;
  padding: 24px 36px 60px;
  position: relative;
}

.powered-by-slotty {
  color: var(--text-color);
  z-index: 100;
  background-color: #fffffff2;
  border: 2px solid #0000;
  border-radius: 20px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
  box-shadow: 0 4px 12px #00000026;
}

.powered-by-slotty:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #00000040;
}

.powered-by-slotty .slotty-logo-icon {
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

.powered-by-slotty span {
  color: var(--text-color);
}

.booking-header {
  text-align: center;
  justify-content: space-between;
  place-items: center;
  gap: 20px;
  margin-bottom: 36px;
  display: flex;
}

.booking-header h1 {
  color: #284b63;
  font-size: 2.2rem;
  font-weight: 700;
}

.booking-header .client-logo {
  border-radius: 12px;
  width: auto;
  height: auto;
  margin-bottom: 16px;
}

.booking-container {
  flex-direction: column;
  display: flex;
}

.progress-bar {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  display: flex;
}

.progress-bar .step {
  border-radius: var(--radius);
  border: 2px solid var(--text-color);
  background-color: var(--text-color);
  color: #fff;
  text-align: center;
  flex: 1;
  padding: 8px 6px;
  font-size: .9rem;
  font-weight: 600;
  transition: all .3s;
}

.progress-bar .step.active {
  border: 2px solid var(--text-color);
  color: var(--text-color);
  background-color: #fff;
}

.progress-bar .step.clickable:hover {
  color: var(--text-color);
  border: 2px solid var(--text-color);
  background-color: #fff;
}

.location-selection h2 {
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 24px;
}

.locations-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  display: flex;
}

.location-card {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 14px;
  width: 280px;
  padding: 20px;
  transition: all .3s;
  box-shadow: 0 4px 20px #00000059;
}

.location-card:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 30px #00000073;
}

.location-card h3 {
  color: var(--text-color);
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}

.location-card .location-address {
  color: #6c757d;
  margin-bottom: 8px;
  font-size: .95rem;
  line-height: 1.5;
}

.location-card .location-phone {
  color: var(--primary-color);
  margin-top: 8px;
  font-size: .9rem;
  font-weight: 600;
}

.services-selection h2 {
  text-align: center;
  color: var(--primary-color);
}

.services-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

.service-card {
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 160px;
  padding: 10px 14px;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 4px 20px #00000059;
}

.service-card:hover {
  box-shadow: var(--box-shadow);
}

.service-card h3 {
  min-height: 4lh;
  max-height: 4lh;
  color: var(--text-color);
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-size: 1.2rem;
  display: -webkit-box;
  overflow: hidden;
}

.service-card .duration {
  color: var(--text-color);
  margin: 4px 0;
  font-weight: 600;
}

.service-card .price {
  color: var(--text-color);
  margin: 4px 0;
  font-size: 1.85rem;
  font-weight: 600;
}

.payment-required {
  color: #e63946;
  font-size: .8rem;
  font-weight: 700;
}

.date-selection, .time-selection, .user-data-form {
  text-align: center;
  margin-top: 10px;
}

.booking-calendar {
  background: #fff;
  border-radius: 20px;
  max-width: 430px;
  margin: 24px auto 32px;
  padding: 22px 30px;
  font-size: 1.13rem;
  box-shadow: 0 9px 36px #14305017, 0 1.8px 8px #284b630d;
}

.no-slots {
  color: #888;
  margin-bottom: 20px;
  font-size: 1rem;
}

.slots-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  display: flex;
}

.slot-button {
  cursor: pointer;
  background-color: #eff9ff;
  border: 2px solid #1c78a0;
  border-radius: 22px;
  padding: 8px 18px;
  font-size: .95rem;
  transition: background-color .3s, color .3s;
}

.slot-button:hover {
  color: #fff;
  background-color: #1c78a0;
}

.slot-button.selected {
  color: #fff;
  background-color: #4ba3d5;
  border-color: #4ba3d5;
  font-weight: 700;
}

.back-button {
  color: #fff;
  cursor: pointer;
  background-color: #b0bec5;
  border: none;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 8px 14px;
  font-weight: 600;
  position: relative;
}

.back-button:hover {
  background-color: #78909c;
}

.user-data-form {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  gap: 20px;
  margin-top: 10px;
  display: flex;
}

.appointment-summary {
  text-align: left;
  background: #f8f9fa;
  border-radius: 12px;
  flex: 0 0 45%;
  padding: 24px;
  box-shadow: 0 2px 8px #00000014;
}

.appointment-summary h3 {
  color: var(--text-color);
  margin: 0 0 20px;
  font-size: 1.3rem;
  font-weight: 700;
}

.appointment-summary p {
  color: var(--text-color);
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.6;
}

.appointment-summary p:last-child {
  margin-bottom: 0;
}

.appointment-summary strong {
  color: var(--primary-color);
  font-weight: 600;
}

.user-form {
  text-align: center;
  flex: 0 0 45%;
  padding: 24px;
}

.user-form .form-row {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.user-form input, .user-form textarea {
  border: 1.8px solid var(--primary-color);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  transition: border-color .25s, box-shadow .25s;
}

.user-form input:focus, .user-form textarea:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 2px #33b98533;
}

.phone-input-wrapper {
  border: 1.8px solid var(--primary-color);
  border-radius: 14px;
  align-items: center;
  margin-bottom: 16px;
  transition: border-color .25s;
  display: flex;
  overflow: hidden;
}

.phone-input-wrapper:focus-within {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px #33b98533;
}

.phone-prefix {
  border-right: 1.8px solid var(--primary-color);
  color: var(--text-color);
  -webkit-user-select: none;
  user-select: none;
  background-color: #f8f9fa;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-weight: 600;
  display: flex;
}

.phone-prefix .flag-icon {
  font-size: 1.3rem;
}

.phone-prefix .prefix-text {
  color: var(--text-color);
  font-size: 1rem;
}

.phone-input-wrapper .phone-input {
  flex: 1;
  padding: 10px 12px;
  font-size: 1rem;
  border: none !important;
  margin-bottom: 0 !important;
}

.phone-input-wrapper .phone-input:focus {
  outline: none;
  box-shadow: none !important;
  border: none !important;
}

.user-form textarea {
  resize: vertical;
  min-height: 80px;
  margin-bottom: 24px;
}

.account-creation {
  margin-bottom: 22px;
}

.account-creation label {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: .9rem;
  display: flex;
}

.account-creation label input {
  width: auto;
  margin: 0;
}

.form-actions {
  text-align: right;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form-actions button.submit-button {
  border-radius: var(--radius);
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: background-color .3s;
  border: 2px solid var(--primary-color) !important;
}

.form-actions button.submit-button:hover {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  background-color: #fff;
}

.loading {
  text-align: center;
  margin-top: 50px;
  font-size: 1.2rem;
}

.booking-calendar {
  background: #fff;
  border-radius: 22px;
  max-width: 430px;
  margin: 0 auto 32px;
  padding: 22px 30px;
  box-shadow: 0 9px 36px #14305017, 0 1.8px 8px #284b630d;
}

.react-calendar__navigation {
  border-bottom: 1.5px solid var(--secondary-color);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 8px;
  display: flex;
}

.react-calendar__navigation__label {
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  border-radius: calc(var(--radius) * .45);
  letter-spacing: .5px;
  width: 70%;
  padding: 7px 0;
  font-size: 1.45rem;
  font-weight: 700;
}

.react-calendar__navigation button {
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  margin: 0 2px;
  padding: 8px 17px;
  font-size: 1.36rem;
  transition: background .2s;
}

.react-calendar__navigation button:disabled {
  color: #ccc;
  cursor: default;
  background: #ececec;
}

.react-calendar__navigation button:enabled:hover {
  background: #388f5a;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  color: var(--text-color);
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  display: grid;
}

.react-calendar__month-view__weekdays__weekday {
  justify-content: center;
  align-items: center;
  padding: .33em 0;
  display: flex;
}

.react-calendar__month-view__days {
  gap: 11px;
  grid-template-columns: repeat(7, 1fr) !important;
  display: grid !important;
}

.react-calendar__month-view__days__day {
  color: var(--text-color);
  background: none;
  border: none;
  border-radius: 12px;
  outline: none;
  margin: 0;
  padding: .7em .45em;
  font-size: 1.04rem;
}

.react-calendar__month-view__days__day:enabled:hover {
  background: var(--accent-color);
  color: var(--primary-color);
}

.react-calendar__tile--active, .react-calendar__month-view__days__day--active {
  font-weight: 700;
  background: var(--primary-color) !important;
  color: #fff !important;
}

.react-calendar__tile--now {
  font-weight: 700;
  border: 2px solid var(--accent-color) !important;
  background: var(--secondary-color) !important;
  color: var(--accent-color) !important;
}

.react-calendar__tile:disabled {
  cursor: not-allowed;
  font-weight: 400;
  color: #b7b7b7 !important;
  background: #eee !important;
}

.react-calendar, .react-calendar * {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.date-selection-split {
  grid-template-columns: 20% 80% 0%;
  gap: 24px;
  margin-top: 10px;
  transition: grid-template-columns .4s ease-in-out;
  display: grid;
}

.date-selection-split.with-time-slots {
  grid-template-columns: 20% 53% 23%;
}

.date-slots-sidebar {
  text-align: center;
  min-width: 0;
}

.date-slots-sidebar h2 {
  color: var(--primary-color);
  margin-bottom: 16px;
}

.selected-service-sidebar {
  text-align: center;
  justify-content: center;
  place-items: center;
  min-width: 0;
}

.selected-service-sidebar > h2 {
  color: var(--primary-color);
  margin-bottom: 16px;
}

.selected-service-sidebar .service-card {
  width: 160px;
  margin-top: 38px;
}

.service-card .change-hint {
  color: #1c78a0;
  margin-top: 10px;
  font-size: .8rem;
  font-weight: 500;
  display: block;
}

.calendar-main {
  text-align: center;
  flex: 1;
}

.time-slots-sidebar-inline {
  text-align: center;
  opacity: 0;
  min-width: 0;
  transition: opacity .4s ease-in-out .2s, transform .4s ease-in-out .2s;
  overflow: hidden;
  transform: translateX(-20px);
}

.date-selection-split.with-time-slots .time-slots-sidebar-inline {
  opacity: 1;
  transform: translateX(0);
}

.time-slots-sidebar-inline h2 {
  color: var(--primary-color);
  margin-bottom: 16px;
  font-size: 1.3rem;
}

.time-slots-sidebar-inline .slots-list {
  flex-direction: column;
  gap: 12px;
  max-height: 450px;
  padding: 10px;
  display: flex;
  overflow-y: auto;
}

.time-slots-sidebar-inline .slot-button {
  border: 2px solid var(--primary-color);
  background-color: var(--accent-color);
  cursor: pointer;
  text-align: center;
  border-radius: 22px;
  padding: 10px 18px;
  font-size: 1rem;
  transition: background-color .3s, color .3s;
}

.time-slots-sidebar-inline .slot-button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.time-selection-split {
  justify-content: space-evenly;
  gap: 24px;
  margin-top: 10px;
  display: flex;
}

.selected-date-sidebar {
  text-align: center;
  flex: 0 0 30%;
  justify-content: center;
  place-items: center;
}

.selected-date-sidebar h2 {
  color: var(--primary-color);
  margin-bottom: 16px;
}

.selected-date-sidebar .date {
  color: var(--text-color);
  font-size: 1.5rem;
  font-weight: 600;
}

.time-slots-sidebar {
  text-align: center;
  margin: 0, 30px;
  flex: 0 0 30%;
}

.time-slots-sidebar h2 {
  color: var(--primary-color);
  margin-bottom: 16px;
}

.slots-list {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-height: 300px;
  padding-right: 8px;
  display: flex;
  overflow-y: auto;
}

.slots-list::-webkit-scrollbar {
  width: 6px;
}

.slots-list::-webkit-scrollbar-track {
  background: var(--accent-color);
  border-radius: 10px;
}

.slots-list::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.slots-list .slot-button {
  border: 2px solid var(--primary-color);
  background-color: var(--accent-color);
  cursor: pointer;
  text-align: center;
  border-radius: 22px;
  width: 100%;
  padding: 10px 18px;
  font-size: 1.1rem;
  transition: background-color .3s, color .3s;
}

.slots-list .slot-button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.slots-list .slot-button.selected {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  font-weight: 700;
}

.confirm-time-button {
  border-radius: var(--radius);
  background-color: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color .3s;
}

.confirm-time-button:hover {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  background-color: #fff;
}

.selected-date-display {
  background: #fff;
  border-radius: 12px;
  max-width: 400px;
  margin: 20px auto;
  padding: 24px;
  box-shadow: 0 3px 8px #0000000f;
}

.selected-date-display p {
  color: #284b63;
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
}

.selected-date-display small {
  color: #1c78a0;
  font-size: .85rem;
}

@media (max-width: 768px) {
  .date-selection-split {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .date-selection-split.with-time-slots {
    grid-template-columns: 1fr;
  }

  .time-selection-split {
    flex-direction: column;
  }

  .selected-service-sidebar, .time-slots-sidebar, .time-slots-sidebar-inline {
    flex: 1;
  }
}

.calendar-compact {
  text-align: center;
  flex: 1;
  max-width: 350px;
}

.calendar-compact h3 {
  color: #284b63;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.booking-calendar-compact {
  margin: 0 auto;
  max-width: 320px !important;
  padding: 16px 20px !important;
  font-size: .95rem !important;
}

.booking-calendar-compact .react-calendar__navigation__label {
  font-size: 1.2rem !important;
}

.booking-calendar-compact .react-calendar__month-view__days__day {
  padding: .5em .35em !important;
  font-size: .9rem !important;
}

.booking-calendar-compact .react-calendar__month-view__weekdays {
  font-size: .85rem !important;
}

.booking-calendar-compact .react-calendar__navigation button {
  padding: 6px 12px !important;
  font-size: 1.1rem !important;
}

@media (max-width: 768px) {
  .booking-page {
    margin: 20px auto 60px;
    padding: 20px 20px 50px;
  }

  .booking-header {
    text-align: center;
    flex-direction: column;
    gap: 12px;
  }

  .booking-header h1 {
    font-size: 1.8rem;
  }

  .progress-bar {
    flex-wrap: wrap;
    gap: 8px;
  }

  .progress-bar .step {
    padding: 8px 4px;
    font-size: .75rem;
  }

  .locations-grid, .services-grid {
    grid-template-columns: 1fr;
  }

  .location-card, .service-card {
    width: 100%;
    max-width: 320px;
  }

  .date-selection-split, .time-selection-split, .user-data-form {
    flex-direction: column;
  }

  .selected-service-sidebar, .selected-date-sidebar, .time-slots-sidebar, .appointment-summary, .user-form {
    flex: 100%;
  }

  .powered-by-slotty {
    padding: 6px 12px;
    font-size: .8rem;
    bottom: 10px;
    left: 10px;
  }

  .powered-by-slotty .slotty-logo-icon {
    width: 20px;
    height: 20px;
  }

  .phone-input-wrapper {
    flex-direction: row;
  }

  .phone-prefix {
    font-size: .9rem;
  }
}

.client-dashboard {
  color: #222;
  min-height: 100vh;
  padding: 20px 40px;
}

.dashboard-header {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  display: flex;
}

.dashboard-header > button, .view-toggle {
  background-color: var(--text-color);
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--text-color);
  border-radius: 26px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
}

.dashboard-header > button.active, .view-toggle.active, .dashboard-header > button:hover, .view-toggle:hover {
  border: 2px solid var(--text-color);
  color: var(--text-color);
  background-color: #0000 !important;
}

.export-btn-wrapper {
  border-radius: 26px;
  margin-left: auto;
  position: relative;
}

.export-btn {
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--text-color);
  border-radius: 26px;
  padding: 10px 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
  background-color: var(--text-color) !important;
  border-color: var(--text-color) !important;
}

.export-btn:hover:not(:disabled) {
  color: var(--text-color);
  border: 2px solid var(--text-color);
  background-color: #fff !important;
}

.export-btn:disabled, .view-toggle:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.location-dropdown {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  outline: none;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
}

.custom-dropdown-wrapper {
  display: inline-block;
}

.location-dropdown-menu {
  animation: .15s ease-in fadeIn;
}

.location-dropdown-menu .dropdown-item {
  text-align: left;
  cursor: pointer;
  border: none;
  width: 100%;
  font-size: .95rem;
}

.service-header .location-dropdown {
  margin-left: auto;
  margin-right: 10px;
}

.dashboard-header .location-dropdown {
  margin-left: 0;
}

.premium-locked {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  border: 2px solid gold;
  position: relative;
}

.premium-locked:before {
  content: "";
  z-index: 1;
  border-radius: inherit;
  background-color: #8080804d;
  position: absolute;
  inset: 0;
}

.premium-locked:after {
  content: "👑";
  color: #8b6914;
  z-index: 2;
  font-size: 1.8rem;
  position: absolute;
  top: -1.5rem;
  left: -1rem;
}

.premium-locked input, .premium-locked button, .premium-locked select, .premium-locked textarea {
  cursor: not-allowed;
}

.locations-list {
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
  display: flex;
}

.location-item {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.location-info h4 {
  color: var(--text-color);
  margin: 0 0 5px;
  font-size: 1.1rem;
}

.location-info p {
  color: #6c757d;
  margin: 0 0 8px;
  font-size: .9rem;
}

.location-status {
  border-radius: 12px;
  padding: 3px 10px;
  font-size: .85rem;
  font-weight: 600;
  display: inline-block;
}

.location-status.active {
  color: #155724;
  background-color: #d4edda;
}

.location-status.inactive {
  color: #721c24;
  background-color: #f8d7da;
}

.delete-location-btn {
  color: #fff;
  cursor: pointer;
  background-color: #dc3545;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  transition: background-color .3s;
}

.delete-location-btn:hover:not(:disabled) {
  background-color: #c82333;
}

.delete-location-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.rbc-month-view, .rbc-time-view {
  background-color: #eee;
  border-radius: 1%;
}

.rbc-toolbar .rbc-btn-group > button {
  background-color: var(--text-color);
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--text-color);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 11px;
  font-weight: 600;
  transition: all .3s;
}

.rbc-btn-group > button:hover {
  border: 2px solid var(--text-color);
  color: var(--text-color);
  background-color: #0000 !important;
}

.rbc-btn-group > button.rbc-active, .rbc-btn-group > button.rbc-active:hover, .rbc-btn-group > button.rbc-active:focus {
  border: 2px solid var(--text-color) !important;
  color: var(--text-color) !important;
  background-color: #0000 !important;
}

.rbc-btn-group:first-child:not(:last-child) > button:not(:first-child):not(:last-child) {
  color: var(--text-color);
  background-color: #0000;
  border: 2px solid #0000;
  margin-left: 2px;
  margin-right: 1px;
  padding: 5px 8px;
  border-radius: 100% !important;
}

.rbc-btn-group:first-child:not(:last-child) > button:not(:first-child):not(:last-child):hover {
  border: 2px solid var(--text-color) !important;
}

.rbc-btn-group:first-child:not(:last-child) > button:first-child:not(:last-child) {
  border-radius: 20px !important;
}

.rbc-btn-group:first-child:not(:last-child) > button:last-child:not(:first-child) {
  color: var(--text-color);
  background-color: #0000;
  border: 2px solid #0000;
  margin-left: 1px;
  padding: 5px 8px;
  border-radius: 100% !important;
}

.rbc-btn-group:first-child:not(:last-child) > button:last-child:not(:first-child):hover {
  border: 2px solid var(--text-color);
}

.rbc-toolbar button:hover, .rbc-toolbar button:focus {
  border: 2px solid var(--text-color) !important;
  color: var(--text-color) !important;
  background-color: #0000 !important;
}

.rbc-toolbar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rbc-btn-group-left {
  order: 1;
}

.rbc-toolbar-label {
  text-transform: capitalize;
  order: 2;
  align-items: center;
  gap: 15px;
  font-size: 1.5rem;
  display: flex;
}

.rbc-toolbar-label-text {
  text-align: center;
  min-width: 200px;
  font-weight: 600;
}

.rbc-nav-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  border: 2px solid var(--text-color) !important;
  color: var(--text-color) !important;
  background-color: #0000 !important;
  border-radius: 50% !important;
  padding: 2px !important;
  display: flex !important;
}

.rbc-nav-btn:hover {
  background-color: var(--text-color) !important;
  color: #fff !important;
}

.rbc-btn-group:not(.rbc-btn-group-left) {
  order: 3;
}

.rbc-day-bg, .rbc-day-slot {
  background-color: #fff;
}

.rbc-month-view .rbc-today {
  background-color: var(--accent-color) !important;
}

.rbc-time-view .rbc-time-content .rbc-today {
  background-color: #fff !important;
}

.rbc-time-view .rbc-time-header-content .rbc-today {
  background-color: var(--text-color);
}

.rbc-time-view .rbc-time-header-content .rbc-allday-cell {
  display: none;
}

.rbc-header {
  color: #fff;
  background-color: var(--text-color);
  border-bottom: none;
  padding: 5px 3px !important;
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  background-color: var(--text-color) !important;
  border: 1px solid var(--text-color) !important;
}

.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  border: 1px solid var(--text-color) !important;
  color: var(--text-color) !important;
  background-color: #0000 !important;
}

.rbc-slot-selection {
  background-color: #52b78880;
}

.appointment-card {
  border-radius: var(--radius);
  box-shadow: var(--box-shadow);
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px 24px;
  display: flex;
}

.appointment-info {
  max-width: 68%;
}

.appointment-info h3 {
  color: #2a2a72;
  margin: 0 0 8px;
  font-weight: 600;
}

.appointment-info p {
  color: #555;
  margin: 4px 0;
  font-size: .95rem;
}

.appointment-actions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.cancel-btn {
  color: #e63946;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 7px;
  align-items: center;
  padding: 5px 10px;
  font-size: 1.07rem;
  transition: background .2s, color .2s;
  display: flex;
}

.cancel-btn:hover {
  color: #e63946;
  background: #ffe4e2;
}

.status {
  text-transform: capitalize;
  border-radius: 14px;
  padding: 5px 10px;
  font-size: .85rem;
  font-weight: bold;
}

.status.confirmed {
  color: #82780a;
  background-color: #fffbc3;
}

.status.cancelled {
  color: #721c24;
  background-color: #f8d7da;
}

.status.done {
  background-color: var(--secondary-color);
  color: var(--text-color);
}

.loading {
  color: #444;
  text-align: center;
  margin-top: 120px;
  font-size: 1.3rem;
}

.placeholder-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 40px;
  display: flex;
}

.placeholder-content h2 {
  color: var(--text-color);
  margin-bottom: 10px;
}

.placeholder-content p {
  color: #666;
  font-size: 1.1rem;
}

.modal-overlay {
  z-index: 1200;
  background-color: #14141499;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.list-view-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.list-view p.no-appointments {
  text-align: center;
  color: #666;
  margin-top: 40px;
  font-size: 1.1rem;
}

.event-done {
  color: #2e7d32 !important;
  background-color: #c7f0d9 !important;
  border-color: #a5d6a7 !important;
}

.event-no-show {
  color: #b71c1c !important;
  background-color: #f9d6d5 !important;
  border-color: #ef9a9a !important;
}

.event-manual {
  font-weight: 600;
  color: #154580 !important;
  background-color: #b0d4ff !important;
  border-color: #4a90e2 !important;
}

.modal-overlay .appointment-details h3, .modal-overlay .appointment-details p {
  text-align: left;
}

.modal-content {
  color: #233d3d;
  background: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 420px;
  padding: 32px 36px;
  position: relative;
  box-shadow: 0 12px 40px #12262333;
}

.modal-close-btn {
  cursor: pointer;
  color: var(--text-color);
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 36px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px !important;
  padding: 5px !important;
}

.modal-close-btn:hover {
  color: var(--primary-color);
  background-color: #f0f0f0;
}

.modal-content h3 {
  color: #2a4d43;
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.7rem;
  font-weight: 700;
}

.modal-content p {
  text-align: center;
  color: #2b5f48;
  margin-bottom: 18px;
  font-size: 1.1rem;
  font-weight: 600;
}

.modal-content label {
  margin-bottom: 8px;
  font-size: 1.02rem;
  font-weight: 600;
  display: block;
}

.modal-content input[type="text"], .modal-content input[type="date"], .modal-content input[type="time"] {
  box-sizing: border-box;
  border: 1.8px solid #94b6a2;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 14px;
  font-size: 1rem;
  transition: border-color .25s;
}

.modal-content input[type="text"]:focus, .modal-content input[type="date"]:focus, .modal-content input[type="time"]:focus {
  border-color: #3f9f7f;
  outline: none;
}

.modal-content > button {
  background-color: var(--primary-color);
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 26px;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
}

.modal-content > button:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #0000 !important;
}

.modal-content > button:disabled {
  cursor: not-allowed;
  background-color: #94b6a2;
}

.modal-content > button:last-of-type {
  color: #286650;
  background-color: #0000;
  font-weight: 600;
}

.modal-content > button:last-of-type:hover {
  color: #154735;
  background-color: #2869501a;
}

.modal-content .modal-select {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  color: var(--text-color);
  background: #f7f9fa;
  border: 1.8px solid #94b6a2;
  border-radius: 14px;
  margin-bottom: 16px;
  padding: 10px 14px;
  font-size: 1rem;
  transition: border-color .25s;
}

.modal-content .modal-select:focus {
  border-color: #3f9f7f;
  outline: none;
}

.modal-content .modal-select option {
  color: var(--text-color);
  background: #fff;
  padding: 8px;
}

.modal-dropdown-wrapper {
  margin-bottom: 16px;
  position: relative;
}

.modal-dropdown-button {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.modal-dropdown-button .dropdown-arrow {
  color: #94b6a2;
  margin-left: 8px;
  font-size: .8em;
  transition: transform .2s;
}

.modal-dropdown-button[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

.modal-dropdown-menu {
  z-index: 100;
  background: #fff;
  border: 1.8px solid #94b6a2;
  border-radius: 12px;
  width: 100%;
  max-height: 240px;
  margin: 4px 0 0;
  padding: 6px 0;
  list-style: none;
  animation: .15s ease-in fadeInDropdown;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 6px 24px #323c5021;
}

@keyframes fadeInDropdown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.modal-dropdown-menu::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.modal-dropdown-menu::-webkit-scrollbar-thumb {
  background: #94b6a2;
  border-radius: 10px;
}

.modal-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #3f9f7f;
}

.modal-dropdown-menu li {
  margin: 0;
  padding: 0;
}

.modal-dropdown-item {
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: var(--text-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  border: none;
  padding: 10px 14px;
  font-size: 1rem;
  transition: background-color .2s;
  display: block;
  overflow: hidden;
}

.modal-dropdown-item:hover {
  color: var(--primary-color);
  background-color: #e6f9eb;
}

.modal-dropdown-item:active {
  background-color: var(--accent-color);
}

.modal-actions .btn-delete {
  color: #e63946;
  background-color: #0000;
  border: 2px solid #e63946;
}

.modal-actions .btn-delete:hover {
  color: #fff;
  border-color: #e63946;
  background-color: #e63946 !important;
}

.stats-graph-card {
  box-shadow: var(--box-shadow);
  border-radius: var(--radius);
  padding: 20px 0;
}

.filter-container {
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
}

.filter-btn {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  font-size: 1.08rem;
  font-weight: 700;
  transition: background-color .24s;
  display: block;
}

.filter-btn:hover {
  background: #388f5a;
}

.filter-save-btn {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 12px;
  padding: 14px 0;
  font-size: 1.08rem;
  font-weight: 700;
  transition: background-color .24s;
  display: block;
}

.filter-save-btn:hover {
  background: #388f5a;
}

.filter-dropdown {
  z-index: 100;
  box-shadow: var(--box-shadow);
  background: #fff;
  border-radius: 14px;
  flex-direction: column;
  gap: 18px;
  min-width: 320px;
  padding: 18px 23px;
  animation: .2s fadeIn;
  display: flex;
  position: absolute;
  top: 110%;
  left: 0;
}

.date-filters {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.date-filters label {
  color: #2c5f4a;
  flex-direction: column;
  gap: 6px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.date-filters input[type="date"] {
  background: #f7f9fa;
  border: 1.7px solid #88b98e;
  border-radius: 8px;
  padding: 8px 13px;
  font-size: 1rem;
  transition: border-color .23s;
}

.date-filters input[type="date"]:focus {
  border-color: #52b788;
  outline: none;
}

.status-filters {
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  display: flex;
}

.status-filters span {
  color: #388f5a;
  margin-bottom: 4px;
  font-weight: 600;
}

.status-filters label {
  cursor: pointer;
  color: #2c5f4a;
  align-items: center;
  gap: 8px;
  display: flex;
}

.status-filters input[type="checkbox"] {
  accent-color: #52b788;
  cursor: pointer;
}

.custom-time-input {
  cursor: pointer;
  background: #f7f9fa;
  border: 1.8px solid #94b6a2;
  border-radius: 14px;
  width: 100%;
  padding: 10px 14px;
  font-size: 1rem;
  transition: border-color .25s;
}

.custom-time-input:focus {
  border-color: #3f9f7f;
  outline: none;
}

.time-input-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}

.custom-time-picker-dropdown {
  z-index: 50;
  background: #eefcf6;
  border: 1.7px solid #88b98e;
  border-radius: 16px;
  min-width: 120px;
  max-width: 150px;
  padding: 8px;
  position: absolute;
  top: 105%;
  left: 0;
  box-shadow: 0 4px 18px #2f75611f;
}

.time-dropdown-list {
  flex-direction: column;
  gap: 4px;
  max-height: 240px;
  display: flex;
  overflow-y: auto;
}

.time-dropdown-list::-webkit-scrollbar {
  width: 8px;
}

.time-dropdown-list::-webkit-scrollbar-track {
  background: #e6f9eb;
  border-radius: 10px;
}

.time-dropdown-list::-webkit-scrollbar-thumb {
  background: #52b788;
  border-radius: 10px;
}

.time-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #388f5a;
}

.time-option {
  color: #224;
  cursor: pointer;
  text-align: center;
  background: #f7f9fa;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 500;
  transition: background .18s, color .18s;
}

.time-option:hover {
  color: #1d3557;
  background: #ddeaff;
}

.time-option.selected {
  color: #fff;
  background: #52b788;
  font-weight: 700;
  box-shadow: 0 2px 6px #2f756126;
}

.user-dropdown-toggle:focus {
  outline: 2px solid var(--primary-color);
}

.dropdown-menu .dropdown-item {
  color: #333;
  background: none;
  padding: 9px 22px;
  text-decoration: none;
  transition: background .18s;
  display: block;
}

.dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
  background: #f2f6ff;
}

.settings-btn:hover {
  color: var(--primary-color);
}

.service-manager {
  border-radius: var(--radius);
  max-width: 650px;
  box-shadow: var(--box-shadow);
  background: #fff;
  margin: 32px auto;
  padding: 16px 28px;
}

.service-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.service-header h2 {
  color: var(--text-color);
  margin-bottom: 22px;
  font-size: 1.6rem;
  font-weight: bold;
}

.add-service-btn-wrapper {
  border-radius: 50%;
}

.add-service-btn {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  transition: background .2s, color .2s;
  display: flex;
  padding: 0 !important;
}

.add-service-btn:hover > .plus-icon {
  color: var(--primary-color);
  background-color: #0000;
}

.plus-icon {
  vertical-align: middle;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
}

.service-list-card {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 18px;
  margin-top: 16px;
  display: grid;
}

.service-info {
  margin-bottom: 8px;
}

.service-name {
  color: var(--text-color);
  margin-bottom: 3px;
  font-size: 1.15rem;
  font-weight: 700;
}

.location-address {
  color: #666;
  margin: 4px 0;
  font-size: .9rem;
}

.service-actions {
  justify-content: space-around;
  gap: 14px;
  display: flex;
}

.delete-btn {
  color: #e63946;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 7px;
  align-items: center;
  padding: 5px 10px;
  font-size: 1.07rem;
  transition: background .2s, color .2s;
  display: flex;
}

.delete-btn:hover {
  color: #e63946;
  background: #ffe4e2;
}

.edit-btn {
  color: var(--text-color);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 7px;
  align-items: center;
  padding: 5px 10px;
  font-size: 1.07rem;
  transition: background .2s, color .2s;
  display: flex;
}

.edit-btn:hover {
  color: var(--text-color);
  background: #e2eaff;
}

.checkbox-label {
  color: #295746;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.prepay-label {
  color: #b57c18;
  background: #ffe4a8;
  border-radius: 9px;
  margin-left: 9px;
  padding: 2px 8px;
  font-size: .92rem;
  font-weight: 600;
  display: inline-block;
}

.modal-overlay {
  z-index: 10;
  background: #3c554626;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-content {
  background: #fff;
  border-radius: 13px;
  min-width: 310px;
  padding: 30px 24px;
  box-shadow: 0 3px 18px #2f756138;
}

.modal-form label {
  color: #234;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

.modal-form input[type="text"], .modal-form input[type="number"] {
  box-sizing: border-box;
  border: 1.8px solid #94b6a2;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 14px;
  font-size: 1rem;
  transition: border-color .25s;
}

.modal-form input[type="text"]:focus, .modal-form input[type="number"]:focus {
  border-color: #3f9f7f;
  outline: none;
}

.checkbox-label {
  color: #295746;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  margin-bottom: 18px;
  font-weight: 500;
  display: flex;
}

.checkbox-label input[type="checkbox"] {
  accent-color: #52b788;
}

.service-manager .nav-btn {
  background-color: var(--primary-color);
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 26px;
  margin-bottom: 0;
  padding: 10px 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
  margin-top: 0 !important;
}

.service-manager .nav-btn:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #fff !important;
}

.settings-section {
  border-radius: var(--radius);
  max-width: 670px;
  box-shadow: var(--box-shadow);
  background: #fff;
  margin: 36px auto 30px;
  padding: 16px 20px 30px;
}

.settings-section h2 {
  color: var(--text-color);
  margin-bottom: 22px;
  font-size: 1.6rem;
  font-weight: bold;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

input[type="time"] {
  appearance: none;
}

input[type="time"]::-ms-clear {
  opacity: 0;
  display: none;
}

input[type="password"][style*="red"] {
  transition: border-color .25s;
  border-color: #e03d3d !important;
}

.settings-section form label, .settings-section label, .settings-section form legend {
  color: var(--text-color);
  margin: 9px 0;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}

.settings-section form input[type="text"], .settings-section form input[type="color"], .settings-section form input[type="time"], .settings-section form input[type="email"], .settings-section form input[type="password"] {
  border: 1.7px solid var(--primary-color);
  box-sizing: border-box;
  border-radius: 12px;
  width: 100%;
  padding: 10px 13px;
  font-size: 1rem;
  transition: border-color .3s;
}

.settings-section form input[type="text"]:focus, .settings-section form input[type="color"]:focus, .settings-section form input[type="time"]:focus, .settings-section form input[type="email"]:focus, .settings-section form input[type="password"]:focus {
  border-color: #52b788;
  outline: none;
}

.logo-label {
  color: #224;
  margin-bottom: 9px;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}

.file-upload-wrapper {
  border: 1.7px dashed var(--primary-color);
  background: #f3faf6;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 12px;
  padding: 12px;
  transition: border-color .2s, background .2s;
  display: flex;
  position: relative;
}

.file-upload-wrapper:hover, .file-upload-wrapper:focus-within {
  background: var(--accent-color);
}

.file-input-visible {
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.file-upload-btn {
  background: var(--primary-color);
  cursor: pointer;
  border: 2px solid var(--primary-color);
  border-radius: 14px;
  padding: 10px 18px;
  font-size: .98rem;
  font-weight: 600;
  transition: background .22s;
  display: inline-block;
  color: #fff !important;
  margin: 0 !important;
}

.file-upload-btn:hover {
  border: 2px solid var(--primary-color);
  background: #fff;
  color: var(--primary-color) !important;
}

.settings-section .file-upload-label {
  display: none;
}

fieldset {
  border: none;
  margin-bottom: 28px;
  padding: 0;
}

.working-hours-row {
  padding-bottom: 25px;
}

.working-day {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  font-size: 1.1rem;
  display: flex;
}

.working-day label {
  color: #223;
  flex: 0 0 85px;
  margin-bottom: 0;
  font-weight: 600;
}

.working-day > input[type="checkbox"] {
  accent-color: #52b788;
  order: -1;
  margin-left: 0;
  margin-right: 2px;
  transform: scale(1.22);
}

.lunch-break-times, .working-hours-times {
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  display: flex;
}

.lunch-break-times span, .lunch-break-times input[type="time"], .working-hours-times span, .working-hours-times input[type="time"] {
  white-space: nowrap;
  font-size: 1.02rem;
}

.open-label, .lunch-label, .close-label {
  color: #278474;
  min-width: 68px;
  font-weight: 500;
  display: inline-block;
}

.working-hours-times input[type="time"], .lunch-break-times input[type="time"] {
  width: 100px;
  min-width: 100px;
  margin-right: 0;
}

.lunch-break-row {
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 6px;
  padding-top: 10px;
  display: flex;
}

.lunch-break-row label {
  cursor: pointer;
  white-space: normal;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.lunch-break-row input[type="checkbox"] {
  accent-color: #52b788;
}

@media screen and (max-width: 950px) {
  .settings-section {
    max-width: 99vw;
    padding: 8px;
  }

  .working-hours-row {
    flex-wrap: wrap;
    gap: 8px;
    font-size: .98rem;
  }

  .working-hours-row label {
    flex: 0 0 53px;
  }

  .working-hours-row input[type="time"] {
    width: 90px;
    font-size: .97rem;
  }
}

.logo-preview img {
  object-fit: cover;
  background: #d3f1e6;
  border-radius: 12px;
  width: 92px;
  height: 92px;
  margin-bottom: 12px;
  display: block;
}

.settings-section button[type="submit"] {
  background-color: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: var(--radius);
  cursor: pointer;
  width: 100%;
  margin-top: 12px;
  padding: 14px 0;
  font-size: 1.08rem;
  font-weight: 700;
  transition: all .3s;
  display: block;
}

.settings-section button[type="submit"]:hover {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  background-color: #fff;
}

.message {
  color: #388f5a;
  text-align: center;
  margin-top: 16px;
  font-weight: 600;
}

.booking-link-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.booking-link-copy {
  align-items: center;
  gap: 8px;
  display: flex;
}

.booking-link-input {
  border: 1.7px solid var(--primary-color);
  color: #495057;
  -webkit-user-select: all;
  user-select: all;
  background-color: #f7f9fa;
  border-radius: 8px;
  flex-grow: 1;
  padding: 8px 12px;
  font-size: 1rem;
}

.copy-btn {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 1.2rem;
  transition: background-color .25s;
  display: flex;
}

.copy-btn:hover {
  background-color: #3e8e5a;
}

.copy-message {
  color: #388f5a;
  margin-top: 8px;
  font-size: .925rem;
  font-weight: 600;
}

@media screen and (max-width: 700px) {
  .settings-section, .client-dashboard-page {
    padding: 8px;
  }

  .settings-section {
    margin: 8px auto;
  }

  .dashboard-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  .settings-section form input[type="time"] {
    width: 78px;
  }

  .dashboard-header {
    flex-direction: column;
    align-items: stretch;
  }

  .dashboard-header > button, .view-toggle {
    text-align: center;
    width: 100%;
  }

  .export-btn-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .client-dashboard, .user-dashboard {
    padding: 15px 20px;
  }

  .client-dashboard h1, .user-dashboard h1 {
    font-size: 1.6rem;
  }
}

.settings-section form input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: .75;
  cursor: pointer;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-content h2 {
  text-align: center;
  color: #1f364a;
  margin-bottom: 24px;
  font-size: 1.75rem;
  font-weight: 700;
}

.summary-details {
  margin-bottom: 24px;
}

.summary-item {
  border-bottom: 1px solid #e9ecef;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 1rem;
  display: flex;
}

.summary-item:last-of-type {
  border-bottom: none;
}

.summary-item strong {
  color: #495057;
  font-weight: 600;
}

.summary-item span {
  color: #1f364a;
  text-align: right;
  font-weight: 500;
}

.summary-item.payment-notice {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 12px;
  padding: 12px;
}

.summary-item.payment-notice strong {
  color: #856404;
}

.modal-actions {
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  display: flex;
}

.btn-cancel, .btn-confirm {
  cursor: pointer;
  border: 2px solid;
  border-radius: 12px;
  flex: 1;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.btn-confirm:hover {
  background-color: #3e8e5a;
  border-color: #3e8e5a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #52b7884d;
}

.settings-section form input[type="time"] {
  appearance: none;
  cursor: pointer;
  background-color: #f7f9fa;
}

.checkout-page {
  background: var(--gradient-bg);
  min-height: 100vh;
  padding: 60px 20px 40px;
}

.checkout-container {
  max-width: 1100px;
  margin: 0 auto;
}

.checkout-header {
  text-align: center;
  color: var(--text-color);
  margin-bottom: 50px;
}

.checkout-header h1 {
  letter-spacing: -.02em;
  color: var(--text-color);
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 800;
}

.checkout-header .hero-subtitle {
  color: var(--text-color);
  opacity: .85;
  margin: 0 auto;
  font-size: 1.3rem;
}

.checkout-error {
  text-align: center;
  background: #fee;
  border: 2px solid #e63946;
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 18px;
  font-size: 1rem;
}

.checkout-pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  justify-items: center;
  gap: 30px;
  margin-bottom: 50px;
  display: grid;
}

.checkout-pricing-card {
  cursor: pointer;
  border: 3px solid #0000;
  width: 100%;
  max-width: 380px;
  transition: all .3s;
}

.checkout-pricing-card:hover {
  box-shadow: 0 20px 80px rgba(var(--primary-color-rgb), .2);
  transform: translateY(-8px);
}

.checkout-pricing-card.selected-card {
  border-color: var(--primary-color);
  box-shadow: 0 20px 90px rgba(var(--primary-color-rgb), .35);
  transform: scale(1.02);
}

.checkout-pricing-card.best:before {
  content: "u2b50 Piu00f9 Popolare";
  background: linear-gradient(135deg, var(--primary-color), #52b788);
  color: #fff;
  box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), .4);
  border-radius: 20px;
  padding: 6px 18px;
  font-size: .85rem;
  font-weight: 700;
  position: absolute;
  top: -15px;
  right: 20px;
}

.checkout-pricing-card.disabled-card {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none;
}

.current-plan-badge {
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  border-radius: 20px;
  padding: 6px 18px;
  font-size: .85rem;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: 20px;
  box-shadow: 0 4px 12px #6366f166;
}

.plan-change-notice {
  text-align: center;
  color: #1e40af;
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border: 2px solid #3b82f6;
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 18px;
  font-size: 1rem;
}

.checkout-pricing-card .price {
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
  display: flex;
}

.checkout-pricing-card .price-interval {
  color: #666;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 500;
}

.checkout-pricing-card ul {
  min-height: 280px;
  margin-bottom: 24px;
}

.checkout-pricing-card ul li {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 1.05rem;
  display: flex;
}

.feature-check {
  color: var(--primary-color);
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 1.1rem;
}

.checkout-pricing-card .pricing-btn {
  margin-top: auto;
}

.pricing-btn.selected-btn, .pricing-btn.selected-btn:hover {
  background-color: var(--text-color);
  color: #fff;
}

.checkout-summary {
  max-width: 550px;
  box-shadow: var(--box-shadow);
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 35px 40px;
}

.checkout-summary h3 {
  color: var(--text-color);
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.9rem;
  font-weight: 700;
}

.summary-row {
  color: #555;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 1.1rem;
  display: flex;
}

.summary-row span {
  color: #666;
}

.summary-row strong {
  color: var(--text-color);
  font-weight: 600;
}

.summary-divider {
  background: linear-gradient(to right, transparent, var(--accent-color), transparent);
  height: 2px;
  margin: 20px 0;
}

.summary-total {
  color: var(--text-color);
  padding-top: 15px;
  font-size: 1.4rem;
  font-weight: 700;
}

.summary-total strong {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.checkout-cta {
  border: 2px solid var(--text-color);
  background: var(--text-color);
  text-transform: none;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 30px;
  padding: 16px 32px;
  font-size: 1.15rem;
  display: flex;
}

.checkout-cta:hover {
  color: var(--text-color);
  border: 2px solid var(--text-color);
  background: #fff;
}

.checkout-cta:disabled {
  opacity: .6;
  cursor: not-allowed;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.checkout-notice {
  text-align: center;
  color: #666;
  margin-top: 20px;
  font-size: .95rem;
  font-weight: 500;
}

.checkout-login-notice {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  max-width: 550px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  box-shadow: 0 4px 20px #00000014;
}

.checkout-login-notice p {
  color: var(--text-color);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.checkout-login-notice .switch-btn {
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: underline;
}

.checkout-login-notice .switch-btn:hover {
  color: var(--text-color);
}

@media (max-width: 768px) {
  .checkout-header h1 {
    font-size: 2rem;
  }

  .checkout-pricing-grid {
    grid-template-columns: 1fr;
  }

  .checkout-login-notice {
    max-width: 100%;
    padding: 20px;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    padding: 20px;
  }

  .plan-card h4 {
    font-size: 1.3rem;
  }

  .plan-price {
    font-size: 1.7rem;
  }

  .subscription-info-card {
    padding: 20px;
  }

  .subscription-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .danger-zone, .resume-zone {
    padding: 20px;
  }

  .danger-zone-content, .resume-zone-content {
    flex-direction: column;
    gap: 15px;
  }

  .danger-btn, .resume-btn {
    width: 100%;
  }

  .embedded-checkout-container {
    padding: 20px;
  }

  .billing-section {
    padding: 0;
  }

  .billing-section > div[style*="grid"] {
    grid-template-columns: 1fr !important;
  }

  .checkout-summary {
    padding: 25px 20px;
  }

  .checkout-page {
    padding: 40px 15px;
  }
}

.invoices-section h3 {
  color: #1e293b;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.invoices-table-wrapper {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000000d;
}

.invoices-table thead tr {
  background-color: #f8fafc;
}

.invoices-table tbody tr:hover {
  background-color: #f8fafc;
  transition: background-color .2s;
}

.invoices-table tbody tr:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .invoices-table-wrapper {
    overflow-x: auto;
  }

  .invoices-table {
    min-width: 600px;
  }

  .invoices-section h3 {
    font-size: 1.1rem;
  }
}

.user-dashboard {
  color: #222;
  min-height: 100vh;
  padding: 20px 40px;
}

.user-dashboard .dashboard-title {
  color: var(--text-color);
  margin-right: auto;
  font-size: 2rem;
  font-weight: 700;
}

.user-dashboard .filter-btn {
  background-color: var(--text-color);
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--text-color);
  border-radius: 26px;
  padding: 10px 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
}

.user-dashboard .filter-btn:hover {
  color: var(--text-color);
  background-color: #0000;
}

.filter-panel {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 20px;
}

.filter-panel h3 {
  color: var(--text-color);
  margin: 0 0 15px;
  font-size: 1.1rem;
  font-weight: 600;
}

.filter-checkbox {
  color: #495057;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  display: flex;
}

.filter-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: var(--primary-color);
}

.appointments-list {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.no-appointments {
  text-align: center;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  padding: 60px 20px;
}

.no-appointments p {
  color: #6c757d;
  margin: 0;
  font-size: 1.2rem;
}

.appointment-card {
  border-left: 5px solid var(--primary-color);
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  transition: all .3s;
  box-shadow: 0 4px 12px #00000014;
}

.appointment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #0000001f;
}

.appointment-card.status-cancelled {
  opacity: .7;
  border-left-color: #dc3545;
}

.appointment-card.status-completed {
  border-left-color: #28a745;
}

.appointment-header {
  border-bottom: 2px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
}

.appointment-header h3 {
  color: var(--text-color);
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.status-badge {
  text-transform: uppercase;
  letter-spacing: .5px;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: .85rem;
  font-weight: 700;
}

.status-badge.confirmed {
  color: #0c5460;
  background-color: #d1ecf1;
}

.status-badge.completed {
  color: #155724;
  background-color: #d4edda;
}

.status-badge.cancelled {
  color: #721c24;
  background-color: #f8d7da;
}

.appointment-details {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.detail-row {
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.detail-label {
  color: #6c757d;
  min-width: 80px;
  font-size: .95rem;
  font-weight: 600;
}

.detail-value {
  color: var(--text-color);
  flex: 1;
  font-size: .95rem;
}

.appointment-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.btn-edit, .btn-cancel {
  cursor: pointer;
  border: 2px solid;
  border-radius: 26px;
  padding: 10px 24px;
  font-size: .9rem;
  font-weight: 600;
  transition: all .3s;
}

.btn-edit {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.btn-edit:hover {
  color: var(--primary-color);
  background-color: #0000;
}

.btn-cancel {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-cancel:hover {
  color: #dc3545;
  background-color: #0000;
}

.warning-text {
  color: #856404;
  font-size: .85rem;
  font-style: italic;
}

.modal-overlay {
  z-index: 1000;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-content {
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 450px;
  padding: 35px;
  animation: .2s ease-out modalFadeIn;
  box-shadow: 0 10px 40px #0003;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-content h3 {
  color: var(--text-color);
  margin: 0 0 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

.modal-content p {
  color: #495057;
  margin: 0 0 25px;
  font-size: 1rem;
  line-height: 1.6;
}

.modal-summary {
  text-align: left;
  background: #f8f9fa;
  border-radius: 12px;
  margin: 20px 0;
  padding: 20px;
}

.modal-summary p {
  color: var(--text-color);
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.6;
}

.modal-summary p:last-child {
  margin-bottom: 0;
}

.modal-summary strong {
  color: var(--primary-color);
  font-weight: 600;
}

.modal-actions {
  justify-content: flex-end;
  gap: 12px;
  display: flex;
}

.btn-confirm, .btn-cancel-modal {
  cursor: pointer;
  border: 2px solid;
  border-radius: 26px;
  padding: 10px 24px;
  font-size: .9rem;
  font-weight: 600;
  transition: all .3s;
}

.btn-confirm {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.btn-confirm:hover {
  color: var(--primary-color);
  background-color: #0000;
}

.btn-cancel-modal {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-cancel-modal:hover {
  color: #dc3545;
  background-color: #0000;
}

.edit-mode-badge {
  color: #856404;
  background-color: #ffc107;
  border-radius: 20px;
  margin-left: 15px;
  padding: 8px 16px;
  font-size: .9rem;
  font-weight: 700;
  display: inline-block;
}

@media (max-width: 768px) {
  .user-dashboard {
    padding: 15px 20px;
  }

  .appointment-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .appointment-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .btn-edit, .btn-cancel {
    text-align: center;
    flex: 1;
  }

  .modal-content {
    padding: 25px 20px;
  }

  .modal-actions {
    flex-direction: column;
  }

  .btn-confirm, .btn-cancel-modal {
    width: 100%;
  }
}

.embedded-checkout-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.checkout-header {
  text-align: center;
  margin-bottom: 30px;
}

.checkout-header h2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.checkout-header p {
  color: #666;
  font-size: 1.1rem;
}

.checkout-summary-box {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 20px;
}

.summary-row {
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  display: flex;
}

.payment-form {
  margin-bottom: 20px;
}

.pay-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.pay-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #667eea66;
}

.pay-button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.spinner-icon {
  animation: 1s linear infinite spin;
}

.secure-notice {
  text-align: center;
  color: #666;
  margin-top: 15px;
  font-size: .9rem;
}

.checkout-loading, .checkout-error {
  text-align: center;
  padding: 40px 20px;
}

.checkout-loading .spinner-icon {
  color: #667eea;
  margin-bottom: 15px;
  font-size: 3rem;
}

.page-container {
  background: #f5f7fa;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.loading-container {
  text-align: center;
}

.spinner-large {
  color: #667eea;
  font-size: 3rem;
  animation: 1s linear infinite spin;
}

.embedded-checkout-page {
  background: #f5f7fa;
  min-height: 100vh;
  padding: 40px 20px;
}

.subscription-info-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 24px;
}

.subscription-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subscription-header h3 {
  color: #111827;
  margin: 0;
  font-size: 1.25rem;
}

.subscription-badge {
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: .875rem;
  font-weight: 600;
}

.subscription-details {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.subscription-detail-row {
  border-bottom: 1px solid #f3f4f6;
  justify-content: space-between;
  padding: 8px 0;
  display: flex;
}

.subscription-detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  color: #6b7280;
  font-weight: 500;
}

.detail-value {
  color: #111827;
  font-weight: 600;
}

.subscription-plans {
  margin-bottom: 32px;
}

.subscription-plans h3 {
  color: #111827;
  margin-bottom: 16px;
}

.plans-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  display: grid;
}

.plan-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  transition: all .3s;
  position: relative;
}

.plan-card:hover {
  border-color: #52b788;
  box-shadow: 0 4px 12px #52b7881a;
}

.plan-card.premium {
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 100%);
  border-color: #52b788;
}

.best-badge {
  color: #fff;
  background: linear-gradient(135deg, #52b788, #2d6a4f);
  border-radius: 12px;
  padding: 4px 12px;
  font-size: .75rem;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: 20px;
}

.plan-card h4 {
  color: #111827;
  margin: 0 0 12px;
  font-size: 1.5rem;
}

.plan-price {
  color: #52b788;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
}

.plan-price span {
  color: #6b7280;
  font-size: 1rem;
  font-weight: 400;
}

.plan-features {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.plan-features li {
  color: #374151;
  padding: 8px 0 8px 24px;
  position: relative;
}

.plan-features li:before {
  content: "✓";
  color: #52b788;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.plan-action-btn {
  color: #fff;
  cursor: pointer;
  background: #52b788;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 12px 24px;
  font-weight: 600;
  transition: all .3s;
}

.plan-action-btn:hover {
  background: #2d6a4f;
  transform: translateY(-2px);
}

.plan-action-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.plan-action-btn.premium-btn {
  background: linear-gradient(135deg, #52b788, #2d6a4f);
}

.danger-zone {
  background: #fff;
  border: 2px solid #fee;
  border-radius: 12px;
  margin-top: 32px;
  padding: 24px;
}

.danger-zone h3 {
  color: #dc2626;
  margin-bottom: 16px;
}

.danger-zone-content {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.danger-zone-content h4 {
  color: #111827;
  margin: 0 0 8px;
}

.danger-zone-content p {
  color: #6b7280;
  margin: 0;
  font-size: .9rem;
}

.danger-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #dc2626;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all .3s;
}

.danger-btn:hover {
  background: #b91c1c;
}

.danger-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.resume-zone {
  background: #fff;
  border: 2px solid #d1fae5;
  border-radius: 12px;
  margin-top: 32px;
  padding: 24px;
}

.resume-zone h3 {
  color: #059669;
  margin-bottom: 16px;
}

.resume-zone-content {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.resume-zone-content h4 {
  color: #111827;
  margin: 0 0 8px;
}

.resume-zone-content p {
  color: #6b7280;
  margin: 0;
  font-size: .9rem;
}

.resume-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #059669;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all .3s;
}

.resume-btn:hover {
  background: #047857;
}

.resume-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.modal-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
  transition: all .3s;
}

.modal-btn.cancel {
  color: #374151;
  background: #e5e7eb;
}

.modal-btn.cancel:hover {
  background: #d1d5db;
}

.modal-btn.confirm {
  color: #fff;
  background: #dc2626;
}

.modal-btn.confirm:hover {
  background: #b91c1c;
}

.modal-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .danger-zone-content, .resume-zone-content {
    flex-direction: column;
    align-items: stretch;
  }

  .danger-btn, .resume-btn {
    width: 100%;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  color: #fff;
  background: linear-gradient(135deg, #233d4d 0%, #1a2f3d 100%);
  margin-top: 60px;
  padding: 50px 20px 20px;
}

.footer-content {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: grid;
}

.footer-section h3 {
  color: #52b788;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 800;
}

.footer-section h4 {
  color: #52b788;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 700;
}

.footer-section p {
  color: #b8c5d0;
  font-size: .95rem;
  line-height: 1.6;
}

.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section li {
  margin-bottom: 10px;
}

.footer-section a {
  color: #b8c5d0;
  font-size: .95rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-section a:hover {
  color: #52b788;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #ffffff1a;
  padding-top: 20px;
}

.footer-bottom p {
  color: #b8c5d0;
  margin: 0;
  font-size: .9rem;
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer {
    margin-top: 40px;
    padding: 40px 20px 20px;
  }
}

.policy-page {
  background: #f5f5f5;
  min-height: 100vh;
  padding: 40px 20px 60px;
}

.policy-container {
  background: #fff;
  border-radius: 16px;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  box-shadow: 0 4px 20px #00000014;
}

.policy-page h1 {
  color: #233d4d;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 800;
}

.last-updated {
  color: #666;
  margin-bottom: 30px;
  font-size: .9rem;
  font-style: italic;
}

.policy-page section {
  margin-bottom: 35px;
}

.policy-page h2 {
  color: #233d4d;
  border-bottom: 2px solid #52b788;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}

.policy-page h3 {
  color: #233d4d;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 1.3rem;
  font-weight: 600;
}

.policy-page p {
  color: #555;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.8;
}

.policy-page ul {
  margin-bottom: 15px;
  padding-left: 30px;
  list-style: outside;
}

.policy-page li {
  color: #555;
  margin-bottom: 8px;
  line-height: 1.8;
}

.policy-page strong {
  color: #233d4d;
  font-weight: 600;
}

.policy-page a {
  color: #52b788;
  font-weight: 600;
  text-decoration: none;
}

.policy-page a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .policy-container {
    padding: 30px 20px;
  }

  .policy-page h1 {
    font-size: 2rem;
  }

  .policy-page h2 {
    font-size: 1.3rem;
  }

  .policy-page h3 {
    font-size: 1.1rem;
  }
}

.success-page {
  background: linear-gradient(135deg, #52b788, #2d6a4f);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  display: flex;
}

.success-container {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  max-width: 500px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px #0003;
}

.success-page .spinner-large {
  color: #52b788;
  margin-bottom: 20px;
  font-size: 4rem;
  animation: 1s linear infinite spin;
}

.success-page h1 {
  color: #333;
  margin-bottom: 10px;
  font-size: 2rem;
}

.success-page p {
  color: #666;
  font-size: 1.1rem;
}

.return-page {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  display: flex;
}

.return-page.success {
  background: linear-gradient(135deg, #52b788, #2d6a4f);
}

.return-page.error {
  background: linear-gradient(135deg, #e63946, #a4161a);
}

.return-container {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  padding: 60px 40px;
  animation: .5s ease-out slideUp;
  box-shadow: 0 20px 60px #0003;
}

.icon-large {
  margin-bottom: 20px;
  font-size: 5rem;
}

.success-icon {
  color: #52b788;
  animation: .5s ease-out .2s both scaleIn;
}

.error-icon {
  color: #e63946;
}

.spinner {
  color: #667eea;
  animation: 1s linear infinite spin;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.return-page h1 {
  color: #333;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 800;
}

.return-page p {
  color: #666;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.redirect-notice {
  color: #999;
  margin-bottom: 30px;
  font-size: .95rem;
  font-style: italic;
}

.btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  padding: 14px 32px;
  font-size: 1.05rem;
  font-weight: 700;
  transition: all .3s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #667eea66;
}

.error .btn {
  background: linear-gradient(135deg, #e63946, #a4161a);
}

.error .btn:hover {
  box-shadow: 0 8px 20px #e6394666;
}

.loading-page {
  background: #f5f7fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.loading-page .spinner {
  color: #667eea;
  font-size: 3rem;
  animation: 1s linear infinite spin;
}

/* [project]/node_modules/react-big-calendar/lib/css/react-big-calendar.css [app-client] (css) */
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  text-transform: none;
  appearance: button;
  cursor: pointer;
  overflow: visible;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.rbc-m-b-negative-3 {
  margin-bottom: -3px;
}

.rbc-h-full {
  height: 100%;
}

.rbc-calendar *, .rbc-calendar :before, .rbc-calendar :after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  flex: 1 0;
  min-height: 0;
  padding: 0 3px;
  font-size: 90%;
  font-weight: bold;
  overflow: hidden;
}

.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
  user-select: text;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.rbc-row-content {
  -webkit-user-select: none;
  user-select: none;
  z-index: 4;
  position: relative;
}

.rbc-row-content-scrollable {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  overflow-y: scroll;
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.rbc-toolbar .rbc-toolbar-label {
  text-align: center;
  flex-grow: 1;
  padding: 0 10px;
}

.rbc-toolbar button {
  color: #373a3c;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  padding: .375rem 1rem;
  line-height: normal;
  display: inline-block;
}

.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
  box-shadow: inset 0 3px 5px #00000020;
}

.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-toolbar button:hover {
  color: #373a3c;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  white-space: nowrap;
  display: inline-block;
}

.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 0 4px 4px 0;
}

.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px 0 0 4px;
}

.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.rbc-btn-group button + button {
  margin-left: -1px;
}

.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}

.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .rbc-toolbar {
    flex-direction: column;
  }
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  text-align: left;
  background-color: #3174ad;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 2px 5px;
}

.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}

.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}

.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px #33333380;
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-row {
  flex-direction: row;
  display: flex;
}

.rbc-row-segment {
  padding: 0 1px 1px;
}

.rbc-selected-cell {
  background-color: #0000001a;
}

.rbc-show-more {
  z-index: 4;
  color: #3174ad;
  background-color: #ffffff4d;
  height: auto;
  font-size: 85%;
  font-weight: bold;
  line-height: normal;
}

.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.rbc-month-header {
  flex-direction: row;
  display: flex;
}

.rbc-month-row {
  flex-direction: column;
  flex: 1 0 0;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  text-align: right;
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
}

.rbc-date-cell.rbc-now {
  font-weight: bold;
}

.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  flex-direction: row;
  flex: 1 0 0;
  display: flex;
  right: 1px;
  overflow: hidden;
}

.rbc-day-bg {
  flex: 1 0;
}

.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
  position: absolute;
  box-shadow: 0 5px 15px #00000040;
}

.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  flex-direction: column;
  flex: 1 0 0;
  display: flex;
  overflow: auto;
}

.rbc-agenda-view table.rbc-agenda-table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  vertical-align: top;
  padding: 5px 10px;
}

.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  text-transform: lowercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}

.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 3px 5px;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}

.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}

.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell, .rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  flex-flow: column;
  min-height: 40px;
  display: flex;
}

.rbc-time-gutter, .rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}

.rbc-day-slot .rbc-events-container {
  margin-right: 10px;
  position: absolute;
  inset: 0;
}

.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}

.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  flex-flow: column wrap;
  align-items: flex-start;
  min-height: 20px;
  max-height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.rbc-day-slot .rbc-background-event {
  opacity: .75;
}

.rbc-day-slot .rbc-event-label {
  flex: none;
  width: auto;
  padding-right: 5px;
}

.rbc-day-slot .rbc-event-content {
  word-wrap: break-word;
  flex: 1 1 0;
  width: 100%;
  height: 100%;
  min-height: 1em;
  line-height: 1;
}

.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter, .rbc-time-view-resources .rbc-time-header-gutter {
  z-index: 10;
  background-color: #fff;
  border-right: 1px solid #ddd;
  margin-right: -1px;
  position: sticky;
  left: 0;
}

.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}

.rbc-time-view-resources .rbc-time-header-content {
  flex: 1 0 0;
  min-width: auto;
}

.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}

.rbc-time-view-resources .rbc-header, .rbc-time-view-resources .rbc-day-bg {
  flex: 1 1 0;
  -ms-flex-preferred-size: 0 px;
  flex-basis: 0 px;
  width: 140px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}

.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  color: #fff;
  background-color: #00000080;
  width: 100%;
  padding: 3px;
  font-size: 75%;
  position: absolute;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  border: 1px solid #ddd;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
}

.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}

.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}

.rbc-time-view .rbc-allday-events {
  z-index: 4;
  position: relative;
}

.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  flex-direction: row;
  flex: none;
  display: flex;
}

.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-left: 1px solid #ddd;
  border-right-width: 0;
}

.rbc-time-header > .rbc-row:first-child, .rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  border-left: 1px solid #ddd;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  border-top: 2px solid #ddd;
  flex: 1 0;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.rbc-time-content > .rbc-time-gutter {
  flex: none;
}

.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-time-content > .rbc-day-slot {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.rbc-current-time-indicator {
  z-index: 3;
  pointer-events: none;
  background-color: #74ad31;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.rbc-resource-grouping.rbc-time-header-content {
  flex-direction: column;
  display: flex;
}

.rbc-resource-grouping .rbc-row .rbc-header {
  width: 141px;
}

/*# sourceMappingURL=_ed584d8a._.css.map*/