progress,
sub,
sup {
    vertical-align: baseline;
}
#chat,
#chat__body,
#login,
#login-header,
.modal-header,
.users-count-label,
sub,
sup {
    position: relative;
}
#chat,
#login {
    height: 100vh;
}
#login,
.navbar-laravel {
    background-color: #fefffc;
}
#chat__body__ignored-users-pane .chat_pane__container,
#chat__body__notifications-pane .chat_pane__container {
    height: calc(100% - 2.35rem);
}
#chat__body__message-input.has-mic #main-footer-top-mic,
.chat_pane__user_item__mic_status.on-hand img.hand,
.chat_pane__user_item__mic_status.on-mic img.mic,
.chat_pane__user_item__mic_status.on-sound-off img.sound-off {
    display: inline;
}
#story-modal *,
label.checkbox.style-e {
    -webkit-user-select: none;
    -ms-user-select: none;
}
.progress-ring,
.progress-ring__circle {
    transform: rotate(-90deg);
}
button,
hr,
input {
    overflow: visible;
}
.ellipsis,
.ludo_user .username__wrapper {
    text-overflow: ellipsis;
    white-space: nowrap;
}
*,
legend {
    white-space: normal;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
#dot2 {
    background: red;
}
#dot1 {
    background: #4285f4;
}
#dot3 {
    background: #ffeb3b;
}
.message-box {
    position: absolute;
    top: 0.8333333333rem;
    left: 0.8333333333rem;
    -webkit-animation: 1s forwards show_message_box;
    animation: 1s forwards show_message_box;
    z-index: 10000000;
}
.message-box .box {
    background: #fff;
    padding: 0.4rem 0.6rem 0.4rem 0.4rem;
    border-radius: 0.4166666667rem;
    border-left: 0.2083333333rem solid #2ecc71;
    box-shadow: 0.0416666667rem 0.2916666667rem 0.5833333333rem -0.2083333333rem rgb(0 0 0 / 0.15);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.message-box .box.grey {
    border-color: #ccc;
}
.message-box .box.green {
    border-color: #2ecc71;
}
.message-box .box.red {
    border-color: #e14931;
}
.message-box .box.orange {
    border-color: #df7a22;
}
.message-box .box.blue {
    border-color: #31b0dc;
}
.message-box .box .content,
.message-box .content .icon {
    display: flex;
    align-items: center;
}
.message-box .content .icon {
    font-size: 1.0416666667rem;
    color: #fff;
    height: 1rem;
    width: 1rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 50%;
    background: #2ecc71;
    justify-content: center;
}
.message-box .content .icon .fa {
    font-size: 0.6rem;
    margin-top: 0.1rem;
}
.message-box .box.grey .content .icon {
    background: #ccc;
}
.message-box .box.green .content .icon {
    background: #2ecc71;
}
.message-box .box.red .content .icon {
    background: #e14931;
}
.message-box .box.orange .content .icon {
    background: #df7a22;
}
.message-box .box.blue .content .icon {
    background: #31b0dc;
}
.message-box .content .details {
    margin-left: 0.3rem;
    direction: rtl;
}
.message-box .details span {
    font-size: 0.6rem;
    font-weight: 500;
}
.message-box .details p {
    color: #878787;
    margin-bottom: 0;
}
.message-box .box .close-icon {
    color: #878787;
    font-size: 0.9583333333rem;
    cursor: pointer;
    height: 1.6666666667rem;
    width: 1.6666666667rem;
    text-align: center;
    line-height: 1.6666666667rem;
    border-radius: 50%;
    background: #f2f2f2;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-box .close-icon:hover {
    background: #efefef;
}
.message-box.hide {
    -webkit-animation: 1s forwards hide_message_box;
    animation: 1s forwards hide_message_box;
}
@-webkit-keyframes show_message_box {
    0% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(10%);
    }
    80%,
    to {
        transform: translateX(0.8333333333rem);
    }
}
@-webkit-keyframes hide_message_box {
    0% {
        transform: translateX(0.8333333333rem);
    }
    40% {
        transform: translateX(10%);
    }
    80%,
    to {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}
#dot4 {
    background: #8bc34a;
}
.typing-content {
    display: flex;
    position: absolute;
    right: 18px;
    bottom: 35px;
    z-index: 10;
}
#chat_box,
.alert {
    z-index: 1;
}
.typing-content .typing-dots {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-left: 4px;
    animation: animatedots 1.5s var(--delay) ease-in-out infinite;
}
@keyframes animatedots {
    0%,
    44% {
        transform: translateY(0);
    }
    22% {
        opacity: 0.4;
        transform: translateY(-7px);
    }
    44% {
        opacity: 0.2;
        transform: translateY(0);
    }
}
.container.voting {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vote-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vote-card.active {
    border-color: #4CAF50;
    background: #f0fff0;
}

.indicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ccc;
    flex-shrink: 0;
    transition: background 0.3s;
    position: relative;
}

.vote-card.active .indicator {
    background: #4CAF50;
}

.indicator::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vote-card.active .indicator::after {
    display: block;
}

.user-image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.user-image.placeholder {
    background: #4CAF50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-image.placeholder svg {
    width: 28px;
    height: 28px;
    fill: white;
}

.container.voting .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.name-percent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container.voting .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.container.voting .percent {
    font-size: 16px;
    font-weight: bold;
    color: #4CAF50;
}

.container.voting .progress {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.container.voting .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #4CAF50, #8BC34A);
    transition: width 0.4s ease-in-out;
}
/* .progress-box.active {
    background: #fff0;
    border: 0 solid lime;
    transform: scale(1.1);
    color: #000;
    box-shadow: 0 0 4px 2px #0f0, inset 0 0 3px 0 #0f0f0f !important;
}
.container.voting {
    overflow: auto;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 35px;
    height: 100%;
    border-radius: 6px;
}
.container .progress-box {
    width: 100%;
    height: 80px;
    margin: 6px 0;
    border: 2px solid;
    padding: 4px 12px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 -2px 8px 1px;
}
.progress-box .progress-bar {
    width: 100%;
    height: 12px;
    position: relative;
    background: #222;
    box-shadow: inset 0 8px 60px rgb(0 0 0 / 0.1), inset 0 8px 8px rgb(0 0 0 / 0.1), inset 0 -4px 4px rgb(0 0 0 / 0.1);
    margin: 12px 0;
    border-radius: 16px;
}
.progress-bar span {
    height: 80%;
    background: #00edff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 16px;
    transition: 0.6s;
} */
select.user_profile__footer__actions__item_group__input,
select.wall_comments__footer__actions__item_group__input {
    height: 2em;
}
/* .progress-bar span::after {
    content: attr(data);
    color: #000 !important;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 3px 7px;
    background: linear-gradient(to bottom, #fff, #fff);
    font-weight: 600;
    border-radius: 24px;
    border: 1px solid #0005;
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.3), inset 0 1px 1px rgb(255 255 255 / 0.2);
}
.progress-box:hover {
    background: rgb(52 52 52 / 0.133);
    border: 2px solid rgb(255 255 255 / 0.5);
} */
hr {
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: #fff0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
button#call-dialog-footer__hide2 {
    z-index: 5000;
    position: absolute;
    top: 75%;
    right: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
.container,
legend {
    padding: 0;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
.badge,
body {
    line-height: 1;
}
#login-form__name,
#register-form__name,
#story-modal-content .story-viewer .slides .item.active,
#story-modal-content .story-viewer .slides .item.active .tip.link,
#story-modal-content .story-viewer.loading .head .loading,
#story-modal-content .story-viewer.muted .tip.muted,
.buttonload:disabled .fa,
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
:root {
    --body-bg: #40404f;
    --primary-color: #40404f;
    --primary-color-light: #548ad6;
    --panes-color: #fefffc;
    --content-color: #3c6297;
    --border-color: #a81d1d;
    --mic-color: #f3d7d7;
    --green: #5cb85c;
    --red: #ca3636;
    --blue: #2662eb;
}
@font-face {
    font-family: Al-Jazeera-Light;
    src: url(/fonts/Al-Jazeera-Arabic-Light.ttf?96ece0adb2d663734c1143a04e45aeee);
}
@font-face {
    font-family: Al-Jazeera-Regular;
    src: url(/fonts/Al-Jazeera-Arabic-Regular.ttf?e55b32cdf8eb35dea0fdbebca965d752);
}
.navbar-laravel {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.04);
}
.clear {
    clear: both;
}
#story-modal-content .story-viewer .head .right,
.fr {
    float: right;
}
#story-modal.rtl #story-modal-content .story-viewer .head .right,
.fl {
    float: left;
}
.corner {
    border-radius: 0.208rem;
}
.border {
    border: 1px solid #000 !important;
}
.radius {
    border-radius: 3px;
}
.ellipsis {
    overflow: hidden;
    max-width: 80%;
}
.btn {
    font-size: 0.625rem;
    padding: 0 0.4em;
    outline: 0;
    font-weight: 700;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-default {
    color: #333;
}
.btn-primary,
.label-primary {
    background: #3c6297;
    color: #fff;
}
.buttonload {
    font-size: 0.7rem;
}
.buttonload .fa {
    float: right;
    margin-top: 0.3em;
    display: none;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 0.1em 0.5em;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    margin-top: -0.9em;
    border: 1px solid #000;
}
.badge,
.jscolor {
    text-align: center;
}
.jscolor {
    font-size: 0.6rem;
    width: 25%;
    outline: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 20px;
    font-family: sans-serif !important;
}
.form-control {
    padding: 0.1em 0.4em;
    font-size: 0.6rem;
    height: auto;
}
.form-control:active,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #6495ed;
}
.label {
    font-size: 0.65rem;
    padding: 0.2em 0.4em;
    margin-bottom: 0.2em;
    border-radius: 0;
}
.ReactModal__Overlay {
    z-index: 10000;
}
.yt-btn {
    background-color: #ddd;
    width: 65%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
#app,
#chat,
#chat__body,
.ludo_user,
.modal-body,
body {
    max-width: 100%;
}
.brder-tl {
    border-top-left-radius: 1.3em !important;
}
.modal-backdrop {
    width: 1500vh;
    height: 1500vh;
}
.brder-tr {
    border-top-right-radius: 1.3em !important;
}
.brder-bl {
    border-bottom-left-radius: 1.3em !important;
}
.brder-br {
    border-bottom-right-radius: 1.3em !important;
}
#login,
.popup {
    border: 1px solid #000;
}
#login {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    border-radius: 0.2rem;
}
#online_users {
    height: calc(100vh - 15.7rem);
    overflow: auto;
}
#online_users .chat_pane__user_item {
    border-left: none;
}
#login-header {
    border-top-left-radius: 0.13rem;
    border-top-right-radius: 0.13rem;
    margin: 0;
}
.login-header__label {
    width: 100%;
    padding: 0;
    border-radius: 0;
    text-align: left;
}
.login-header__title {
    color: #fff;
    padding: 0 0.2rem;
    display: inline-block;
    font-size: 0.625rem;
}
.login-header__refresh {
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.1rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    border-radius: 0.2rem;
}
.login-header__refresh:before {
    top: 0;
    position: absolute;
    left: 0.6em;
}
.login-banner__img {
    width: 100%;
    max-height: 4rem;
}
#login-btn-holder {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0.01rem;
    text-align: center;
}
.login-btn-holder__btn {
    font-size: 0.583rem;
    padding: 0 0.3em;
    margin-right: 0.3em;
    border: 0.05em solid #aaa;
    border-radius: 1rem;
    width: 23%;
    height: 1.125rem;
}
.react-tabs {
    margin-top: -0.16rem;
}
.chat__body__ignored-users-pane__back,
.chat__body__notifications-pane__back,
.react-tabs__tab-list {
    margin-bottom: 0;
}
.react-tabs__tab,
.react-tabs__tab-list {
    text-align: center;
    background-color: #f5f5f5;
}
.react-tabs__tab {
    width: 30%;
    font-size: 0.625rem;
    border-bottom: 1px solid #dee2e6;
}
.react-tabs__tab a,
.react-tabs__tab a.active {
    color: #337ab8;
    background-color: inherit !important;
    border: none !important;
    margin: 0;
    padding: 0.9em 0;
    font-size: 0.625rem;
    border-bottom-color: #dee2e6;
    border-bottom-style: solid;
    border-bottom-size: 2px;
}
.user_profile__footer__actions__item.active button,
.wall_comments__footer__actions__item.active button {
    background: #dc3545;
    color: #fff !important;
}
.react-tabs__tab--selected {
    background: #fefffc;
    border: 1px solid #dee2e6;
    border-bottom-color: transparent !important;
    border-bottom-size: 0 !important;
}
.react-tabs__tab-panel {
    padding: 0.3rem 0.3rem 0;
}
.tabs-form-error {
    font-size: 0.6rem;
    padding: 0.1em 0.1em 0.2em;
    text-align: center;
    margin: 0;
}
#tabs-content {
    padding: 0.4rem 0.4rem 0;
}
#guest-form__name {
    width: 50%;
    height: 24px;
    margin-bottom: 0.2rem;
    font-size: 0.625rem;
    padding: 0 0.5em;
    text-align: left;
    color: #333;
    margin-right: 0.1rem;
}
#guest-form__submit,
#login-form__submit,
#register-form__submit {
    margin-bottom: 0.1rem;
    font-size: 0.625rem;
    border: 1px solid #bbb;
    box-shadow: none;
    outline: 0;
}
#login-form__submit {
    margin-right: 0.2rem;
}
#login-form__name,
#login-form__password,
#register-form__name,
#register-form__password {
    width: 50%;
    height: 24px;
    text-align: left;
    color: #333;
    font-size: 0.625rem;
}
#login-form__password,
#register-form__password {
    margin-right: 0.15rem;
}
#login-form__hidden-label {
    font-size: 0.6rem;
    margin-left: 0.2rem;
}
#connection_container {
    display: inline-block;
    float: left;
}
#connection_container #connection-state-off,
#connection_container #connection-state-on {
    position: relative;
    font-size: 0.625rem;
    background-color: #e0392d;
    color: #fff;
    padding: 0.2em 0.4em;
    border-radius: 0 0.6em 0.6em 0;
    left: 0;
    z-index: 10;
}
#connection_container #connection-state-on,
.label-count .fa {
    background-color: #5cb85c;
}
.users-count-label p {
    font-size: 0.583rem;
}
.label-count {
    margin: 0;
    background: #3c6297;
    color: #fff !important;
    font-size: 0.7rem;
    text-align: center;
}
.label-count .fa {
    font-size: 0.7rem;
    padding: 0.1em 0.5em;
    border-color: #4cae4c;
    margin-right: 0.2em;
}
.label-count .count {
    margin-left: 0.2rem;
}
#chat {
    background: #fefffc;
    border-bottom-right-radius: 15px;
    padding-bottom: 1.6rem;
}
#chat__body {
    height: 100%;
}
.modal-header {
    padding: 0.1rem;
    width: 100%;
}
.modal-header .close {
    font-size: 0.7rem;
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    padding: 0.4em;
    margin: 0;
    line-height: 0.7;
    background: #fff;
    color: #000;
}
.modal-header .modal-title,
.notification__sender,
.popup__sender {
    width: 100%;
}
.modal-header .modal-title p {
    margin: 0;
}
.modal-body {
    padding: 0.2rem;
    width: 340px;
}
.popup {
    min-width: 180px;
    max-width: 260px;
    z-index: 500000000;
    background-color: #efefef;
    position: absolute;
    top: 30%;
    padding: 5px;
    border-radius: 5px;
}
.notification p,
.popup p {
    margin-bottom: 0.4em;
}
.notification__title,
.popup__title {
    font-size: 0.6rem;
    text-align: center;
    margin: -14px auto 0;
    width: 50%;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 1.6;
}
.notification__sender__avatar,
.popup__sender__avatar {
    border-radius: 5px;
    margin-right: 0.1em;
}
.notification__sender__icon,
.popup__sender__icon {
    margin: 5px 2px 0 0;
}
.popup__sender__name {
    margin: 0.2em 0;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.15em 0 0;
    max-width: 80%;
    color: #000;
}
.notification__message,
.popup__message {
    font-size: 0.6rem;
    font-weight: 700;
    margin-top: 0.2em;
    width: 100%;
    padding: 0 0.2em;
    word-break: break-word;
}
.notification__message__body,
.popup__message__body {
    padding-top: 0.2rem;
}
#chat__body__messages_container {
    height: calc(100vh - 3rem);
    overflow: auto;
    max-width: 100%;
}
.public_message,
.wall_comments__comment {
    position: relative;
    background: #fff;
    border: 1px solid #e6e6fa;
    padding: 0.1rem 0.05rem;
    margin: 0 0.05rem -1px;
}
.conversations_item.unread,
.public_message.linen {
    background-color: linen;
}
.public_message.greeting {
    background-color: #faf0e8;
    padding: 0.3em;
    color: #000 !important;
}
.public_message__ad_title,
.public_message_ad .public_message__content {
    color: blue;
}
.public_message.public_message_ad {
    background-color: #d0e7ff;
}
.private_message__avatar,
.public_message__avatar,
.wall_comments__comment__avatar {
    float: left;
    margin: 0;
    cursor: pointer;
}
.public_message__avatar img {
    border: 1px solid #dedbdb;
    padding: 1px;
}
.public_message__bot_brb_title {
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    font-size: 0.7rem;
    display: inline-block;
    padding: 0 0.5rem;
    border-radius: 5px;
    margin: 0 0 0.2rem;
}
#chat__body__message-input #main-footer-top-mic,
.chat_pane,
.chat_pane__user_item__mic_status.on-hand img.mic,
.chat_pane__user_item__mic_status.on-mic img.hand,
.user_profile__footer__actions__item #user_profile__footer__actions__item--unignore,
.user_profile__footer__actions__item #user_profile__footer__actions__item--unmute {
    display: none;
}
.public_message__ad_title .fa {
    margin: 0 0.2rem;
}
.private_message__title__icon,
.public_message__title__icon,
.username__icon {
    margin: 1px 2px 0 0;
}
.public_message__content,
.public_message__title {
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0 0.2em 0 2.8em;
    direction: rtl;
    margin: 0;
    word-wrap: break-word;
}
.public_message__content {
    margin: 0.2em 0 0;
}
.private_message__time,
.public_message__time {
    font-size: 0.55rem;
    color: #888;
    position: absolute;
    top: 0.1em;
    right: 0.1em;
}
.public_message__remove {
    font-size: 0.4rem;
    position: absolute;
    bottom: 0.2em;
    right: 0.1em;
}
.chat_pane,
.name_audio {
    right: 0;
    position: absolute;
}
#chat__body__message-input {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.4rem;
    text-align: center;
    background-color: #fefffc;
    padding-top: 0.15em;
}
.chat__body__message-input__face {
    width: 22px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 0.1rem;
}
.chat__body__message-input__leave_room {
    font-size: 0.55rem;
}
.chat__body__message-input__input {
    width: calc(100% - 5rem);
    margin: 0 0.2rem 0 0.1rem;
    padding: 0.1em 0.3em;
    vertical-align: bottom;
    border-radius: 5px;
    border: 1px solid #ccc;
    direction: rtl;
    text-align: left;
}
.chat__body__message-input__input:focus,
.chat_pane {
    border: 1px solid #000;
}
#chat__body__message-input.has-mic .chat__body__message-input__input {
    width: calc(100% - 6.5rem);
}
.chat__body__message-input__input:disabled {
    background-color: #ccc;
}
.chat__body__message-input__submit {
    vertical-align: middle;
    font-size: 0.6rem;
}
.chat_pane {
    top: 0;
    bottom: 0.18rem;
    width: 85%;
    max-width: 290px;
    border-radius: 10px 0 0;
    z-index: 2;
}
.chat_pane__container {
    height: calc(100% - 1.2rem);
    overflow: auto;
    margin: 0 !important;
}
div#chat__body__users-pane .chat_pane__container {
    height: calc(100% - 2.4rem);
}
.name_audio {
    text-align: center;
    display: block;
    font-size: 13px;
    left: 0;
    top: 260px;
}
.audio_mic {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 2px 2px 0;
    border: 2px solid;
    position: absolute;
    top: 200px;
}
#chat__body__conversations_pane,
#chat__body__ignored-users-pane,
#chat__body__notifications-pane {
    background: #fefffc;
    height: 100%;
}
.notification {
    min-width: 180px;
    max-width: 260px;
    border: 1px solid #000;
    z-index: 2000;
    background-color: #efefef;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    margin: 0.7rem auto 0;
}
.notification__sender__name {
    margin: 0.2em 0;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.15em 0 0;
    max-width: 80%;
    color: #000;
    display: inline-block;
}
.notification__time {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    font-size: 0.5rem;
}
#chat__body__rooms_pane,
#chat__body__users-pane {
    background: #fefffc;
    z-index: 2;
    height: 100%;
}
.chat_pane__search {
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.1em 0.3em;
    direction: rtl;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 0;
}
.chat_pane__search:focus {
    border: 1px solid #3c6297;
    box-shadow: none;
}
.chat_pane__label {
    font-size: 0.55rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    margin: 0;
    direction: rtl;
}
.chat_pane__user_item {
    position: relative;
    background: #fff;
    border: 1px solid #e6e6fa;
    padding: 0 0.05rem;
    cursor: pointer;
    margin: 0 0.05rem -1px;
}
.chat_pane__user_item.active,
.chat_pane__user_item:hover {
    background: #eaeafb;
}
.chat_pane__user_item.hidden {
    opacity: 0.4;
    background-color: #ddd;
}
.chat_pane__user_item__avatar {
    float: left;
    margin: 0.07rem 0 0;
}
.chat_pane__user_item__avatar img {
    border: 1px solid #dedbdb;
    padding: 0;
}
.chat_pane__user_item__avatar .status {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.chat_pane__user_item__avatar .status.state_active {
    background-color: #58c827;
}
.chat_pane__user_item__avatar .status.state_no_private {
    background-color: red;
}
.chat_pane__user_item__avatar .status.state_idle {
    background-color: orange;
}
.chat_pane__user_item__avatar .status.state_out {
    background-color: #9c9999;
}
.chat_pane__user_item__flag {
    position: absolute;
    top: 0.05em;
    right: 0.05em;
}
.chat_pane__user_item__status__hash {
    position: absolute;
    right: 0.1rem;
    top: 1rem;
}
.chat_pane__user_item__name,
.chat_pane__user_item__status {
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0 0.2em 0 2.9em;
    direction: rtl;
    margin: 0.1rem 0 0;
}
.chat_pane__user_item__status {
    font-size: 0.583rem;
    color: #888;
    width: 100%;
    margin-top: 0.15rem;
}
.chat_pane__user_item__mic_status {
    margin-bottom: 0;
}
.chat_pane__user_item__mic_status img {
    width: 20px;
    margin-left: 5px;
    display: none;
}
.chat_pane__user_item__mic_status .mic-time {
    padding-left: 5px;
    float: right;
    margin-right: 5px;
    padding-top: 3px;
    font-size: 0.6rem;
}
.username__wrapper {
    padding: 0 0.6em;
    border-radius: 0.125rem;
    font-size: 0.625rem;
}
#user_profile,
#wall_comments,
.bot_brb_modal,
.pre_youcam_ludo_modal,
.room_modal,
.voting_modal {
    font-size: 0.7rem;
    height: auto;
}
.user_profile__scroll_area {
    height: auto;
    overflow: auto;
    max-height: 91vh;
}
.user_profile__header__avatar,
.wall_comments__header__avatar {
    float: left;
    border-radius: 0.2em;
    margin-right: 0.2em;
}
.user_profile__header__name,
.wall_comments__header__name {
    font-size: 0.6rem;
}
.bot_brb_modal__header__close,
.header_close,
.modal__header__close,
.pre_youcam_ludo_modal__header__close,
.room_modal__header__close,
.voting_modal__header__close,
.user_profile__header__close,
.wall_comments__header__close {
    position: absolute;
    right: 0.05em;
    top: 0.05em;
}
.user_profile__body__avatar,
.wall_comments__body__avatar {
    height: 200px;
    display: block;
    margin: 0 auto;
}
.user_profile__body__ip,
.wall_comments__body__ip {
    text-align: center;
    font-size: 0.6rem;
    padding: 0.1em 0.2em;
    margin: 0.2em auto;
    width: 8em;
    border-radius: 0.4em;
}
.user_profile__body__status,
.wall_comments__body__status {
    text-align: center;
    margin-bottom: 0.4rem;
}
.user_profile__body__country_name,
.wall_comments__body__country_name {
    font-size: 0.55rem;
    font-weight: 700;
}
.user_profile__body__room,
.wall_comments__body__room {
    float: right;
    font-size: 0.6rem;
}
.user_profile__footer,
.wall_comments__footer {
    padding: 0.3em;
}
.user_profile__footer__actions,
.wall_comments__footer__actions {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.user_profile__footer__actions__item {
    margin: 2px;
    width: 31%;
    display: inline-block;
}
.user_profile__footer__actions__item .btn {
    border: 1px solid #e6e6fa;
    border-radius: 0.4em;
    width: 100%;
    font-weight: 700;
    font-size: 0.6rem;
    padding: 0.2em 0;
    background: #fefffc;
}
.user_profile__footer__actions__item .btn.red {
    color: red;
}
.user_profile__footer__actions__item .btn.blue {
    color: blue;
}
.user_profile__footer__actions__item .btn.maroon {
    color: maroon;
}
.user_profile__footer__actions__item .btn.magenta {
    color: #d313ff;
}
.user_profile__footer__actions__item .btn.purple {
    color: purple;
}
#chat__body__settings_pane__container__button--change_avatar .avatar,
.chat__body__settings_pane__container__button .toggle_notifications.toggle_notifications--active,
.chat__body__settings_pane__container__button .toggle_private.toggle_private--active,
.chat__body__settings_pane__container__button .toggle_star.toggle_star--active,
.chat_pane__room_item.locked .chat_pane__room_item__name .chat_pane__room_item--lock,
.user_profile__footer__actions__item #user_profile__footer__actions__item--ignore,
.user_profile__footer__actions__item #user_profile__footer__actions__item--mute,
.user_profile__footer__actions__item.ignored #user_profile__footer__actions__item--unignore,
.user_profile__footer__actions__item.muted #user_profile__footer__actions__item--unmute {
    display: inline;
}
.chat__body__settings_pane__container__button .toggle_notifications,
.chat__body__settings_pane__container__button .toggle_private,
.chat__body__settings_pane__container__button .toggle_star,
.chat_pane__room_item .chat_pane__room_item__name img,
.checkbox.style-e input,
.user_profile__footer__actions__item.ignored #user_profile__footer__actions__item--ignore,
.user_profile__footer__actions__item.muted #user_profile__footer__actions__item--mute {
    display: none;
}
.user_profile__footer__actions__item_group {
    display: flex;
    border: 1px solid #000;
    margin-top: 5px;
    padding: 0.2em;
    font-size: 0.6rem;
}
.user_profile__footer__actions__item_group__label {
    margin: 0;
    padding: 0.6em;
    border-radius: 0.2em;
    width: 19%;
    font-size: 0.6rem;
}
.user_profile__footer__actions__item_group__input {
    vertical-align: middle;
    padding: 0.2em;
    width: 63%;
}
.user_profile__footer__actions__item_group__input:active,
.user_profile__footer__actions__item_group__input:focus {
    border: 1px solid #000;
}
.user_profile__footer__actions__item_group__submit {
    padding: 0.1em 0.4em;
    border-radius: 0.2em;
    border: none;
    box-shadow: none;
    width: 18%;
}
.user_profile__footer__actions__item_group__submit:active,
.user_profile__footer__actions__item_group__submit:focus {
    border: none;
    box-shadow: none;
}
.youtube_box {
    display: inline-block;
    width: 48%;
    margin-bottom: 3px;
    margin-right: 2px;
}
.youtube_box .yt-btn {
    width: 100%;
    border: 1px solid #979797;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 1px 2px 3px #c6c6c6;
}
.send_video_youtube {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    background: #000;
}
.wall_comments__scroll_area,
.youtube__scroll_area {
    height: auto;
    overflow: auto;
    max-height: 40vh;
    min-height: 30vh;
}
.wall_comments__body__room .chat_pane__room_item--inline {
    font-size: 0.7rem !important;
}
.wall_comments__footer__actions__item {
    margin: 2px;
    width: 32%;
    display: inline-block;
}
.wall_comments__footer__actions__item .btn {
    border: 1px solid #e6e6fa;
    border-radius: 0.4em;
    width: 100%;
    font-weight: 700;
    font-size: 0.6rem;
    padding: 0.2em 0;
    background: #fefffc;
}
.wall_comments__footer__actions__item .btn.red {
    color: red;
}
.wall_comments__footer__actions__item .btn.blue {
    color: blue;
}
.wall_comments__footer__actions__item .btn.maroon {
    color: maroon;
}
.wall_comments__footer__actions__item .btn.magenta {
    color: #d313ff;
}
.wall_comments__footer__actions__item .btn.purple {
    color: purple;
}
.wall_comments__footer__actions__item .btn.green {
    color: #58c827;
}
.wall_comments__footer__actions__item_group {
    border: 1px solid #000;
    margin-top: 5px;
    padding: 0.2em;
    font-size: 0.6rem;
}
.wall_comments__footer__actions__item_group__label {
    margin: 0;
    padding: 0.6em;
    border-radius: 0.2em;
    width: 18%;
    font-size: 0.6rem;
}
.wall_comments__footer__actions__item_group__input {
    vertical-align: middle;
    padding: 0.2em;
    width: 64%;
}
.wall_comments__footer__actions__item_group__input:active,
.wall_comments__footer__actions__item_group__input:focus {
    border: 1px solid #000;
}
.wall_comments__footer__actions__item_group__submit {
    padding: 0.1em 0.4em;
    border-radius: 0.2em;
    border: none;
    box-shadow: none;
    width: 18%;
}
.wall_comments__form,
.youtube__form {
    padding-top: 0.15em;
    padding-bottom: 1.4rem;
    position: relative;
    text-align: center;
}
.wall_comments__footer__actions__item_group__submit:active,
.wall_comments__footer__actions__item_group__submit:focus {
    border: none;
    box-shadow: none;
}
.wall_comments__form {
    height: 28px;
}
.youtube__form {
    height: 60px;
}
.wall_comments__form__attach {
    margin-right: 0.2em;
    font-size: 0.55rem;
}
.wall_comments__form__face {
    margin-right: 0.2em;
    cursor: pointer;
}
.youtube__form__input {
    width: 93%;
    margin-right: 0.2em;
    vertical-align: text-bottom;
    height: 1.1rem;
    text-align: center;
}
.wall_comments__form__input {
    width: calc(100% - 4.5rem);
    margin-right: 0.2em;
    vertical-align: middle;
    height: 1.1rem;
    text-align: left;
}
.wall_comments__form__input:active,
.wall_comments__form__input:focus {
    border: 1px solid #000;
}
.wall_comments__comment__avatar img {
    border-radius: 50%;
    border-width: 1px !important;
    padding: 1px;
}
.wall_comments__comment__content,
.wall_comments__comment__title {
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0 0.2em 0 2.8em;
    direction: rtl;
    margin: 0;
    max-width: 93%;
    word-wrap: break-word;
}
.wall_comments__comment__title .username__wrapper {
    font-size: 0.55rem;
    padding: 0;
}
.wall_comments__comment__content {
    color: #000;
    margin: 0.2em 0;
}
.wall_comments__comment__like,
.wall_comments__comment__remove {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 2px;
    font-size: 60%;
    font-weight: 700;
}
.wall_comments__comment__remove {
    right: 1.1rem;
}
.wall_comments__comment__time {
    font-size: 0.45rem;
    color: #000;
    position: absolute;
    top: 0.1em;
    right: 0.1em;
}
.chat_pane__room_item,
.conversations_item,
label.checkbox.style-e {
    position: relative;
    cursor: pointer;
}
.reveal_names__header {
    margin-bottom: 0.2rem;
}
.reveal_names_body {
    height: 65vh;
    overflow: auto;
}
.reveal_names__item {
    background-color: #f0f8ff;
    padding: 2px;
    margin-bottom: 5px;
    border: 1px solid #000;
    word-break: break-word;
}
.reveal_names__item p {
    margin-bottom: 2px;
}
.reveal_names__item__key {
    background-color: #789;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    width: 30%;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    white-space: nowrap;
}
.reveal_names__item__value {
    word-break: break-all;
}
#chat__body__conversations_pane .chat_pane__container {
    height: calc(100% - 1.3rem);
}
.conversations_item {
    background: #fff;
    border: 1px solid #e6e6fa;
    margin: 0 0.05rem;
}
.conversations_item.state_active {
    border-left: 3px solid #58c827;
}
.conversations_item.state_no_private {
    border-left: 3px solid red;
}
.conversations_item.state_idle {
    border-left: 3px solid orange;
}
.conversations_item.state_out {
    border-left: 3px solid #9c9999;
}
.conversations_item__avatar {
    float: left;
    margin: 0;
}
.conversations_item__last_message,
.conversations_item__name {
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0 0.2em 0 0.1em;
    direction: rtl;
    margin: 0;
}
.conversations_item__last_message {
    font-size: 0.55rem;
    color: #888;
}
.conversations_item__holder {
    padding: 0.1rem 0.05rem;
    width: 9.4rem;
    border: 1px solid #000;
}
.conversations_item__remove {
    font-size: 0.55rem;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 4px;
}
.bot_brb_modal .modal-dialog,
.pre_youcam_ludo_modal .modal-dialog,
.voting_modal .modal-dialog,
.room_modal .modal-dialog {
    max-width: 342px;
}
.bot_brb_modal__header__name,
.voting_modal__header__name,
.room_modal__header__name {
    font-size: 0.6rem;
    padding-left: 0.2rem;
}
.room_modal__body input {
    width: 50%;
    height: 1.2rem;
    margin-bottom: 0.3rem;
    text-align: center;
    outline: solid 1px;
    border-inline: revert;
    border: 1px solid #07ff56;
}
.voting_modal__body input {
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.3rem;
    text-align: center;
    outline: solid 1px #c2c2c2bd;
    border-inline: revert;
    border: 1px solid #ffffffbf;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.voting_modal__body label:not(.style-e) {
    font-size: 0.65rem;
    padding: 0.2em 0.4em;
    margin-bottom: 0.2em;
    border-radius: 0;
    width: 100%;
    text-align: center;
}
.room_modal__body input[type="checkbox"],.voting_modal__body input[type="checkbox"] {
    width: auto;
}
label.checkbox.style-e {
    display: inline-block;
    padding-left: 50px;
    -moz-user-select: none;
    user-select: none;
}
.checkbox.style-e input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark {
    background-color: #28a745;
}
.checkbox.style-e .checkbox__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 40px;
    background-color: #fff;
    transition: background-color 0.25s;
    border-radius: 11px;
    box-shadow: inset 0 0 4px 0 #afafaf99;
}
.checkbox.style-e .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    display: block;
    background-color: #cecece;
    border-radius: 50%;
    transition: left 0.25s;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark:after {
    left: 21px;
    background: #fff;
}
.checkbox.style-e .checkbox__body {
    color: #333;
    line-height: 1.4;
    font-size: 16px;
    transition: color 0.25s;
}
.room_modal__body label {
    font-size: 0.65rem;
    padding: 0.2em 0.4em;
    margin-bottom: 0.2em;
    border-radius: 0;
    width: 50%;
    text-align: center;
}
.bot_brb_modal__body .alert,
.room_modal__body .alert,.voting_modal__body .alert{
    font-size: 0.7rem;
    padding: 0.2rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.bot_brb_modal__footer,
.pre_youcam_ludo_modal__footer,
.room_modal__footer,.voting_modal__footer {
    padding: 0.1rem;
}
#chat__body__rooms_pane .chat_pane__container {
    height: calc(100% - 2.35rem);
}
.chat_pane__room_item {
    background: #fff;
    border: 1px solid #e6e6fa;
    padding: 0.2rem 0.05rem;
    margin: 0 0.05rem -1px;
}
.chat_pane__room_item.has-mic .chat_pane__room_item__name .chat_pane__room_item--mic {
    display: inline;
    position: absolute;
    right: 0;
    top: 1rem;
}
.chat_pane__room_item.active,
.chat_pane__room_item:hover {
    background: #eaeafb;
}
.chat_pane__room_item--inline {
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.625rem;
    padding: 0.166rem;
    max-width: 180px;
    min-width: 60px;
}
.chat_pane__room_item__flag {
    float: left;
    margin: 0;
}
.chat_pane__room_item__description,
.chat_pane__room_item__name {
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0 0.2em 0 2.8em;
    direction: rtl;
    margin: 0;
}
.chat_pane__room_item__name {
    direction: ltr;
}
.chat_pane__room_item__description {
    color: #888;
}
.chat_pane__room_item__users {
    position: absolute;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.2em;
    border-radius: 0.2em;
    top: 0.2em;
    right: 0.2em;
}
#chat__body__wall_creator_pane,
#chat__body__wall_pane {
    background: #fefffc;
    z-index: 2;
    height: 100%;
    border-bottom-width: 2px;
}
#chat__body__wall_pane .chat_pane__container {
    height: calc(100% - 2.65rem);
    border-bottom-width: 2px !important;
}
.chat__body__wall_pane__form {
    text-align: center;
    height: 28px;
    padding-top: 0.05em;
    position: relative;
    margin-top: 0.1rem;
}
.chat__body__wall_pane__form__attach {
    margin-right: 0.2em;
    font-size: 0.55rem;
}
.chat__body__wall_pane__form__loading_percent {
    display: none;
    position: absolute;
    text-align: center;
    font-size: 0.5rem;
    top: 0.35rem;
    left: 0.5rem;
}
.chat__body__wall_pane__form__face {
    margin-right: 0.2em;
    cursor: pointer;
}
.chat__body__wall_pane__form__input {
    width: calc(100% - 5rem);
    margin-right: 0.2em;
    vertical-align: middle;
    text-align: left;
}
.chat__body__wall_pane__form__input:active,
.chat__body__wall_pane__form__input:focus {
    border: 1px solid #000;
}
.chat__body__wall_pane__form__send {
    font-size: 0.55rem;
    font-weight: 700;
}
.chat_pane__container__banner {
    font-size: 0.6rem;
    font-weight: 700;
    background: linen;
    color: #a72a2a;
    text-align: center;
    padding: 0.6em 0.2em;
}
.chat_pane__container__banner p {
    margin: -7px 0 -5px;
    cursor: pointer;
    background: #562445;
    visibility: visible;
    width: 100%;
    height: 30px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #6f3f3f;
    border-left: 3px dashed;
    border-right: 3px dashed;
    box-shadow: inset 0 0 3px 2px #c1bdbd;
    color: #fff;
}
.wall_post {
    position: relative;
    font-size: 0.65rem;
    background: #fafafa;
    margin-bottom: 0.4em;
    border-bottom: 1px solid #ccc;
}
.wall_post__time {
    font-size: 0.55rem;
    color: #888;
    position: absolute;
    top: 0;
    right: 0.4em;
}
.wall_post__avatar {
    float: left;
    margin: 0 0 0.1em;
}
.wall_post__name {
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0.5em 0.2em 0 3em;
    direction: rtl;
    margin: 0;
}
.wall_post__body {
    font-size: 0.6rem;
    direction: rtl;
    text-align: center;
    padding: 0.2em;
    margin: 0 0 0.2em;
    font-weight: 700;
    word-wrap: break-word;
}
.wall_post__body__comments,
.wall_post__body__like,
.wall_post__body__remove {
    bottom: 0;
    padding: 0 2px;
    font-size: 80%;
    font-weight: 700;
}
#story-modal-content .story-viewer .slides-pagination .next,
.wall_post__body__like {
    right: 0;
}
.wall_post__body__comments {
    right: 1.2rem;
}
#story-modal .slider > .previous,
#story-modal-content .story-viewer .slides-pagination .previous,
.wall_post__body__remove {
    left: 0;
}
.wall_post__body--photo {
    padding: 0.1em;
    border: 1px solid #ccc;
    cursor: pointer;
}
.wall_post__body--photo,
.wall_post__body--sound {
    max-width: 100%;
    max-height: 100px;
}
.wall_post__body--image,
.wall_post__body--video {
    max-width: 100%;
    max-height: 150px;
}
.wall_post__body--youtube {
    max-width: 100%;
    max-height: 100px;
}
.wall_post__footer {
    border-top: 1px solid #ccc;
    padding: 0.2em;
}
.wall_post__footer .btn {
    margin-right: 0.2em;
    font-size: 0.4rem;
    font-weight: 700;
    margin-bottom: 0.2em;
}
#chat__body__settings_pane {
    background: #fefffc;
    font-size: 0.7rem;
    z-index: 2;
    height: 100%;
    border-width: 2px;
}
.chat__body__settings_pane__container {
    padding: 0.2em;
    height: calc(100% - 1.4rem);
    overflow-y: auto;
    overflow-x: hidden;
}
.chat__body__settings_pane__container select {
    height: 25px !important;
}
.chat__body__settings_pane__container__rm_bg_color {
    padding: 0 0.2em;
}
.chat__body__settings_pane__container__submit {
    margin-top: -1.2rem;
}
.chat__body__settings_pane__container__button {
    cursor: pointer;
    text-align: center;
    padding-top: 0.3em;
    border: 1px solid #000;
    margin-top: 3px;
    height: 32px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.2rem;
}
#call-dialog__status_start_call,
#chat__body__settings_pane__container__button--change_avatar .loader,
#chat__body__settings_pane__container__button--change_avatar.disabled .avatar,
#chat__footer__menu__wall_item .count,
#chat_box #chat_box__header__compress,
#chat_box #chat_box__header__unmute,
#chat_box.expanded #chat_box__header__expand,
#chat_box.muted #chat_box__header__mute,
#chat_box__footer__stop_recording,
#mic-speakers audio,
#pre_youcam_ludo_modal__body__form--request-blue__loader,
#pre_youcam_ludo_modal__body__form--request-green__loader,
#pre_youcam_ludo_modal__body__form--request-red__loader,
#pre_youcam_ludo_modal__body__form--request-yellow__loader,
#story-modal-content .story-viewer .head .right .time,
#story-modal-content .story-viewer.loading .head .right .close,
#story-modal-content .story-viewer.loading .head .right .time,
.chat_box__footer form #chat_box__footer__loader,
.chat_box__footer form #chat_box__footer__loading_percent,
.chat_box__footer form.loading #chat_box__footer__share {
    display: none;
}
.chat__body__settings_pane__container__button .fa {
    position: absolute;
    left: 0.4em;
    line-height: 25px;
    color: #000;
    font-size: 0.7rem;
}
.chat__body__settings_pane__container__button .fa img {
    border-radius: 3px;
    margin-top: -0.2rem;
}
.chat__body__settings_pane__container__button.info {
    background: #d877ff;
    color: #fff;
}
.chat__body__settings_pane__container__button.warning {
    background: orange;
    color: #fff;
}
.chat__body__settings_pane__container__button.danger {
    background: #d9534f;
    color: #fff;
}
.chat__body__settings_pane__container__button.success {
    background: #28a745;
    color: #fff;
}
.chat__body__settings_pane__container__button:hover {
    background-color: #eee;
    color: #000;
}
.chat__body__settings_pane__container__button.disabled {
    background-color: #ddd;
    cursor: no-drop;
}
#chat__body__settings_pane__container__button--change_avatar.disabled .loader {
    display: inline;
}
#chat__footer__menu__wall_item.unread .count,
#chat_box #chat_box__header__expand,
#chat_box #chat_box__header__mute,
#chat_box.expanded #chat_box__header__compress,
#chat_box.muted #chat_box__header__unmute,
.chat_box__footer form #chat_box__footer__share,
.chat_box__header__name,
.private_message.mine .private_message__check,
.private_message.mine.read .private_message__check,
.private_message.mine.read .private_message__dbl_check {
    display: inline-block;
}
.chat_pane__header {
    position: relative;
    background: #3c6297;
    height: 1.3rem;
    border-radius: 10px 0 0;
    margin-bottom: 0;
}
.chat_pane__header__title {
    font-size: 0.7rem;
    padding: 0.1em 0.5em;
    color: #fff !important;
}
.chat_pane__header__close {
    position: absolute;
    top: 2px;
    right: 2px;
}
#chat__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5rem;
    max-width: 100%;
    background-color: #e9e9e9;
}
#chat__footer__menu {
    max-width: 100%;
    list-style: none;
    margin: 0.1em 0 0;
    font-size: 0.6rem;
    padding: 0.15rem 0.05em;
}
.chat__footer__menu__item {
    border: 1px solid #000;
    border-radius: 2px;
    margin: 1px;
    float: left;
    padding: 5px 6px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    max-width: 100%;
    cursor: pointer;
}
.chat__footer__menu__item .unread {
    background-color: #e9991f;
}
.chat__footer__menu__item .fa {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}
.chat__footer__menu__item.unread {
    background-color: orange;
}
@media screen and (max-width: 420px) {
    #chat__footer__menu {
        font-size: 0.55rem;
    }
}
@media screen and (max-width: 350px) {
    #chat__footer__menu {
        font-size: 0.5rem;
    }
}
@media screen and (max-width: 320px) {
    #chat__footer__menu {
        font-size: 0.48rem;
    }
}
.gifts_picker {
    margin-bottom: 5px;
}
.gifts_picker__contianer {
    text-align: center;
    height: 145px;
    overflow: auto;
    margin-bottom: 5px;
}
.gifts_picker__contianer__img {
    height: 25px;
    margin: 2px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
}
#chat_box,
.gifts_picker__contianer__img:hover,
.pre_youcam_ludo_modal__body__form--select:active,
.pre_youcam_ludo_modal__body__form--select:focus,
.winner-home {
    border: 1px solid #000;
}
.gifts_picker__contianer__clear,
.gifts_picker__contianer__close {
    font-weight: 700;
    font-size: 0.6rem;
}
#chat_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    max-width: 500px;
    height: 50%;
    min-height: 180px;
    max-height: 500px;
    border-radius: 0 3px 5px 5px;
    background-color: #4a5261;
}
#chat_box.expanded {
    height: 78%;
}
.chat_box__header {
    padding: 0.1em;
    height: 30px;
}
.chat_box__header .btn {
    font-size: 0.6rem;
}
.chat_box__header__avatar {
    border-radius: 0.2rem;
    margin-right: 0.1rem;
}
.chat_box__header__name {
    margin: 0;
    font-size: 0.6rem;
    vertical-align: middle;
}
.chat_box__body {
    height: calc(100% - 62px);
    background: #fefffc;
    overflow: auto;
}
.chat_box__footer {
    height: 32px;
    background: #ededed;
    border-radius: 0 3px 5px 5px;
    text-align: center;
    border-top: 1px solid #000;
}
.chat_box__footer button,
.chat_box__footer__smile {
    margin-right: 0.2em;
    margin-top: 2px;
}
#radio-container img.active,
#story-modal #story-modal-content .story-viewer.paused .pause,
.chat_box__footer form.loading #chat_box__footer__loader,
.chat_box__footer form.loading #chat_box__footer__loading_percent {
    display: inline;
}
#chat_box__footer__loading_percent {
    position: absolute;
    text-align: center;
    font-size: 0.5rem;
    top: 0.4rem;
    left: 0.35rem;
}
.chat_box__footer__input {
    width: calc(100% - 150px);
    margin-right: 0.2em;
    vertical-align: middle;
    height: 24px;
    margin-top: 1px;
    text-align: left;
}
.private_message {
    position: relative;
    background: #fff;
    border: 1px solid #e6e6fa;
    margin: 0 0.05rem;
    padding: 0.1rem 0.05rem;
}
.private_message__body,
.private_message__title {
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0 0.2em 0 2.4em;
    direction: rtl;
    margin: 0;
    word-wrap: break-word;
}
.private_message__body {
    color: #888;
    margin: 0.2em 0 0;
}
.private_message__body__media {
    max-width: 80%;
    display: block;
    margin: 0.2rem auto;
}
.private_message__body__image {
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
    max-height: 150px;
}
.private_message__check {
    bottom: 0.1rem;
}
.private_message__check,
.private_message__dbl_check {
    display: none;
    position: absolute;
    right: 0.2rem;
    width: 13px;
}
.private_message__dbl_check {
    bottom: 0.27rem;
}
.emoji_picker,
.lazy-loader {
    bottom: 0;
    position: absolute;
}
.emoji_picker {
    max-width: 250px;
    max-height: 200px;
    overflow: auto;
    background: #fefffc;
    z-index: 4;
    padding: 2px;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: center;
    left: 0;
}
.emoji_picker.public_messages {
    left: 0.1rem;
    bottom: 1.5rem;
}
.emoji_picker.private_messages {
    left: 0.1rem;
    bottom: 1.6rem;
}
.emoji_picker.wall {
    left: 0.1rem;
    bottom: 1.4rem;
    height: 200px;
}
.emoji_picker.wall-comments {
    left: 0.1rem;
    bottom: 1.5rem;
    height: 200px;
}
.emoji_picker__item {
    padding: 2px;
    cursor: pointer;
}
.pswp__top-bar {
    z-index: 100000 !important;
}
.pswp__button--custom {
    color: #fff;
    background: 0 0;
}
.pswp__button--remove {
    color: red;
}
.pswp__button--add {
    color: #58c827;
}
.lazy-loader {
    width: 100vw;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
}
.lazy-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}
#floating_particles .floating_particles__item {
    z-index: 1000000;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.6;
}
#tv_box {
    min-width: 280px;
    max-width: 280px;
    z-index: 2000;
    position: absolute;
    top: 20%;
    padding: 0;
    right: 0;
    border-radius: 5px;
    margin-right: 20px;
}
#tv_box__body iframe {
    width: 100%;
    height: 161px;
    background-color: #000;
    padding-left: 12px;
    padding-right: 13px;
    padding-top: 14px;
}
#radio-container img {
    display: none;
    width: 100%;
}
#call-dialog {
    position: absolute;
    width: 270px;
    top: 50px;
    left: 50px;
    padding: 10px;
    border: 1px solid #000;
    background-color: #708090;
    display: none;
    z-index: 1000000;
}
#call-dialog p {
    margin: 0;
    padding: 2px;
}
#call-dialog button.btn i {
    margin-right: 5px;
}
#call-dialog .target-user-name {
    background-color: #fff;
    margin-bottom: 3px;
    border-radius: 3px;
}
#call-dialog .target-user-avatar {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    border: 1px solid #aaa;
    padding: 2px;
    border-radius: 5px;
}
#call-dialog .call-status {
    text-align: center;
    color: orange;
    direction: rtl;
    padding: 3px 0;
}
#call-dialog .call-status.warning {
    color: orange;
}
#call-dialog .call-status.danger {
    color: #d9534f;
}
#call-dialog .call-status.success {
    color: #5cb85c;
}
#royal_login_container {
    position: absolute;
    left: 0;
    top: 10%;
}
#royal_login_container .royal_login_item {
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    max-height: 2.2rem;
    min-height: 2.2rem;
    left: -300px;
    position: relative;
}
#royal_login_container .royal_login_item .royal_login_item__img {
    width: 32px;
    height: 32px;
    position: relative;
    top: 10px;
    left: 5px;
    border-radius: 50%;
}
#royal_login_container .royal_login_item .royal_login_item__name {
    font-size: 0.7rem;
    color: #fff;
    left: 2.7rem;
    position: absolute;
    top: 0.75rem;
    width: 300px;
}
.bot_brb_modal__body input {
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.3rem;
}
.bot_brb_modal__body input[type="checkbox"] {
    width: auto;
}
.bot_brb_modal__body label {
    font-size: 0.55rem;
    vertical-align: middle;
    margin-left: 0.3rem;
    font-weight: 700;
}
.bot_brb_modal__body__form__buttons {
    text-align: center;
    margin: 0.5rem;
}
.bot_brb_modal__body__form__buttons button {
    margin-right: 0.3rem;
    margin-left: 0.3rem;
}
#mic-speakers {
    text-align: left;
    height: 2rem;
    background-image: url(/images/mic_bg.gif);
    display: flex
}

#mic-speakers audio {
    display: inline;
    position: absolute;
    left: -416666.625rem
}

#mic-speakers .mic-speakers--item {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0;
    color: #000;
    display: inline;
    font-size: 1.1rem;
    margin: .06rem .5rem .041rem -.333rem;
    border: .125rem solid var(--mic-color);
    cursor: pointer;
    vertical-align: middle;
    text-align: center
}

#mic-speakers .mic-speakers--item .mic-speakers--item__name {
    font-size: .53rem;
    max-width: 2.4rem;
    display: block;
    position: absolute;
    bottom: -.7rem;
    left: -.45rem;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    width: 2.4rem
}

#mic-speakers .mic-speakers--item.has-bg {
    border: none
}

#mic-speakers .mic-speakers--item.has-bg .fa-microphone {
    display: none
}

#mic-speakers .mic-speakers--item.disabled {
    cursor: no-drop;
    opacity: .5
}


#mic-speakers .mic-speakers--item.is_speaking {
    border: .125rem solid #58c827
}

#mic-speakers .mic-speakers--item.muted:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: .083rem;
    background: var(--primary-color);
    content: "";
    width: 100%;
    display: block;
    transform: rotate(135deg)
}

#mic-speakers .mic-speakers--item .number {
    position: absolute;
    font-size: .6rem;
    bottom: 0;
    right: .65rem
}

#mic-speakers .mic-speakers--item img {
    position: absolute;
    width: 1.55rem;
    height: 1.55rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

#mic-speakers .mic-speakers--item .fa-microphone:before {
    position: absolute;
    top: .25rem;
    margin-left: -.8rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    color: var(--mic-color);
    font-size: 1.1rem
}

#mic-speakers .mic-speakers--item__modal {
    position: absolute;
    border-radius: .208rem;
    background-color: #daa520;
    top: 1.8rem;
    width: 6rem;
    z-index: 2;
    left: -2.2rem;
    padding: .4rem;
    height: auto;
    display: none;
    text-align: center;
    box-shadow: 0 0 .416rem 0 #9e9e9e
}

#mic-speakers .mic-speakers--item__modal .btn {
    display: inline-block;
    margin-bottom: .2rem;
    width: 100%;
    padding: .1rem
}

#mic-speakers .mic-speakers--item__modal .btn:last-child {
    margin-bottom: 0
}

#mic-speakers #mic-speakers--mute {
    position: relative;
    width: 1.875rem;
    height: 1.875rem;
    color: #000;
    display: inline-grid;
    font-size: 1.1rem;
    margin: .06rem .5rem .041rem .2rem;
    border: .125rem solid var(--mic-color);
    cursor: pointer;
    vertical-align: middle;
    text-align: center
}

#mic-speakers #mic-speakers--mute .fa:before {
    position: absolute;
    top: .25rem;
    margin-left: -.8rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    color: var(--mic-color);
    font-size: 1.1rem
}

#mic-speakers #mic-speakers--mute .fa-volume-off:before {
    padding-right: .1rem
}

#mic-speakers #mic-speakers--mute .fa-volume-off {
    display: none
}

#mic-speakers #mic-speakers--mute .fa-volume-up,#mic-speakers #mic-speakers--mute.muted .fa-volume-off {
    display: inline
}

#mic-speakers #mic-speakers--mute.muted .fa-volume-up {
    display: none
}

#mic-speakers .mic-speakers__play-dialog {
    position: absolute;
    top: 3rem;
    padding: .5rem;
    border-radius: .416rem;
    background-color: #fff;
    color: #000;
    z-index: 4;
    box-shadow: 0 0 .416rem 0 #9e9e9e
}

#mic-speakers .mic-speakers__play-dialog .title {
    font-size: .9rem
}

#mic-speakers .mic-speakers__play-dialog .buttons {
    margin-bottom: 0
}

#mic-speakers .mic-speakers__play-dialog .buttons .btn {
    margin: 0 .2rem;
    padding: .2rem .4rem
}

#mic-speakers audio {
    display: none
}

#chat__body__wall_creator_pane .chat_pane__container {
    height: calc(100% - 1.2rem);
    border-bottom-width: 2px !important;
}
#chat__body__wall_creator_pane .chat_pane__container__podium {
    text-align: center;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-users {
    padding: 2rem 0 1.5rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user,
.box.yt {
    position: relative;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user .grade,
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user .name {
    position: absolute;
    font-size: 0.6rem;
    max-width: 100px;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user .avatar {
    border-radius: 50%;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:first-child .avatar {
    border: 5px solid #c9cdd5;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:first-child .grade {
    left: 0.64rem;
    bottom: -1.5rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:first-child .name {
    left: 0.2rem;
    bottom: -2.5rem;
    color: #c9cdd5;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(2) .avatar {
    border: 5px solid #fcc109;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(2) .grade {
    left: 0.64rem;
    bottom: -0.35rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(2) .crown {
    position: absolute;
    left: 0.85rem;
    top: -1.15rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(2) .name {
    left: 0.2rem;
    bottom: -1.5rem;
    color: #fcc109;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(3) .avatar {
    border: 5px solid #d38151;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(3) .grade {
    left: 0.64rem;
    bottom: -1.6rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(3) .name {
    left: 0;
    bottom: -2.5rem;
    color: #d38151;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(2) {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    vertical-align: top;
    margin-top: -1rem;
    display: inline-block;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade {
    display: inline-block;
    width: 33.3333333333%;
    height: 90px;
    color: #fff;
    background-color: #47ad61;
    font-family: sans-serif;
    border-top: 10px solid #7bcb68;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade .grade {
    font-size: 1.5rem;
    display: block;
    top: 0.6rem;
    position: relative;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:first-child .rank,
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:nth-child(2) .rank {
    top: 1rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade .rank {
    font-size: 0.8rem;
    position: relative;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:first-child {
    height: 100px;
    vertical-align: bottom;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:nth-child(2) {
    background-color: #69bb56;
    height: 110px;
    vertical-align: bottom;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:nth-child(3) .rank {
    top: 0.65rem;
}
#chat__body__wall_creator_pane .chat_pane__container__posts .chat_pane__container__post {
    padding: 0.2rem 0;
    position: relative;
    background-color: #fff;
}
#chat__body__wall_creator_pane .chat_pane__container__posts .chat_pane__container__post .grade {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 0.8rem;
    color: #747a74;
}
#chat__body__wall_creator_pane .chat_pane__container__posts .chat_pane__container__post .avatar,
#show_ludo img,
.player,
.white-box {
    border-radius: 50%;
}
#chat__body__wall_creator_pane .chat_pane__container__posts .chat_pane__container__post .name {
    margin-left: 0.5rem;
    text-align: left;
    font-size: 0.7rem;
    top: -0.1rem;
    position: relative;
}
#chat__body__wall_creator_pane .chat_pane__container__posts .chat_pane__container__post .rank {
    position: absolute;
    right: 0.5rem;
    top: 0.6rem;
    font-size: 0.8rem;
    color: #747a74;
}
.broadcast_live_box {
    width: 300px;
    min-height: 200px;
    background: #333;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    resize: none;
}
.broadcast_live_box__header {
    background-color: #444;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.broadcast_live_box__title {
    font-size: 16px;
}
.broadcast_live_box__close {
    font-size: 18px;
    cursor: pointer;
    background: 0 0;
    border: none;
    color: #fff;
}
.broadcast_live_box__body {
    background-color: #000;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 15px 15px;
    position: relative;
}
.broadcast_live_box__body video {
    width: 100%;
    height: 100%;
}
#broadcast_live_container #show_broadcast_live,
#show_ludo {
    position: absolute;
    right: 0.2rem;
    bottom: 4rem;
    z-index: 2;
}
#broadcast_live_container #show_broadcast_live img {
    margin-top: -6.5rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 2px #afafaf;
}
.circular-progress {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    right: 13px;
    top: 42px;
}
.progress-ring__circle {
    transition: stroke-dashoffset 0.35s;
    transform-origin: 50% 50%;
}
.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
circle.progress-ring__circle {
    stroke: #3d8cac;
}
#story-board {
    display: flex;
    overflow-x: auto;
    height: 3.5rem;
    width: 100%;
    padding: 0.2rem;
}
#story-board::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
#story-board::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
    background-color: #8a8585;
}
#story-board::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 5px;
}
.story-board--item {
    width: 2.3rem;
    min-width: 2.3rem;
    height: 100%;
    cursor: pointer;
    border-radius: 0.4rem;
    background-color: var(--primary-color);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 0.2rem;
}
.story-board--item .img_bg {
    width: 100%;
    height: 75%;
    -o-object-fit: cover;
    object-fit: cover;
}
.story-board--item:not(.add) .img_bg {
    height: 100%;
}
.story-board--item img.img_user {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    border-radius: 50%;
    border: 0.11rem solid var(--primary-color);
    width: 1rem;
    height: 1rem;
}
.story-board--item .user_name {
    position: absolute;
    left: 0.1rem;
    bottom: 0.1rem;
    font-size: 0.4rem;
    color: #fff;
    text-shadow: -0.0416rem 0.0416rem #303030 !important;
}
.story-board--item .plus {
    background-color: #fff;
    border-radius: 50%;
    border: 0.167rem solid var(--primary-color);
    position: absolute;
    left: 0.57rem;
    bottom: 0.1rem;
    width: 1.2rem;
}
.story-board--item .plus svg {
    color: var(--primary-color) !important;
}
@-webkit-keyframes storySlideTime {
    0% {
        max-width: 0;
    }
    to {
        max-width: 100%;
    }
}
@keyframes storySlideTime {
    0% {
        max-width: 0;
    }
    to {
        max-width: 100%;
    }
}
@-webkit-keyframes storyLoading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes storyLoading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
#story-modal {
    outline: 0 !important;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.75);
    z-index: 100000;
    font-size: 0.5833333333rem;
    font-family: inherit;
}
#story-modal-content,
#story-modal-content .story-viewer,
#story-modal-content .story-viewer > .slides,
#story-modal-content .story-viewer > .slides > * {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}
#story-modal * {
    -moz-user-select: none;
    user-select: none;
    outline: 0;
}
#story-modal.with-effects {
    transform: scale(0.01);
    transform-origin: top left;
    transition: 0.25s;
}
#story-modal.with-effects.animated {
    transform: scale(1);
    border-radius: 0;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
#story-modal.with-effects.closed {
    transform: translateY(100%);
}
#story-modal .slider {
    width: 300vw;
    left: -100vw;
}
#story-modal .slider,
#story-modal .slider > * {
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}
#story-modal .slider > * {
    width: 103vw;
}
#story-modal .slider > .viewing {
    left: 100vw;
}
#story-modal .slider > .next {
    left: 200vw;
}
#story-modal .slider.animated {
    transition: transform 0.25s linear;
}
#story-modal.with-cube #story-modal-content {
    perspective: 1000vw;
    transform: scale(0.95);
    perspective-origin: 50% 50%;
    overflow: visible;
    transition: 0.3s;
}
#story-modal.with-cube .slider {
    transform-style: preserve-3d;
    transform: rotateY(0);
}
#story-modal.with-cube .slider > .previous {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: center left;
}
#story-modal.with-cube .slider > .viewing {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 100vw;
    transform: translateZ(50vw);
}
#story-modal.with-cube .slider > .next {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(-270deg) translateX(50%);
    transform-origin: top right;
}
#story-modal-content .story-viewer.paused.longPress .head,
#story-modal-content .story-viewer.paused.longPress .slides-pointers,
#story-modal-content .story-viewer.paused.longPress .tip {
    opacity: 0;
}
#story-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers > * > .active > b {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
#story-modal-content .story-viewer.next {
    z-index: 10;
}
#story-modal-content .story-viewer.viewing {
    z-index: 5;
}
#story-modal-content .story-viewer.previous {
    z-index: 0;
}
#story-modal-content .story-viewer .slides-pagination span {
    position: absolute;
    top: 50vh;
    font-size: 2rem;
    color: #fff;
    line-height: 2rem;
    width: 2rem;
    margin: 0.25rem;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}
#story-modal-content .story-viewer .slides-pointers {
    display: table;
    table-layout: fixed;
    border-spacing: 0.25rem;
    border-collapse: separate;
    position: absolute;
    width: 100vh;
    top: 0;
    left: calc(50vw - 50vh);
    right: calc(50vw - 50vh);
    z-index: 100020;
}
#story-modal-content .story-viewer .slides-pointers > * {
    display: table-row;
}
#story-modal-content .story-viewer .slides-pointers > * > * {
    display: table-cell;
    background: hsl(0 0% 100% / 0.5);
    border-radius: 0.0833333333rem;
}
#story-modal-content .story-viewer .slides-pointers > * > .seen {
    background: #fff;
}
#story-modal-content .story-viewer .slides-pointers > * > * > b {
    background: #fff;
    width: auto;
    max-width: 0;
    height: 0.0833333333rem;
    display: block;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    border-radius: 0.0833333333rem;
}
#story-modal-content .story-viewer .slides-pointers > * > .active > b {
    -webkit-animation-name: storySlideTime;
    animation-name: storySlideTime;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
#story-modal-content .story-viewer .head {
    position: absolute;
    height: 2.3333333333rem;
    left: 0;
    right: 0;
    line-height: 2.3333333333rem;
    z-index: 100010;
    color: #fff;
    font-size: 0.5833333333rem;
    text-shadow: 0.0416666667rem 0.0416666667rem 0.0416666667rem rgb(0 0 0 / 0.35), 0.0416666667rem 0 0.0416666667rem rgb(0 0 0 / 0.35);
    padding: 0.25rem 0.5rem;
}
#story-modal-content .story-viewer .head .item-preview {
    overflow: hidden;
    background-size: cover;
    width: 1.75rem;
    height: 1.75rem;
    display: inline-block;
    margin-right: 0.375rem;
    border-radius: 50%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
}
#story-modal-content .story-viewer .head .item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
#story-modal-content .story-viewer .head .time {
    opacity: 0.75;
    font-weight: 500;
    font-size: 0.5416666667rem;
}
#story-modal-content .story-viewer .head .left {
    line-height: 1 !important;
    display: inline-block;
    margin: 0.25rem 0;
}
#story-modal-content .story-viewer .head .left .info {
    display: inline-block;
    max-width: 30vw;
    vertical-align: middle;
}
#story-modal-content .story-viewer .head .left .info > * {
    width: 100%;
    display: inline-block;
    line-height: 0.875rem;
}
#story-modal-content .story-viewer .head .left .info .name {
    font-weight: 500;
}
#story-modal-content .story-viewer .head .back,
#story-modal-content .story-viewer .head .right .close {
    font-size: 1.75rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
    text-align: center;
    color: #fff;
    opacity: 1;
    margin-top: 0.4rem;
    margin-right: 25px;
}
.story-board--item.unseen img.img_user {
    border: 0.11rem solid #64ff78;
}
.story-board--item.seen {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #999;
    padding: 2px;
    border-radius: 2px;
}
.story-board--item.unseen {
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(white 66%, transparent 0), linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    padding: 2px;
    border-radius: 2px;
}
#story-modal-content .story-viewer .head .right .remove {
    position: relative;
    top: 10px;
}
#story-modal-content .story-viewer .head .left .back {
    display: none;
    width: 1rem;
    margin: -0.375rem -0.25rem 0;
}
#story-modal-content .story-viewer .head .loading {
    display: none;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.375rem 0;
    box-sizing: border-box;
    border: 0.1666666667rem solid hsl(0 0% 100% / 0.2);
    border-top-color: #fff;
    -webkit-animation: 1s linear infinite storyLoading;
    animation: 1s linear infinite storyLoading;
}
#story-modal-content .story-viewer .head,
#story-modal-content .story-viewer .slides-pointers,
#story-modal-content .story-viewer .tip {
    transition: opacity 0.5s;
}
#story-modal-content .story-viewer .slides .item {
    display: none;
    overflow: hidden;
    background: #000;
}
#story-modal-content .story-viewer .slides .item:before {
    z-index: 4;
    background: 0 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#story-modal-content .story-viewer .slides .item > .media {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    top: 50%;
}
#story-modal-content .story-viewer .tip {
    text-decoration: none;
    display: none;
    border-radius: 1rem;
    background: rgb(0 0 0 / 0.5);
    font-size: 0.6666666667rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
#story-modal.rtl {
    direction: rtl;
    left: auto;
    right: 0;
}
#story-modal.rtl.with-effects {
    transform-origin: top right;
}
#story-modal.rtl.with-effects.animated {
    margin-left: auto !important;
    margin-right: 0 !important;
}
#story-modal.rtl .slider {
    left: auto;
    right: -100vw;
}
#story-modal.rtl .slider > .previous {
    left: auto;
    right: 0;
    transform: rotateY(-270deg) translateX(50%);
}
#story-modal.rtl .slider > .viewing {
    left: auto;
    right: 100vw;
}
#story-modal.rtl .slider > .next {
    left: auto;
    right: 200vw;
}
#story-modal.rtl.with-cube .slider > .previous {
    left: auto;
    right: 100vw;
    transform-origin: center right;
}
#story-modal.rtl.with-cube .slider > .viewing {
    left: auto;
    right: 100vw;
    transform: translateZ(50vw);
}
#story-modal.rtl.with-cube .slider > .next {
    left: auto;
    right: 100vw;
    transform-origin: top left;
    transform: rotateY(270deg) translateX(-50%);
}
#story-modal.rtl #story-modal-content .story-viewer .slides-pagination .previous {
    left: auto;
    right: 0;
}
#story-modal.rtl #story-modal-content .story-viewer .slides-pagination .next {
    right: auto;
    left: 0;
}
#story-modal.rtl #story-modal-content .story-viewer .head .item-preview {
    margin-right: auto;
    margin-left: 0.375rem;
}
#story-modal.rtl #story-modal-content .story-viewer .tip {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}
#story-modal #story-modal-content .story-viewer .pause {
    display: none;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    z-index: 1000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 42.6666666667rem) {
    #story-modal-content .story-viewer .head {
        top: 0.125rem;
    }
    #story-modal-content .story-viewer .head .loading {
        width: 1rem;
        height: 1rem;
        margin: 0.25rem 0;
    }
    #story-modal-content .story-viewer .head .item-preview {
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.375rem;
    }
    #story-modal-content .story-viewer .head .left {
        font-size: 0.625rem;
        margin: 0.2rem 0;
    }
    #story-modal-content .story-viewer .head .left > div {
        line-height: 1.25rem;
    }
    #story-modal-content .story-viewer .head .right .time {
        display: block;
        white-space: nowrap;
        font-size: 0.625rem;
        margin: 0.625rem 0;
        line-height: 1.25rem;
    }
    #story-modal-content .story-viewer .head .left > .back {
        display: none;
        background: 0 0;
        z-index: 20;
        visibility: visible;
        position: absolute;
        height: 1.75rem;
        width: 1rem;
        line-height: 1.5rem;
        text-align: left;
        vertical-align: top;
        text-shadow: none;
    }
    #story-modal-content .story-viewer.with-back-button .head .left > .back {
        display: block;
        top: 0.1rem;
    }
    #story-modal-content .story-viewer.with-back-button .head .left .item-preview {
        margin-left: 0.75rem;
    }
    #story-modal-content .story-viewer .slides-pointers {
        width: 100vw;
        left: 0;
        right: 0;
    }
    #story-modal-content .story-viewer .tip {
        font-size: 0.5833333333rem;
        padding: 0.25rem 0.5rem;
    }
    #story-modal-content .story-viewer .head .left .time,
    #story-modal-content .story-viewer .head .right .close {
        display: none;
    }
    #story-modal.rtl #story-modal-content .story-viewer .head .item-preview {
        margin-right: auto;
        margin-left: 0.375rem;
    }
    #story-modal.rtl #story-modal-content .story-viewer .head .left > .back {
        text-align: right;
    }
    #story-modal.rtl #story-modal-content .story-viewer.with-back-button .head .left .item-preview {
        margin-left: auto;
        margin-right: 0.75rem;
    }
}
.story-reactions {
    position: absolute;
    left: 0;
    bottom: 7rem;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}
.ludo-board,
.winner-home {
    display: grid;
    position: relative;
}
.story-reactions .comments_wrapper,
.story-reactions .likes_wrapper,
.story-reactions .views_wrapper {
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 100000000;
    text-align: center;
    cursor: pointer;
}
.story-reactions .comments_wrapper .fa,
.story-reactions .likes_wrapper .fa,
.story-reactions .views_wrapper .fa {
    font-size: 2rem;
    text-shadow: 2px 2px red;
}
.story-reactions .comments_wrapper .comments,
.story-reactions .likes_wrapper .likes,
.story-reactions .views_wrapper .views {
    margin-top: 0;
}
.story-reactions .likes_wrapper .fa.liked {
    color: #f03254;
    -webkit-animation: 0.2s pulse;
    animation: 0.2s pulse;
}
@-webkit-keyframes pulse {
    to {
        transform: scale(1.3);
    }
}
@keyframes pulse {
    to {
        transform: scale(1.3);
    }
}
#story-comments,
#story-views {
    background-color: rgb(0 0 0 / 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#story-comments #story-comments-container,
#story-views #story-views-container {
    position: relative;
    margin: 0 auto;
    top: 100vh;
    background-color: #fff;
    width: 100%;
    max-width: 17rem;
    height: 80%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    transition: top 0.2s linear;
    display: flex;
    flex-direction: column;
}
#story-comments #story-comments-container #story-comments-header,
#story-views #story-views-container #story-views-header {
    text-align: center;
    padding: 0.3rem 0.5rem;
}
#story-comments #story-comments-container #story-comments-header #story-comments-close,
#story-views #story-views-container #story-views-header #story-views-close {
    float: left;
    cursor: pointer;
}
#story-comments #story-comments-container #story-comments-body {
    overflow: auto;
    flex-grow: 1;
    height: 8rem;
}
#story-comments #story-comments-container #story-comments-footer {
    height: 1.6rem;
    position: relative;
}
#story-comments #story-comments-container #story-comments-footer .story-comments-form {
    background: var(--primary-color);
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0.35rem 0.1rem 0.25rem;
}
#story-comments #story-comments-container #story-comments-footer .story-comments-form--attach {
    margin-right: 0.2em;
    font-size: 0.55rem;
    margin-top: -0.125rem;
    height: 1.125rem;
    border: 0.042rem solid var(--border-color) !important;
}
#story-comments #story-comments-container #story-comments-footer .story-comments-form--loading-percent {
    display: none;
    position: absolute;
    text-align: center;
    font-size: 0.5rem;
    top: 0.35rem;
    left: 0.5rem;
}
#story-comments #story-comments-container #story-comments-footer .story-comments-form--face {
    margin-right: 0.2em;
    cursor: pointer;
    width: 0.9166666667rem;
    height: 0.9166666667rem;
}
#story-comments #story-comments-container #story-comments-footer .story-comments-form--input {
    width: calc(100% - 4rem);
    margin-right: 0.2em;
    vertical-align: middle;
    text-align: left;
    height: 1.083rem;
    margin-top: -0.083rem;
    border: none;
    overflow: hidden;
    resize: none;
    outline: 0;
}
#story-comments #story-comments-container #story-comments-footer .story-comments-form--input:active,
#story-comments #story-comments-container #story-comments-footer .story-comments-form--input:focus {
    border: none !important;
}
#story-comments #story-comments-container #story-comments-footer .story-comments-form--send {
    font-size: 0.55rem;
    font-weight: 700;
    margin-top: -0.125rem;
    height: 1.125rem;
    border: 0.042rem solid var(--border-color) !important;
}
.story-comments--comment,
.story-views--view {
    position: relative;
    background: #fff;
    border: 0.0416666667rem solid #e6e6fa;
    padding: 0.1rem 0.05rem;
    margin: 0 0.05rem -0.0416666667rem;
}
.story-comments--comment--avatar img,
.story-views--view--avatar img {
    border-radius: 50%;
    border-width: 0.0416666667rem !important;
    padding: 0.0416666667rem;
    width: 1.25rem;
    height: 1.25rem;
}
.story-comments--comment--avatar,
.story-views--view--avatar {
    float: left;
    margin: 0;
    cursor: pointer;
}
.story-comments--comment--content,
.story-comments--comment--title {
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0 0.2em 0 2.8em;
    direction: rtl;
    margin: 0;
    max-width: 93%;
    word-wrap: break-word;
}
.story-comments--comment--title .username__wrapper {
    font-size: 0.55rem;
    padding: 0;
}
.story-comments--comment--content {
    color: #000;
    margin: 0.2em 0;
}
.story-comments--comment--like,
.story-comments--comment--remove {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0.0833333333rem;
    font-size: 60%;
    font-weight: 700;
}
.story-comments--comment--remove {
    right: 1.1rem;
}
.story-comments--comment--time {
    font-size: 0.45rem;
    color: #000;
    position: absolute;
    top: 0.1em;
    right: 0.1em;
}
#story-views #story-views-container #story-views-body {
    overflow: auto;
    flex-grow: 1;
    height: 100%;
}
.story-views--view--title {
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0 0.2em 0 2.8em;
    direction: rtl;
    margin: 0;
    max-width: 93%;
    word-wrap: break-word;
}
.story-views--view--title .username__wrapper {
    font-size: 0.55rem;
    padding: 0;
}
.story-views--view--time {
    font-size: 0.45rem;
    color: #000;
    position: absolute;
    top: 0.1em;
    right: 0.1em;
}
.dice {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
}
.dot,
.side,
.stack .player,
.step .player,
main {
    position: absolute;
}
.dot {
    width: 20px;
    height: 20px;
    margin: -10px 5px 5px -10px;
    border-radius: 20px;
    background-color: #ef233c;
    box-shadow: inset 2px 2px #d90429;
}
.dice-one {
    left: 450px;
}
.dice-two {
    left: 300px;
    top: -200px;
}
.side {
    background-color: #fff;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 2em;
}
.side:first-child {
    transform: translateZ(3.1em);
}
.side:nth-child(6) {
    transform: rotateY(90deg) translateZ(3.1em);
}
.side:nth-child(3) {
    transform: rotateY(-90deg) translateZ(3.1em);
}
.side:nth-child(4) {
    transform: rotateX(90deg) translateZ(3.1em);
}
.side:nth-child(5) {
    transform: rotateX(-90deg) translateZ(3.1em);
}
.side:nth-child(2) {
    transform: rotateY(-180deg) translateZ(3.1em);
}
.five-1,
.four-1,
.six-1,
.three-1,
.two-1 {
    top: 20%;
    left: 20%;
}
.five-3,
.four-3,
.six-4 {
    top: 20%;
    left: 80%;
}
.five-5,
.one-1,
.three-2 {
    top: 50%;
    left: 50%;
}
.five-2,
.four-2,
.six-3 {
    top: 80%;
    left: 20%;
}
.five-4,
.four-4,
.six-6,
.three-3,
.two-2 {
    top: 80%;
    left: 80%;
}
.six-2 {
    top: 50%;
    left: 20%;
}
.six-5 {
    top: 50%;
    left: 80%;
}
.gwh,
.ludo_user.green,
.ludo_user.red,
.rwh,
main {
    top: 0;
}
.show-1 {
    transform: rotateX(2turn) rotate(-2turn);
}
.show-6 {
    transform: rotateX(-900deg) rotate(3turn);
}
.show-3 {
    transform: rotateY(-450deg) rotate(-4turn);
}
.show-4 {
    transform: rotateY(810deg) rotate(2turn);
}
.show-5 {
    transform: rotateX(-810deg) rotate(-3turn);
}
.show-2 {
    transform: rotateX(450deg) rotate(-2turn);
}
.pre_youcam_ludo_modal__header__name {
    font-size: 0.6rem;
    padding-left: 0.2rem;
    text-align: center;
}
.modal .modal-dialog {
    max-width: 14.25rem;
}
.modal textarea {
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    font-weight: 700;
    font-size: 15px;
    height: 70px;
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
    padding: 6px;
    resize: none;
    width: 100%;
}
.pre_youcam_ludo_modal__body {
    background: url(/images/youcam_ludo_pre_bg.webp) 0 0 / contain;
}
.pre_youcam_ludo_modal__body input {
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.3rem;
}
.pre_youcam_ludo_modal__body input[type="checkbox"] {
    width: auto;
}
.pre_youcam_ludo_modal__body label {
    font-size: 0.55rem;
    vertical-align: middle;
    margin-left: 0.3rem;
    font-weight: 700;
}
.pre_youcam_ludo_modal__body .alert {
    font-size: 0.7rem;
    padding: 0.2rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.box.yt i,
.input.searchyt {
    font-size: 26px;
    color: #ffd52d;
}
.pre_youcam_ludo_modal__body__form__buttons {
    text-align: center;
    margin: 0.5rem;
}
.pre_youcam_ludo_modal__body__form__buttons button {
    margin-right: 0.3rem;
    margin-left: 0.3rem;
}
.pre_youcam_ludo_modal__body__form--select {
    vertical-align: middle;
    padding: 0.2em;
    height: 2em;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 75%;
}
.pre_youcam_ludo_modal__body__form--player-icon {
    vertical-align: top;
}
.red {
    color: #ec3a28;
}
.green {
    color: #0ebd46;
}
.yellow {
    color: #f7c00b;
}
.blue {
    color: #198afa;
}
main {
    display: block;
    height: 103vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 10vh;
    background: #32184c;
    background: linear-gradient(66deg, #32184c, #3c1e5b 10%, #32184c 20%, #3c1e5b 30%, #32184c 40%, #3c1e5b 50%, #32184c 60%, #3c1e5b 70%, #32184c 80%, #3c1e5b 90%, #32184c);
}
.step,
.super-center {
    justify-content: center;
}
.ludo-board {
    background: #9f5939;
    box-shadow: 0 5px 5px 4px #5e2a13;
    box-shadow: 0 4px 30px rgb(0 0 0 / 0.1);
    border: 10px solid #9f5939;
    border-radius: 10px;
    width: 80vh;
    height: 80vh;
    box-shadow: 0 0 5px 0 #000;
    grid-template-columns: repeat(15, 1fr);
    grid-template-rows: repeat(15, 1fr);
    margin: 0 auto;
}
.player-room,
.winner-home {
    grid-template-columns: 1fr 1fr;
}
.blue-home,
.red-home {
    grid-column: 1/7;
}
.green-home,
.red-home {
    border: 7px solid rgb(0 0 0 / 0.3);
    grid-row: 1/7;
}
.green-home,
.yellow-home {
    grid-column: 10/16;
}
.blue-home,
.yellow-home {
    border: 7px solid rgb(0 0 0 / 0.3);
    grid-row: 10/16;
}
.winner-home {
    background: #fff;
    border-radius: 16px;
    backdrop-filter: blur(8.2px);
    -webkit-backdrop-filter: blur(8.2px);
    grid-column: 7/10;
    grid-row: 7/10;
    padding: 15px;
}
.step {
    border: 1px solid #000;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.step .player:first-child {
    margin-top: 0;
    margin-left: 0;
}
.step .player:nth-child(2) {
    margin-top: 3px;
    margin-left: 3px;
}
.step .player:nth-child(3),
.step .player:nth-child(4) {
    margin-top: 6px;
    margin-left: 6px;
}
.step .player:nth-child(5) {
    margin-top: 9px;
    margin-left: 9px;
}
.stack .player:nth-child(3),
.step .player:nth-child(6) {
    margin-top: 12px;
    margin-left: 12px;
}
.step .player:nth-child(7) {
    margin-top: 15px;
    margin-left: 15px;
}
.bg-red {
    background-color: #ec3a28;
}
.red-stop {
    background-image: linear-gradient(159deg, #ec3a28 25%, #e6e6e6 0, #e6e6e6 50%, #ec3a28 0, #ec3a28 75%, #e6e6e6 0, #e6e6e6);
}
.blue-stop,
.green-stop,
.red-stop,
.yellow-stop {
    background-size: 27.9px 10.71px;
}
.green-stop {
    background-image: linear-gradient(159deg, #0ebd46 25%, #e6e6e6 0, #e6e6e6 50%, #0ebd46 0, #0ebd46 75%, #e6e6e6 0, #e6e6e6);
}
.blue-stop {
    background-image: linear-gradient(159deg, #198afa 25%, #e6e6e6 0, #e6e6e6 50%, #198afa 0, #198afa 75%, #e6e6e6 0, #e6e6e6);
}
.yellow-stop {
    background-image: linear-gradient(159deg, #f7c00b 25%, #e6e6e6 0, #e6e6e6 50%, #f7c00b 0, #f7c00b 75%, #e6e6e6 0, #e6e6e6);
}
.bg-green {
    background-color: #0ebd46;
}
.bg-blue {
    background-color: #198afa;
}
.bg-yellow {
    background-color: #f7c00b;
}
.white-box {
    width: 75%;
    height: 75%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
#blue-dice,
#green-dice,
#red-dice,
#yellow-dice,
.moveblue1,
.moveblue2,
.moveblue3,
.moveblue4,
.movegreen1,
.movegreen2,
.movegreen3,
.movegreen4,
.movered1,
.movered2,
.movered3,
.movered4,
.moveyellow1,
.moveyellow2,
.moveyellow3,
.moveyellow4 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.player-room {
    display: grid;
    grid-template-rows: 1fr 1fr;
}
.f,
.player {
    display: flex;
}
.super-center {
    display: flex;
    align-items: center;
    position: relative;
}
.super-center.active {
    -webkit-animation: 0.7s linear infinite decOpacity;
    animation: 0.7s linear infinite decOpacity;
}
.super-center.active.red-home .white-box {
    border-color: #a50500;
}
.super-center.active.green-home .white-box {
    border-color: #5b9906;
}
.super-center.active.yellow-home .white-box {
    border-color: #bb9625;
}
.super-center.active.blue-home .white-box {
    border-color: #065b8b;
}
.super-center.red-home {
    border-top-left-radius: 13px;
}
.super-center.red-home .white-box {
    background-color: #b53224;
}
.super-center.green-home {
    border-top-right-radius: 13px;
}
.super-center.green-home .white-box {
    background-color: #1c883b;
}
.super-center.yellow-home {
    border-bottom-right-radius: 13px;
}
.super-center.yellow-home .white-box {
    background-color: #c39616;
}
.super-center.blue-home {
    border-bottom-left-radius: 13px;
}
.super-center.blue-home .white-box {
    background-color: #1c6abb;
}
.player {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    width: 1.5rem;
    border: 3px solid #fff;
    z-index: 1;
}
.rwh,
.ywh {
    border-bottom: 82px solid #fff0;
}
.player:hover {
    transform: scale(1.2);
    opacity: 0.7;
    cursor: pointer;
}
.player.bg-red {
    box-shadow: 0 0 0 3px #ec3a28;
}
.player.bg-red[data-status="win"] {
    z-index: 1;
    left: -3rem;
    top: -0.75rem;
}
.player.bg-green {
    box-shadow: 0 0 0 3px #47ca6d;
}
.player.bg-green[data-status="win"] {
    z-index: 1;
    left: -1rem;
    top: -3rem;
}
.player.bg-yellow {
    box-shadow: 0 0 0 3px #f8c30b;
}
.player.bg-yellow[data-status="win"] {
    z-index: 1;
    left: 1rem;
    top: -0.85rem;
}
.player.bg-blue {
    box-shadow: 0 0 0 3px #0193df;
}
.player.bg-blue[data-status="win"] {
    z-index: 1;
    left: -1rem;
    top: 1rem;
}
.f {
    align-items: center;
}
.stack .player:first-child {
    margin-top: 4px;
    margin-left: 4px;
}
.stack .player:nth-child(2) {
    margin-top: 8px;
    margin-left: 8px;
}
.stack .player:nth-child(4) {
    margin-top: 16px;
    margin-left: 16px;
}
#blue-dice,
#green-dice,
#red-dice,
#yellow-dice {
    width: 1.5rem;
    height: 1.5rem;
    display: none;
    background-color: #fff0;
    border: none;
    position: absolute;
    outline: 0;
    z-index: 1;
}
#red-dice {
    left: -0.6rem;
    top: -2.8rem;
}
#green-dice {
    right: -0.5rem;
    top: -2.8rem;
}
#yellow-dice {
    right: -0.5rem;
    bottom: -2.8rem;
}
#blue-dice {
    left: -0.6rem;
    bottom: -2.8rem;
}
.dice {
    width: 100px;
    height: 100px;
}
.bwh,
.gwh,
.rwh,
.ywh {
    width: 0;
    height: 0;
    position: absolute;
}
.d0,
.d1 {
    background-image: url(/images/dice1.png);
}
.d2 {
    background-image: url(/images/dice2.png);
}
.d3 {
    background-image: url(/images/dice3.png);
}
.d4 {
    background-image: url(/images/dice4.png);
}
.d5 {
    background-image: url(/images/dice5.png);
}
.d6 {
    background-image: url(/images/dice6.png);
}
.rwh {
    border-top: 82px solid #fff0;
    border-left: 82px solid #ec3a28;
}
.bwh,
.gwh {
    border-left: 82px solid #fff0;
}
.gwh {
    border-right: 82px solid #fff0;
    border-top: 82px solid #0ebd46;
}
.ywh {
    right: 0;
    border-top: 82px solid #fff0;
    border-right: 82px solid #f7c00b;
}
.bwh {
    bottom: 0;
    border-right: 82px solid #fff0;
    border-bottom: 82px solid #198afa;
}
#ludo-board__top_buttons {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    font-size: 0.8rem;
    direction: rtl;
}
#ludo-board__top_buttons button {
    margin: 3px;
}
#show_ludo img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 2px #afafaf;
}
#show_ludo.active img {
    -webkit-animation: 0.7s linear infinite lightingBorder;
    animation: 0.7s linear infinite lightingBorder;
}
.ludo_user {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.ludo_user .ludo_user--avatar {
    width: 13%;
    height: 13%;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
}
.ludo_user .username__wrapper {
    overflow: hidden;
    max-width: 85%;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 900px) {
    main {
        height: 103vh;
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        top: 0;
        padding-top: 0;
    }
    .ludo-board {
        position: relative;
        background: #9f5939;
        box-shadow: 0 5px 5px 4px #5e2a13;
        box-shadow: 0 4px 30px rgb(0 0 0 / 0.1);
        border: 10px solid #9f5939;
        border-radius: 10px;
        width: 90vw;
        height: 90vw;
        box-shadow: 0 0 5px 0 #000;
        display: grid;
        grid-template-columns: repeat(15, 1fr);
        grid-template-rows: repeat(15, 1fr);
    }
    .player-room {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .player {
        width: 1.2rem;
        height: 1.2rem;
    }
}
.ping,
.sping {
    display: block;
    text-align: center;
    direction: ltr;
}
@media screen and (max-width: 600px) {
    .player {
        width: 1rem;
        height: 1rem;
    }
    main {
        height: 103vh;
        width: 100vw;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}
@-webkit-keyframes decOpacity {
    0% {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}
@keyframes decOpacity {
    0% {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes lightingBorder {
    0% {
        border-color: #1fcf4d;
    }
    to {
        border-color: #fff;
    }
}
@keyframes lightingBorder {
    0% {
        border-color: #1fcf4d;
    }
    to {
        border-color: #fff;
    }
}
.marquee {
    white-space: nowrap;
    font-size: 0.6rem;
    padding: 0.3rem 0.2rem;
    margin-top: 0.1rem;
}
* {
    font-family: Arial, Helvetica, sans-serif, serif;
    font-weight: 700;
    text-shadow: none !important;
}
html {
    font-size: 24px;
}
body {
    margin: 0;
    color: #333;
}
input {
    font-size: 0.6rem;
    padding: 0 0.5em;
    border: 0.04em solid #bbb;
    outline: 0;
}
input:active,
input:focus {
    border: 1px solid #aaa;
}
button.btn {
    padding: 0 0.208rem;
}
#app {
    overflow: hidden;
}
.modal__body__form-supers label {
    font-size: 18px;
}
img {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
.fa-search:before {
    content: "\f002";
}
.input.searchyt {
    padding: 10px;
    width: 80px;
    height: 80px;
    background: 0 0;
    border: 4px solid #ffd52d;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: Comic Sans MS;
    outline: 0;
    transition: 0.5s;
}
.box.yt:hover input {
    width: 350px;
    background: #3b3640;
    border-radius: 10px;
}
.box.yt i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.box.yt:hover i {
    opacity: 0;
    z-index: -1;
}
.ping {
    width: 100%;
    height: 20px;
}
.sping {
    height: 30px;
    padding: 6px;
    border: 1px solid #a2a2a2;
}
