@import "../../components/atoms/button/button.css";
@import "../../components/atoms/counter/counter.css";
@import "../../components/atoms/list/list.css";
@import "../../components/atoms/program-title/program-title.css";
@import "../../components/atoms/paragraph/paragraph.css";
@import "../../components/atoms/ol/ol.css";
@import "../../components/atoms/ul/ul.css";
@import "../../components/atoms/program-elipse/program-elipse.css";

@import "../../components/molecules/cover-center-text/center-text.css";
@import "../../components/molecules/center-logo/center-logo.css";
@import "../../components/molecules/side-text/side-text.css";
@import "../../components/molecules/programs/programs.css";
@import "../../components/molecules/navigation/navigation.css";
@import "../../components/molecules/aside-instructions/aside-instructions.css";
@import "../../components/molecules/about-foundation/about-foundation.css";

@import "../../components/organisms/cover/cover.css";
@import "../../components/organisms/about-subscription/about-subscription.css";
@import "../../components/organisms/about-cliente/about-cliente.css";
@import "../../components/organisms/about-simbi/about-simbi.css";
@import "../../components/organisms/form/form.css";
@import "../../components/organisms/about-foundation/about-foundation.css";

@font-face {
  font-family: 'Open Sans';
  src: url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800,300);
}

body {
  font-family: 'Open Sans';
  overflow-x: hidden;
}

#navbar-container {
  background-color: white;
}

.main-text {
  color: #BD0077;
}

.p-text {
  text-align: justify;
}

.inscreve-projeto {
  color: white !important;
  background-color: #FC3A1D !important;
  border-color: #FC3A1D !important;
}

.arrow-icon {
  background: #9080DB4D;
  stroke-width: 1;
}

.modal-header {
  border-bottom: 0 none;
}

.modal-footer {
  border-top: 0 none;
}

.overflow {
  overflow-y:scroll;
}

.overflow::-webkit-scrollbar{
  display: none;
}

.desativados {
  background-color: #E9ECEF;
  border-color: #E9ECEF;
  color: #868E96;
}

#envia {
  background-color: #E9ECEF;
  border-color: #E9ECEF;
  color: #868E96;
}

#botaoRemoveDois {
  background-color: #E9ECEF;
  border-color: #E9ECEF;
  color: #868E96;
}

.swal {
  max-height: 35em;  
  overflow-y: scroll;
  width: 100%;
}

.swal::-webkit-scrollbar{
  display: none;
}

.swal-button {
  color: #CD7F09;
  background-color: #FFE5A3;
  border-color: #FFE5A3;
}

.removeArq {
  color: #CF4738;
  text-decoration:underline;
}

.modal-transparente {
  background: transparent;
  border: none;
}

@media (min-width: 992px) {
  #aside {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 110px;
    left: 0;
    display: block;
    height: fit-content;
  }
}