/* ======= PAGE CONTENT ======= */
/* PAGE */
.customer-online-services-create-page {
  padding: 16px;
  padding-bottom: 120px;
}
/* HEADER */
.customer-online-services-create-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.customer-online-services-create-back-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 14px;
  background: #2563eb;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.customer-online-services-create-header-content {
  flex: 1;
}

.customer-online-services-create-title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.customer-online-services-create-subtitle {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}

/* INFO CARD */
.customer-online-services-create-info-card {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 24px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.customer-online-services-create-info-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  flex-shrink: 0;
}

.customer-online-services-create-info-content {
  flex: 1;
}

.customer-online-services-create-info-title {
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.customer-online-services-create-info-text {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

/* SECTION */
.customer-online-services-create-section {
  margin-bottom: 24px;
}

.customer-online-services-create-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.customer-online-services-create-section-title {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}

/* BUTTONS */
.customer-online-services-create-upload-btn {
  width: 100%;
  height: 52px;
  border: 2px dashed #cbd5e1;
  border-radius: 18px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

/* PHOTO GRID */
.customer-online-services-create-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

/* TEXTAREA */
.customer-online-services-create-textarea {
  width: 100%;
  min-height: 120px;
  border: none;
  border-radius: 22px;
  background: white;
  padding: 16px;
  resize: none;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.customer-online-services-create-textarea:focus {
  outline: none;
}

/* COUNTER */
.customer-online-services-create-counter {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  color: #94a3b8;
}

/* FOOTER */
.customer-online-services-create-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 70px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.customer-online-services-create-submit-btn {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.28);
}

/* GRID */
.customer-online-services-create-readings-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 10px));
  justify-content: space-between;
  gap: 0;
}

/* MINI CARD */
.customer-online-services-create-mini-reading-card {
  background: #fff;
  outline: 1.5px solid #1d4ed8;
  border-radius: 22px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  box-shadow: inset 0 0 0 3px #1d4ed8;
}

/* ICON */
.customer-online-services-create-mini-reading-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 10px;
}

/* NAME */
.customer-online-services-create-mini-reading-name {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  line-height: 1.05;
  min-height: 34px;
  margin-bottom: 0px;
}

/* WHEEL */
.customer-online-services-create-mini-wheel-wrapper {
  position: relative;
  width: calc(100% - 8px);
  height: 150px;
  overflow: hidden;
  margin: 0 4px;
}

.customer-online-services-create-mini-wheel-selector {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  border-top: 2px solid #2563eb;
  border-bottom: 2px solid #2563eb;
  background: rgba(37, 99, 235, 0.05);
  z-index: 10;
}

.customer-online-services-create-mini-wheel {
  height: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.customer-online-services-create-mini-wheel::-webkit-scrollbar {
  display: none;
}

.customer-online-services-create-mini-wheel-value {
  width: 100%;
  min-height: 30px;
  border: none;
  background: transparent;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
  transition: 0.18s;
}

.customer-online-services-create-mini-wheel-value.active {
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
  transform: scale(1.08);
}

/* ADD BUTTON */
.customer-online-services-create-add-reading-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.customer-online-services-create-add-reading-btn {
  height: 48px;
  padding: 0 18px;
  border: none;
  border-radius: 14px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* READINGS CARD */
.customer-online-services-create-readings-card {
  background: white;
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* HEADER */
.customer-online-services-create-readings-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.customer-online-services-create-readings-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.customer-online-services-create-readings-card-title i {
  color: #2563eb;
}

.customer-online-services-create-readings-card-arrow {
  color: #94a3b8;
  transition: 0.2s;
}

.customer-online-services-create-readings-card-arrow.active {
  transform: rotate(180deg);
}

/* BODY */
.customer-online-services-create-readings-card-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.25s ease;
}

.customer-online-services-create-readings-card-body.active {
  max-height: 5000px;
  opacity: 1;
  padding-top: 18px;
}

/* ======= PHOTOS BLOCK ======= */

/* PHOTOS CARD */
.customer-online-services-create-photos-card {
  background: white;
  margin-top: 10px;
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* HEADER */
.customer-online-services-create-photos-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.customer-online-services-create-photos-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.customer-online-services-create-photos-card-title i {
  color: #2563eb;
}

.customer-online-services-create-photos-card-arrow {
  color: #94a3b8;
  transition: 0.2s;
}

.customer-online-services-create-photos-card-arrow.active {
  transform: rotate(180deg);
}

/* BODY */
.customer-online-services-create-photos-card-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.25s ease;
}

.customer-online-services-create-photos-card-body.active {
  max-height: 5000px;
  opacity: 1;
  padding-top: 18px;
}

/* GRID */
.customer-online-services-create-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

/* PHOTO */
.customer-online-services-create-photo-item {
  position: relative;
  height: 140px;
  border-radius: 22px;
  overflow: hidden;
  background: #f8fafc;
}

.customer-online-services-create-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DELETE */
.customer-online-services-create-photo-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ADD BUTTON */
.customer-online-services-create-add-photo-wrapper {
  margin-top: 18px;
}

.customer-online-services-create-add-photo-btn {
  height: 48px;
  padding: 0 18px;
  border: none;
  border-radius: 14px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* HEADER RIGHT */

.customer-online-services-create-card-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* COUNTER */

.customer-online-services-create-card-counter {
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: #2563eb;
  color: white;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* COUNTER STATES */
.customer-online-services-create-card-counter.danger {
  background: #ef4444;
}

.customer-online-services-create-card-counter.warning {
  background: #f59e0b;
}

.customer-online-services-create-card-counter.success {
  background: #2563eb;
}

/* ======= BLOCK NOTES CARD ======= */

/* NOTES CARD */
.customer-online-services-create-notes-card {
  background: white;
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* HEADER */
.customer-online-services-create-notes-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.customer-online-services-create-notes-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.customer-online-services-create-notes-card-title i {
  color: #2563eb;
}

.customer-online-services-create-notes-card-arrow {
  color: #94a3b8;

  transition: 0.2s;
}

.customer-online-services-create-notes-card-arrow.active {
  transform: rotate(180deg);
}

/* BODY */
.customer-online-services-create-notes-card-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.25s ease;
}

.customer-online-services-create-notes-card-body.active {
  max-height: 1200px;
  opacity: 1;
  padding-top: 18px;
}
