.ordered-services-section {
  padding-block: 30px;
  height: auto;
  padding-inline: 96px;
  background: #FBFCFD;
}

.ordered-services-section .ordered-services-area {
  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;
}

.ordered-services-section .ordered-services-area .ordered-services-head {
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.ordered-services-section .ordered-services-area .ordered-services-head h5 {
  text-transform: uppercase;
  font-weight: 500;
}

.ordered-services-section .ordered-services-area .availabe_discount p:nth-child(1) {
  color: var(--color-red);
  font-weight: 400;
  margin-bottom: 10px;
}

.ordered-services-section .ordered-services-area .availabe_discount p:nth-child(2) {
  margin-bottom: .5rem;
}

.ordered-service-detail h6 span {
  color: #858585;
  font-weight: 400;
}

.ordered-service-detail h6:nth-child(2), .ordered-service-detail h6:nth-child(3) {
  font-weight: 400 ;
  color: #333333;
}
.disabled, .disabled > span {
  color: #ccc!important;
}


/* requested services details table */
/* Responsive Table Style */
.responsive-table {
  background-color: #fefefe;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  width: 100%;
  overflow: hidden;
}

.responsive-table__row {
  display: grid;
  border-bottom: 1px solid #edeef2;
  padding: 0 1.5rem;
}


.responsive-table__row th,
.responsive-table__row td {
  padding: 1rem 0;
}

.responsive-table__head {
  background-color: #e1e8f2;
}

.responsive-table__head__title {
  display: flex;
  align-items: center;
  font-weight: 500;
  text-transform: capitalize;
}

.responsive-table__body .responsive-table__row {
  transition: 0.1s linear;
  background-color: #F9F9F9;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.responsive-table__body .responsive-table__row:last-child {
  margin-bottom: 7px;
}

.responsive-table__body .responsive-table__row:hover {
  color: #000000;
  background-color: #ededed;
}

.responsive-table__body__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.responsive-table__body__text::before {
  margin-right: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}

.responsive-table__body__text--Name {
  font-weight: 600;
}

/* SVG Up Arrow Style */
.up-arrow {
  height: 100%;
  max-height: 1.8rem;
  margin-left: 1rem;
}

/* SVG User Icon Style */
.user-icon {
  width: 100%;
  max-width: 4rem;
  height: 44px;
}

.services-requested {
  max-height: 468px;
  overflow: auto;
  display: block;
}

/* EMPTY SERVICES SECTION  */

.empty-ordered-services {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 115px 15px;
}

.empty-ordered-services-section {
  background: #FBFCFD;
  height: 759px;
  max-height: 759px;
  display: flex;
  align-items: center;
}
.continue-booking-btn-section .continue-booking-btn {
  background-color: #D31145;
  color: #fff;
  width: auto;
  padding: 15px 44px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin-top: 24px;
}
.empty-ordered-services h5 {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.empty-ordered-services p {
  text-align: center;
}

/* EMPTY SERVICES SECTION  */


/* ORDER SERVICE TABS SECTION CSS START */

.active.link-secondary{
  font-weight: bold;
  color:#fff;
}
.bg-them{
    border-radius: 6px;
    margin-bottom: 20px;
}
.active.link-secondary {
  font-weight: bold;
  background-color: var(--color-red);
}
.link-secondary {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 15px 30px;
  background-color: #CCCCCC;
  font-weight: 500;
}
.link-secondary:focus, .link-secondary:hover {
  color: #ffffff;
}
/* ORDER SERVICE TABS SECTION CSS END */

.tab-content.fade{
    opacity: 1;
}





