form {
    margin-top: 20px;
}

.box {
    border-radius: 15px !important;
}

textarea {
    width: 100%;
    height: 100px;
}

.box .card-content {
    height: 550px !important;
    border: 1px solid #eeeeee;
}

.box .notification {
    border-radius: 15px !important;
    padding: 15px !important;
}

.box .default-questions .default-question-button {
    width: 49%;
    white-space: break-spaces;
    text-align: left;
    line-height: normal;
    padding: 8px 15px;
    height: auto;
    font-size: 14px;
}

input[type="submit"] {
    padding: 10px 20px;
    color: white;
    border: none;
    cursor: pointer;
    min-width: 80px;
    height: 40px;
}

.column.is-one-third {
    height: 0% !important;
    padding: 0 !important;
}

.wrap-message-default .column.is-one-third {
    width: 0% !important;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

textarea.message {
    border-radius: 25px !important;
    border: 1px solid #eeeeee !important;
    background: #fafafa;
    color: #000;
    height: 40px;
    resize: none;
    overflow: auto;
    /* Vẫn cho phép cuộn */
    scrollbar-width: none;
    /* Ẩn scrollbar trên Firefox */
    -ms-overflow-style: none;
    /* Ẩn scrollbar trên Internet Explorer/Edge */
}

textarea.message::-webkit-scrollbar {
    display: none;
    /* Ẩn scrollbar trên Chrome, Safari và các trình duyệt WebKit */
}

.avatar_chat.avatar_u {
    text-align: right;
}

.notification .subtitle {
    margin-bottom: 8px !important;
}

.notification.is-success {
    background-color: #FEF4EA !important;
    color: #000 !important;
}

.notification.is-info {
    background-color: #FEF4EA !important;
    color: #000 !important;
}

.notification.is-link {
    background-color: var(--e-global-color-primary) !important;
}

.none {
    display: none;
}

.button.is-info {
    background-color: var(--e-global-color-primary) !important;
}

.button.is-info:hover {
    background-color: #FAC896 !important;
    border-color: #FAC896 !important;
}

.chat_title {
    display: none;
    margin-top: 40px;
    font-size: 22px !important;
}

.wrap-section-chat {
    padding: 0rem 3rem !important;
}

@media(max-width: 880px) {
    .box {
        padding: 7px;
    }

    .input_message {
        display: flex;
    }

    .input_message .column {
        flex-basis: unset;
        flex-grow: unset;
        flex-shrink: unset;
    }

    .input_message .is-input {
        width: 100%;
    }

    .box .card-content {
        padding: 15px;
    }
}

@media(max-width: 768px) {
    .chat_title {
        margin-top: 0px;
    }
}

@media(max-width: 480px) {
    .wrap-section-chat {
        padding: 30px 15px !important;
    }

    .wrap-card-content {
        padding: 15px 0px !important;
    }

    .wrap-section-chat .box {
        padding: 10px 10px !important;
    }

    .box .card-content {
        height: 500px !important;
        padding: 15px 12px;
        border: 1px solid #eeeeee;
    }

    .box .default-questions .default-question-button {
        width: 100%;
    }

    .chat_title {
        margin-top: 0px;
    }
}