#modalCategorias {
  width: 100% !important;
  height: 80vh !important;
  border-radius: 10px !important;
  /* display: inline-grid !important; */
  padding: 0 !important;
}

.titulo-modal-categorias {
  padding: 0px 1em !important;
  text-align: left;
  margin-right: 35px;
  margin-top: 1em !important;
}

.titulo-modal-categorias > span {
  margin-top: 1em !important;
  font-weight: bold;
  font-family: "Poppins" !important;
}

.titulo-modal-categorias > p {
  margin-top: 5px;
  font-size: 12px;
}

.modal a.close-modal {
  background-image: url("../img/modal-icon.svg");
  width: 15px !important;
  height: 15px !important;
  top: 15px !important;
  right: 15px !important;
}

.list-categorias {
  overflow-y: auto;
  display: flex;
  width: 100%;
  height: 55vh !important;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-left-width: 4px;
  border-left-color: #fcbe34;
  border-left-style: solid;
}
.list-categorias::-webkit-scrollbar {
  display: none;
}

.item-checkbox-modal {
  width: 100%;
  padding: 12px 7px;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
}

.container-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.button-all {
  border-width: 1.5px;
  border-radius: 4px;
  border-color: #1a8dca;
  border-style: solid;
  padding: 7px 15px;
}

.button-all > span {
  color: #1a8dca;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins";
}

.salve-button {
  background-color: #6ece66;
  border-radius: 4px;
  padding: 7px 20px;
}

.salve-button > span {
  color: white;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins";
}

.checkbox_categories {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  margin-right: 5px;
}

.custom-control {
  padding-left: 18px !important;
}

.label_categories {
  font-size: 13px;
  color: #363636;
}