/* 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 #user_profile.jawal-profile .pml-profile-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: flex-start;
    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 {
    width: auto;
    max-width: none;
    min-width: 0;
    height: auto;
    line-height: 1.3;
    justify-content: flex-start;
    background: transparent !important;
    color: #111 !important;
    padding: 0 !important;
    font-size: 15px;
    text-align: left;
}

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

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: 74px;
    height: 28px;
    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;
}
