/**
 * @package     com_jfire_tickets
 * @copyright   2026 Alexandr Novikov
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Alexandr Novikov <support@joomlab.ru>
 */
.choices__list--dropdown, .choices__list[aria-expanded] {
    z-index:100!important
}
.ce-block__content {
    width:85%;
    max-width:85%
}
.ce-toolbar__content {
    width:85%;
    max-width:85%
}
.codex-editor__redactor {
    padding-bottom:100px!important;
    border:1px solid #ced4da;
    padding-top:15px;
    border-radius:5px;
}
.ticket_avatar .avatar_name {
    width:70px;
    height:70px;
    background:#5282ff;
    color:#fff;
    font-size:32px;
    line-height:65px;
    text-align:center;
    border-radius:50%
}
.message_avatar .avatar_name {
    width:50px;
    height:50px;
    background:#5282ff;
    color:#fff;
    font-size:28px;
    line-height:48px;
    text-align:center;
    border-radius:50%
}
.item_ticket_id {
    color:#8389c3;
    margin-right:5px;
}
.ticket_title {
    font-weight:bold;
    font-size:17px;
}
.status_ticket {
    padding:5px 12px;
    font-size:14px;
    border-radius:5px;
    color:#fff;
}
.mini_avatar {
    width:34px;
    height:34px;
    line-height:34px;
    border-radius:50%;
    color:#ffffff;
    background: #5282ff;
    text-align:center
}
.mini_username {
    font-size:14px;
    font-weight:bold;
}
.mini_small_date {
    font-size:12px;
    color:#8389c3;
    line-height:1
}
.ticket_username {
    font-weight:bold;
    line-height:1
}
.last_message_date {
    font-size:13px;
    color:#8389c3;
}
.ticket_item {
    cursor:pointer;
}
.message_name {
    font-size:16px;
    font-weight:bold;
}
.message_date {
    color:#8389c3;
    font-size:13px;
}
.message_text {
    padding:15px;
    border:1px solid #ccc;
    border-radius:10px 0 10px 10px;
    margin-top:10px;
}
.message_text.left {
    border-radius:0 10px 10px 10px;
}