.hide {
  display: none !important;
}

.force-invisible {
  opacity: 0 !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block;
}

.w-50 {
  width: 50% !important;
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iwaEPSellYourWineRequestPage {
  min-height: 200px;
}

.sell-your-wine {
  min-height: 200px;
}

.sell-your-wine .sell-your-wine-title .section-title {
  padding: 55px 0 24px;
}

.sell-your-wine .sell-your-wine-title .section-title a {
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 235px;
}

.sell-your-wine .sell-your-wine-title .section-title a img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.sell-your-wine .sell-your-wine-title .section-title .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #000000;
  font-weight: 500;
}

.sell-your-wine .sell-your-wine-tabs {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 24px;
  align-items: baseline;
}

.sell-your-wine .sell-your-wine-tabs .sell-your-wine-tab {
  color: #3e3e3e;
  font-size: 14px;
  min-width: 142px;
  text-align: center;
  padding: 13px 0;
  border-bottom: 1px solid #eceae6;
  cursor: pointer;
  height: 100%;
  align-content: center;
}

.sell-your-wine .sell-your-wine-tabs .sell-your-wine-tab.active {
  font-weight: 700;
  min-width: 15rem;
}

.sell-your-wine .sell-your-wine-tabs .sell-your-wine-tab.active::before {
  content: '';
  display: block;
  height: 3px;
  background-color: #bca662;
  position: relative;
  top: 33px;
  left: 0;
  border-radius: 100px;
}

.sell-your-wine .table-responsive {
  width: 100%;
  overflow-x: auto;
  box-shadow: 0 4px 4px #00000029;
  border-radius: 10px;
}

.sell-your-wine .sell-your-wine-table {
  width: 100%;
  box-shadow: 0 4px 4px #00000029;
  border-radius: 10px;
  font-family: 'Arial', 'Microsoft YaHei', sans-serif;
}

.sell-your-wine .sell-your-wine-table .select-box {
  cursor: pointer;
}

.sell-your-wine .sell-your-wine-table .select-box img {
  width: 14px;
  height: 14px;
}

.sell-your-wine .action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #9d0229;
  font-weight: 600;
  font-size: 14px;
  background-color: #ffffff;
  color: #9d0229;
  margin: 0 auto;
  cursor: pointer;
}

.sell-your-wine .pending-request-button-container {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
  padding: 0 65px;
}

.sell-your-wine .pending-request-button-container .action-btn {
  margin: unset;
  margin-bottom: 16px;
}

.sell-your-wine .sell-your-wine-table .table-title {
  background-color: #f5f5f5;
  height: 40px;
  border-radius: 10px 10px 0 0;
}

.sell-your-wine .sell-your-wine-table .table-title th {
  padding: 0 18px;
  white-space: nowrap;
}

.sell-your-wine .sell-your-wine-table .table-title th:last-child {
  text-align: center;
}

.sell-your-wine .sell-your-wine-table .table-row {
  border-top: 1px solid #e1cfff;
  height: 60px;
}

.sell-your-wine .sell-your-wine-table .table-row td {
  padding: 0 18px;
  word-break: break-word;
}

.sell-your-wine .sell-your-wine-table .table-row.non-data td {
  width: 100%;
  height: 411px;
  font-weight: 400;
  font-size: 13px;
  color: #909090;
  text-align: center;
}

.sell-your-wine .sell-your-wine-table .table-title th.field-select,
.sell-your-wine .sell-your-wine-table .table-row td.field-select {
  text-align: left;
  max-width: 100%;
  width: 54px;
}

.sell-your-wine .sell-your-wine-table .table-title th.field-caseId,
.sell-your-wine .sell-your-wine-table .table-row td.field-caseId {
  text-align: left;
  max-width: 100%;
  width: 130px;
}

.sell-your-wine .sell-your-wine-table .table-title th.field-caseSize,
.sell-your-wine .sell-your-wine-table .table-row td.field-caseSize {
  text-align: left;
  max-width: 100%;
  width: 220px;
}

.sell-your-wine .sell-your-wine-table .table-title th.field-orderDate,
.sell-your-wine .sell-your-wine-table .table-row td.field-orderDate {
  text-align: left;
  max-width: 100%;
  width: 160px;
}

.sell-your-wine .sell-your-wine-table .table-title th.field-remarks,
.sell-your-wine .sell-your-wine-table .table-row td.field-remarks {
  text-align: left;
  max-width: 100%;
  width: 220px;
}

.sell-your-wine .sell-your-wine-table .table-row.selected {
  background-color: #f2ede0;
  font-weight: 600;
}

.sell-your-wine .sell-your-wine-table .table-row.disabled {
  color: #aaaaaa;
}

.sell-your-wine .sell-your-wine-table .table-row.disabled .select-box {
  cursor: default;
}

.sell-your-wine .sell-your-wine-table .table-row.disabled .select-box img {
  filter: brightness(0.7);
}

.sell-your-wine .sell-your-wine-table .table-row.disabled td:last-child {
  color: #ea3d2f;
}

.sell-your-wine .sell-your-wine-table .table-row .request-id {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sell-your-wine .sell-your-wine-table .table-row .request-id img {
  margin-left: 3px;
}

.sell-your-wine .sell-your-wine-table .table-row .request-status {
  display: flex;
  align-items: center;
}

.sell-your-wine .sell-your-wine-table .table-row .request-status img {
  margin-right: 8px;
}

.sell-your-wine .sell-your-wine-table .table-row .request-status-sus {
  color: #2fa84f;
}

.sell-your-wine .sell-your-wine-table .table-row .request-status-pending {
  color: #f3a72e;
}

.sell-your-wine .sell-your-wine-table .table-row .request-status-failed {
  color: #525252;
}

.sell-your-wine .sell-your-wine-table .table-row .table-price {
  font-weight: 600;
}

.sell-your-wine .sell-your-wine-table .pending-request-container {
  background-color: #f8f6f1;
  box-shadow: inset 0px 2px 3px #00000029;
}

.sell-your-wine .sell-your-wine-table .pending-request-container .title-container {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding: 16px 45px 8px 45px;
  color: #676767;
}

.sell-your-wine .sell-your-wine-table .pending-request-container .pending-request-content {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: calc(100% - 90px);
  padding: 10px 0;
  margin: 0 45px;
  border-bottom: 1px solid #e1e1e1;
}

.sell-your-wine .sell-your-wine-table .pending-request-container .pending-request-content .case-description {
  display: flex;
  padding-left: 20px;
  padding-right: 15px;
}

.sell-your-wine .sell-your-wine-table .pending-request-container .pending-request-content .case-description img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.sell-your-wine .sell-your-wine-table .pending-request-container .pending-request-content .case-status {
  font-weight: 600;
}

.sell-your-wine .sell-your-wine-table .pending-request-container .pending-request-content .our-offered-price {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #8a7944;
}

.sell-your-wine .sell-your-wine-table .pending-request-container .pending-request-content .our-offered-price img {
  margin-right: 8px;
}

.sell-your-wine .select-container {
  position: relative;
  display: inline-block;
  width: 167px;
}

.sell-your-wine .select-container .select {
  position: relative;
  width: 100%;
  padding: 4px 12px;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
}

.sell-your-wine .select-container .select img {
  position: absolute;
  top: 6px;
  right: 12px;
}

.sell-your-wine .select-container .option-container {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  z-index: 1;
  padding: 8px 12px;
}

.sell-your-wine .select-container .option-container .option {
  font-size: 14px;
  cursor: pointer;
  margin-top: 16px;
  font-weight: 400;
}

.sell-your-wine .select-container .option-container .option:first-child {
  margin-top: 0;
}

.sell-your-wine .select-container.active .option-container {
  display: block;
}

.sell-your-wine .select-all-btn {
  display: none;
  width: 100%;
}

.sell-your-wine .sell-card-container {
  display: none;
  flex-direction: column;
}

.sell-your-wine .sell-card-container.non-data {
  justify-content: center;
  align-items: center;
  height: 400px;
  font-size: 16px;
  color: #909090;
  font-weight: 600;
  text-align: center;
}

.sell-your-wine .sell-btn-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 24px 0;
  background-color: #ffffff;
}

.sell-your-wine .sell-btn-container .selected-num {
  color: #9d0229;
  font-size: 16px;
  margin-right: 24px;
  font-weight: 600;
}

.sell-your-wine .sell-btn-container .sell-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 48px;
  background-color: #cdcdcd;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  cursor: not-allowed;
}

.sell-your-wine .sell-btn-container .sell-btn.active {
  background-color: #9d0229;
  cursor: pointer;
}

.sell-offer-setting-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  padding: 24px 0 4px;
}

.sell-offer-setting-description {
  font-size: 14px;
  color: #3e3e3e;
}

.sell-offer-setting-content {
  display: flex;
  flex-direction: column;
  padding: 24px 21px;
  background-color: #fbfaf7;
  width: 100%;
  margin-top: 16px;
}

.sell-offer-setting-content .sell-offer-setting-price-container {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 168px;
  margin-bottom: 20px;
  padding-right: 5px;
}

.sell-offer-setting-content .sell-offer-setting-price-container {
  scrollbar-width: thin;
  scrollbar-color: #e1e1e1 #fbfaf7;
}

.sell-offer-setting-content .sell-offer-setting-price-container::-webkit-scrollbar-thumb {
  border-radius: 100px;
  margin-left: 10px;
}

.sell-offer-setting-content .sell-offer-setting-price {
  display: grid;
  grid-template-columns: 5rem 2fr 1fr 1fr;
  margin-bottom: 25px;
}

.sell-offer-setting-content .sell-offer-setting-price .card-id {
  display: flex;
  color: #333333;
  font-size: 13px;
}

.sell-offer-setting-content .sell-offer-setting-price .card-description {
  width: 50%;
}

.sell-offer-setting-content .sell-offer-setting-price .card-size {
  width: 20%;
}

.sell-offer-setting-content .sell-offer-setting-price .card-id span {
  display: none;
}

.sell-offer-setting-content .sell-offer-setting-price .card-id p {
  margin-bottom: 0;
}

.sell-offer-setting-content .sell-offer-setting-price .card-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 13px;
  margin-left: 18px;
}

.sell-offer-setting-content .sell-offer-setting-price .card-item span {
  display: none;
  color: #909090;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 2px;
}

.sell-offer-setting-content .sell-offer-setting-price .card-item p {
  color: #333333;
  margin-bottom: 0;
}

.sell-offer-setting-content .sell-offer-setting-price .price-input {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 18px;
  justify-self: end;
}

.sell-offer-setting-content .sell-offer-setting-price .price-input .error {
  position: absolute;
  right: 0;
  bottom: -18px;
  color: #ea3d2f;
  font-size: 12px;
  font-weight: 600;
}

.sell-offer-setting-content .sell-offer-setting-price .price-input span {
  color: #676767;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
}

.sell-offer-setting-content .sell-offer-setting-price .price-input input {
  text-align: center;
  width: 115px;
  height: 32px;
  border: 1px solid #cdcdcd;
  font-size: 12px;
  color: #9d0229;
}

.sell-offer-setting-content .sell-offer-setting-summary {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  padding: 16px 24px;
  border-radius: 5px;
  margin-bottom: 24px;
}

.sell-offer-setting-content .sell-offer-setting-summary .summary-title .currency {
  font-size: 13px;
}

.sell-offer-setting-content .sell-offer-setting-summary .summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000000;
}

.sell-offer-setting-content .sell-offer-setting-summary .summary-item p {
  margin: 0;
}

.sell-offer-setting-content .sell-offer-setting-summary .summary-title {
  color: #787878;
  font-weight: 600;
  font-size: 16px;
}

.sell-offer-setting-content .sell-offer-setting-summary .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 8px;
}

.sell-offer-setting-content .sell-offer-setting-summary .total-price {
  font-size: 24px;
  font-weight: 600;
  color: #9d0229;
}

.sell-offer-setting-content .purchase-terms {
  display: flex;
  align-items: flex-start;
}

.sell-offer-setting-content .purchase-terms .checkbox {
  border-radius: 100px;
  border: 2px solid #eceae6;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  cursor: pointer;
}

.sell-offer-setting-content .purchase-terms .checkbox.active {
  background-color: #9d0229;
}

.sell-offer-setting-content .purchase-terms p {
  margin: 0;
  font-size: 14px;
  color: #3e3e3e;
  width: 100%;
}

.sell-offer-setting-content .purchase-terms p a {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

.sell-offer-setting-content .sell-btn-container {
  background-color: unset;
  justify-content: center;
  margin-bottom: 0;
}

.sell-offer-setting-content .sell-btn-container .back-btn {
  display: flex;
  align-items: center;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #3e3e3e;
  cursor: pointer;
}

.sell-offer-request-submitted {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 21px;
  background-color: #fbfaf7;
  width: 100%;
  height: 546px;
  margin-top: 16px;
}

.sell-offer-request-submitted .title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #525252;
  margin: 16px 0;
}

.sell-offer-request-submitted .summary {
  font-size: 16px;
  text-align: center;
  color: #3e3e3e;
  margin-bottom: 24px;
}

.sell-offer-request-submitted .summary p {
  margin: 0;
}

.sell-offer-request-submitted .support {
  font-size: 12px;
  color: #7b7b7b;
  text-align: center;
  font-weight: 400;
  margin-bottom: 24px;
}

.sell-offer-request-submitted .support p {
  margin: 0;
}

.sell-offer-request-submitted a {
  font-size: 16px;
  font-weight: 600;
  color: #9d0229;
  padding: 12px 24px;
}

.sell-your-wine .request-card-container {
  display: none;
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .sell-your-wine .table-pagination .pagination-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    display: none;
  }

  .sell-your-wine .sell-your-wine-title .section-title {
    padding: 24px 0;
  }

  .sell-your-wine .sell-your-wine-tabs {
    margin-bottom: 20px;
  }

  .sell-your-wine .sell-your-wine-table {
    display: none;
  }

  .sell-your-wine .select-container {
    width: 100%;
  }

  .sell-your-wine .sell-btn-container {
    justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin-bottom: 0;
    padding: 12px 16px;
    border-top: 1px solid #b8b8b8;
  }

  .sell-your-wine .select-all-btn {
    display: flex;
    align-items: center;
    color: #676767;
    font-size: 16px;
    max-width: 100px;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .sell-your-wine .select-all-btn img {
    width: 14px;
    height: 14px;
    margin-right: 14px;
  }

  .sell-your-wine .pending-request-button-container {
    padding: 0;
  }

  .sell-your-wine .pending-request-button-container a {
    width: 100%;
  }

  .sell-your-wine .pending-request-button-container .action-btn {
    width: 100%;
  }

  .sell-your-wine .sell-card-container,
  .sell-your-wine .request-card-container {
    display: flex;
  }

  .sell-your-wine .sell-card-container .sell-card {
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .sell-your-wine .sell-card-container .sell-card:last-child {
    margin-bottom: 0;
  }

  .sell-your-wine .sell-card-container .sell-card.selected {
    background-color: #f7f5f1;
  }

  .sell-your-wine .sell-card-container .sell-card .card-id {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #333333;
    font-size: 13px;
    margin-bottom: 13px;
    cursor: pointer;
  }

  .sell-your-wine .sell-card-container .sell-card.disabled .card-id {
    color: #33333380;
  }

  .sell-your-wine .sell-card-container .sell-card.disabled .card-id img {
    filter: brightness(0.7);
  }

  .sell-your-wine .sell-card-container .sell-card .card-id img {
    width: 14px;
    height: 14px;
    margin-right: 13px;
  }

  .sell-your-wine .sell-card-container .sell-card .card-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
  }

  .sell-your-wine .sell-card-container .sell-card .card-info:last-child {
    margin-bottom: 0;
  }

  .sell-your-wine .sell-card-container .sell-card .card-info span {
    color: #909090;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 2px;
  }

  .sell-your-wine .sell-card-container .sell-card .card-info p {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    word-break: break-word;
    margin: 0;
  }

  .sell-your-wine .sell-card-container .sell-card.disabled .card-info p {
    color: #33333380;
  }

  .sell-your-wine .sell-card-container .sell-card .card-description {
    width: 100%;
  }

  .sell-your-wine .sell-card-container .sell-card.disabled .card-remarks p {
    color: #ea3d2f;
  }

  .sell-offer-setting-content {
    background-color: #ffffff;
    padding: 0;
  }

  .sell-offer-setting-content .sell-offer-setting-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fbfaf7;
    padding: 16px 24px;
    border-radius: 5px;
    border: 1px solid#CDCDCD;
  }

  .sell-offer-setting-content .sell-offer-setting-price:has(.error) {
    padding: 16px 24px 36px 24px;
  }

  .sell-offer-setting-content .sell-offer-setting-price-container {
    max-height: unset;
  }

  .sell-offer-setting-content .sell-offer-setting-price .card-id {
    font-weight: 700;
    margin-bottom: 13px;
  }

  .sell-offer-setting-content .sell-offer-setting-price .card-id span {
    display: block;
  }

  .sell-offer-setting-content .sell-offer-setting-price .card-description {
    width: 100%;
  }

  .sell-offer-setting-content .sell-offer-setting-price .card-size {
    width: 100%;
  }

  .sell-offer-setting-content .sell-offer-setting-price .card-item {
    margin-bottom: 13px;
    margin-left: 0;
    align-items: flex-start;
  }

  .sell-offer-setting-content .sell-offer-setting-price .card-item span {
    display: block;
  }

  .sell-offer-setting-content .sell-offer-setting-price .price-input {
    margin-left: 0;
    width: 100%;
  }

  .sell-offer-setting-content .sell-offer-setting-price .price-input .error {
    left: 35px;
    bottom: -20px;
    right: unset;
  }

  .sell-offer-setting-content .sell-offer-setting-price .price-input input {
    width: 100%;
    text-align: left;
    padding: 8px;
  }

  .sell-offer-setting-content .sell-btn-container {
    position: unset;
    flex-direction: column-reverse;
    border: unset;
  }

  .sell-offer-setting-content .sell-btn-container .sell-btn {
    width: 100%;
    border-radius: 0;
  }

  .sell-offer-setting-content .sell-btn-container .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-right: 0;
    border: 1px solid #9d0229;
    color: #9d0229;
    margin-top: 12px;
  }

  .sell-offer-setting-content .sell-btn-container .back-btn img {
    display: none;
  }

  .sell-your-wine .request-card-container .request-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .sell-your-wine .request-card-container .request-card .request-id {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    color: #333333;
  }

  .sell-your-wine .request-card-container .request-card .request-id img {
    cursor: pointer;
  }

  .sell-your-wine .request-card-container .request-card .request-info {
    display: flex;
    flex-direction: column;
    margin-top: 13px;
    width: 100%;
  }

  .sell-your-wine .request-card-container .request-card .request-info span {
    font-size: 13px;
    font-weight: 500;
    color: #909090;
    margin-bottom: 2px;
  }

  .sell-your-wine .request-card-container .request-card .request-info p {
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    margin: 0;
  }

  .sell-your-wine .request-card-container .request-card .request-status-sus p {
    color: #2fa84f;
  }

  .sell-your-wine .request-card-container .request-card .request-status-pending p {
    color: #f3a72e;
  }

  .sell-your-wine .request-card-container .request-card .request-status-failed p {
    color: #525252;
  }

  .sell-your-wine .request-card-container .request-card .request-info.case-status p {
    font-weight: 700;
  }

  .sell-your-wine .request-card-container .request-card .request-info.selling-price p {
    font-weight: 600;
  }

  .sell-your-wine .request-card-container .request-card .request-info.our-offered-price p {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #8a7944;
  }

  .sell-your-wine .request-card-container .request-card .request-info.our-offered-price p img {
    margin-right: 5px;
    width: 18px;
    height: 18px;
  }

  .sell-your-wine .request-card-container .request-card .request-status {
    padding-bottom: 13px;
    border-bottom: 1px solid #cdcdcd;
  }

  .sell-your-wine .request-card-container .request-card .request-expand-container {
    display: flex;
    flex-direction: column;
    display: none;
  }

  .sell-your-wine .request-card-container .request-card .request-expand-container.active {
    display: flex !important;
  }

  .sell-your-wine .request-card-container .request-card .request-expand-container .case-description-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
    background-color: #f8f6f1;
    padding: 8px;
    border-bottom: 1px solid #cdcdcd;
  }

  .sell-your-wine
    .request-card-container
    .request-card
    .request-expand-container
    .case-description-container
    .case-description-title {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    width: 100%;
    margin-bottom: 16px;
  }

  .sell-your-wine
    .request-card-container
    .request-card
    .request-expand-container
    .case-description-container
    .case-description {
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    width: 100%;
  }
}

/* WWHK-9131 */
.sell-offer-related-party {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6;
    padding: 16px 24px;
    border-radius: 5px;
    margin-bottom: 24px;
}
.sell-offer-related-party .relatedPartyForm {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sell-offer-related-party .relatedPartyForm .form-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.sell-offer-related-party .relatedPartyForm .form-group {
  margin: unset;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}

.sell-offer-related-party .relatedPartyForm .form-group .msg {
  flex-basis: 100%;
  font-size: 12px;
  line-height: 15.6px;
  display: none;
  gap: 4px;
  margin-top: 5px;
}

.sell-offer-related-party .relatedPartyForm .form-group .msg i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sell-offer-related-party .relatedPartyForm .form-group.hasError .custom-input.form-input {
  border-color: #EA3D2F;
  background-color: #EC55490D;
}

.sell-offer-related-party .relatedPartyForm .form-group.hasError .msg {
  display: flex;
  color: #EA3D2F;
}

.sell-offer-related-party .relatedPartyForm .custom-input.form-radio {
  border: unset;
}
.sell-offer-related-party .relatedPartyForm .custom-input.form-radio .select {
  margin: unset;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 12px;
  cursor: pointer;
  font-weight: 400;
}
.sell-offer-related-party .relatedPartyForm .custom-input.form-radio .select > label {
  display: none !important;
}
.sell-offer-related-party .relatedPartyForm .custom-input.form-radio .select > input {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: unset;
  border: 2px solid #eceae6;
  outline: none;
  appearance: none;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  min-width: 24px;
}
.sell-offer-related-party .relatedPartyForm .custom-input.form-radio .select input:checked {
  border-color: #9d0229;
}
.sell-offer-related-party .relatedPartyForm .custom-input.form-radio .select input:checked::before {
  content: "";
  background-color: #9d0229;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.sell-offer-related-party .relatedPartyForm .custom-input.form-radio .select span {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.sell-offer-related-party .relatedPartyForm .form-row > * {
    flex-grow: 1;
}

.sell-offer-related-party .relatedPartyForm .form-group > * {
    flex-grow: 1;
}

.sell-offer-related-party .relatedPartyForm .custom-input.form-input input {
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  appearance: none;
  outline: none;
  border: none;
  opacity: 0;
}

.sell-offer-related-party .relatedPartyForm .custom-input.form-input input::-webkit-outer-spin-button,
.sell-offer-related-party .relatedPartyForm .custom-input.form-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.sell-offer-related-party .relatedPartyForm .custom-input.form-input input[type=number] {
  -moz-appearance: textfield;
}

.sell-offer-related-party .relatedPartyForm .custom-input.form-input input:focus,
.sell-offer-related-party .relatedPartyForm .custom-input.form-input input:not(:placeholder-shown) {
  opacity: 1;
}

.sell-offer-related-party .relatedPartyForm .custom-input.form-input input:focus::placeholder,
.sell-offer-related-party .relatedPartyForm .custom-input.form-input input:not(:placeholder-shown) ~ .value {
  color: transparent;
}

.sell-offer-related-party .relatedPartyForm .custom-input.form-input input:read-only ~ .value,
.sell-offer-related-party .relatedPartyForm .custom-input.form-input input:disabled ~ .value,
.sell-offer-related-party .relatedPartyForm .custom-input.form-select.disabled .value {
  color: #cdcdcd;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.sell-offer-related-party .relatedPartyForm .custom-input.form-input .value {
  pointer-events: none;
}

.sell-offer-related-party .relatedPartyForm .custom-input {
    position: relative;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
}

.sell-offer-related-party .relatedPartyForm .custom-input input {
    border: inherit;
    display: inherit;
    padding: inherit;
    background: inherit;
    height: inherit;
    width: inherit;
    outline: inherit;
    appearance: inherit;
    border-radius: inherit;
}

.sell-offer-related-party .relatedPartyForm .custom-input.form-input input, 
.sell-offer-related-party .relatedPartyForm .custom-input .value {
    display: flex;
    align-items: center;
    padding: 0px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    height: 44px;
}

.sell-offer-related-party .relatedPartyForm .custom-input .value {
    position: relative;
    z-index: 2;
    gap: 0.2em;
}

.sell-offer-related-party .relatedPartyForm .custom-input input ~ .value:empty::before {
    content: attr(aria-placeholder);
    color: rgb(205, 205, 205);
}

.sell-offer-related-party .relatedPartyForm input {
    background: #fff !important;
}
