.header.logged {
  box-shadow: 0px 0px 60px rgb(0 0 0 / 10%);
  margin-bottom: 1.8rem;
}

.header.logged li {
  display: none;
}

.header.logged li:last-child {
  display: block;
}

.logged .mobileMenu {
  width: 100%;
  height: calc(100vh - 250px);
  position: absolute;
  z-index: 90;
  background: linear-gradient(
    180deg,
    rgba(234, 233, 235, 1) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  left: -101%;
  top: 95px;
  transition: 0.5s;
}

.logged .mobileMenu.active {
  left: 0%;
}

.dashboard {
  background-color: #fff;
  padding: 1rem;
  min-height: 100vh;
}

.dashboard h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.dashboard h3 span {
  color: #8dc381;
}

.dashboard .side-menu ul {
  text-align: center;
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.dashboard .side-menu ul a {
  text-align: center;
  text-decoration: none;
  color: #000;
}

.dashboard .side-menu ul a h4 {
  font-size: 0.7rem;
}

.dashboard .side-menu ul a img {
  width: 20px;
  margin: auto;
  margin-top: 0.5rem;
}

.side-menu {
  position: fixed;
  width: 90px;
  background: #f5f5f5;
  padding: 1rem;
  left: 0;
  top: 100px;
  height: calc(100% - 100px);
}

.dashboard .side-menu ul li {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgb(214, 214, 214);
}

.bottom-footer.dashboarda a {
  color: #000;
}

.dashboarda ul.navifooter {
  float: right;
  display: block !important;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 0;
}

.list-holder {
  width: 100%;
  margin-left: 0px;
  padding-right: 0.5rem;
}

.list-holder h4 {
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 1.5rem;
}

.orders ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.orders ul .list {
  padding: 1rem;
  background: whitesmoke;
  transform: unset;
  border-radius: 10px;
}

.orders ul .list p.date,
.orders ul .list p.postal {
  color: rgb(86, 86, 86);
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
}

.orders ul li {
  margin-bottom: 1rem;
}

.orders ul li a {
  text-decoration: none;
  color: #000;
}

.orders ul .list h5 {
  font-size: 1rem;
  font-weight: 500;
}

.status {
  position: absolute;
  right: 1rem;
  display: flex;
}

.status p {
  font-size: 0.7rem;
  margin: 0;
  margin-right: 0.5rem;
}

.status img {
  width: 10px;
}

.pop-order {
  width: 90%;
  min-height: 80%;
  background: white;
  position: absolute;
  z-index: 99;
  top: 10%;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 40px rgb(0 0 0 / 30%);
  left: -101%;
  transition: all 0.5s;
}

.pop-order.active {
  left: 5%;
}

.pop-order a.close {
  height: 10px;
  width: 10px;
  background-color: #fe9f00;
  background-image: url(images/close.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  padding: 1rem;
  position: absolute;
  right: 1rem;
  top: -1rem;
  border-radius: 500px;
  color: rgba(0, 0, 0, 0);
}

.order-contents h2 {
  font-size: 1.25rem;
  font-weight: 600;
}

.order-contents p.basic {
  font-size: 0.8rem;
  color: #acacac;
}

.order-contents p.basic a {
  text-decoration: none;
  color: #acacac;
}

.order-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-info ul li {
  margin-bottom: 1rem;
}

li.field H3 {
  color: #054174;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
}

li.field p {
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
}

li.field p:last-child {
  margin-bottom: 1rem;
}

.notes .contact {
  margin: 2rem 0;
}

.notes label.btn.btn-outline-primary {
  border-color: #a1a1a1;
  color: #a1a1a1;
  text-align: left;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary:hover {
  background: #fe9f00;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  vertical-align: middle;
}

.btn-group .btn {
  margin: 0 0.5rem 0.5rem 0 !important;
  font-size: 0.8rem;
}

.history {
  margin-top: 1rem;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: #fff;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #000;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

ul.timeline a {
  text-decoration: none;
  color: #054174;
}

ul.timeline p {
  font-size: 0.9rem;
}

.accordion-item {
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
  background: #f0f0f0;
}

.history h3 {
  margin-left: 1rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000000;
}

a.float-right {
  right: 0;
  float: right;
  color: #c3c3c3 !important;
  font-size: 0.8rem;
}

a.modif {
  position: absolute;
  right: 1rem;
  background: black;
  color: #fff !important;
  padding: 0.25rem 1rem;
  top: 0.5rem;
  border-radius: 50px;
}

.logged .mobileNavBtn {
  display: none;
}

@media (max-width: 768.98px) {
  .dashboard {
    padding: 1rem;
    padding-top: 130px;
    padding-bottom: 130px !important;
  }
}

/* Page devis */

.list-holder.devis h5.title {
  font-size: 0.9rem !important;
  text-transform: none !important;
  font-weight: 600;
  margin-top: 1rem;
}

a.btnplus {
  background: #ffa205;
  padding: 0.5rem;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffa205;
}

a.btnplus img {
  margin-right: 0.75rem;
}

.search-bar {
  margin-top: 2rem;
}

.search .form-control {
  border-radius: 500px;
}

.creation a.top {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
}

a#selfdevis {
  text-decoration: none;
  color: #8d8a8a;
  font-size: 0.8rem;
}

a#envoyer {
  background: #2e2d2d;
}

/* Page devis creation */
.projet-info ul {
  list-style: none;
  padding: 0;
}
/*
.projet-info ul li {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 0 0 1rem 0;
}

.projet h6 {
  font-size: 0.8rem;
  margin-top: 0.75rem;
}

.projet-info ul li h5 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.projet-info ul li p {
  font-size: 0.9rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
*/
.sup {
  position: absolute;
  right: 0;
  background: black;
  font-size: 0.6rem;
  padding: 0.5rem;
  border-radius: 500px;
  color: #fff;
}

.section-chifre ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-chifre ul li h4 {
  font-size: 1rem;
}

.section-chifre ul li img {
  width: 30px;
}

.section-chifre ul a {
  color: #000;
  text-decoration: none;
}

.section-chifre ul li {
  float: left;
  width: 46%;
  height: 150px;
  overflow: hidden;
  margin: 0% 4% 3% 0;
  padding: 1rem;
  border: 1px solid #ededed;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  border-radius: 5px;
}

/* Responsive Web version*/
@media (min-width: 1080px) {
  .bottom-menu {
    width: 90px !important;
}
.bottom-menu ul a h4 {
    font-size: 1em !important;
}
  .header {
    position: fixed;
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  }

  .dashboard {
    padding: 1rem;
    margin-left: 110px;
    margin-right: 110px;
    padding-top: 150px;
  }

  .page-content.dashboard-client {
    padding-top: 150px !important;
  }

  .bottom-menu {
    width: 75px;
    border-radius: 5px;
    height: inherit;
    left: 15px;
    top: 100px;
    background: #000000;
  }

.bottom-menu ul {
        display: block;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

  .bottom-menu ul img {
    filter: grayscale(1) invert(1);
  }

  a.cat.add img {
    filter: unset;
    transform: scale(1.4) translateY(-5px) !important;
    margin: unset !important;
  }

  .bottom-menu ul li {
    width: unset;
  }

  .bottom-menu ul a h4 {
    display: block;
    color: #fff;
  }

  .bottom-menu-cover {
    display: none;
  }

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

  div#meilleurserviceGC {
    padding-right: 5rem;
  }
}

a.c_addbtn {
  background: #ffffff00;
  padding: 0.25rem 1rem;
  border: 1px solid;
  border-radius: 500px;
  color: #000;
  text-decoration: none;
}

.c_addbtn img {
  height: 10px;
}

a.c_addbtn.dull {
  border: 0px solid;
}

a.c_addbtn.dull img {
  height: 15px;
  margin-right: 5px;
}

.order-info a {
  color: #fff;
  text-decoration: none;
  background: #054174;
  padding: 0.5rem 1rem;
  border-radius: 500px;
}

li.field H3 {
  border-bottom: 0px solid #f0f0f0;
  padding: 0;
  margin-bottom: -3px;
}

.projet h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0px;
}

.projet p.ans {
  padding: 0;
  margin-bottom: 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.pro-info {
  padding: 1rem;
  box-shadow: 0 0 50px rgb(0 0 0 / 0%);
}

h3.d-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

input.btn-b,
input.btn-b:hover,
input.btn-b:active {
  background: #000;
  border: 0;
  box-shadow: none;
  padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 5px;
  width: -webkit-fill-available !important;
}

p.small {
  font-size: 0.8rem !important;
  margin: 0 !important;
  font-style: italic;
}

textarea#status_reason {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  width: 100%;
  padding: 1rem;
}

.showSmsBoxIos,
.showSmsBoxAndroid,
.showSmsBoxOthers {
  display: none;
}

.showSmsBoxIos.ios-device,
.showSmsBoxAndroid.android-device,
.showSmsBoxOthers.other-device {
  display: block;
}

textarea.smsTxt {
  width: 100%;
  border-radius: 5px;
  min-height: 70px;
}

a.smsBtn {
  font-size: 1rem;
  background: black;
}

input.smsBtn {
  font-size: 1rem;
  background: black;
  color: #fff;
  border-radius: 50px;
  margin-top: -14px;
  padding: 0.25rem 1rem;
  margin-left: 10px;
}

a.showMeSms {
  background: #c9c9c9;
  font-size: 0.7rem;
  color: #2c2c2c;
}

.smsSender {
  display: none;
}
