.menu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 68px;
  width: 65px;
  border-width: 2px 2px 2px 0px;
  border-style: solid;
  border-radius: 0px 14px 14px 0px;
  margin-bottom: 5px;
  max-width: 100px;
  margin-left: 0px;
}

.conteudo {
  position: relative;
  max-height: 70vh;
  overflow: scroll;
  top: 0rem;
  margin-left: 2%;
  padding: 5px;
  max-width: 96%;
}

.header-parts {
  display: inline-flex;
}

.check-marmita {
  display: inline-grid;
  margin: 0px 10px 0px 0px;
  width: 87px;
  text-align: left;
}

.excluir {
  position: relative;
  bottom: -21px;
  left: 202px;
  color: #b50303;
}

.container-horizontal {
  display: flex;
  overflow-x: auto;
  padding: 5px 0;
  gap: 15px;
  justify-content: space-evenly;
  align-items: flex-end;
  font-size: 13px;
}

.itemflix {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap!important;
  width: 140px;
  height: 125px;
  border: 2px solid;
  border-radius: 10px 10px 10px 10px;
  border-color: var(--bs-black);
  padding: 1px;
  background: rgba(255,193,7,0.76);
}

