.message_send_chat_from_bot {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.select_group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.select_group_block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background: #6aff9e;
    margin: 5px;
    padding: 10px;
    width: 250px;
}
.select_group_block_info {
    
}
.group_sel {
    width: 100%;
}
.group_option {
    
}
.group_block_textarea {
    width: 280px;
    height: 100px;
    max-width: 400px;
}
.group_block_submit {
    border: 0;
    width: 150px;
    height: 35px;
    color: #303030;
    background: #6aff9e;
    font-weight: bold;
    font-size: 12px;
}
.respone_form_info {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #058103;
    color: #fff;
    font-size: 18px;
}
#respone {
    padding: 10px;
    display: flex;
}
.message_block {
    width: 98%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    border: 9px double #467bf3;
}
.message_user {
    width: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    background: #9cff95;
    margin: 5px;
    padding: 5px;
    min-height: 100px;
    min-width: 150px;
}
.message_info_name {
    color: #112df7;
}
.message_info_id {
    color: #7c7c7c;
}
.message_info_text {
    font-weight: bold;
}
.message_info_date {
    color: #858181;
}
.message_info_reply_name {
    font-size: 10px;
    font-weight: bold;
    color: #918888;
}


















