: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;
}

#chat {
  background: #fefffc;
  max-width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#chat__body {
  position: relative;
  height: 100%;
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.y-modal {
  font-size: 0.7rem;
  height: 100%;
}
.y-modal .modal-dialog {
  max-width: 14.25rem;
}
.y-modal .y_modal__header__name {
  font-size: 0.6rem;
  padding-left: 0.2rem;
}
.y-modal .y_modal__header__close {
  position: absolute;
  right: 0.05em;
  top: 0.05em;
}
.y-modal .y_modal__body input {
  width: 100%;
  height: 1.2rem;
  margin-bottom: 0.3rem;
}
.y-modal .y_modal__body input[type=checkbox] {
  width: auto;
}
.y-modal .y_modal__body label {
  font-size: 0.55rem;
  vertical-align: middle;
  margin-left: 0.3rem;
  font-weight: bold;
}
.y-modal .y_modal__body .alert {
  font-size: 0.7rem;
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.y-modal .y_modal__body select {
  height: 8rem;
  border: 0.04em solid #bbb;
  outline: none;
  border-radius: 0.03rem;
}
.y-modal .y_modal__footer {
  padding: 0.1rem;
}

.modal-header {
  position: relative;
  padding: 0.1rem;
  width: 100%;
}
.modal-header .close {
  font-size: 0.7rem;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  padding: 0.4em 0.4em;
  margin: 0;
  line-height: 0.7;
  background: white;
  color: black;
}
.modal-header .modal-title {
  width: 100%;
}
.modal-header .modal-title p {
  margin: 0;
}

.modal-body {
  padding: 0.2rem;
  width: 14.1666666667rem;
  max-width: 100%;
}

.modal,
.modal-dialog,
.modal-backdrop {
  transition: none !important;
}

.modal {
  bottom: 0;
}
.modal img.screenshot_preview {
  width: 2rem;
  border: 1px solid var(--primary-color);
  margin: 0.1rem;
  padding: 0.1rem;
}

.popup {
  min-width: 7.5rem;
  max-width: 10.8333333333rem;
  border: 0.0416666667rem solid black;
  z-index: 2000;
  background-color: #efefef;
  position: absolute;
  top: 30%;
  padding: 0.2083333333rem;
  border-radius: 0.2083333333rem;
  animation: none !important;
  -webkit-animation: none !important;
  transition: none !important;
}
.popup p {
  margin-bottom: 0.4em;
}

.popup__title {
  font-size: 0.6rem;
  text-align: center;
  margin: -0.5833333333rem auto 0 auto;
  width: 50%;
  border: 0.0416666667rem solid black;
  border-radius: 0.2083333333rem;
  line-height: 1.6;
}

.popup__sender {
  width: 100%;
}

.popup__sender__avatar {
  border-radius: 0.2083333333rem;
  margin-right: 0.1em;
}

.popup__sender__icon {
  margin: 0.2083333333rem 0.0833333333rem 0 0;
}

.popup__sender__name {
  margin: 0.2em 0;
  font-size: 0.6rem;
  font-weight: bold;
  padding: 0.15em 0 0 0;
  max-width: 80%;
  color: black;
}

.popup__message {
  font-size: 0.6rem;
  font-weight: bold;
  margin-top: 0.2em;
  width: 100%;
  padding: 0 0.2em;
  word-break: break-word;
}

.popup__message__body {
  padding-top: 0.2rem;
}

.popup__request_ludo_accept,
.popup__request_uno_accept {
  margin-right: 0.5rem;
}

#chat__body__messages_container {
  overflow: scroll;
  flex: 1;
  max-width: 100%;
  background-color: #fafafa;
}

.public_message {
  position: relative;
  background: white;
  border: 0.0416666667rem solid lavender;
  margin-bottom: -0.0416666667rem;
  display: flex;
  overflow: hidden;
}

.public_message.linen {
  background-color: linen;
}

.public_message.greeting {
  background-color: #FAF0E8;
  color: black !important;
}

.public_message.public_message_ad {
  background-color: #d0e7ff;
}

.public_message__avatar {
  float: left;
  margin: 0;
  cursor: pointer;
}
.public_message__avatar img {
  max-height: 2.1666666667rem !important;
  min-width: 2.1666666667rem;
  width: 2.1666666667rem;
  background-size: cover;
}

.public_message__bot_brb_title {
  border-top: 0.0416666667rem solid #9E9E9E;
  border-bottom: 0.0416666667rem solid #9E9E9E;
  font-size: 0.7rem;
  margin: 0;
  display: inline-block;
  padding: 0 0.5rem;
  border-radius: 0.2083333333rem;
  margin-bottom: 0.2rem;
}

.public_message__ad_title {
  color: blue;
}
.public_message__ad_title .fa {
  margin: 0 0.2rem;
}

.public_message__title__icon {
  margin: 0.0416666667rem 0.0833333333rem 0 0;
}

.public_message__title,
.public_message__content {
  width: 100%;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 0 0 0 0.2em;
  direction: rtl;
  margin: 0;
  word-wrap: break-word;
}

.public_message__content {
  margin: 0.2em 0 0 0;
}

.public_message_ad .public_message__content {
  color: blue;
}
.public_message_ad .public_message__remove {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.4rem;
}

.public_message__time {
  font-size: 0.55rem;
  color: #888;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
}

#chat__body__message-reply {
  position: relative;
  top: -3rem;
  background-color: white;
  width: 100%;
  text-align: left;
}

#chat__body__message-reply--undo {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #c8363b;
  color: white;
  font-family: sans-serif;
  border: none;
}

#chat__body__message-reply--username,
#chat__body__message-reply--message {
  right: 0.2rem;
  position: absolute;
  width: 100%;
  display: inline-block;
  font-size: 0.5rem;
  max-width: 80%;
}

#chat__body__message-reply--message {
  top: 0.75rem;
}

.public_message--reply {
  background-color: #d7def6;
  color: #000000;
  padding: 0.2rem;
}

.public_message--reply-name {
  font-size: 0.5rem;
  margin-bottom: 0.2rem;
}

.public_message--reply-message {
  font-size: 0.5rem;
  margin-bottom: 0.1rem;
}

.public_message__buttons {
  display: flex;
  align-items: end;
}
.public_message__buttons .public_message__remove,
.public_message__buttons .public_message__reply {
  font-size: 0.4rem;
  padding: 0.0833333333rem 0.308rem;
  border: none;
}
.public_message__buttons .public_message__remove {
  margin-left: 0.1rem;
}

.public_message__body__media {
  max-width: 80%;
  display: block;
  margin: 0.2rem auto 0.2rem auto;
}

.public_message__body__image {
  border: 0.0416666667rem solid #ccc;
  padding: 0.0833333333rem;
  border-radius: 0.2083333333rem;
  cursor: pointer;
  max-height: 6.25rem;
}

#chat__body__message-input {
  text-align: center;
  background-color: #fefffc;
  padding: 0.07em 0.07em;
}
#chat__body__message-input #main-footer-top-mic {
  display: none;
}
#chat__body__message-input form {
  display: flex;
  align-items: center;
}
#chat__body__message-input button {
  height: 1.333rem;
  max-height: 1.333rem;
  border-radius: 0.083rem;
}

.chat__body__message-input__face {
  cursor: pointer;
  vertical-align: middle;
  padding: 0.15rem;
  height: 1.333rem;
  margin-left: 0.07rem;
  margin-right: 0.05rem;
  border-radius: 0.0416666667rem;
}

.chat__body__message-input__leave_room,
.chat__body__message-input__face,
.chat__body__message-input__share,
.chat__body__message-input__clear {
  font-size: 0.55rem;
  width: 1.3rem;
  margin: 0 0.04rem;
}

.chat__body__message-input__input {
  flex-grow: 1;
  height: 1.11rem;
  margin-right: 0.083rem;
  vertical-align: middle;
  padding: 0.1em 0.3em;
  vertical-align: bottom;
  border-radius: 0.083rem;
  border: 0.0416666667rem solid lightgrey;
  direction: rtl;
  text-align: left;
  overflow: hidden;
  resize: none;
  outline: none;
  line-height: 1.5;
  padding: 0.25rem;
  max-height: 1.333rem;
  min-height: 1.333rem;
  height: 1.333rem;
  font-weight: bold;
}

#chat__body__message-input.has-mic #main-footer-top-mic {
  display: inline;
}
#chat__body__message-input.has-mic .chat__body__message-input__input {
  width: calc(100% - 6.5rem);
}

.chat__body__message-input__input:focus {
  border: 0.0416666667rem solid black;
}

.chat__body__message-input__input:disabled {
  background-color: #ccc;
}

.chat__body__message-input__submit {
  vertical-align: middle;
  font-size: 0.6rem;
}

#chat__body__message-input form #chat__body__message-input__loader,
#chat__body__message-input form #chat__body__message-input__loading_percent {
  display: none;
}
#chat__body__message-input form .chat__body__message-input__share {
  display: inline-block;
}
#chat__body__message-input form .chat__body__message-input__leave_room {
  margin-left: 0;
}

#chat__body__message-input form.loading #chat__body__message-input__loader,
#chat__body__message-input form.loading #chat__body__message-input__loading_percent {
  display: inline;
}
#chat__body__message-input form.loading .chat__body__message-input__share {
  display: none;
}

#chat__body__message-input__loading_percent {
  position: absolute;
  text-align: center;
  font-size: 0.5rem;
  top: 0.4rem;
  left: 0.35rem;
}

.chat_pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.18rem;
  border: 0.042rem solid black;
  z-index: 1;
  display: none;
  max-width: 77vw;
  min-width: 12rem;
  width: 14.167rem;
  display: flex;
  flex-direction: column;
  background: var(--panes-color);
  height: 100%;
}
.chat_pane .chat_pane__container {
  flex: 1;
  overflow: auto;
  margin: 0 !important;
}

#chat__body__ignored-users-pane {
  background: var(--panes-color);
  z-index: 2;
}

.chat_pane__label {
  font-size: 0.55rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 0;
  direction: rtl;
}

.chat__body__ignored-users-pane__back {
  margin-bottom: 0;
}
.chat__body__ignored-users-pane__back button {
  padding: 0.2rem 0.208rem;
  border-radius: 0.0833333333rem !important;
}

#chat__body__profile-views-pane {
  background: var(--panes-color);
  z-index: 2;
}
#chat__body__profile-views-pane .time {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
}
#chat__body__profile-views-pane .chat_pane__user_item__status__hash {
  display: none;
}

.chat_pane__label {
  font-size: 0.55rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 0;
  direction: rtl;
}

.chat__body__profile-views-pane__back {
  margin-bottom: 0;
}
.chat__body__profile-views-pane__back button {
  padding: 0.2rem 0.208rem;
  border-radius: 0.0833333333rem !important;
}

#chat__body__notifications-pane {
  background: var(--panes-color);
  z-index: 2;
}

.chat_pane__label {
  font-size: 0.55rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 0;
  direction: rtl;
}

.chat__body__notifications-pane__back {
  margin-bottom: 0;
}
.chat__body__notifications-pane__back button {
  padding: 0.2rem 0.208rem;
  border-radius: 0.0833333333rem !important;
}

.notification {
  min-width: 7.5rem;
  max-width: 10.8333333333rem;
  border: 0.0416666667rem solid black;
  z-index: 2000;
  background-color: #efefef;
  position: relative;
  padding: 0.2083333333rem;
  margin: 0 auto;
  border-radius: 0.2083333333rem;
  margin-top: 0.7rem;
}
.notification p {
  margin-bottom: 0.4em;
}

.notification__title {
  font-size: 0.6rem;
  text-align: center;
  margin: -0.5833333333rem auto 0 auto;
  width: 50%;
  border: 0.0416666667rem solid black;
  border-radius: 0.2083333333rem;
  line-height: 1.6;
}

.notification__sender {
  width: 100%;
}

.notification__sender__avatar {
  border-radius: 0.2083333333rem;
  margin-right: 0.1em;
}

.notification__sender__icon {
  margin: 0.2083333333rem 0.0833333333rem 0 0;
}

.notification__sender__name {
  margin: 0.2em 0;
  font-size: 0.6rem;
  font-weight: bold;
  padding: 0.15em 0 0 0;
  max-width: 80%;
  color: black;
  display: inline-block;
}

.notification__message {
  font-size: 0.6rem;
  font-weight: bold;
  margin-top: 0.2em;
  width: 100%;
  padding: 0 0.2em;
  word-break: break-word;
}

.notification__message__body {
  padding-top: 0.2rem;
}

.notification__time {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: 0.5rem;
}

#chat__body__users-pane {
  z-index: 2;
}

.chat_pane__search {
  font-size: 0.6rem;
  font-weight: bold;
  padding: 0.35em;
  direction: rtl;
  text-align: left;
  border: none;
  border-radius: 0;
  color: #cacaca;
}
.chat_pane__search::-moz-placeholder {
  color: #cacaca;
}
.chat_pane__search::placeholder {
  color: #cacaca;
}
.chat_pane__search:focus {
  border: none;
  box-shadow: none;
  background-color: var(--primary-color);
  color: #cacaca;
}

.chat_pane__label {
  font-size: 0.55rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 0;
  direction: rtl;
}

.username__wrapper {
  padding: 0em 0.1em;
  border-radius: 0.125rem;
  font-size: 0.625rem;
  line-height: 1.5;
}

.username__icon {
  margin: 0.0416666667rem 0.0833333333rem 0 0;
}

#user_profile {
  font-size: 0.7rem;
  height: 100%;
}

.user_profile__scroll_area {
  height: auto;
  overflow: auto;
  max-height: 91vh;
}

.user_profile__header {
  margin: 0;
}

.user_profile__header__avatar {
  float: left;
  border-radius: 0.2em;
  margin-right: 0.2em;
}

.user_profile__header__name {
  font-size: 0.6rem;
}

.user_profile__header__close {
  position: absolute;
  right: 0.05em;
  top: 0.05em;
  padding: 0.1rem 0.5rem !important;
}

.user_profile__body {
  width: 100%;
  padding: 0;
  margin-top: -0.2rem;
}

.user_profile__cover-container {
  width: 100%;
  height: 200px;
  overflow: visible;
  position: relative;
}

.user_profile__body__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#user_profile__cover-change {
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border-color: white;
  padding: 2px 8px;
  font-size: 0.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
#user_profile__cover-change:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.2);
}

#user_profile__cover-loader {
  bottom: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
}

.user_profile__avatar-overlay {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  transform: translateY(50%);
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.user_profile__body__avatar.cover {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#user_profile__body__avatar {
  width: 100%;
  height: 8.333rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#user_profile__body__avatar div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  backdrop-filter: blur(0.333rem);
  -webkit-backdrop-filter: blur(0.333rem);
}

.user_profile__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 {
  text-align: center;
  margin-bottom: 0.4rem;
}

.user_profile__body__country_name {
  font-size: 0.55rem;
  font-weight: bold;
}

.user_profile__body__room {
  float: right;
  font-size: 0.6rem;
}

.user_profile__footer {
  padding: 0.3em;
}

.user_profile__footer__actions {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.user_profile__footer__actions__item {
  margin: 0.0833333333rem;
  width: 32%;
  display: inline-block;
}
.user_profile__footer__actions__item .btn {
  border: 0.0416666667rem solid lavender;
  border-radius: 0.4em;
  width: 100%;
  font-weight: bold;
  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;
}
.user_profile__footer__actions__item .btn.orange {
  color: orange;
}
.user_profile__footer__actions__item #user_profile__footer__actions__item--unignore,
.user_profile__footer__actions__item #user_profile__footer__actions__item--unmute {
  display: none;
}
.user_profile__footer__actions__item #user_profile__footer__actions__item--ignore,
.user_profile__footer__actions__item #user_profile__footer__actions__item--mute {
  display: inline;
}

.user_profile__footer__actions__item.ignored #user_profile__footer__actions__item--unignore {
  display: inline;
}
.user_profile__footer__actions__item.ignored #user_profile__footer__actions__item--ignore {
  display: none;
}

.user_profile__footer__actions__item.muted #user_profile__footer__actions__item--unmute {
  display: inline;
}
.user_profile__footer__actions__item.muted #user_profile__footer__actions__item--mute {
  display: none;
}

.user_profile__footer__actions__item.active button {
  background: #dc3545;
  color: white !important;
}

.user_profile__footer__actions__item_group {
  border: 0.0416666667rem solid black;
  margin-top: 0.2083333333rem;
  padding: 0.2em;
  font-size: 0.6rem;
  display: flex;
}

.user_profile__footer__actions__item_group__label {
  margin: 0;
  padding: 0.25em 0.6em;
  border-radius: 0.2em;
  width: 3.8rem;
  font-size: 0.6rem;
  text-align: center;
}

.user_profile__footer__actions__item_group__input {
  vertical-align: middle;
  padding: 0.2em;
  margin: 0 0.2rem;
  flex-grow: 1;
  text-align: center;
}

select.user_profile__footer__actions__item_group__input {
  height: 2em;
}

.user_profile__footer__actions__item_group__input:focus,
.user_profile__footer__actions__item_group__input:active {
  border: 0.0416666667rem solid black;
}

.user_profile__footer__actions__item_group__submit {
  padding: 0.1em 0.4em;
  border-radius: 0.2em;
  border: none;
  box-shadow: none;
  width: 18%;
  padding: 0.1rem 0.208rem !important;
}

.user_profile__footer__actions__item_group__submit:focus,
.user_profile__footer__actions__item_group__submit:active {
  border: none;
  box-shadow: none;
}

.user_profile__body__stats {
  display: flex;
  justify-content: space-between;
  text-align: right;
  padding: 0.2rem 0.2rem;
  font-size: 0.6rem;
}
.user_profile__body__stats .user_profile__body__stats--points {
  direction: rtl;
}

.user_profile__body__tags {
  text-align: center;
}
.user_profile__body__tags img {
  width: 2.0833333333rem;
  height: 2.0833333333rem;
}

.user_profile__body__stats--stars .fa-star {
  color: #cccccc;
}
.user_profile__body__stats--stars .fa-star.checked {
  color: #FFD27C;
}

.more_actions__header {
  margin: 0.1rem;
  margin-top: 0.4rem;
  margin-right: 0.2rem;
}

#wall_comments {
  font-size: 0.7rem;
  height: auto;
}

.wall_comments__scroll_area {
  height: auto;
  overflow: auto;
  max-height: 40vh;
  min-height: 30vh;
}

.wall_comments__header__avatar {
  float: left;
  border-radius: 0.2em;
  margin-right: 0.2em;
}

.wall_comments__header__name {
  font-size: 0.6rem;
}

.wall_comments__header__close {
  position: absolute;
  right: 0.05em;
  top: 0.05em;
}

.wall_comments__body__avatar {
  height: 8.3333333333rem;
  display: block;
  margin: 0 auto;
}

.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;
}

.wall_comments__body__status {
  text-align: center;
  margin-bottom: 0.4rem;
}

.wall_comments__body__country_name {
  font-size: 0.55rem;
  font-weight: bold;
}

.wall_comments__body__room {
  float: right;
  font-size: 0.6rem;
}
.wall_comments__body__room .chat_pane__room_item--inline {
  font-size: 0.7rem !important;
}

.wall_comments__footer {
  padding: 0.3em;
}

.wall_comments__footer__actions {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.wall_comments__footer__actions__item {
  margin: 0.0833333333rem;
  width: 32%;
  display: inline-block;
}
.wall_comments__footer__actions__item .btn {
  border: 0.0416666667rem solid lavender;
  border-radius: 0.4em;
  width: 100%;
  font-weight: bold;
  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.active button {
  background: #dc3545;
  color: white !important;
}

.wall_comments__footer__actions__item_group {
  border: 0.0416666667rem solid black;
  margin-top: 0.2083333333rem;
  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%;
}

select.wall_comments__footer__actions__item_group__input {
  height: 2em;
}

.wall_comments__footer__actions__item_group__input:focus,
.wall_comments__footer__actions__item_group__input:active {
  border: 0.0416666667rem solid black;
}

.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__footer__actions__item_group__submit:focus,
.wall_comments__footer__actions__item_group__submit:active {
  border: none;
  box-shadow: none;
}

.wall_comments__form {
  text-align: center;
  height: 1.1666666667rem;
  padding-top: 0.15em;
  padding-bottom: 1.4rem;
  position: relative;
}

.wall_comments__form__attach {
  margin-right: 0.2em;
  font-size: 0.55rem;
}

.wall_comments__form__face {
  margin-right: 0.2em;
  cursor: pointer;
}

.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:focus,
.wall_comments__form__input:active {
  border: 0.0416666667rem solid black;
}

.wall_comments__comment {
  position: relative;
  background: white;
  border: 0.0416666667rem solid lavender;
  margin: 0 0.05rem;
  padding: 0.1rem 0.05rem;
  margin-bottom: -0.0416666667rem;
}

.wall_comments__comment__avatar {
  float: left;
  margin: 0;
  cursor: pointer;
}
.wall_comments__comment__avatar img {
  border-radius: 50%;
  border-width: 0.0416666667rem !important;
  padding: 0.0416666667rem;
}

.wall_comments__comment__title,
.wall_comments__comment__content {
  font-size: 0.55rem;
  font-weight: bold;
  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: black;
  margin: 0.2em 0 0.2em 0;
}

.wall_comments__comment__like,
.wall_comments__comment__remove {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0.0833333333rem;
  font-size: 60%;
  font-weight: bold;
}

.wall_comments__comment__remove {
  right: 1.1rem;
}

.wall_comments__comment__time {
  font-size: 0.45rem;
  color: black;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
}

.reveal_names__header {
  margin-bottom: 0.2rem;
}

.reveal_names_body {
  height: 65vh;
  overflow: auto;
}

.reveal_names__item {
  background-color: #f0f8ff;
  padding: 0.0833333333rem;
  margin-bottom: 0.2083333333rem;
  border: 0.0416666667rem solid #000;
  word-break: break-word;
}
.reveal_names__item p {
  margin-bottom: 0.0833333333rem;
}

.reveal_names__item__key {
  background-color: #789;
  color: #fff;
  padding: 0.0833333333rem 0.2083333333rem;
  border-radius: 0.125rem;
  width: 2.5rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.2083333333rem;
}

.reveal_names__item__value {
  word-break: break-all;
}

#chat__body__conversations_pane #chat__body__rooms_pane__create_chat-group {
  padding: 0.2rem 0.208rem;
  border-radius: 0.0833333333rem !important;
}

.conversations_item {
  position: relative;
  background: white;
  border: 0.0416666667rem solid lavender;
  cursor: pointer;
}

.conversations_item.unread {
  background-color: linen;
}

.conversations_item.state_active .conversations_item__avatar img {
  border-left: 0.125rem solid #58c827;
}

.conversations_item.state_no_private .conversations_item__avatar img {
  border-left: 0.125rem solid red;
}

.conversations_item.state_idle .conversations_item__avatar img {
  border-left: 0.125rem solid orange;
}

.conversations_item.state_out .conversations_item__avatar img {
  border-left: 0.125rem solid #9c9999;
}

.conversations_item.state_out .conversations_item__avatar img {
  border-left: 0.125rem solid #9c9999;
}

.conversations_item__avatar {
  float: left;
  margin: 0;
  margin-right: 0.15rem;
}

.conversations_item__name,
.conversations_item__last_message {
  font-size: 0.55rem;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  margin: 0;
  flex: 1;
  overflow: hidden;
}

.conversations_item__name {
  margin: 0.1rem 0;
}
.conversations_item__name .username__wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
  vertical-align: top;
}

.conversations_item__last_message {
  font-size: 0.55rem;
  color: #888;
}
.conversations_item__last_message span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
  vertical-align: top;
}

.conversations_item__holder {
  display: flex;
  width: 100%;
}

.conversations_item__remove {
  font-size: 0.55rem;
  font-weight: bold;
  border: none;
  padding: 0.1rem 0.4rem !important;
  border-radius: 0.1rem;
  margin-right: 0.1rem;
}

.chat_group_member_avatar {
  border-radius: 50%;
  margin-right: 0.2rem;
}

.conversations_item__status__hash {
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
  color: gray;
  font-size: 0.55rem;
}

.room_modal {
  font-size: 0.7rem;
  height: auto;
}
.room_modal .modal-dialog {
  max-width: 14.25rem;
}

.room_modal__header__name {
  font-size: 0.6rem;
  padding-left: 0.2rem;
}

.room_modal__header__close {
  position: absolute;
  right: 0.05em;
  top: 0.05em;
}

.room_modal__body input {
  width: 100%;
  height: 1.2rem;
  margin-bottom: 0.3rem;
}
.room_modal__body input[type=checkbox] {
  width: auto;
}
.room_modal__body label {
  font-size: 0.55rem;
  vertical-align: middle;
  margin-left: 0.3rem;
  font-weight: bold;
}
.room_modal__body .alert {
  font-size: 0.7rem;
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.room_modal__footer {
  padding: 0.1rem;
}

#change_flag {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.042px solid grey;
  padding: 0.07rem;
  cursor: pointer;
  margin-left: 1.4rem;
}

#lock-mic-speakers {
  justify-content: center;
  margin-bottom: 0.4rem;
  height: 2rem;
  display: flex;
}
#lock-mic-speakers .mic-speakers--item {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  color: black;
  display: inline;
  font-size: 1.1rem;
  margin: 0.041rem 0.5rem;
  margin-left: -0.333rem;
  border: 0.125rem solid var(--mic-color);
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}
#lock-mic-speakers .mic-speakers--item.locked .fa-lock {
  display: inline;
  color: var(--mic-color);
}
#lock-mic-speakers .mic-speakers--item.locked .fa-microphone,
#lock-mic-speakers .mic-speakers--item.locked .fa-video-camera {
  display: none;
}
#lock-mic-speakers .fa-lock {
  display: none;
  top: 0;
  font-size: 1.2rem;
  position: relative;
}
#lock-mic-speakers .fa-microphone::before {
  position: absolute;
  top: 0;
  margin-left: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  color: var(--mic-color);
  font-size: 1.1rem;
}

.dialog_modal {
  font-size: 0.7rem;
  height: auto;
}
.dialog_modal .modal-dialog {
  max-width: 14.25rem;
}

.dialog_modal__header__name {
  font-size: 0.6rem;
  padding-left: 0.2rem;
}

.dialog_modal__header__close {
  position: absolute;
  right: 0.05em;
  top: 0.05em;
}

.dialog_modal__body textarea {
  width: 100%;
  height: 3rem;
  padding: 0.3rem;
  resize: none;
}
.dialog_modal__body button {
  margin: 0.2rem 0.3rem;
  border-radius: 0.1rem;
}
.dialog_modal__body input {
  width: 100%;
  height: 1.2rem;
  margin-bottom: 0.3rem;
}
.dialog_modal__body input[type=checkbox] {
  width: auto;
}
.dialog_modal__body label {
  font-size: 0.55rem;
  vertical-align: middle;
  margin-left: 0.3rem;
  font-weight: bold;
}
.dialog_modal__body .alert {
  font-size: 0.7rem;
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.dialog_modal__footer {
  padding: 0.1rem;
}

#change_flag {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.042px solid grey;
  padding: 0.07rem;
  cursor: pointer;
  margin-left: 1.4rem;
}

#chat__body__rooms_pane {
  z-index: 2;
}
#chat__body__rooms_pane #chat__body__rooms_pane__create_room {
  padding: 0.2rem 0.208rem;
  border-radius: 0.0833333333rem !important;
}

.chat_pane__room_item {
  position: relative;
  background: white;
  border-bottom: 0.0416666667rem solid lavender;
  margin: 0;
  padding: 0.05rem;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
}
.chat_pane__room_item .chat_pane__room_item__name img {
  display: none;
}
.chat_pane__room_item:nth-child(even) {
  background-color: #f7f7f7;
}

.chat_pane__room_item.locked .chat_pane__room_item__name .chat_pane__room_item--lock {
  display: inline;
}

.chat_pane__room_item.has-mic .chat_pane__room_item__users {
  background-color: #d9534f;
}

.chat_pane__room_item.active {
  border-right: 0.15rem solid #4491f7;
}

.chat_pane__room_item--inline {
  cursor: pointer;
  font-size: 0.625rem;
  padding: 0.166rem 0.45rem;
  max-width: 7.5rem;
  min-width: 2.5rem;
  font-weight: normal !important;
  border: 0.0416666667rem solid #000;
  border-radius: 0rem 0.3333333333rem 0rem 0.3333333333rem !important;
}

.chat_pane__room_item__flag {
  float: left;
  margin: 0;
}
.chat_pane__room_item__flag img {
  min-width: 2.1666666667rem;
  width: 2.1666666667rem;
  min-height: 2.25rem;
  max-height: 2.25rem;
}

.chat_pane__room_item__name,
.chat_pane__room_item__description {
  font-size: 0.6rem;
  font-weight: bold;
  padding: 0 0.1rem;
  direction: rtl;
  margin: 0;
}

.chat_pane__room_item__name {
  display: block;
  margin-bottom: 0.15rem;
}

.chat_pane__room_item__description {
  color: #888;
}
.chat_pane__room_item__description span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
  vertical-align: top;
}

.chat_pane__room_item__users {
  font-size: 0.65rem;
  font-weight: bold;
  border-radius: 0.083rem;
  padding: 0.125rem;
  border-radius: 0.05rem;
  min-width: 2.5rem;
  text-align: center;
  line-height: 1.4;
  height: 1.15rem;
  margin: 0;
}

#chat__body__wall_pane {
  background: var(--panes-color);
  z-index: 2;
  height: 100%;
  border-bottom-width: 0.083rem;
  display: flex;
  flex-direction: column;
}
#chat__body__wall_pane .chat_pane__container {
  border-bottom: none !important;
  flex-grow: 1;
}

.chat__body__wall_pane__form {
  text-align: center;
  position: relative;
  display: flex;
  padding: 0.1rem;
}
.chat__body__wall_pane__form button {
  padding: 0 0.208rem !important;
  border-radius: 0.083rem;
  height: 1.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.3em;
  cursor: pointer;
  margin-top: 0.1rem;
  margin-left: 0.1rem;
}

#chat_pane_youtube__input,
.chat__body__wall_pane__form__input {
  flex-grow: 1;
  margin-right: 0.2em;
  vertical-align: middle;
  text-align: left;
  height: 1.333rem;
  overflow: hidden;
  resize: none;
  outline: none;
  line-height: 1.5;
  padding-top: 0.25rem;
}

#chat__body__wall_pane__form__input {
  height: 1.1rem;
  line-height: 0.8 !important;
}

.chat__body__wall_pane__form__input:focus,
.chat__body__wall_pane__form__input:active {
  border: 0.0416666667rem solid black;
}

.chat__body__wall_pane__form__send {
  font-size: 0.55rem;
  font-weight: bold;
}

.chat_pane__container__banner {
  font-size: 0.6rem;
  font-weight: bold;
  background: linen;
  color: #a72a2a;
  text-align: center;
  padding: 0.4em 0.2em;
}
.chat_pane__container__banner p {
  margin: 0;
}

#chat_pane_youtube {
  background-color: #fafafa;
  position: relative;
}
#chat_pane_youtube form {
  display: flex;
  padding: 0.1rem;
}
#chat_pane_youtube form #chat_pane_youtube__input {
  flex-grow: 1;
  text-align: center;
  margin-left: 0.1rem;
}
#chat_pane_youtube form #chat_pane_youtube__input.loading {
  background-image: url(/images/is_writing.gif);
  background-position: center;
  background-size: 4rem;
  background-repeat: no-repeat;
}
#chat_pane_youtube form #chat_pane_youtube__icon {
  color: red;
  font-size: 1.1rem;
  font-weight: 100 !important;
  height: 1.31rem;
}
#chat_pane_youtube form button {
  height: 1.31rem;
}
#chat_pane_youtube #chat_pane_youtube_items {
  display: flex;
  overflow: scroll;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fafafa;
  top: 1.55rem;
  z-index: 200;
  padding-right: 0.2rem;
  background-color: var(--primary-color);
}
#chat_pane_youtube #chat_pane_youtube_items img {
  cursor: pointer;
  margin: 0.2rem 0 0.2rem 0.2rem;
  border-radius: 0.1rem;
  border: 0.1rem solid white;
}
#chat_pane_youtube #chat_pane_youtube_items #chat_pane_youtube_items--close {
  position: fixed;
  right: 0;
}

.wall_post {
  position: relative;
  font-size: 0.65rem;
  background: #fafafa;
  border-bottom: 0.042rem solid #ccc;
  display: flex;
  padding-left: 0.05rem;
  overflow: hidden;
}

.wall_post__time {
  font-size: 0.55rem;
  color: #888;
  position: absolute;
  top: 0;
  right: 0.4em;
}

.wall_post__name {
  font-size: 0.55rem;
  font-weight: bold;
  padding-left: 0.2em;
  direction: rtl;
  margin: 0;
}

.wall_post__avatar {
  float: left;
  margin: 0 0 0.1em 0;
}
.wall_post__avatar img {
  width: 2.167rem;
  height: 2.167rem;
}

.wall_post__body {
  font-size: 0.6rem;
  text-align: left;
  padding: 0.2em;
  margin: 0;
  font-weight: bold;
  word-wrap: break-word;
  padding-right: 0;
}

.wall_post__body__comments,
.wall_post__body__heart,
.wall_post__body__remove {
  padding: 0.045rem 0.17rem !important;
  font-size: 90% !important;
  font-weight: bold;
  border: none !important;
  border-radius: 0.05rem !important;
}

.wall_post--media-btn {
  padding: 0.208rem 0.208rem !important;
  background-color: #eee;
  max-width: 100%;
  cursor: pointer;
  margin-bottom: -0.2rem;
}
.wall_post--media-btn::before {
  margin-right: 0.3rem;
}

.wall_post__body--youtube {
  max-width: 100%;
  max-height: 4.1666666667rem;
}

.wall_post__body--photo-img {
  max-width: 100%;
  max-height: 160px;
  cursor: pointer;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.wall_post__body--video,
.wall_post__body--sound {
  max-width: 100%;
  max-height: 160px;
}

video.wall_post__body--video {
  width: 100%;
}

.wall_post__body--text span {
  -moz-user-select: text !important;
       user-select: text !important;
  word-break: break-word;
}

#chat__body__settings_pane {
  background: var(--panes-color);
  font-size: 0.7rem;
  z-index: 2;
}

.chat__body__settings_pane__container {
  padding: 0.1em;
  overflow-y: auto;
  overflow-x: hidden;
}
.chat__body__settings_pane__container select {
  height: 1.65rem !important;
  border-radius: 0.083rem;
  text-align: center;
}
.chat__body__settings_pane__container label {
  width: 5.5rem;
  height: 1.042rem;
  padding: 0.042rem;
  text-align: center;
  line-height: 1.5;
}
.chat__body__settings_pane__container input[type=text] {
  border: 0.042rem solid black;
  border-radius: 0.083rem;
  height: 1.05rem;
  margin: 0 0.083rem;
}

.chat__body__settings_pane__container__rm_bg_color {
  padding: 0 0.2em;
  border-radius: 0.083rem;
  margin-top: -0.1rem;
}

.chat__body__settings_pane__container__submit {
  width: 100%;
  height: 1.4rem;
  border: 0.042rem solid black;
}
.chat__body__settings_pane__container__submit::before {
  float: left;
}

.chat__body__settings_pane__container__button {
  cursor: pointer;
  text-align: center;
  margin-bottom: 0.0416666667rem;
  border: 0.0416666667rem solid #000;
  margin-top: 0.125rem;
  height: 1.65rem;
  line-height: 2;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2rem;
  border-radius: 0.083rem;
  background-color: #f8f8ff;
  padding: 0.375rem 0.75rem;
}
.chat__body__settings_pane__container__button .toggle_star,
.chat__body__settings_pane__container__button .toggle_private,
.chat__body__settings_pane__container__button .toggle_notifications {
  display: none;
}
.chat__body__settings_pane__container__button .toggle_star.toggle_star--active,
.chat__body__settings_pane__container__button .toggle_private.toggle_private--active,
.chat__body__settings_pane__container__button .toggle_notifications.toggle_notifications--active {
  display: inline;
}
.chat__body__settings_pane__container__button .fa {
  position: absolute;
  left: 0.4em;
  line-height: 2;
  color: black;
  font-size: 0.7rem;
}
.chat__body__settings_pane__container__button .fa img {
  border-radius: 0.125rem;
  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: black;
}

.chat__body__settings_pane__container__button.disabled {
  background-color: #ddd;
  cursor: no-drop;
}

#chat__body__settings_pane__container__button--change_avatar .avatar {
  display: inline;
}
#chat__body__settings_pane__container__button--change_avatar .loader {
  display: none;
}

#chat__body__settings_pane__container__button--change_avatar.disabled .avatar {
  display: none;
}
#chat__body__settings_pane__container__button--change_avatar.disabled .loader {
  display: inline;
}

#chat__body__settings_pane__container__user-backgrounds,
#chat__body__settings_pane__container__user-avatar-backgrounds {
  display: flex;
  overflow: scroll;
}
#chat__body__settings_pane__container__user-backgrounds img.user-background-item,
#chat__body__settings_pane__container__user-avatar-backgrounds img.user-background-item {
  height: 2.0833333333rem;
  border: 0.0416666667rem solid grey;
  margin: 0 0.0416666667rem;
  cursor: pointer;
}
#chat__body__settings_pane__container__user-backgrounds .remove-user-background,
#chat__body__settings_pane__container__user-avatar-backgrounds .remove-user-background {
  font-size: 1.4rem;
  padding: 0 0.5rem;
  cursor: pointer;
  color: #d9534f;
  border: 0.0416666667rem solid grey;
  margin-right: 0.0416666667rem;
}

#chat__body__settings_pane__container__user-backgrounds {
  margin-bottom: 0.15rem;
}

#chat__body__others-pane {
  background: var(--panes-color);
  font-size: 0.7rem;
  z-index: 2;
}

.chat__body__others-pane__container {
  padding: 0.1em;
  overflow-y: auto;
  overflow-x: hidden;
}

.chat__body__others-pane__container__button {
  cursor: pointer;
  text-align: center;
  margin-bottom: 0.0416666667rem;
  border: 0.0416666667rem solid #000;
  margin-top: 0.125rem;
  height: 1.65rem;
  line-height: 2;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2rem;
  border-radius: 0.083rem;
  background-color: #f8f8ff;
  padding: 0.375rem 0.75rem;
}
.chat__body__others-pane__container__button .fa {
  position: absolute;
  left: 0.4em;
  line-height: 2;
  color: black;
  font-size: 0.7rem;
}
.chat__body__others-pane__container__button .fa img {
  border-radius: 0.125rem;
  margin-top: -0.2rem;
}

.chat__body__others-pane__container__button.info {
  background: #d877ff;
  color: #fff;
}

.chat__body__others-pane__container__button.warning {
  background: orange;
  color: #fff;
}

.chat__body__others-pane__container__button.danger {
  background: #d9534f;
  color: #fff;
}

.chat__body__others-pane__container__button.success {
  background: #28a745;
  color: #fff;
}

.chat__body__others-pane__container__button:hover {
  background-color: #eee;
  color: black;
}

.chat__body__others-pane__container__button.disabled {
  background-color: #ddd;
  cursor: no-drop;
}

#chat__body__live-pane {
  background: var(--panes-color);
  z-index: 2;
}
#chat__body__live-pane #chat__body__live-pane__tv {
  width: 100%;
}
#chat__body__live-pane iframe {
  max-width: 100%;
  width: 100%;
}

.chat__body__live-pane__back {
  margin-bottom: 0;
}
.chat__body__live-pane__back button {
  padding: 0.2rem 0.208rem;
  border-radius: 0.0833333333rem !important;
}

.chat_pane__header {
  position: relative;
  background: var(--primary-color);
  margin-bottom: 0;
  display: flex;
  padding: 0;
}
.chat_pane__header .btn {
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
}

.chat_pane__header__title {
  font-size: 0.7rem;
  padding: 0.1em 0.9em;
  color: #fff !important;
  flex: 1;
  margin: 0;
  line-height: 1.9 !important;
}

.chat_pane__header__close {
  margin-right: 0.0833333333rem;
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
}

#chat__footer {
  max-width: 100%;
  background-color: #e9e9e9;
  padding: 0.05rem;
}

#chat__footer__menu {
  max-width: 100%;
  list-style: none;
  margin: 0;
  font-size: 0.6rem;
  padding: 0;
}

.chat__footer__menu__item,
.chat__footer__menu__item:hover {
  border: 0.041rem solid black;
  border-radius: 0.083rem;
  margin: 0.041rem;
  float: left;
  padding: 0.2rem 0rem;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  max-width: 100%;
  max-width: 3.333rem;
  text-align: center;
  cursor: pointer;
}
.chat__footer__menu__item span,
.chat__footer__menu__item:hover span {
  margin-left: 0.1rem;
}
.chat__footer__menu__item .count,
.chat__footer__menu__item:hover .count {
  font-weight: 400;
  margin-left: 0.083rem;
}
.chat__footer__menu__item .unread,
.chat__footer__menu__item:hover .unread {
  background-color: #e9991f;
}
.chat__footer__menu__item .fa,
.chat__footer__menu__item:hover .fa {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
.chat__footer__menu__item:hover,
.chat__footer__menu__item:hover:hover {
  background-color: var(--primary-color);
}

.chat__footer__menu__item.unread {
  color: orange;
}

#chat__footer__menu__conversations_item .count {
  display: none;
}

#chat__footer__menu__conversations_item.unread .count {
  display: inline-block;
}

#chat__footer__menu__wall_item .count {
  display: none;
}

#chat__footer__menu__wall_item.unread .count {
  display: inline-block;
}

#chat__footer__menu__notifications_item .count {
  display: none;
}

#chat__footer__menu__notifications_item.unread .count {
  display: inline-block;
}

@media screen and (max-width: 17.5rem) {
  #chat__footer__menu {
    font-size: 0.55rem;
  }
}
@media screen and (max-width: 14.5833333333rem) {
  #chat__footer__menu {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 13.3333333333rem) {
  #chat__footer__menu {
    font-size: 0.48rem;
  }
}
.gifts_picker {
  margin-bottom: 0.2083333333rem;
  background: white;
  position: absolute;
}

.gifts_picker__contianer {
  text-align: center;
  height: 7.17rem;
  overflow: auto;
  margin-bottom: 0.2083333333rem;
}

.gifts_picker__contianer__img {
  height: 1.0416666667rem;
  margin: 0.0833333333rem;
  padding: 0.0833333333rem;
  border: 0.0416666667rem solid #ccc;
  border-radius: 0.0833333333rem;
  cursor: pointer;
}

.gifts_picker__contianer__img:hover {
  border: 0.0416666667rem solid black;
}

.gifts_picker__contianer__clear,
.gifts_picker__contianer__close {
  font-weight: bold;
  font-size: 0.6rem;
}

#chat_box {
  position: absolute;
  top: 0;
  left: 0rem;
  width: 97%;
  max-width: 20.8333333333rem;
  height: 50%;
  min-height: 7.5rem;
  max-height: 20.8333333333rem;
  border: 0.0416666667rem solid #000;
  background-color: #4A5261;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
#chat_box #chat_box__header__compress,
#chat_box #chat_box__header__unmute {
  display: none;
}
#chat_box #chat_box__header__expand,
#chat_box #chat_box__header__mute {
  display: inline-block;
}
#chat_box .btn:not(.border) {
  width: 1.57rem;
  height: 1.3rem;
  border: none !important;
  margin-top: 0;
  border-radius: 0.042rem;
}
#chat_box .username__wrapper {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

#chat_box.expanded {
  height: 78%;
}
#chat_box.expanded #chat_box__header__compress {
  display: inline-block;
}
#chat_box.expanded #chat_box__header__expand {
  display: none;
}

#chat_box.muted #chat_box__header__mute {
  display: none;
}
#chat_box.muted #chat_box__header__unmute {
  display: inline-block;
}

.chat_box__header {
  padding: 0.1em;
  height: 1.45rem;
  display: flex;
  align-items: center;
}
.chat_box__header .btn {
  font-size: 0.6rem;
  margin-left: 0.1rem;
}

.chat_box__header__avatar {
  border-radius: 0.2rem;
  margin-right: 0.1rem;
}

.chat_box__header__name {
  display: inline-block;
  margin: 0;
  font-size: 0.6rem;
  line-height: 2;
  flex-grow: 1;
}
.chat_box__header__name .username__icon {
  margin-top: 0.25rem;
}

.chat_box__body {
  background: #fefffc;
  overflow: auto;
  flex-grow: 1;
  position: relative;
}

.chat_box__footer {
  background: #EDEDED;
  text-align: center;
  border-top: 0.0416666667rem solid black;
}
.chat_box__footer button {
  margin-right: 0.2em;
  margin-top: 0.0833333333rem;
}

.chat_box__footer form {
  display: flex;
  padding: 0.1rem;
  align-items: center;
}
.chat_box__footer form #chat_box__footer__loader,
.chat_box__footer form #chat_box__footer__loading_percent {
  display: none;
}
.chat_box__footer form #chat_box__footer__share {
  display: inline-block;
}

.chat_box__footer form.loading #chat_box__footer__loader,
.chat_box__footer form.loading #chat_box__footer__loading_percent {
  display: inline;
}
.chat_box__footer form.loading #chat_box__footer__share {
  display: none;
}

#chat_box__footer__loading_percent {
  position: absolute;
  text-align: center;
  font-size: 0.5rem;
  top: 0.4rem;
  left: 0.35rem;
}

.chat_box__footer__smile {
  margin-right: 0.2em;
  margin-top: 0.0833333333rem;
}

.chat_box__footer__input {
  flex-grow: 1;
  margin-right: 0.2em;
  margin-top: 0;
  vertical-align: middle;
  height: 1.3rem;
  margin-top: 0.0416666667rem;
  text-align: left;
  padding: 0.2rem;
  overflow: hidden;
  resize: none;
  outline: none;
}

#chat_box__footer__stop_recording {
  display: none;
}

#chat_box__footer__submit {
  margin-right: 0;
}

#chat_box__header__profile {
  color: white;
  border-color: black !important;
  padding: 0.02rem;
  padding: 0.1rem 0.4rem;
  margin-right: 0.082rem;
}

.audio-recorder {
  display: flex;
  align-items: center;
}
.audio-recorder .btn {
  width: auto !important;
}

#chat_box__body__is_writing {
  position: absolute;
  right: 0;
  bottom: 0;
}

#chat_box__group_members {
  text-align: center;
  padding: 0.2rem;
}

#chat_group_add_member_dialog__close,
#chat_group_add_member {
  border-radius: 50% !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  background: #8BC34A;
  border: 0.0416666667rem solid #FFF;
  box-shadow: 0.0416666667rem 0.0416666667rem 0.125rem #17791b;
  margin: 0.4rem;
  position: absolute;
  bottom: 1.3rem;
  right: 0;
  color: #FFF;
  z-index: 2;
}
#chat_group_add_member_dialog__close::before,
#chat_group_add_member::before {
  position: absolute;
  top: 0.23rem;
  left: 0.44rem;
  font-size: 0.8rem;
}

#chat_group_add_member_dialog__close {
  background: #ff7043;
  box-shadow: 0.0416666667rem 0.0416666667rem 0.125rem #ff7043;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  margin: 0;
  width: 1.3rem !important;
  height: 1.3rem !important;
}
#chat_group_add_member_dialog__close::before {
  position: absolute;
  top: 0.18rem;
  left: 0.4rem;
  font-size: 0.6rem;
}

#chat_group_add_member_dialog {
  position: absolute;
  top: 10%;
  left: 25%;
  width: 50%;
  height: 80%;
  background-color: white;
  border-radius: 0.2rem;
  box-shadow: 0.0416666667rem 0.0416666667rem 0.125rem #9E9E9E;
  z-index: 2;
  padding: 0.2rem;
  border: 1px solid #9E9E9E;
  display: none;
}

#chat_group_add_member_dialog__container {
  width: 100%;
  height: 100%;
  padding: 0.3rem;
}

#chat_group_add_member_dialog__users {
  width: 100%;
  height: 90%;
  overflow: scroll;
}

#chat_group_add_member_dialog__add {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80% !important;
  height: 9% !important;
  margin: 0.2rem auto;
}

.private_message {
  position: relative;
  background: white;
  border: 0.0416666667rem solid lavender;
  margin: 0 0.05rem;
  padding: 0.1rem 0.05rem;
}
.private_message.linen {
  background: linen;
}

.private_message__avatar {
  float: left;
  margin: 0;
  cursor: pointer;
}

.private_message__title__icon {
  margin: 0.0416666667rem 0.0833333333rem 0 0;
}

.private_message__title,
.private_message__body {
  font-size: 0.6rem;
  font-weight: bold;
  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 0;
}

.private_message__body__media {
  max-width: 80%;
  display: block;
  margin: 0.2rem auto 0.2rem auto;
}

.private_message__body__image {
  border: 0.0416666667rem solid #ccc;
  padding: 0.0833333333rem;
  border-radius: 0.2083333333rem;
  cursor: pointer;
  max-height: 6.25rem;
}

.private_message__time {
  font-size: 0.55rem;
  color: #888;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
}

.private_message__check {
  display: none;
  position: absolute;
  right: 0.2rem;
  width: 0.5416666667rem;
  bottom: 0.1rem;
}

.private_message__dbl_check {
  display: none;
  position: absolute;
  right: 0.2rem;
  width: 0.5416666667rem;
  bottom: 0.27rem;
}

.private_message.mine .private_message__check {
  display: inline-block;
}
.private_message.mine.read .private_message__check,
.private_message.mine.read .private_message__dbl_check {
  display: inline-block;
}

.emoji_picker {
  position: absolute;
  max-width: 10.4166666667rem;
  max-height: 8.3333333333rem;
  overflow: auto;
  background: #fefffc;
  z-index: 4;
  padding: 0.0833333333rem;
  border: 0.0416666667rem solid #999;
  border-radius: 0.2083333333rem;
  text-align: center;
  bottom: 0;
  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: 8.3333333333rem;
}

.emoji_picker.wall-comments {
  left: 0.1rem;
  bottom: 1.5rem;
  height: 8.3333333333rem;
}

.emoji_picker__item {
  padding: 0.0833333333rem;
  cursor: pointer;
}

.pswp__top-bar {
  z-index: 100000 !important;
}

.pswp__button--custom {
  color: #fff;
  background: none;
}

.pswp__button--remove {
  color: red;
}

.pswp__button--add {
  color: #58c827;
}

.lazy-loader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  min-width: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lazy-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8333333333rem 0 0 -0.8333333333rem;
}

#floating_particles .floating_particles__item {
  z-index: 1000000;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0.6;
}

#tv_box {
  min-width: 11.6666666667rem;
  max-width: 11.6666666667rem;
  z-index: 2000;
  position: absolute;
  top: 20%;
  padding: 0;
  right: 0;
  border-radius: 0.2083333333rem;
  margin-right: 0.8333333333rem;
}
#tv_box header {
  margin-bottom: 0;
  padding: 0.2rem;
}

#tv_box__title {
  font-size: 0.6rem;
  line-height: 1.6;
}

#tv_box__close,
#tv_box__list {
  position: absolute;
  right: 0;
  top: 0rem;
  font-size: 0.6rem;
}

#tv_box__list {
  right: 1.1rem;
}

#tv_box__body {
  width: 11.6666666667rem;
  height: 8.7916666667rem;
  background: url("/images/tv_bg.png");
}
#tv_box__body iframe {
  width: 100%;
  height: 6.7083333333rem;
  background-color: black;
  padding-left: 0.5rem;
  padding-right: 0.5416666667rem;
  padding-top: 0.5833333333rem;
}

#radio-container img {
  display: none;
  width: 100%;
}
#radio-container img.active {
  display: inline;
}

#call-dialog {
  position: absolute;
  width: 11.25rem;
  top: 2.0833333333rem;
  left: 2.0833333333rem;
  padding: 0.4166666667rem;
  border: 0.0416666667rem solid black;
  background-color: slategrey;
  display: none;
  z-index: 1000000;
}

#call-dialog p {
  margin: 0;
  padding: 0.0833333333rem;
}

#call-dialog button.btn i {
  margin-right: 0.2083333333rem;
}

#call-dialog .target-user-name {
  background-color: #fff;
  margin-bottom: 0.125rem;
  border-radius: 0.125rem;
}

#call-dialog .target-user-avatar {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  border: 0.0416666667rem solid #aaa;
  padding: 0.0833333333rem;
  border-radius: 0.2083333333rem;
}

#call-dialog .call-status {
  text-align: center;
  color: orange;
  direction: rtl;
  padding: 0.125rem 0;
}

#call-dialog .call-status.warning {
  color: orange;
}

#call-dialog .call-status.danger {
  color: #d9534f;
}

#call-dialog .call-status.success {
  color: #5cb85c;
}

#call-dialog__status_start_call {
  display: none;
}

#royal_login_container {
  position: absolute;
  left: 0;
  top: 10%;
}
#royal_login_container .royal_login_item {
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.5rem;
  max-height: 2.2rem;
  min-height: 2.2rem;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  position: relative;
  background: url(/images/royal_login_bg.png) 100% 48%/100% 500% no-repeat;
}
#royal_login_container .royal_login_item .royal_login_item__img {
  position: relative;
  width: 1.875rem;
  height: 1.5rem;
  top: 0.333rem;
  left: 0.583rem;
  border-radius: 0.25rem;
}
#royal_login_container .royal_login_item .royal_login_item__name {
  font-size: 0.7rem;
  color: white;
  left: 2.7rem;
  position: absolute;
  top: 0.75rem;
  width: 12.5rem;
  margin-top: -0.083rem;
  margin-left: 0.458rem;
}
#royal_login_container .royal_login_item .username__wrapper {
  background-color: #FFFFFFCC !important;
  color: #000000 !important;
  padding: 0.042rem 0.417rem;
}
#royal_login_container .royal_login_item:before {
  position: absolute;
  content: "";
  margin-top: -0.083rem;
  margin-bottom: 1.917rem;
  width: 3.125rem;
  height: 2.25rem;
  background: url(/images/royal_login_avatar_bg.png) 100% 100%/100% 100% no-repeat;
}

.bot_brb_modal {
  font-size: 0.7rem;
  height: auto;
}
.bot_brb_modal .modal-dialog {
  max-width: 14.25rem;
}

.bot_brb_modal__header__name {
  font-size: 0.6rem;
  padding-left: 0.2rem;
}

.bot_brb_modal__header__close {
  position: absolute;
  right: 0.05em;
  top: 0.05em;
}

.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: bold;
}
.bot_brb_modal__body .alert {
  font-size: 0.7rem;
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.bot_brb_modal__footer {
  padding: 0.1rem;
}

.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;
  padding: 0.06rem;
  display: flex;
}
#mic-speakers audio {
  display: inline;
  position: absolute;
  left: -416666.625rem;
}
#mic-speakers .mic-speakers--item {
  position: relative;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
  display: inline;
  font-size: 1.1rem;
  margin: 0.042rem;
  border: 0.0416666667rem solid #113233;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  width: 2.2083333333rem;
  height: 2.0833333333rem;
  margin: 0.0416666667rem;
  border-radius: 0.1666666667rem;
}
#mic-speakers .mic-speakers--item .mic-speakers--item__name {
  font-size: 0.53rem;
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background: #ffffffa8;
  color: #000000;
  padding: 0.1666666667rem 0;
  display: none;
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
#mic-speakers .mic-speakers--item.has-bg .fa-microphone {
  display: none;
}
#mic-speakers .mic-speakers--item.disabled {
  cursor: no-drop;
  opacity: 0.5;
}
#mic-speakers .mic-speakers--item.ripple {
  animation: ripple 0.7s linear infinite;
}
#mic-speakers .mic-speakers--item.speaking .wave-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
#mic-speakers .mic-speakers--item.speaking .wave-circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(18, 244, 82, 0.5);
  animation: wave-animation 1.5s infinite ease-out;
}
#mic-speakers .mic-speakers--item.speaking .wave-circle.c1 {
  animation-delay: 0s;
}
#mic-speakers .mic-speakers--item.speaking .wave-circle.c2 {
  animation-delay: 0.5s;
}
#mic-speakers .mic-speakers--item.speaking .wave-circle.c3 {
  animation-delay: 1s;
}
#mic-speakers .mic-speakers--item.muted:after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0.083rem;
  background: var(--primary-color);
  content: "";
  width: 100%;
  display: block;
  transform: rotate(135deg);
  z-index: 1;
}
#mic-speakers .mic-speakers--item .number {
  position: absolute;
  font-size: 0.6rem;
  bottom: 0;
  right: 0.65rem;
}
#mic-speakers .mic-speakers--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.125rem;
  display: none;
}
#mic-speakers .mic-speakers--item .fa-microphone::before {
  position: absolute;
  top: 0;
  margin-left: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  color: #000000;
  font-size: 1.4rem;
}
#mic-speakers .mic-speakers--item .fa-lock {
  display: none;
  top: 0.2rem;
  font-size: 1.2rem;
  position: relative;
}
#mic-speakers .mic-speakers--item.locked .fa-lock {
  display: inline;
  color: var(--mic-color);
}
#mic-speakers .mic-speakers--item.locked .fa-microphone,
#mic-speakers .mic-speakers--item.locked .fa-video-camera {
  display: none;
}
#mic-speakers .mic-speakers--item.locked.has-bg .fa-lock {
  display: none;
}
@keyframes wave-animation {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0.8;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
#mic-speakers .mic-speakers--item__modal {
  position: absolute;
  border-radius: 0.208rem;
  background-color: goldenrod;
  top: 1.8rem;
  width: 6rem;
  z-index: 2;
  left: -2.2rem;
  padding: 0.4rem;
  height: auto;
  display: none;
  text-align: center;
  box-shadow: 0 0 0.416rem 0 #9E9E9E;
}
#mic-speakers .mic-speakers--item__modal .btn {
  display: inline-block;
  margin-bottom: 0.2rem;
  width: 100%;
  padding: 0.1rem;
}
#mic-speakers .mic-speakers--item__modal .btn:last-child {
  margin-bottom: 0;
}
#mic-speakers #mic-speakers--mute {
  position: relative;
  width: 2.375rem;
  border-radius: 0.208rem;
  color: black;
  display: inline-grid;
  font-size: 1.1rem;
  border: 0.042rem solid #000000;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.083rem;
  color: black;
  background-color: #3cb371;
}
#mic-speakers #mic-speakers--mute .fa::before {
  position: absolute;
  margin-left: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  color: black;
  font-size: 1.5rem;
}
#mic-speakers #mic-speakers--mute .fa-volume-off::before {
  padding-right: 0.1rem;
}
#mic-speakers #mic-speakers--mute .fa-volume-off {
  display: none;
}
#mic-speakers #mic-speakers--mute .fa-volume-up {
  display: inline;
}
#mic-speakers #mic-speakers--mute.muted {
  background-color: #d85454;
}
#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: 0.5rem;
  border-radius: 0.416rem;
  background-color: white;
  color: black;
  z-index: 4;
  box-shadow: 0 0 0.416rem 0 #9E9E9E;
}
#mic-speakers .mic-speakers__play-dialog .title {
  font-size: 0.9rem;
}
#mic-speakers .mic-speakers__play-dialog .buttons {
  margin-bottom: 0;
}
#mic-speakers .mic-speakers__play-dialog .buttons .btn {
  margin: 0 0.2rem;
  padding: 0.2rem 0.4rem;
}
#mic-speakers audio {
  display: none;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 200, 45, 0), 0 0 0 0.041rem rgba(0, 200, 45, 0.3), 0 0 0 0.083rem rgba(0, 200, 45, 0.3), 0 0 0 0.125rem rgba(0, 200, 45, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.041rem rgba(0, 200, 45, 0.3), 0 0 0 0.166rem rgba(0, 200, 45, 0.3), 0 0 0 0.208rem rgba(0, 200, 45, 0.3), 0 0 0 0.25rem rgba(0, 200, 45, 0);
  }
}
/* Sound Slider Range Styles */
#mic-speakers--item__modal--range {
  width: 100%;
}
#mic-speakers--item__modal--range .slider {
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 0.5rem;
  padding: 0;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
#mic-speakers--item__modal--range .slider:hover {
  opacity: 1;
}
#mic-speakers--item__modal--range .slider::-webkit-slider-thumb {
  appearance: none;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--primary-color);
  cursor: pointer;
}
#mic-speakers--item__modal--range .slider::-moz-range-thumb {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--primary-color);
  cursor: pointer;
}

#chat__body__wall_creator_pane {
  background: var(--panes-color);
  z-index: 2;
  border-bottom-width: 0.0833333333rem;
}
#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;
  padding-bottom: 1.5rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user {
  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: 4.1666666667rem;
}
#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:nth-child(1) .avatar {
  border-color: #c9cdd5;
  border-width: 0.2083333333rem;
  border-style: solid;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(1) .grade {
  left: 0.64rem;
  bottom: -1.5rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium .chat_pane__container__podium-user:nth-child(1) .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-color: #fcc109;
  border-width: 0.2083333333rem;
  border-style: solid;
}
#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-color: #d38151;
  border-width: 0.2083333333rem;
  border-style: solid;
}
#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: 0rem;
  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: 3.75rem;
  color: #FFFFFF;
  background-color: #47ad61;
  font-family: sans-serif;
  border-top-color: #7bcb68;
  border-top-width: 0.4166666667rem;
  border-top-style: solid;
}
#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 .rank {
  font-size: 0.8rem;
  position: relative;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:nth-child(1) {
  height: 4.1666666667rem;
  vertical-align: bottom;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:nth-child(1) .rank {
  top: 0.5rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:nth-child(2) {
  background-color: #69bb56;
  height: 4.5833333333rem;
  vertical-align: bottom;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:nth-child(2) .rank {
  top: 0.8rem;
}
#chat__body__wall_creator_pane .chat_pane__container__podium-grade:nth-child(3) .rank {
  top: 0.1rem;
}
#chat__body__wall_creator_pane .chat_pane__container__posts .chat_pane__container__post {
  padding: 0.2rem 0;
  position: relative;
  background-color: #FFFFFF;
}
#chat__body__wall_creator_pane .chat_pane__container__posts .chat_pane__container__post .grade {
  display: inline-block;
  width: 1.25rem;
  text-align: center;
  font-size: 0.8rem;
  color: #747a74;
}
#chat__body__wall_creator_pane .chat_pane__container__posts .chat_pane__container__post .avatar {
  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_container .broadcast_live_box {
  width: 11.6666666667rem;
  height: 11.6666666667rem;
  z-index: 3;
  position: absolute;
  bottom: 30%;
  padding: 0;
  left: 1rem;
  border-radius: 0.2083333333rem;
  resize: both;
  overflow: auto;
}
#broadcast_live_container .broadcast_live_box header {
  margin-bottom: 0;
  padding: 0.2rem;
  height: 1.2rem;
}
#broadcast_live_container .broadcast_live_box__title {
  font-size: 0.6rem;
  line-height: 1.6;
  margin-top: -0.15rem;
  display: inline-block;
}
#broadcast_live_container .broadcast_live_box__close,
#broadcast_live_container .broadcast_live_box__list {
  position: absolute;
  right: 0;
  top: 0rem;
  font-size: 0.6rem;
}
#broadcast_live_container .broadcast_live_box__list {
  right: 1.1rem;
}
#broadcast_live_container .broadcast_live_box__body {
  width: 100%;
  height: calc(100% - 1.2rem);
  background-color: black;
}
#broadcast_live_container .broadcast_live_box__body video {
  width: 100%;
  height: 100%;
}
#broadcast_live_container #show_broadcast_live {
  position: absolute;
  right: 0.2rem;
  bottom: 4rem;
  z-index: 2;
}
#broadcast_live_container #show_broadcast_live img {
  margin-top: -6.5rem;
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  border-radius: 50%;
  cursor: pointer;
  border: 0.125rem solid #FFFFFF;
  box-shadow: 0 0 0.2083333333rem 0.0833333333rem #afafaf;
}

#audio-gallery-pane {
  z-index: 2;
}
#audio-gallery-pane #audio-gallery-pane--add {
  padding: 0.2rem 0.208rem;
  border-radius: 0.0833333333rem !important;
}
#audio-gallery-pane #audio-gallery-pane--player {
  max-width: 100%;
  height: 2.3rem;
}

.audio-gallery-item {
  position: relative;
  background: white;
  border-bottom: 0.0416666667rem solid lightgray;
  cursor: pointer;
}
.audio-gallery-item .audio-gallery-item--label {
  margin: 0;
  max-width: 10rem;
  padding: 0.4rem 0.2rem;
}
.audio-gallery-item .fa-play {
  position: absolute;
  right: 1.2rem;
  top: 0.2rem;
  color: var(--primary-color);
}
.audio-gallery-item button.fa-times {
  right: 0.1rem;
  top: 0.2rem;
  position: absolute;
  font-size: 0.5rem;
}

.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  align-items: center;
  border: 0.0416666667rem solid #DDE2E6;
  border-radius: 0.1666666667rem;
  background: #fff;
}

.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  border: 0.0416666667rem solid var(--primary-color);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
  border: 0.0416666667rem solid var(--primary-color-light);
}

.audioplayer-playing .audioplayer-playpause:hover {
  background: rgba(235, 79, 26, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 0.0833333333rem;
  border-top: 0.2916666667rem solid transparent;
  border-right: none;
  border-bottom: 0.2916666667rem solid transparent;
  border-left: 0.5rem solid var(--primary-color);
}

.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 0.5rem;
  height: 0.5833333333rem;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 0.1666666667rem;
  height: 0.5833333333rem;
  background-color: var(--primary-color-light);
}

.audioplayer-time {
  display: flex;
  width: 1.6666666667rem;
  justify-content: center;
  font-size: 0.5rem;
  color: rgba(51, 51, 51, 0.6);
}

.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 0.15rem;
  height: 0.5rem;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 0.2083333333rem;
  width: 100%;
  height: 0.0833333333rem;
  background-color: #DDE2E6;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 0.2083333333rem;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 0.0833333333rem;
  background: #BEC8D2;
}

.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 0.0833333333rem;
  background: -webkit-linear-gradient(left, var(--primary-color), var(--primary-color-light));
}

.audioplayer-bar-played::after {
  content: "";
  display: flex;
  position: absolute;
  box-sizing: border-box;
  top: -0.2083333333rem;
  right: -0.0416666667rem;
  margin-right: -0.2083333333rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 0.0833333333rem solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 0.0833333333rem solid var(--primary-color);
}

.audioplayer-volume {
  display: flex;
  align-items: center;
}

.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: flex;
  width: 0.25rem;
  height: 0.3333333333rem;
  background-color: var(--primary-color);
  position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 0.3333333333rem solid transparent;
  border-right: 0.375rem solid var(--primary-color);
  border-bottom: 0.3333333333rem solid transparent;
  border-left: none;
  top: -0.1666666667rem;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 0.4166666667rem;
  top: -0.0833333333rem;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.25rem double var(--primary-color);
  border-width: 0.25rem 0.25rem 0 0;
  border-radius: 0 0.5rem 0 0;
  transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  background-color: var(--primary-color-light);
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 0.375rem solid var(--primary-color-light);
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 2.5rem;
  height: 0.0833333333rem;
  cursor: pointer;
  background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.0833333333rem;
  background-color: var(--primary-color);
  max-width: 90%;
}

.audioplayer-volume-adjust div div::before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
  margin-right: -0.2083333333rem;
  border: 0.0833333333rem solid var(--primary-color);
  top: -0.2083333333rem;
  right: 0;
}

.message-box {
  position: absolute;
  top: 0.8333333333rem;
  left: 0.8333333333rem;
  animation: show_message_box 1s ease forwards;
  z-index: 10000000;
}
.message-box .box {
  background: #fff;
  padding: 0.4rem;
  padding-right: 0.6rem;
  border-radius: 0.4166666667rem;
  border-left: 0.2083333333rem solid #2ecc71;
  box-shadow: 0.0416666667rem 0.2916666667rem 0.5833333333rem -0.2083333333rem rgba(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 {
  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;
  display: flex;
  align-items: center;
  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: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-box .close-icon:hover {
  background: #efefef;
}

.message-box.hide {
  animation: hide_message_box 1s ease forwards;
}

@keyframes show_message_box {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(10%);
  }
  80%, 100% {
    transform: translateX(0.8333333333rem);
  }
}
@keyframes hide_message_box {
  0% {
    transform: translateX(0.8333333333rem);
  }
  40% {
    transform: translateX(10%);
  }
  80%, 100% {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
  }
}
.dice {
  position: relative;
  width: 4.1666666667rem;
  height: 4.1666666667rem;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.dot {
  position: absolute;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  margin: -0.4166666667rem 0.2083333333rem 0.2083333333rem -0.4166666667rem;
  border-radius: 0.8333333333rem;
  background-color: #ef233c;
  box-shadow: inset 0.0833333333rem 0.0833333333rem #d90429;
}

.dice-one {
  left: 18.75rem;
}

.dice-two {
  left: 12.5rem;
  top: -8.3333333333rem;
}

.side {
  position: absolute;
  background-color: #ffF;
  border-radius: 0.2083333333rem;
  width: 4.1666666667rem;
  height: 4.1666666667rem;
  border: 0.0416666667rem solid #e5e5e5;
  text-align: center;
  line-height: 2em;
}

.side:nth-child(1) {
  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);
}

.two-1, .three-1, .four-1, .five-1, .six-1 {
  top: 20%;
  left: 20%;
}

.four-3, .five-3, .six-4 {
  top: 20%;
  left: 80%;
}

.one-1, .three-2, .five-5 {
  top: 50%;
  left: 50%;
}

.four-2, .five-2, .six-3 {
  top: 80%;
  left: 20%;
}

.two-2, .three-3, .four-4, .five-4, .six-6 {
  top: 80%;
  left: 80%;
}

.six-2 {
  top: 50%;
  left: 20%;
}

.six-5 {
  top: 50%;
  left: 80%;
}

.show-1 {
  transform: rotateX(720deg) rotateZ(-720deg);
}

.show-6 {
  transform: rotateX(-900deg) rotateZ(1080deg);
}

.show-3 {
  transform: rotateY(-450deg) rotateZ(-1440deg);
}

.show-4 {
  transform: rotateY(810deg) rotateZ(720deg);
}

.show-5 {
  transform: rotateX(-810deg) rotateZ(-1080deg);
}

.show-2 {
  transform: rotateX(450deg) rotateZ(-720deg);
}

.pre_youcam_ludo_modal {
  font-size: 0.7rem;
  height: auto;
}
.pre_youcam_ludo_modal .modal-dialog {
  max-width: 14.25rem;
}

.pre_youcam_ludo_modal__header__name {
  font-size: 0.6rem;
  padding-left: 0.2rem;
  text-align: center;
}

.pre_youcam_ludo_modal__header__close {
  position: absolute;
  right: 0.05em;
  top: 0.05em;
}

.pre_youcam_ludo_modal__body {
  background: url(/images/youcam_ludo_pre_bg.webp);
  background-size: 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: bold;
}
.pre_youcam_ludo_modal__body .alert {
  font-size: 0.7rem;
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.pre_youcam_ludo_modal__footer {
  padding: 0.1rem;
}

.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;
  width: 63%;
  height: 2em;
  margin-left: 0.2083333333rem;
  margin-bottom: 0.2083333333rem;
  margin-right: 0.2083333333rem;
  width: 75%;
}

.pre_youcam_ludo_modal__body__form--select:focus,
.pre_youcam_ludo_modal__body__form--select:active {
  border: 0.0416666667rem solid black;
}

.pre_youcam_ludo_modal__body__form--player-icon {
  vertical-align: top;
}

#pre_youcam_ludo_modal__body__form--request-red__loader,
#pre_youcam_ludo_modal__body__form--request-green__loader,
#pre_youcam_ludo_modal__body__form--request-yellow__loader,
#pre_youcam_ludo_modal__body__form--request-blue__loader {
  display: none;
}

/*
******************************************************************************************************************************************************
*/
.red {
  color: #ec3a28;
}

.green {
  color: #0ebd46;
}

.yellow {
  color: #f7c00b;
}

.blue {
  color: #198afa;
}

main {
  height: 103vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  gap: 0.8333333333rem;
  top: 0;
  padding-top: 10vh;
  position: absolute;
  background: #32184c;
  background: linear-gradient(66deg, #32184c 0%, #3c1e5b 10%, #32184c 20%, #3c1e5b 30%, #32184c 40%, #3c1e5b 50%, #32184c 60%, #3c1e5b 70%, #32184c 80%, #3c1e5b 90%, #32184c 100%);
}

.ludo-board {
  position: relative;
  background: #9f5939;
  box-shadow: 0rem 0.2083333333rem 0.2083333333rem 0.1666666667rem #5e2a13;
  box-shadow: 0 0.1666666667rem 1.25rem rgba(0, 0, 0, 0.1);
  border: 0.4166666667rem solid #9f5939;
  border-radius: 0.4166666667rem;
  width: 80vh;
  height: 80vh;
  box-shadow: 0rem 0rem 0.2083333333rem 0rem black;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(15, 1fr);
  margin: 0 auto;
}

.red-home {
  border: 0.2916666667rem solid rgba(0, 0, 0, 0.3);
  grid-column: 1/7;
  grid-row: 1/7;
}

.green-home {
  border: 0.2916666667rem solid rgba(0, 0, 0, 0.3);
  grid-column: 10/16;
  grid-row: 1/7;
}

.blue-home {
  border: 0.2916666667rem solid rgba(0, 0, 0, 0.3);
  grid-column: 1/7;
  grid-row: 10/16;
}

.yellow-home {
  border: 0.2916666667rem solid rgba(0, 0, 0, 0.3);
  grid-column: 10/16;
  grid-row: 10/16;
}

.winner-home {
  position: relative;
  background: #FFFFFF;
  border: 0.0416666667rem solid #000000;
  border-radius: 0.6666666667rem;
  backdrop-filter: blur(0.3416666667rem);
  -webkit-backdrop-filter: blur(0.3416666667rem);
  display: grid;
  grid-column: 7/10;
  grid-row: 7/10;
  padding: 0.625rem;
  grid-template-columns: 1fr 1fr;
}

.step {
  border: 0.0416666667rem solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}

.step .player {
  position: absolute;
}

.step .player:nth-child(1) {
  margin-top: 0rem;
  margin-left: 0rem;
}

.step .player:nth-child(2) {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
}

.step .player:nth-child(3) {
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}

.step .player:nth-child(4) {
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}

.step .player:nth-child(5) {
  margin-top: 0.375rem;
  margin-left: 0.375rem;
}

.step .player:nth-child(6) {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.step .player:nth-child(7) {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}

.bg-red {
  background-color: #ec3a28;
}

.red-stop {
  background-image: linear-gradient(159deg, #ec3a28 25%, #e6e6e6 25%, #e6e6e6 50%, #ec3a28 50%, #ec3a28 75%, #e6e6e6 75%, #e6e6e6 100%);
  background-size: 1.1625rem 0.44625rem;
}

.green-stop {
  background-image: linear-gradient(159deg, #0ebd46 25%, #e6e6e6 25%, #e6e6e6 50%, #0ebd46 50%, #0ebd46 75%, #e6e6e6 75%, #e6e6e6 100%);
  background-size: 1.1625rem 0.44625rem;
}

.blue-stop {
  background-image: linear-gradient(159deg, #198afa 25%, #e6e6e6 25%, #e6e6e6 50%, #198afa 50%, #198afa 75%, #e6e6e6 75%, #e6e6e6 100%);
  background-size: 1.1625rem 0.44625rem;
}

.yellow-stop {
  background-image: linear-gradient(159deg, #f7c00b 25%, #e6e6e6 25%, #e6e6e6 50%, #f7c00b 50%, #f7c00b 75%, #e6e6e6 75%, #e6e6e6 100%);
  background-size: 1.1625rem 0.44625rem;
}

.bg-green {
  background-color: #0ebd46;
}

.bg-blue {
  background-color: #198afa;
}

.bg-yellow {
  background-color: #f7c00b;
}

.white-box {
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.player-room {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.super-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.super-center.active {
  animation: decOpacity 0.7s linear infinite;
}
.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: 0.5416666667rem;
}
.super-center.red-home .white-box {
  background-color: #b53224;
}

.super-center.green-home {
  border-top-right-radius: 0.5416666667rem;
}
.super-center.green-home .white-box {
  background-color: #1c883b;
}

.super-center.yellow-home {
  border-bottom-right-radius: 0.5416666667rem;
}
.super-center.yellow-home .white-box {
  background-color: #c39616;
}

.super-center.blue-home {
  border-bottom-left-radius: 0.5416666667rem;
}
.super-center.blue-home .white-box {
  background-color: #1c6abb;
}

.player {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: 0.125rem solid white;
  z-index: 1;
}

.player:hover {
  transform: scale(1.2);
  opacity: 0.7;
  cursor: pointer;
}

.player.bg-red {
  box-shadow: 0 0 0 0.125rem #ec3a28;
}

.player.bg-red[data-status=win] {
  z-index: 1;
  left: -3rem;
  top: -0.75rem;
}

.player.bg-green {
  box-shadow: 0 0 0 0.125rem #47ca6d;
}

.player.bg-green[data-status=win] {
  z-index: 1;
  left: -1rem;
  top: -3rem;
}

.player.bg-yellow {
  box-shadow: 0 0 0 0.125rem #F8C30B;
}

.player.bg-yellow[data-status=win] {
  z-index: 1;
  left: 1rem;
  top: -0.85rem;
}

.player.bg-blue {
  box-shadow: 0 0 0 0.125rem #0193DF;
}

.player.bg-blue[data-status=win] {
  z-index: 1;
  left: -1rem;
  top: 1rem;
}

.f {
  display: flex;
  align-items: center;
}

.movered1, .movegreen1, .moveblue1, .moveyellow1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.movered2, .movegreen2, .moveblue2, .moveyellow2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.movered3, .movegreen3, .moveblue3, .moveyellow3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.movered4, .movegreen4, .moveblue4, .moveyellow4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.stack .player {
  position: absolute;
}

.stack .player:nth-child(1) {
  margin-top: 0.1666666667rem;
  margin-left: 0.1666666667rem;
}

.stack .player:nth-child(2) {
  margin-top: 0.3333333333rem;
  margin-left: 0.3333333333rem;
}

.stack .player:nth-child(3) {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.stack .player:nth-child(4) {
  margin-top: 0.6666666667rem;
  margin-left: 0.6666666667rem;
}

#red-dice,
#green-dice,
#yellow-dice,
#blue-dice {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  background-color: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  outline: none;
  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: 4.1666666667rem;
  height: 4.1666666667rem;
}

.d0 {
  background-image: url("/images/dice1.png");
}

.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 {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 3.4166666667rem solid transparent;
  border-bottom: 3.4166666667rem solid transparent;
  border-left: 3.4166666667rem solid #ec3a28;
}

.gwh {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 3.4166666667rem solid transparent;
  border-right: 3.4166666667rem solid transparent;
  border-top: 3.4166666667rem solid #0ebd46;
}

.ywh {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 3.4166666667rem solid transparent;
  border-bottom: 3.4166666667rem solid transparent;
  border-right: 3.4166666667rem solid #f7c00b;
}

.bwh {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 3.4166666667rem solid transparent;
  border-right: 3.4166666667rem solid transparent;
  border-bottom: 3.4166666667rem solid #198afa;
}

#ludo-board__top_buttons {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 0.8rem;
  color: #FFFFFF;
  font-size: 0.8rem;
  direction: rtl;
}
#ludo-board__top_buttons button {
  margin: 0.125rem;
}

#show_ludo {
  position: absolute;
  right: 0.2rem;
  bottom: 4rem;
  z-index: 2;
}
#show_ludo img {
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  border-radius: 50%;
  cursor: pointer;
  border: 0.125rem solid #FFFFFF;
  box-shadow: 0 0 0.2083333333rem 0.0833333333rem #afafaf;
}

#show_ludo.active img {
  animation: lightingBorder 0.7s linear infinite;
}

.ludo_user {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.ludo_user .ludo_user--avatar {
  width: 13%;
  height: 13%;
  max-width: 1.25rem;
  max-height: 1.25rem;
  border-radius: 50%;
}
.ludo_user .username__wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
  display: inline-block;
  vertical-align: middle;
}

.ludo_user.red, .ludo_user.green {
  top: 0;
}

@media screen and (max-width: 37.5rem) {
  main {
    height: 103vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8333333333rem;
    top: 0;
    padding-top: 0;
  }

  .ludo-board {
    position: relative;
    background: #9f5939;
    box-shadow: 0rem 0.2083333333rem 0.2083333333rem 0.1666666667rem #5e2a13;
    box-shadow: 0 0.1666666667rem 1.25rem rgba(0, 0, 0, 0.1);
    border: 0.4166666667rem solid #9f5939;
    border-radius: 0.4166666667rem;
    width: 90vw;
    height: 90vw;
    box-shadow: 0rem 0rem 0.2083333333rem 0rem black;
    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;
  }
}
@media screen and (max-width: 25rem) {
  .player {
    width: 1rem;
    height: 1rem;
  }

  main {
    height: 103vh;
    width: 100vw;
  }
}
@media (min-width: 24rem) {
  .container {
    max-width: none;
  }
}
@keyframes decOpacity {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightingBorder {
  0% {
    border-color: #1fcf4d;
  }
  100% {
    border-color: #FFFFFF;
  }
}
.pre_youcam_uno_modal {
  font-size: 0.7rem;
  height: auto;
}
.pre_youcam_uno_modal .modal-dialog {
  max-width: 14.25rem;
}

.pre_youcam_uno_modal__header {
  margin-bottom: 0;
}

.pre_youcam_uno_modal__header__name {
  font-size: 0.6rem;
  padding-left: 0.2rem;
  text-align: center;
}

.pre_youcam_uno_modal__header__close {
  position: absolute;
  right: 0.05em;
  top: 0.05em;
}

.pre_youcam_uno_modal__body {
  background: url(/images/youcam_uno_pre_bg.webp);
  background-size: contain;
}
.pre_youcam_uno_modal__body input {
  width: 100%;
  height: 1.2rem;
  margin-bottom: 0.3rem;
}
.pre_youcam_uno_modal__body input[type=checkbox] {
  width: auto;
}
.pre_youcam_uno_modal__body label {
  font-size: 0.55rem;
  vertical-align: middle;
  margin-left: 0.3rem;
  font-weight: bold;
}
.pre_youcam_uno_modal__body .alert {
  font-size: 0.7rem;
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.pre_youcam_uno_modal__footer {
  padding: 0.1rem;
}

.pre_youcam_uno_modal__body__form__buttons {
  text-align: center;
  margin: 0.5rem;
}
.pre_youcam_uno_modal__body__form__buttons button {
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}

.pre_youcam_uno_modal__body__form--select {
  vertical-align: middle;
  padding: 0.2em;
  width: 63%;
  height: 2em;
  margin-left: 0.208rem;
  margin-bottom: 0.208rem;
  margin-right: 0.208rem;
  width: 75%;
}

.pre_youcam_uno_modal__body__form--select:focus,
.pre_youcam_uno_modal__body__form--select:active {
  border: 0.041rem solid black;
}

.pre_youcam_uno_modal__body__form--player-icon {
  vertical-align: top;
}

#pre_youcam_uno_modal__body__form--request-pl1__loader,
#pre_youcam_uno_modal__body__form--request-pl2__loader,
#pre_youcam_uno_modal__body__form--request-pl3__loader {
  display: none;
}

/*
******************************************************************************************************************************************************
*/
#youcam-uno {
  background-image: url("/images/background.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 0.208rem;
  box-shadow: inset 0 0 10vw yellow;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fb8686;
}
#youcam-uno #youcam-uno-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("/images/polygonal-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
#youcam-uno > div {
  align-items: center;
  justify-content: center;
}
#youcam-uno .user {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#youcam-uno .user .name {
  margin: 0;
  margin-bottom: 0.5vh;
  background-color: #228db4;
  color: white;
  padding: 0.2rem 0.4rem;
  border: 0.041rem solid #efefef;
  border-radius: 0.2rem;
  font-size: 0.5rem;
  text-overflow: clip;
  overflow: hidden;
}
#youcam-uno .user .avatar {
  width: 6vh;
  height: 6vh;
  max-width: 2.5rem;
  max-height: 2.5rem;
  padding: 0.05rem;
  border: 0.083rem solid #e5c8ff;
  border-radius: 0.4rem;
  position: relative;
}
#youcam-uno .user .avatar img {
  width: 100%;
  height: 100%;
}
#youcam-uno .user .avatar .avatar-img {
  border-radius: 0.3rem;
}
#youcam-uno .user .avatar .uno {
  display: none;
  position: absolute;
  left: 0;
}
#youcam-uno .user .avatar.uno .uno {
  display: inline;
  animation: uno-indicator 0.7s infinite;
}
#youcam-uno .user .avatar .mic {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: white;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0.3vw;
  padding: 0.4vw;
  z-index: 1000000000;
  border-radius: 50%;
  cursor: pointer;
}
#youcam-uno .user .avatar .mic.on {
  box-shadow: inset 0 0 5px 3px #dd71ff;
  animation: action-card-indicator 0.5s infinite;
}
#youcam-uno .user .avatar .count {
  width: 0.8rem;
  height: 0.8rem;
  background-color: white;
  color: black;
  border: 1px solid black;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
}
#youcam-uno .user.bot .avatar {
  background-color: #d6e8d7;
}
#youcam-uno #youcam-uno-left .user .avatar .count {
  right: -0.4rem;
  top: -0.3rem;
}
#youcam-uno #youcam-uno-left .user .avatar .mic {
  right: -0.4rem;
  bottom: -0.4rem;
}
#youcam-uno #youcam-uno-right .user {
  align-items: end;
}
#youcam-uno #youcam-uno-right .user .avatar .count {
  left: -0.4rem;
  top: -0.3rem;
}
#youcam-uno #youcam-uno-right .user .avatar .mic {
  left: -0.4rem;
  bottom: -0.4rem;
}
#youcam-uno #youcam-uno-top .user {
  align-items: center;
}
#youcam-uno #youcam-uno-top .user .avatar .count {
  right: -0.4rem;
  bottom: -0.3rem;
}
#youcam-uno #youcam-uno-top .user .avatar .mic {
  left: -0.4rem;
  bottom: -0.4rem;
}

/*
* Top Cards
*/
#youcam-uno-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#youcam-uno-top .cards {
  display: flex;
  overflow: scroll;
  padding: 0.5rem 4rem;
  justify-content: center;
  width: 100%;
  padding-bottom: 0;
}

#youcam-uno-top .cards .card {
  max-width: 10vw;
  min-height: 10vh;
  max-height: 10vh;
  border-radius: 0.33rem;
  box-shadow: 0 0.41rem 0.41rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  margin-left: -6%;
}

#youcam-uno-top .cards .card:first-child {
  margin-left: 0;
}

/*************************************************************/
/*
* Middle Cards
*/
#youcam-uno-middle {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}

/*************************************************************/
/*
* Left Cards
*/
#youcam-uno-left {
  width: 25%;
  max-width: 25%;
  max-height: 35vh;
}

#youcam-uno-left .cards {
  display: flex;
  overflow: scroll;
  flex-direction: column;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
}

#youcam-uno-left .cards .card {
  max-width: 8vw;
  max-height: 6.25rem;
  border-radius: 0.33rem;
  box-shadow: 0 0.41rem 0.41rem rgba(0, 0, 0, 0.1);
  margin-top: -9vw;
  z-index: 1000000;
}

#youcam-uno-left .user .avatar {
  margin-left: 0.2rem;
}

/*************************************************************/
/*
* Uno Scene
*/
#youcam-uno-scene {
  height: 100%;
  flex-grow: 1;
  position: relative;
}

#youcam-uno-scene-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/images/circular-arrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}

#youcam-uno-scene-arrow.rtl {
  background-image: url("/images/circular-arrow-rtl.png");
}

#youcam-uno-scene .cards {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#youcam-uno-scene .cards .card {
  height: 15vh;
  max-height: 20vh;
  position: absolute;
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
}

#youcam-uno-scene .cards .card.youcam-uno-action {
  animation: action-card-indicator 0.5s infinite;
  box-shadow: 0 0 20px 7px #ffd92f;
}

#youcam-uno-scene .cards .card.red {
  box-shadow: 0 0 2vw 1.5vw #d73831;
}

#youcam-uno-scene .cards .card.blue {
  box-shadow: 0 0 2vw 1.5vw #4094d4;
}

#youcam-uno-scene .cards .card.yellow {
  box-shadow: 0 0 2vw 1.5vw #f9dd4b;
}

#youcam-uno-scene .cards .card.green {
  box-shadow: 0 0 2vw 1.5vw #48a159;
}

/*************************************************************/
/*
* Right Cards
*/
#youcam-uno-right {
  width: 25%;
  max-width: 25%;
  max-height: 35vh;
}

#youcam-uno-right .cards {
  display: flex;
  overflow: scroll;
  flex-direction: column;
  padding: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
}

#youcam-uno-right .cards .card {
  max-width: 8vw;
  max-height: 6.25rem;
  border-radius: 0.33rem;
  box-shadow: 0 0.41rem 0.41rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  margin-top: -9vw;
}

#youcam-uno-right .user .avatar {
  margin-right: 0.2rem;
}

/*************************************************************/
/*
* Bottom Cards
*/
#youcam-uno-bottom {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#youcam-uno-bottom .cards {
  display: flex;
  overflow: hidden;
  padding: 1rem 4rem;
  padding-top: 0;
  justify-content: center;
}

#youcam-uno-bottom .cards .card {
  max-width: 20vw;
  height: 12vh;
  min-height: 12vh;
  max-height: 12vh;
  border-radius: 0.33rem;
  box-shadow: 0 0.41rem 0.41rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-left: -6%;
}

#youcam-uno-bottom .cards .card:first-child {
  margin-left: 0;
}

#youcam-uno-bottom .cards .card:hover {
  margin-right: 0.83rem;
  box-shadow: 0 0 0.83rem 0.29rem #ffd92f;
  z-index: 10;
}

#youcam-uno-bottom .cards .card:last-child:hover {
  margin-right: 0;
}

#youcam-uno-bottom .bottom-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#youcam-uno-bottom .bottom-footer .cards-box {
  height: 4rem;
  margin-left: 1rem;
}

#youcam-uno-bottom .bottom-footer .arrow-down {
  margin-left: 1.5rem;
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: 4rem;
  display: none;
}

.draw-cards-count {
  position: absolute;
  color: white;
  font-size: 1rem;
  transition: font-size 1s ease-in-out;
  z-index: 1000000;
}

#youcam-uno-bottom .bottom-footer .arrow-down.active {
  animation: arrow-down-indicator 0.5s infinite;
  display: inline;
}

.cards-box-item {
  height: 4rem;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  transform: rotate(15deg);
}

#youcam-uno-bottom .bottom-footer .user {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#youcam-uno-bottom .bottom-footer .user .name {
  margin: 0;
  margin-top: 0.3rem;
  background-color: #228db4;
  color: white;
  padding: 0.2rem 0.4rem;
  border: 0.041rem solid #efefef;
  border-radius: 0.2rem;
}

#youcam-uno-bottom .bottom-footer .user .avatar {
  width: 17vw;
  height: 10vh;
  max-width: 4rem;
  max-height: 4rem;
  position: relative;
}
#youcam-uno-bottom .bottom-footer .user .avatar .count {
  width: 1rem;
  height: 1rem;
  left: -0.5rem;
  top: -0.4rem;
}
#youcam-uno-bottom .bottom-footer .user .avatar .mic {
  width: 1.2rem;
  height: 1.2rem;
  top: -0.6rem;
  right: -0.6rem;
}

.glow {
  border-color: #37ef1f;
  box-shadow: 0 0 0.6rem 0.2rem #37ef1f;
}

#youcam-uno-bottom .bottom-footer .uno-btn {
  max-height: 2rem;
  margin-right: 1rem;
}

/*************************************************************/
/*
* Color Selector
*/
#youcam-uno-color-selector {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: flex;
  z-index: 10000000000000;
  background-color: rgba(0, 0, 0, 0.3);
}

#youcam-uno-color-selector span {
  width: 8rem;
  height: 8rem;
  display: block;
  margin: 0.2rem;
  border-radius: 0.5rem;
  opacity: 0.9;
  cursor: pointer;
}

#youcam-uno-color-selector span:hover {
  opacity: 1;
}

#youcam-uno-color-selector .red {
  background-color: #d93832;
  border: 0.2rem solid #fb8f8b;
  box-shadow: 0 0 5px 3px #fb8f8b;
}

#youcam-uno-color-selector .blue {
  background-color: #3f93d2;
  border: 0.2rem solid #7bbdf0;
  box-shadow: 0 0 5px 3px #7bbdf0;
}

#youcam-uno-color-selector .yellow {
  background-color: #f1d648;
  border: 0.2rem solid #efde89;
  box-shadow: 0 0 5px 3px #efde89;
}

#youcam-uno-color-selector .green {
  background-color: #4ba359;
  border: 0.2rem solid #9bdea6;
  box-shadow: 0 0 5px 3px #9bdea6;
}

#youcam-uno-home,
#youcam-uno-exit {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(/images/exit2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  border: none;
  cursor: pointer;
}

#youcam-uno-home {
  background-image: url(/images/hide.png);
  width: 2.3rem;
  height: 2.3rem;
  top: 0.4rem;
  right: 2.2rem;
}

#youcam-uno-home::before {
  content: "-";
  color: #c32c1d;
  font-size: 2rem;
  top: -0.2rem;
  position: relative;
}

#youcam-uno-home:hover,
#youcam-uno-exit:hover {
  opacity: 0.7;
  scale: 1.1;
  rotate: 20deg;
}

/*************************************************************/
/*
* Exit Dialog
*/
#youcam-uno-exit-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
#youcam-uno-exit-dialog #dialog-box {
  width: 16rem;
  background-color: white;
  background: #a4363e;
  padding: 1rem;
  border-radius: 30px;
  animation: action-card-indicator 0.1s 1;
  box-shadow: 5px 6px 0px -2px #620d15, -6px 5px 0px -2px #620d15, 0px -2px 0px 2px #ee9191, 0px 10px 0px 0px #610c14;
}
#youcam-uno-exit-dialog #dialog-box-content {
  background: radial-gradient(#fffbf3, #ffe19e);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px 18px 20px 18px;
  box-shadow: 0px 0px 0px 6px #5e1e21, 0px 0px 8px 6px #84222b, inset 0px 0px 15px 0px #614506, 6px 6px 1px 1px #e66565, -6px 6px 1px 1px #e66565;
  text-align: center;
}
#youcam-uno-exit-dialog #dialog-box-content p {
  font-size: 1rem;
  margin: 0;
  box-sizing: border-box;
  color: #461417;
}
#youcam-uno-exit-dialog #dialog-box-buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: normal;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
}
#youcam-uno-exit-dialog #dialog-box-buttons button {
  padding: 0.3rem;
  flex: 1;
  border-radius: 20px;
  border: 2px solid #49181e;
  font-family: "Skranji", cursive;
  color: #dedede;
  font-size: 0.8rem;
  text-shadow: 1px 2px 3px #000000;
  cursor: pointer;
}
#youcam-uno-exit-dialog #dialog-box-buttons button.confirm {
  background: linear-gradient(#ced869, #536d1b);
  box-shadow: 0px 0px 0px 4px #7e1522, 0px 2px 0px 3px #e66565;
}
#youcam-uno-exit-dialog #dialog-box-buttons button.confirm:hover {
  box-shadow: 0px 0px 0px 4px #7e1522, 0px 2px 0px 3px #e66565, inset 2px 2px 10px 3px #4e6217;
}
#youcam-uno-exit-dialog #dialog-box-buttons button.cancel {
  background: linear-gradient(#ea7079, #891a1a);
  box-shadow: 0px 0px 0px 4px #7e1522, 0px 2px 0px 3px #e66565;
}
#youcam-uno-exit-dialog #dialog-box-buttons button.cancel:hover {
  box-shadow: 0px 0px 0px 4px #7e1522, 0px 2px 0px 3px #e66565, inset 2px 2px 10px 3px #822828;
}

/*************************************************************/
/*
* Show Uno Button
*/
#show-uno {
  position: absolute;
  right: 0.2rem;
  bottom: 4rem;
  z-index: 2;
}
#show-uno img {
  background: red;
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  border-radius: 50%;
  cursor: pointer;
  border: 0.125rem solid #FFFFFF;
  box-shadow: 0 0 0.2083333333rem 0.0833333333rem #afafaf;
}

#show-uno.active img {
  animation: lightingBorder 0.7s linear infinite;
}

@keyframes lightingBorder {
  0% {
    border-color: #1fcf4d;
  }
  100% {
    border-color: #FFFFFF;
  }
}
/*************************************************************/
/* Action Card Indicator */
@keyframes action-card-indicator {
  from {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}
/* Cards Box Arrow Indicator */
@keyframes arrow-down-indicator {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(50%);
  }
}
/* Cards Box Arrow Indicator */
@keyframes uno-indicator {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
/*
* Rotation Animation
*/
/* Left To Right Rotation */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Right To Left Rotation */
@keyframes rotatingRTL {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.rotating {
  animation: rotating 3s linear infinite;
}

.rotating.rtl {
  animation: rotatingRTL 3s linear infinite;
}

/*************************************************************/
#story-board {
  display: flex;
  overflow-x: auto;
  height: 3.5rem;
  width: 100%;
  padding: 0.2rem;
}

#story-board::-webkit-scrollbar {
  display: none;
}

.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: white;
  text-shadow: -0.0416rem 0.0416rem #303030 !important;
}
.story-board--item .plus {
  background-color: white;
  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;
}

@keyframes storySlideTime {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes storyLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#story-modal {
  outline: 0 !important;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(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 * {
  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;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100vw;
  position: absolute;
}

#story-modal .slider > * {
  width: 103vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}

#story-modal .slider > .previous {
  left: 0;
}

#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(0deg);
}

#story-modal.with-cube .slider > .previous {
  backface-visibility: hidden;
  left: 100vw;
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}

#story-modal.with-cube .slider > .viewing {
  backface-visibility: hidden;
  left: 100vw;
  transform: translateZ(50vw);
}

#story-modal.with-cube .slider > .next {
  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 {
  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.muted .tip.muted, #story-modal-content .story-viewer.loading .head .loading {
  display: block;
}

#story-modal-content .story-viewer.loading .head .right .time, #story-modal-content .story-viewer.loading .head .right .close {
  display: none;
}

#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-pagination .previous {
  left: 0;
}

#story-modal-content .story-viewer .slides-pagination .next {
  right: 0;
}

#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: rgba(255, 255, 255, 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;
  animation-fill-mode: forwards;
  animation-play-state: paused;
  border-radius: 0.0833333333rem;
}

#story-modal-content .story-viewer .slides-pointers > * > .active > b {
  animation-name: storySlideTime;
  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 rgba(0, 0, 0, 0.35), 0.0416666667rem 0 0.0416666667rem rgba(0, 0, 0, 0.35);
  padding: 0.25rem 0.5rem;
}

#story-modal-content .story-viewer .head .item-preview {
  overflow: hidden;
  vertical-align: top;
  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: center;
}

#story-modal-content .story-viewer .head .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -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 .right {
  float: right;
}

#story-modal-content .story-viewer .head .right .close, #story-modal-content .story-viewer .head .back {
  font-size: 1.75rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
  text-align: center;
  color: white;
  opacity: 1;
  margin-top: -0.4rem;
}

#story-modal-content .story-viewer .head .right .remove {
  position: absolute;
  right: 0.2rem;
  top: 2rem;
}

#story-modal-content .story-viewer .head .left .back {
  display: none;
  width: 1rem;
  margin: -0.375rem -0.25rem 0 -0.25rem;
}

#story-modal-content .story-viewer .head .right .time {
  display: none;
}

#story-modal-content .story-viewer .head .loading {
  display: none;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.375rem 0;
  border: 0.1666666667rem solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-top-color: #fff;
  animation: storyLoading 1s infinite linear;
}

#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: transparent;
  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 .slides .item.active, #story-modal-content .story-viewer .slides .item.active .tip.link {
  display: block;
}

#story-modal-content .story-viewer .tip {
  z-index: 5;
  text-decoration: none;
  display: none;
  border-radius: 1rem;
  background: rgba(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 .head .right {
  float: left;
}

#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: white;
  position: absolute;
  z-index: 1000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#story-modal #story-modal-content .story-viewer.paused .pause {
  display: inline;
}

@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: transparent;
    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;
}
.story-reactions .likes_wrapper,
.story-reactions .comments_wrapper,
.story-reactions .views_wrapper {
  display: flex;
  flex-direction: column;
  color: white;
  z-index: 100000000;
  text-align: center;
  cursor: pointer;
}
.story-reactions .likes_wrapper .fa,
.story-reactions .comments_wrapper .fa,
.story-reactions .views_wrapper .fa {
  font-size: 2rem;
  text-shadow: 0.0833333333rem 0.0833333333rem #ff0000;
}
.story-reactions .likes_wrapper .likes,
.story-reactions .comments_wrapper .comments,
.story-reactions .views_wrapper .views {
  margin-top: 0;
}
.story-reactions .likes_wrapper .fa.liked {
  color: #f03254;
  animation: pulse 0.2s ease;
}

@keyframes pulse {
  to {
    transform: scale(1.3);
  }
}
#story-comments {
  background-color: #00000066;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#story-comments #story-comments-container {
  position: relative;
  margin: 0 auto;
  top: 100vh;
  background-color: white;
  width: 100%;
  max-width: 17rem;
  height: 80%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  transition: top 0.2s linear 0s;
  display: flex;
  flex-direction: column;
}
#story-comments #story-comments-container #story-comments-header {
  text-align: center;
  padding: 0.3rem 0.5rem;
}
#story-comments #story-comments-container #story-comments-header #story-comments-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 0.1rem;
}
#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: none;
}
#story-comments #story-comments-container #story-comments-footer .story-comments-form--input:focus,
#story-comments #story-comments-container #story-comments-footer .story-comments-form--input:active {
  border: none !important;
}
#story-comments #story-comments-container #story-comments-footer .story-comments-form--send {
  font-size: 0.55rem;
  font-weight: bold;
  margin-top: -0.125rem;
  height: 1.125rem;
  border: 0.042rem solid var(--border-color) !important;
}

.story-comments--comment {
  position: relative;
  background: white;
  border: 0.0416666667rem solid lavender;
  margin: 0 0.05rem;
  padding: 0.1rem 0.05rem;
  margin-bottom: -0.0416666667rem;
}

.story-comments--comment--avatar {
  float: left;
  margin: 0;
  cursor: pointer;
}
.story-comments--comment--avatar img {
  border-radius: 50%;
  border-width: 0.0416666667rem !important;
  padding: 0.0416666667rem;
  width: 1.25rem;
  height: 1.25rem;
}

.story-comments--comment--title,
.story-comments--comment--content {
  font-size: 0.55rem;
  font-weight: bold;
  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: black;
  margin: 0.2em 0 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: bold;
}

.story-comments--comment--remove {
  right: 1.1rem;
}

.story-comments--comment--time {
  font-size: 0.45rem;
  color: black;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
}

#story-views {
  background-color: #00000066;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#story-views #story-views-container {
  position: relative;
  margin: 0 auto;
  top: 100vh;
  background-color: white;
  width: 100%;
  max-width: 17rem;
  height: 80%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  transition: top 0.2s linear 0s;
  display: flex;
  flex-direction: column;
}
#story-views #story-views-container #story-views-header {
  text-align: center;
  padding: 0.3rem 0.5rem;
}
#story-views #story-views-container #story-views-header #story-views-close {
  float: left;
  cursor: pointer;
}
#story-views #story-views-container #story-views-body {
  overflow: auto;
  flex-grow: 1;
  height: 100%;
}

.story-views--view {
  position: relative;
  background: white;
  border: 0.0416666667rem solid lavender;
  margin: 0 0.05rem;
  padding: 0.1rem 0.05rem;
  margin-bottom: -0.0416666667rem;
}

.story-views--view--avatar {
  float: left;
  margin: 0;
  cursor: pointer;
}
.story-views--view--avatar img {
  border-radius: 50%;
  border-width: 0.0416666667rem !important;
  padding: 0.0416666667rem;
  width: 1.25rem;
  height: 1.25rem;
}

.story-views--view--title {
  font-size: 0.55rem;
  font-weight: bold;
  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: black;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
}