body{
    height: 100vh;
    background: #E7EBF4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container_conteudo{
    min-height: calc(100vh - 136.23px); 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: start;
    margin: 1rem;
    gap: 1rem;
}

.titulo_conteudo{
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    word-spacing: 2px;
    margin-bottom: 0.2rem;
}

.texto_foto_assistencia{
    font-weight: 400;
    font-size: 16px;
}

.preview_imagem_assistencia {
    width: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 6px;
}


.card_assistencia{
    width: 100%;
    padding: 0.6rem;
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
    color: black;
    display: flex;
    justify-content: end;
    flex-direction: column;
    gap: 0.8rem;
}

.container_cards{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.circulo_assitencia{
    width: 120px; 
    height: 120px; 
    border-radius: 50%; 
    border: 3px solid white;
    background-color: #0D2D44;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icones_veiculos{
     width: 40px;
}

.texto_icone{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.fa-check {
    color: green;
}

.div_circulo_veiculos{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.input_assistencia{
    border: 1px solid #0000002e;
    border-radius: 4px;
    padding: 0.6rem;
    resize: none;
}

.btn_solicitar_assistencia {
    background-color: #1893A7;
    border-radius: 4px;
    width: 100%;
    padding: 0.8rem;
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

.icones_assistencia{
    font-size: 64px;
    width: 58px;
}

.btn_upload{
    font-size: 14px;
    background-color: black;
    border-radius: 4px;
    padding: 0.4rem 0.6rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.card_foto{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #0000002e;
    border-radius: 4px;
    padding: 0.6rem;
    box-sizing: border-box;
    flex-direction: column;
    gap: 0.5rem;
}

/* SETA TIPO ASSISTÊNCIA */
.tipo_assistencia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
}

.seta_trocar {
    font-size: 24px;
    color: #1893A7;
    cursor: pointer;
    transition: transform 0.3s;
}

.seta_trocar:hover {
    transform: scale(1.2);
}

.seta_trocar.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

.seta_trocar.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}
/* SETA TIPO ASSISTÊNCIA */