/* css/jawal-profile.css */
/* Jawal host profile — palchat layout. Colors from CP btn_color (--primary-color). */

body.ep-theme-app2 #user_profile.jawal-profile {
    font-size: 15px;
    font-family: Tahoma, "Segoe UI", Arial, sans-serif;
    font-weight: 700;
}

body.ep-theme-app2 #user_profile.jawal-profile .modal-dialog {
    max-width: 340px;
    width: 94%;
    margin: 8px auto;
}

body.ep-theme-app2 #user_profile.jawal-profile .modal-content {
    border: 1px solid #bbb;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__cover-wrap,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__cover-container,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__stats,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__tags,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__game_row,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-hide-extra,
body.ep-theme-app2 .pml-profile-icons,
body.ep-theme-app2 .pml-list-icons,
body.ep-theme-app2 #user_profile.jawal-profile .gifts_picker__contianer__close {
    display: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__header {
    margin: 0;
    padding: 6px 8px;
    min-height: 34px;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: var(--primary-color, #40404f) !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__header .modal-title {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__header__avatar {
    float: none;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin: 0;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__header__name {
    flex: 1;
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    min-height: 22px;
    text-align: left;
    direction: ltr;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__header__close {
    position: static;
    margin-right: 0;
    margin-left: auto;
    padding: 0 7px !important;
    line-height: 1.2;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px;
    box-shadow: none;
    text-shadow: none;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__scroll_area {
    max-height: none;
    overflow: visible;
    background: #fff;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body {
    padding: 0;
    margin: 0;
    background: #fff;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__body__user_details {
    width: 100%;
    overflow: visible;
    position: relative;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__body__avatar {
    float: none !important;
    width: 100% !important;
    height: 246px !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: contain !important;
    background-image: none !important;
    background-color: #1a1c22 !important;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__body__avatar .jawal-profile__blur {
    position: absolute;
    left: -14%;
    right: -14%;
    top: -14%;
    bottom: -14%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    filter: blur(20px) brightness(0.78) saturate(0.9);
    transform: scale(1.16);
    z-index: 0;
    pointer-events: none;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__body__avatar .jawal-profile__edge {
    display: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__body__avatar > div:not(.jawal-profile__blur):not(.jawal-profile__edge) {
    position: relative;
    z-index: 1;
    float: none !important;
    width: 100% !important;
    height: 100%;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: contain !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-profile__rank,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__ip {
    display: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__status,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__status * {
    text-align: center;
    margin: 8px 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #333 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-profile__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 3px 4px 5px;
    border: none;
    background: #fff;
    direction: ltr;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__country_flag {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    direction: ltr;
    flex: 0 1 auto;
    min-width: 0;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__country_flag img {
    order: 0;
    width: 18px;
    height: 12px;
    object-fit: cover;
    margin: 0;
    flex: 0 0 auto;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__country_name {
    order: 1;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__room {
    float: none;
    margin: 0 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__room .chat_pane__room_item--inline,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__room .chat_pane__room_item--inline.label,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__room .chat_pane__room_item--inline.label-primary {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    direction: ltr;
    justify-content: flex-start;
    gap: 4px;
    width: auto !important;
    max-width: none;
    min-width: 0;
    min-height: 0;
    height: auto;
    background: var(--primary-color, #2f3a4a) !important;
    background-image: none !important;
    background-color: var(--primary-color, #2f3a4a) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 4px 8px 4px 4px;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: none !important;
    text-shadow: none !important;
    line-height: 1.2;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__body__room .chat_pane__room_item--inline img {
    width: 16px;
    height: 16px;
    border-radius: 0;
    object-fit: cover;
    margin: 0;
    flex: 0 0 auto;
}

body.ep-theme-app2 #user_profile.jawal-profile .btn,
body.ep-theme-app2 #user_profile.jawal-profile .btn-default {
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    direction: ltr !important;
    border-top: 1px solid #ececec;
    margin: 0;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item {
    margin: 0;
    width: auto;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #fff;
    box-shadow: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item:nth-child(3n) {
    border-right: none;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn.fa,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item #user_profile__footer__actions__item--mute,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item #user_profile__footer__actions__item--unmute,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item #user_profile__footer__actions__item--ignore,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item #user_profile__footer__actions__item--unignore,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item.ignored #user_profile__footer__actions__item--unignore,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item.muted #user_profile__footer__actions__item--unmute,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item.jawal-allow-mic #user_profile__footer__actions__item--unmute {
    width: 100%;
    min-height: 38px;
    border: none !important;
    border-radius: 0 !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    font-weight: 700 !important;
    font-size: 15px;
    line-height: 1.2;
    padding: 6px 2px;
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    direction: ltr !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px;
    white-space: nowrap !important;
    color: #111;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn:before {
    display: inline-block !important;
    float: none !important;
    position: static !important;
    font-size: 15px;
    margin: 0 !important;
    line-height: 1;
    order: 0;
    flex: 0 0 auto;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn .user_profile__action-btn__label,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn span {
    display: inline-block !important;
    float: none !important;
    font-size: 15px;
    white-space: nowrap !important;
    order: 1;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn.red,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn.maroon {
    color: #d01212;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn.blue {
    color: #1a5cff;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn.magenta,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn.pink {
    color: #e3127a;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn.purple {
    color: #7a2adf;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item .btn.green {
    color: #128a3c;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item.active .btn {
    background: #fff !important;
    color: #d01212 !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item #user_profile__footer__actions__item--unignore,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item #user_profile__footer__actions__item--unmute {
    display: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item.ignored #user_profile__footer__actions__item--unignore,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item.jawal-allow-mic #user_profile__footer__actions__item--unmute,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item #user_profile__footer__actions__item--ignore,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item #user_profile__footer__actions__item--mute {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item.ignored #user_profile__footer__actions__item--ignore {
    display: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item.muted #user_profile__footer__actions__item--mute {
    display: inline-flex !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__forms {
    padding: 5px 8px 8px;
    background: #fff;
    overflow: visible;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__forms .user_profile__footer__actions__item_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    border: none;
    margin: 0 0 6px;
    padding: 0;
    background: #fff;
    direction: ltr;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item_group__label,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item_group__label.label,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item_group__label.label-primary {
    display: inline-flex;
    flex-direction: row;
    direction: rtl;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 0 0 auto;
    width: 72px;
    min-width: 72px;
    max-width: 80px;
    margin: 0;
    padding: 0 6px !important;
    font-size: 15px;
    font-weight: 700 !important;
    color: #fff !important;
    background: var(--primary-color, #40404f) !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    height: 22px;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__item_group--control-likes {
    border: 1px solid #c8c8c8;
    padding: 3px 4px;
    margin: 0 0 5px;
    direction: ltr;
    align-items: center;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__item_group--control-likes .user_profile__footer__actions__item_group__label,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-likes-label {
    display: inline-flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    height: auto;
    line-height: 1.2;
    padding: 0 4px 0 0 !important;
    background: transparent !important;
    color: #e30613 !important;
    font-size: 16px;
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-likes-label .fa {
    color: #e30613;
    font-size: 13px;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item_group__input,
body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item_group select,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-search,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-pass {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 22px;
    border: 1px solid #c8c8c8 !important;
    border-radius: 0 !important;
    padding: 1px 8px;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    box-shadow: none;
    text-align: left;
    direction: ltr;
    unicode-bidi: plaintext;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__item_group--control-likes .user_profile__footer__actions__item_group__input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
    height: 22px;
    position: relative;
    z-index: 0;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__item_group--change-subscription-end .user_profile__footer__actions__item_group__input {
    flex: 0 0 64px !important;
    width: 64px !important;
    max-width: 64px !important;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__item_group--control-likes .user_profile__footer__actions__item_group__submit {
    flex: 0 0 58px;
    width: 58px;
    min-width: 58px;
    height: 28px;
    padding: 0 6px;
    font-size: 12px;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item_group__submit {
    display: inline-flex;
    flex-direction: row;
    direction: ltr;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 0 0 auto;
    flex-shrink: 0;
    width: auto;
    min-width: 58px;
    height: 28px;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 700 !important;
    border-radius: 0 !important;
    white-space: nowrap;
    overflow: visible;
    background-color: var(--primary-color, #40404f) !important;
    border: 1px solid var(--primary-color, #40404f) !important;
    color: #fff !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item_group__submit.jawal-btn-ghost {
    background: #fff !important;
    border: 1px solid #c8c8c8 !important;
    color: #111 !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__footer__actions__item_group__submit:before {
    margin: 0 !important;
    font-size: 13px;
    order: 0;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-box {
    display: flex;
    flex-direction: row;
    direction: ltr;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 6px;
    border: 1px solid #c8c8c8;
    margin: 0 0 5px;
    padding: 3px 4px;
    background: #fff;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box__fields {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box .user_profile__footer__actions__item_group,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-box .user_profile__footer__actions__item_group {
    border: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box .user_profile__footer__actions__item_group__label,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-box .user_profile__footer__actions__item_group__label {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: auto;
    line-height: 1.3;
    direction: ltr !important;
    justify-content: flex-start;
    align-self: stretch;
    background: transparent !important;
    color: #111 !important;
    padding: 0 !important;
    margin: 0;
    font-size: 15px;
    text-align: left !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-field-label {
    display: block;
    width: 100%;
    margin: 1px 0 1px;
    font-size: 15px;
    font-weight: 700 !important;
    color: #111;
    text-align: left;
    direction: ltr;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box .user_profile__footer__actions__item_group__input,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-box .user_profile__footer__actions__item_group__input,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box select,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-box select,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-search,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-pass {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    height: 22px;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__item_group--change-subscription-end {
    direction: ltr;
    flex-direction: row !important;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box__save {
    align-self: flex-end;
    width: 58px !important;
    min-width: 58px !important;
    height: 28px !important;
    min-height: 28px;
    flex: 0 0 58px;
    order: 3;
    padding: 0 4px !important;
    font-size: 12px !important;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__item_group--change-decoration {
    overflow: visible;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__item_group--change-decoration .user_profile__footer__actions__item_group__input {
    direction: ltr;
    text-align: left;
    unicode-bidi: plaintext;
    min-width: 0;
    flex: 1 1 auto;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__item_group--change-decoration .user_profile__footer__actions__item_group__submit {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 82px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    overflow: visible;
    white-space: nowrap;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__change_room,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box select,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-box select,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-search {
    direction: ltr !important;
    text-align: left !important;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-pass-row {
    display: flex;
    flex-direction: row;
    direction: ltr;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin-top: 2px;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-pass-row .jawal-room-pass {
    flex: 1 1 auto;
    width: auto;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-box {
    flex-direction: column;
    align-items: stretch;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-pass-row .jawal-group-box__save {
    align-self: auto;
    flex: 0 0 58px;
    width: 58px !important;
    min-width: 58px !important;
    height: 28px !important;
    order: 0;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-combo {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box select option,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-box select option,
body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__change_room option {
    direction: ltr;
    text-align: left;
}

body.ep-theme-app2 #user_profile.jawal-profile #user_profile__footer__actions__change_room,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-group-box select,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-room-box select {
    text-align-last: left;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-results {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    max-height: 140px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-top: none;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-results.is-open {
    display: block;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-results li {
    padding: 6px 8px;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    color: #111;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-results li:last-child {
    border-bottom: none;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-results li:hover,
body.ep-theme-app2 #user_profile.jawal-profile .jawal-role-results li.is-active {
    background: #f2f2f2;
}

body.ep-theme-app2 #user_profile.jawal-profile .user_profile__grant_likes_balance__hint {
    display: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-notify-box {
    display: none !important;
}

body.ep-theme-app2 #jawal-notify-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10060;
    align-items: flex-start;
    justify-content: center;
    padding: 10vh 12px 12px;
    background: rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    pointer-events: auto !important;
}

body.ep-theme-app2 #jawal-notify-modal.is-open {
    display: flex !important;
}

body.ep-theme-app2 #jawal-notify-modal,
body.ep-theme-app2 #jawal-notify-modal * {
    pointer-events: auto !important;
}

body.ep-theme-app2 #jawal-notify-modal .jawal-notify-modal__panel {
    width: min(340px, 94vw);
    background: #fff;
    border: 1px solid #9a9a9a;
    border-radius: 0;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
    overflow: visible;
}

body.ep-theme-app2 #jawal-notify-modal .jawal-notify-modal__head {
    display: flex;
    flex-direction: row;
    direction: ltr;
    align-items: center;
    min-height: 32px;
    padding: 4px 6px 4px 8px;
    background: var(--primary-color, #40404f);
    color: #fff;
}

body.ep-theme-app2 #jawal-notify-modal .jawal-notify-modal__title {
    display: inline-flex;
    flex-direction: row;
    direction: ltr;
    align-items: center;
    gap: 6px;
    margin-right: auto;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

body.ep-theme-app2 #jawal-notify-modal .jawal-notify-modal__title .fa {
    font-size: 14px;
}

body.ep-theme-app2 #jawal-notify-modal .jawal-notify-modal__close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding: 0 8px;
    cursor: pointer;
}

body.ep-theme-app2 #jawal-notify-modal .jawal-notify-modal__row {
    display: flex;
    flex-direction: row;
    direction: ltr;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
    background: #fff;
}

body.ep-theme-app2 #jawal-notify-modal .jawal-notify-modal__text {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 72px;
    margin: 0;
    padding: 8px;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    resize: vertical;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    color: #111;
    -webkit-user-select: text !important;
    user-select: text !important;
}

body.ep-theme-app2 #jawal-notify-modal .jawal-notify-modal__send {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    direction: ltr;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    align-self: flex-end;
    margin: 0;
    min-width: 78px;
    height: 34px;
    background: var(--primary-color, #40404f) !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    padding: 6px 12px;
}

body.ep-theme-app2 #jawal-notify-modal .jawal-notify-modal__send:before {
    display: inline-block !important;
    margin: 0 !important;
    font-size: 14px;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-list-picker {
    display: none;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    z-index: 8;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-list-picker.is-open {
    display: block;
}

body.ep-theme-app2 #user_profile.jawal-profile.jawal-picker-open #user_profile__body__avatar,
body.ep-theme-app2 #user_profile.jawal-profile.jawal-picker-open .user_profile__body__status,
body.ep-theme-app2 #user_profile.jawal-profile.jawal-picker-open .jawal-profile__meta {
    display: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile.jawal-gifts-open .user_profile__footer__actions__item:nth-child(n+7) {
    display: none !important;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-gift-picker,
body.ep-theme-app2 #user_profile.jawal-profile #jawal-banner-picker,
body.ep-theme-app2 #user_profile.jawal-profile #jawal-role-picker {
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0;
    padding: 8px;
    max-height: none;
    min-height: 0;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-gift-picker .jawal-list-picker__list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px 4px;
    align-items: center;
    justify-items: center;
    max-height: 168px;
    overflow: auto;
    padding: 4px 2px;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-banner-picker .jawal-list-picker__list,
body.ep-theme-app2 #user_profile.jawal-profile #jawal-role-picker .jawal-list-picker__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 180px;
    overflow: auto;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-banner-picker .jawal-list-picker__item,
body.ep-theme-app2 #user_profile.jawal-profile #jawal-role-picker .jawal-list-picker__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    margin: 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fafafa;
    cursor: pointer;
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-gift-picker .jawal-list-picker__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 32px;
    margin: 0;
    padding: 2px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-list-picker__item img {
    max-height: 30px;
    max-width: 100%;
    object-fit: contain;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-gift-picker .jawal-list-picker__item img {
    max-height: 32px;
    width: auto;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-banner-picker .jawal-list-picker__item img {
    max-height: 28px;
    max-width: 140px;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-gift-picker .jawal-list-picker__clear,
body.ep-theme-app2 #user_profile.jawal-profile #jawal-banner-picker .jawal-list-picker__clear {
    display: inline-flex;
    flex-direction: row;
    direction: ltr;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    margin: 8px 0 2px auto;
    float: none;
    background: var(--primary-color, #40404f);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 800;
    font-size: 13px;
    padding: 6px 12px;
}

body.ep-theme-app2 #user_profile.jawal-profile #jawal-gift-picker .jawal-list-picker__clear:before,
body.ep-theme-app2 #user_profile.jawal-profile #jawal-banner-picker .jawal-list-picker__clear:before {
    content: "\f01e";
    font-family: FontAwesome;
    font-size: 13px;
}

body.ep-theme-app2 #user_profile.jawal-profile .jawal-list-picker__foot {
    display: flex;
    justify-content: flex-end;
    clear: both;
    padding: 4px 2px 0;
}

body.ep-theme-app2 .username__icon {
    max-height: 22px !important;
    max-width: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
}

body.ep-theme-app2 #popup_container {
    overflow: visible !important;
}

body.ep-theme-app2 #popup_container .popup,
body.ep-theme-app2 .popup {
    min-width: 8.4rem !important;
    max-width: 11.2rem !important;
    padding: 0.55rem 0.3rem 0.4rem !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 0 !important;
    background: #fff !important;
    background-color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16) !important;
    overflow: visible !important;
    text-align: center !important;
}

body.ep-theme-app2 #popup_container .popup .popup__title,
body.ep-theme-app2 #popup_container .popup .popup__title.label,
body.ep-theme-app2 #popup_container .popup .popup__title.label-primary,
body.ep-theme-app2 .popup .popup__title,
body.ep-theme-app2 #chat__body__notifications-pane .notification__title {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    width: fit-content !important;
    min-width: 0;
    max-width: calc(100% - 8px);
    margin: -0.85rem auto 0.35rem !important;
    padding: 0.08rem 0.48rem !important;
    line-height: 1.45 !important;
    border: none !important;
    border-radius: 0 !important;
    background: var(--primary-color, #40404f) !important;
    background-color: var(--primary-color, #40404f) !important;
    color: #fff !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    box-shadow: none !important;
}

body.ep-theme-app2 #popup_container .popup.popup--complaint .popup__title,
body.ep-theme-app2 #popup_container .popup.popup--ttt .popup__title,
body.ep-theme-app2 #popup_container .popup.popup--ludo .popup__title,
body.ep-theme-app2 #popup_container .popup.popup--uno .popup__title {
    background: var(--primary-color, #40404f) !important;
    background-color: var(--primary-color, #40404f) !important;
    box-shadow: none !important;
}

body.ep-theme-app2 #popup_container .popup .popup__sender,
body.ep-theme-app2 #popup_container .popup .popup__message {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.ep-theme-app2 #popup_container .popup .popup__message,
body.ep-theme-app2 #popup_container .popup .popup__message span,
body.ep-theme-app2 #popup_container .popup .popup__message p {
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    color: #222 !important;
    text-align: center !important;
    padding: 0 0.4rem !important;
}

body.ep-theme-app2 #popup_container .popup .popup__sender__name {
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    float: none !important;
    max-width: 100% !important;
}

body.ep-theme-app2 #popup_container .popup .popup__sender__avatar {
    float: none !important;
    display: inline-block !important;
}

body.ep-theme-app2 #chat__body__notifications-pane .notification {
    min-width: 8.4rem;
    max-width: 11.2rem;
    padding: 0.55rem 0.3rem 0.4rem;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    text-align: center;
    overflow: visible;
}

/* Jawal private chat: hide offline-message + header bell. Nsmat (app) is untouched. */
body.ep-theme-app2 #chat_box__header__leave_offline_msg,
body.ep-theme-app2 #chat_box__header__mute,
body.ep-theme-app2 #chat_box__header__unmute {
    display: none !important;
}

/* Jawal conversations list */
body.ep-theme-app2 #btn_group_private_create {
    display: none !important;
}

body.ep-theme-app2 #chat__body__conversations_pane .conversations_item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 6px 8px 8px;
    background: #fff;
}

body.ep-theme-app2 #chat__body__conversations_pane .conversations_item.unread {
    background-color: linen;
}

body.ep-theme-app2 #chat__body__conversations_pane .conversations_item__holder {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    padding: 2px 0;
}

body.ep-theme-app2 #chat__body__conversations_pane .conversations_item__remove {
    float: none !important;
    align-self: flex-end;
    margin: 8px 0 0 auto;
    height: 26px;
    min-height: 26px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    border: none !important;
    border-radius: 2px;
}

body.ep-theme-app2 #chat__body__conversations_pane .conversations_item .clear {
    display: none;
}

/* Jawal wall — palchat action icons */
body.ep-theme-app2 #chat__body__wall_pane .wall_post {
    background: #fff;
    overflow: visible;
    padding: 5px 8px 6px 6px;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 6px;
    overflow: visible !important;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post__body {
    display: block !important;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
    overflow: visible !important;
    vertical-align: middle;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post__body > div:first-child {
    display: block;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post__body + div {
    float: none !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    direction: ltr;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
    margin: 0 0 0 auto;
    clear: none;
    vertical-align: middle;
    white-space: nowrap;
    flex-shrink: 0;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post__body__heart,
body.ep-theme-app2 #chat__body__wall_pane .wall_post__body__comments,
body.ep-theme-app2 #chat__body__wall_pane .wall_post__body__remove {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px !important;
    min-width: 22px;
    height: 22px !important;
    min-height: 22px;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 2px !important;
    font-size: 0 !important;
    line-height: 1 !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post__body__heart {
    order: 1;
    width: auto !important;
    min-width: 22px;
    padding: 0 5px !important;
    gap: 3px;
    font-size: 12px !important;
    font-weight: 800 !important;
    background: #b00014 !important;
    background-image: none !important;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post__body__comments {
    order: 2;
    width: auto !important;
    min-width: 22px;
    padding: 0 5px !important;
    gap: 3px;
    font-size: 12px !important;
    font-weight: 800 !important;
    background: var(--primary-color, #40404f) !important;
    background-image: none !important;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post__body__remove {
    order: 3;
    background: var(--primary-color, #40404f) !important;
    background-image: none !important;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post__body__heart:before,
body.ep-theme-app2 #chat__body__wall_pane .wall_post__body__comments:before,
body.ep-theme-app2 #chat__body__wall_pane .wall_post__body__remove:before {
    font-size: 13px !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post--media-btn {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    min-height: 28px;
    margin: 6px 0 2px !important;
    padding: 5px 10px !important;
    line-height: 1.3 !important;
    font-size: 0.6rem !important;
    font-weight: 700;
    color: #333 !important;
    background: #eee !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    overflow: visible !important;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post--media-btn:before {
    display: inline-block !important;
    margin-right: 0.3rem;
    font-size: 0.7rem !important;
    color: #333 !important;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post__body--photo-img,
body.ep-theme-app2 #chat__body__wall_pane video.wall_post__body--video,
body.ep-theme-app2 #chat__body__wall_pane audio.wall_post__body--sound,
body.ep-theme-app2 #chat__body__wall_pane .wall_post iframe,
body.ep-theme-app2 #chat__body__wall_pane .wall_post__tiktok-iframe,
body.ep-theme-app2 #chat__body__wall_pane .yt-btn,
body.ep-theme-app2 #chat__body__wall_pane .tt-btn {
    display: block;
    max-width: 100% !important;
    margin: 6px 0 4px;
}

body.ep-theme-app2 #chat__body__wall_pane video.wall_post__body--video {
    width: 100%;
    height: auto;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.wall_post--media-btn),
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.wall_post__body--photo-img),
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(video.wall_post__body--video),
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(audio.wall_post__body--sound),
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.yt-btn),
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.tt-btn),
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(iframe) {
    flex-wrap: wrap;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.wall_post--media-btn) .wall_post__body,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.wall_post__body--photo-img) .wall_post__body,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(video.wall_post__body--video) .wall_post__body,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(audio.wall_post__body--sound) .wall_post__body,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.yt-btn) .wall_post__body,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.tt-btn) .wall_post__body,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(iframe) .wall_post__body {
    flex: 1 1 100%;
    width: 100%;
}

body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.wall_post--media-btn) .wall_post__body + div,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.wall_post__body--photo-img) .wall_post__body + div,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(video.wall_post__body--video) .wall_post__body + div,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(audio.wall_post__body--sound) .wall_post__body + div,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.yt-btn) .wall_post__body + div,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(.tt-btn) .wall_post__body + div,
body.ep-theme-app2 #chat__body__wall_pane .wall_post > div > div:has(iframe) .wall_post__body + div {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: none !important;
    justify-content: flex-end;
    margin: 2px 0 0 auto;
}

/* Jawal wall comments modal: unclip media + slightly larger comment actions */
body.ep-theme-app2 #wall_comments .wall_comments__post_body_area {
    overflow: visible !important;
    max-height: none;
    padding: 8px 10px 6px;
}

body.ep-theme-app2 #wall_comments .wall_comments__post_body_area .wall_post__body {
    overflow: visible !important;
    margin: 0;
    padding: 0;
}

body.ep-theme-app2 #wall_comments .wall_post--media-btn {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    min-height: 28px;
    margin: 4px 0 8px !important;
    padding: 5px 10px !important;
    line-height: 1.3 !important;
    font-size: 0.6rem !important;
    font-weight: 700;
    color: #333 !important;
    background: #eee !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    overflow: visible !important;
    white-space: nowrap;
}

body.ep-theme-app2 #wall_comments .wall_post--media-btn:before {
    display: inline-block !important;
    margin-right: 0.3rem;
    font-size: 0.7rem !important;
    color: #333 !important;
}

body.ep-theme-app2 #wall_comments .wall_post__body--photo-img,
body.ep-theme-app2 #wall_comments video.wall_post__body--video,
body.ep-theme-app2 #wall_comments audio.wall_post__body--sound,
body.ep-theme-app2 #wall_comments .yt-btn,
body.ep-theme-app2 #wall_comments .tt-btn {
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    margin: 4px 0 8px;
    object-fit: contain;
}

body.ep-theme-app2 #wall_comments iframe,
body.ep-theme-app2 #wall_comments .wall_post__tiktok-iframe {
    display: block;
    max-width: 100% !important;
    margin: 4px 0 8px;
}

body.ep-theme-app2 #wall_comments .wall_comments__comment__like,
body.ep-theme-app2 #wall_comments .wall_comments__comment__remove {
    height: 20px;
    min-height: 20px;
    min-width: 22px;
    padding: 0 5px !important;
    line-height: 18px;
    font-size: 11px !important;
}

/* Jawal wall extras: hide new-messages banner + youtube search. Nsmat untouched. */
body.ep-theme-app2 #wall_new_messages_banner,
body.ep-theme-app2 #chat_pane_youtube,
body.ep-theme-app2 #chat_pane_youtube_items {
    display: none !important;
}

/* Jawal: hide lobby/profile wall stars */
body.ep-theme-app2 .chat_pane__user_item--stars,
body.ep-theme-app2 .user_profile__body__stats--stars,
body.ep-theme-app2 #chat__body__settings_pane__container__button--toggle-star {
    display: none !important;
}

/* Jawal: hide wall banner text + footer extras star */
body.ep-theme-app2 #chat__body__wall_pane .chat_pane__container__banner {
    display: none !important;
}

body.ep-theme-app2 #chat__footer__menu__others {
    display: none !important;
}

body.ep-theme-app2 #chat__body__wall_pane .chat__body__wall_pane__form__poll,
body.ep-theme-app2 #wall_poll_creator {
    display: none !important;
}

body.ep-theme-app2 #chat__body__settings_pane .yc-local-chat-colors-row,
body.ep-theme-app2 #chat__body__settings_pane div:has(> #yc-settings-connection-ping) {
    display: none !important;
}

body.ep-theme-app2 #chat__body__settings_pane__container__button--user-styling,
body.ep-theme-app2 #user-styling-content,
body.ep-theme-app2 #chat__body__settings_pane__container__button--mic-room-control,
body.ep-theme-app2 #mic-room-control-content,
body.ep-theme-app2 #chat__body__settings_pane__container__button-change_password {
    display: none !important;
}

body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--toggle_private,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--toggle_notifications,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--send_ad,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--manage_room,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--open_admin,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--open_admin.success,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--toggle_private:has(.toggle_private--active),
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--toggle_notifications:has(.toggle_notifications--active) {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    color: #000 !important;
    border-color: #000 !important;
}

body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--toggle_private:hover,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--toggle_notifications:hover,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--send_ad:hover,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--manage_room:hover,
body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--open_admin:hover {
    background: #fff !important;
    color: #000 !important;
}

body.ep-theme-app2 #chat__body__settings_pane__container__button--toggle_private .toggle_private__enable .fa:before,
body.ep-theme-app2 #chat__body__settings_pane__container__button--toggle_notifications .toggle_notifications__enable .fa:before {
    content: "\f00c";
}

body.ep-theme-app2 #chat__body__settings_pane__container__button--toggle_private .toggle_private__disable .fa,
body.ep-theme-app2 #chat__body__settings_pane__container__button--toggle_notifications .toggle_notifications__disable .fa {
    display: none !important;
}

body.ep-theme-app2 .username__wrapper,
body.ep-theme-app2 .public_message__title,
body.ep-theme-app2 .public_message__title *,
body.ep-theme-app2 .wall_post__name,
body.ep-theme-app2 .wall_post__name *,
body.ep-theme-app2 .chat_pane__user_item__name,
body.ep-theme-app2 .chat_pane__user_item__name *,
body.ep-theme-app2 .conversations_item__title,
body.ep-theme-app2 .private_message__title {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}

body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--change-font-size,
body.ep-theme-app2 #chat__body__settings_pane .jawal-settings-select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0 0;
    min-height: 30px;
    height: auto !important;
    padding: 7px 22px;
    border: none;
    border-radius: 3px;
    background-color: var(--primary-color, #373952) !important;
    color: #fff !important;
    font-size: inherit;
    font-weight: 700;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    direction: rtl;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='white' d='M0 0l5 6 5-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 10px 6px;
}

body.ep-theme-app2 #chat__body__settings_pane #chat__body__settings_pane__container__button--change-font-size option,
body.ep-theme-app2 #chat__body__settings_pane .jawal-settings-select option {
    background: #1b1b28;
    color: #fff;
    text-align: center;
}

body.ep-theme-app2 #chat__footer__menu__settings_item {
    width: 20% !important;
    max-width: 3.333rem !important;
    flex: 0 0 auto !important;
    box-sizing: border-box;
}

body.ep-theme-app2 #chat__body__wall_pane .chat__body__wall_pane__form {
    flex-shrink: 0;
    align-items: center;
    overflow: visible;
    min-height: 34px;
    padding: 4px 3px;
}

body.ep-theme-app2 #chat__body__wall_pane .chat__body__wall_pane__form__input {
    box-sizing: border-box !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: none !important;
    line-height: 22px !important;
    padding: 4px 8px !important;
    overflow: hidden;
    vertical-align: middle;
}

body.ep-theme-app2 #chat__body__wall_pane .chat__body__wall_pane__form button {
    box-sizing: border-box !important;
    height: 32px !important;
    min-height: 32px !important;
    line-height: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.ep-theme-app2 #chat__body__wall_pane .chat__body__wall_pane__form__face {
    margin-top: 0;
    align-self: center;
}

body.ep-theme-app2 .chat__body__wall_pane__form__loading_percent,
body.ep-theme-app2 .chat__body__wall_pane__form__loader {
    opacity: 0 !important;
}

body.ep-theme-app2 #jawal-wall-upload {
    display: none;
    width: 100%;
    box-sizing: border-box;
    background: var(--primary-color, #40404f);
}

body.ep-theme-app2 #jawal-wall-upload.is-on {
    display: block;
}

body.ep-theme-app2 .jawal-wall-upload__track {
    height: 8px;
    width: 100%;
    background: rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

body.ep-theme-app2 .jawal-wall-upload__fill {
    height: 100%;
    width: 0;
    background: #2ecc40;
    transition: width 0.12s linear;
}

body.ep-theme-app2 .jawal-wall-upload__row {
    display: flex;
    flex-direction: row;
    direction: ltr;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

body.ep-theme-app2 .jawal-wall-upload__cancel {
    flex: 0 0 auto;
    height: 22px;
    padding: 0 8px;
    border: none;
    border-radius: 2px;
    background: #d01212;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

body.ep-theme-app2 .jawal-wall-upload__meta {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

/* Mic lock/speak menu */
body.ep-theme-app2 #jawal-mic-menu {
    position: fixed;
    z-index: 10080;
    min-width: 118px;
    background: #1b2438;
    border: 1px solid #7ec8e3;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
body.ep-theme-app2 #jawal-mic-menu button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 14px;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.35);
    cursor: pointer;
}
body.ep-theme-app2 #jawal-mic-menu button + button {
    border-top: 1px solid #7ec8e3;
}
body.ep-theme-app2 #jawal-mic-menu button:active {
    background: rgba(126, 200, 227, 0.18);
}

/* Announcement modal */
body.ep-theme-app2 #jawal-ad-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10070;
    align-items: flex-start;
    justify-content: center;
    padding: 12vh 12px 12px;
    background: rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
}
body.ep-theme-app2 #jawal-ad-modal.is-open {
    display: flex !important;
}
body.ep-theme-app2 #jawal-ad-modal .jawal-ad__panel {
    width: min(360px, 94vw);
    background: #fff;
    border: 1px solid #8a8a8a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
body.ep-theme-app2 #jawal-ad-modal .jawal-ad__head {
    display: flex;
    flex-direction: row;
    direction: ltr;
    align-items: center;
    min-height: 34px;
    padding: 4px 6px 4px 8px;
    background: var(--primary-color, #40404f);
    color: #fff;
}
body.ep-theme-app2 #jawal-ad-modal .jawal-ad__title {
    display: inline-flex;
    flex-direction: row;
    direction: ltr;
    align-items: center;
    gap: 6px;
    margin-right: auto;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}
body.ep-theme-app2 #jawal-ad-modal .jawal-ad__close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding: 0 8px;
    cursor: pointer;
}
body.ep-theme-app2 #jawal-ad-modal .jawal-ad__body {
    padding: 10px;
    background: #fff;
}
body.ep-theme-app2 #jawal-ad-modal textarea {
    display: block;
    width: 100%;
    min-height: 110px;
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    resize: vertical;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    background: #fff;
    -webkit-user-select: text !important;
    user-select: text !important;
}
body.ep-theme-app2 #jawal-ad-modal .jawal-ad__foot {
    display: flex;
    flex-direction: row;
    direction: ltr;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 10px 10px;
    background: #fff;
}
body.ep-theme-app2 #jawal-ad-modal .jawal-ad__super {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    cursor: pointer;
}
body.ep-theme-app2 #jawal-ad-modal .jawal-ad__send {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 6px;
    min-width: 78px;
    height: 34px;
    padding: 6px 12px;
    background: var(--primary-color, #40404f) !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
}

/* Room manage modal — same as CP rooms */
body.ep-theme-app2 #editRoomModal {
    display: none !important;
}
body.ep-theme-app2 #jawal-room-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10070;
    background: rgba(0, 0, 0, 0.35);
    align-items: center;
    justify-content: center;
    padding: 10px;
}
body.ep-theme-app2 #jawal-room-modal.is-open {
    display: flex !important;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__box {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border: 1px solid #1f4e79;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1f4e79;
    color: #fff;
    padding: 6px 10px;
    font-weight: 700;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__cols {
    display: flex;
    gap: 12px;
    padding: 10px;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__fields {
    flex: 1 1 auto;
    min-width: 0;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__fields label {
    display: block;
    margin: 4px 0 2px;
    font-size: 12px;
    font-weight: 700;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__fields input[type="text"],
body.ep-theme-app2 #jawal-room-modal .jawal-room__fields input[type="number"] {
    width: 100%;
    box-sizing: border-box;
    height: 26px;
    margin: 0 0 4px;
    padding: 2px 6px;
    border: 1px solid #bbb;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__check {
    margin-top: 8px !important;
    font-weight: 700 !important;
    font-size: 12px;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__mics {
    display: none;
    margin: 4px 0 0;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__mics.is-on {
    display: block;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__mics select {
    width: 100%;
    height: 26px;
    border: 1px solid #bbb;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__media {
    flex: 0 0 140px;
    width: 140px;
    text-align: center;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__media img {
    width: 132px;
    height: 96px;
    object-fit: contain;
    border: 1px solid #ccc;
    background: #f3f3f3;
    cursor: pointer;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__noimg {
    display: block;
    width: 100%;
    margin: 6px 0;
    padding: 4px 6px;
    background: #fff;
    border: 1px solid #333;
    cursor: pointer;
    font-size: 12px;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__media input[type="color"] {
    width: 100%;
    height: 28px;
    padding: 0;
    border: 1px solid #333;
    background: #000;
    cursor: pointer;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__foot {
    display: flex;
    gap: 8px;
    padding: 0 10px 10px;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__foot button {
    flex: 1;
    height: 32px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__save {
    background: #1f4e79;
}
body.ep-theme-app2 #jawal-room-modal .jawal-room__del {
    background: #d9534f;
}

body.ep-theme-app2 .public_message__reply,
body.ep-theme-app2 #chat__body__message-reply {
    display: none !important;
}

body.ep-theme-app2 .emoji_picker .emoji_picker__tabs,
body.ep-theme-app2 .emoji_picker .emoji_picker__panel--stickers,
body.ep-theme-app2 .emoji_picker .emoji_picker__empty {
    display: none !important;
}
body.ep-theme-app2 .emoji_picker .emoji_picker__panel--faces {
    display: grid !important;
}
body.ep-theme-app2 .emoji_picker .emoji_picker__panels {
    border-top: 0.0416666667rem solid #999;
    border-radius: 0.2083333333rem;
}
