

@media (max-width: 480px) {
.dashbox {
    padding: 10px 8px;
}
.dashh p {
    font-size: 14px;
}
.schedule-item-in {
    justify-content: center;
    flex-wrap: wrap;
}
.sleepstats-grid {
    gap: 10px;
    flex-direction: column;
}
.sleepstats-column {
    border-right:0;
    padding-right: 0;
}
.gridtextTop {
    flex-direction: column;
    align-items: center;
}
.gridtextBottom {
    justify-content: center;
}

}

/* Medium screens (tablet) */
@media (max-width: 991px) {
  .cliensSec .customWidth {
    width: 50% !important;
  }
  .personSec {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 4px !important;
  }
  .postAction {
    position: relative !important;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .box-1 {
    flex-direction: column;
}
 
}

/* Small screens (mobile) */
@media (max-width: 576px) {
  .cliensSec .customWidth {
    width: 100% !important;
  }
  .companySec {
    width: 100%;
  }
  .clientTextGroup {
    display: block !important;
  }
  .companySec {
    width: 100% !important;
  }

  .contectSec {
    width: 100% !important;
  }
  .personSec,
  .groupFeature {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 4px !important;
  }
  .postAction {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100%;
  }
 
}


 

