﻿body.waiting_room_body .pop_left {
    padding-right: 0;
    width: 576px;
}
body.waiting_room_body .pop_login_family {
   display:none;
}

.waiting_room {
    display: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 0px;
    padding: 0;
    width: 576px;
}
    .waiting_room img {
        width: 55px;
        margin-top: 7px;
    }
    .waiting_room #waiting_room_counter {
        color: #0071bc;
    }
    .waiting_room h1 {
        font-size: 30px;
        font-weight: 400;
        color: #F7921B;
        padding-top: 9px;
    }
        .waiting_room h1.waiting_enter {
            font-size: 35px;
            font-weight: 400;
            color: #00d200;
            padding-top: 25px;
            margin-bottom: -21px;
            background-image: url(https://tmurachat.tmura.co.il/Content/Assests/V_Green_1.png);
            background-repeat: no-repeat;
            background-size: 45px;
            background-position: 81% 18PX;
        }
    .waiting_room h4 {
        margin: 0;
        padding: 0;
        font-size: 23px;
        color: #000000;
        margin-bottom: .5rem;
        line-height: 1;
        margin-top: 12px;
        font-weight: 400;
        border-bottom: solid 3px #2a292a;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .waiting_room h5 {
        font-size: 1.25rem;
        margin-bottom: .5rem;
        font-weight: 400;
        line-height: 3.5;
        margin: 0;
        color: black;
        background-image: url(https://tmuracdn.blob.core.windows.net/club/silvercard/waitingRoom/clock.png);
        background-repeat: no-repeat;
        background-position: 90% 16px;
        text-align: right;
        padding-right: 23%;
    }
        .waiting_room h5 b {
            color: #F7921B;
        }
    .waiting_room h6 {
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 2;
        margin-top: 0;
        background: #2d2d2d;
        color: #fff;
        /* padding-right: 8rem; */
        margin-bottom: 0;
        display: block;
        margin-top: -4px;
    }
    .waiting_room h6 u{
        color:red;
    }
        .waiting_room h3 {
        margin: 0;
        font-weight: normal;
    }
    .waiting_room .sides_2 {
        width: 100%;
        height: 100%;
        background: transparent;
    }
    .waiting_room .right_w {
        width: 44.1%;
        display: inline-block;
        /* align-items: center; */
        float: right;
        height: 257px;
    }
    .waiting_room .left_w {
        display: inline-block;
        background-image: url(https://tmuracdn.blob.core.windows.net/club/silvercard/waitingRoom/bunner_waiting.png);
        width: 321px;
        height: 271px;
        background-repeat: no-repeat;
        background-size: cover;
    }

body.waiting_room_body .pop_right h3 {
    color: black;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 21px;
    margin-top: 10px;
    color: #f15a24 !important;
    text-align: unset;
    width:auto;
}
body.mobile_login .waiting_room h3 {
    margin-top: -26px;
}
.pie_div {
    text-align: center;
    display: inline-block;
    text-align: center;
    display: inline-block;
    margin-right: 0rem;
    margin-top: 1rem;
}
.chart canvas {
    position: absolute;
    top: -20px;
    left: -20px;
}
.chart {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 6px;
    text-align: center;
    color: black;
    line-height: 2.2;
    font-weight: 400;
    border: solid 5px #fff;
    border-radius: 100%;
}
.percent {
    display: block;
    line-height: 20px;
    z-index: 2;
    color: #f7921b;
    font-weight: bold;
    font-size: 44px;
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 34px;
    margin-top: 0;
}
.percent_real {
    margin-bottom: 32px;
    z-index: 2;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    display: block;
    display: none;
}



.spinner {
    animation: spin 3s infinite ease-in-out;
    border-radius: 50%;
    border-top: 6px solid #000;
    display: inline-block;
    height: 124px;
    width: 124px;
    position: absolute;
    margin-right: 3px;
    z-index: 9999;
    margin-top: -2px;
    border-right: 5px solid #000;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
body.mobile_login .waiting_room {
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 0px;
    padding: 0;
    width: 100%;
    background-color: #fff;
}
    body.mobile_login  .waiting_room h1 {
        font-size: 24px;
    }
    body.mobile_login .waiting_room h4 {
        font-size: 19px;
        color: #000000;
        margin-bottom: .5rem;
        line-height: 1;
        margin-top: 12px;
        font-weight: 400;
        border-bottom: solid 1px #2a292a;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    body.mobile_login .waiting_room .sides_2 {
        background: #fff;
    }
    body.mobile_login .waiting_room .right_w {
        width: 100%;
        display: inline-block;
        float: none;
        height: 257px;
        background: #fff;
    }
    body.mobile_login .waiting_room .left_w {
        display: none;
    }
    body.mobile_login .waiting_room h6 {
        font-size: 1.17rem;
        font-weight: 300;
        line-height: 1.2;
        margin-top: 0;
        background: #2d2d2d;
        color: #fff;
        /* padding-right: 8rem; */
    margin-bottom: 0;
    display: block;
    margin-top: -4px;
    padding: 10px 0px;
    /* padding-bottom: 7px; */
}
    body.mobile_login .waiting_room h6 b {
        display: block;
    }
    body.mobile_login .waiting_room h1.waiting_enter {
        background-position: 98% 7px;
    }