.order-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background-color: #fff;
  transform: scale(0);
  height: 0;
}

.go-back-order {
  width: 17.25px;
  height: 15px;
  color: #181914;
}

.title-order {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  display: flex;
  align-items: center;
}

.title-order span {
  color: #181914;
  font-weight: 800;
}

.close {
  width: 20px;
  height: 20px;
  color: #5d5d5d;
}

.bottom-button {
  position: absolute;
  bottom: 75px;
  padding: 0 10px;
  left: 0;
  right: 0;
}

.prev-step,
.next-step {
  background-color: #fff;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ff6a4c;
  border-radius: 18px;
  cursor: pointer;
  /* margin-bottom: 20px; */
}
.prev-step {
  background-color: #ff6a4c;
  color: #fff;
  padding: 5px;
}
.next-prev-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 auto;
  /* margin-top: 20px; */
}

.fixed-position {
  display: none;
}

.date-boxes-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  overflow-x: auto;
}

.next-step {
  padding: 10px 0;
  padding: 6px;
  border: 1px solid #ff6a4c;
}

.put-padding {
  border: 1px solid #ff6a4c;
  padding: 10px 0;
}

/* .bigger-width {
  width: 600px !important;
} */

.question-text-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #777;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
}

.radio-question-form {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #c5c3c3;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

.question-text-checkbox .label-title {
  width: 100%;
}

.question-text-checkbox .label-title,
.radio-question-form .text-radio {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: right;
  color: #777;
}

label {
  margin-bottom: 0 !important;
}

.text-radio-see-hours {
  font-size: 8px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  color: #777;
}

.radio-question-form .text-radio {
  margin-right: 10px;
}

.checkbox-wrapper-check {
  --blue: #0d7eff;
  --g08: #e1e5eb;
  --g04: #a18484;
}

.checkbox-wrapper-check .tgl-check {
  display: none;
}

.checkbox-wrapper-check .tgl-check,
.checkbox-wrapper-check .tgl-check:after,
.checkbox-wrapper-check .tgl-check:before,
.checkbox-wrapper-check .tgl-check *,
.checkbox-wrapper-check .tgl-check *:after,
.checkbox-wrapper-check .tgl-check *:before,
.checkbox-wrapper-check .tgl-check + .tgl-btn-check {
  box-sizing: border-box;
}

.checkbox-wrapper-check .tgl-check::selection,
.checkbox-wrapper-check .tgl-check:after::selection,
.checkbox-wrapper-check .tgl-check:before::selection,
.checkbox-wrapper-check .tgl-check *::selection,
.checkbox-wrapper-check .tgl-check *:after::selection,
.checkbox-wrapper-check .tgl-check *:before::selection,
.checkbox-wrapper-check .tgl-check + .tgl-btn-check::selection {
  background: none;
}

.checkbox-wrapper-check .tgl-check + .tgl-btn-check {
  outline: 0;
  display: block;
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

/* .checkbox-wrapper-check .tgl-check + .tgl-btn-check:after {
  left: -15px;
  position: relative;
  display: block;
  content: "";
  width: 44%;
  height: 100%;
  border-radius: 2em;
  background: #fff;
  transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  content: "✖";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 6px;
} */
.checkbox-wrapper-check .tgl-check:checked + .tgl-btn-check:before {
  position: relative;
  left: 56.5%;
  content: "";
  width: 60%;
  height: 100%;
  background-color: #fff;
  content: "✔";
  border-radius: 2em;
  transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}

.checkbox-wrapper-check .tgl-ios-check + .tgl-btn-check {
  background: #e9e9e9;
  border-radius: 20rem;
  padding: 2px;
  transition: all 0.4s ease;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.checkbox-wrapper-check .tgl-ios-check + .tgl-btn-check::before {
  position: relative;
  display: block;
  content: "";
  width: 60%;
  left: -15px;
  height: 100%;
  border-radius: 2em;
  background: #fff;
  transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  content: "✖";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  padding-top: 2px;
}

.checkbox-wrapper-check .tgl-ios-check + .tgl-btn-check:active {
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}

.checkbox-wrapper-check .tgl-ios-check + .tgl-btn-check:active:after {
  padding-left: 0.4em;
}

.checkbox-wrapper-check .tgl-ios-check:checked + .tgl-btn-check {
  background: #aaddde;
}

.checkbox-wrapper-check .tgl-ios-check:checked + .tgl-btn-check:active {
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}

.checkbox-wrapper-check .tgl-ios-check:checked + .tgl-btn-check:active:after {
  margin-right: -0.4em;
}

.checkbox-wrapper-check .tgl-ios-check:checked + .tgl-btn-check:before {
  right: 0;
  top: 0;
  color: #0b090c;
  font-size: 10px;
  font-weight: 700;
}

.radio-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 12px 0;
  cursor: pointer;
  position: relative;
  /* gap: 6px; */
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

/* .radio-label input */
.radio-label input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* .design */
.design {
  width: 16px;
  height: 16px;
  border: 1px solid #777;
  border-radius: 100%;
  margin-right: 16px;
  position: relative;
  background-color: #e9e9e9;
}

.design::before,
.design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
}

.design:before {
  background: #e9e9e9;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
}

.design::after {
  background: #e9e9e9;
  opacity: 0.4;
  transition: 0.6s;
  width: 100%;
}

/* checked state */
.radio-label input:checked + .design::before {
  opacity: 1;
  transform: scale(1);
  width: 100%;
  height: 100%;
}

/* other states */
.radio-label input:hover + .design,
.radio-label input:checked + .design {
  border: 1px solid #777;
}

.radio-label input:hover + .design:before,
.radio-label input:checked + .design:before {
  background: #aaddde;
  content: "✔";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  padding-top: 4px;
}

/* .radio-label input:hover ~ .text-radio {
  color: blue;
} */
.radio-label input:checked + .design::after,
.radio-label input:active + .design::after {
  opacity: 0.1;
  transform: scale(2.6);
}

.question-section {
  width: 92%;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.progress-bar-navar {
  position: relative;
  margin-top: 15px;
  padding: 0 10px;
}

.progress-bar-navar::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -7px;
  width: 15px;
  height: 15px;
  background-color: #ff6a4c;
  border-radius: 50%;
  padding: 11px;
}

.segment {
  position: absolute;
  width: 2px;
  height: 3px;
  background-color: white;
  border-radius: 15px;
  top: 50%;
  left: 0;
  transform-origin: bottom;
  z-index: 10;
}

.segment:nth-child(1) {
  transform: translate(0, 0) rotate(0deg);
  margin: -9px 0 0 4.5px;
}

.segment:nth-child(2) {
  transform: translate(0, 0) rotate(30deg);
  margin: -8px 0 0 8px;
}

.segment:nth-child(3) {
  transform: translate(0, 0) rotate(60deg);
  margin: -6px 0 0 10px;
}

.segment:nth-child(4) {
  transform: translate(0, 0) rotate(90deg);
  margin: -3px 0 0 11px;
}

.segment:nth-child(5) {
  transform: translate(0, 0) rotate(120deg);
  margin: 0 0 0 10px;
}

.segment:nth-child(6) {
  transform: translate(0, 0) rotate(150deg);
  margin: 2px 0 0 8px;
}

.segment:nth-child(7) {
  transform: translate(0, 0) rotate(180deg);
  margin: 3px 0 0 4.5px;
}

.segment:nth-child(8) {
  transform: translate(0, 0) rotate(210deg);
  margin: 2px 0 0 2px;
}

.segment:nth-child(9) {
  transform: translate(0, 0) rotate(240deg);
  margin: 0 0 0 0;
}

.segment:nth-child(10) {
  transform: translate(0, 0) rotate(270deg);
  margin: -3px 0 0 -1px;
}

.segment:nth-child(11) {
  transform: translate(0, 0) rotate(300deg);
  margin: -6px 0 0 0;
}

.segment:nth-child(12) {
  transform: translate(0, 0) rotate(330deg);
  margin: -8px 0 0 2px;
}

.yes-is-active {
  border: 1px solid #aaddde;
}

.show-selected-date {
  width: 92%;
  margin: 20px auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.show-selected-date h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  color: #0b090c;
}

.show-selected-date h3 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #777;
}

.show-selected-date p {
  font-size: 8px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  color: #bfbfbf;
}

.first-section-details-order,
.third-section-details-order,
.fourth-section-details-order {
  width: 95%;
  margin: 10px auto;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 10px;
}

.fifth-section-details-order {
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 100px;
}

.fifth-section-details-order h3 {
  font-size: 12px;
  font-weight: 900;
  line-height: 18.6px;
  text-align: center;
  color: #181914;
}

.first-section-details-order {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
}

.first-section-details-order-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.first-section-details-order img {
  width: 35%;
  height: 200px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-section-details-order-left-part-four {
  display: flex;
  align-items: center;
  gap: 20px;
}

.order-detail-title {
  font-size: 16px;
  color: #777777;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 14px 0 0;
  padding: 10px;
}

.order-detail-title::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 0px;
  background-color: #777;
  border-radius: 50%;
  margin-top: 3px;
}

.order-with-status {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.status-text {
  margin: 16px 0;
}

.status-text span {
  font-weight: 800;
  font-size: 16px;
  margin-right: 6px;
}

/* .status-text i {
  width: 20px;
  height: 20px;
} */
.status-text img {
  width: 20px;
  height: 20px;
}

.order-title-information {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  color: #181914;
}

.order-information {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.order-information span {
  font-weight: 400;
  text-align: right;
  color: #777;
  font-size: 16px;
}

.order-information svg {
  width: 15px;
  height: 15px;
  /* margin-top: 10px; */
}

/* .order-detail-status {
  font-size: 10px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 14px 20px 0;
  padding: 10px;
}

.order-detail-status::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 0px;
  border-radius: 50%;
  margin-top: 3px;
} */

.order-detail-price {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  padding: 0 10px;
  /* margin: 6px 0; */
  gap: 8px;
}

.price-for-you {
  /* width: 100%; */
  width: 400px;
  background-color: #aaddde;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  gap: 40px;
  border: 1px solid #000;
}

.price-for-you h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  color: #0056B3;
  padding-top: 7px;
}

.see-price-range {
  /* align-self: flex-end; */
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  color: #ff6a4c;
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  white-space: nowrap;
}

.see-price-range:hover {
  color: #ff6a4c;
}

.see-price-range svg {
  width: 20px;
  height: 14px;
}

.order-detail-desc {
  padding: 0 10px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #777;
}

.discount-code {
  width: 95%;
  margin: 0 auto;
  padding: 5px;
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.discount-code input {
  border: none;
  outline: none;
  font-size: 12px;
}

.discount-code input::placeholder {
  font-size: 12px;
}

.discount-code button {
  background-color: #e9e9e9;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 107px;
  height: 30px;
}

.discount-code button span {
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #777;
  cursor: pointer;
}

.radio-question-form-order {
  width: 95%;
  margin: 5px auto;
}

.radio-question-form-order .text-radio {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: right;
  color: #777;
}

.radio-question-form-order .text-radio {
  margin-right: 10px;
}

.second-section-details-order {
  width: 95%;
  margin: 0 auto;
  background-color: #ceb7fb;
  border-radius: 10px;
  padding: 16px;
}

.second-section-details-order h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #0056B3;
}

.second-section-details-order p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #0056B3;
}

.third-section-details-order {
  padding: 16px;
}

.third-section-details-order h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  color: #181914;
  display: flex;
  align-items: center;
  gap: 6px;
}

.third-section-details-order h3 svg {
  width: 25px;
  height: 25px;
}

.map-order {
  margin: 10px 0;
  height: 400px;
}

.fourth-section-details-order {
  padding: 16px;
  /* margin-bottom: 100px; */
}

.fourth-section-details-order h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #181914;
}

.fourth-section-details-order h5 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #181914;
  margin-bottom: 30px;
}

.fourth-section-details-order h5 img {
  width: 25px;
  height: 25px;
}

.fourth-section-details-order h3 img {
  width: 25px;
  height: 25px;
}
.details-container {
  display: flex;
  flex-direction: column;
}
.order-detail-item {
  border-top: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 6px;
}
.summary-right {
  width: 15%;
}
.summary-left {
  width: 85%;
}
.summary-right h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #181914;
}
.summary-left h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #777;
  /* line-break: anywhere; */
}

.order-detail-footer {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
  padding: 12px;
}

.order-detail-footer a {
  border-radius: 18px;
  border: 1px solid #ff6a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 15px;
}

.text-blue {
  color: #0056B3;
}

.upload-file-button {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #ff6a4c;
  border: 1px solid #ff6a4c;
  font-size: 16px;
  background-color: #fff;
  padding: 10px 20px;
}

.new-file-upload-button {
  border: 1px dashed #0056B3;
  display: flex;
  flex-direction: column;
  font-size: 23px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 80px;
  color: #0056B3;
  border-radius: 12px;
  height: 300px;
  width: 100%;
  margin: 15px auto;
  padding: 10px;
}

.close-uploaded-file {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ff2020;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.backup-code-section {
  width: 92%;
  /* margin: 10px auto; */
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #e9e9e9;
}

.backup-code-section h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-align: right;
  color: #181914;
}

.peigiri-code {
  display: flex;
  align-items: center;
  gap: 8px;
}

.peigiri-code h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-align: right;
  color: #bfbfbf;
  padding-top: 4px;
}

.peigiri-code span {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-align: right;
  color: #181914;
}

.second-section-details-order-done {
  width: 92%;
  margin: 20px auto;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
}

.expert-user-details {
  display: flex;
  gap: 60px;
}

.looking-check {
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #ff6a4c;
  margin-top: 60px;
  padding: 10px;
}

.name-image-user {
  display: flex;
  align-items: center;
  gap: 6px;
}

.name-image-user img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.name-give-expert-score {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.name-give-expert-score h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
  color: #181914;
}

.name-give-expert-score a {
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-align: right;
  color: #ff6a4c;
}

.score-user {
  align-self: flex-end;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: flex-end;
}

.score-user svg {
  width: 15px;
  height: 15px;
}

.download-receipt img {
  width: 15px;
  height: 15px;
}

.send-comment img {
  width: 15px;
  height: 15px;
}

.send-comment {
  background-color: #ff6a4c;
  color: #fff;
  width: 50%;
}

.download-receipt {
  background-color: #fff;
  color: #ff6a4c;
  width: 50%;
}

.questions-container {
  /* background-color: #fff; */
  margin-bottom: 100px;
  width: 70%;
  margin: 15px auto;
  padding: 15px 0;
  border-radius: 12px;
  margin-bottom: 0;
}

.show-month,
.show-hour {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  color: #181914;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.show-month svg,
.show-hour svg {
  width: 20px;
  height: 20px;
}

.see-night-time {
  background-color: #f6f6f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 20px 0;
  padding: 6px;
  cursor: pointer;
  width: 100%;
}

.see-night-time span {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  gap: 6px;
  color: #777;
}

.all-orders-user {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.order-content-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.each-oder-box {
  border: 1px solid #e1dede;
  box-shadow: 0 0 4px #e2e3d7;
}

.order-content-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
}

.order-content-button a {
  width: 50%;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-content-button a:nth-child(1) {
  background-color: #fff;
  color: #ff6a4c;
  border: 1px solid #ff6a4c;
}

.order-content-button a:nth-child(1):hover {
  background-color: #ff6a4c;
  color: #fff;
}

.order-content-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  color: #181914;
}

.order-filter button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.order-filter button svg {
  width: 20px;
  height: 20px;
}

.mobile-section-size {
  display: none;
}

.desktop-section-size {
  width: 70%;
  background-color: #fff;
  border-radius: 12px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 20px 0;
}

.first-factor-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.first-factor-confirm img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.cancel-header {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 0;
  transform: scale(0);
}

.cancel li {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #000;
}

.cancel-header span svg {
  width: 15px;
  height: 15px;
}

.cancel-section {
  width: 70%;
  margin: 20px auto;
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}

.cancel-section h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  margin-bottom: 16px;
  position: relative;
  margin-right: 13px;
}

/* .cancel-section h3::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  top: 35px;
  right: -15px;
} */
.line-space {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
}

.a-width {
  width: 50%;
}

.order-information-doing-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0 6px; */
  width: 100%;
}

.cancel-order-button {
  background-color: #fff;
  border: 1px solid #ff6a4c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #ff6a4c;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 180px;
  /* width: 100px; */
  cursor: pointer;
}

.better .slick-dots {
  display: none !important;
}

.noAnswer {
  width: 250px;
  height: 50px;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  padding: 10px;
}

.noAnswer span {
  color: #fff;
  font-size: 16px;
}

.change-bg {
  background-color: #ff6a4c;
  color: #fff;
}
.order-status-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0;
  gap: 16px;
  /* padding-bottom: 20px; */
}
@media (max-width: 768px) {
  .noAnswer span {
    font-size: 10px;
  }

  .line-space {
    margin: 4px 0;
  }

  .cancel-section h3 {
    font-size: 14px;
  }

  .cancel-header {
    padding: 16px;
    height: auto;
    transform: scale(1);
  }

  .desktop-section-size {
    height: 0;
    transform: scale(0);
    padding: 0;
  }

  .order-header {
    transform: scale(1);
    height: auto;
    padding: 10px;
  }

  .next-step,
  .prev-step {
    width: 95%;
    /* flex: 1; */
    font-size: 10px;
    margin: 0 auto;
  }

  .question-text-checkbox .label-title,
  .radio-question-form .text-radio {
    font-size: 14px;
  }

  .show-month,
  .show-hour {
    font-size: 12px;
  }

  .show-month svg,
  .show-hour svg {
    width: 20px;
    height: 20px;
  }

  .see-night-time span {
    font-size: 8px;
  }

  .show-selected-date h3 .show-selected-date h3 span {
    font-size: 10px;
  }

  .second-section-details-order h3 {
    font-size: 12px;
  }

  .second-section-details-order p {
    font-size: 10px;
  }

  .third-section-details-order h3 {
    font-size: 12px;
  }

  .third-section-details-order h3 svg {
    width: 15px;
    height: 15px;
  }

  .fourth-section-details-order h3 {
    font-size: 12px;
  }

  .fourth-section-details-order h5 {
    font-size: 12px;
  }

  .fourth-section-details-order h5 img {
    width: 20px;
    height: 20px;
  }

  .fourth-section-details-order h3 img {
    width: 20px;
    height: 20px;
  }

  .summary-left h4 {
    font-size: 10px;
    /* line-break: anywhere; */
  }

  .summary-right h3 {
    font-size: 10px;
  }

  .first-section-details-order,
  .first-section-details-order-left-part-four {
    flex-direction: column;
    gap: 0;
  }

  .first-section-details-order img {
    width: 100%;
  }

  .price-for-you h5 {
    font-size: 10px;
  }

  .see-price-range {
    font-size: 10px;
  }

  .see-price-range svg {
    width: 16px;
    height: 10px;
  }

  .order-detail-desc {
    font-size: 10px;
  }

  .discount-code input {
    font-size: 9px;
  }

  .discount-code input::placeholder {
    font-size: 9px;
  }

  .radio-question-form-order .text-radio {
    font-size: 10px;
  }

  .discount-code button span {
    font-size: 8px;
  }

  .show-selected-date h3 {
    font-size: 12px;
  }

  .show-selected-date h3 span {
    font-size: 12px;
  }

  .new-file-upload-button {
    height: 150px;
  }

  .upload-file-button {
    font-size: 10px;
    padding: 5px 15px;
  }

  .order-content-button a {
    width: 50%;
    font-weight: 500;
    font-size: 11px;
  }

  .order-content-title {
    font-size: 10px;
  }

  .order-filter {
    display: none;
  }

  .mobile-section-size {
    display: block;
  }

  .all-orders-user {
    grid-template-columns: repeat(1, 1fr);
    width: 95%;
    margin: 0 auto;
  }

  .price-for-you {
    gap: 0;
    width: 100%;
  }

  .backup-code-section h4 {
    font-size: 10px;
  }

  .peigiri-code h5 {
    font-size: 10px;
  }

  .peigiri-code span {
    font-size: 10px;
  }

  .order-with-status {
    width: 100%;
    justify-content: normal;
    align-items: normal;
    gap: 12px;
  }

  .status-text {
    align-self: baseline;
  }

  .status-text span {
    font-size: 10px;
  }

  /* .status-text i {
    width: 15px;
    height: 15px;
  } */
  .status-text img {
    width: 15px;
    height: 15px;
  }

  .order-title-information {
    font-size: 12px;
  }

  .order-information span {
    font-size: 10px;
  }

  .order-information svg {
    width: 10px;
    height: 10px;
  }

  .order-status-buttons {
    width: 100%;
    justify-content: space-around;
    display: flex;
    align-items: center;
    border-radius: 0;
    /* padding-bottom: 20px; */
  }

  /* .bigger-width {
    width: 600px !important;
  } */

  .first-section-details-order {
    padding: 0;
  }

  .order-detail-price {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 15px;
  }

  .see-price-range {
    justify-content: flex-end;
  }

  .checkbox-wrapper-check .tgl-check + .tgl-btn-check {
    width: 30px;
    height: 15px;
  }

  .checkbox-wrapper-check .tgl-ios-check + .tgl-btn-check::before {
    width: 44%;
  }

  .checkbox-wrapper-check .tgl-check:checked + .tgl-btn-check:before {
    width: 60%;
  }

  .checkbox-wrapper-check .tgl-ios-check + .tgl-btn-check::before {
    font-size: 6px;
  }

  .checkbox-wrapper-check .tgl-ios-check:checked + .tgl-btn-check:before {
    font-size: 6px;
  }

  .order-content-center {
    gap: 6px;
  }

  .a-width {
    width: 75% !important;
  }

  .cancel-order-button {
    font-size: 10px;
    font-weight: 400;
    padding: 3px 12px;
    /* width: 80px; */
  }

  .no-bottom-margin {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .start-order-mobile {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
  }

  .map-order {
    margin: 10px 0;
    height: 200px;
  }

  .questions-container {
    width: 95%;
  }

  .desktop-mode {
    display: none;
  }

  .fixed-position {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 10px 8px;
  }

  .cancel-section h3::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    top: 46%;
    right: -15px;
  }

  .cancel-section {
    width: 92%;
  }
  .summary-right {
    width: 19%;
  }
  .summary-left {
    width: 81%;
  }
  .radio-label input:hover + .design:before,
  .radio-label input:checked + .design:before {
    padding-top: 1px;
  }
}

.textarea-guid {
  display: flex;
  width: 100%;
  justify-content: end;
  color: #777;
  margin-top: 5px;
}
