.scroll_block_wrapper {
    height: calc(100vh - 60px - 100px);
    height: calc(100dvh - 60px - 100px);
}


.scroll_block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.message_container {
    flex: 1;
    overflow-y: auto;
    background: #ebfaff;
    /* padding: 10px 20px; */
    padding: 10px;
}

.scroll_container {
    overflow-y: auto;
}

.input_message_container {
    height: 100px;
    background-color: #ffffff;
}

.c_input_message_inner {
    position: relative;
    /* display: table-cell; */
    vertical-align: top;
    width: 100%;
    height: 100%;
    /* border: 1px solid #b7b7b7; */
}


.c_btn_send_message {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8rem 0.75rem;
    font-size: 16px;
    line-height: 14px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;


    position: absolute;
    /* top: 0; */
    bottom: 0;
    right: 10px;
    /* height: 46px; */
}


.c_input_chat_button_area {
    display: flex;
    flex-wrap: wrap;
}

.c_input_chat_button {

    display: inline-block;
    font-weight: 400;
    color: #23282c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
    margin: 4px;
}

.btn_red {
    background-color: #ef4056;
    border-color: #ef4056;
}
