/* forms anamese styles 123 */

.form-chat {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    box-shadow: 5px 5px 20px #808080;
    flex-direction: column;
    margin: 30px;
    padding: 10px;
    background-color: #fff;
    overflow: auto;
    backgound-image:


}

.form-chat h1{
    font-size: 25px;
    color: red;
    text-align: center;
    margin: 20px;
    text-decoration: underline;


}



.form-chat-group {
    margin: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-size: 18px;

}

.form-chat-group p {
    font-weight: bold;
    color: red;
    margin: 5px;
    font-size: 18px;
}

.button-position {
    display: flex;
    align-items: center;
    justify-content: center;

}

.button-chat {
    border-radius: 5px;
    font-size: 18px;
    border: none;
    margin: 10px;
    padding: 10px;
    box-shadow: 5px 5px 10px #C0C0C0;
    color: #fff;
    background: linear-gradient(to bottom, #E02200, #FF0000);
    width: 300px;
}

.button-chat text {
    color: .fff;

}

.formchat_submit_button {
    border-radius: 5px;
    position: relative;
    border: none;
    margin: 10px;
    padding: 10px;
    box-shadow: 5px 5px 10px #C0C0C0;
    color: #fff;
    background: linear-gradient(to bottom, #E02200, #FF0000);
    height: auto;
    width: 120px;
    align-items: center;
    justify-content: center;

}

.formchat_submit_button:hover {

    background: linear-gradient(to bottom, ##E08E00, #E0001A)
}


.form-chat-input {
    flex: 0.90;
    border-radius: 5px;
    border-color: red;
    padding: 5px;
    margin: 10px;
}

.form-chat-select {
    flex: 0,75;
    border-radius: 5px;
    border-color: red;
    padding: 5px;
    margin: 5px;
}

.form-chat-input:focus {

    border: 1px solid #007bff; /* borda quando o campo está focado */
    outline: none; /* remove o contorno padrão */
}

.form-chat-label {
    flex: 0.4;
    text-align: center;
    font-weight: bold;
    padding-top: 12px;
}

.append-chat {

    display: flex;

    flex-direction: row;
    margin: 30px;
    padding: 10px;

    flex-wrap: wrap !important;
    align-items: center;

}

#text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 25px;
    color: green;
    text-align: center;
    margin: 20px;
}


.fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.slider {

  left: -300px;
  transition: left 1s;
}




@media (max-width: 768px) {

.form-chat-group {

    align-items: center;
    justify-content: center;
}

.append-chat {

    display: flex;

    flex-direction: column;
    margin: 30px;
    padding: 10px;

    justify-content: center;
    align-items: center;

}

#form-chat-label {

    flex: 0.3;
    text-align: center;
    font-weight: bold;
    padding-top: 12px;
}


.form-chat-select {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    border-color: red;
    padding: 5px;
    margin: 5px;
}

.form-chat-group {
    margin: 10px;
    border-radius: 5px;
    display: flex;

    flex-direction: column;

}

.append-campo-dores-articulacoes {

    display: flex;

    flex-direction: column;


}

}

@media (min-width: 1028px) {
#form-chat-label {

    flex: 0.1;
    text-align: center;
    font-weight: bold;
    padding-top: 12px;
}



#form-chat-group {
    margin: 10px;
    border-radius: 5px;
    display: flex;



}

}