@import url(" ");
main {
  padding-bottom: 115px;
}

@media (max-width: 576px) {
  main {
    padding-bottom: 55px;
  }
}

@media (max-width: 1200px) {
  main #topline .flex_control {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

main #topline .topline-button {
  border: none;
  width: 140px;
}

@media (max-width: 1200px) {
  main #topline .topline-button {
    width: 100%;
  }
}

main #topline .topline-button .button {
  width: 100%;
  border: 1px solid black;
}

@media (max-width: 1200px) {
  main #topline .topline-button .button {
    width: 140px;
    margin: auto;
  }
}

main #propaganda-content textarea {
  width: 100%;
  height: 620px;
  resize: none;
  border: 2px solid rgba(0, 105, 97, 0.5);
  font-size: 1.125em;
  font-weight: 900;
  padding: 35px;
  margin-bottom: 30px;
  color: #000000;
  text-align: justify;
}

@media (max-width: 576px) {
  main #propaganda-content textarea {
    height: 245px;
    padding: 20px;
  }
}

main #propaganda-content textarea:disabled {
  background-color: white;
}  

main #propaganda-content .allowRaw {
  margin-bottom: 50px;
}

main #propaganda-content .allowRaw .checkbox-container {
  position: relative;
  top: -2px;
  display: block;
}

@media (max-width: 768px) {
  main #propaganda-content .allowRaw .checkbox-container {
    top: 3px;
  }
}

main #propaganda-content .allowRaw .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px;
  z-index: 99;
}

main #propaganda-content .allowRaw .checkbox-container input:checked ~ .checkmark::after {
  display: block;
  left: 9px;
  top: 4px;
  width: 10px;
  height: 15px;
  border: solid #24A89C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

main #propaganda-content .allowRaw .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: white;
  border: 1px solid #24A89C;
  border-radius: 3px;
}

main #propaganda-content .allowRaw .checkbox-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

main #propaganda-content .allowRaw .text {
  padding-left: 45px;
  font-size: 1.125em;
  font-weight: 900;
  color: #4D4D4D;
}

@media (max-width: 576px) {
  main #propaganda-content .allowRaw .text {
    padding-left: 38px;
  }
}

main #propaganda-content .next-btn {
  width: 140px;
  height: 40px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#5CBCAA), to(#24A296));
  background: linear-gradient(to right, #5CBCAA, #24A296);
  color: #fff;
  text-align: center;
  font-size: 1.1875em;
  line-height: 40px;
  cursor: pointer;
  margin: 0 auto;
}

main #propaganda-content .next-btn a {
  color: #fff;
  text-decoration: none;
}

main #propaganda-content .next-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F6B900), to(#EB7A00));
  background: linear-gradient(to right, #F6B900, #EB7A00);
}
/*# sourceMappingURL=08-propaganda.css.map */