#newInfoDesk {
  padding: 2rem;
}
#newInfoDesk h4 {
  font-size: 1rem;
  color: #011E41;
  margin: 0 0 1.5rem;
  font-weight: 700;
}
#newInfoDesk #eventquestions {
  margin: 0 0 2rem;
}
#newInfoDesk #eventquestions .list {
  margin: 0 0 2rem;
}
#newInfoDesk #eventquestions .list label {
  gap: 10px;
  display: flex;
  align-items: center;
}
#newInfoDesk #eventquestions .list input {
  width: 40rem;
  border-radius: 10px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1607843137);
  background: #F4F8FB 0% 0% no-repeat padding-box;
}
#newInfoDesk #eventquestions .list .remove-button {
  width: 90px;
  border: none;
  padding: 5px 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1607843137);
  background: #e24000 0% 0% no-repeat padding-box;
}
#newInfoDesk .add-question {
  width: 120px;
  border: none;
  padding: 7px 0;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1607843137);
  background: #93D500 0% 0% no-repeat padding-box;
}
#newInfoDesk input.hidden {
  display: none;
}
#newInfoDesk label.logo-input {
  width: 12rem;
  margin: auto;
  display: flex;
  font-weight: bold;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#newInfoDesk label.logo-input .image-container {
  padding: 2rem;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 0 1rem;
  border: 2px solid #93D500;
}
#newInfoDesk label.logo-input img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#newInfoDesk label.logo-input span {
  opacity: 1;
  color: #B9B9B9;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.5px;
  font: normal normal normal 12px/12px Verdana;
}
