.bg-white {
  background-color: white;
}

.p-3 {
  padding: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}
.FFEDDB {
  background-color: #ffeddb;
}
.custom-textarea {
  font-style: italic;
  font-size: 16xpx;
  resize: none;
  border: 2px solid #cecece;
  border-radius: 10px;
  height: 80%;
}

.custom-textarea::placeholder {
  color: #cecece;
}
/* =====================ratting =============== */
.custom-rate .ant-rate-star {
  font-size: 30px; /* Adjust the size as needed */
}

.custom-rate .ant-rate-star-first,
.custom-rate .ant-rate-star-second {
  border-color: #bebebe; /* Set the border color */
  -webkit-text-stroke: 1px #bebebe; /* Set the stroke for Webkit browsers */
  border: 1;
}

/* For the filled stars, if you want them to retain their color but have a border */
.custom-rate .ant-rate-star-full .ant-rate-star-second {
  -webkit-text-stroke: 1px grey;
}

/* Optional: For half-filled stars, ensure they also have the border */
.custom-rate .ant-rate-star-half .ant-rate-star-first,
.custom-rate .ant-rate-star-half .ant-rate-star-second {
  -webkit-text-stroke: 1px #bebebe;
}
.ratting {
  width: max-content;
  /* background-color: #ffffff;
  display: block;
  height: 80%;
  width: 50%;
  text-align: center;
  padding-top: 3%; */
}
/* ==============uploadimage=============== */
.uploadButton {
  color: #0a0d13;
  font-size: larger;
  font-weight: 700;
}

.icon {
  color: #f77b21;
  font-size: larger;
  font-weight: bold;
}
.custom-upload {
  padding: 5px;
  border-radius: 5px;
  background-color: transparent;
}
.uploadButton.no-bg {
  background: #ffeddb;
  border: none !important;
  color: #000 !important;
  padding: 60px;
  padding-top: 30px;
  margin-top: 25px;
}

.uploadButton.no-bg:hover,
.uploadButton.no-bg:focus {
  border: none !important;
  color: #000 !important;
  box-shadow: none !important;
}
/* ===============responsive============== */

@media (min-width: 320px) and (max-width: 708px) {
  .orderdetail {
    font-size: small;
  }
}
.review-choose-input {
  border: 1px solid #cecece;
  color: black;
  padding: 20px;
  width: 100%;
  margin-top: 38px;
}
