.container {
  width: 980px;
  height: 560px;
  margin: 30px auto;
  background-color: #f5f7fa;
  display: flex;
}

.layout {
  width: 230px;
  height: 100%;
  background-color: #292d32;
}

.title,
.main,
.footer {
  width: 720px;
}

.layout-item {
  padding: 30px;
}

.stages {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.stages .stage-count {
  margin: 0;
  padding: 3px 8px;
  border-radius: 50%;
  color: #fff;
  background-color: #626c76;
}

.stages .stage {
  margin: 0;
  font-family: "Poppins" sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #626c76;
}

.title {
  padding: 5px 30px;
  border-bottom: 1px solid #e3eaf3;
}

.title h2 {
  color: #292d32;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
}

.main {
  height: 65%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 25px 30px;
  overflow: hidden;
  /* overflow: scroll; */
}

.main .staffs {
  width: 100%;
}

.staff {
  margin-bottom: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #ffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.main .staffs .staff.active {
  border: 1px solid #4fbf65;
}

.staff-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.staff .image {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.staff .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.description .name p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  line-height: 21px;
  color: #292d32;
  text-align: left;
}

.description .email p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #828f9a;
}

.staffs .staff .price {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #4fbf65;
  text-align: right;
}

/* select-service */
.select-service {
  display: none;
}

.select-service .service.active {
  border: 1px solid #4fbf65;
}

/* SelecktDate */
.select-date-time {
  display: none;
}

.select-date-time .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 40px;
}

.select-date-time .date-name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.select-date-time .date-name p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #000000;
}

.select-date-time .date-name i {
  cursor: pointer;
}

.select-date-time .times {
  width: 305px;
  height: 309px;
  box-shadow: 0px 0px 30px 0px #0000000d;
  background: #ffffff;
}

.select-date-time .date {
  width: 370px;
  height: 309px;
  background-color: #ffff;
  box-shadow: 0px 0px 30px 0px #0000000d;
}

.select-date-time .date-item {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3eaf3;
}

.select-date-time .date-item p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: #c8c9cc;

  margin: 0;
}

.select-date-time .calendar {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding: 8px;
}

.calendar .calendar-item {
  width: 50px;
  height: 40px;
  margin: 4px;
  padding: 11px, 0px, 6px, 0px;
  font-family: "Poppins", sans-serif;
  color: #aaacaf;
  background: #f5f7fa;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.calendar-item.active {
  color: #111111;
}

.time-name {
  border-bottom: 1px solid #e3eaf3;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time-name p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #6c70dc;
}

.time-count {
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
}

.time-item {
  width: 85px;
  height: 55px;
  padding: 7px, 22px, 6px, 21px;
  background: #eceff2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
  flex-direction: column;
}

.time-item span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.time-item.active {
  background: #53d56c;
  color: #ffff;
}
/* //// */
.confirm-detailes {
  position: relative;
}
.confirm-detailes .main {
  display: block;
}
.form {
  width: 100%;
}
.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-bottom: 15px;
}

.form-item input {
  width: 335px;
  height: 46px;
  padding: 0 10px;
  border: 1px solid #e3eaf3;
  outline: none;
}

.form-item p,
.form-item span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #292d32;
  margin-top: 0;
}

.form-item span {
  color: #ef264d;
}

.note {
  width: 100%;
}

.note .description {
  padding: 18px 25px 3px 25px;
  border: 1px solid #e3eaf3;
  background-color: #ffffff;
}

.description .des-item {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

.description .des-item p {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #111111;
}

.description .des-item .des-left {
  color: #6c70dc;
}

.description .des-item .price {
  color: #4fbf65;
}
/* ///////// */

.footer {
  padding: 20px 30px;
  text-align: end;
  background-color: #ffffff;
  border-top: 1px solid #e3eaf3;
  position: relative;
}

.footer-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .btn {
  text-transform: uppercase;
  border: none;
  padding: 9px 14px;
  border-radius: 2px;
  cursor: pointer;
  color: #ffff;
  background-color: #6c70dc;
}

.footer .btn.back {
  color: #8f9ca7;
  background-color: #f7f8fb;
  border: 1px solid #e3eaf3;
}

.footer button.btn.btn-error {
  display: flex;
  gap: 10px;
  background-color: #f4be6c;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s linear;
  overflow: hidden;
  opacity: 0;
}

.confirm-detailes div.btn.btn-error {
  width: 450px;
  height: 155px;
  border: none;
  padding: 15px 10px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  gap: 10px;
  background-color: #ffff;
  position: absolute;
  top: 55%;
  left: 40%;
  transition: 0.6s linear;
  overflow: hidden;
  opacity: 0;
}

.confirm-detailes div.btn.btn-error div {
  text-align: right;
}
.confirm-detailes div.btn.btn-error button {
  color: #7f7f7f;
  font-size: 18px;
  border-radius: 3px;
  padding: 3px 10px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  transition: 0.2s linear;
}

.confirm-detailes div.btn.btn-error button:hover {
  background: rgba(0, 0, 0, 0.2);
}

.confirm-detailes div.btn.btn-error p {
  text-align: center;
  padding-top: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

/* stages active */
.layout .stages.active-stages p:first-child {
  background-color: #53d56c;
}
.layout .stages.active-stages p:last-child {
  color: #53d56c;
}

/* stages completed */
.completed-stages-one {
  display: none;
}
.completed-stages-two {
  display: none;
}
.completed-stages-three {
  display: none;
}
.completed-stages-four {
  display: none;
}
/* .layout .stages.completed-stages p, */
.layout .stages i {
  color: #ffff;
}
.layout .stages i {
  background-color: #6c70dc;
  padding: 4px 5px;
  border-radius: 50%;
}

.container {
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  display: none;
}
