html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
tbody {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.5;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/NotoKufiArabic-Regular.ttf);
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/NotoKufiArabic-Bold.ttf);
}

.bottom-navigation {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 888;
    background-color: #f6f9fa;
    padding: 2px 0;
    overflow: hidden;
    box-shadow: 0px 3px 6px #808080;
}

div.btn {
    font-family: "Noto Kufi Arabic", serif;
}

body {
    font-family: "Noto Kufi Arabic", serif !important;
    background-color: #EAEBEF;
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 1.0rem;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-weight: 400;
    min-width: 320px;
}

.bottom-navigation__icons {
    width: calc(100% - 60px);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-navigation__icons li {
    text-align: center;
    position: relative;
}

.bottom-navigation__icons li a {
    color: #647187;
}

.bottom-navigation__icons li img {
    display: block;
    margin: auto;
    width: 28px;
    height: 28px;
}

.bottom-navigation__icons li span {
    text-transform: uppercase;
    font-size: 0.7rem;
    display: block;
    padding-top: 3px;
    font-weight: 300;
}

.bottom-navigation__icons li i {
    position: absolute;
    top: -5px;
    left: -9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #fd6921;
    color: #fff;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #2b478b;
}

.page {
    width: 100%;
    height: 100%;
}

header,
main,
footer {
    padding-left: 0px;
}

.object {
    width: 100px;
    height: 100px;
    border: solid 2px #666;
    background-color: #666;
}

.tabs .indicator {
    background-color: #4caf50;
}

.tabs .tab {
    letter-spacing: 0px;
}

.tabs .tab-header {
    height: 35px;
    display: flex;
    align-items: center;
    padding-bottom: 7px;
    padding-top: 7px;
}

.tabs .tab-header>div {
    width: calc(100% / 3);
    text-align: center;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    font-size: 0.7rem;
    text-transform: uppercase;
    outline: none;
}

.tabs .tab-header>div>i {
    display: block;
    margin-bottom: 5px;
}

.tabs .tab-header>div.active {
    color: #ffeb3b;
}

.tabs .tab-indicator {
    position: relative;
    width: 5%;
    height: 5px;
    background: #ffeb3b;
    left: 0px;
    border-radius: 5px;
    transition: all 500ms cubic-bezier(1, -0.63, 0.21, 1.21);
}

.tabs .tab-body {
    position: relative;
    height: calc(100% - 60px);
    padding: 10px 5px;
}

.tabs .tab-body>div {
    position: absolute;
    top: -200%;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 500ms ease-in-out 0ms, transform 500ms ease-in-out 0ms;
}

.tabs .tab-body>div.active {
    top: 0px;
    opacity: 1;
    transform: scale(1);
}

.rooms-content .tabs {
    width: 100%;
    padding-top: 5px;
    background: #213e67;
    box-shadow: 0px 0px 8px 0px #213e67;
    position: fixed;
    top: 0px;
    z-index: 10;
}

button,
textarea,
input,
select,
div,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: auto;
}

.tab-body .tab {
    display: none;
}

.tab-body .tab.active {
    display: block;
}

.tabs-wrapper {
    background: #213e67;
    padding: 2px;
    display: flex;
    position: relative;
}

.search-icon {
    position: absolute;
    left: 0;
    margin-left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.search-icon img {
    width: 25px;
}

.tabs .tab-header div i {
    font-size: 1.0rem;
}

.tab-body {
    max-width: 700px;
    margin: auto;
    margin-top: 70px;
}

.room-vip-box {
    width: 91%;
    height: 120px;
    border-radius: 5px;
    margin: auto;
    position: relative;
    margin-top: 10px;
}

.room-vip-box .room-img img {
    width: 80px;
    height: 80px;
    border-radius: 11px;
    margin-right: 0px;
    box-shadow: 0px 4px 5px -3px #11040e;
}

.room-vip-box .room-detiles .room-top {
    display: flex;
    font-size: 0.9rem;
    font-weight: 700;
    align-items: center;
    margin-bottom: 12px;
}

.room-vip-box .room-detiles .room-top img {
    width: 22px;
    height: 15px;
    margin-left: 5px;
    border-radius: 3px;
}

.room-vip-box .room-background {
    width: 90%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 11px 0px #ceced1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.room-vip-box .room-content {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
}

.room-vip-box .room-detiles {
    flex: 1;
}

.room-vip-box .room-content .room-img {
    margin-left: 10px;
}

.room-vip-box .room-statics {
    width: 25%;
    height: 100%;
    font-size: 15px;
    margin-left: 5%;
    position: relative;
}

.room-tag {
    font-size: 11px;
    text-align: center;
    border-radius: 10px;
    padding: 3px 10px;
    background: #6fa0ff;
    color: white;
    display: -webkit-inline-box;
}

.room-vip-box .room-bottom {
    font-size: 12px;
    margin-top: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.room-vip-box .room-statics img {
    width: 14px;
}

.room-vip-box .room-statics .visitor {
    position: absolute;
    top: 7px;
    transform: translate(0%, 0%);
    left: 7px;
    display: flex;
    align-items: center;
}

.room-vip-box .room-statics .enter {
    background: linear-gradient(to right, #642167, #7b35dc 90%);
    width: max-content;
    padding: 6px;
    border-radius: 12px;
    font-size: 14px;
    color: white;
    position: absolute;
    left: -20px;
    bottom: 10px;
    box-shadow: 0px 1px 3px #6f2a9f;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: -210% 0
    }
}

.room-vip-box.loading .room-img div {
    width: 100px;
    height: 100px;
    border-radius: 11px;
    margin-right: 0px;
    background: #ebebeb;
    box-shadow: 0px 5px 8px -7px #cfcfcf;
}

.room-vip-box.loading .room-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #f3f3f3 8%, #e9e9e9 18%, #f3f3f3 33%);
    background-size: 800px 104px;
}

.room-vip-box.loading .room-top {
    background: #ebebeb;
    width: 150px;
    height: 15px;
    border-radius: 5px;
}

.room-vip-box.loading .room-center .room-tag {
    background: #ebebeb;
    width: 37px;
    height: 10px;
}

.room-vip-box.loading .room-bottom div {
    background: #ebebeb;
    width: 120px;
    height: 15px;
    border-radius: 10px;
}

.room-vip-box.loading .room-statics .visitor {
    background: #ebebeb;
    width: 50px;
    height: 15px;
    border-radius: 10px;
}

.room-vip-box.loading .room-statics .enter {
    background: #f0f0f0;
    width: 60px;
    height: 13px;
    box-shadow: unset;
}

.nointernet {
    width: 90%;
    background: #f8f8f8;
    margin: 14px auto;
    padding: 15px 5px;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 16px;
}

.nointernet p {
    margin: 10px;
}

.nointernet img {
    width: 80px;
    display: block;
    margin: 15px auto;
}

div.btn {
    margin: 10px 20px;
    font-family: "Noto Kufi Arabic", serif;
    border-radius: 5px;
    border: 0;
    padding: 5px 20px;
    background: #213e67;
    color: white;
    box-shadow: 0px 4px 9px -2px #213e67;
}

.login {
    height: 85%;
    text-align: center;
    display: flex;
    justify-content: center;
    /* align-content: center; */
    flex-direction: column;
}

.login h2 {
    font-size: 20px;
    color: #4d4d4d;
    margin: 25px;
}

.login p {
    font-size: 15px;
    margin: 20px;
}

div.googleBtn {
    background: #e64b3b;
    color: white;
    width: 90%;
    margin: 12px auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

div.facebookBtn {
    background: #3b5998;
    color: white;
    width: 90%;
    margin: 12px auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.login img.logo {
    width: 150px;
    margin: 0px auto;
}

.loading {
    padding: 10px;
    text-align: center;
}

.loading img {
    display: block;
    margin: 30px auto;
}

.loading span {
    font-size: 15px;
}

.loading-overlay {
    width: 100%;
    height: 100%;
    background: #16171d;
    opacity: .9;
    position: fixed;
    z-index: 205;
    top: 0;
    min-width: 320px;
}

.loading-overlay .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
}

.myaccount .title p {
    text-align: center;
    padding: 15px;
    font-size: 13px;
    line-height: 1.5;
}

.myaccount {
    margin: 15px;
}

.myaccount .header {
    margin: 10px auto;
    text-align: center;
}

.myaccount .header .name {
    width: 50%;
}

.img {}

.myaccount .header .profileImg {
    position: relative;
    width: 190px;
    height: 190px;
    margin: auto;
}

.myaccount .header .name p {
    font-size: 16px;
    margin: 10px 10px;
}

.myaccount .header .balance {
    width: 35%;
    text-align: center;
    height: 100%;
    border-radius: 15px;
    /* margin: 10px; */
}

.myaccount .header .balance p img {
    width: 22px;
    margin: 4px;
}

.myaccount .header .balance p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    font-size: 19px;
    font-weight: 700;
}

.myaccount .header .balance span {
    font-size: 16px;
}

button.btn.charge-coins-btn {
    font-size: 12px;
    background: #213e67;
}

.myaccount .header .profileImg .headwear {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.myaccount .header .profileImg .profileSrc {
    width: 65%;
    height: 65%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #213e67;
}

.myaccount .header .profileImg .edit {
    position: absolute;
    bottom: 25px;
    right: 20px;
    background: #f5f5f8;
    padding: 9px;
    border-radius: 100px;
    box-shadow: 0px 0px 10px -5px black;
}

.myaccount .header .profileImg .edit img {
    width: 20px;
    height: 20px;
}

.myaccount .sub-title {
    margin: 20px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #8f8f8f;
}

.myaccount .option {
    display: flex;
    padding: 12px 10px;
    background: linear-gradient(to bottom, #f3f3f3, #f7f7f7 90%);
    border-radius: 10px;
    box-shadow: 0px 2px 8px -6px black;
    align-items: center;
    margin: 15px 0px;
}

.myaccount .option .icon {
    width: 30px;
    min-width: 30px;
    margin-left: 10px;
}

.myaccount .option .name {
    color: #000000;
    font-size: 17px;
    width: -webkit-fill-available;
    padding: 5px 0px;
}

.info {}

.myaccount .option .info {
    background: #eaebef;
    box-shadow: inset 1px 1px 3px -2px black;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 9px;
    margin-left: 20px;
    width: 190px;
    justify-content: center;
}

.myaccount .option .info p {
    font-size: 16px;
    color: #000000;
    margin: 0px 5px;
    width: initial;
}

.myaccount .option .info img {
    width: 22px;
    height: 22px;
}

.myaccount .option .op-open {
    height: 25px;
    min-width: 20px;
}

.myaccount .option.logout {
    justify-content: center;
    padding: 10px;
    background: #e1e1e1;
}

.myaccount .option.logout .name {
    width: auto;
    font-size: 14px;
}

.myaccount .option.logout .icon {
    width: 20px;
}

div.overlay-window {
    width: 100%;
    height: 100%;
    /* display: none; */
    background: #f4f4f4;
    opacity: 0;
    position: fixed;
    z-index: 20;
    overflow-y: scroll;
    min-width: 320px;
    transition: opacity .3s ease-out;
}

div.overlay-window .content {
    max-width: 800px;
    margin: auto;
}

.wallet-header {
    text-align: center;
    background-image: url('../img/background_gold.jpg');
    padding: 25px;
    background-size: cover;
}

.wallet-header .coins img {
    width: 35px;
    margin: 5px;
}

.wallet-header .coins {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.wallet-header .coins span {
    font-size: 25px;
    font-weight: 700;
}

.wallet-header p {
    color: #9a7000;
    font-size: 20px;
}

.wallet-packet .item {
    display: flex;
    align-items: center;
    padding: 20px;
}

.wallet-packet .item img {
    width: 30px;
}

.wallet-packet .item p.count {
    font-weight: 700;
    font-size: 20px;
    width: -webkit-fill-available;
    margin-right: 15px;
}

.wallet-packet .item .price {
    width: 130px;
    background: #ffe443;
    padding: 8px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px #fbc32e;
    text-align: center;
    font-weight: 700;
}

.empty-rooms {
    text-align: center;
    /* padding: 20px; */
    height: 75vh;
    display: table;
    margin: auto;
}

.empty-rooms img {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 285px;
    display: block;
}

.empty-rooms p {
    font-size: 19px;
}

.empty-rooms button.btn {
    background: #785aa4;
    box-shadow: 0px 4px 16px 0px #9199df;
}

.empty-rooms .continer {
    display: table-cell;
    vertical-align: middle;
}

.createroom .title {
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #8c8cf8;
}

.createroom {}

.createroom span.desc {
    font-size: 15px;
    font-weight: 300;
    color: #aaaaff;
    padding: 5px 15px;
}

.plans .plan {
    width: 90%;
    height: 145px;
    max-width: 380px;
    background: #fafafa;
    border: 1px solid #e9e9f0;
    box-shadow: 0px 0px 5px -2px #c3c3f5;
    border-radius: 20px;
    margin: 10px auto;
    display: flex;
    flex-flow: column;
    position: relative;
}

.createroom .plans .plan .title {
    padding: 12px 25px;
    color: #383838;
}

.plans .plan .price {
    padding: 5px 30px;
    display: flex;
    align-items: center;
}

.plans .plan .price p {
    font-weight: 700;
    font-size: 23px;
}

.plans .plan .price img {
    width: 25px;
    height: 25px;
    margin: 5px 10px;
}

.plans .plan .features {
    /* padding: 5px 30px; */
    font-size: 12px;
    color: gray;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.plans .plan .features p {
    /* padding: 3px; */
    width: 49%;
    margin: 5px 0px;
    display: inline-flex;
    justify-content: center;
}

.plans .plan button.btn.select {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 75px;
    background: #fafafa;
    color: 8585f8;
    border: 1px solid #8585f8;
    box-shadow: 1px 1px 2px 0px #8585f8;
    border-radius: 10px;
}

.plan.silver {
    background: linear-gradient(45deg, #f1f1f1, #e3e3e3);
}

.plan.golden {
    background: linear-gradient(45deg, #fff8ec, #fdebcd);
}

.plan.vip {
    background: linear-gradient(45deg, #efecff, #d5cdfd);
    width: 95%;
    max-width: 400px;
    height: 180px;
}

.createroom .plans .plan.diamond .title {}

.plans .plan.diamond .features {}

.plans .plan .logo {
    position: absolute;
    top: 5px;
    left: 165px;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.plans .plan .logo img {
    width: 45px;
}

.plans .plan button.btn.select:disabled {
    color: gray;
    border: 1px solid gray;
}

.createroom .newroom-info {
    padding: 0px 30px;
}

.createroom .newroom-info .room-img .room {
    width: 150px;
    height: 150px;
    margin: 10px auto;
    border-radius: 20px;
    border: 1px solid #d5d5d5;
    /* Do not scale the image */
    /* Center the image within the element */
}

.createroom .newroom-info .room-img {
    margin: 10px auto;
    position: relative;
    display: table;
}

.createroom .newroom-info .room-img img.edit {
    position: absolute;
    bottom: 0px;
    right: -10px;
    background: #f5f5f8;
    padding: 9px;
    border-radius: 100px;
    box-shadow: 0px 0px 10px -5px black;
    width: 20px;
    height: 20px;
}

.createroom .newroom-info span.sec-title {
    margin-top: 20px;
    display: block;
    color: grey;
}

input {
    width: 100%;
    padding: 5px 50px 5px 5px;
    font-size: 16px;
    margin: 10px 0px;
    border: 2px solid #d7d7d7;
    border-radius: 5px;
    font-family: "Noto Kufi Arabic", serif;
    outline: 0.1px solid #d7d7d7;
    outline-style: auto;
    transition: outline 0.5s;
}

div.input {
    position: relative;
    width: 100%;
    display: block;
}

div.input i {
    position: absolute;
    top: 0;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    color: #c2c2c2;
    padding: 5px 10px;
    border-left: 1px solid #dbdbdb;
}

input:focus {
    outline: 1px solid #bfbff8;
    outline-style: auto;
}

.select-tag .room-tag {
    margin: 5px;
    font-size: 15px;
    border-radius: 20px;
    padding: 10px 25px;
}

.newroom-info .select-tag {
    text-align: center;
    margin: 10px;
}

.newroom-info .select-country {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    background: white;
    margin: 10px auto;
    border-radius: 10px;
    border: 2px solid #d7d7d7;
}

.newroom-info .select-country img {
    margin: 5px 10px;
    width: 30px;
    height: 20px;
    margin-left: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px -3px;
}

.pricing-plan {
    color: white;
    border-radius: 5px;
    align-items: center;
    margin-top: 15px;
    padding: 10px;
    display: flex;
    height: 35px;
    background: #8f6fff;
    flex: 1;
}

.pricing-plan.price img {
    width: 25px;
    margin: 5px;
}

.pricing-plan p {
    font-weight: 700;
    font-size: 16px;
    flex: 1;
    text-align: right;
}

.createroom #createRoomBtn {
    display: block;
    background: #86f2a5;
    box-shadow: 0px 4px 9px -2px #88db77;
    border-radius: 10px;
    border: 1px solid #31bc00;
    padding: 4px;
    width: 75%;
    margin: 25px auto;
    color: black;
    font-weight: 700;
    font-size: 17px;
}

.createroom .newroom-info p.plan-name {
    text-align: center;
    font-weight: 700;
    color: #e30000;
    font-size: 18px;
}

.dialog .dialog-overlay {
    position: fixed;
    background-color: #000;
    z-index: 200;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.dialog .dialog-overlay {
    position: fixed;
    background-color: #000;
    z-index: 200;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.dialog .dialog-content {
    color: #1b1919;
    position: fixed;
    z-index: 201;
    border-radius: 7px;
    width: 90%;
    text-align: center;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    -webkit-animation: bounceIn .35s ease;
    -o-animation: bounceIn .35s ease;
    animation: bounceIn .35s ease;
    max-height: 90%;
    height: fit-content;
    max-width: 600px;
    padding: 10px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

::-webkit-scrollbar {
    display: none;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.dialog .dialog-content.hide {
    -webkit-animation: bounceOut .35s ease;
    -o-animation: bounceOut .35s ease;
    animation: bounceOut .35s ease;
}

.dialog-content .country-select {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 15px;
    border-bottom: .5px solid #e3e3e3;
}

.dialog-content .country-select img {
    width: 30px;
    height: 20px;
    margin-left: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px -3px;
}

.dialog-content .country-select p {
    font-size: 17px;
    width: 100%;
}

.wrapper.lock .page {
    overflow-y: hidden;
}

.myrooms .title {
    padding: 15px;
    font-weight: 700;
}

.myrooms .room {
    width: 90%;
    background: white;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px -4px #6892b2;
    position: relative;
}

.img {}

.myrooms .room .img img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin-left: 10px;
}

.myrooms .room .detiles i {
    color: #a48fdc;
    font-size: 12px;
    width: 15px;
    height: 15px;
}

.myrooms .room .detiles div {
    margin-bottom: 7px;
    font-size: 12px;
}

.myrooms .room .detiles .name {
    font-size: 14px;
    font-weight: 700;
}

.myrooms .room .detiles .visitor img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.myrooms .room .top-overlay div {
    font-size: 12px;
    padding: 7px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 4px 5px 7px -7px #898989;
    background: #f4f4f4;
    margin-right: 5px;
}

.myrooms .room .detiles {
    width: 100%;
    flex: 1;
}

.myrooms .room .buttons {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}

.myrooms .room .buttons .btn {
    margin: 4px 5px;
    padding: 2px 0px;
    font-size: 12px;
    background: 0;
    color: #aa56ff;
    border: 1px solid #aa56ff;
    box-shadow: unset;
    width: 16vw;
    min-width: 65px;
    max-width: 100px;
    border-radius: 10px;
}

#myrooms-window .newroom {
    background: #785aa4;
    box-shadow: 0px 4px 16px 0px #9199df;
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 40px auto;
    color: white;
    padding: 7px;
    border: 0;
    border-radius: 5px;
}

.room-vip-box .room-detiles p {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.enter-dialog .nick label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 25px;
}

.enter-dialog p.room-name {
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff4a4a;
}

.enter-dialog .nick .select {
    display: block;
    text-align: start;
    color: #b8b8b8;
    font-size: 14px;
}

.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
}

.radio input {
    display: none;
}

.radio input+span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.radio input+span:not(:empty) {
    padding-right: 30px;
}

.radio input+span:before,
.radio input+span:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    right: 0;
    top: 0;
    position: absolute;
}

.radio input+span:before {
    background: #d1d7e3;
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio input+span:after {
    background: #fff;
    transform: scale(0.78);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio input:checked+span:before {
    transform: scale(1.04);
    background: #4dd547;
}

.radio input:checked+span:after {
    transform: scale(0.4);
    transition: transform 0.3s ease;
}

.radio:hover input+span:before {
    transform: scale(0.92);
}

.radio:hover input+span:after {
    transform: scale(0.74);
}

.radio:hover input:checked+span:after {
    transform: scale(0.4);
}

div#enterBtn {
    display: block;
    margin: auto;
    width: 50%;
    margin-bottom: 20px;
    background: #e88181;
    box-shadow: 0px 4px 9px -2px #e88181;
}

.enter-dialog .nick .tab .input {
    width: 80%;
    margin: auto;
}

.no-rooms-avilable {
    width: 90%;
    background: #f8f8f8;
    margin: 14px auto;
    padding: 15px 5px;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 16px;
}

.no-rooms-avilable img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 30px auto;
}

.tabs {
    display: block;
}

.enter-dialog .tabs .tab {
    width: 50%;
    padding: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enter-dialog .tabs {
    display: flex;
    background: #e9e9e9;
    border-radius: 10px;
}

.enter-dialog .tabs .tab.selected {
    font-size: 16px;
    font-weight: 700;
    background: #81c5e8;
    border-radius: 10px;
}

.enter-dialog .nick {
    min-height: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enter-dialog .nick .tab {
    margin-top: 15px;
    margin-bottom: 15px;
}

.enter-dialog .nick .tab {
    display: none;
}

.enter-dialog .nick .tab.active {
    display: block;
}

.dialog.show {
    display: block;
}

.dialog {
    display: none;
}

.login-dialog .logo {
    width: 75px;
    height: 75px;
}

.login-dialog h2.roomName {
    padding: 20;
    font-size: 18px;
    color: #7a7a7a;
}

div.btn:active {
    transition: all 150ms linear;
    opacity: 0.75;
}

button {
    font-family: "Noto Kufi Arabic", serif;
    outline: none;
}

.pricing-plan .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #ededed;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.pricing-plan .select.selected::before {
    width: 40px;
    height: 40px;
    display: flex;
    content: '\f00c';
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
    background: #40e0d0;
    border-radius: 50%;
}

.pricing-plan .select.selected::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.createroom .plans .title {
    font-size: 15px;
    font-weight: 300;
    color: #aaaaff;
    padding: 5px 15px;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: absolute;
    }
    100% {
        height: 80px;
        width: 80px;
        opacity: 0;
    }
}

.plan-mycoins {
    display: flex;
    flex-flow: row nowrap;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    align-items: center;
    border: 1px solid #d5c9ff;
}

.plan-mycoins img {
    width: 25px;
}

.plan-mycoins .coins-text {
    flex: 1;
    font-size: 21px;
    font-weight: 700;
    margin-right: 10px;
    text-align: right;
}

.plan-mycoins .btn.charge {
    margin: 5px;
    box-shadow: 0px 1px 2px 0px #a8a8a8;
    background: #f70058;
    border: 1px solid #d00027;
}

.dialog.success .dialog-content img {
    width: 75px;
}

.dialog.success .dialog-content {
    display: grid;
    place-items: center;
}

.dialog.success .dialog-content span {
    margin: 20px;
    color: black;
}

.buy-time-dialog .head .title {
    font-size: 16px;
    display: block;
    color: #ae005f;
    font-weight: 700;
    margin-right: 10px;
}

.buy-time-dialog .btns {
    margin-top: 30px;
}

.buy-time-dialog .btns .cancel {
    background: 0;
    box-shadow: none;
    color: #777777;
    margin-top: 15px;
}

.buy-time-dialog .btns .confirm {
    display: block;
    background: #86f2a5;
    box-shadow: 0px 4px 9px -2px #88db77;
    border-radius: 10px;
    border: 1px solid #31bc00;
    padding: 4px;
    width: 75%;
    margin: 10px auto;
    color: black;
    font-weight: 700;
    font-size: 17px;
}

.buy-time-dialog .head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.buy-time-dialog .head img {
    width: 35px;
}

.room .top-overlay {
    position: absolute;
    top: 0;
    left: 10px;
    display: flex;
}

.myrooms .room .top-overlay div.room-hidden {
    color: red;
}

.room .locked img {
    width: 25px;
}

.room .locked {
    background: #f4f4f4;
    box-shadow: 1px 2px 3px 0px #dfdfdf;
    position: absolute;
    left: 0;
    padding: 4px 10px;
    border-radius: 0px 10px 10px 0px;
    top: 50%;
    transform: translate(0px, -50%);
}

.room-vip-box .room-statics .locked {
    position: absolute;
    left: 0;
    top: 42%;
    background: #eaeaea;
    box-shadow: 1px 2px 3px gainsboro;
    padding: 5px 10px;
    border-radius: 0px 10px 10px 0px;
    transform: translate(0px, -50%);
}

.room-vip-box .room-statics .locked img {
    width: 25px;
}

.room-vip-box .room-statics .visitor p {
    margin-right: 5px;
    font-size: 14px;
}

div#protactedTab .p-nick-item {
    display: flex;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    position: relative;
    height: 45px;
    margin-top: 10px;
}

div#protactedTab .p-nick-item .verify-icon {
    width: 30px;
    margin-right: 6px;
}

div#protactedTab .p-nick-item p {
    font-size: 17px;
}

div#protactedTab .p-nick-item .select {
    padding: 10px;
    background: whitesmoke;
    width: 30px;
    border-radius: 0px 10px 10px 0px;
    border-left: 1px solid #e2e2e2;
}

div#protactedTab .p-nick-item .content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myadmins-header {
    padding: 10px;
    background: white;
    text-align: center;
    display: grid;
    box-shadow: 0px 1px 5px 0px #d9d9d9;
}

.myadmins-header .title {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
}

.myadmins-header .title img {
    width: 33px;
    margin-right: 10px;
}

.myadmins-header span.desc {
    font-size: 14px;
    color: gray;
    margin-bottom: 15px;
}

.my-admins-content .empty {
    text-align: center;
    margin-top: 30px;
}

.my-admins-content .empty p {
    margin-top: 20px;
    color: gray;
}

.admin-room .rom-img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    margin-left: 10px;
}

.admin-room {
    display: flex;
    background: #f8f8f8;
    margin: 20px 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    position: relative;
}

.admin-room .r-data {
    display: flex;
    flex-direction: column;
}

.admin-room .r-data span.rom-name {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}

.admin-room .r-data .rom-count {
    font-size: 13px;
    color: gray;
    flex: 1;
    margin-bottom: 10px;
}

.admin-room .r-data .rom-count img {
    width: 15px;
}

.admin-room .btns {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.admin-room .btns .btn {
    margin: 4px 5px;
    padding: 2px 0px;
    font-size: 12px;
    background: 0;
    color: #aa56ff;
    border: 1px solid #aa56ff;
    box-shadow: unset;
    width: 16vw;
    min-width: 65px;
    max-width: 100px;
    border-radius: 10px;
}

.logout-dialog span {
    margin: 25px;
    display: block;
}

.logout-dialog .btn {
    margin: 20px auto;
    width: 120px;
    box-shadow: none;
}

.logout-dialog #logoutBtn {
    background: #ffeb3b;
    color: black;
}

.room-banned {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000c4;
    color: white;
    z-index: 10;
    border-radius: 10px;
}

.room-banned span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-shadow: 0px 0px 3px red;
    font-weight: 700;
    transform: translate(-50%, -50%);
}