::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(247, 236, 69, 0.5);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(247, 236, 69, 0.8);
}

ul#News {
  margin: 3em 1em;
  padding: 0;
}
ul#News .HeaderNews {
  border-top: 1px solid #F7EC45;
  border-bottom: 1px solid #F7EC45;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.1em;
  cursor: pointer;
}
ul#News .HeaderNews img {
  width: 1.3em;
  margin: 0em 1em;
  cursor: pointer;
}
ul#News .HeaderNews label {
  color: #F7EC45;
  font-size: 2.5em;
}
ul#News .BodyNew {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
  margin: auto;
}
ul#News .BodyNew div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
ul#News .BodyNew label {
  color: #fffffF;
  font-size: 2em;
}
ul#News .BodyNew label#title {
  align-self: flex-start;
}
ul#News .BodyNew img {
  width: 30em;
  margin-top: 1em;
  margin-bottom: 3em;
}
ul#News .BodyNew img.EditNews {
  width: 1.5em;
  margin: 0 0 0 1em;
  cursor: pointer;
}
ul#News .BodyNew textarea {
  width: 97%;
  padding: 0.5em;
  margin: 1em 0em;
  font-size: 1.2em;
  font-family: "Doss", sans-serif !important;
  background-color: #FFFFFF !important;
  border-radius: 0.5em;
}
ul#News .BodyNew textarea :disabled {
  background-color: #FFFFFF !important;
}
ul#News .BodyNew button {
  border-radius: 0.5em;
  padding: 0.5em;
  color: #FFFFFF;
  border: 1px solid #F7EC45;
  background-color: #000000;
  cursor: pointer;
  font-size: 1.1em;
  margin-bottom: 1em;
}
