@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Italic.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.challenge-info {
  display: grid;
  grid-template-columns: 5fr 5fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-left: 1rem;
  padding: 0.5rem 0.5rem;
  height: 8rem;
  border: 1px solid #894360;
  border-radius: 0.5rem;
  margin-top: 5rem;
}
.challenge-info__name, .challenge-info__share, .challenge-info__user-name, .challenge-info__date {
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}
.challenge-info__name__title, .challenge-info__share__title, .challenge-info__user-name__title, .challenge-info__date__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.challenge-info__name {
  grid-column: 1;
  grid-row: 1;
}
.challenge-info__user-name {
  grid-column: 2;
  grid-row: 2;
}
.challenge-info__share {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
}
.challenge-info__share__button {
  background-color: #894360;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 0px;
}
.challenge-info__share__buttonEdit {
  background-color: #894360;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 0px;
  margin-right: 1rem;
}
.challenge-info__share img {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.challenge-info__description {
  grid-column: 1;
  grid-row: 2;
  align-items: center;
  flex-direction: row;
}
.challenge-info__description__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.challenge-info__users {
  grid-column: 1;
  grid-row: 3;
  align-items: center;
  flex-direction: row;
}
.challenge-info__users__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.challenge-info__users__img {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  margin-left: 1rem;
}
.challenge-info__users__imgDisabled {
  cursor: not-allowed;
}
.challenge-info__status {
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  flex-direction: row;
  /* Rounded sliders */
}
.challenge-info__status__block {
  display: flex;
  align-items: center;
}
.challenge-info__status__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.challenge-info__status .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-left: 1rem;
}
.challenge-info__status .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.challenge-info__status .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  border: 1px solid #894360;
  transition: 0.4s;
}
.challenge-info__status .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.challenge-info__status input:checked + .slider {
  background-color: #894360;
}
.challenge-info__status input:focus + .slider {
  box-shadow: 0 0 1px #894360;
}
.challenge-info__status input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.challenge-info__status .slider.round {
  border-radius: 34px;
}
.challenge-info__status .slider.round:before {
  border-radius: 50%;
}
.challenge-info__date {
  grid-column: 2;
  grid-row: 1;
  align-items: center;
}
.challenge-info .department-list {
  background: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-x: hidden;
  margin-left: 2rem;
}

/*# sourceMappingURL=styles.css.map */
