@font-face {
  font-family: 'Poppins';
  src: url(Poppins/Poppins-Regular.ttf) format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(Poppins/Poppins-Bold.ttf) format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Poppins';
  src: url(Poppins/Poppins-SemiBold.ttf) format('truetype');
  font-weight: 500;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}

.ipad-page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  max-height: 73px;
  background: #fff;
  width: 100%;
  z-index: 100;
}

.logo {
  width: 180px;
  height: auto;
  margin: 20px 30px;
}


header .logo {
  height: 55px;
  width: auto;
  margin: 20px 30px;
}

.vertical-divider {
  height: 30px;
  border-left: 1px solid #ebebeb;
}

.title {
  font-size: 20px;
  margin: 20px 30px;
}

.login-btn {
  font-size: 16px;
  display: flex;
  border-radius: 30px;
  border: 1px solid #ccc;
  background-color: transparent;
  padding-right: 15px;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  margin-right: 30px;
  margin-left: auto;
}

.login-btn img {
  height: auto;
  width: 40px;
  margin: 3px;
}

main {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-image: url("fogot_img1030/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}

.headings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.headings .title {
  font-size: 40px;
  margin: 0;
}

.headings .subtitle {
  font-size: 20px;
  color: #7c7c7c;
}

button {
  cursor: pointer;
}

 .button-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
 }

.booking-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 10%;
  align-items: center;
  justify-content: center;
  background-image: url("fogot_img1030/booking_bg.png"), url("fogot_img1030/Rectangle_34626897.png");
  background-size: cover, auto;
  background-position: center;
  background-repeat: no-repeat;
}

.booking-card img {
  width: 50%;
  height: auto;
}

.booking-btn {
  display: flex;
  color: white;
  font-size: 20px;
  background: transparent;
  border: 1px solid white;
  border-radius: 30px;
  padding: 10px 30px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.booking-btn img {
  width: auto;
  height: 20px;
}

.right-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.square-row {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.rect-row {
  display: flex;
  gap: 20px;
}

.square-btn {
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 180px;
  border-radius: 15%;
  border: none;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
}

.right-column img {
  width: 25%;
  margin: 10px;
}

.rectangular-btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 150px;
  border-radius: 15px;
  border: none;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}


/* booking page elements */
.booking-details {
  display: flex;
  flex-direction: column;
  width: 588px;
  height: auto;
  top: 108px;
  left: 303px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 6px 16px #0000001F;
  z-index: 200;
}

.ipad_booking_mobile_panel {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  z-index: 300 !important;
}

.booking-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.clinic-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 2px 10px;
  gap: 5px;
}

.clinic-name img {
  height: 15px;
  width: auto;
}

.close-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  align-items: center;
}
.close-btn img {
  width: 20px;
  height: auto;
}

.booking-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

.progress-bar .steps {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.progress-bar .step {
  font-size: 16px;
  display: flex;
  color: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  justify-content: center;
  align-items: center;
}

.step img {
  width: 17px;
  height: auto;
}

.step.active {
  color: #006aff;
  border-color: #006aff;
  background-color: #f2f9ff;
}

.step.completed {
  border-color: #006aff;
  background-color: #006aff;
}

.progress-bar .line {
  border-top: 1px solid #ccc;
  width: 80px;
}

.line.active {
  border-top: 1px dashed #006aff;
}

.line.completed {
  border-color: #006aff;
}

.labels {
  font-size: 16px;
  color: #999a9e;
  display: flex;
  width: 540px;
  margin-top: 5px;
}

.active {
  color: #006aff;
}

.service-provider {
  display: flex;
  flex-direction: column;
}

.service-provider .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin:  10px 20px;
}

.service-provider .label {
  font-size: 16px;
  width: 20%;
  color: #b5b5b5;
}

.service-provider .selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  background-color: #f2f9ff;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: left;
}

.selection .dropdown {
  width: 13px;
  height: 10px;
  background: #006aff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.service-provider .service-info {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  gap: 100px;
  padding: 10px;
  margin: 25px 0;
}

.service-info .vertical-divider {
  height: 10px;
  width: 0;
  border-left: 1px solid #b5b5b5;
}

.service-info .details {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #b5b5b5;
  gap: 5px;
}

.details img {
  width: auto;
  height: 13px;
}

.service-info .duration {
  color: #006aff;
}

.service-info .price {
  color: #ff4141;
}

.booking-footer {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.next-btn {
  color: white;
  background-color: #006aff;
  border: none;
  border-radius: 3px;
  width: 150px;
  padding: 8px;
  margin-bottom: 20px;
}

.prev-btn {
  color: #006aff;
  background-color: white;
  border: 1px solid #006aff;
  border-radius: 3px;
  width: 150px;
  padding: 8px;
  margin-bottom: 20px;
}

.next-btn:hover,
.prev-btn:hover {
  background-color: #58b1ff;
}

/* Employees element */
.employee-selector {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #c1cde9;
  margin: 20px;
  margin-top: 0px;
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
}

.tab-bar {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f3f7;
}

.tab {
  font-size: 16px;
  flex: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  color: #6b7280;
}

input.hide {
  display: none;
}

.radio {
  width: 18px;
  height: 18px;
  border: 2px solid #999a9e;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab.active {
  background: #fff;
  color: #2563eb;
}

.tab.active .radio,
.option.active .radio {
  border-color: #2563eb;
}

.tab.active .radio::after,
.option.active .radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #2563eb;
  border-radius: 50%;
  flex-shrink: 0;
}

.option.opt-left {
  justify-content: flex-start;
}

.content {
  display: flex;
  flex: 1;
  justify-content: center;
  margin: 8px;
}

.content-item {
  display: none;
}

.content-item.active {
  display: flex;
  flex: 1;
  height: 200px;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}

.random {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content img {
  width: 130px;
}

.description {
  color: #9ca3af;
  font-size: 16px;
}

.employee-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.option {
  display: flex;
  color: black;
  font-size: 16px;
  background-color: #f2f9ff;
  height: auto;
  width: auto;
  margin: 8px;
  gap: 15px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}

.option.active {
  border: 1px solid #2563eb;
}

.option img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.therapist-info {
  display: flex;
  flex-direction: column;
  width: auto;
}

.therapist-info .name {
  font-weight: bold;
}


/* Time elements */
.date-time {
  display: flex;
  margin: 20px;
  margin-top: 0;
  gap: 10px;
}

.calendar {
  height: 330px;
  width: 350px;
  border: 1px solid #ccc;
  border-radius: 16px;;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.calendar-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 15px;
}

.calendar-header button {
  display: flex;
  font-size: 18px;
  width: 25px;
  height: 25px;
  border: 1px solid #6b7280;
  border-radius: 50%;
  background-color: transparent;
  justify-content: center;
  align-items: center;
}

.weekdays, .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.weekdays {
  font-size: 16px;
  color: #888;
}

.days button {
  height: 40px;
  cursor: pointer;
  border-radius: 10px;
  border: none;
  background-color: transparent;
}

.days button:hover {
  color: black;
  background: #f0f3ff;
}

.not-this-month {
  color: #ccc;
}

button.selected {
  background-color: #006aff;
  color: white;
}

button.today {
  border: 1px solid #006aff;
}

.availability {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 330px;
  overflow: auto;
}

.morning,
.afternoon,
.evening {
  font-size: 16px;
  color: #999a9e;
  margin: 5px;
}

.availability .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.time-button {
  font-size: 16px;
  font-weight: bold;
  height: auto;
  padding: 5px;
  margin: 5px 0;
  border-radius: 20px;
  color: #0b7a38;
  border: 1px solid #9fddba;
  background-color: #ecfbf2;
}

.time-button.disabled {
  color: #ccc;
}

.time-button.chosen {
  color: white;
  background-color: #006aff;
  border-color: #006aff;
}


/* Detail elements */
.appointment {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #006aff;
  border-radius: 16px;
  justify-content: center;
  align-items: left;
}

.horizontal-divider {
  border-bottom: 1px solid #ccc;
  height: 1px;
  margin: 20px 0;
}

.dateNtime {
  display: flex;
  font-size: 20px;
  align-items: center;
  gap: 10px;
}

.location,
.service-item {
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 10px;
}

.location {
  color: #2563eb;
}

.dateNtime img,
.location img {
  width: auto;
  height: 20px;
}

.service-item img {
  width: auto;
  height: 40px;
}

/* Payment elements */
.payment-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.payment-method {
  display: flex;
  width: 95%;
  background-color: #f2f9ff;
  border: none;
  border-radius: 16px;
  padding: 15px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.payment-method .img-container {
  display: flex;
  border: 1px solid #2563eb;
  border-radius: 50%;
  padding: 8px;
}

.payment-method img {
  width: auto;
  height: 20px;
}

.payment-method .label {
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.payment-method .price {
  color: #ff5e41;
  font-size: 16px;
  font-weight: 500;
}

.payment-method .radio {
  margin-left: auto;
  border: 1px solid #2563eb;
}

.payment-method.active .radio::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2563eb;
  border-radius: 50%;
  flex-shrink: 0;
}

.note {
  font-size: 16px;
  margin: 20px;
  color:#7c7c7c;
}

.note input {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #f2f9ff;
  border: none;
  border-radius: 10px;
  padding: 16px;
}

.note ::placeholder {
  color: #ccc;
}