* {
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: rgb(134 49 49/0%);
}
a {
    color: #337ab7;
    text-decoration: none;
}
label {
    display: inline-block;
    max-width: 100%;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    border-color: #2e6da4;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.label {
    padding: 0.2em 0.4em 0.3em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.fa-youtube-play:before {
    content: "\f16a";
}
@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont3295.eot?v=4.5.0);
    src:
        url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0)
            format("embedded-opentype"),
        url(../fonts/fontawesome-webfont3295.woff2?v=4.5.0) format("woff2"),
        url(../fonts/fontawesome-webfont3295.woff?v=4.5.0) format("woff"),
        url(../fonts/fontawesome-webfont3295.ttf?v=4.5.0) format("truetype"),
        url(../fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular)
            format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-inverse {
    color: #fff;
}
.fa-heart:before {
    content: "\f004";
}
.fa-user:before {
    content: "\f007";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-home:before {
    content: "\f015";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-comment:before {
    content: "\f075";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-archive:before {
    content: "\f187";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-history:before {
    content: "\f1da";
}
.fa-eye:before {
    content: "\f06e";
}

.fa-plus-circle:before {
    content: "\f055";
}
.fa-gg:before {
    content: "\f260";
}
.fa-heart:before {
    content: "\f004";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-comments:before {
    content: "\f086";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-history:before {
    content: "\f1da";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-star:before {
    content: "\f005";
}
.fa-check:before {
    content: "\f00c";
}
.fa-home:before {
    content: "\f015";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-plus:before {
    content: "\f067";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-star:before {
    content: "\f005";
}
.fa-phone:before {
    content: "\f095";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-expand:before {
    content: "\f065";
}
.fa-minus:before {
    content: "\f068";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-search:before {
    content: "\f002";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-stop:before {
    content: "\f04d";
}

.fa-compress:before {
    content: "\f066";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-edge:before {
    content: "\f282";
}
.fa-scribd:before {
    content: "\f28a";
}
.column {
    float: left;
    padding: 6px;
    min-height: 100%;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
ul.side-menu {
    text-align: left;
    margin-left: -4px;
}
.side-menu > li {
    text-align: left;
    list-style: none;
    padding: 5px;
    margin-left: -8px;
}
.cl1 {
    width: 25%;
}
.cl2 {
    width: 75%;
}
.d2.light.fl.d2bc.filh.break {
    height: fit-content !important;
}
.side-menu > li > a {
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    color: #fff;
    position: absolute;
    width: 63px;
    cursor: pointer;
    text-align: center;
}
.side-menu > li > a.active {
    background: #6495ed;
    color: #fff;
    padding: 4px;
}
.side-menu > li > a {
    color: gray;
    outline: none;
    text-decoration: none;
}
.side-menu > li > a {
    color: #000;
    padding: 4px;
}
.cl2 {
    position: absolute;
    height: 100%;
    margin-left: 165px;
}
@media only screen and (max-width: 600px) {
    ul.side-menu {
        margin-left: -35px;
    }
    .cl1 {
        width: 25%;
    }
    .cl2 {
        width: 75%;
        margin-left: 105px;
    }
}
@media only screen and (min-width: 880px) {
    .cl1 {
        width: 15%;
    }
    .cl2 {
        width: 85%;
        margin-left: 205px;
    }
}
.notification {
    min-width: 180px;
    max-width: 260px;
    border: 1px solid #000;
    z-index: 2000;
    background-color: #efefef;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    margin: 0.7rem auto 0;
}
.notification__sender__avatar {
    border-radius: 5px;
    margin-right: 0.1em;
}
.notification__sender__name {
    margin: 0.2em 0;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.15em 0 0;
    max-width: 80%;
    color: #000;
    display: inline-block;
}
.notification p {
    margin-bottom: 0.4em;
}
.username__wrapper {
    margin-top: 0.01em;
    padding: 2.1px 1px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 99%;
    margin-left: 3px;
    direction: initial;
    -webkit-user-select: none;
    font-size: 15px;
    margin-bottom: 2px;
}
.notification__message {
    font-size: 0.6rem;
    font-weight: 700;
    margin-top: 0.2em;
    width: 100%;
    padding: 0 0.2em;
    word-break: break-word;
}
.notification__time {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    font-size: 0.5rem;
}
.notification__title {
    font-size: 0.6rem;
    text-align: center;
    margin: -14px auto 0;
    width: 50%;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 1.6;
}
.cc.noflow.nosel.hand.break {
    width: 101% !important;
    padding: 2px;
}
.is_speaking {
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
}
@-webkit-keyframes ripple {
    0% {
        box-shadow:
            0 0 0 0 transparent,
            0 0 0 1px rgba(0, 200, 45, 0.3),
            0 0 0 2px rgba(0, 200, 45, 0.3),
            0 0 0 3px rgba(0, 200, 45, 0.3);
    }
    to {
        box-shadow:
            0 0 0 1px rgba(0, 200, 45, 0.3),
            0 0 0 4px rgba(0, 200, 45, 0.3),
            0 0 0 5px rgba(0, 200, 45, 0.3),
            0 0 0 6px transparent;
    }
}
@keyframes ripple {
    0% {
        box-shadow:
            0 0 0 0 rgba(255, 0, 0, 0) 0 0 0 1px rgba(0, 200, 45, 0.3),
            0 0 0 2px rgba(0, 200, 45, 0.3),
            0 0 0 3px rgba(0, 200, 45, 0.3);
    }
    to {
        box-shadow:
            0 0 0 1px rgba(0, 200, 45, 0.3),
            0 0 0 4px rgba(0, 200, 45, 0.3),
            0 0 0 5px rgba(0, 200, 45, 0.3),
            0 0 0 6px transparent;
    }
}
.ico_pl {
    color: #fff;
    background: #000;
    padding: 4px;
}
table > thead {
    background: #6495ed;
    color: #fff;
}
.activepower {
    border: 2px solid #000;
    background: bisque;
}
.fa-windows:before,
.fa-linux:before,
.fa-apple:before,
.fa-times-circle:before,
.fa-th-large:before {
    margin-left: 16px;
}
.fa-chrome:before,
.fa-edge:before,
.fa-firefox:before,
.fa-internet-explorer:before,
.fa-opera:before,
.fa-safari:before,
.fa-android:before,
.fa-scribd:before {
    margin-left: 16px;
}
#StoryProgress {
    width: 100%;
    background-color: #ddd;
}
#BarStory {
    width: 0;
    height: 3px;
    background-color: #6495ed;
    margin-bottom: 15px;
}
.desginliste {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin: -2px -36px;
    padding: 2px 0 0 32px;
    width: 112%;
    height: 100px;
    margin-bottom: 14px;
}
.desginliste img {
    border: 2px solid #000;
    width: 100%;
    height: 79px;
    margin-left: 5px;
}
.desginlist {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin: auto;
    margin-top: -14px;
    margin-bottom: 0 !important;
}
.desginlist img {
    border: 2px solid #000;
    width: 100px;
    height: 100px;
    margin-left: 5px;
}
textarea#roomSearchInput::placeholder {
    color: #fff;
}
textarea#usearch::placeholder {
    color: #fff;
}
.box.red {
    border-color: #d44646;
}
.box.red .icon {
    background: #d44646;
    color: #fff;
}
.box.red .icon:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    left: 23px;
    width: 2px;
    height: 23px;
    background: #c70e0e;
    transform: rotate(45deg);
}
.box.orange {
    border-color: #df7a22;
}
.d-color-container {
    display: none;
}
.fl.mini.u-msg.dots {
    color: #888 !important;
    margin-top: 0 !important;
    float: initial !important;
}
div#cooment .popover {
    left: 20px !important;
    background: #fff;
    border: 1px solid;
    box-shadow: 3px 3px 6px #9b9595;
}
.fa-volume-high:before,
.fa-volume-up:before {
    content: "\f028";
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.fa-volume-high:before,
.fa-volume-up:before {
    content: "\f028";
}
.style {
    background: #5cb85c;
    color: #fff;
    border: 1px solid;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.broadcasters > div {
    max-width: 350px;
}
.broadcasters > div > .prod {
    float: right;
    color: #113233;
    background-image: url(imgs/mic.png);
    position: relative;
    left: 3px;
    text-align: center;
    width: 56px;
    border: 2px solid #afbfc2 !important;
    background-color: #fff;
    border-radius: 30% 1% !important;
    margin: 1px !important;
    height: 47px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    border-radius: 30% 1% !important;
}
.tbox {
    overflow: scroll;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    padding: 6px;
    max-height: 32px;
    min-height: 32px;
    height: 32px;
    font-weight: 700;
    overflow: hidden;
    resize: none;
}
.noflow {
    overflow: hidden;
}
img {
    vertical-align: middle;
}
#cp .tab-content .tab-pane {
    min-width: 400px !important;
}
.u-ico {
    margin-top: 1px;
    max-height: 18px;
    object-fit: scale-down;
}
.emoi {
    max-width: 240px;
    max-height: 20px;
}
.unread {
    background-color: #ffc89d !important;
}
.object-fit {
    object-fit: contain;
    object-position: center right;
}
table,
th,
td {
    border: 0;
}
th,
td {
    padding: 0;
}
.loginItms {
    position: absolute;
    display: none;
    border: 2px solid #af020b;
    background-color: #f93634;
    border-radius: 25px 0 0 25px;
    background-image: url(imgs/banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 30px;
    width: 250px;
}
.loginImg {
    float: right;
    width: 36px;
    height: 36px;
    border: 1px solid #ed5555;
    margin: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.loginLogo {
    float: right;
    margin: 1px;
    margin-top: -20px;
}
.loginIco {
    float: right;
    margin: 0 1px 1px;
    max-height: 18px;
    background-color: #fff;
    padding: 1px;
    border-radius: 2px;
}
.loginFlog {
    float: left;
    margin: 2px 0 5px 5px;
    max-height: 15px;
}
.loginUserName {
    font-size: 15px !important;
    float: right;
    font-family: arial;
    font-weight: 9000;
    max-width: 170px;
    min-width: 100px;
    text-align: right;
    text-shadow: -1px 1px 2px #fff;
    color: #842c2a;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.corner {
    border-radius: 5px;
}
.minix {
    font-size: 80% !important;
}
.center {
    margin: 0 auto;
}
.borderg {
    border: 1px solid #f4f4f4;
}
.fitimg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.bord {
    border-left: 3px solid #2196f3 !important;
    border-right: 3px solid #2196f3 !important;
    box-sizing: border-box !important;
}
.modal-header {
    padding: 5px;
}
.badge {
    padding: 0 3px;
}
.item3 {
    margin-left: 45px;
}
* {
    font-weight: 700 !important;
}
.u-msg {
    line-height: 1.5 !important;
}
.ae {
    border: 1px solid #000 !important;
    border-radius: 2px !important;
    float: left;
    text-align: center;
    width: 20%;
    max-width: 80px;
    padding: 4px 0;
    margin: 1px;
    margin-bottom: 2px;
}
.pmsgc {
    background-color: rgba(0, 77, 255, 0.08) !important;
}
.ppmsgc {
    background-color: #f1f1ff !important;
}
.hmsg {
    background-color: linen !important;
}
.bgg {
    background-color: #789;
}
.pophead {
    background-color: slategrey;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    .nav-tabs {
        border-bottom: 1pxsolid#ddd;
    }
    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }
    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }
}
.fr {
    float: right;
}

.fl {
    float: left;
}

.glow {
    -webkit-animation: animationglow 1.5s linear 0s infinite alternate;
    -moz-animation: animationglow 1.5s linear 0s infinite alternate;
    -o-animation: animationglow 1.5s linear 0s infinite alternate;
    animation: animationglow 2s linear 0s infinite alternate;
    width: 100%;
    height: 15px;
    background-image: linear-gradient(135deg, #fff0 5%, #fff 23%, #fff0 35%);
    opacity: 0.7;
    margin-top: -15px;
    margin-left: 3%;
}

@keyframes animationglow {
    0% {
        margin-left: -10%;
        opacity: 1;
    }
    10% {
        margin-left: 0%;
        opacity: 0.7;
    }
    20% {
        margin-left: -10%;
        opacity: 1;
    }
    30% {
        margin-left: 0%;
        opacity: 0.5;
    }
    40% {
        margin-left: 15%;
        opacity: 1;
    }
    50% {
        margin-left: 15%;
        opacity: 0.7;
    }
    75% {
        margin-left: -10%;
        opacity: 1;
    }
    100% {
        margin-left: 5%;
        opacity: 0.5;
    }
}

.usinf {
    width: 100%;
    color: #888;
    margin-top: 0;
    margin-bottom: -2px;
}

.usinf .stars i {
    font-size: 80% !important;
    margin-left: 2px;
}

.fa-btc,
.fa-btc span {
    font-size: 80% !important;
    margin: 1px 0 0;
}

.fa-btc,
.fa-btc span {
    font-size: 80% !important;
    margin: 1px 0 0;
}
.fa::before {
    font-size: 92%;
}

* {
    font-family: serif;
    font-size: 15.2px !important;
    line-height: 1.4 !important;
    font-weight: 6000 !important;
    text-shadow: none !important;
}

.u-msg {
    line-height: 1.5 !important;
}

.ae {
    border: none !important;
    border-radius: 10px !important;
    float: left;
    text-align: center !important;
    width: 20%;
    max-width: 80px;
    padding: 6px 0 5px !important;
    margin: 2px 1px !important;
    margin-bottom: 2px;
    font-size: 10px !important;
    letter-spacing: 0.2px;
    transition:
        background 0.18s,
        color 0.18s;
}

.label,
.btn {
    border-radius: 0 !important;
}

button.btn {
    padding: 5px 5px !important;
}

.bgf {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.is_speaking {
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow:
            0 0 0 0 transparent,
            0 0 0 1px rgba(0, 200, 45, 0.3),
            0 0 0 2px rgba(0, 200, 45, 0.3),
            0 0 0 3px rgba(0, 200, 45, 0.3);
    }
    to {
        box-shadow:
            0 0 0 1px rgba(0, 200, 45, 0.3),
            0 0 0 4px rgba(0, 200, 45, 0.3),
            0 0 0 5px rgba(0, 200, 45, 0.3),
            0 0 0 6px transparent;
    }
}

@keyframes ripple {
    0% {
        box-shadow:
            0 0 0 0 transparent,
            0 0 0 1px rgba(0, 200, 45, 0.3),
            0 0 0 2px rgba(0, 200, 45, 0.3),
            0 0 0 3px rgba(0, 200, 45, 0.3);
    }
    to {
        box-shadow:
            0 0 0 1px rgba(0, 200, 45, 0.3),
            0 0 0 4px rgba(0, 200, 45, 0.3),
            0 0 0 5px rgba(0, 200, 45, 0.3),
            0 0 0 6px transparent;
    }
}

.msg {
    background-color: #f0f0f5;
    border: 1px solid grey;
    margin-top: -1px;
    padding: 2px;
    margin-right: 3px;
    margin-left: 3px;
}

.nobreak {
    display: inline;
    white-space: nowrap;
    word-wrap: nowrap;
    word-break: keep-all;
}

.tbox {
    overflow: scroll;
    border-radius: 2px;
    border: 1px solid lightgrey;
    padding: 6px;
    max-height: 32px;
    min-height: 32px;
    height: 32px;
    font-weight: 700;
    overflow: hidden;
    resize: none;
    margin-top: 0px;
}

.emoii {
    width: 22px;
    max-width: 22px;
    height: 22px;
    margin: 0;
    padding: 5px;
}

.noflow {
    overflow: hidden;
}

.popover {
    height: 250px;
    overflow-y: auto;
    white-space: pre-wrap;
}

.item3 {
    font-size: 16px !important;
    color: #000;
}

.item5 {
    color: gray;
}

.grid-container {
    background: #f0f8ff;
    text-align: right;
    margin-left: 50px;
    padding: 8px;
    border-left: 6px solid #6495ed;
}

.loginItms {
    position: absolute;
    display: none;
    border: 2px solid #af020b;
    background-color: #f93634;
    border-radius: 25px 0 0 25px;
    background-image: url(imgs/banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 30px;
    width: 250px;
}

.loginImg {
    float: right;
    width: 36px;
    height: 36px;
    border: 1px solid #ed5555;
    margin: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.loginLogo {
    float: right;
    margin: 1px;
    margin-top: -20px;
}

.loginIco {
    float: right;
    margin: 0 1px 1px;
    max-height: 18px;
    background-color: #fff;
    padding: 1px;
    border-radius: 2px;
}

.loginFlog {
    float: left;
    margin: 2px 0 5px 5px;
    max-height: 15px;
}

.loginUserName {
    font-size: 15px !important;
    float: right;
    font-family: arial;
    font-weight: 9000;
    max-width: 170px;
    min-width: 100px;
    text-align: right;
    text-shadow: -1px 1px 2px #fff;
    color: #842c2a;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}

#u1,
#u2,
#u3,
#pass1,
#pass2 {
    width: 230px;
    padding: 5px;
    margin-bottom: 0;
    border-radius: 2px;
    height: 33px;
}

.MIC_BROD > div > .prods {
    float: right;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 8px;
    color: #db7093;
    border: 2px solid;
    margin: 0 1px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.MIC_BROD > div > .prods > .fa {
    font-size: 20px !important;
    text-align: center;
    margin-top: 5px;
    color: #a9a9a9;
}

.MIC_BROD > div > .prod > .fa-microphone {
    font-size: 16px !important;
    text-align: center;
    margin-top: 2px;
}

.MIC_BROD > div > .prods > .ismute {
    position: absolute;
    height: 3px;
    background: gray;
    display: none;
    width: 38px;
    margin-left: -2px;
    margin-top: 17px;
    transform: rotate(135deg);
}

.MIC_BROD > div > .prod > .ismute {
    position: absolute;
    height: 3px;
    background: gray;
    display: none;
    width: 50px;
    margin-left: -3px;
    margin-top: 0;
    transform: rotate(135deg);
}

.u-topic.dots {
    white-space: nowrap;
    max-width: 130%;
    margin-left: 0 !important;
    margin-top: 1px;
    border-radius: 2px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pmsgc {
    background-color: rgba(0, 77, 255, 0.08) !important;
}

.ppmsgc {
    background-color: #f1f1ff !important;
}

.hmsg {
    background-color: linen !important;
}

.heart {
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -m-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.heart:before {
    position: absolute;
    top: -50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

.heart:after {
    position: absolute;
    top: 0;
    right: -50%;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

@-webkit-keyframes love {
    0% {
        top: 110%;
    }
}

@-moz-keyframes love {
    0% {
        top: 110%;
    }
}

@-ms-keyframes love {
    0% {
        top: 110%;
    }
}

@keyframes love {
    0% {
        top: 110%;
    }
}

.typingIndicatorBubbleDot {
    width: 4px;
    height: 4px;
    margin-right: 4px;
    background-color: #57585a;
    border-radius: 50%;
    animation-name: bounce;
    animation-duration: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.typingIndicatorBubbleDot:first-of-type {
    margin: 0 4px;
}

.typingIndicatorBubbleDot:nth-of-type(2) {
    animation-delay: 0.15s;
}

.typingIndicatorBubbleDot:nth-of-type(3) {
    animation-delay: 0.3s;
}

@keyframes bounce {
    0%,
    60%,
    100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-4px);
    }
}

.hid {
    display: none;
}

.hand {
    cursor: hand;
}

img {
    vertical-align: middle;
}

.break {
    overflow: auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
}

#tlogins .fl.break {
    overflow: hidden;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.ui-icon-adjust:after {
    background-image: url("<url removed for brevity>");
    background-repeat: no-repeat;
    background-position: 4px 3px;
    float: left;
}

[data-role="icon"]:after {
    background-image: url("<url removed for brevity>");
    background-repeat: no-repeat;
    background-position: 4px 3px;
    float: left;
}

.u-ico {
    padding-right: 0;
    margin-top: 1px;
    max-height: 18px;
}

.ui-tabs-nav {
    padding: 0;
}

.ui-tabs-panel {
    padding: 0;
}

.darker {
    background-color: #33333a;
}

.emoi {
    max-width: 240px;
    max-height: 20px;
}

.unread {
    background-color: #ffc89d !important;
}

.b {
    border: 1px solid grey;
}

.bb {
    border: 2px solid grey;
}

table,
th,
td {
    border: 0;
}

th,
td {
    padding: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.ui-popup-container {
    margin: 0;
    padding: 0;
}

.animating {
    animation: animate 1s cubic-bezier(0, 1, 1, 0);
}

.mini {
    font-size: 90% !important;
}

#tlogins .u-msg {
    text-align: center !important;
}

.corner {
    border-radius: 5px;
}

.minix {
    font-size: 80% !important;
}

@keyframes animate {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}

.nosel,
.u-ico,
.u-pic,
.tago {
    user-select: none;
    cursor: default;
}

.ui-dialog-contain {
    width: 92.5%;
    max-width: 500px;
    margin: 0% auto 15px;
    padding: 0;
    position: relative;
    top: 2px;
}

.center {
    margin: 0 auto;
}

.dots {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-left: 0 !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
    margin: 0;
}

.ui-widget-overlay {
    background-color: #000;
    background-image: none;
    opacity: 0.12;
    z-index: 1040;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-tabs-anchor {
    padding: 0;
}

.borderg {
    border: 1px solid #e6e6fa;
}

.border {
    border: 1px solid #000;
}

nopadding {
    padding: 0;
    margin: 0;
}

.fitimg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 5px;
}

.bord {
    border-left: 3px solid #2196f3 !important;
    border-right: 3px solid #2196f3 !important;
    box-sizing: border-box !important;
}

.uzr {
    margin-left: 0 !important;
}

html {
    height: 100vh;
    width: 100vw;
}

html,
body {
    height: 100% !important;
}

.ui-state-default .ui-tabs-anchor {
    padding: 5px !important;
}

.mw {
    width: 380px;
    max-width: 380px;
    min-width: 380px;
}

.mww {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
}

.pn2 {
    width: 99%;
    max-width: 320px;
    height: 80%;
    left: 5px;
    float: right;
    z-index: 2;
    margin: 0;
    position: absolute;
}

.panel-heading {
    padding: 6px;
}

.modal-header {
    padding: 4px;
}

.badge {
    padding: 0 3px;
}

.bx {
    margin-top: -8px;
}

.panel-body {
    padding: 2px;
    height: auto;
}

.tab-pane {
    padding: 0;
}

.d2 {
    padding-bottom: 2px;
}

.notification {
    min-width: 180px;
    max-width: 260px;
    border: 1px solid #000;
    z-index: 2000;
    background-color: #efefef;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    margin: 0.7rem auto 0;
}

.notification__sender__avatar {
    border-radius: 5px;
    margin-right: 0.1em;
}

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

.notification p {
    margin-bottom: 0.4em;
}

.username__wrapper {
    margin-top: 0.01em;
    padding: 2.1px 1px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 99%;
    margin-left: 3px;
    direction: initial;
    -webkit-user-select: none;
    font-size: 15px;
    margin-bottom: 2px;
}

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

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

.notification__title {
    font-size: 0.6rem;
    text-align: center;
    margin: -14px auto 0;
    width: 50%;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 1.6;
}

.c-flex {
    display: flex;
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1 !important;
    margin-top: 0px;
}

.flex-fill {
    flex: 1 1 auto !important;
    margin-top: 0px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.fa-windows:before,
.fa-linux:before,
.fa-apple:before,
.fa-times-circle:before,
.fa-th-large:before {
    margin-left: 16px;
}

.fa-chrome:before,
.fa-edge:before,
.fa-firefox:before,
.fa-internet-explorer:before,
.fa-opera:before,
.fa-safari:before,
.fa-android:before,
.fa-scribd:before {
    margin-left: 16px;
}

#StoryProgress {
    width: 100%;
    background-color: #ddd;
}

#BarStory {
    width: 0%;
    height: 3px;
    background-color: #6495ed;
    margin-bottom: 15px;
}

#d2 .u-pic {
    margin-left: 1px !important;
    min-height: 48px;
    max-height: 62px !important;
    background-size: cover;
    border-radius: 50% !important;
}

.MIC_BROD > div {
    max-width: 362px !important;
}

#tlogins .u-pic,
#wall .u-pic {
    background-size: cover;
    border-radius: 50% !important;
}

#d0 .ae {
    margin-bottom: 0 !important;
    text-align: center;
}
#d0 .ae::before {
    font-size: 18px !important;
    display: block;
    margin-bottom: 2px;
    line-height: 1.2;
}
#d0 .ae:active {
    transform: scale(0.93);
    opacity: 0.85;
}

#users iframe,
#upro iframe {
    min-width: 299px;
    top: 61px;
    display: inline-block;
    position: absolute;
    height: 194px;
    left: 0;
    margin: 0;
}

.fa-mutum:before {
    content: "🔇";
}

#wall,
#chats,
#rooms {
    border: 1px #fff !important;
}

@media (max-width: 767px) {
    #dpnl {
        border: 1px solid;
        max-width: 340px;
        min-width: 300px;
        right: 0;
        position: fixed;
        bottom: 0;
        border: 1px solid;
        width: calc(100vw - 104px);
        margin-bottom: 1px;
    }
}

@media (min-width: 768px) {
    #dpnl {
        border: 1px solid;
        max-width: 340px;
        min-width: 300px;
        right: 0;
        position: fixed;
        width: 340px;
        bottom: 0;
        margin-bottom: 1px;
    }
    #room {
        height: 100% !important;
    }
}

#wall .btn.minix.btn-primary.fa.fa-times.fl {
    padding: 3px;
    width: 26px;
    padding: 3px !important;
    width: 26px;
    height: 23px;
    text-align: left;
    margin-left: -1.8px;
    border-left: 1px solid #e6b4ed;
    max-width: 92px !important;
    height: 21px !important;
    border-radius: 1px !important;
    display: flex;
    margin-top: -18px !important;
}

#wall .u-msg.break.fl {
    width: 185px !important;
}

.d2.light.fl.d2bc.filh.break {
    height: fit-content !important;
}

.message-box {
    animation: show_message_box 2s ease forwards;
    left: 0.8333333333rem;
    position: absolute;
    top: 0.8333333333rem;
    z-index: 10000000;
}

.message-box .box.green {
    border-color: #2ecc71;
}

.message-box .box {
    height: 33px;
    align-items: center;
    background: #fff;
    border-left: 5px solid #2ecc71;
    border-radius: 0.4166666667rem;
    box-shadow: 0.0416666667rem 0.2916666667rem 0.5833333333rem -0.2083333333rem
        rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0.6rem 0.4rem 0.4rem;
    width: auto;
}

.message-box .box .content,
.message-box .content .icon {
    align-items: center;
    display: flex;
}

.btn.minix.btn-primary.fa.fa-reply.fr {
    font-size: 11px !important;
    margin-top: 25px;
    padding: 3px;
    margin-right: 1px;
    width: 21px;
    height: 25px;
    padding-top: 5px;
}

.message-box .box.green .content .icon {
    background: #2ecc71;
}

.message-box .content .icon {
    padding: 12px !important;
    background: #2ecc71;
    border-radius: 50%;
    color: #fff;
    font-size: 1.0416666667rem;
    height: 1rem;
    justify-content: center;
    line-height: 1rem;
    text-align: center;
    width: 1rem;
}

.message-box .content .icon .fa {
    font-size: 0.6rem;
    margin-top: 0.1rem;
}

.message-box .content .details {
    direction: rtl;
    margin-left: 0.3rem;
    margin-top: 13px;
}

.message-box.hiden {
    animation: hide_message_box 2s ease forwards;
}

.box.orange .icon {
    background: #df7a22;
}

textarea#roomSearchInput::placeholder {
    color: #fff;
}

textarea#usearch::placeholder {
    color: #fff;
}

.box.red {
    border-color: #d44646;
}

.box.red .icon {
    background: #d44646;
    color: #fff;
}

.box.red .icon:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    left: 23px;
    width: 2px;
    height: 23px;
    background: #c70e0e;
    transform: rotate(45deg);
}

.box.orange {
    border-color: #df7a22;
}

.loginItmsS {
    position: fixed;
    display: none;
    border: 2px solid #ddd;
    background: linear-gradient(
        135deg,
        rgba(217, 83, 79, 0.95),
        rgba(192, 57, 43, 0.95)
    ) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border-radius: 0 15px 15px 0;
    right: 0;
    top: 30px;
    width: 280px;
    min-height: 60px;
    padding: 8px;
    z-index: 2147483647;
    animation: slideInFromLeft 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.loginImg {
    float: right;
    width: 46px;
    height: 43px;
    border: 1px solid #ddd;
    margin: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.loginImgG {
    float: right;
    width: 46px;
    height: 43px;
    border: 1px solid #ddd;
    margin: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 26%;
}

.loginLogo {
    float: right;
    margin: 1px;
    margin-top: -20px;
}

.loginLogoO {
    float: right;
    margin: 1px;
    margin-top: -20px;
}

.loginIco {
    float: right;
    margin: 0 1px 1px;
    max-height: 18px;
    background-color: #fff;
    padding: 1px;
    border-radius: 2px;
}

.loginIcoO {
    float: right;
    margin: 0 1px 1px;
    max-height: 18px;
    background-color: #fff;
    padding: 1px;
    border-radius: 2px;
}

.loginFlog {
    float: left;
    margin: 2px 0 5px 5px;
    max-height: 15px;
}

.loginFlogG {
    float: left;
    margin: 2px 0 5px 5px;
    max-height: 15px;
}

.loginUserName {
    font-size: 16px !important;
    float: right;
    font-family: arial;
    font-weight: 9000;
    max-width: 170px;
    min-width: 100px;
    text-align: right;
    text-shadow: -1px 1px 2px #fff;
    color: #eee;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    float: left;
    font-family:
        el messiri,
        FontAwesome !important;
}

.loginUserNameE {
    font-size: 16px !important;
    float: right;
    font-family: arial;
    font-weight: 9000;
    max-width: 170px;
    min-width: 100px;
    text-align: right;
    text-shadow: -1px 1px 2px #fff;
    color: #eee;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    float: left;
    font-family:
        el messiri,
        FontAwesome !important;
}

.d-color-container {
    display: none;
}

#wall .borderg.mm {
    background-color: rgba(32, 32, 32, 0.03) !important;
    padding: 0 !important;
}

#wall .fitimg.hand.u-pic {
    height: 51.1px !important;
    margin-left: 1px !important;
}

#wall .u-topic.dots {
    margin-left: 1px !important;
    margin-top: 1px;
}

#wall .comm.btn.minix.bg.fa.fa-comments.fr {
    padding: 3px;
    width: 26px;
    padding: 3px !important;
    width: 26px;
    height: 22px;
    border-left: 0 solid #e6b4ed;
    text-align: left;
    border-radius: 1px !important;
    max-width: 92px !important;
    height: 21px !important;
    display: flex;
    margin-top: -18px !important;
}

#wall .like2 {
    padding: 3px;
    width: 26px;
    padding: 3px !important;
    width: 26px;
    height: 22px;
    text-align: left;
    border-radius: 1px !important;
    max-width: 92px !important;
    height: 21px !important;
    display: flex;
    margin-top: -18px !important;
    border-right: 1px solid #e6b4ed;
}

.desginliste {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin: -2px -36px;
    padding: 2px 0 0 32px;
    width: 112%;
    height: 95px;
}

.desginliste img {
    border: 2px solid #000;
    width: 100%;
    height: 79px;
    margin-left: 5px;
}

.getborder4::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.getborder4::-webkit-scrollbar-track {
    background: #ddd;
}

.getborder4::-webkit-scrollbar-thumb {
    background: #03a9f4;
}

.desginliste img:hover,
.desginlist img:hover {
    border: 2px solid #00bcd4 !important;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family:
        helvetica neue,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

#d2 .u-pic {
    margin-left: 1px !important;
}

.popover.top {
    margin-top: 1px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover {
    height: 250px;
    overflow-y: auto;
    white-space: pre-wrap;
}

#top10,
#story {
    border: 0;
}

.roomh {
    height: 28px !important;
    padding: 4px 10px !important;
    margin-left: -2px !important;
    border-radius: 20px !important;
}

.pro .roomh {
    height: 23px !important;
    padding: 0 4px !important;
}

.desginliste {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin: -2px -36px;
    padding: 2px 0 0 32px;
    width: 112%;
    height: 95px;
}

.desginliste img {
    border: 2px solid #000;
    width: 100%;
    height: 79px;
    margin-left: 5px;
}

.getborder4::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.desginlist {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin: 0 -40px;
    padding: 5px 2px 3px 36px;
}

.desginlist img {
    border: 2px solid #000;
    width: 36px;
    height: 36px;
    margin-left: 5px;
}

#users .laithyo1 {
    margin-left: 171px;
}

.desginliste {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin: -2px -36px;
    padding: 2px 0 0 32px;
    width: 112%;
    height: 44px;
}

.desginliste img {
    border: 2px solid #000;
    width: 100%;
    height: 34px;
    margin-left: 5px;
}

.getborder4::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.getborder4::-webkit-scrollbar-track {
    background: #ddd;
}

.getborder4::-webkit-scrollbar-thumb {
    background: #03a9f4;
}

.desginliste img:hover,
.desginlist img:hover {
    border: 2px solid #00bcd4 !important;
}

.getborder4::-webkit-scrollbar-track {
    background: #ddd;
}

.getborder4::-webkit-scrollbar-thumb {
    background: #03a9f4;
}

.desginliste img:hover,
.desginlist img:hover {
    border: 2px solid #00bcd4 !important;
}

.popover.right {
    margin-left: -111px;
    min-width: 339px !important;
    border-radius: 0;
    min-height: 559px;
    margin-top: -300px;
}

.popover.right {
    margin-left: -112px !important;
    min-width: 340px !important;
    border-radius: 0;
    min-height: 571px;
    margin-top: -243px;
    left: 111px !important;
}

.popover.right .btn.hand.borderg.corner {
    min-width: min-content;
    padding: 4px !important;
    height: 32px;
}

.popover.fade.top {
    width: 700px !important;
    height: 300px !important;
    min-width: 300px !important;
    border-radius: 0 !important;
}

.popover-content {
    padding: 1px;
}

.bord-inactive {
    border-inline: 2px solid #1e90ff !important;
}

#chats .cc {
    width: 100% !important;
    border: 0 !important;
}

#chats .u-pic {
    border: 0;
    padding: 0;
    background-size: cover;
}

#chats .label-danger {
    margin-right: 0 !important;
}

#chats .ustat {
    height: 53.9px !important;
    margin-left: 0;
}

.uhtml {
    text-align: left;
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid #e6e6fa;
    padding-right: 1px;
    background-color: #fff;
}

.uhtml .u-pic {
    min-width: 52px;
    width: 52px;
    min-height: 48px;
    max-height: 62px;
    background-color: #f3f3f3;
    margin-top: 1px;
    border-radius: 50%;
    height: 52px;
}

.uhtml .co.ico {
    width: 18px;
    border-radius: 1px;
    margin-top: -2px;
    margin-left: auto;
}

.ppop.light.border.break.ppop-color-container {
    margin: 0 0 0 -68px;
}

#tlogins .u-ico {
    margin: 0 0 0 -3px;
}

.uhtml .di1 span.muted {
    color: #cd5c5c;
    display: none;
    width: 16px;
    margin-right: -16px;
}

.uhtml .di1 img.ustat {
    width: 4px;
    min-height: 100%;
}

.uhtml div.di1 {
    padding-right: 16px;
    width: 100%;
}

.uhtml .di1 .di2 {
    padding: 0 3px;
    overflow: hidden;
}

.uhtml .di1 .di2 .d-flex {
    width: 100%;
    display: flex;
    margin-top: 1px;
    height: 21px;
}

#tlogins .u-pic {
    min-width: 52px !important;
    width: 52px !important;
    min-height: 48px !important;
    max-height: 62px !important;
    background-color: #f3f3f3 !important;
    margin-top: 1px !important;
}

.uhtml .di1 .di2 .u-msg {
    color: #888;
    padding: 1px;
    text-align: center;
}

.uhtml .di1 .di2 .u-topic {
    padding-top: 1px;
    max-width: 100%;
    border-radius: 2px;
    margin-left: 1px !important;
}

.uhtml .di1 .di2 .u-ico {
    min-height: 14px;
    margin-top: 1px;
    margin: 0 -2px 0 0;
}

.uhtml .di3 {
    margin-left: -32px;
}

.uhtml .di3 .uhash {
    color: grey;
    font-size: 70% !important;
}

.tutop10 {
    width: 90%;
    margin: 1px 0 0 13px !important;
}

.MIC_BROD > div > .prod > .evant > i {
    position: relative;
    font-size: 16px !important;
    text-align: center;
    top: 36px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffffc7;
    border: 1px solid #d9534f70;
}
textarea {
    overflow: auto;
}
#logsPage img {
    width: 24px !important;
    margin: 0px !important;
    border: 0px solid darkgray !important;
}
.label-info {
    background-color: #31b0d5;
}
.bgg {
    background-color: lightslategray;
}
.pophead {
    background-color: slategrey;
}
#rooms .fa.fa-user,
#rooms .fa.fa-microphone {
    height: 21px !important;
    padding: 0px !important;
}
#roomSearchInput::placeholder {
    color: #fff;
}
#users .co.ico {
    display: block !important;
}
#tlogins .co.ico {
    display: block !important;
}
#tlogins .u-ico {
    margin: 0 0px 0px 0px;
}
#users .u-msg {
    margin-left: 18px;
}
#rpl .modal-dialog,
#rpl .modal-content,
#rpl .modal-body {
    overflow: visible !important;
}
#rpl .modal-body .tablebox {
    position: relative;
    z-index: 10;
}
#rpl .popover {
    z-index: 2200 !important;
    position: fixed !important;
}
.show-live img {
    position: absolute;
    background: red;
    width: 40px;
    height: 40px;
    right: 2px;
    bottom: 78px;
    border-radius: 25%;
    border: 2px solid #9d4242;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #111;
}
.box-video {
    position: absolute;
    top: 46px;
    left: -109px;
    transform: translateX(-50%);
    width: 350px;
    max-width: 335px;
    height: 190px;
    border-radius: 3px;
    overflow: hidden;
    background: #000;
    z-index: 5;
}
.baqervideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.close-live {
    position: absolute;
    top: 1px;
    right: 2px;
    background: red;
    color: white;
    border: none;
    font-size: 18px;
    padding: 0px 5px;
    border-radius: 15%;
    cursor: pointer;
    z-index: 10;
}
.close-live:hover {
    background: darkred;
}

#rooms .borderg {
    text-align: left;
    width: 100% !important;
    border-bottom: 1px solid #e6e6fa !important;
    padding: 0 !important;
}
#rooms .fl.u-pic {
    width: 64px !important;
    height: 63px !important;
    background-size: 100%;
}
#rooms .fa.fa-microphone,
#rooms .fa.fa-user {
    width: 62px;
}
#rooms .fa-user:before,
#rooms .fa-microphone:before {
    margin: 0 5px 0 -9px;
}
#rooms .u-topic.dots {
    margin: 2px 4px 2px;
    margin-left: 0 !important;
}
#rooms .mini {
    margin: 2px 7px 2px !important;
    margin-left: 0 !important;
}
.btn {
    border: 1px solid transparent;
}

#tlogins > ul.nav-tabs {
    display: flex !important;
    gap: 5px !important;
    padding: 8px !important;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.06),
        rgba(0, 0, 0, 0.02)
    ) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    height: auto !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

#tlogins > ul.nav-tabs > li {
    flex: 1 !important;
    float: none !important;
    margin: 0 !important;
}

#tlogins > ul.nav-tabs > li > a {
    display: block !important;
    text-align: center !important;
    padding: 7px 4px !important;
    border-radius: 10px !important;
    border: 1.5px solid var(--site-color) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    color: var(--site-color) !important;
    margin: 0 !important;
    font-size: 12px !important;
    letter-spacing: 0.3px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
    position: relative !important;
    overflow: hidden !important;
}

#tlogins > ul.nav-tabs > li > a::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transform: skewX(-20deg);
    transition: left 0.4s ease;
}
#tlogins > ul.nav-tabs > li > a:hover::after {
    left: 130%;
}

#tlogins > ul.nav-tabs > li.active > a,
#tlogins > ul.nav-tabs > li > a:hover {
    background: linear-gradient(
        135deg,
        var(--site-color),
        var(--site-color)
    ) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-1px) !important;
}

.ext-slider::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.ext-toggle input:checked + .ext-slider {
    background: #28a745;
}
.ext-toggle input:checked + .ext-slider::before {
    transform: translateX(18px);
}
.settings-row:hover {
    filter: brightness(1.12);
    transition: filter 0.2s;
}

#d0 {
    position: relative;
    z-index: 10;
}
.tablebox.footer {
    position: relative;
    z-index: 10;
}

.dpnl {
    z-index: 50 !important;
    overflow: hidden;
}
.dpnl .tab-pane {
    flex: 1 1 0;
    min-height: 0;
    height: 0 !important;
    overflow-y: auto;
}

@keyframes wall-lit-glow {
    0%,
    100% {
        box-shadow: 0 0 4px 1px rgba(0, 150, 136, 0.5);
    }
    50% {
        box-shadow: 0 0 11px 4px rgba(0, 150, 136, 0.9);
    }
}
#bwall {
    display: none;
}
.ae.wall-lit {
    background-color: #00796b !important;
    border-color: #009688 !important;
    color: #fff !important;
    animation: wall-lit-glow 1.5s ease-in-out infinite;
}
.ae.wall-lit #bwall {
    display: inline-block !important;
    background: #fff;
    color: #00796b !important;
    border-radius: 8px;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 13px;
    min-width: 13px;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 3px;
}

@keyframes pm-lit-glow {
    0%,
    100% {
        box-shadow: 0 0 4px 1px rgba(183, 28, 28, 0.5);
    }
    50% {
        box-shadow: 0 0 11px 4px rgba(183, 28, 28, 0.9);
    }
}
.ae.pm-lit {
    background-color: #b71c1c !important;
    border-color: #c62828 !important;
    color: #fff !important;
    animation: pm-lit-glow 1.5s ease-in-out infinite;
}
#bpm {
    display: none;
}
.ae.pm-lit #bpm {
    display: inline-block !important;
    background: #fff;
    color: #b71c1c !important;
    border-radius: 8px;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 13px;
    min-width: 13px;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 3px;
}

.fa-bell:before {
    content: "\f0f3";
}
@keyframes notif-lit-glow {
    0%,
    100% {
        box-shadow: 0 0 4px 1px rgba(230, 126, 34, 0.5);
    }
    50% {
        box-shadow: 0 0 11px 4px rgba(230, 126, 34, 0.9);
    }
}
.ae.notif-lit {
    background-color: #e67e22 !important;
    border-color: #f39c12 !important;
    color: #fff !important;
    animation: notif-lit-glow 1.5s ease-in-out infinite;
}
#bnotif {
    display: none;
}
.ae.notif-lit #bnotif {
    display: inline-block !important;
    background: #fff;
    color: #e67e22 !important;
    border-radius: 8px;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 13px;
    min-width: 13px;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    margin-right: 3px;
}

#d0 {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 !important;
}
#d0 .ae {
    flex: 1 1 0% !important;
    width: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    font-size: 0 !important;
    padding: 5px 2px !important;
    margin: 1px 1px 0 1px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}
#d0 .ae::before {
    font-size: 15px !important;
    display: block !important;
    line-height: 1.3 !important;
    font-style: normal !important;
}
#d0 .ae span {
    font-size: 9px !important;
    display: inline-block !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}
#d0 .ae span:empty {
    display: none !important;
}
#rooms .room .u-pic {
    border-radius: 50% !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    margin: 4px !important;
    background-size: cover !important;
}
#rooms .room .u-topic.dots {
    background: rgba(0, 0, 0, 0.55) !important;
    border-radius: 20px !important;
    padding: 2px 10px !important;
    display: inline-block !important;
    width: fit-content !important;
    max-width: 85% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
#rooms .room .u-msg {
    background: rgba(0, 0, 0, 0.35) !important;
    border-radius: 20px !important;
    padding: 1px 8px !important;
    display: inline-block !important;
    width: fit-content !important;
    max-width: 85% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-top: 2px !important;
    font-size: 11px !important;
}
#rooms .room > div > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}
#rooms .room {
    flex-wrap: wrap !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    margin-bottom: 4px !important;
}
#rooms .room .bannerroom {
    width: 100% !important;
    height: 110px !important;
    background-size: cover !important;
    background-position: center !important;
}
#rooms .room[style*="height:110px"] .u-topic.dots {
    background: transparent !important;
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
#rooms .room[style*="height:110px"] .u-msg {
    background: transparent !important;
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
#rooms .room[style*="height:110px"] {
    height: 110px !important;
    max-height: 110px !important;
    display: block !important;
}
#rooms .room {
    min-height: 70px !important;
}
#rooms .room .u-pic {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
}
#rooms .room .u-msg:empty {
    display: none !important;
}

.entry-intro {
    position: fixed;
    top: 7px;
    left: 0;
    right: 0;
    z-index: 3000;
    display: none;
    justify-content: center;
    pointer-events: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.entry-frame {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 94vw;
    white-space: nowrap;
    padding: 5px 8px 5px 12px;
    border-radius: 24px;
    font-size: 12px;
    line-height: 1;
    transform: translateX(56vw) scale(0.96);
    opacity: 0;
}

.entry-frame.entry-animate {
    animation: entryTraverse 5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes entryTraverse {
    0% {
        transform: translateX(56vw) scale(0.96);
        opacity: 0;
    }
    15% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    19% {
        transform: translateX(0) scale(1.02);
    }
    25% {
        transform: translateX(0) scale(1);
    }
    82% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-56vw) scale(0.96);
        opacity: 0;
    }
}
.entry-frame .entry-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}
.entry-frame .entry-flag {
    width: 18px;
    height: 13px;
    object-fit: cover;
    border-radius: 2px;
    flex: 0 0 auto;
    opacity: 0.95;
}
.entry-frame .entry-ico {
    font-size: 12px;
    line-height: 1;
}

.entry-frame .entry-name {
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 800;
    padding: 3px 11px;
    border-radius: 13px;
}
.entry-frame .entry-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
    opacity: 0.9;
    flex: 0 0 auto;
}

.entry-frame.entry-royal {
    position: relative !important;
    display: inline-block !important;
    width: 370px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 1024/380 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/king.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #fff !important;
    overflow: hidden !important;
    direction: ltr;
}
.entry-frame.entry-royal .entry-pic {
    position: absolute !important;
    top: 40% !important;
    left: 24% !important;
    transform: translate(-50%, -50%);
    width: 12.5% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow: none !important;
    object-fit: cover;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.entry-frame.entry-royal .entry-name {
    position: absolute !important;
    top: 40% !important;
    left: 65% !important;
    transform: translate(-50%, -50%);
    width: 50% !important;
    max-width: 50% !important;
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.7),
        0 0 6px rgba(0, 0, 0, 0.5) !important;
    font-size: 24px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}
.entry-frame.entry-royal .entry-label {
    display: none !important;
}
.entry-frame.entry-royal .entry-flag {
    position: absolute !important;
    top: 40% !important;
    left: 91% !important;
    transform: translate(-50%, -50%);
    width: 6% !important;
    height: auto !important;
    aspect-ratio: 18/13 !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
    opacity: 1 !important;
    flex: initial !important;
    pointer-events: none;
}
.entry-frame.entry-royal.entry-animate {
    animation-duration: 7s !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-royal {
        width: 320px !important;
    }
    .entry-frame.entry-royal .entry-name {
        font-size: 20px !important;
    }
}

.entry-frame.entry-vip {
    position: relative !important;
    display: inline-block !important;
    width: 370px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 1024/794 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/pr.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #fff !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-vip .entry-pic {
    position: absolute !important;
    top: 37% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 21.5% !important;
    height: auto !important;
    aspect-ratio: 213/271 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow: none !important;
    object-fit: cover;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.entry-frame.entry-vip .entry-name {
    position: absolute !important;
    top: 72% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 80% !important;
    max-width: 80% !important;
    background: transparent !important;
    border: 0 !important;
    color: #0a2a5e !important;
    font-weight: 800 !important;
    text-shadow:
        0 0 2px rgba(255, 255, 255, 0.9),
        0 1px 2px rgba(255, 255, 255, 0.7),
        0 0 5px rgba(255, 255, 255, 0.45) !important;
    font-size: 22px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}
.entry-frame.entry-vip .entry-label,
.entry-frame.entry-vip .entry-flag,
.entry-frame.entry-vip .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-vip {
        width: 320px !important;
    }
    .entry-frame.entry-vip .entry-name {
        font-size: 18px !important;
    }
}

.entry-frame.entry-elite {
    position: relative !important;
    display: inline-block !important;
    width: 440px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 1541/656 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/der.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #3a1c00 !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-elite .entry-pic {
    position: absolute !important;
    top: 22% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 14% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow:
        0 0 0 1px rgba(255, 210, 140, 0.7),
        0 1px 3px rgba(0, 0, 0, 0.45) !important;
    object-fit: cover;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.entry-frame.entry-elite .entry-name {
    position: absolute !important;
    top: 65% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 78% !important;
    max-width: 78% !important;
    background: transparent !important;
    border: 0 !important;
    color: #8a0014 !important;
    font-weight: 800 !important;
    text-shadow:
        0 1px 0 rgba(255, 240, 210, 0.95),
        1px 0 0 rgba(255, 240, 210, 0.85),
        -1px 0 0 rgba(255, 240, 210, 0.85),
        0 -1px 0 rgba(255, 240, 210, 0.85),
        0 0 4px rgba(255, 235, 200, 0.85) !important;
    font-size: 26px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}
.entry-frame.entry-elite .entry-label,
.entry-frame.entry-elite .entry-flag,
.entry-frame.entry-elite .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-elite {
        width: 340px !important;
    }
    .entry-frame.entry-elite .entry-name {
        font-size: 20px !important;
    }
}

.entry-frame.entry-legend {
    position: relative !important;
    display: inline-block !important;
    width: 460px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 1560/672 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/xref.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #f4d76b !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-legend .entry-pic {
    position: absolute !important;
    top: 18% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 16% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow:
        0 0 0 1.5px rgba(244, 215, 107, 0.9),
        0 0 12px rgba(244, 215, 107, 0.6),
        0 2px 5px rgba(0, 0, 0, 0.6) !important;
    object-fit: cover;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.entry-frame.entry-legend .entry-name {
    position: absolute !important;
    top: 62% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 70% !important;
    max-width: 70% !important;
    background: transparent !important;
    border: 0 !important;
    color: #f4d76b !important;
    font-weight: 800 !important;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.95),
        0 0 6px rgba(0, 0, 0, 0.85),
        0 0 10px rgba(160, 110, 0, 0.55) !important;
    font-size: 32px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}
.entry-frame.entry-legend .entry-label,
.entry-frame.entry-legend .entry-flag,
.entry-frame.entry-legend .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-legend {
        width: 340px !important;
    }
    .entry-frame.entry-legend .entry-name {
        font-size: 24px !important;
    }
}

.entry-frame.entry-shmokh {
    position: relative !important;
    display: inline-block !important;
    width: 520px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 1462/492 !important;
    padding: 0 !important;
    margin: 85px 0 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/shmokh.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #f4d76b !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-shmokh .entry-pic {
    position: absolute !important;
    top: -22% !important;
    left: 52% !important;
    transform: translate(-50%, -50%);
    width: 17% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow:
        0 0 0 3px rgba(244, 215, 107, 1),
        0 0 18px rgba(244, 215, 107, 0.75),
        0 4px 8px rgba(0, 0, 0, 0.65) !important;
    object-fit: cover;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 4 !important;
}
.entry-frame.entry-shmokh .entry-name {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 56% !important;
    max-width: 56% !important;
    background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.95),
        0 0 6px rgba(0, 0, 0, 0.85),
        0 0 10px rgba(0, 40, 90, 0.55) !important;
    font-size: 34px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
.entry-frame.entry-shmokh .entry-label,
.entry-frame.entry-shmokh .entry-flag,
.entry-frame.entry-shmokh .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-shmokh {
        width: 360px !important;
        margin: 60px 0 0 0 !important;
    }
    .entry-frame.entry-shmokh .entry-name {
        font-size: 24px !important;
    }
}

.entry-frame.entry-wesam {
    position: relative !important;
    display: inline-block !important;
    width: 480px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 502/178 !important;
    padding: 0 !important;
    margin: 0 0 55px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/wesam.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #f4d76b !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-wesam .entry-pic {
    position: absolute !important;
    top: 96% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 20% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow:
        0 0 0 3px rgba(244, 215, 107, 1),
        0 0 16px rgba(244, 215, 107, 0.7),
        0 4px 8px rgba(0, 0, 0, 0.65) !important;
    object-fit: cover;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 4 !important;
}
.entry-frame.entry-wesam .entry-name {
    position: absolute !important;
    top: 56% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 50% !important;
    max-width: 50% !important;
    background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.95),
        0 0 6px rgba(0, 0, 0, 0.85),
        0 0 10px rgba(0, 40, 90, 0.6) !important;
    font-size: 26px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
.entry-frame.entry-wesam .entry-label,
.entry-frame.entry-wesam .entry-flag,
.entry-frame.entry-wesam .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-wesam {
        width: 340px !important;
        margin: 0 0 38px 0 !important;
    }
    .entry-frame.entry-wesam .entry-name {
        font-size: 20px !important;
    }
}

.entry-frame.entry-shajaa {
    position: relative !important;
    display: inline-block !important;
    width: 480px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 605/380 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/shajaa.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #0e3a52 !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-shajaa .entry-pic {
    position: absolute !important;
    top: 22% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 15% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow:
        0 0 0 3px rgba(244, 215, 107, 1),
        0 0 14px rgba(244, 215, 107, 0.7),
        0 3px 6px rgba(0, 0, 0, 0.55) !important;
    object-fit: cover;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 4 !important;
}
.entry-frame.entry-shajaa .entry-name {
    position: absolute !important;
    top: 64% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 55% !important;
    max-width: 55% !important;
    background: transparent !important;
    border: 0 !important;
    color: #0e3a52 !important;
    font-weight: 800 !important;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9),
        0 0 4px rgba(255, 255, 255, 0.7) !important;
    font-size: 28px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
.entry-frame.entry-shajaa .entry-label,
.entry-frame.entry-shajaa .entry-flag,
.entry-frame.entry-shajaa .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-shajaa {
        width: 340px !important;
    }
    .entry-frame.entry-shajaa .entry-name {
        font-size: 22px !important;
    }
}

.entry-frame.entry-haiba {
    position: relative !important;
    display: inline-block !important;
    width: 480px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 250/133 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/haiba.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #6b0a14 !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-haiba .entry-pic {
    position: absolute !important;
    top: 32% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 17% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow:
        0 0 0 2px rgba(244, 215, 107, 0.95),
        0 0 12px rgba(180, 30, 30, 0.55),
        0 3px 6px rgba(0, 0, 0, 0.6) !important;
    object-fit: cover;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 4 !important;
}
.entry-frame.entry-haiba .entry-name {
    position: absolute !important;
    top: 62% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 52% !important;
    max-width: 52% !important;
    background: transparent !important;
    border: 0 !important;
    color: #6b0a14 !important;
    font-weight: 800 !important;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85),
        0 0 4px rgba(255, 255, 255, 0.65) !important;
    font-size: 30px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
.entry-frame.entry-haiba .entry-label,
.entry-frame.entry-haiba .entry-flag,
.entry-frame.entry-haiba .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-haiba {
        width: 340px !important;
    }
    .entry-frame.entry-haiba .entry-name {
        font-size: 22px !important;
    }
}

.entry-frame.entry-arsh {
    position: relative !important;
    display: inline-block !important;
    width: 300px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 1/1 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/arsh.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #1a1a1a !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-arsh .entry-pic {
    position: absolute !important;
    top: 50% !important;
    left: 51% !important;
    transform: translate(-50%, -50%);
    width: 33% !important;
    height: 33% !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow:
        0 0 0 1px rgba(244, 215, 107, 0.7),
        0 0 8px rgba(244, 215, 107, 0.35),
        0 1px 3px rgba(0, 0, 0, 0.6) !important;
    object-fit: cover !important;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 4 !important;
}
.entry-frame.entry-arsh .entry-name {
    position: absolute !important;
    top: 78% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 52% !important;
    max-width: 52% !important;
    background: transparent !important;
    border: 0 !important;
    color: #1a3a8a !important;
    font-weight: 800 !important;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95),
        0 0 6px rgba(212, 175, 55, 0.45),
        0 1px 2px rgba(0, 0, 0, 0.3) !important;
    font-size: 26px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
.entry-frame.entry-arsh .entry-label,
.entry-frame.entry-arsh .entry-flag,
.entry-frame.entry-arsh .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-arsh {
        width: 230px !important;
    }
    .entry-frame.entry-arsh .entry-name {
        font-size: 19px !important;
    }
}

.entry-frame.entry-dragon {
    position: relative !important;
    display: inline-block !important;
    width: 280px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 730/781 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/dragon.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #f7e3a0 !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-dragon .entry-pic,
.entry-frame.entry-dragon .entry-label,
.entry-frame.entry-dragon .entry-flag,
.entry-frame.entry-dragon .entry-ico {
    display: none !important;
}
.entry-frame.entry-dragon .entry-name {
    position: absolute !important;
    top: 68% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 64% !important;
    max-width: 64% !important;
    background: transparent !important;
    border: 0 !important;
    color: #ffe27a !important;
    font-weight: 900 !important;
    text-shadow:
        2px 2px 0 #1a0a00,
        -2px 2px 0 #1a0a00,
        2px -2px 0 #1a0a00,
        -2px -2px 0 #1a0a00,
        1px 1px 0 #1a0a00,
        -1px 1px 0 #1a0a00,
        1px -1px 0 #1a0a00,
        -1px -1px 0 #1a0a00,
        0 3px 6px rgba(0, 0, 0, 0.95),
        0 0 12px rgba(0, 0, 0, 0.85) !important;
    font-size: 36px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-dragon {
        width: 215px !important;
    }
    .entry-frame.entry-dragon .entry-name {
        font-size: 26px !important;
    }
}

.entry-frame.entry-shadow {
    position: relative !important;
    display: inline-block !important;
    width: 540px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 1235/224 !important;
    padding: 0 !important;
    margin: 75px 0 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/shadow.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #f4d76b !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-shadow .entry-pic {
    position: absolute !important;
    top: -20% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 18% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow:
        0 0 0 3px rgba(244, 215, 107, 1),
        0 0 18px rgba(244, 215, 107, 0.65),
        0 4px 8px rgba(0, 0, 0, 0.75) !important;
    object-fit: cover !important;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 4 !important;
}
.entry-frame.entry-shadow .entry-name {
    position: absolute !important;
    top: 62% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 60% !important;
    max-width: 60% !important;
    background: transparent !important;
    border: 0 !important;
    color: #f4d76b !important;
    font-weight: 800 !important;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.95),
        0 0 6px rgba(0, 0, 0, 0.85),
        0 0 10px rgba(180, 140, 40, 0.4) !important;
    font-size: 26px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
.entry-frame.entry-shadow .entry-label,
.entry-frame.entry-shadow .entry-flag,
.entry-frame.entry-shadow .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-shadow {
        width: 380px !important;
        margin: 50px 0 0 0 !important;
    }
    .entry-frame.entry-shadow .entry-name {
        font-size: 18px !important;
    }
}

.entry-frame.entry-butterfly {
    position: relative !important;
    display: inline-block !important;
    width: 240px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 649/655 !important;
    padding: 0 !important;
    margin: 60px 0 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/butterfly.png?v=20260605-butterfly-use-latest-gi-real") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #ffffff !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-butterfly .entry-pic {
    position: absolute !important;
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 38% !important;
    height: 38% !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow: none !important;
    object-fit: cover !important;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 4 !important;
}
.entry-frame.entry-butterfly .entry-name {
    position: absolute !important;
    top: 79% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 54% !important;
    max-width: 54% !important;
    background: transparent !important;
    border: 0 !important;
    color: #2a0140 !important;
    font-weight: 900 !important;
    text-shadow:
        2px 0 0 #ffffff,
        -2px 0 0 #ffffff,
        0 2px 0 #ffffff,
        0 -2px 0 #ffffff,
        2px 2px 0 #ffffff,
        -2px 2px 0 #ffffff,
        2px -2px 0 #ffffff,
        -2px -2px 0 #ffffff,
        0 1px 2px rgba(0, 0, 0, 0.55) !important;
    font-size: 22px !important;
    letter-spacing: 0.2px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
.entry-frame.entry-butterfly .entry-label,
.entry-frame.entry-butterfly .entry-flag,
.entry-frame.entry-butterfly .entry-ico {
    display: none !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-butterfly {
        width: 190px !important;
        margin: 40px 0 0 0 !important;
    }
    .entry-frame.entry-butterfly .entry-name {
        font-size: 17px !important;
    }
}

.entry-frame.entry-jareh {
    position: relative !important;
    display: inline-block !important;
    width: 280px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 215/226 !important;
    padding: 0 !important;
    margin: 55px 0 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/jareh.png?v=20260605-jareh-login-activate") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #f4d76b !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-jareh .entry-pic,
.entry-frame.entry-jareh .entry-flag,
.entry-frame.entry-jareh .entry-label,
.entry-frame.entry-jareh .entry-ico {
    display: none !important;
}
.entry-frame.entry-jareh .entry-name {
    position: absolute !important;
    top: 62% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 80% !important;
    max-width: 80% !important;
    background: transparent !important;
    border: 0 !important;
    color: #f4d76b !important;
    font-weight: 900 !important;
    text-shadow:
        1px 0 0 #000000,
        -1px 0 0 #000000,
        0 1px 0 #000000,
        0 -1px 0 #000000,
        1px 1px 0 #000000,
        -1px 1px 0 #000000,
        1px -1px 0 #000000,
        -1px -1px 0 #000000,
        0 0 6px rgba(0, 0, 0, 0.85),
        0 0 12px rgba(255, 160, 40, 0.45) !important;
    font-size: 28px !important;
    letter-spacing: 0.3px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-jareh {
        width: 220px !important;
        margin: 40px 0 0 0 !important;
    }
    .entry-frame.entry-jareh .entry-name {
        font-size: 22px !important;
    }
}

.entry-frame.entry-r3b {
    position: relative !important;
    display: inline-block !important;
    width: 320px !important;
    height: auto !important;
    max-width: 94vw !important;
    aspect-ratio: 593/282 !important;
    padding: 0 !important;
    margin: 100px 0 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: url("/images/subs/r3b.png?v=20260605-r3b-login-activate") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    box-shadow: none !important;
    color: #f0e6cc !important;
    overflow: visible !important;
    direction: ltr;
}
.entry-frame.entry-r3b .entry-flag,
.entry-frame.entry-r3b .entry-label,
.entry-frame.entry-r3b .entry-ico {
    display: none !important;
}
.entry-frame.entry-r3b .entry-pic {
    position: absolute !important;
    top: 14% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 22% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 50% !important;
    border: 2px solid #1a1a1a !important;
    box-shadow:
        0 0 0 1px rgba(240, 230, 204, 0.6),
        0 0 10px rgba(180, 0, 0, 0.55) !important;
    object-fit: cover !important;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 4 !important;
}
.entry-frame.entry-r3b .entry-name {
    position: absolute !important;
    top: 45% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 64% !important;
    max-width: 64% !important;
    background: transparent !important;
    border: 0 !important;
    color: #f0e6cc !important;
    font-weight: 900 !important;
    text-shadow:
        1px 0 0 #000000,
        -1px 0 0 #000000,
        0 1px 0 #000000,
        0 -1px 0 #000000,
        1px 1px 0 #000000,
        -1px 1px 0 #000000,
        1px -1px 0 #000000,
        -1px -1px 0 #000000,
        0 0 6px rgba(0, 0, 0, 0.9),
        0 0 14px rgba(180, 0, 0, 0.55) !important;
    font-size: 26px !important;
    letter-spacing: 0.3px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    z-index: 2 !important;
}
@media (max-width: 480px) {
    .entry-frame.entry-r3b {
        width: 240px !important;
        margin: 70px 0 0 0 !important;
    }
    .entry-frame.entry-r3b .entry-name {
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    .entry-frame {
        font-size: 11px;
        padding: 4px 7px 4px 10px;
        gap: 6px;
        max-width: 96vw;
    }
    .entry-frame .entry-pic {
        width: 26px;
        height: 26px;
    }
    .entry-frame .entry-name {
        font-size: 12.5px;
        max-width: 46vw;
        padding: 2px 9px;
    }
    .entry-frame .entry-label {
        font-size: 9.5px;
    }
}

.login-style-2 #tlogins > ul.nav-tabs {
    display: flex !important;
    width: auto !important;
    height: auto !important;
    margin: 8px 8px 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    background: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.login-style-2 #tlogins > ul.nav-tabs > li {
    flex: 1 1 0 !important;
    float: none !important;
    margin: 0 0 0 -1px !important;
    text-align: center !important;
}
.login-style-2 #tlogins > ul.nav-tabs > li:first-child {
    margin-left: 0 !important;
}
.login-style-2 #tlogins > ul.nav-tabs > li > a {
    display: block !important;
    margin: 0 !important;
    padding: 6px 4px !important;
    border: 1px solid #b8b8b8 !important;
    border-radius: 3px 3px 0 0 !important;
    background: #e7e7e7 !important;
    color: #5a7392 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    transition: none !important;
}
.login-style-2 #tlogins > ul.nav-tabs > li > a::after {
    content: none !important;
}
.login-style-2 #tlogins > ul.nav-tabs > li > a::before {
    margin-left: 4px;
    font-size: 11px;
}
.login-style-2 #tlogins > ul.nav-tabs > li > a:hover {
    background: #eee !important;
    color: #3f5a7a !important;
    transform: none !important;
}

.login-style-2 #tlogins > ul.nav-tabs > li.active > a,
.login-style-2 #tlogins > ul.nav-tabs > li.active > a:hover {
    background: #ffffff !important;
    color: #333333 !important;
    border-color: #b8b8b8 !important;
    border-bottom-color: #ffffff !important;
    margin-bottom: -1px !important;
    position: relative !important;
    z-index: 2 !important;
    box-shadow: none !important;
    transform: none !important;
}

.login-style-2 #tlogins .cl-content {
    width: auto !important;
    min-height: 0 !important;
    margin: 0 8px 8px !important;
    padding: 8px !important;
    background: #ffffff !important;
    border: 1px solid #b8b8b8 !important;
    border-radius: 0 0 3px 3px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) !important;
    box-sizing: border-box !important;
}
.login-style-2 #tlogins .cl-pane {
    width: 100% !important;
    padding: 4px 2px !important;
    box-sizing: border-box;
}
.login-style-2 #tlogins .cl-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 100% !important;
}

.login-style-2 #tlogins .cl-input {
    flex: 1 1 0 !important;
    min-width: 90px !important;
    max-width: 190px !important;
    height: 34px !important;
    padding: 4px 8px !important;
    border: 1px solid #8a8a8a !important;
    border-radius: 3px !important;
    background: #fff !important;
    color: #222 !important;
    font-size: 13px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    outline: none !important;
}
.login-style-2 #tlogins .cl-input::placeholder {
    color: #999 !important;
    font-size: 13px !important;
}
.login-style-2 #tlogins .cl-input:focus {
    border-color: #555 !important;
}

.login-style-2 #tlogins .cl-btn {
    flex: 0 0 auto !important;
    width: 80px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 1px solid var(--site-color, #2980b9) !important;
    border-radius: 4px !important;
    background: var(--site-color, #2980b9) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: none !important;
}
.login-style-2 #tlogins .cl-btn:hover {
    filter: brightness(0.92) !important;
}
.login-style-2 #tlogins .cl-btn:active {
    filter: brightness(0.85) !important;
}

.login-style-2 #tlogins .cl-stealth {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    margin: 8px 0 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #444 !important;
    cursor: pointer !important;
}
.login-style-2 #tlogins .cl-stealth input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

@media (max-width: 480px) {
    .login-style-2 #tlogins .cl-input {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .login-style-2 #tlogins .cl-btn {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
}

.site-style-2 .btn-primary {
    border-radius: 4px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
}

.site-style-2 #settings-main .action-save,
.site-style-2 #settings-main .action-customize,
.site-style-2 #settings-main .action-neutral,
.site-style-2 #settings-main .action-info,
.site-style-2 #settings-main .action-gift,
.site-style-2 #settings-main .action-warning,
.site-style-2 #settings-main .action-management,
.site-style-2 #settings-main .action-admin,
.site-style-2 #settings-main .action-logout {
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}

body.site-style-2 #upro .upro-btns-grid .upro-btn,
body.site-style-2 #upro button[onclick*="upro-admin-panel"],
body.site-style-2 #upro-admin-panel .btn,
body.site-style-2 #upro-admin-panel .btn-success,
body.site-style-2 #upro-admin-panel .btn-primary {
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 4px !important;
}
body.site-style-2 #upro .upro-btns-grid .upro-btn:hover,
body.site-style-2 #upro .upro-btns-grid .upro-btn:focus,
body.site-style-2 #upro .upro-btns-grid .upro-btn:active {
    background-image: none !important;
    box-shadow: none !important;
}

body.site-style-2 #d0 .label-primary {
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 4px !important;
}

body.site-style-2 #ext-page-main > div[onclick^="extShowPage("] {
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 4px !important;
}

body.site-style-1 .site-action-btn {
    border-radius: 50px !important;
}
body.site-style-2 .site-action-btn {
    border-radius: 4px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
}

.login-style-3 #tlogins {
    background-color: var(--site-color-template) !important;
    background-image:
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(0, 0, 0, 0.18) 100%
        ),
        linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35)) !important;
    background-blend-mode: normal, multiply !important;
    border: 2px solid rgba(0, 0, 0, 0.78) !important;
    border-radius: 5px !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.07),
        0 2px 8px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
}

.login-style-3 #tlogins > a.bg {
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(0, 0, 0, 0.22) 100%
    ) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.65) !important;
    padding: 5px 6px !important;
    color: #fff !important;
}
.login-style-3 #tlogins > a.bg .dots {
    color: #fff !important;
    font-weight: 700 !important;
}
.login-style-3 #tlogins > a.bg .btn-success {
    border-color: rgba(0, 0, 0, 0.45) !important;
}

.login-style-3 #tlogins .isbnr {
    margin: 0 !important;
    display: block !important;
    max-height: 96px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.65) !important;
}

.login-style-3 #tlogins > ul.nav-tabs {
    display: flex !important;
    width: auto !important;
    height: auto !important;
    margin: 6px 6px 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.login-style-3 #tlogins > ul.nav-tabs > li {
    flex: 1 1 0 !important;
    float: none !important;
    margin: 0 0 0 -1px !important;
    text-align: center !important;
}
.login-style-3 #tlogins > ul.nav-tabs > li:first-child {
    margin-left: 0 !important;
}
.login-style-3 #tlogins > ul.nav-tabs > li > a {
    display: block !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    height: 34px !important;
    padding: 0 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.7) !important;
    border-radius: 3px 3px 0 0 !important;
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(0, 0, 0, 0.35) 100%
    ) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4) !important;
    box-shadow: none !important;
    transition: none !important;
    white-space: nowrap !important;
}
.login-style-3 #tlogins > ul.nav-tabs > li > a::after {
    content: none !important;
}
.login-style-3 #tlogins > ul.nav-tabs > li > a::before {
    margin-left: 4px;
    font-size: 11px;
}
.login-style-3 #tlogins > ul.nav-tabs > li > a:hover {
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.14) 0%,
        rgba(0, 0, 0, 0.22) 100%
    ) !important;
    color: #fff !important;
    transform: none !important;
}

.login-style-3 #tlogins > ul.nav-tabs > li.active > a,
.login-style-3 #tlogins > ul.nav-tabs > li.active > a:hover {
    background-color: #ffffff !important;
    background-image: linear-gradient(
        to bottom,
        #ffffff 0%,
        rgba(0, 0, 0, 0.04) 100%
    ) !important;
    color: var(--site-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.78) !important;
    border-top: 4px solid var(--site-color) !important;
    border-bottom-color: transparent !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) !important;
    margin-bottom: -1px !important;
    position: relative !important;
    z-index: 2 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 -1px 0 rgba(0, 0, 0, 0.06) !important;
    transform: none !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px !important;
    box-sizing: border-box !important;
    height: 34px !important;
    padding: 0 4px !important;
    line-height: 29px !important;
}

.login-style-3 #tlogins .cl-content,
.login-style-3 #tlogins .s3-content {
    width: auto !important;
    min-height: 0 !important;
    margin: 0 6px 6px !important;
    padding: 12px 14px 14px !important;
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(0, 0, 0, 0.22) 100%
    ) !important;
    border: 1px solid rgba(0, 0, 0, 0.7) !important;
    border-radius: 0 0 5px 5px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    box-sizing: border-box !important;
}
.login-style-3 #tlogins .cl-pane,
.login-style-3 #tlogins .s3-pane {
    width: 100% !important;
    padding: 2px 0 !important;
    box-sizing: border-box;
}

.login-style-3 #tlogins .s3-input-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
}

.login-style-3 #tlogins .cl-input,
.login-style-3 #tlogins .s3-input {
    flex: 1 1 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 32px !important;
    padding: 4px 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.7) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #1a1a1a !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}
.login-style-3 #tlogins .cl-input::placeholder,
.login-style-3 #tlogins .s3-input::placeholder {
    color: #888 !important;
    font-weight: 400 !important;
}
.login-style-3 #tlogins .cl-input:focus,
.login-style-3 #tlogins .s3-input:focus {
    border-color: var(--site-color) !important;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.1),
        0 0 0 2px rgba(0, 0, 0, 0.1) !important;
}

.login-style-3 #tlogins .s3-btn-row {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr 160px 1fr !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 10px !important;
}
.login-style-3 #tlogins .s3-btn-row .cl-btn,
.login-style-3 #tlogins .s3-btn-row .s3-btn {
    grid-column: 2 !important;
    justify-self: center !important;
}
.login-style-3 #tlogins .s3-btn-row .cl-stealth,
.login-style-3 #tlogins .s3-btn-row .s3-stealth {
    position: static !important;
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
    transform: none !important;
    right: auto !important;
    top: auto !important;
}

.login-style-3 #tlogins .cl-btn,
.login-style-3 #tlogins .s3-btn {
    display: inline-block !important;
    flex: 0 0 auto !important;
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
    margin: 0 !important;
    height: 32px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.78) !important;
    border-radius: 999px !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(0, 0, 0, 0.18) 100%
    ) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35) !important;
    cursor: pointer !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}
.login-style-3 #tlogins .cl-btn:hover,
.login-style-3 #tlogins .s3-btn:hover {
    filter: brightness(0.92) !important;
}
.login-style-3 #tlogins .cl-btn:active,
.login-style-3 #tlogins .s3-btn:active {
    filter: brightness(0.82) !important;
}

.login-style-3 #tlogins .cl-stealth,
.login-style-3 #tlogins .s3-stealth {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    cursor: pointer !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) !important;
    white-space: nowrap !important;
}
.login-style-3 #tlogins .cl-stealth input[type="checkbox"],
.login-style-3 #tlogins .s3-stealth input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    accent-color: var(--site-color) !important;
}

.login-style-3 .s3-statusbar,
.login-style-3 .bg.mini {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(0, 0, 0, 0.24) 100%
    ) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.7) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.55) !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    padding: 0 !important;
    height: 26px !important;
}

.login-style-3 #loginstat,
.login-style-3 .s3-state {
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(0, 0, 0, 0.16) 100%
    ) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 5px 14px !important;
    margin: 0 !important;
    border: none !important;
    border-right: 1px solid rgba(0, 0, 0, 0.55) !important;
    border-radius: 0 !important;
    flex: 0 0 auto !important;
    min-width: 110px !important;
    height: 26px !important;
    line-height: 16px !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35) !important;
}
.login-style-3 .s1.badgex,
.login-style-3 .s3-count {
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(0, 0, 0, 0.16) 100%
    ) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 5px 12px !important;
    margin: 0 !important;
    border: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.55) !important;
    border-radius: 0 !important;
    height: 26px !important;
    line-height: 16px !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35) !important;
    min-width: 48px !important;
}

.login-style-3 .borderg.minix {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.3) 100%
    ) !important;
    color: #fff !important;
    border: none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.55) !important;
    height: 22px !important;
    padding: 2px 8px !important;
    font-size: 12px !important;
}
.login-style-3 .borderg.minix a {
    color: #1e88e5 !important;
    font-weight: 700 !important;
}

body.site-style-3 #d0 {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(0, 0, 0, 0.22) 100%
    ) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.55) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.55) !important;
}
body.site-style-3 #d0 .label-primary {
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.14) 0%,
        rgba(0, 0, 0, 0.14) 100%
    ) !important;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) !important;
    margin: 2px 1px !important;
}

body.site-style-3 .btn-primary {
    border-radius: 3px !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
body.site-style-3 .site-action-btn {
    border-radius: 3px !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

body.site-style-3 .tablebox.footer {
    border-top: 1px solid rgba(0, 0, 0, 0.25) !important;
}
body.site-style-3 #tbox {
    border-radius: 3px !important;
    border: 1px solid rgba(0, 0, 0, 0.35) !important;
}

@media (max-width: 480px) {
    .login-style-3 #tlogins .cl-input,
    .login-style-3 #tlogins .s3-input {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .login-style-3 #tlogins .cl-btn,
    .login-style-3 #tlogins .s3-btn {
        width: 140px !important;
    }
}

.login-style-4 #tlogins > a.bg {
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 12px 12px 0 0 !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(255, 255, 255, 0.18) 15%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.18) 85%,
        rgba(0, 0, 0, 0.35) 100%
    ) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.35),
        inset 0 -4px 8px rgba(0, 0, 0, 0.35),
        0 1px 2px rgba(0, 0, 0, 0.25) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
    overflow: hidden !important;
}

.login-style-4 #tlogins > ul.nav-tabs {
    display: flex !important;
    width: auto !important;
    height: auto !important;
    margin: 8px 8px 0 !important;
    padding: 0 !important;
    gap: 2px !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.login-style-4 #tlogins > ul.nav-tabs > li {
    flex: 1 1 0 !important;
    float: none !important;
    margin: 0 !important;
    text-align: center !important;
    position: relative !important;
}
.login-style-4 #tlogins > ul.nav-tabs > li > a {
    display: block !important;
    margin: 0 !important;
    position: relative !important;
    box-sizing: border-box !important;
    height: 38px !important;
    padding: 0 8px !important;
    line-height: 36px !important;
    border: 1px solid rgba(0, 0, 0, 0.55) !important;
    border-radius: 14px 14px 0 0 !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.08) 45%,
        rgba(0, 0, 0, 0.22) 100%
    ) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4) !important;
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.55),
        inset 0 -10px 18px rgba(0, 0, 0, 0.32),
        0 -2px 4px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.login-style-4 #tlogins > ul.nav-tabs > li::before,
.login-style-4 #tlogins > ul.nav-tabs > li::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 11px !important;
    pointer-events: none !important;
    z-index: 2 !important;
    border-radius: 14px 14px 0 0 !important;
}
.login-style-4 #tlogins > ul.nav-tabs > li::before {
    left: 0 !important;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    ) !important;
}
.login-style-4 #tlogins > ul.nav-tabs > li::after {
    right: 0 !important;
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    ) !important;
}

.login-style-4 #tlogins > ul.nav-tabs > li > a::before {
    content: none !important;
    display: none !important;
}

.login-style-4 #tlogins > ul.nav-tabs > li.active > a,
.login-style-4 #tlogins > ul.nav-tabs > li.active > a:hover,
.login-style-4 #tlogins > ul.nav-tabs > li.active > a:focus {
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.08) 45%,
        rgba(0, 0, 0, 0.22) 100%
    ) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.55),
        inset 0 -10px 18px rgba(0, 0, 0, 0.32),
        0 -2px 4px rgba(0, 0, 0, 0.2) !important;
    border-bottom-color: transparent !important;
    margin-bottom: -2px !important;
    z-index: 3 !important;
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.login-style-4 #tlogins > ul.nav-tabs > li > a:focus,
.login-style-4 #tlogins > ul.nav-tabs > li > a:active {
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.login-style-4 #tlogins > ul.nav-tabs > li.active::before,
.login-style-4 #tlogins > ul.nav-tabs > li.active::after {
    display: none !important;
    content: none !important;
}

.login-style-4 #tlogins > ul.nav-tabs,
.login-style-4 #tlogins > ul.nav-tabs > li,
.login-style-4 #tlogins > ul.nav-tabs > li.active,
.login-style-4 #tlogins .tab-pane,
.login-style-4 #tlogins #l1,
.login-style-4 #tlogins #l2,
.login-style-4 #tlogins #l3 {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.login-style-4 #tlogins {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.22) 0%,
        rgba(0, 0, 0, 0.05) 25%,
        rgba(0, 0, 0, 0.32) 50%,
        rgba(0, 0, 0, 0.05) 75%,
        rgba(255, 255, 255, 0.18) 100%
    ) !important;
}

.login-style-4 #tlogins .cl-content {
    width: auto !important;
    min-height: 0 !important;
    margin: 0 8px 8px !important;
    padding: 12px 14px 14px !important;
    background-color: var(--site-color-template) !important;
    background-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.18) 0%,
            rgba(0, 0, 0, 0.42) 100%
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.18) 0%,
            rgba(0, 0, 0, 0.1) 28%,
            rgba(0, 0, 0, 0.28) 50%,
            rgba(0, 0, 0, 0.1) 72%,
            rgba(255, 255, 255, 0.14) 100%
        ) !important;
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
    border-radius: 0 0 18px 18px !important;

    box-shadow:
        inset 0 -8px 14px rgba(0, 0, 0, 0.45),
        inset 8px 0 12px rgba(0, 0, 0, 0.3),
        inset -8px 0 12px rgba(0, 0, 0, 0.3),
        0 3px 6px rgba(0, 0, 0, 0.35) !important;
    box-sizing: border-box !important;
}

.login-style-4 #tlogins .cl-content,
.login-style-4 #tlogins .cl-content .tab-pane,
.login-style-4 #tlogins .cl-content .cl-pane,
.login-style-4 #tlogins .cl-content .s4-pane,
.login-style-4 #tlogins .cl-content .cl-row,
.login-style-4 #tlogins .cl-content .s4-input-row,
.login-style-4 #tlogins .cl-content .s4-btn-row {
    background-clip: padding-box !important;
}
.login-style-4 #tlogins .cl-content .tab-pane,
.login-style-4 #tlogins .cl-content .cl-pane,
.login-style-4 #tlogins .cl-content .s4-pane,
.login-style-4 #tlogins .cl-content .cl-row,
.login-style-4 #tlogins .cl-content .s4-input-row,
.login-style-4 #tlogins .cl-content .s4-btn-row {
    background-color: transparent !important;
    background-image: none !important;
}
.login-style-4 #tlogins .cl-pane {
    width: 100% !important;
    padding: 2px 0 !important;
    box-sizing: border-box;
}
.login-style-4 #tlogins .cl-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
}

.login-style-4 #tlogins .cl-input {
    flex: 1 1 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 32px !important;
    padding: 4px 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.22) 0%,
        rgba(255, 255, 255, 1) 8%,
        rgba(255, 255, 255, 1) 92%,
        rgba(0, 0, 0, 0.22) 100%
    ) !important;
    color: #1a1a1a !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.75) !important;
}
.login-style-4 #tlogins .cl-input::placeholder {
    color: #888 !important;
    font-weight: 400 !important;
}
.login-style-4 #tlogins .cl-input:focus {
    border-color: var(--site-color) !important;
}

.login-style-4 #tlogins .cl-btn {
    position: relative !important;
    isolation: isolate !important;
    flex: 0 0 160px !important;
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
    margin: 6px auto 0 !important;
    height: 42px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.3) 12%,
        rgba(255, 255, 255, 0.1) 28%,
        rgba(0, 0, 0, 0.28) 50%,
        rgba(255, 255, 255, 0.1) 72%,
        rgba(255, 255, 255, 0.3) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
    cursor: pointer !important;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.45),
        inset 0 -9px 16px rgba(0, 0, 0, 0.6),
        inset 8px 0 10px rgba(0, 0, 0, 0.45),
        inset -8px 0 10px rgba(0, 0, 0, 0.45),
        0 2px 4px rgba(0, 0, 0, 0.45) !important;
    overflow: hidden !important;
}

.login-style-4 #tlogins .cl-btn::before,
.login-style-4 #tlogins .cl-btn::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    width: 24px !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: -1 !important;
    opacity: 0.85 !important;
}
.login-style-4 #tlogins .cl-btn::before {
    right: 0 !important;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(0, 0, 0, 0.65) 100%
    ) !important;
    transform: skewX(-12deg) !important;
    transform-origin: right center !important;
}
.login-style-4 #tlogins .cl-btn::after {
    left: 0 !important;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(255, 255, 255, 0.18) 100%
    ) !important;
    transform: skewX(12deg) !important;
    transform-origin: left center !important;
}
.login-style-4 #tlogins .cl-btn:hover {
    filter: brightness(0.95) !important;
}
.login-style-4 #tlogins .cl-btn:active {
    filter: brightness(0.85) !important;
}

.login-style-4 #tlogins > ul.nav-tabs > li > a,
.login-style-4 #tlogins .cl-btn {
    font-family: "Lemonada", "Cairo", "Tahoma", sans-serif !important;
}

.login-style-4 #tlogins .cl-stealth {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 8px 0 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    cursor: pointer !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) !important;
}
.login-style-4 #tlogins .cl-stealth input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    cursor: pointer !important;
    accent-color: var(--site-color) !important;
}

.login-style-4 .bg.mini {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.04) 45%,
        rgba(0, 0, 0, 0.28) 100%
    ) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.65) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.55) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 !important;
    height: 28px !important;
}

.login-style-4 #loginstat,
.login-style-4 .s1.badgex {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0 14px !important;
    margin: 2px 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    flex: 0 0 auto !important;
    height: 24px !important;
    line-height: 22px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}
.login-style-4 .s1.badgex {
    min-width: 56px !important;
}

.login-style-4 #tlogins .s4-input-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
}
.login-style-4 #tlogins .s4-btn-row {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 10px !important;
}
.login-style-4 #tlogins .s4-btn-row .cl-btn,
.login-style-4 #tlogins .s4-btn-row .s4-btn {
    grid-column: 2 !important;
    justify-self: center !important;
}
.login-style-4 #tlogins .s4-btn-row .cl-stealth,
.login-style-4 #tlogins .s4-btn-row .s4-stealth {
    grid-column: 3 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 0 0 12px !important;
}

.login-style-4 #tlogins .s4-stealth {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    cursor: pointer !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) !important;
    white-space: nowrap !important;
}
.login-style-4 #tlogins .s4-stealth input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    cursor: pointer !important;
    accent-color: var(--site-color) !important;
}

.login-style-4 #tlogins .s4-stealth > span {
    display: none !important;
}

.login-style-4 .borderg.minix {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    height: 26px !important;
    padding: 0 14px !important;
    margin: 2px 4px !important;
    line-height: 24px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;

    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    direction: rtl !important;
    flex-direction: row !important;
    gap: 4px !important;
}
.login-style-4 .borderg.minix a {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

body.site-style-4 .btn-primary,
body.site-style-4 .btn-success,
body.site-style-4 .btn-danger,
body.site-style-4 .btn-info,
body.site-style-4 .btn-warning,
body.site-style-4 .site-action-btn,
body.site-style-4 #d0 .label-primary,
body.site-style-4 #upro .upro-btns-grid .upro-btn,
body.site-style-4 #settings-main .action-save,
body.site-style-4 #settings-main .action-customize,
body.site-style-4 #settings-main .action-neutral,
body.site-style-4 #settings-main .action-info,
body.site-style-4 #settings-main .action-gift,
body.site-style-4 #settings-main .action-warning,
body.site-style-4 #settings-main .action-management,
body.site-style-4 #settings-main .action-admin,
body.site-style-4 #settings-main .action-logout {
    position: relative !important;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.3),
        inset 0 -6px 10px rgba(0, 0, 0, 0.42),
        inset 0 0 0 1px rgba(0, 0, 0, 0.42),
        0 1px 2px rgba(0, 0, 0, 0.35) !important;
    overflow: hidden !important;
}

body.site-style-4 .login-style-4 #tlogins .cl-btn {
    border-radius: 999px !important;
    height: 42px !important;
}

body.site-style-4 #tbox,
body.site-style-4 #settings-main input[type="text"],
body.site-style-4 #settings-main input[type="search"],
body.site-style-4 #settings-main input[type="number"],
body.site-style-4 #settings-main input[type="password"],
body.site-style-4 #settings-main textarea,
body.site-style-4 #wall textarea,
body.site-style-4 #wall input[type="text"],
body.site-style-4 #wall input[type="search"],
body.site-style-4 .chat__body__wall_pane__form__input {
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(255, 255, 255, 1) 8%,
        rgba(255, 255, 255, 1) 92%,
        rgba(0, 0, 0, 0.2) 100%
    ) !important;
    color: #1a1a1a !important;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.75) !important;
}

body.site-style-4 #d0 .label-primary {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 .site-action-btn {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 #upro .upro-btns-grid .upro-btn {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 #settings-main .action-save,
body.site-style-4 #settings-main .action-customize,
body.site-style-4 #settings-main .action-neutral,
body.site-style-4 #settings-main .action-info,
body.site-style-4 #settings-main .action-gift,
body.site-style-4 #settings-main .action-warning,
body.site-style-4 #settings-main .action-management,
body.site-style-4 #settings-main .action-admin,
body.site-style-4 #settings-main .action-logout {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 .btn-primary,
body.site-style-4 .btn-success,
body.site-style-4 .btn-danger,
body.site-style-4 .btn-info,
body.site-style-4 .btn-warning {
    position: relative !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 #ext-page-main > div[onclick^="extShowPage("] {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 #settings-main .label.label-primary {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

#upro .modal-content {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100vw - 16px) !important;
}

body.site-style-4 #upro .modal-header.label-primary {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 #upro .modal-header.label-primary .modal-title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

body.site-style-4 #upro .modal-header.label-primary .badge.clickable {
    background-color: rgba(0, 0, 0, 0.35) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -2px 4px rgba(0, 0, 0, 0.45),
        0 1px 2px rgba(0, 0, 0, 0.35) !important;
    cursor: pointer !important;
}

#rooms .room .u-topic.dots {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    line-height: 1.25 !important;
}

body.site-style-4 #upro button[onclick*="upro-admin-panel"] {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

#upro-admin-panel > div.border {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 8px !important;
    margin: 4px 0 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#upro-admin-panel .powerboxa > div,
#upro-admin-panel .roomzbox > div {
    display: contents !important;
}

#upro-admin-panel label {
    flex: 0 0 80px !important;
    width: 80px !important;
    max-width: 80px !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    display: inline-flex !important;
    align-items: center !important;
}

#upro-admin-panel input,
#upro-admin-panel select,
#upro-admin-panel textarea {
    flex: 1 1 60px !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
    height: 32px !important;
    padding: 4px 10px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    resize: none !important;
}

#upro-admin-panel .btn {
    flex: 0 0 70px !important;
    width: 70px !important;
    min-width: 70px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-inline-start: auto !important;
}

body.site-style-4 #upro-admin-panel > div.border {
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

body.site-style-4 #upro-admin-panel label {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
}

body.site-style-4 #upro-admin-panel input,
body.site-style-4 #upro-admin-panel select,
body.site-style-4 #upro-admin-panel textarea {
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.45) !important;
    font-size: 12px !important;
    background-color: #ffffff !important;
    color: #1a1a1a !important;
}

body.site-style-4 #upro-admin-panel .btn {
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
}

body.site-style-4 #upro-admin-panel .upap-emoji {
    display: none !important;
}

body.site-style-4 #upro-admin-panel .nickbox > label::before,
body.site-style-4 #upro-admin-panel .likebox > label::before,
body.site-style-4 #upro-admin-panel .evabox > label::before,
body.site-style-4 #upro-admin-panel .msgbox > label::before,
body.site-style-4 #upro-admin-panel .youbox > label::before,
body.site-style-4 #upro-admin-panel .powerboxa > div > label::before,
body.site-style-4 #upro-admin-panel .roomzbox > div > label::before {
    font-family: FontAwesome !important;
    font-weight: normal !important;
    font-style: normal !important;
    margin-inline-end: 6px !important;
    display: inline-block !important;
    width: 14px !important;
    text-align: center !important;
}
body.site-style-4 #upro-admin-panel .nickbox > label::before {
    content: "\f0d0" !important;
}
body.site-style-4 #upro-admin-panel .likebox > label::before {
    content: "\f004" !important;
    color: #ff4d6d !important;
}
body.site-style-4 #upro-admin-panel .evabox > label::before {
    content: "\f005" !important;
    color: #ffd54f !important;
}
body.site-style-4 #upro-admin-panel .msgbox > label::before {
    content: "\f075" !important;
}
body.site-style-4 #upro-admin-panel .youbox > label::before {
    content: "\f16a" !important;
    color: #ff5252 !important;
}
body.site-style-4 #upro-admin-panel .powerboxa > div > label::before {
    content: "\f0c0" !important;
}
body.site-style-4 #upro-admin-panel .roomzbox > div > label::before {
    content: "\f015" !important;
}

body.site-style-4 #upro-admin-panel .nickbox > label > .upap-txt {
    color: #3498db !important;
}
body.site-style-4 #upro-admin-panel .likebox > label > .upap-txt {
    color: #e53935 !important;
}
body.site-style-4 #upro-admin-panel .evabox > label > .upap-txt {
    color: #f4b400 !important;
}
body.site-style-4 #upro-admin-panel .msgbox > label > .upap-txt {
    color: #27ae60 !important;
}
body.site-style-4 #upro-admin-panel .youbox > label > .upap-txt {
    color: #c62828 !important;
}
body.site-style-4 #upro-admin-panel .powerboxa > div > label > .upap-txt {
    color: #5dade2 !important;
}
body.site-style-4 #upro-admin-panel .roomzbox > div > label > .upap-txt {
    color: #8e44ad !important;
}

body.site-style-4 #wall #delTop.top.wall {
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 50px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 #rooms > .label-primary.bgg {
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.22) 0%,
        rgba(255, 255, 255, 0.04) 55%,
        rgba(0, 0, 0, 0.22) 100%
    ) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.35) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
    padding: 4px 6px !important;
    gap: 6px !important;
    align-items: center !important;
}

body.site-style-4 #rooms > .label-primary.bgg > button.label-success {
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
    height: 32px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    flex: 0 0 auto !important;
}

body.site-style-4 #users #usearch {
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(255, 255, 255, 1) 8%,
        rgba(255, 255, 255, 1) 92%,
        rgba(0, 0, 0, 0.2) 100%
    ) !important;
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.75) !important;
    padding: 6px 10px !important;
    font-size: 12px !important;
    resize: none !important;
}

body.site-style-4 #rooms #roomSearchInput {
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(255, 255, 255, 1) 8%,
        rgba(255, 255, 255, 1) 92%,
        rgba(0, 0, 0, 0.2) 100%
    ) !important;
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.75) !important;
    display: block !important;
    padding: 6px 10px !important;
    font-size: 12px !important;
    resize: none !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

body.site-style-4 #users #usearch::placeholder,
body.site-style-4 #rooms #roomSearchInput::placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
}
body.site-style-4 #users #usearch::-webkit-input-placeholder,
body.site-style-4 #rooms #roomSearchInput::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
}
body.site-style-4 #users #usearch::-moz-placeholder,
body.site-style-4 #rooms #roomSearchInput::-moz-placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
}
body.site-style-4 #users #usearch:-ms-input-placeholder,
body.site-style-4 #rooms #roomSearchInput:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
}

body.site-style-4 #dpnl:has(> #wall.active) > div:has(> label.pnhead),
body.site-style-4 #dpnl:has(> #rooms.active) > div:has(> label.pnhead),
body.site-style-4 #dpnl:has(> #users.active) > div:has(> label.pnhead),
body.site-style-4 #dpnl:has(> #chats.active) > div:has(> label.pnhead),
body.site-style-4 #dpnl:has(> #notification.active) > div:has(> label.pnhead),
body.site-style-4 #dpnl:has(> #settings.active) > div:has(> label.pnhead),
body.site-style-4 #dpnl:has(> #top10.active) > div:has(> label.pnhead) {
    position: relative !important;
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px 12px 0 0 !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4
    #dpnl:has(> #wall.active)
    > div:has(> label.pnhead)
    > label.pnhead,
body.site-style-4
    #dpnl:has(> #rooms.active)
    > div:has(> label.pnhead)
    > label.pnhead,
body.site-style-4
    #dpnl:has(> #users.active)
    > div:has(> label.pnhead)
    > label.pnhead,
body.site-style-4
    #dpnl:has(> #chats.active)
    > div:has(> label.pnhead)
    > label.pnhead,
body.site-style-4
    #dpnl:has(> #notification.active)
    > div:has(> label.pnhead)
    > label.pnhead,
body.site-style-4
    #dpnl:has(> #settings.active)
    > div:has(> label.pnhead)
    > label.pnhead,
body.site-style-4
    #dpnl:has(> #top10.active)
    > div:has(> label.pnhead)
    > label.pnhead {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

body.site-style-4
    #dpnl:has(> #wall.active)
    > div:has(> label.pnhead)
    > label.label-danger,
body.site-style-4
    #dpnl:has(> #rooms.active)
    > div:has(> label.pnhead)
    > label.label-danger,
body.site-style-4
    #dpnl:has(> #users.active)
    > div:has(> label.pnhead)
    > label.label-danger,
body.site-style-4
    #dpnl:has(> #chats.active)
    > div:has(> label.pnhead)
    > label.label-danger,
body.site-style-4
    #dpnl:has(> #notification.active)
    > div:has(> label.pnhead)
    > label.label-danger,
body.site-style-4
    #dpnl:has(> #settings.active)
    > div:has(> label.pnhead)
    > label.label-danger,
body.site-style-4
    #dpnl:has(> #top10.active)
    > div:has(> label.pnhead)
    > label.label-danger {
    background-color: rgba(180, 30, 30, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 1px 2px rgba(0, 0, 0, 0.35) !important;
    z-index: 9 !important;
}

body.site-style-4 #change-pass-modal > div > div:first-child {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px 12px 0 0 !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
}

body.site-style-4 #change-pass-modal > div > div:first-child > span {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

body.site-style-4 #change-pass-modal > div > div:first-child > i.fa-times {
    background-color: rgba(180, 30, 30, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    padding: 4px 7px !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.45),
        0 1px 2px rgba(0, 0, 0, 0.35) !important;
}

body.site-style-4 #change-pass-modal #cp-new,
body.site-style-4 #change-pass-modal #cp-con {
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(255, 255, 255, 1) 8%,
        rgba(255, 255, 255, 1) 92%,
        rgba(0, 0, 0, 0.2) 100%
    ) !important;
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.75) !important;
    font-size: 14px !important;
}
body.site-style-4 #change-pass-modal #cp-new::placeholder,
body.site-style-4 #change-pass-modal #cp-con::placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
}

body.site-style-4 #change-pass-modal button[onclick*="doChangePass"] {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 #mkr .modal-header.label-primary {
    position: relative !important;
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px 12px 0 0 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 #mkr .modal-header.label-primary .modal-title {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

body.site-style-4 #mkr .modal-header.label-primary .badge.clickable {
    background-color: rgba(180, 30, 30, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    padding: 2px 6px !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.45),
        0 1px 2px rgba(0, 0, 0, 0.35) !important;
    cursor: pointer !important;
}

body.site-style-4 #mkr .modal-body input[type="text"],
body.site-style-4 #mkr .modal-body input[type="password"],
body.site-style-4 #mkr .modal-body input[type="number"],
body.site-style-4 #mkr .modal-body input[type="search"] {
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(255, 255, 255, 1) 8%,
        rgba(255, 255, 255, 1) 92%,
        rgba(0, 0, 0, 0.2) 100%
    ) !important;
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.75) !important;
    padding: 6px 10px !important;
    font-size: 12px !important;
    margin-top: 4px !important;
    height: 32px !important;
    box-sizing: border-box !important;
}
body.site-style-4 #mkr .modal-body input::placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
}

body.site-style-4 #mkr .modal-body > .break {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(0, 0, 0, 0.12) 100%
    ) !important;
    padding: 8px !important;
    border-radius: 0 0 12px 12px !important;
}

body.site-style-4 #mkr .modal-body > .break .label.label-primary {
    background-color: var(--site-color) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
    border-radius: 10px !important;
    padding: 2px 8px !important;
}

body.site-style-4 #mkr .modal-body > .break .checkbox-inline {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
}

body.site-style-4 #mkr .modal-body > .break > div:has(> .label.label-primary) {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 4px 0 0 !important;
    width: 100% !important;
}

body.site-style-4
    #mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    > .label.label-primary {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    flex: 0 0 132px !important;
    width: 132px !important;
    height: 28px !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 2px 8px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    overflow: hidden !important;
}

body.site-style-4
    #mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .X-container,
body.site-style-4
    #mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .roomcolor-container,
body.site-style-4
    #mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .roomcolorpic-container,
body.site-style-4
    #mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .colormsgroom-container,
body.site-style-4
    #mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .baccolor-container {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
}

body.site-style-4
    #mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .cpick {
    position: static !important;
    display: inline-block !important;
    width: 88px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.55) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 1px 2px rgba(0, 0, 0, 0.3) !important;
    outline: none !important;
    cursor: pointer !important;
}

body.site-style-4 #mkr .modal-body > .break > .rmake,
body.site-style-4 #mkr .modal-body > .break > .rsave,
body.site-style-4 #mkr .modal-body > .break > .rdelete {
    float: none !important;
    clear: none !important;
    display: inline-block !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 32px !important;
    padding: 0 6px !important;
    margin: 6px 1px 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    vertical-align: middle !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

body.site-style-4 #mkr .modal-body > .break > .rmake {
    width: calc(32% - 4px) !important;
    font-size: 10.5px !important;
    padding: 0 4px !important;
}

body.site-style-4 #mkr .modal-body > .break > .rsave {
    width: calc(40% - 4px) !important;
}

body.site-style-4 #mkr .modal-body > .break > .rdelete {
    width: calc(24% - 4px) !important;
}

body.site-style-4 #mkr #mic-lock-btns > * {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

body.site-style-4 #mkr #mic-lock-btns > * > *,
body.site-style-4 #mkr #mic-lock-btns > * i,
body.site-style-4 #mkr #mic-lock-btns > * .fa,
body.site-style-4 #mkr #mic-lock-btns > * span {
    opacity: 1 !important;
    visibility: visible !important;
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    text-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    flex-shrink: 0 !important;
}

body.site-style-4 #mkr #mic-lock-btns > * > i,
body.site-style-4 #mkr #mic-lock-btns > * > .fa,
body.site-style-4 #mkr #mic-lock-btns > * i.fa,
body.site-style-4 #mkr #mic-lock-btns > * .fa-microphone,
body.site-style-4 #mkr #mic-lock-btns > * .fa-lock,
body.site-style-4 #mkr #mic-lock-btns > * .fa-unlock {
    font-size: 13px !important;
    line-height: 1 !important;
    display: inline-block !important;
}

body.site-style-4 #mkr #mic-lock-btns > *.locked,
body.site-style-4 #mkr #mic-lock-btns > *.is-locked,
body.site-style-4 #mkr #mic-lock-btns > *.mic-locked,
body.site-style-4 #mkr #mic-lock-btns > *[style*="background:red"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background: red"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background-color:red"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background-color: red"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background:#f"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background: #f"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background-color:#f"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background-color: #f"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background:#c0"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background:#d9"],
body.site-style-4 #mkr #mic-lock-btns > *[style*="background:#e7"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}
body.site-style-4 #mkr #mic-lock-btns > *.locked > *,
body.site-style-4 #mkr #mic-lock-btns > *.locked i,
body.site-style-4 #mkr #mic-lock-btns > *.locked .fa,
body.site-style-4 #mkr #mic-lock-btns > *.locked span,
body.site-style-4 #mkr #mic-lock-btns > *.is-locked > *,
body.site-style-4 #mkr #mic-lock-btns > *.is-locked i,
body.site-style-4 #mkr #mic-lock-btns > *.is-locked .fa,
body.site-style-4 #mkr #mic-lock-btns > *.is-locked span,
body.site-style-4 #mkr #mic-lock-btns > *.mic-locked > *,
body.site-style-4 #mkr #mic-lock-btns > *.mic-locked i,
body.site-style-4 #mkr #mic-lock-btns > *.mic-locked .fa,
body.site-style-4 #mkr #mic-lock-btns > *.mic-locked span,
body.site-style-4 #mkr #mic-lock-btns > *[style*="red"] > *,
body.site-style-4 #mkr #mic-lock-btns > *[style*="red"] i,
body.site-style-4 #mkr #mic-lock-btns > *[style*="red"] .fa,
body.site-style-4 #mkr #mic-lock-btns > *[style*="red"] span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

body.site-style-4 #mkr #mic-locks-section {
    border-top: 2px solid rgba(255, 255, 255, 0.25) !important;
    margin-top: 8px !important;
    padding-top: 6px !important;
}
body.site-style-4 #mkr #mic-locks-section > div:first-child {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
}

#mkr .modal-body > .break > div:has(> .label.label-primary) {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 4px 0 0 !important;
    width: 100% !important;
}

#mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    > .label.label-primary {
    flex: 0 0 132px !important;
    width: 132px !important;
    height: 28px !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 2px 8px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

#mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .roomcolor-container,
#mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .roomcolorpic-container,
#mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .colormsgroom-container,
#mkr
    .modal-body
    > .break
    > div:has(> .label.label-primary)
    .baccolor-container {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
}

#mkr .modal-body > .break > div:has(> .label.label-primary) .cpick {
    position: static !important;
    display: inline-block !important;
    width: 88px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#mkr .modal-body > .break > .rmake,
#mkr .modal-body > .break > .rsave,
#mkr .modal-body > .break > .rdelete {
    float: none !important;
    clear: none !important;
    display: inline-block !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 32px !important;
    padding: 0 6px !important;
    margin: 6px 1px 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    vertical-align: middle !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
}
#mkr .modal-body > .break > .rmake {
    width: calc(32% - 4px) !important;
    font-size: 10.5px !important;
    padding: 0 4px !important;
}
#mkr .modal-body > .break > .rsave {
    width: calc(40% - 4px) !important;
}
#mkr .modal-body > .break > .rdelete {
    width: calc(24% - 4px) !important;
}

#mkr #mic-lock-btns > * {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

#mkr #mic-lock-btns > * > *,
#mkr #mic-lock-btns > * i,
#mkr #mic-lock-btns > * .fa,
#mkr #mic-lock-btns > * span {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    -webkit-filter: none !important;
    flex-shrink: 0 !important;
}

#mkr #mic-lock-btns > * > i,
#mkr #mic-lock-btns > * > .fa,
#mkr #mic-lock-btns > * i.fa,
#mkr #mic-lock-btns > * .fa-microphone,
#mkr #mic-lock-btns > * .fa-lock,
#mkr #mic-lock-btns > * .fa-unlock {
    font-size: 13px !important;
    line-height: 1 !important;
    display: inline-block !important;
}

#mkr #mic-locks-section {
    margin-top: 8px !important;
    padding-top: 6px !important;
}

body.site-style-4 #d0 .label-primary[data-target="#rooms"]::before {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin: 0 0 2px !important;
    padding: 0 !important;
}

body.site-style-4 #cw .btn.fa.fa-expand,
body.site-style-4 #cw .btn.fa.fa-compress {
    font-size: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
body.site-style-4 #cw .btn.fa.fa-expand::before,
body.site-style-4 #cw .btn.fa.fa-compress::before {
    font-size: 14px !important;
}

body.site-style-4 #rpl .modal-header.label-primary {
    position: relative !important;
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px 12px 0 0 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

body.site-style-4 #rpl .modal-header.label-primary .modal-title {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

body.site-style-4 #rpl .modal-header.label-primary .badge.clickable {
    background-color: rgba(180, 30, 30, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    padding: 2px 6px !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.45),
        0 1px 2px rgba(0, 0, 0, 0.35) !important;
    cursor: pointer !important;
}

body.site-style-4 #rpl .modal-body > .rmsg {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(0, 0, 0, 0.1) 100%
    ) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.35) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
}

body.site-style-4 #rpl .modal-body > .r {
    background-color: #f3f3f5 !important;
    padding: 4px !important;
}

body.site-style-4 #rpl .tablebox.footer {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(0, 0, 0, 0.14) 100%
    ) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.35) !important;
    align-items: center !important;
    gap: 4px !important;
}

body.site-style-4 #rpl .tablebox.footer .tboxr {
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
    border-radius: 18px !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(255, 255, 255, 1) 8%,
        rgba(255, 255, 255, 1) 92%,
        rgba(0, 0, 0, 0.2) 100%
    ) !important;
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.75) !important;
    height: 32px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    resize: none !important;
}
body.site-style-4 #rpl .tablebox.footer .tboxr::placeholder {
    color: rgba(0, 0, 0, 0.55) !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
}

body.site-style-4 #rpl .tablebox.footer button.fa.fa-send {
    position: relative !important;
    background-color: var(--site-color) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 16px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.45),
        inset 0 -6px 10px rgba(0, 0, 0, 0.55),
        inset 6px 0 8px rgba(0, 0, 0, 0.4),
        inset -6px 0 8px rgba(0, 0, 0, 0.4),
        0 2px 3px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
    width: 38px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
body.site-style-4 #rpl .tablebox.footer button.fa.fa-send::before {
    font-size: 14px !important;
}

body.site-style-4 #rpl .tablebox.footer .emorep {
    border: 1px solid rgba(0, 0, 0, 0.55) !important;
    border-radius: 16px !important;
    background-color: #ffffff !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 1px 2px rgba(0, 0, 0, 0.25) !important;
    width: 34px !important;
    height: 32px !important;
    padding: 3px !important;
    box-sizing: border-box !important;
}

body.site-style-4 #users .nosel.ninr.uzr.label.label-primary {
    background-color: var(--site-color-template) !important;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(255, 255, 255, 0.25) 12%,
        rgba(255, 255, 255, 0.08) 28%,
        rgba(0, 0, 0, 0.22) 50%,
        rgba(255, 255, 255, 0.08) 72%,
        rgba(255, 255, 255, 0.25) 88%,
        rgba(0, 0, 0, 0.55) 100%
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 10px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 1px 2px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 8px !important;
    font-weight: 700 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

body.site-style-4 #rooms .room {
    border-radius: 12px !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.25),
        0 2px 4px rgba(0, 0, 0, 0.25) !important;
    margin-bottom: 6px !important;
}

body.site-style-4 #rooms .room:hover,
body.site-style-4 #rooms .room:active,
body.site-style-4 #rooms .room.active {
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -3px 6px rgba(0, 0, 0, 0.4),
        0 3px 8px rgba(0, 0, 0, 0.4) !important;
}

body.site-style-4 #rooms .room .u-pic {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    box-sizing: border-box !important;
}

body.site-style-4 #rooms .room[style*="height:110px"] {
    overflow: hidden !important;
}

#rooms .fa-user:before,
#rooms .fa-microphone:before {
    margin: 0 4px 0 0 !important;
}

#muteall > .fa,
#muteall .fa-volume-up,
#muteall .fa-volume-down,
#muteall .fa-volume-off,
#muteall .fa-volume-high {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.MIC_BROD {
    position: relative;
}
.MIC_BROD::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(
            ellipse at 15% 50%,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0.07) 18%,
            rgba(255, 255, 255, 0) 42%
        ),
        radial-gradient(
            ellipse at 50% 50%,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 22%,
            rgba(255, 255, 255, 0) 46%
        ),
        radial-gradient(
            ellipse at 85% 50%,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0.07) 18%,
            rgba(255, 255, 255, 0) 42%
        );
    background-size: 160% 100%;
    background-position: -30% 0;
    opacity: 0.22;
    animation: micBroodSoundWaves 4.5s ease-in-out infinite;
}
.MIC_BROD > div {
    position: relative;
    z-index: 1;
}
@keyframes micBroodSoundWaves {
    0%,
    100% {
        background-position: -30% 0;
        opacity: 0.12;
        filter: brightness(1);
    }
    50% {
        background-position: 30% 0;
        opacity: 0.32;
        filter: brightness(1.03);
    }
}
@media (prefers-reduced-motion: reduce) {
    .MIC_BROD::before {
        animation: none !important;
        opacity: 0.18;
        filter: none;
    }
}

.c-flex.bgg.border {
    z-index: 10;
}

body.site-style-5 .MIC_BROD::before {
    content: none !important;
}

body.site-style-5 #tlogins > ul.nav-tabs {
    background: none !important;
    border-bottom: 1px solid #ddd !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
}
body.site-style-5 #tlogins > ul.nav-tabs > li > a {
    background: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px 4px 0 0 !important;
    box-shadow: none !important;
    transition: none !important;
    overflow: visible !important;
}
body.site-style-5 #tlogins > ul.nav-tabs > li > a::after {
    content: none !important;
    display: none !important;
}
body.site-style-5 #tlogins > ul.nav-tabs > li > a:hover {
    background: none !important;
    border-color: #eee #eee #ddd !important;
    box-shadow: none !important;
    transform: none !important;
}
body.site-style-5 #tlogins > ul.nav-tabs > li.active > a,
body.site-style-5 #tlogins > ul.nav-tabs > li.active > a:focus,
body.site-style-5 #tlogins > ul.nav-tabs > li.active > a:hover {
    background: #fff !important;
    color: #555 !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

body.site-style-5 #tlogins .btn.fa-refresh,
body.site-style-5 #s1.label-success,
body.site-style-5 .loginstat.label-success {
    background-color: #5cb85c !important;
    color: #fff !important;
    border: 1px solid #4cae4c !important;
    border-radius: 4px !important;
    padding: 2px 8px !important;
}

body.site-style-5 #d0 {
    flex-wrap: wrap !important;
}
body.site-style-5 #d0 .ae {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    font-size: 11px !important;
    padding: 6px 6px !important;
    margin: 1px 1px 0 1px !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
    line-height: 1.4 !important;
    text-align: center !important;
}

body.site-style-5 #d0 .ae::before {
    font-size: 13px !important;
    display: inline-block !important;
    margin: 0 0 0 4px !important;
    line-height: 1.4 !important;
    vertical-align: middle !important;
    font-style: normal !important;
}
body.site-style-5 #d0 .ae span {
    font-size: 11px !important;
    display: inline-block !important;
    line-height: 1.4 !important;
    vertical-align: middle !important;
}
body.site-style-5 #d0 .ae span:empty {
    display: none !important;
}

body.site-style-5 #settings-main .action-save,
body.site-style-5 #settings-main .action-customize,
body.site-style-5 #settings-main .action-neutral,
body.site-style-5 #settings-main .action-info,
body.site-style-5 #settings-main .action-gift,
body.site-style-5 #settings-main .action-warning,
body.site-style-5 #settings-main .action-management,
body.site-style-5 #settings-main .action-admin,
body.site-style-5 #settings-main .action-logout {
    border-radius: 4px !important;
}
body.site-style-5 #settings-main .action-neutral > select#zoom {
    border-radius: 4px !important;
}

body.site-style-5 #wall #delTop {
    border-radius: 4px !important;
}
body.site-style-5 #wall .youtubeSearch .youtubeVal {
    border-radius: 4px !important;
}
body.site-style-5 #wall .youtubeSearch button[onclick*="SEND_TH_EMIT"] {
    border-radius: 4px !important;
    box-shadow: none !important;
}
body.site-style-5 #wall .vieYoutube {
    border-radius: 4px !important;
    box-shadow: none !important;
}
body.site-style-5 #wall .vieYoutube .youtubeSend,
body.site-style-5 #wall .vieYoutube .youtubeCloos {
    border-radius: 4px !important;
}
body.site-style-5 #wall .tboxbc {
    border-radius: 4px !important;
}

body.site-style-5 #wall .sndbc,
body.site-style-5 #wall .sndfilebc {
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.site-style-5 #wall input[type="text"],
body.site-style-5 #wall input[type="search"],
body.site-style-5 #wall input[type="number"],
body.site-style-5 #wall input[type="url"],
body.site-style-5 #wall input[type="email"],
body.site-style-5 #wall input[type="password"],
body.site-style-5 #wall textarea,
body.site-style-5 #wall select {
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.site-style-5 #rooms .room {
    border-radius: 4px !important;
}
body.site-style-5 #rooms .room .u-topic.dots {
    border-radius: 4px !important;
}
body.site-style-5 #rooms .room .u-msg {
    border-radius: 4px !important;
}

body.site-style-5 #rooms .room .u-pic {
    border-radius: 4px !important;
}

body.site-style-5 #ext-page-main > div[onclick^="extShowPage("] {
    border-radius: 4px !important;
}

body.site-style-5 #tbox {
    border-radius: 4px !important;
    box-shadow: none !important;
}
body.site-style-5 .tablebox.footer .site-action-btn {
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.site-style-5 .entry-frame {
    border-radius: 4px !important;
}
body.site-style-5 .entry-frame .entry-name {
    border-radius: 4px !important;
}
body.site-style-5 .entry-royal,
body.site-style-5 .entry-vip {
    box-shadow: none !important;
}
body.site-style-5 .entry-royal .entry-pic,
body.site-style-5 .entry-vip .entry-pic {
    box-shadow: none !important;
}

body.site-style-5 .hmsg .roomh {
    border-radius: 4px !important;
}

body.site-style-5 #upro .modal-content {
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.site-style-5 #upro .u-pic.u-pixc {
    box-shadow: none !important;
}

body.site-style-5 #upro .upro-btns-grid .upro-btn {
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.site-style-5 #upro #tigerhost-note-bubble {
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.site-style-5 #upro .u-room .roomh {
    border-radius: 4px !important;
}

body.site-style-5 #upro-admin-panel .nickbox,
body.site-style-5 #upro-admin-panel .likebox,
body.site-style-5 #upro-admin-panel .evabox,
body.site-style-5 #upro-admin-panel .msgbox,
body.site-style-5 #upro-admin-panel .youbox,
body.site-style-5 #upro-admin-panel .powerboxa,
body.site-style-5 #upro-admin-panel .roomzbox {
    border-radius: 4px !important;
}

body.site-style-5 #upro-admin-panel input,
body.site-style-5 #upro-admin-panel textarea,
body.site-style-5 #upro-admin-panel select {
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.site-style-5 #upro-admin-panel .btn,
body.site-style-5 #upro-admin-panel .site-action-btn {
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.site-style-5 #cw .tbox {
    border-radius: 4px !important;
    box-shadow: none !important;
}
body.site-style-5 #cw .tablebox.footer .site-action-btn {
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.site-style-5 .MIC_BROD > div > .prod,
body.site-style-5 .MIC_BROD > div > .prods {
    border-radius: 4px !important;
}
body.site-style-5 .MIC_BROD > div > .prod > .evant > i {
    border-radius: 4px !important;
}
body.site-style-5 .MIC_BROD .mic-lock-overlay {
    border-radius: 4px !important;
}
body.site-style-5 #muteall {
    border-radius: 4px !important;
}
body.site-style-5 .MIC_BROD #SHOW_POF {
    border-radius: 4px !important;
}

body.site-style-5 #mnot .modal-content {
    border-radius: 4px !important;
    box-shadow: none !important;
}
body.site-style-5 #mnot .modal-header {
    border-radius: 4px 4px 0 0 !important;
}
body.site-style-5 #mnot .modal-body .break {
    border-radius: 4px !important;
}
body.site-style-5 #mnot textarea {
    border-radius: 4px !important;
    box-shadow: none !important;
}
body.site-style-5 #mnot .rsave {
    border-radius: 4px !important;
    box-shadow: none !important;
}
body.site-style-5 #mnot .badge {
    border-radius: 4px !important;
}

.login-style-6 #tlogins > ul.nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    overflow: visible !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.login-style-6 #tlogins {
    overflow-x: visible !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
}
.login-style-6 #tlogins > ul.nav-tabs > li {
    flex: 0 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: none !important;
    background: transparent !important;
}
.login-style-6 #tlogins > ul.nav-tabs > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-width: 110px !important;
    height: 36px !important;
    padding: 7px 18px !important;
    margin: 0 !important;
    border: 1px solid var(--site-color) !important;
    border-radius: 0 34px 0 34px !important;
    background: transparent !important;
    background-color: transparent !important;
    color: var(--site-color) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease !important;
}

.login-style-6 #tlogins > ul.nav-tabs > li > a::before {
    margin-left: 5px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}
.login-style-6 #tlogins > ul.nav-tabs > li > a::after {
    content: none !important;
}
.login-style-6 #tlogins > ul.nav-tabs > li > a:hover,
.login-style-6 #tlogins > ul.nav-tabs > li > a:focus {
    background-color: rgba(0, 0, 0, 0.04) !important;
    color: var(--site-color) !important;
    border-color: var(--site-color) !important;
    text-decoration: none !important;
}

.login-style-6 #tlogins > ul.nav-tabs > li > a i,
.login-style-6 #tlogins > ul.nav-tabs > li > a span {
    color: inherit !important;
}
.login-style-6 #tlogins > ul.nav-tabs > li.active > a,
.login-style-6 #tlogins > ul.nav-tabs > li.active > a:hover,
.login-style-6 #tlogins > ul.nav-tabs > li.active > a:focus {
    background-color: var(--site-color) !important;
    border-color: var(--site-color) !important;
    color: #fff !important;
}

.login-style-6 #tlogins .s6-content,
.login-style-6 #tlogins .s6-pane,
.login-style-6 #tlogins .tab-content,
.login-style-6 #tlogins .cl-content,
.login-style-6 #tlogins .cl-pane {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.login-style-6 #tlogins .s6-content {
    width: 100% !important;
    padding: 14px 12px 12px !important;
    box-sizing: border-box !important;
}
.login-style-6 #tlogins .s6-pane {
    width: 100% !important;
    padding: 2px 0 !important;
    box-sizing: border-box !important;
}

.login-style-6 #tlogins .s6-input-row {
    display: flex !important;
    direction: rtl !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    align-items: stretch !important;
}

.login-style-6 #tlogins .s6-input {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 36px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    border: 1px solid var(--site-color) !important;
    border-radius: 0 34px 0 34px !important;
    background-color: #fff !important;
    color: inherit !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    direction: rtl !important;
    box-shadow: none !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease !important;
}
.login-style-6 #tlogins .s6-input::placeholder {
    text-align: center !important;
    color: rgba(0, 0, 0, 0.42) !important;
    font-size: 12px !important;
}
.login-style-6 #tlogins .s6-input:focus {
    border-color: var(--site-color) !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) !important;
}

.login-style-6 #tlogins .s6-input-row .s6-input:first-child:not(:only-child) {
    border-radius: 0px 34px 3px 3px !important;
}
.login-style-6 #tlogins .s6-input-row .s6-input:last-child:not(:only-child) {
    border-radius: 34px 0px 3px 3px !important;
}

.login-style-6 #tlogins .s6-btn-row {
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: flex !important;
}

.login-style-6 #tlogins .s6-btn {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 4px 14px !important;
    border-radius: 0 34px 0 34px !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    background-color: var(--site-color) !important;
    background-image: none !important;
    border: 1px solid var(--site-color) !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.login-style-6 #tlogins .s6-btn::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 24px !important;
    height: 12px !important;
    background: var(--site-color) !important;
    border-bottom-right-radius: 18px !important;
    pointer-events: none !important;
}

.login-style-6 #tlogins .s6-btn::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 24px !important;
    height: 12px !important;
    background: var(--site-color) !important;
    border-top-left-radius: 18px !important;
    pointer-events: none !important;
}

.login-style-6 #tlogins .s6-btn::before,
.login-style-6 #tlogins .s6-btn::after {
    display: none !important;
    content: none !important;
}
.login-style-6 #tlogins .s6-btn:hover,
.login-style-6 #tlogins .s6-btn:focus {
    filter: brightness(0.94) !important;
}
.login-style-6 #tlogins .s6-btn:active {
    filter: brightness(0.86) !important;
}

.login-style-6 #tlogins .s6-stealth-row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 12px 0 2px !important;
    padding: 0 !important;
    width: 100% !important;
}
.login-style-6 #tlogins .s6-stealth {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: inherit !important;
    background: transparent !important;
    cursor: pointer !important;
}
.login-style-6 #tlogins .s6-stealth input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    accent-color: var(--site-color) !important;
}

@media (max-width: 360px) {
    .login-style-6 #tlogins .s6-content {
        padding: 12px 8px 10px !important;
    }
    .login-style-6 #tlogins > ul.nav-tabs {
        gap: 0 !important;
        padding: 6px 6px !important;
    }
    .login-style-6 #tlogins > ul.nav-tabs > li > a {
        min-width: 100px !important;
        padding: 7px 14px !important;
        font-size: 12.5px !important;
    }
    .login-style-6 #tlogins .s6-input-row {
        gap: 6px !important;
    }
    .login-style-6 #tlogins .s6-input {
        padding: 14px 10px !important;
        font-size: 13.5px !important;
    }
    .login-style-6 #tlogins .s6-input::placeholder {
        font-size: 13px !important;
    }
}

.login-style-6 #tlogins .s6-input-row .s6-input-shell {
    position: relative !important;
    display: inline-flex !important;
    align-items: stretch !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

.login-style-6 #tlogins .s6-input-row .s6-input-shell::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: #fff !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    z-index: 0 !important;
    transition: border-color 0.15s ease !important;
}

.login-style-6 #tlogins .s6-input-row .s6-input-shell-right::before,
.login-style-6 #tlogins .s6-input-row .s6-input-shell-left::before {
    border-radius: 0 34px 0 34px !important;
    transform: none !important;
}

.login-style-6 #tlogins .s6-input-row .s6-input-shell:focus-within::before {
    border-color: var(--site-color) !important;
}

.login-style-6 #tlogins .s6-input-row .s6-input-shell > .s6-input {
    position: relative !important;
    z-index: 1 !important;
    flex: 1 1 100% !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 10px !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    direction: rtl !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.login-style-6 #tlogins .s6-input-row .s6-input-shell > .s6-input::placeholder {
    color: rgba(0, 0, 0, 0.42) !important;
    font-size: 12px !important;
    text-align: center !important;
}

@media (max-width: 360px) {
    .login-style-6 #tlogins .s6-input-row {
        gap: 5px !important;
    }

    .login-style-6 #tlogins .s6-input-row .s6-input-shell {
        height: 34px !important;
    }

    .login-style-6 #tlogins .s6-btn {
        height: 38px !important;
    }

    .login-style-6 #tlogins .s6-input-row .s6-input-shell > .s6-input {
        padding: 0 10px !important;
        font-size: 12.5px !important;
    }
}

.login-style-6 #tlogins > a {
    border-radius: 0 34px 0 34px !important;
    padding: 6px 14px !important;
    margin: 6px 6px 4px !important;
    width: auto !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.login-style-6 #tlogins > a > img {
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 2px !important;
    flex: 0 0 auto !important;
    border-radius: 0 22px 0 22px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    object-fit: contain !important;
    box-sizing: border-box !important;
}

.login-style-6 #tlogins > a > span.flex-grow-1 {
    text-align: center !important;
    font-size: 14px !important;
    padding: 0 4px !important;
    min-width: 0 !important;
}

.login-style-6 #tlogins > a > span.fa-refresh {
    width: auto !important;
    height: 30px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    border-radius: 0 24px 0 24px !important;
    background-color: #2fbf71 !important;
    background-image: none !important;
    border: 1px solid #2fbf71 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    transition: filter 0.15s ease !important;
}
.login-style-6 #tlogins > a > span.fa-refresh:hover,
.login-style-6 #tlogins > a > span.fa-refresh:focus {
    filter: brightness(0.94) !important;
}
.login-style-6 #tlogins > a > span.fa-refresh:active {
    filter: brightness(0.86) !important;
}

.login-style-6 #tlogins #l2:not(.hid) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 6px !important;
}

.login-style-6 #tlogins #l2 .s6-input-row {
    flex-basis: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}

.login-style-6 #tlogins #l2 .s6-btn-row {
    flex: 1 1 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.login-style-6 #tlogins #l2 .s6-stealth-row {
    flex: 0 0 38px !important;
    width: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
}

.login-style-6 #tlogins #l2 .s6-stealth {
    width: 100% !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--site-color) !important;
    border-radius: 0 34px 0 34px !important;
    background: transparent !important;
    background-color: transparent !important;
    color: var(--site-color) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: normal !important;
    gap: 0 !important;
    box-sizing: border-box !important;
}

.login-style-6 #tlogins #l2 .s6-stealth span {
    display: none !important;
}

.login-style-6 #tlogins #l2 .s6-stealth input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    accent-color: var(--site-color) !important;
    cursor: pointer !important;
}

@media (max-width: 360px) {
    .login-style-6 #tlogins #l2 .s6-stealth-row {
        flex: 0 0 34px !important;
        width: 34px !important;
    }
    .login-style-6 #tlogins #l2 .s6-stealth {
        height: 38px !important;
    }
}

.login-style-6 div[title="المتواجدين الآن"] {
    background-color: var(--site-color-template) !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 28px 0 28px !important;
    padding: 4px 6px !important;
    height: auto !important;
    min-height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    box-sizing: border-box !important;
}

.login-style-6 #loginstat,
.login-style-6 #s1 {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid #2fbf71 !important;
    background: #2fbf71 !important;
    background-color: #2fbf71 !important;
    background-image: none !important;
    color: #fff !important;
    height: 26px !important;
    min-width: 0 !important;
    padding: 2px 12px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    float: none !important;
    box-sizing: border-box !important;
    text-shadow: none !important;
}

.login-style-6 #loginstat i,
.login-style-6 #loginstat span,
.login-style-6 #s1 i,
.login-style-6 #s1 span {
    color: inherit !important;
}

.login-style-6 #tlogins > a {
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}
.login-style-6 #tlogins > a > span.flex-grow-1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18) !important;
}

.login-style-6 #tlogins > a > img {
    box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

.login-style-6 #tlogins > a > span.fa-refresh {
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18) !important;
}

.login-style-6 #tlogins > ul.nav-tabs > li > a {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #tlogins > ul.nav-tabs > li.active > a,
.login-style-6 #tlogins > ul.nav-tabs > li.active > a:hover,
.login-style-6 #tlogins > ul.nav-tabs > li.active > a:focus {
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18) !important;
}

.login-style-6 #tlogins .s6-input {
    box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

.login-style-6 #tlogins .s6-input-row .s6-input-shell::before {
    box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

.login-style-6 #tlogins .s6-btn {
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18) !important;
}

.login-style-6 #tlogins #l2 .s6-stealth {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 div[title="المتواجدين الآن"] {
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.login-style-6 #loginstat,
.login-style-6 #s1 {
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18) !important;
}

.login-style-6 #d0 button.ae {
    border-radius: 0 18px 0 18px !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #d0 button.ae:not(.wall-lit):not(.pm-lit):not(.notif-lit) {
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
}

.login-style-6 #tbox,
.login-style-6 .tablebox.footer button.fa-send,
.login-style-6 .tablebox.footer button.fa-sign-out {
    border-radius: 0 22px 0 22px !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl .pnhead {
    border-radius: 0 24px 0 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    padding: 4px 14px !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl div:has(> .pnhead) {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl #rooms button.fa-plus {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl #delTop {
    border-radius: 0 22px 0 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl .tboxbc {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl button.sndbc,
.login-style-6 #dpnl button.sndfilebc {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl .youtubeVal {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #muteall {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl #rooms .room.divro {
    border-radius: 0 22px 0 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #mkr .modal-content {
    border-radius: 0 24px 0 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #mkr input[type="text"],
body.site-style-6 #mkr input[type="password"],
body.site-style-6 #mkr input[type="number"] {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #mkr button {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #mkr div.label.label-primary {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #mkr .cpick {
    border: 1px solid var(--site-color) !important;
}

body.site-style-6 #mkr .picroom {
    border-radius: 0 22px 0 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    object-fit: cover !important;
}

body.site-style-6 #mkr .modal-header {
    border-radius: 0 24px 0 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #settings-main {
    border-radius: 0 22px 0 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #settings textarea,
.login-style-6 #settings input[type="text"],
.login-style-6 #settings select {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #settings .cpick {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #settings div.label.label-primary {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #settings button:not(.cpick) {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #settings-main .action-save,
.login-style-6 #settings-main .action-customize,
.login-style-6 #settings-main .action-neutral,
.login-style-6 #settings-main .action-info,
.login-style-6 #settings-main .action-gift,
.login-style-6 #settings-main .action-warning,
.login-style-6 #settings-main .action-management,
.login-style-6 #settings-main .action-admin,
.login-style-6 #settings-main .action-logout {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #ext-page-main > div[onclick^="extShowPage"] {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #ext-panel button[onclick*="closeExtPanel"] {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #ext-panel > div:has(> button[onclick*="closeExtPanel"]) {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #change-pass-modal > div {
    border-radius: 0 24px 0 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #change-pass-modal > div > div:first-child {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #change-pass-modal input[type="password"],
body.site-style-6 #change-pass-modal input[type="text"] {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #change-pass-modal button {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #mnot .modal-content {
    border-radius: 0 24px 0 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #mnot .modal-header {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #mnot textarea {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #mnot button {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #unot .modal-content {
    border-radius: 0 24px 0 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #unot .modal-header {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #unot textarea {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #unot .nsave,
body.site-style-6 #unot button {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #rpl .modal-content {
    border-radius: 0 24px 0 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #rpl .modal-header {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #rpl .rmsg,
body.site-style-6 #rpl .reply {
    border-radius: 0 22px 0 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #rpl textarea {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #rpl button {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 .hmsg {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 .hmsg .roomh {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #upro .modal-header {
    border-radius: 0 24px 0 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #upro .upro-btn {
    border-radius: 0 18px 0 18px !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #upro button[onclick*="upro-admin-panel"] {
    border-radius: 0 22px 0 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #upro-admin-panel button {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #upro .u-room .roomh {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #upro-admin-panel input,
body.site-style-6 #upro-admin-panel textarea,
body.site-style-6 #upro-admin-panel select {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 div.hand.corner.nosel {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 div:has(> center > #isfil) {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 #isfil {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 .c-flex.bgg.border {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 .c-flex.bgg.border > .head {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 .c-flex.bgg.border .tbox {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid var(--site-color) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

body.site-style-6 .c-flex.bgg.border button,
body.site-style-6 .c-flex.bgg.border .btn {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl .pane__back .btn,
.login-style-6 #dpnl .pane__back button {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl #roomSearchInput {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl .label.fa-close {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-6 #dpnl #usearch {
    border-radius: 0 18px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.login-style-7 #tlogins {
    border: 1px solid rgba(0, 0, 0, 0.16) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    box-sizing: border-box !important;
    background-color: var(--site-color-template) !important;
}
.login-style-7 #tlogins > a.bg {
    display: none !important;
}
.login-style-7 #tlogins #isBaner,
.login-style-7 #tlogins .isbnr {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
}
.login-style-7 #tlogins .s7-stealth--inline > span {
    display: none !important;
}
.login-style-7 #tlogins > ul.nav-tabs {
    display: flex !important;
    gap: 5px !important;
    height: auto !important;
    padding: 5px 5px 3px !important;
    margin: 0 !important;
    background-color: var(--site-color) !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.login-style-7 #tlogins > ul.nav-tabs > li,
.login-style-7 #tlogins > ul.nav-tabs > li.active,
.login-style-7 #tlogins > ul.nav-tabs > li:hover,
.login-style-7 #tlogins > ul.nav-tabs > li:focus {
    flex: 1 !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    float: none !important;
}
.login-style-7 #tlogins > ul.nav-tabs > li:first-child {
    margin-left: 0 !important;
}
.login-style-7 #tlogins > ul.nav-tabs > li > a,
.login-style-7 #tlogins > ul.nav-tabs > li > a:hover,
.login-style-7 #tlogins > ul.nav-tabs > li > a:focus,
.login-style-7 #tlogins > ul.nav-tabs > li > a:active,
.login-style-7 #tlogins > ul.nav-tabs > li > a:visited,
.login-style-7 #tlogins > ul.nav-tabs > li.active > a,
.login-style-7 #tlogins > ul.nav-tabs > li.active > a:hover,
.login-style-7 #tlogins > ul.nav-tabs > li.active > a:focus,
.login-style-7 #tlogins > ul.nav-tabs > li.active > a:active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 32px !important;
    padding: 0 6px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.88) !important;
    background:
        radial-gradient(
            ellipse 45% 80% at center,
            rgba(255, 255, 255, 0.12) 0%,
            transparent 65%
        ),
        linear-gradient(to bottom, #2a2a45 0%, #1a1a30 60%, #0e0e1c 100%) !important;
    background-color: #1a1a30 !important;
    background-image:
        radial-gradient(
            ellipse 45% 80% at center,
            rgba(255, 255, 255, 0.12) 0%,
            transparent 65%
        ),
        linear-gradient(to bottom, #2a2a45 0%, #1a1a30 60%, #0e0e1c 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.35) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: "Segoe UI", Tahoma, system-ui, sans-serif !important;
    font-style: italic !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    position: relative !important;
    isolation: isolate !important;
}
.login-style-7 #tlogins > ul.nav-tabs > li > a {
    color: #fff !important;
}
.login-style-7 #tlogins > ul.nav-tabs > li.active > a,
.login-style-7 #tlogins > ul.nav-tabs > li.active > a:hover,
.login-style-7 #tlogins > ul.nav-tabs > li.active > a:focus,
.login-style-7 #tlogins > ul.nav-tabs > li.active > a:active {
    color: #f4c95d !important;
}
.login-style-7 #tlogins > ul.nav-tabs > li > a::before,
.login-style-7 #tlogins > ul.nav-tabs > li > a::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 22% !important;
    z-index: -1 !important;
    pointer-events: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: inherit !important;
    font-size: 0 !important;
    transform: none !important;
    transition: none !important;
}
.login-style-7 #tlogins > ul.nav-tabs > li > a::before {
    left: 0 !important;
    background: linear-gradient(
        to right,
        #02020a 0%,
        #06061a 35%,
        #0c0c22 65%,
        transparent 100%
    ) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 3px 0 0 3px !important;
}
.login-style-7 #tlogins > ul.nav-tabs > li > a::after {
    right: 0 !important;
    background: linear-gradient(
        to left,
        #02020a 0%,
        #06061a 35%,
        #0c0c22 65%,
        transparent 100%
    ) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 0 3px 3px 0 !important;
}

.login-style-7 #tlogins .cl-content,
.login-style-7 #tlogins .s7-content {
    width: 100% !important;
    background-color: var(--site-color-template) !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    padding: 6px 8px 8px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}
.login-style-7 #tlogins .cl-pane,
.login-style-7 #tlogins .s7-pane {
    width: 100% !important;
    padding: 4px 4px 6px !important;
    box-sizing: border-box !important;
}
.login-style-7 #tlogins .s7-input-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 0 8px !important;
}
.login-style-7 #tlogins .s7-btn-row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 4px 0 2px !important;
}
.login-style-7 #tlogins .s7-btn-row--with-stealth {
    position: relative !important;
}
.login-style-7 #tlogins .s7-btn-row--with-stealth .s7-stealth--inline {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
}

.login-style-7 #tlogins .cl-input,
.login-style-7 #tlogins .s7-input {
    width: 94% !important;
    max-width: 340px !important;
    height: 33px !important;
    padding: 5px !important;
    text-align: center !important;
    border-radius: 0 !important;
    border-top: 1px solid #1d2733 !important;
    border-bottom: 1px solid #1d2733 !important;
    border-left: 7px double #1d2733 !important;
    border-right: 7px double #1d2733 !important;
    background: #fff !important;
    color: #1d2733 !important;
    font-style: italic !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}
.login-style-7 #tlogins .cl-input::placeholder,
.login-style-7 #tlogins .s7-input::placeholder {
    color: #6b7785 !important;
    font-style: italic !important;
    font-weight: 700 !important;
}

.login-style-7 #tlogins .cl-btn,
.login-style-7 #tlogins .s7-btn,
.login-style-7 #tlogins .btn-primary {
    width: 40% !important;
    min-width: 100px !important;
    height: 32px !important;
    padding: 0 14px !important;
    background:
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.18),
            rgba(0, 0, 0, 0.18)
        ),
        var(--site-color) !important;
    background-color: var(--site-color) !important;
    color: #fff !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    box-shadow:
        inset 26px 0 22px rgba(0, 0, 0, 0.65),
        inset -26px 0 22px rgba(0, 0, 0, 0.65),
        inset 0 2px 3px rgba(255, 255, 255, 0.25),
        inset 0 -4px 6px rgba(0, 0, 0, 0.35),
        0 3px 6px rgba(0, 0, 0, 0.35) !important;
    font-weight: 700 !important;
    font-style: italic !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}
.login-style-7 #tlogins .cl-btn::before,
.login-style-7 #tlogins .s7-btn::before,
.login-style-7 #tlogins .btn-primary::before,
.login-style-7 #tlogins .cl-btn::after,
.login-style-7 #tlogins .s7-btn::after,
.login-style-7 #tlogins .btn-primary::after {
    content: "" !important;
    position: absolute !important;
    top: -15% !important;
    width: 48px !important;
    height: 130% !important;
    z-index: -1 !important;
    pointer-events: none !important;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.62) 45%,
        rgba(255, 255, 255, 0.1) 70%,
        transparent 100%
    ) !important;
}
.login-style-7 #tlogins .cl-btn::before,
.login-style-7 #tlogins .s7-btn::before,
.login-style-7 #tlogins .btn-primary::before {
    left: -12px !important;
    border-radius: 999px 45% 45% 999px !important;
}
.login-style-7 #tlogins .cl-btn::after,
.login-style-7 #tlogins .s7-btn::after,
.login-style-7 #tlogins .btn-primary::after {
    right: -12px !important;
    border-radius: 45% 999px 999px 45% !important;
}

.login-style-7 #tlogins .s7-stealth,
.login-style-7 #tlogins .cl-stealth {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    color: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: inherit !important;
    box-sizing: border-box !important;
}

.login-style-7 #loginstat {
    height: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
    padding: 0 14px !important;
    border-radius: 999px 0 0 999px !important;
    background-color: var(--site-color) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    box-sizing: border-box !important;
}
.login-style-7 #s1.badgex {
    height: 26px !important;
    min-width: 48px !important;
    line-height: 26px !important;
    border-radius: 0 999px 999px 0 !important;
    background-color: var(--site-color) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    box-sizing: border-box !important;
}

.login-style-7 #tlogins .cl-pane,
.login-style-7 #tlogins .s7-pane,
.login-style-7 #tlogins .s7-content > .tab-pane {
    background-color: var(--site-color-template) !important;
}

.login-style-7 .s7-login-separator {
    clear: both !important;
    display: block !important;
    width: 100% !important;
    height: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.login-style-7 .s7-rights {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 3px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    float: none !important;
    font-size: 11px !important;
    font-family: inherit !important;
    font-weight: normal !important;
    color: #fff !important;
}
.login-style-7 .s7-rights a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

@media (max-width: 768px) {
    .login-style-7 #tlogins {
        max-width: 100% !important;
    }
}

body.site-style-7 #room {
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}
body.site-style-7 #room > .MIC_BROD,
body.site-style-7 #room > .isreply,
body.site-style-7 #room > .tablebox {
    flex: 0 0 auto !important;
}
body.site-style-7 #room > #d2 {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
body.site-style-7 #room > #d0 {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 92% !important;
    padding: 0 !important;
    margin: 0 auto 2px !important;
    border: 1px solid #23495b !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}
body.site-style-7 #room > #d0 > button {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 4px 2px !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
    outline: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}
body.site-style-7 #room > #d0 > button:first-child {
    border-left: 0 !important;
}
@media (max-width: 360px) {
    body.site-style-7 #room > #d0 {
        max-width: 96% !important;
    }
    body.site-style-7 #room > #d0 > button {
        padding: 4px 1px !important;
        font-size: 11px !important;
    }
}

@keyframes s7-nav-notify-pulse {
    0%,
    100% {
        box-shadow:
            inset 0 0 0 2px rgba(255, 80, 80, 0.9),
            inset 0 0 14px rgba(255, 80, 80, 0.55);
    }
    25% {
        box-shadow:
            inset 0 0 0 2px rgba(255, 200, 0, 0.9),
            inset 0 0 14px rgba(255, 200, 0, 0.55);
    }
    50% {
        box-shadow:
            inset 0 0 0 2px rgba(80, 230, 140, 0.9),
            inset 0 0 14px rgba(80, 230, 140, 0.55);
    }
    75% {
        box-shadow:
            inset 0 0 0 2px rgba(120, 180, 255, 0.9),
            inset 0 0 14px rgba(120, 180, 255, 0.55);
    }
}
#room > #d0 > button#pmb.pm-lit,
#room > #d0 > button#bnotifbtn.notif-lit,
#room > #d0 > button.wall-lit {
    animation: s7-nav-notify-pulse 1.6s ease-in-out infinite !important;
}

body.site-style-7 #settings-main .action-save {
    background-color: #28a745 !important;
    background-image: none !important;
    color: #ffffff !important;
}
body.site-style-7 #settings-main .action-customize {
    background-color: #6f42c1 !important;
    background-image: none !important;
    color: #ffffff !important;
}
body.site-style-7 #settings-main .action-info {
    background-color: #17a2b8 !important;
    background-image: none !important;
    color: #ffffff !important;
}
body.site-style-7 #settings-main .action-gift {
    background-color: #d4af37 !important;
    background-image: none !important;
    color: #1a1300 !important;
}
body.site-style-7 #settings-main .action-warning {
    background-color: #fd7e14 !important;
    background-image: none !important;
    color: #ffffff !important;
}
body.site-style-7 #settings-main .action-management {
    background-color: #5a3d8a !important;
    background-image: none !important;
    color: #ffffff !important;
}
body.site-style-7 #settings-main .action-admin {
    background-color: #343a40 !important;
    background-image: none !important;
    color: #ffffff !important;
}
body.site-style-7 #settings-main .action-logout {
    background-color: #dc3545 !important;
    background-image: none !important;
    color: #ffffff !important;
}

#mnot .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100vh - 16px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

#unot .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100vh - 16px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

body .MIC_BROD > div {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    padding: 2px 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}
body .MIC_BROD > div > .prod > .evant > #SHOW_POF {
    z-index: 1500 !important;
}
body .MIC_BROD > div > .prod {
    float: none !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    width: 45px !important;
    height: 45px !important;
}
body .MIC_BROD > div > #muteall {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 45px !important;
    height: 45px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background-color: #dc3545 !important;
    background-image: none !important;
    border: 2px solid #b02a37 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    order: -1 !important;
}
body .MIC_BROD > div > #muteall > .fa-volume-up {
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #ffffff !important;
}

.u-div .uh-card {
    background: #f8fafc;
    border-radius: 10px;
    padding: 0;
    margin: 10px 8px;
    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.12),
        0 6px 18px rgba(0, 0, 0, 0.08);
    border: 2px solid #1976d2;
    border-top: 6px solid #0d47a1;
    direction: rtl;
    overflow: hidden;
}
.u-div .uh-tbl {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}
.u-div .uh-tbl > tbody > tr > td {
    border: 1px solid #b6c2cf;
    padding: 9px 10px;
    vertical-align: top;
    text-align: right;
}
.u-div .uh-tbl .uh-k {
    width: 108px;
    background: #e3edf7;
    color: #0d47a1;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 0.2px;
}
.u-div .uh-tbl .uh-v {
    background: #ffffff;
    color: #1f2937;
    word-break: break-all;
    white-space: normal;
    overflow-wrap: break-word;
}
.u-div .uh-tbl > tbody > tr:nth-child(even) > .uh-k {
    background: #d8e4f0;
}
.u-div .uh-tbl > tbody > tr:nth-child(even) > .uh-v {
    background: #f3f6fa;
}
@media (max-width: 480px) {
    .u-div .uh-card {
        margin: 8px 4px;
        border-radius: 8px;
        border-top-width: 5px;
    }
    .u-div .uh-tbl {
        font-size: 12px;
    }
    .u-div .uh-tbl > tbody > tr > td {
        padding: 7px 8px;
    }
    .u-div .uh-tbl .uh-k {
        width: 92px;
    }
}

body.site-style-7 #upro .upro-btns-grid .upro-btn-follow {
    background: #28a745 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-follow:hover {
    background: #218838 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-count {
    background: #6c757d !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-count .ufollowcount {
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-like {
    background: #28a745 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-like:hover {
    background: #218838 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-gift {
    background: #d4af37 !important;
    color: #1a1300 !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-gift:hover {
    background: #b8962c !important;
    color: #1a1300 !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-pm {
    background: #1976d2 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-pm:hover {
    background: #1565c0 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-notify {
    background: #17a2b8 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-notify:hover {
    background: #138496 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-mute {
    background: #dc3545 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-mute:hover {
    background: #c82333 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-unmute {
    background: #28a745 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-unmute:hover {
    background: #218838 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-report {
    background: #fd7e14 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-report:hover {
    background: #e8690b !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-admin {
    background: #5a3d8a !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-admin:hover {
    background: #4a3175 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-bnr {
    background: #5a3d8a !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-bnr:hover {
    background: #4a3175 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-danger {
    background: #dc3545 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-danger:hover {
    background: #c82333 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-promote {
    background: #6f42c1 !important;
    color: #ffffff !important;
}
body.site-style-7 #upro .upro-btns-grid .upro-btn-promote:hover {
    background: #5e35a8 !important;
    color: #ffffff !important;
}

.Panellogs .logs-toolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    padding: 4px 0;
    margin-bottom: 6px;
}
.Panellogs .logs-toolbar .logs-action-filter-wrap {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}
.Panellogs .logs-toolbar .logs-action-filter {
    width: 160px;
    max-width: 160px;
    min-width: 0;
    height: 30px;
    padding: 2px 6px;
    font-size: 13px;
    margin: 0;
    box-sizing: border-box;
}
.Panellogs .logs-toolbar .dataTables_length,
.Panellogs .logs-toolbar .dataTables_filter {
    margin: 0;
    padding: 0;
    float: none;
    flex: 0 0 auto;
}
.Panellogs .logs-toolbar .dataTables_filter {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
}
.Panellogs .logs-toolbar .dataTables_filter label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    max-width: 100%;
}
.Panellogs .logs-toolbar .dataTables_filter label input,
.Panellogs .logs-toolbar .dataTables_filter input[type="search"],
.Panellogs .logs-toolbar .dataTables_filter input.form-control {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    height: 30px;
    padding: 2px 8px;
    font-size: 13px;
}
@media (max-width: 600px) {
    .Panellogs .logs-toolbar {
        gap: 6px !important;
    }
    .Panellogs .logs-toolbar .logs-action-filter {
        width: 110px !important;
        max-width: 120px !important;
        font-size: 12px !important;
    }
    .Panellogs .logs-toolbar .dataTables_filter label input,
    .Panellogs .logs-toolbar .dataTables_filter input[type="search"],
    .Panellogs .logs-toolbar .dataTables_filter input.form-control {
        font-size: 12px !important;
    }
}

.Panelstate .states-toolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    padding: 4px 0;
    margin-bottom: 6px;
}
.Panelstate .states-toolbar .states-action-filter-wrap {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}
.Panelstate .states-toolbar .states-action-filter {
    width: 160px;
    max-width: 160px;
    min-width: 0;
    height: 30px;
    padding: 2px 6px;
    font-size: 13px;
    margin: 0;
    box-sizing: border-box;
}
.Panelstate .states-toolbar .dataTables_length,
.Panelstate .states-toolbar .dataTables_filter {
    margin: 0;
    padding: 0;
    float: none;
    flex: 0 0 auto;
}
.Panelstate .states-toolbar .dataTables_filter {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
}
.Panelstate .states-toolbar .dataTables_filter label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    max-width: 100%;
}
.Panelstate .states-toolbar .dataTables_filter label input,
.Panelstate .states-toolbar .dataTables_filter input[type="search"],
.Panelstate .states-toolbar .dataTables_filter input.form-control {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    height: 30px;
    padding: 2px 8px;
    font-size: 13px;
}
@media (max-width: 600px) {
    .Panelstate .states-toolbar {
        gap: 6px !important;
    }
    .Panelstate .states-toolbar .states-action-filter {
        width: 110px !important;
        max-width: 120px !important;
        font-size: 12px !important;
    }
    .Panelstate .states-toolbar .dataTables_filter label input,
    .Panelstate .states-toolbar .dataTables_filter input[type="search"],
    .Panelstate .states-toolbar .dataTables_filter input.form-control {
        font-size: 12px !important;
    }
}

body.site-style-7 #ext-page-main > div[onclick] {
    background: linear-gradient(135deg, #5b6df0, #8b5cf6) !important;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        filter 0.15s ease;
}
body.site-style-7 #ext-page-main > div[onclick]:hover {
    filter: brightness(1.12);
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}
body.site-style-7 #ext-page-main > div[onclick]:active {
    transform: translateY(0);
    filter: brightness(0.95);
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(1) {
    background: linear-gradient(135deg, #c0392b, #7b1d12) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(2) {
    background: linear-gradient(135deg, #00b4d8, #0077b6) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(3) {
    background: linear-gradient(135deg, #8e44ad, #4a235a) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(4) {
    background: linear-gradient(135deg, #1abc9c, #117864) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(5) {
    background: linear-gradient(135deg, #ff4fa3, #c2185b) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(6) {
    background: linear-gradient(135deg, #f39c12, #d35400) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(7) {
    background: linear-gradient(135deg, #ffd54f, #f1a900) !important;
    color: #2c1d00 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(8) {
    background: linear-gradient(
        135deg,
        #e74c3c 0%,
        #e74c3c 45%,
        #2980b9 55%,
        #2980b9 100%
    ) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(9) {
    background: linear-gradient(
        135deg,
        #6c5ce7 0%,
        #6c5ce7 45%,
        #ff7f50 55%,
        #ff7f50 100%
    ) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(10) {
    background: linear-gradient(
        135deg,
        #e74c3c 0%,
        #e74c3c 25%,
        #f1c40f 25%,
        #f1c40f 50%,
        #27ae60 50%,
        #27ae60 75%,
        #2980b9 75%,
        #2980b9 100%
    ) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(11) {
    background: linear-gradient(135deg, #2c3e50, #000000) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(12) {
    background: linear-gradient(
        135deg,
        #27ae60 0%,
        #27ae60 55%,
        #f1c40f 100%
    ) !important;
}
body.site-style-7 #ext-page-main > div[onclick]:nth-child(13) {
    background: linear-gradient(
        135deg,
        #e74c3c 0%,
        #e74c3c 25%,
        #f1c40f 25%,
        #f1c40f 50%,
        #2980b9 50%,
        #2980b9 75%,
        #27ae60 75%,
        #27ae60 100%
    ) !important;
}

body.site-style-7 #d0 button[data-target="#rooms"]:before {
    content: "\f015" !important;
}
body.site-style-7 #d0 button[data-target="#wall"]:before {
    content: "\f1ea" !important;
}
body.site-style-7 #d0 button[data-target="#settings"]:before {
    content: "\f013" !important;
}

.pm-status {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 11px;
    line-height: 1;
}

.pm-reply-btn,
.pm-delete-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 25px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0 !important;
    border-radius: 50%;
    border: 1px solid transparent;
    background: transparent !important;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    transition:
        background 0.15s ease,
        transform 0.15s ease,
        border-color 0.15s ease;
}
.pm-reply-btn {
    color: #03a9f4 !important;
    border-color: rgba(3, 169, 244, 0.35) !important;
}
.pm-reply-btn:hover {
    background: rgba(3, 169, 244, 0.15) !important;
    border-color: rgba(3, 169, 244, 0.7) !important;
    transform: scale(1.06);
}
.pm-delete-btn {
    color: #e74c3c !important;
    border-color: rgba(231, 76, 60, 0.4) !important;
}
.pm-delete-btn:hover {
    background: rgba(231, 76, 60, 0.15) !important;
    border-color: rgba(231, 76, 60, 0.75) !important;
    transform: scale(1.06);
}

.uzr.borderg[class*="pmid"] {
    position: relative;
}

.uzr.borderg.pm-own {
    padding-right: 70px;
}
.uzr.borderg.pm-own .pm-reply-btn,
.uzr.borderg.pm-own .pm-delete-btn {
    position: absolute !important;
    float: none !important;
    margin: 0 !important;
    top: 28px !important;
    width: 26px !important;
    height: 26px !important;
}
.uzr.borderg.pm-own .pm-delete-btn {
    right: 6px !important;
}
.uzr.borderg.pm-own .pm-reply-btn {
    right: 38px !important;
}

.uzr.borderg.pm-other {
    padding-right: 38px;
}
.uzr.borderg.pm-other .pm-reply-btn {
    position: absolute !important;
    float: none !important;
    margin: 0 !important;
    top: 28px !important;
    right: 6px !important;
    left: auto !important;
    width: 26px !important;
    height: 26px !important;
}

.btn.btn-primary.room-reply-btn,
.btn.btn-primary.room-delete-btn {
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 50% !important;
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        transform 0.15s ease;
}
.btn.btn-primary.room-reply-btn {
    color: #22c7ff !important;
    background: rgba(34, 199, 255, 0.1) !important;
    background-color: rgba(34, 199, 255, 0.1) !important;
    border: 1px solid rgba(34, 199, 255, 0.45) !important;
}
.btn.btn-primary.room-reply-btn:hover,
.btn.btn-primary.room-reply-btn:active {
    background: rgba(34, 199, 255, 0.22) !important;
    background-color: rgba(34, 199, 255, 0.22) !important;
    border-color: rgba(34, 199, 255, 0.75) !important;
    transform: scale(1.06) !important;
}
.btn.btn-primary.room-delete-btn {
    color: #ff4b4b !important;
    background: rgba(255, 75, 75, 0.1) !important;
    background-color: rgba(255, 75, 75, 0.1) !important;
    border: 1px solid rgba(255, 75, 75, 0.45) !important;
}
.btn.btn-primary.room-delete-btn:hover {
    background: rgba(255, 75, 75, 0.22) !important;
    background-color: rgba(255, 75, 75, 0.22) !important;
    border-color: rgba(255, 75, 75, 0.75) !important;
    transform: scale(1.06);
}

@media (max-width: 480px) {
    .room-action-buttons.room-action-buttons-both {
        margin-top: -17px !important;
    }
    .room-action-buttons.room-action-buttons-replyonly {
        margin-top: 20px !important;
    }
    .btn.btn-primary.room-reply-btn,
    .btn.btn-primary.room-delete-btn {
        transform: translateY(20px) !important;
    }
    .btn.btn-primary.room-reply-btn:hover,
    .btn.btn-primary.room-reply-btn:active,
    .btn.btn-primary.room-delete-btn:hover,
    .btn.btn-primary.room-delete-btn:active {
        transform: translateY(20px) scale(1.06) !important;
    }
}

.pm-typing-indicator {
    position: absolute;
    right: 80px;
    bottom: 48px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    z-index: 6;
    pointer-events: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.pm-typing-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: currentColor;
    box-shadow: 0 0 4px currentColor;
    animation: pmTypingWorm 1.2s ease-in-out infinite;
}
.pm-typing-dot:nth-child(1) { color: #00e5ff; animation-delay: 0s; }
.pm-typing-dot:nth-child(2) { color: #ff2f92; animation-delay: 0.12s; }
.pm-typing-dot:nth-child(3) { color: #ffd400; animation-delay: 0.24s; }
.pm-typing-dot:nth-child(4) { color: #00e676; animation-delay: 0.36s; }
.pm-typing-dot:nth-child(5) { color: #b400ff; animation-delay: 0.48s; }
@keyframes pmTypingWorm {
    0%, 80%, 100% { transform: translateY(0); opacity: 0.6; }
    40% { transform: translateY(-5px); opacity: 1; }
}
@media (max-width: 480px) {
    .pm-typing-indicator {
        right: 76px;
        bottom: 46px;
        gap: 4px;
    }
    .pm-typing-dot {
        width: 9px;
        height: 9px;
    }
}
