#seller-dashboard {
  /* margin-top: 40px; */
  margin-left: 0px;
}

#seller-dashboard .section-title {
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#seller-dashboard .nav-link {
  /* display: block; */
  border: 2px solid #0041c2;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-bottom: 8px;
  text-decoration: none;
  border-radius: 10px;
  /* width: 200px !important; */
}

#product-listing .nav-link:hover,
#product-listing .nav-link.active,
#seller-dashboard .nav-link:hover,
#seller-dashboard .nav-link.active,
#buyer-dashboard .nav-link:hover,
#buyer-dashboard .nav-link.active {
  background-color: #b31942 !important;
  transform: scale(1.05);
}


#product-listing .nav-link {
  /* display: block; */
  border: 2px solid #0041c2;
  color: #ffffff;
  /* padding: 8px; */
  padding: 5px;
  text-align: center;
  margin-bottom: 8px;
  text-decoration: none;
  border-radius: 10px;
  /* width: 200px !important; */
}

#product-listing .nav-link:hover,
#product-listing .nav-link.active {
  background-color: #b31942 !important;
  transform: scale(1.05);
}

.buyerscamp-title {
  color: var(--blue-color);
  font-size: 14px;
  text-transform: capitalize;
}

.sellercamp-title {
  text-transform: initial !important;
  color: var(--blue-color);
}

.col-200 {
  width: 228px !important;
}

.first-order-sec {
  padding: 0px 0 0 0;
}

.main-order p {
  margin-bottom: 0;
}

.first-order-sec {
  padding: 0px 0 0 0 !important;
}

.main-div {
  max-width: 750px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.details a {
  color: blue;
  text-decoration: none;
}

.product-title {
  display: block;
  color: #000000;
}

.product-title:hover {
  text-decoration: underline;
  color: #0000ff;
  cursor: pointer;
}

.seller-title {
  /* display: block;
  color: #000000; */
}

.seller-title:hover {
  text-decoration: underline;
  color: #000000;
  cursor: pointer;
}

.form-section {
  border: 4px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
}

.image-placeholder {
  width: 80px;
  height: 80px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #000;
  border: 2px solid #000000;
}

.feed-container {
  border: 4px solid #ddd;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}

.section {
  padding: 15px;
}

.t-section {
  padding: 15px;
}

.section:not(:last-child) {
  border-bottom: 4px solid #ddd;
}

.title {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.description {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.see-more {
  color: blue;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  border: 1px solid blue;
  text-decoration: underline;
  border-radius: 50px;
  padding: 2px;
}

.see-more img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.return-container {
  border: 4px solid #dddddd;
  border-radius: 10px;

  width: 100%px;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
}

.return-section {
  padding: 15px;
}

.return-section:first-child {
  border-bottom: 4px solid #ddd;
}

.return-title {
  font-weight: bold;
  font-size: 16px;
}

.return-subtext {
  font-size: 14px;
  font-weight: bold;
}

.return-description {
  font-size: 14px;
  color: #333;
}

.return-link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.radio-container {
  border: 2px solid black;
  border-radius: 10px;

  display: inline-block;
  margin-bottom: 10px;
}

.radio-option {
  display: flex;
  align-items: center;
  border-top: 1px solid black;
  padding: 8px;
}

.radio-option:first-child {
  border-top: none;
}

.radio-option input {
  margin-right: 8px;
}

.submit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.submit-btn {
  background-color: #42b72a;
  color: white;
  border: 2px solid #42b72a;
  padding: 5px 50px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.submit-btn:hover {
  background-color: #369e20;
}

#order-total {
  width: 100%;
}

#order-total tr {
  width: auto !important;
  margin-bottom: unset !important;
  border: unset !important;
  display: table-row !important;

  /* grid-template-columns: auto 1fr 1fr;
  -ms-grid-columns: auto 1fr 1fr;
  grid-template-rows: auto auto; */
}

.ml {
  margin-left: 40px !important;
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  p.float-right {
    float: right;
    padding-left: 320px;
    margin-top: -40px;
  }
}

/**manage-order page css**/
.text-end {
  text-align: right;
}

.col-md-6.left-text,
.col-md-6.right-text {
  padding: 0;
}

.col-md-6.right-text {
  text-align: end;
}

.tagline-div {
  display: flex;
  justify-content: end;
}

.price {
  margin-top: 30px;
}

.total-item small {
  display: none;
}

.sub-order.manage-order {
  background: #fff !important;
  padding: 10px 0 !important;
}

.manage-order .text-danger {
  margin-top: 5px;
  color: #000;
  font-size: 18px;
}

.pink-text {
  color: #f83255;
}

.manage-order .text-danger span {
  text-decoration: underline;
}

.manage-order .sub-order-card {
  padding: 10px;
}

.manage-order .bg-warning {
  background: #ffff00;
}

/**manage-order page css**/
.bg-warning.text-dark.p-2.action-tagline {
  margin-bottom: 10px;
}

.button-sec-2 {
  display: grid;
  justify-content: end;
  /* gap: 10px;*/
}

.main-order {
  border: 1px solid #000000;
  border-radius: 12px;
  margin: 10px 0;
  padding: 10px;
}

.button-div {
  display: grid;
  justify-content: end;
}

.sub-order.main-div {
  padding: 10px 0 0 0;
}

.sub-order {
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 10px;
  margin: 10px 0;
  background-color: #eeeeee;
}

.sub-order-header {
  margin: 10px;
}

.product-box {
  border: 1px solid #ccc;
  /* border-radius: 5px; */
  padding: 15px;
  /*margin-bottom: 10px;*/
  background-color: #f8f9fa;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.sub-order-card:not(:last-child) {
  border-bottom: 1px solid #000000;
  padding: 10px;
}

.col-button {
  display: flex;
}

.order-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  background-color: #f8f9fa;
}

.status {
  font-weight: bold;
  margin-bottom: 5px;
}

.product-img {
  width: 120px;
  height: 120px;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  /* margin: 7px; */
}

.quantity-item {
  position: absolute;
  /* top: 11px; */
  bottom: 0px;
}

.action-buttons .btn {
  width: 100%;
  margin-top: 5px;
}

/*--- button css -------*/
.btn-mragin-zero {
  margin: 0px !important;
}

.btn-red {
  /* padding: 4px; */
}


.btn-orange {
  background-color: #F8991E !important;
  padding: 5px 20px;
  /* width: 100% !important;
  height: 30px; */
  border: 2px solid #F8991E !important;
  border-radius: 56px !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;

  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
}

.btn-orange:focus {
  color: #ffffff;
}

.btn-orange:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-orange:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/*----------*/


.btn-green {
  background-color: #4caf50 !important;
  padding: 5px 20px;
  /* width: 100% !important;
  height: 30px; */
  border: 2px solid #4caf50;
  border-radius: 56px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;

  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
}

.btn-green:focus {
  color: #ffffff;
}

.btn-green:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-green:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/*----------*/

.btn-white-green {
  background-color: #ffffff !important;
  padding: 5px 20px;
  /* width: 90% !important;
  height: 30px; */
  border: 2px solid #4caf50;
  border-radius: 56px;
  color: #4caf50;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;

  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
}

.btn-white-green:focus {
  color: #ffffff;
}

.btn-white-green:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-white-green:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #4caf50 !important;
}

/*----------------------*/

.btn-blue {
  padding: 5px 20px;
  background-color: #0000ff !important;
  /* width: 90% !important;
  height: 30px; */
  border: 2px solid #0000ff;
  border-radius: 56px;

  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;

  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
}

.btn-blue:focus {
  color: #ffffff;
}

.btn-blue:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-blue:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/*-------------------*/
.btn-white-blue {
  background-color: #ffffff !important;
  padding: 5px 20px;
  /* width: 100% !important; */
  /*height: 30px;*/
  border: 2px solid #0000ff;
  border-radius: 56px;
  color: #0000ff;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
}

.btn-white-blue:focus {
  color: #ffffff;
}

.btn-white-blue:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-white-blue:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #0000ff !important;
}

/*-------------------*/




/*-------------------*/

.btn-purple {
  background-color: #A961B4 !important;
  color: #ffffff !important;
  padding: 5px 20px;
  /* width: 100% !important;
  height: 30px; */
  border: 2px solid #A961B4;
  border-radius: 56px;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
  border: 2px solid #A961B4;
}

.btn-purple:focus {
  color: #ffffff;
}

.btn-purple:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-purple:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/*-------------------*/

/*-------------------*/

.btn-darkblue {
  background-color: #0041c2 !important;
  color: #ffffff !important;
  padding: 5px 20px;
  /* width: 100% !important;
  height: 30px; */
  border: 2px solid #0041c2 !important;
  border-radius: 56px !important;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
  border: 2px solid #0041c2;
}

.btn-darkblue:focus {
  color: #ffffff;
}

.btn-darkblue:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-darkblue:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/*-------------------*/
/*-------------------*/

.btn-darkred {
  background-color: #b31942 !important;
  color: #ffffff !important;
  padding: 5px 20px;
  /* width: 100% !important;
  height: 30px; */
  border: 2px solid #b31942;
  border-radius: 56px;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
  border: 2px solid #b31942;
}

.btn-darkred:focus {
  color: #ffffff;
}

.btn-darkred:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-darkred:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/*-------------------*/
/*-------------------*/

.btn-red {
  background-color: #ff0000 !important;
  padding: 5px 20px !important;
  /* width: 100% !important;
  height: 30px; */
  border: 2px solid #ff0000;
  border-radius: 56px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
  line-height: initial;
}

.btn-red:focus {
  color: #ffffff;
}

.btn-red:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-red:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/*-------------------*/

.btn-white-red {
  background-color: #ffffff !important;
  padding: 5px 20px;
  /* width: 100% !important;
  padding: 6px 15px 8px 15px; */
  /* height: 30px;*/
  /* border: 2px solid #0000ff; */
  border-radius: 56px;
  color: #ff0000;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
}

.btn-white-red:focus {
  color: #ff0000;
}

.btn-white-red:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-white-red:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ff0000 !important;
}

/*-------------------*/

.btn-yellow {
  background-color: #f2b713 !important;
  padding: 5px 20px;
  /* width: 100% !important;
  padding: 5px 15px 5px 10px; */
  /* height: 30px;*/
  border: 2px solid #f2b713 !important;
  border-radius: 56px !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
}

.btn-yellow:focus {
  color: #ffffff;
}

.btn-yellow:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-yellow:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/*-------------------*/

.btn-white {
  background-color: #ffffff !important;
  padding: 5px 20px;
  /* width: 100% !important;
  padding: 5px 15px 5px 10px; */
  /* height: 30px;*/
  border: 2px solid #b31942;
  border-radius: 56px;
  color: #b31942;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
  /* border: unset; */
}

.btn-white:focus {
  color: #b31942;
}

.btn-white:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-white:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #b31942 !important;
}

/*-------------------*/
/*-------------------*/
.tab-white-blue {
  background-color: #0041c2 !important;
  /* width: 90% !important; */
  height: 35px;
  border: 2px solid #0041c2;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  padding: 6px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 190px;
}

.tab-white-blue:focus {
  color: #ffffff;
}

.tab-white-blue:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.tab-white-blue:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  /* transform: scale(1.05); */
  background-color: #b31942 !important;
  color: #ffffff !important;
  transform: scale(1.05);
}

/*----------------------------*/

.tab-container {
  /* display: flex;
  flex-wrap: wrap;
  gap: 10px; */
}

/*-------------------*/
.tab-grey-blue {
  background-color: #e2e2e2 !important;
  width: 90% !important;
  height: 35px;
  border: 2px solid #0000ff;
  border-radius: 10px;
  color: #0000ff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
  margin-right: 5px;
}

.tab-grey-blue:focus {
  color: #ffffff;
}

.tab-grey-blue:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.tab-grey-blue:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  /* transform: scale(1.05); */
  color: #0000ff !important;
  background-color: #0000ff !important;
  color: #ffffff !important;
}

@media (min-width: 720px) {
  .tab-container {
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%; */
  }
}

/*------------------------return css ------------------------------*/
#return-container {
  max-width: 600px;
  margin: 20px auto;
}

#return-breadcrumb {
  margin-bottom: 10px;
}

#return-card {
  border: 1px solid #000;
  border-radius: 20px;
  /* padding: 15px; */
}

#return-card-header {
  border-bottom: 1px solid #000;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 24px;
}

#return-card-body {
  padding: 24px;
}

#return-card-footer {
  border-top: 1px solid #000;
  padding: 15px;
}

#return-table td {
  padding: 5px 10px;
}

#return-buttons {
  text-align: center;
  margin-top: 20px;
}

#btn-cancel {
  background-color: red;
  color: white;
  border: 2px solid blue;
  border-radius: 50px;
  padding: 5px 20px;
}

#btn-details {
  background-color: blue;
  color: white;
  border: 2px solid red;
  border-radius: 50px;
  padding: 5px 20px;
}

#dotted-border {
  border-bottom: 2px dotted #000;
}

/*-----------------------------cancel return------------------------------*/

/* Scope all styles under the main ID */
#cancel-return-container {
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

#cancel-return-container .return-card {
  border: 1px solid #000;
  border-radius: 20px;
  /* padding: 15px; */
}

#cancel-return-container .return-card-header {
  border-bottom: 1px solid #000;
  background-color: #fff;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#cancel-return-container .return-card-body {
  padding: 24px;
}

#cancel-return-container .return-card-footer {
  border-top: 1px solid #000;
  padding: 24px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#cancel-return-container .return-table td {
  padding: 5px 10px;
}

#cancel-return-container .return-buttons {
  text-align: center;
  margin-top: 20px;
}

#cancel-return-container .btn-cancel {
  background-color: red;
  color: white;
  border: 2px solid blue;
  border-radius: 50px;
  padding: 5px 20px;
}

#cancel-return-container .btn-leave {
  background-color: blue;
  color: white;
  border: 2px solid red;
  border-radius: 50px;
  padding: 5px 20px;
}

#cancel-return-container .reason-select,
#cancel-return-container .reason-textarea {
  width: 100%;
  padding: 8px;
  border: 2px solid #000;
  border-radius: 5px;
}

#cancel-return-container .dotted-border {
  border-bottom: 2px dotted #000;
}

@media only screen and (max-width: 786px) {
  /* Styles go here */

  .col-200 {
    width: unset !important;
  }

  /* Add more responsive styles as needed */
}