.header-bar {
  margin: 1.5rem .5rem;
  height: 25px;
  background-color: var(--color-white);
  );
  height: 50px;
  display: flex;
  align-items: center;
  padding: 1rem;
  justify-content: flex-end;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-bar .icons-menu {
  display: none;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #9ea7bbc7;
  z-index: 9;
}

.overlay.none {
  display: none;
}

@media screen and (max-width: 880px) {

  .header-bar{
    justify-content: space-between;
  }

  .header-bar .icons-menu {
    display: inline-block;
  }
}

.box-profile {margin-top: 10px;}

.box-profile img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 100%;
  cursor: pointer;
}

.header-box {
  /* height: 120px; */
  margin: .5rem;
  margin-top: 1.5rem;
}

.header-box>.card-header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: var(--color-white);
  border-radius: 6px;
  padding: 12px 20px;
  height: 110px;
}

.header-box>.card-header>p {
  margin: 0px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #a3aed0;
}

.header-box>.card-header>h3 {
  margin: 0px;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--color-main);
}

.header-box>.card-header>span {
  margin: 0px;
  font-size: 0.875rem;
}

.header-box>.card-header>span>strong {
  color: #05cd99;
  font-weight: 700;
}

.icons-drag-indicator {
  font-size: 18pt;
  font-weight: 300;
  display: flex;
  width: 30px;
  justify-content: center;
  align-items: center;
  height: 30px;
}
