.page-content.dashboard-client {
  min-height: 100vh;
  padding-top: 7rem;
}

.bottom-footer.dashboard-client {
  background-color: #fff;
}

.list-holder.dashboard-client {
  width: 100%;
  margin-left: 0;
  padding: 2rem 1rem 5rem 1rem;
}

.bottom-menu {
  position: fixed;
  width: 90%;
  height: 55px;
  background: #ffffff;
  padding: 0.5rem;
  left: 5%;
  bottom: 15px;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  z-index: 98;
}

.bottom-menu-cover {
  display: none;
  position: fixed;
  content: "";
  left: 0;
  bottom: 0;
  height: 170px;
  width: 100%;
  z-index: 97;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 25%, rgb(255 255 255) 100%);
}

@media (max-height:500px) {
  .bottom-menu {
    display: none;
  }
}

.bottom-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: -webkit-flex;
  justify-content: center;
  transform: translateY(-0px);
}

.bottom-menu ul li {
  padding: 0.5rem;
  width: 25%;
}

.bottom-menu ul img {
  height: 20px;
}

.bottom-menu ul a {
  text-decoration: none;
  color: #000;
}

.bottom-menu ul a h4 {
  font-size: 0.6rem;
  display: none;
}

a.cat.add img {
  transform: scale(2.5) !important;
  margin: 0 1rem;
}

.imp-notice ul {
  padding: 0 !important;
  list-style: none;
  margin: 0 !important;
}

.imp-notice ul li {
  position: relative;
}

.imp-notice .itm {
  padding: 1rem;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 0.75rem;
}

.imp-notice .itm img {
  width: 25px;
  float: left;
  margin-right: 0.5rem;
  filter: invert(1);
}

.imp-notice h5 {
  font-size: 0.95rem !important;
}

.imp-notice span {
  font-size: 0.8rem;
  font-weight: 200;
}

.imp-notice a.close img {
  width: 20px;
  position: absolute;
  right: 1rem;
  top: -0.5rem;
}

/* Page request Client Dashboard*/

.form-req fieldset {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #c3c3c3;
}

.form-req legend {
  font-size: 1.125rem;
}

.form-req label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #8dc381;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.form-req :checked+label:before {
  content: "✓";
  background-color: #8dc381;
  transform: scale(1);
}



input[type="radio"]:checked+label {
  border: 1px solid #8dc381;
  filter: grayscale(0%);
}

input[type="checkbox"]:checked+label {
  content: "✓";
  transform: scale(1);
  border: 1px solid #8dc381;
  filter: grayscale(0%);
}

label.img-h p {
  margin: 0;
}

label.img-h p.des {
  font-size: 0.8rem;
  width: 110px;
  line-height: 0.8rem;
}

.bbtn {
  text-decoration: none;
  color: #666666;
}

#step1,
#step2,
#step3,
#step3a,
#step4,
/*#btnToS3,*/
#step4,
#step5,
#step6,
#step7,
#step8,
#step9,
#step10,
#step11,
#step12,
#step13,
#step14,
#step15,
#step16,
#step17,
#step18,
#step19,
#step20 {
  display: none
}


/* Page mes projets*/
.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #181818;
  border-color: #fff;
  border-radius: 50px;
}

.nav-tabs .nav-link {
  margin-bottom: 8px;
  background: #f5f5f5;
  border: 0px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  margin-right: 1%;
  color: #181818;
  border-radius: 50px;
}

.nav-tabs .nav-link.active {
  background: #8dc381;
  color: #fff;
  border-radius: 50px;
}

.status img {
  width: 10px;
  filter: grayscale(1);
}

/* Page mes factures*/

.orders ul .list h5 span {
  font-weight: 700;
}

a.down img {
  position: absolute;
  width: 30px;
  right: 1rem;
  bottom: 1rem;
}