* {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", "sans-serif";
  box-sizing: border-box;
  cursor: transparent !important;
  /* font-size: 16px; */
}

.bb{
  border: 1px solid red !important;
}

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

.line-height{
  line-height: 30px;
}


.mr-2{
  margin-right: 10px;
}

body {
  font-size: 1.125rem;
  background-color: #ffff;
  overflow-y: hidden;
 
  /* cursor: not-allowed; */
  /* background-color: #F0F0F0; */
}

.d-flex{
  display: flex;
}

.justify-space-between{
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-right{
  text-align: end; 
}

.scroll-none{
   overflow: hidden;
}

.mb{
  margin-bottom: 15px;
}

.d-none{
  display: none !important;
}

.d-block{
  display: block !important;
}

.bb{
  border: 1px solid red;
}

.centered{
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column{
  display: flex;
  flex-direction: column;
}

a{
  text-decoration: none;
  color: #A4C50C;
  /* color: #A4C50C; */
}

.text-uppercase{
  text-transform: uppercase;
}

.text-white{
  color: white;
}

.text-primary{
  color: #A4C50C;
}

.text-green{
  color: green !important;
}

.bg-green{
  background-color: green !important;
}


.text-red{
  color: red;
}

.link-primary{
 color: #A4C50C;
}

.text-secondary{
  color: #E62386;
}

.link-primary:hover{
 color: #E62386;
}

.bg-primary {
  background-color: #A4C50C;
}

.mt{
  margin-top: 20px;
}

.margin-top{
  margin-top: 40px;
}


.w-25{
  width: 25% !important;
}
.w-50{
  width: 50% !important;
}
.w-75{
  width: 75% !important;
}

.w-100{
  width: 100% !important;
}

.form-control{

}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;

  position: relative;
}

.decoration-top{
  transform: rotate(180deg);
  width: 580px;
  left: -100px;
  bottom: -400px;
    position: absolute;
    z-index: -1;
}


.decoration-bottom{
  width: 580px;
  right: 0;
  bottom: 0;
  
  position: absolute;
  z-index: -1;
  
}

.logo{
  width: 50px;
}

.nav{
  list-style: none;
  display: flex;
}

.nav-item{
  padding: 5px 10px;

}

.nav-item:hover{
  background-color:#E62386 ;
  border-radius: 5px;
}

.nav-item:hover .nav-link{
  color: white;
  font-weight: bolder;
}

.nav-link{
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}


.language{
  padding-left: 15px;

}

.language img{
    width: 23px;
}

.language-list{
  display: hidden;
}

.menu-container{
  display: flex;
  align-items: center;

  overflow: hidden;
}

.home__container{
   position: relative;
   height: 91vh;
   display: flex;
   align-items: center;
}

.home__description{
  padding: 10px 30px;
  margin-left: 8%;
  position: absolute;
  top: 15%;
  height: 85%;
  z-index: 3;
}


.imagem-principal{
   height: 105%;
   position: absolute;
   right: 5%;
}

.main-title{
  display: block;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.sub-title{
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;

}

.main-text{
   font-size: 20px;
   line-height: 35px;
   text-align: justify;
   width: 600px;
}

.login__container{
   height: 90vh;
   display: flex;
   align-items: center;
   justify-content: center;
}

.login__content{
  display: flex;
  background-color: white;
  border: 2px solid #A2A2A2;
  border-radius: 40px;
  overflow: hidden;
}

.login__content >  img {
    width: 350px;
    height: 470px;
}

.login__content > .right{
  padding: 15px 40px;
}

.login__content-header{
  display: flex;
  margin-bottom: 20px;
}

.login__content-header .side-bar{
   width: 20px;
   background-color: #A4C50C;
}

.login__content-header .content{
    padding-left: 15px;
}

.form-group {
  margin-bottom: 10px;
  padding: 5px;
  min-width: 340px;
}


.form-group label{
  display: block;
  margin-bottom: 10px;
}

.form-group input, 
.form-group select
{
  padding: 6px;
  border-radius: 5px;
  width: 300px;
  border: 1px solid #A4C50C;
  min-width: 300px;
}

.email-input{
  padding: 6px;
  border-radius: 5px;
  width: 300px;
  border: 1px solid #A4C50C;
  width: 100%;
}

.form-group input:focus,
.form-group select:focus
{  
  outline: #A4C50C;
}

input[type="radio"]
{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 1px !important;
  border: 2px solid #E62386;
  outline: none;
  cursor: pointer;
}

input[type="radio"]:checked{
  background-color:  #EE539F; 
}

.btn{
  border-radius: 5px;
  padding: 5px 10px;
}

.btn-primary{
  color: white;
  background-color: #E62386;
  border: 1px solid #E62386;
}


.btn-primary:hover{
  color: white;
  font-weight: bolder;
  background-color: #EE539F;
  border: 1px solid #EE539F;
  cursor: pointer;
}

.btn-disabled{
  color: white;
  font-weight: bolder;
  background-color: rgba(164, 197, 12,0.6);
  border: 1px solid rgba(164, 197, 12,0.6);
}
.btn-disabled:hover{
  color: white;
  font-weight: bolder;
  background-color: rgba(164, 197, 12,0.6);
  border: 1px solid rgba(164, 197, 12,0.6);
}

.btn-control{
  width: 100%;
}


.swall-confirm-class {
  color: white !important;
  background-color: #EE539F !important;
  outline: none !important;
}

.swall-cancel-class {
  background-color: #A4C50C !important;
  outline: none !important;
  color: white !important;
}



.inquerito__container{
  display: flex;
  align-items: center;
  flex-direction: column;

  overflow-y: scroll; 
  cursor: pointer;
  height: 86vh;
} 

.inquerito__header{
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px;
    width: 80%;
    background-color: #F0F0F0;
}

.inquerito__content{
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px;
    width: 80%;
    background-color: #F0F0F0;
    overflow-x: scroll;
}

.inquerito__form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

.btn-container{
  text-align: end;
  margin-top: 25px;
}

.container__progress-bar{
    height: 15px;
    border: 1px solid #A4C50C;
    border-radius: 7px;
    overflow:hidden;
    margin-top: 15px;
}

.progress-bar{
  height: 100%;
  width: 100%;
  min-width: 25px;
  background-color: #A4C50C;
  display: flex;
  align-items: center;
  justify-content: end;
  
}

.progress-bar-value{
  display: inline-block;
  font-size: 10px;
  font-weight: bolder;
  color: #A4C50C;
  background-color: white;
  padding: 2px;
  margin-left: 10px;
}


.input-classf{
    border: 1px solid #A4C50C;
    margin-right: 20px;
}

.list-section{
  margin-top: 20px;
  list-style: none;
  margin-left: 30px;


}

.list-section > li {
  margin-bottom: 15px;

}

.option-answer{
  min-width: 370px;
}

.option-answer > span {
  display: block;
  margin-top: 15px;
}

.rate-ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.radio-ul{
  list-style: none;
  margin-left: 20px;
  margin-bottom: 10px;
}

.rate-ul > li {
  padding: 5px 20px;
  background-color: white;
  border: 1px solid #A4C50C;
  margin-top:10px;
  cursor: pointer;
}

.rate-ul > li:hover{
  color: white;
  background-color: #A4C50C;
}

.active-rate-ul{
  color: white; 
  background-color: #E62386 !important;
}

.disabled-rate-ul{
  color: white; 
  background-color: #9a969c !important;
}


#language-switcher {
  margin-top: 10px;
  background-color: white;
}

#language-switcher a {
  margin-right: 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

#language-switcher a:hover {
  text-decoration: underline;
}


.content p{ 
   margin-bottom: 20px;
   text-align: justify;
   line-height: 35px;
}

.salvar__progresso-container{
  position: relative;
}

.salvar__progresso-container > small{
  position: absolute;
  bottom: -25px;
  right: 0;
  z-index: 2;
  color: white;
  display: none;
  padding: 3px;
  background-color: rgba(238, 83, 159,) !important;
}

#salvar-progresso:hover ~ small {
  display: block;
  background-color: rgba(238, 83, 159,) !important;
}

.table-afirmacao{
  border-collapse: collapse;
  width: 100%;
}

.table-afirmacao td {
  padding: 15px;
  border: 1px solid #A4C50C;
} 


.border-none{
  border: 0 !important;
}


.popup-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 888;
  cursor: pointer;
}

.popup {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.popup h2 {
  margin-bottom: 10px;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}


.admin-menu{
  display: none;
}


.admin-menu{
  /* position: relative; */
}


.menu-btn {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 1000;
}

.hamburger {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: background-color 0.3s ease;
}

.hamburger:before,
.hamburger:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition: transform 0.3s ease;
}

.hamburger:before {
  top: -6px;
}

.hamburger:after {
  top: 6px;
}

.menu {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: white;
  width: 100%;
  z-index: 9999999999999999999999;
}


.menu ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.menu li {
  margin: 0;
}

.menu li a, .menu li span, menu label {
  display: block;
  margin: 0;
  padding: 15px 20px;
  color: #E62386;
  text-decoration: none;
  cursor: pointer;
}

.menu li:hover, .menu li:hover label{
  background-color: #E62386;
  color: #A4C50C;
}
.menu li:hover  a{
  color: #E62386;
}



/* Menu Toggle Styles */
#menu-toggle:checked ~ .menu {
  display: block;
}
#menu-toggle:checked ~ .menu-btn .hamburger {
  background-color: transparent;
}
#menu-toggle:checked ~ .menu-btn .hamburger:before {
  transform: rotate(-45deg) translate(-6px, 0);
}
#menu-toggle:checked ~ .menu-btn .hamburger:after {
  transform: rotate(45deg) translate(-6px, 0);
}


.area-resultados{
  width: 90vw;
  height: 80vh;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-do-grafico{
  width: 100%;
  height: 400px;
}