.doenca-form {
	width: 60%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	 
	padding: 30px;
}
.doenca-form .pergunta {
	font-weight: 700;
	color: var(--azul-principal);
	font-size: 1.6em;
	margin-bottom: 5px;
}

.doenca-form .subtitulo-pergunta {
    margin-bottom: 30px;
    display: block;
}

.doenca-form input{
    border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  width: 100%;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
  border-radius: 8px;
  border: 1px solid rgba(3,3,3,0.2);
  padding: 25px 15px 25px 15px;
  font-size: 1.1em;

}

.doenca-form input:placeholder {
  color: #aaa;
}

.doenca-form input:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #7E98E5;
    outline: 0;
    box-shadow: none;
}



.cb-doenca-pre-results{
    width: 100%;
    background-color: #F2F3F7;
    padding: 15px;
    position: relative;
    display: none;
}

.cb-doenca-pre-results-list {
	width: 100%;
	display: flex;
	flex-direction: column;
}
 

.cb-doenca-pre-results-list .item {
	width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 25px;
        text-decoration: none;
        color: #333 !important;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 2px 2px 5px rgba(3,3,3,0.1);
        transition:  all ease-in 0.1s;
        position: relative;
}

.cb-doenca-pre-results-list .item:hover {
    color: #000 !important;
     text-decoration: none;
      box-shadow: 2px 2px 6px rgba(3,3,3,0.3);
}
.cb-doenca-pre-results-list .item:active,.item:visited,.item:link,.item:focus {
    color: #333 !important;
     text-decoration: none;
}


.cb-doenca-pre-results-list .item .image{
  
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
}

.cb-doenca-pre-results-list .item .data {
	/*  flex-grow: 3;*/
        max-width: 85%;
	display: flex;
	flex-direction: column;
        margin-left: 15px;
}
.cb-doenca-pre-results-list .item .data .name{
    text-align: left;
    font-weight: 700;
    font-size: 1.1em;
}
.cb-doenca-pre-results-list .item .data .name span {
	 
	color: var(--gray);
}
.cb-doenca-pre-results-list .item .data .meta {
	text-align: left;
	font-size: 0.85em;
	color: rgba(3,3,3,0.7);
        margin-top: 8px;
}

.item-loading-overlay {
	 
	width: 100%;
    position: absolute;
    left: 0px;
    top: 0x;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--verde-secundario);
    font-weight: 700;

}

.nao-encontrei .data {
    width: 100%;
    
}
.nao-encontrei .data .name{
   color: #c01c28;
    width: 100%;
    justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
    
}

.doenca-botoes-tem-ou-ja-teve button {
    font-size: 18px;
    font-weight: bold;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    display: block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

/* Botão: Tenho atualmente */
.doenca-botoes-tem-ou-ja-teve button.btn-tem {
    background-color: #1976d2; /* azul médio */
}
.doenca-botoes-tem-ou-ja-teve button.btn-tem:hover {
    background-color: #1565c0; /* azul escuro */
     color: #ffffff;
}

/* Botão: Já tive, mas estou curado(a) */
.doenca-botoes-tem-ou-ja-teve button.btn-ja-teve {
    background-color: #42a5f5; /* azul claro */
}
.doenca-botoes-tem-ou-ja-teve button.btn-ja-teve:hover {
    background-color: #1e88e5; /* azul intermediário */
     color: #ffffff;
}

/* Botão: Nunca tive */
.doenca-botoes-tem-ou-ja-teve button.btn-nunca-tive {
    background-color: #90a4ae; /* cinza azulado */
}
.doenca-botoes-tem-ou-ja-teve button.btn-nunca-tive:hover {
    background-color: #78909c; /* cinza escuro */
     color: #ffffff;
}


.doenca-botoes-anos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: fle;
	justify-content: flex-start;
}
.doenca-botoes-anos  button{
    /*padding: 15px 10px 15px 10px;*/
    margin: 10px;
}

.doenca-botoes-anos select {
	/* width: auto; */
	color: #4e73df;
	border-color: #4e73df;
	margin: 10px;
	 
}


.ps-doencas{}

.ps-doencas .doenca{}

.ps-doencas .doenca .imagem{
    display: none;
}
.ps-doencas .doenca .nome {
	font-size: 1.2em;
	text-align: center;
	background-color: #F6FDFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
        padding: 20px 15px 20px 15px !important;
}
.periodo-doenca {
	width: 100%;
	display: flex;
	flex-direction: row !important;
	justify-content: space-between !important;
	font-size: 0.9em;
        position: relative;
        padding-bottom:  30px !important;
}
 

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

.periodo-doenca .periodo.de{}
.periodo-doenca .periodo.de .ano{
    color: #a51d2d;
    font-size: 1.1em;
    margin-top: 3px;
}

.periodo-doenca .periodo.ate{}
.periodo-doenca .periodo.ate .ano{
    color: #559F51;
   font-size: 1.1em;
   margin-top: 3px;
}

.periodo-doenca .periodo.em-tratamento {
	font-weight: 700;
	color: var(--azul-principal);
        text-align: center;
}


.doenca-progresso {
	position: absolute;
	width: 92%;
	height: 2px;
	/* background: red; */
	bottom: 9px;
	border-radius: 8px;
	background: linear-gradient(to right, #326130, #559F51);
}

.periodo-doenca.em-tratamento .doenca-progresso{
    width: 60%;
    background: #a51d2d;
}



/*Detalhes da deonca*/

.doenca-header {
	display: flex;
	flex-direction: row;
}

.doenca-header .imagem {
	width: 25%;
	height: auto;
	border-top-left-radius: 8px;
	background-size: cover;
	background-size: cover;
	background-position: center;
}

.doenca-header .imagem img{
    border-top-left-radius: 8px;
    max-width: 100%;
}

.doenca-header .dados {
	padding: 15px 30px 30px 30px;
	flex-grow: 3;
        width: 60%;
}

.doenca-header .dados .nome{
    font-weight: 700;
    color: #4e73df !important;
    
}


.doenca-form-cura{
    position: relative;
    margin: 0 auto;
    width: 50%;
}
 

.receita-doencas-lista{
    flex-direction: column;
}

.receita-doencas-lista .item{
   width: 100% !important;
   margin-bottom: 0px !important;
   margin-top: 20px !important;
}

.btn-continuar {
	width: 100% !important;
	background-color: var(--verde-secundario) !important; 
	color: #fff !important;
	font-size: 1.2em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
        align-items: center;
}

.btn-continuar *{
	 
	color: #fff !important;
	 
}


@media only screen and (max-width : 810px) {
    .cb-doenca-pre-results-list .item .image{
        display: none;
    }
    .cb-doenca-pre-results-list .item .data {
        width: 100%;
    }
    
    .doenca-botoes-anos {
	justify-content: space-between;
    }

    .doenca-botoes-anos  button{
        /*padding: 15px 10px 15px 10px;*/
       width: 100%;
       padding: 15px 10px 15px 10px;
    }
    
    .doenca-form {
        width: 100%;
        padding: 15px;
    }
    
    .doenca-header {
	display: flex;
	flex-direction: column;
    }
    
    .doenca-header .imagem {
	width: 100%;
	height: 100px; 
    }
    
    .doenca-header .dados {
        width: 100%;
    }
    
    .doenca-form-cura {
	 
	width: 100%;
    }


}
