#messagesList li {
    list-style: none;
}

.second {
    text-align: right;
}

.message-send-panel {
    position: relative;
    bottom: 0;
    max-height: 120px;
}

.msg_history {
    height: 516px;
    overflow-y: auto;
}

.bottom-padding-zero {
        padding-bottom: 0px !important;
}


.download-btn2 {
    color: var(--contrast-default);
    background: color-mix(in srgb, var(--default-color), transparent 70%);
    font-family: var(--heading-font);
    font-weight: bold;
    font-size: 32px;
    padding: 8px 30px 10px 30px;
    border-radius: 3px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

x.download-btn2:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
}