:root {
  --color-red: #d31145;
  --color-white: #ffff;
  --color-black: #0000;
  --color-gray: #797979;
}

.Add_to_cart_section {
  padding-block: 30px;
  height: auto;
  padding-inline: 96px;
  background: #FBFCFD;
    margin-top: -68px;
   
}

.Add_to_cart_section .requested_service_area, .place_request_section, .user-feedback-rating {
  width: 100%;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px 30px;
}

.user-feedback-rating {
  display: grid;
  place-items: center;
}

.Add_to_cart_section .requested_service_area {
  height: auto;
  max-height: 696px;
  overflow: auto;
}

.Add_to_cart_section .place_request_section {
  padding: 20px 30px;
}

.Add_to_cart_section .requested_service_head, .place_request_head {
  margin-bottom: 19px;
  border-bottom: 1px solid #e3e3e3;
}

.Add_to_cart_section .requested_service_head h5, .place_request_head h5 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.Add_to_cart_section .added_service_section {
  display: flex;
  align-items: start;
  flex-direction: row;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.Add_to_cart_section .added_service_section:last-child {
  border-bottom: 0px solid #e3e3e3;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.Add_to_cart_section .service_image img {
  border-radius: 8px;
  min-height: 124px;
  width: 127px;
}

.Add_to_cart_section .service_content span {
  font-weight: 500;
}

.Add_to_cart_section .service_content h4 {
  margin-bottom: 19px;
  font-size: 24px;
    margin-top: 6px;
   
}

.Add_to_cart_section .service_content p {
 margin-bottom: 0px;
  font-size: 14px;
}

.Add_to_cart_section .service_content p:last-child {
  margin-bottom: 0px;
}



.Add_to_cart_section .availabe_discount p:nth-child(1) {
  color: var(--color-red);
  font-weight: 500;
  margin-bottom: 10px;
}

.Add_to_cart_section .availabe_discount p:nth-child(2) {
  color: #a3a3a3;
}

button.remove-service-btn img {
  margin-right: 10px;
  width: 16px;
}

.Place-request-btn {
  background-color: #333333;
  color: #fff;
  width: auto;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

button.remove-service-btn {
  display: flex;
  align-items: center;
}

.Add_to_cart_section .Place-request-btn {
  background-color: var(--color-red);
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 62px;
}

.Add_to_cart_section .Place-request-btn.disable {
  background-color: var(--color-gray);
  pointer-events: none;
  opacity: 0.5;
}

.Add_to_cart_section .service_remove_section {
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}

/* place Request content css */
.Add_to_cart_section .place_request_section .Order_detail_section .listed-service {
  display: flex;
  justify-content: space-between;
}

.Add_to_cart_section .place_request_section .Order_detail_section .listed-service h4 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.Add_to_cart_section .place_request_section .Order_detail_section .order_content p {
  color: #a3a3a3;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
}

.Add_to_cart_section .Place-request-btn-section {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 13px;
  margin-bottom: 14px;
  border-bottom-style: dashed;
}
.Place-request-btn-section.sticky {
  display: none;
}

.Place-request-discount p {
  margin-bottom: 0px;
  color: var(--color-red);
  font-size: 16px;
}

.requested_service_area .emply_cart_section a.go_to_home {
  text-decoration: none;
  font-size: 18px;
  background-color: var(--color-red);
  padding: 15px 40px;
  border-radius: 8px;
  color: #fff;
}

.requested_service_area ul {
  padding-left: 0px;
}

.requested_service_area .emply_cart_section {
  text-align: center;
  display: none;
}

.requested_service_area .emply_cart_section h4 {
  margin-bottom: 30px;
}

/* User Feedback rating */

form {
  width: 100%;
}

.services-rating h4 {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 24px;
}

.services-rating p {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 400;
  color: #333333;
}

.User-feedback-popup .modal-content {
  border-radius: 10px;
  border: none;
}

.User-feedback-popup .modal-header {
  border: none;
}

.services-rating .textarea-group>label {
  display: block;
  width: 100%;
}

.services-rating .textarea-group>label>span {
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 0.8em;
}

.services-rating .textarea-group>label>textarea {
  box-sizing: border-box;
  display: block;
  padding: 20px;
  border-radius: 8px;
  font-family: "Mulish", sans-serif;
  line-height: 1.8;
  width: 100%;
  resize: none;
  border: none;
  background-color: #ebebeb;
}

.services-rating div.action-group {
  margin-top: 2em;
  display: flex;
  row-gap: 1em;
  justify-content: center;
}

.services-rating div.action-group>input[type=reset] {
  padding: 0.5em 5em;
  margin-left: 1em;
  border-radius: 8px;
  background: none;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
  opacity: 0.8;
  border: 1px solid #ccc;
}

.services-rating div.action-group input[type=button] {
  border: 2px solid transparent;
  padding: 0.5em 5em;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #333;
  transition: all 0.1s ease-in-out;
}


/* Input Rating */

.rating>input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -999;
}

.rating__box {
  display: flex;
  justify-content: center;
  gap: 1em;
}

.rating__star {
  font-size: 2em;
  color: #d3d3d3;
  transition: all 0.1s ease-in-out;
}

.rating__star:active {
  color: #d31145 !important;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.rating>input[type=radio]:nth-child(1):checked~.rating__box>.rating__star:nth-child(-n+1) {
  color: #d31145;
}

.rating>input[type=radio]:nth-child(1):focus-visible~.rating__box>.rating__star:nth-child(1) {
  outline: solid 1px black;
}

.rating>input[type=radio]:nth-child(2):checked~.rating__box>.rating__star:nth-child(-n+2) {
  color: #d31145;
}

.rating>input[type=radio]:nth-child(2):focus-visible~.rating__box>.rating__star:nth-child(2) {
  outline: solid 1px black;
}

.rating>input[type=radio]:nth-child(3):checked~.rating__box>.rating__star:nth-child(-n+3) {
  color: #d31145;
}

.rating>input[type=radio]:nth-child(3):focus-visible~.rating__box>.rating__star:nth-child(3) {
  outline: solid 1px black;
}

.rating>input[type=radio]:nth-child(4):checked~.rating__box>.rating__star:nth-child(-n+4) {
  color: #d31145;
}

.rating>input[type=radio]:nth-child(4):focus-visible~.rating__box>.rating__star:nth-child(4) {
  outline: solid 1px black;
}

.rating>input[type=radio]:nth-child(5):checked~.rating__box>.rating__star:nth-child(-n+5) {
  color: #d31145;
}

.rating>input[type=radio]:nth-child(5):focus-visible~.rating__box>.rating__star:nth-child(5) {
  outline: solid 1px black;
}

/* End Input Rating */
/* User feedback rating CLOSE */

/* pop up */
.Ordered-placed-popup .modal-header {
  display: flex;
  justify-content: end;
  border: none;
}

.Ordered-placed-popup .modal-header .button-close {
  color: #ffffff;
  background: #f04d23;
  border: none;
  padding: 3px 10px;
  border-radius: 50%;
}

.Ordered-placed-popup .modal-dialog .modal-content {
  border-radius: 10px;
}

.btn-continue-book-services, .btn-View-requested-services {
  background: #D31145;
  color: #fff;
  padding: 11px;
  border-radius: 6px;
}
.btn-continue-book-services:hover, .btn-View-requested-services:hover{
  background: #e91d53;
  color: #fff;
}

.services-rating-class {
  padding: 0.5em 5em;
  margin-left: 1em;
  border-radius: 8px;
  background-color: white !important;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
  opacity: 0.8;
  color:black !important;
  border: 1px solid #ccc !important;
}

/* pop up */

.feedbackfinalbtn {
  color: var(--color-white);
  background: var(--color-red);
  width: 48% !important;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px !important;
}

.img-container .modal-header h4 {
    margin: 0;
    font-size: 20px;
}

.imgUploadBox {
    position: relative;
}

.imgUploadBox input {
   position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 153px !important;
    z-index: 9;
    opacity: 0;
}

.imgUploadBox .uploadContentBox {
    border: 2px dashed #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 30px;
}

.imgUploadBox .uploadContentBox span {
    text-align: center;
    opacity: 0.3;
}

.imgUploadBox .uploadContentBox h4 {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.img-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-thumb-wrapper {
    display: inline-block;
    margin: 15px 10px 0 0;
    text-align: center;
    position: relative;
    width: 100px;
    height: 100px;
}
.imgUploadBox .remove {
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: -10px;
    line-height: normal;
    background: #d01515;
    color: #fff;
    border-radius: 50px;
    width: 24px;
    height: 24px;
}
.remove:hover {
    background: #d01515;
}







