.choose-expert-header {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 0;
  transform: scale(0);
}

.choose-expert-header span svg {
  width: 17px;
  height: 14px;
  color: #181914;
}

.order-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  gap: 10px;
}

.order-item {
  font-size: 10px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-order {
  color: #0056B3;
}

.edit-order {
  width: 83px;
  height: 20px;
  border-radius: 10px;
  background: #f6f6f6;
  padding-bottom: 2px;
}

.cancel-order {
  color: #e50d0d;
}

.time-line {
  width: 95%;
  margin: 10px auto;
  position: relative;
  background-color: #fff;
}

.timeline-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 10px;
  white-space: nowrap;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.timeline-icon {
  color: white;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.timeline-icon img {
  width: 25px;
  height: 25px;
  background-color: #fff;
  position: absolute;
}

.timeline-item p {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #000;
  margin-top: 18px;
  margin-right: 18px;
}

.timeline-separator {
  height: 2px;
  border-bottom: 1px dashed #bfbfbf;
  width: calc(100% - 142px);
  margin: 0 auto;
  position: absolute;
  top: 39px;
  right: 75px;
}

.middle {
  z-index: 2;
}

.ready-experts {
  width: 92%;
  margin: 2px auto;
  margin-top: 20px;
}

.ready-experts h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #181914;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 6px;
}

.ready-experts h3::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  right: -10px;
}

.all-experts {
  width: 92%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.user-details-expert {
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  width: 95%;
  margin: 0 auto;
  border: 1px solid #e1e0e0;
}

.all-experts .user-details-expert:last-child {
  margin-bottom: 100px;
}

.bottom {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: 10px;
  align-items: center;
  padding: 4px 8px;
  gap: 20px;
}

.bottom-expert-desktop {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: 10px;
  align-items: center;
  padding: 4px 8px;
  gap: 20px;
}

.right-bottom-expert span {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ff6a4c;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4px;
}

.right-bottom-expert-desktop {
  width: 70%;
}

.right-bottom-expert p {
  font-size: 16px;
  font-weight: 600;
  color: #181914;
  /* line-break: anywhere; */
}

.right-bottom-expert span svg {
  width: 25px;
  height: 25px;
  padding: 0px 0px 0px 0.02px;
}

.right-bottom-expert span {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ff6a4c;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4px;
}

.right-bottom span {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ff6a4c;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4px;
}

.right-bottom {
  width: 70%;
}

.right-bottom p {
  font-size: 16px;
  font-weight: 600;
  color: #181914;
  /* line-break: anywhere; */
  text-align: justify;
}

.right-bottom-expert span svg {
  width: 25px;
  height: 25px;
  padding: 0px 0px 0px 0.02px;
}

.right-bottom span svg {
  width: 25px;
  height: 25px;
  padding: 0px 0px 0px 0.02px;
}

.left-bottom {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}

.left-bottom-buttons button {
  width: 178px;
  height: 40px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #ff6a4c;
  color: #fff;
  border: 1px solid #ff6a4c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-bottom-buttons button:nth-child(1) {
  background-color: #fff;
  color: #ff6a4c;
}

.left-bottom-no-back a {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #ff6a4c;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #ff6a4c;
  padding: 5px 15px;
}

.expert-footer {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 6px;
  /* position: fixed;
  bottom: 0; */
}
.change-width {
  width: 70%;
  margin: 0 auto;
}
.expert-footer button {
  border-radius: 18px;
  border: 1px solid #ff6a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hide-in-desktop {
  display: none;
}

.accept-expert {
  background-color: #ff6a4c;
  color: #fff;
  width: 50%;
  flex: 1;
}

.reject {
  background-color: #fff;
  color: #ff6a4c;
  width: 50%;
}

.accept-expert svg {
  width: 15px;
  height: 15px;
}

.reject img {
  width: 15px;
  height: 15px;
}

.done-job-pay-way {
  width: 90%;
  margin: 10px auto;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.done-job {
  width: 92%;
  margin: 20px auto;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.done-job img {
  width: 442px;
  height: 315px;
  border-radius: 10px;
}

.job-desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.job-desc h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000;
}

.job-desc h3 span {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #bfbfbf;
}

.pay-way {
  width: 92%;
  margin: 20px auto;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pay-way h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.choose-pay-way-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}

.choose-pay-way {
  width: 90%;
  margin: 10px auto;
  border-radius: 36px;
  background: #aaddde;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}

.choose-pay-way button {
  width: 170px;
  height: 40px;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #0056B3;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.bill {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  margin-top: 10px;
}

.bill h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bill h4 span:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #777;
}

.bill h4 span:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.needed-charge span {
  color: #21b46e !important;
}

.pay-charge-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background-color: #ff6a4c;
  width: 100%;
  margin: 6px auto;
  padding: 6px;
}

.choose-pay-way-active {
  background-color: #0056B3 !important;
  color: #fff !important;
}

.amount {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #ff6a4c;
  flex: 1;
}

.choose-expert-header-success {
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #21b46e;
  background: #befedf;
  font-size: 16px;
}

.choose-expert-header-success svg {
  width: 25px;
  height: 25px;
  color: #fff;
}

.thanks-text {
  width: 92%;
  margin: 20px auto;
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.thanks-text h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #181914;
}

.thanks-text h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #181914;
}

.score-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.score-stars svg {
  width: 40px;
  height: 40px;
}

.thanks-text textarea {
  width: 90%;
  height: 220px;
  margin: 10px 0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
}

.thanks-text textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #bfbfbf;
}

.thanks-text button {
  width: 120px;
  height: 40px;
  border-radius: 18px;
  background-color: #ff6a4c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  border: 1px solid #ff6a4c;
  font-size: 16px;
}

.call-backup {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  width: 92%;
  margin: 0 auto;
  gap: 3px;
  margin-bottom: 100px;
  margin-top: 20px;
}

.call-backup img {
  width: 15px;
  height: 15px;
  background: #aaddde;
  border-radius: 50%;
}

.call-backup a {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  color: blue;
}

.user-details-left-score {
  display: flex;
  gap: 8px;
  padding-top: 13px;
}

.save-expert-user svg {
  width: 25px;
  height: 25px;
  padding: 0px 0.62px 0px 0.62px;
}

.save-expert-user {
  padding-top: 4px;
  cursor: pointer;
}

.factor-details {
  margin-bottom: 100px;
}

.text-green {
  color: #21b46e;
}

.total-price {
  width: 89%;
  margin: 20px auto;
  padding: 16px;
  background-color: #aaddde;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-left: 98px;
}

.total-price span {
  color: #0056B3;
  font-size: 12px;
  padding: 5px;
  font-weight: 700;
}

.expert-call {
  width: 92%;
  margin: 20px auto;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.expert-call img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.expert-call .phone,
.expert-call .phone a {
  color: #0056B3;
  font-size: 10px;
}

.bill-detail {
  width: 92%;
  margin: 20px auto;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  margin-right: 14px;
  margin-bottom: 100px;
}

.bill-detail .title {
  font-size: 16px;
  border-right: 2px solid #ff6a4c;
  padding-right: 8px;
  font-weight: 700;
}

.accept-bill {
  background-color: #21b46e;
  border: 1px solid #21b46e !important;
  color: #fff;
  width: 50%;
  flex: 1;
  font-size: 11px;
  padding: 6px 0px;
}

.reject-bill {
  background-color: #ff2020;
  color: #fff;
  width: 50%;
  flex: 1;
  font-size: 10px;
  padding: 6px 0px;
}

.forth-factor-confirm {
  margin-top: 30px;
}

.accept-bill-desktop {
  background-color: #21b46e;
  border: 1px solid #21b46e !important;
  color: #fff;
  width: 20%;
  font-size: 16px;
  padding: 10px 0px;
}

.reject-bill-desktop {
  background-color: #ff2020;
  color: #fff;
  width: 20%;
  font-size: 16px;
  padding: 10px 0px;
}

.expert-footer a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  padding: 6px;
}
.cancel-bill-factor {
  width: 100%;
  background-color: #ff6a4c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  padding: 10px 0;
}
.accept-bill-factor {
  display: none;
  background-color: #ff6a4c;
  color: #fff;
}
.accept-bill-factor-mobile-div {
  display: none;
}
.accept-bill-factor-mobile {
  display: none;
  /* background-color: #ff6a4c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  padding: 10px 6px; */
}
.reject-bill-factor {
  background-color: #fff;
  color: #ff6a4c;
}
.cancel-in-mobile {
  display: none;
}
.accept-bill-factor:hover {
  background-color: #ff6a4c;
  color: #fff;
}

.reject-bill-factor:hover {
  background-color: #fff;
  color: #ff6a4c;
}

.add-comment-section {
  width: 90%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.add-comment-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.add-comment-desktop h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: center;
  color: #181914;
  /* margin-right: 65px; */
}

.add-comment-section textarea {
  width: 90%;
  height: 220px;
  margin: 10px auto;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 8px;
}

.add-comment-section textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #bfbfbf;
}

.add-comment-mobile {
  display: none;
}

.comment-descs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.comment-descs h2 {
  font-size: 13px;
  font-weight: 700;
  color: #181914;
  text-align: center;
}

.comment-descs h3 {
  font-size: 12px;
  font-weight: 400;
  color: #777;
  text-align: center;
}

.add-comment-score {
  display: flex;
  align-items: center;
  gap: 8px;
}

.add-comment-score svg {
  width: 20px;
  height: 20px;
}

.add-comment-section button {
  width: 120px;
  height: 40px;
  border-radius: 18px;
  background-color: #ff6a4c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  border: 1px solid #ff6a4c;
  font-size: 16px;
}

.image-know-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.user-image {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-bottom a {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ff6a4c;
  margin-right: 16px;
}

.user-details-right {
  gap: 5px;
  margin-top: 10px;
}

.bottom-expert-mobile {
  display: none;
}

.expert-phone {
  display: none;
}
.search-expert-container {
  width: 70%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-radius {
  border-radius: 12px;
}
@media (max-width: 768px) {
  .forth-factor-confirm {
    display: none;
  }

  .ready-experts h3 {
    font-size: 14px;
    font-weight: 500;
  }

  .get-new-width {
    width: 86%;
  }

  .save-expert-user svg {
    width: 20px;
    height: 20px;
  }

  .choose-expert-header {
    padding: 10px;
    height: auto;
    transform: scale(1);
  }
  .choose-expert-header p {
    margin-bottom: 0 !important;
  }
  .timeline-separator {
    height: 2px;
    border-bottom: 1px dashed #bfbfbf;
    width: calc(100% - 83px);
    margin: 0 auto;
    position: absolute;
    top: 39px;
    right: 42px;
  }

  .timeline-icon img {
    width: 15px;
    height: 15px;
  }

  .timeline-item p {
    font-size: 8px;
  }

  .left-bottom a {
    font-size: 8px;
    white-space: nowrap;
  }

  /* .left-bottom-buttons button:nth-child(1) {
    width: 85px;
  } */

  .left-bottom-buttons button {
    width: 61px;
    height: 22px;
    font-size: 8px;
  }

  .right-bottom span {
    font-size: 8px;
  }

  .right-bottom p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .right-bottom span svg {
    width: 10px;
    height: 10px;
  }

  .left-bottom-no-back a {
    font-size: 8px;
  }

  .done-job-pay-way {
    flex-direction: column;
    gap: 20px;
  }

  .done-job img {
    width: 79px;
    height: 80px;
    border-radius: 10px;
  }

  .job-desc h3,
  .job-desc h3 span {
    font-size: 11px;
  }

  .done-job {
    flex-direction: row;
  }

  .pay-way h3 {
    font-size: 12px;
  }

  .choose-pay-way button {
    width: 84px;
    height: 30px;
    font-size: 9px;
  }

  .bill h4 span:nth-child(1) {
    font-size: 12px;
  }

  .bill h4 span:nth-child(2) {
    font-size: 12px;
  }

  .pay-charge-btn {
    font-size: 10px;
  }

  .choose-expert-header-success {
    font-size: 10px;
  }

  .choose-expert-header-success svg {
    width: 20px;
    height: 20px;
  }

  .thanks-text h2 {
    font-size: 12px;
  }

  .thanks-text h3 {
    font-size: 10px;
  }

  .score-stars svg {
    width: 25px;
    height: 24.2px;
  }

  .thanks-text textarea {
    height: 150px;
  }

  .thanks-text textarea::placeholder {
    font-size: 10px;
  }

  .thanks-text button {
    width: 74px;
    height: 30px;
    font-size: 10px;
  }

  .call-backup {
    font-size: 8px;
  }

  .call-backup img {
    width: 20px;
    height: 20px;
  }

  .call-backup a {
    font-size: 8px;
  }

  .hide-in-desktop {
    display: flex;
  }

  .bill-detail .title {
    font-size: 12px;
  }

  .total-price {
    width: 92%;
    margin-left: 16px;
  }

  .progress-bar-div {
    overflow-x: scroll;
  }

  .add-comment-section h4 {
    font-size: 12px;
    margin-right: 25px;
  }

  .all-experts {
    grid-template-columns: repeat(1, 1fr);
  }

  .bottom {
    justify-content: space-between;
  }

  .bottom-expert-desktop {
    display: none;
  }

  .bottom-expert-mobile {
    display: flex;
    width: 95%;
    margin: 10px 0;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
  }

  .right-bottom-expert-mobile {
    display: flex;
    gap: 6px;
  }

  .bottom-expert-mobile a {
    font-size: 12px;
    font-weight: 700;
    color: #ff6a4c;
  }

  .right-bottom-expert-mobile button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border-radius: 100px;
    width: 50px;
    height: 25px;
    cursor: pointer;
  }

  /* .right-bottom-expert-mobile button:nth-child(1) {
    background-color: #fff;
    color: #ff6a4c;
    border: 1px solid #ff6a4c;
  }

  .right-bottom-expert-mobile button:nth-child(2) {
    background-color: #ff6a4c;
    color: #fff;
    border: 1px solid #ff6a4c;
  } */

  .add-comment-desktop {
    display: none;
  }

  .add-comment-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .add-comment-section textarea {
    height: 100px;
    width: 90%;
    margin: 10px auto;
    margin-top: 25px;
  }

  .add-comment-section textarea::placeholder {
    font-size: 10px;
  }

  .add-comment-section button {
    width: 70px;
    height: 30px;
    font-size: 12px;
  }

  .new-width {
    width: 81%;
  }

  .expert-phone {
    display: block;
    /* margin-top: 15px; */
  }

  .expert-phone span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
  }

  .expert-phone span svg {
    width: 20px;
    height: 20px;
  }

  .call-with-expert {
    background-color: #ff6a4c;
    color: #fff;
    border: 1px solid #ff6a4c;
    padding: 6px 12px;
    white-space: nowrap;
    width: 100px !important;
  }

  .user-details-expert {
    width: 95%;
  }

  .ready-for-doing-order {
    width: 65%;
    margin: 10px 0%;
  }
  .change-width {
    width: 100%;
    margin: 0 auto;
  }
  .make-none-cancel {
    display: none;
  }
  .accept-bill-factor-mobile-div {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .accept-bill-factor-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 6px 0;
    width: 50%;
    margin: 0 auto;
    background-color: #ff6a4c;
    color: #fff;
  }
  .has-fixed {
    position: fixed;
    bottom: 0;
  }
  .search-expert-container {
    width: 95%;
    padding: 15px 0;
  }
}

.confirm-body {
  font-size: 12px;
  color: #777;
  padding: 10px;
}
