.side {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
}

.side-one {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    display: block;
    top: 0;
}

.side-two {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    top: -100%;
    left: -100%;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;

}



/* Bar Delays Animation Function */
/* Chart Styles */
.chart-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 16px;
    /*border: 1px none #eeeeee;*/
    float: left;
    width: 100%;
    margin-top: 9%;
    margin-bottom: ;
    border-radius: 8px;
    /* box-shadow: rgba(0,0,0,0.75) 0 0px 4px 0px; */
    box-shadow: rgba(138, 118, 94, 0.15) 0px 2px 4px 4px;
    /*  background: #BBDEFB;*/
    padding-bottom: 0;
    border: 1px solid rgba(138, 118, 94, 0.28);
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important
}

.chart-wrap .chart-title {
    margin-bottom: 10px;

    font-size: 1rem;

    text-align: left;

    text-transform: capitalize;

    font-weight: 600;

    color: black;

    line-height: 1.4;

    letter-spacing: 0.8px;

    margin-top: 6%;

    margin-bottom: 4%;
}

.chart-wrap .row {
    float: left;
    width: 100%;
    min-height: 42px;
    background: transparent;
    margin-bottom: 4%;
    /* border: 1px solid rgba(138,118,94,0.15);*/
    border-radius: 2px;
    padding: 14px;
    position: relative;
    margin-left: 0.4%;
    border: 1px solid lightgray;
    display: flex;
    align-items: center;
}

.chart-wrap .bar-wrap {
    float: left;
    width: 100%;
    display: inline-flex;
}

.chart-wrap .bar-wrap .bar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    transition: all 1s ease 0s;
    float: left;
    border-radius: 25px;
    margin-left: 0px;
    background: transparent;
    width: 100%;
}

.chart-wrap .bar-wrap .bar.in {
    transform: translateX(0%);
}

.chart-wrap .row:nth-of-type(1) .bar {
    transition: 1s 400ms;
}

.chart-wrap .row:nth-of-type(2) .bar {
    transition: 1s 600ms;
}

.chart-wrap .row:nth-of-type(3) .bar {
    transition: 1s 800ms;
}

.chart-wrap .row:nth-of-type(4) .bar {
    transition: 1s 1000ms;
}

.chart-wrap .row:nth-of-type(5) .bar {
    transition: 1s 1200ms;
}

.chart-wrap .row:nth-of-type(6) .bar {
    transition: 1s 1400ms;
}

.chart-wrap .row:nth-of-type(7) .bar {
    transition: 1s 1600ms;
}

.chart-wrap .row:hover {
    background: rgb(232, 246, 140) none repeat scroll 0% 0%;
}

.chart-wrap .label {
    width: 100%;
    position: relative;
    z-index: 99;
    display: inline-flex;
    font-size: 1rem;

    color: black;

    font-weight: 300;

    letter-spacing: 0.2px;
    padding: 0;
    white-space: normal;
    line-height: 1.4;
}

.chart-wrap .number {
    float: right;
    font-size: 0.65rem;
    text-align: center;
    bottom: 0;
    right: 2%;
    margin: 0 .3em;
    text-align: center;
    color: black;
    font-weight: bold;
    line-height: 2em;
    z-index: 2;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.percent_main_div {
    float: right;
    bottom: 0px;
    position: absolute;
    right: 0px;
    display: none;
    flex-direction: row;
    background: #8080806b;
    padding: 4px;
    border-radius: 2px;
    justify-content: space-between;
}



@media screen and (min-width: 800px) {
    .chart-wrap .row {
        padding: 0 40px 0 160px;
        padding-left: 20px;
    }

    .chart-wrap .label {
        text-align: left;
        padding-left: 0%;
    }

    .chart-wrap .number {
        text-align: center;
        padding-right: 0;
        color: black;
    }

    .chart-wrap .chart-title {
        margin-bottom: 10px;
        font-size: 1rem;
        text-align: left;
        text-transform: capitalize;
        padding-left: 5px;
        font-weight: 600;
        line-height: 1.4;

        margin-top: 6%;

        margin-bottom: 4%;
    }
}

#mppQuizMainDivLayout {
    /* background: url('https://aircast.in/Rooms/images/quiz-background-9.png')repeat scroll center center / contain;*/
    float: left;
    width: 100%;
    /*  height: 100%;*/
    position: relative;
    /* opacity: 0.75;
      background: #000054 linear-gradient(-92deg,#000054,#5150b7);*/
    /*  background: rgb(140, 115, 189) linear-gradient(-92deg,#4f4eab,rgb(140, 115, 189));*/
    background: transparent;
    padding-bottom: 5%;
    overflow-x: hidden;
    display: none;
    margin-top: 0%;
}

[contenteditable] {
    /*  padding:12px; */
}

.mppdiv[data-placeholder]:empty:before {
    content: attr(data-placeholder);
    color: #888;
    font-size: 14px;
}

.mppdiv[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-placeholder);
    color: #888;
    font-size: 14px;
}


#mppcontainer,
.mppcontainer {
    color: white;
    text-align: center;
    font-size: 18px;
}

#instdate p {
    color: black !important;
}

.mpplist {
    display: inline-block;

    font-size: 1.5rem;

    list-style-type: none;

    padding-left: 0.9rem;

    text-transform: uppercase;

    color: black;

    text-align: center;

    font-weight: 500;

    font-family: American Typewriter, serif;

    letter-spacing: 1px;
}

.mpplist span {
    display: block;
    font-size: 1.2rem;
}

.mpplogin {
    width: 200px;
    height: 100%;
    margin: 0 auto 0;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    background: #fff;
}

.pulse {
    width: 12px;

    height: 12px;

    border-radius: 50%;

    background: #cca92c;

    cursor: pointer;

    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);

    animation: pulse 2s infinite;

    float: right;

    margin-top: 0.5%;
}

.pulse-button {
    display: block;
    width: 54px;
    height: auto;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    letter-spacing: -1px;
    color: white;
    border: none;
    border-radius: 4px;
    background: #29b649;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(90, 212, 130, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
    -webkit-animation: none;
}

.pulse:hover {
    animation: none;
}

div#streamerror_label span {
    color: white !important;
}

.mppwinnername {
    text-align:left;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@-webkit-keyframes circlepulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes circlepulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@-webkit-keyframes circlepulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@keyframes blink {

    /**
       * At the start of the animation the dot
       * has an opacity of .2
       */
    0% {
        opacity: .2;
    }

    /**
       * At 20% the dot is fully visible and
       * then fades out slowly
       */
    20% {
        opacity: 1;
    }

    /**
       * Until it reaches an opacity of .2 and
       * the animation can start again
       */
    100% {
        opacity: .2;
    }
}

.circlepulse {
    width: 12px;

    height: 12px;

    border-radius: 50%;

    background: transparent;

    cursor: pointer;

    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);

    animation: pulse 2s infinite;

    float: right;

    margin-top: 0%;
}

.saving span {
    /**
       * Use the blink animation, which is defined above
       */
    animation-name: blink;
    /**
       * The animation should take 1.4 seconds
       */
    animation-duration: 1.4s;
    /**
       * It will repeat itself forever
       */
    animation-iteration-count: infinite;
    /**
       * This makes sure that the starting style (opacity: .2)
       * of the animation is applied before the animation starts.
       * Otherwise we would see a short flash or would have
       * to set the default styling of the dots to the same
       * as the animation. Same applies for the ending styles.
       */
    animation-fill-mode: both;
    color: white !important;
}

.saving span:nth-child(2) {
    /**
       * Starts the animation of the third dot
       * with a delay of .2s, otherwise all dots
       * would animate at the same time
       */
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    /**
       * Starts the animation of the third dot
       * with a delay of .4s, otherwise all dots
       * would animate at the same time
       */
    animation-delay: .4s;
}

#winnerMainDiv {
    float: left;
    width: 100%;
    /*background: rgba(0, 0, 0, 0) repeating-linear-gradient(-45deg, rgb(112, 103, 159) 1%, rgb(73, 57, 152) 8%, rgba(20, 15, 48, 0.98) 45%) repeat scroll 0% 0%; 
     */
    background: white;
    position: relative;
    z-index: 1000;
    /* height: 92vh; */
    min-height: 92vh;
    top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: none;
}

#instdate p {
    font-size: 1rem;
    color: black;
}



.pyro>.before,
.pyro>.after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro>.after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
    to {
        box-shadow: 157px 16.3333333333px #5e00ff, -187px -117.6666666667px #ff8000, -178px -91.6666666667px #0033ff, 6px -252.6666666667px #11ff00, 169px -354.6666666667px #0059ff, 100px -338.6666666667px #0051ff, 230px 56.3333333333px #fff200, 71px -208.6666666667px #ff0037, 236px 55.3333333333px #6200ff, 135px -364.6666666667px #0011ff, 71px -343.6666666667px #ea00ff, 46px -324.6666666667px #ff8000, -206px -256.6666666667px #ff008c, -143px -263.6666666667px #00ffc8, -3px -70.6666666667px #ea00ff, 21px -338.6666666667px #ff2600, 240px 53.3333333333px #ff3c00, -85px -111.6666666667px #ff0044, 59px -175.6666666667px #0066ff, 42px -346.6666666667px #000dff, 167px 53.3333333333px #00ff1e, 116px -274.6666666667px #ff0091, -125px -303.6666666667px #ff0026, 152px -149.6666666667px #48ff00, -4px -138.6666666667px #ffc800, 81px -249.6666666667px #ff0062, -247px -398.6666666667px #00f7ff, -102px -9.6666666667px #ff5100, 43px -268.6666666667px #00ff84, -18px -64.6666666667px #ff0026, 231px -270.6666666667px #8800ff, -62px -155.6666666667px #6f00ff, 114px 41.3333333333px #59ff00, 160px 67.3333333333px #ff2600, -16px -85.6666666667px #9900ff, 202px -384.6666666667px #ff009d, -27px -106.6666666667px #ff0026, -183px -256.6666666667px #00ff77, -159px 65.3333333333px #ff0009, -162px -358.6666666667px #00ff99, -232px -217.6666666667px #00ff51, -95px -197.6666666667px #ff0033, 77px -117.6666666667px #00ff80, 240px -346.6666666667px #00ffd9, 94px -223.6666666667px #00ffb7, 39px 32.3333333333px #0062ff, -126px -32.6666666667px #6fff00, 106px -6.6666666667px #00ff8c, -195px -391.6666666667px #00eaff, -89px -176.6666666667px #ff8800, 143px -71.6666666667px #ff1100;
    }
}

@-moz-keyframes bang {
    to {
        box-shadow: 157px 16.3333333333px #5e00ff, -187px -117.6666666667px #ff8000, -178px -91.6666666667px #0033ff, 6px -252.6666666667px #11ff00, 169px -354.6666666667px #0059ff, 100px -338.6666666667px #0051ff, 230px 56.3333333333px #fff200, 71px -208.6666666667px #ff0037, 236px 55.3333333333px #6200ff, 135px -364.6666666667px #0011ff, 71px -343.6666666667px #ea00ff, 46px -324.6666666667px #ff8000, -206px -256.6666666667px #ff008c, -143px -263.6666666667px #00ffc8, -3px -70.6666666667px #ea00ff, 21px -338.6666666667px #ff2600, 240px 53.3333333333px #ff3c00, -85px -111.6666666667px #ff0044, 59px -175.6666666667px #0066ff, 42px -346.6666666667px #000dff, 167px 53.3333333333px #00ff1e, 116px -274.6666666667px #ff0091, -125px -303.6666666667px #ff0026, 152px -149.6666666667px #48ff00, -4px -138.6666666667px #ffc800, 81px -249.6666666667px #ff0062, -247px -398.6666666667px #00f7ff, -102px -9.6666666667px #ff5100, 43px -268.6666666667px #00ff84, -18px -64.6666666667px #ff0026, 231px -270.6666666667px #8800ff, -62px -155.6666666667px #6f00ff, 114px 41.3333333333px #59ff00, 160px 67.3333333333px #ff2600, -16px -85.6666666667px #9900ff, 202px -384.6666666667px #ff009d, -27px -106.6666666667px #ff0026, -183px -256.6666666667px #00ff77, -159px 65.3333333333px #ff0009, -162px -358.6666666667px #00ff99, -232px -217.6666666667px #00ff51, -95px -197.6666666667px #ff0033, 77px -117.6666666667px #00ff80, 240px -346.6666666667px #00ffd9, 94px -223.6666666667px #00ffb7, 39px 32.3333333333px #0062ff, -126px -32.6666666667px #6fff00, 106px -6.6666666667px #00ff8c, -195px -391.6666666667px #00eaff, -89px -176.6666666667px #ff8800, 143px -71.6666666667px #ff1100;
    }
}

@-o-keyframes bang {
    to {
        box-shadow: 157px 16.3333333333px #5e00ff, -187px -117.6666666667px #ff8000, -178px -91.6666666667px #0033ff, 6px -252.6666666667px #11ff00, 169px -354.6666666667px #0059ff, 100px -338.6666666667px #0051ff, 230px 56.3333333333px #fff200, 71px -208.6666666667px #ff0037, 236px 55.3333333333px #6200ff, 135px -364.6666666667px #0011ff, 71px -343.6666666667px #ea00ff, 46px -324.6666666667px #ff8000, -206px -256.6666666667px #ff008c, -143px -263.6666666667px #00ffc8, -3px -70.6666666667px #ea00ff, 21px -338.6666666667px #ff2600, 240px 53.3333333333px #ff3c00, -85px -111.6666666667px #ff0044, 59px -175.6666666667px #0066ff, 42px -346.6666666667px #000dff, 167px 53.3333333333px #00ff1e, 116px -274.6666666667px #ff0091, -125px -303.6666666667px #ff0026, 152px -149.6666666667px #48ff00, -4px -138.6666666667px #ffc800, 81px -249.6666666667px #ff0062, -247px -398.6666666667px #00f7ff, -102px -9.6666666667px #ff5100, 43px -268.6666666667px #00ff84, -18px -64.6666666667px #ff0026, 231px -270.6666666667px #8800ff, -62px -155.6666666667px #6f00ff, 114px 41.3333333333px #59ff00, 160px 67.3333333333px #ff2600, -16px -85.6666666667px #9900ff, 202px -384.6666666667px #ff009d, -27px -106.6666666667px #ff0026, -183px -256.6666666667px #00ff77, -159px 65.3333333333px #ff0009, -162px -358.6666666667px #00ff99, -232px -217.6666666667px #00ff51, -95px -197.6666666667px #ff0033, 77px -117.6666666667px #00ff80, 240px -346.6666666667px #00ffd9, 94px -223.6666666667px #00ffb7, 39px 32.3333333333px #0062ff, -126px -32.6666666667px #6fff00, 106px -6.6666666667px #00ff8c, -195px -391.6666666667px #00eaff, -89px -176.6666666667px #ff8800, 143px -71.6666666667px #ff1100;
    }
}

@-ms-keyframes bang {
    to {
        box-shadow: 157px 16.3333333333px #5e00ff, -187px -117.6666666667px #ff8000, -178px -91.6666666667px #0033ff, 6px -252.6666666667px #11ff00, 169px -354.6666666667px #0059ff, 100px -338.6666666667px #0051ff, 230px 56.3333333333px #fff200, 71px -208.6666666667px #ff0037, 236px 55.3333333333px #6200ff, 135px -364.6666666667px #0011ff, 71px -343.6666666667px #ea00ff, 46px -324.6666666667px #ff8000, -206px -256.6666666667px #ff008c, -143px -263.6666666667px #00ffc8, -3px -70.6666666667px #ea00ff, 21px -338.6666666667px #ff2600, 240px 53.3333333333px #ff3c00, -85px -111.6666666667px #ff0044, 59px -175.6666666667px #0066ff, 42px -346.6666666667px #000dff, 167px 53.3333333333px #00ff1e, 116px -274.6666666667px #ff0091, -125px -303.6666666667px #ff0026, 152px -149.6666666667px #48ff00, -4px -138.6666666667px #ffc800, 81px -249.6666666667px #ff0062, -247px -398.6666666667px #00f7ff, -102px -9.6666666667px #ff5100, 43px -268.6666666667px #00ff84, -18px -64.6666666667px #ff0026, 231px -270.6666666667px #8800ff, -62px -155.6666666667px #6f00ff, 114px 41.3333333333px #59ff00, 160px 67.3333333333px #ff2600, -16px -85.6666666667px #9900ff, 202px -384.6666666667px #ff009d, -27px -106.6666666667px #ff0026, -183px -256.6666666667px #00ff77, -159px 65.3333333333px #ff0009, -162px -358.6666666667px #00ff99, -232px -217.6666666667px #00ff51, -95px -197.6666666667px #ff0033, 77px -117.6666666667px #00ff80, 240px -346.6666666667px #00ffd9, 94px -223.6666666667px #00ffb7, 39px 32.3333333333px #0062ff, -126px -32.6666666667px #6fff00, 106px -6.6666666667px #00ff8c, -195px -391.6666666667px #00eaff, -89px -176.6666666667px #ff8800, 143px -71.6666666667px #ff1100;
    }
}

@keyframes bang {
    to {
        box-shadow: 157px 16.3333333333px #5e00ff, -187px -117.6666666667px #ff8000, -178px -91.6666666667px #0033ff, 6px -252.6666666667px #11ff00, 169px -354.6666666667px #0059ff, 100px -338.6666666667px #0051ff, 230px 56.3333333333px #fff200, 71px -208.6666666667px #ff0037, 236px 55.3333333333px #6200ff, 135px -364.6666666667px #0011ff, 71px -343.6666666667px #ea00ff, 46px -324.6666666667px #ff8000, -206px -256.6666666667px #ff008c, -143px -263.6666666667px #00ffc8, -3px -70.6666666667px #ea00ff, 21px -338.6666666667px #ff2600, 240px 53.3333333333px #ff3c00, -85px -111.6666666667px #ff0044, 59px -175.6666666667px #0066ff, 42px -346.6666666667px #000dff, 167px 53.3333333333px #00ff1e, 116px -274.6666666667px #ff0091, -125px -303.6666666667px #ff0026, 152px -149.6666666667px #48ff00, -4px -138.6666666667px #ffc800, 81px -249.6666666667px #ff0062, -247px -398.6666666667px #00f7ff, -102px -9.6666666667px #ff5100, 43px -268.6666666667px #00ff84, -18px -64.6666666667px #ff0026, 231px -270.6666666667px #8800ff, -62px -155.6666666667px #6f00ff, 114px 41.3333333333px #59ff00, 160px 67.3333333333px #ff2600, -16px -85.6666666667px #9900ff, 202px -384.6666666667px #ff009d, -27px -106.6666666667px #ff0026, -183px -256.6666666667px #00ff77, -159px 65.3333333333px #ff0009, -162px -358.6666666667px #00ff99, -232px -217.6666666667px #00ff51, -95px -197.6666666667px #ff0033, 77px -117.6666666667px #00ff80, 240px -346.6666666667px #00ffd9, 94px -223.6666666667px #00ffb7, 39px 32.3333333333px #0062ff, -126px -32.6666666667px #6fff00, 106px -6.6666666667px #00ff8c, -195px -391.6666666667px #00eaff, -89px -176.6666666667px #ff8800, 143px -71.6666666667px #ff1100;
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-webkit-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-moz-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-o-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-ms-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

#qtnTimerSub {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #C6BE24, 0 3px 0 #aba7a7, 0 4px 0 #C6BE24, 0 5px 0 #aaa, 0 6px 1px rgba(168, 139, 139, 0.1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

#countdown {
    position: relative;
    margin: auto;
    margin-top: 6px;
    height: 40px;
    width: 40px;
    text-align: center;
}

#countdown-number {
    color: #e2a213;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}



#rect1 {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #e2a213;
    fill: none;
    animation: none;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 113px;
    }
}

.qtrlevel {
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 100px;
    margin-top: 0%;
}

.qtrlevellabel1 {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 0.8rem;
    font-weight: 300;
    font-family: American Typewriter, serif;
    letter-spacing: 1px;
}

.qtrlevellabel2 {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    font-family: American Typewriter, serif;
    letter-spacing: 1px;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(4, 4);
    }

    100% {
        transform: scale(1, 1);
    }
}

.quartercontainer {
    animation: zoominoutsinglefeatured 2s;

}

@keyframes cycle-colors {
    0% {
        border-color: hsl(0, 100%, 50%);
    }

    25% {
        border-color: hsl(90, 100%, 50%);
    }

    50% {
        border-color: hsl(180, 100%, 50%);
    }

    75% {
        border-color: hsl(270, 100%, 50%);
    }

    100% {
        border-color: hsl(360, 100%, 50%);
    }
}

@keyframes pulse1 {
    to {
        opacity: 0;
        transform: scale(1);
    }
}

.avatarpulse {
    height: 72px;
    position: relative;
    width: 72px;
}

.avatarpulse::before,
.avatarpulse::after {
    animation: pulse1 2s linear infinite;
    border: #fff solid 8px;
    border-radius: 9999px;
    box-sizing: border-box;
    content: ' ';
    height: 140%;
    left: -20%;
    opacity: .6;
    position: absolute;
    top: -20%;
    transform: scale(0.714);
    width: 140%;
    z-index: 1;
}

.avatarpulse::after {
    animation-delay: 1s;
}

.avatarpulse:hover img {
    content: url('http://s.blixt.org/hypnotoad.jpg');
}

.avatarpulse:hover::before,
.avatarpulse:hover::after {
    animation: pulse1 1s linear infinite, cycle-colors 6s linear infinite;
}

.avatarpulse:hover::after {
    animation-delay: .5s;
}

.avatarcurrentpulse {
    height: 72px;
    position: relative;
    width: 72px;
}

.avatarcurrentpulse::before,
.avatarcurrentpulse::after {
    animation: pulse1 2s linear infinite;
    border: #449e39 solid 8px;
    border-radius: 9999px;
    box-sizing: border-box;
    content: ' ';
    height: 140%;
    left: -20%;
    opacity: .6;
    position: absolute;
    top: -20%;
    transform: scale(0.714);
    width: 140%;
    z-index: 1;
}

.avatarcurrentpulse::after {
    animation-delay: 1s;
}

.avatarcurrentpulse:hover img {
    content: url('http://s.blixt.org/hypnotoad.jpg');
}

.avatarcurrentpulse:hover::before,
.avatarcurrentpulse:hover::after {
    animation: pulse1 1s linear infinite, cycle-colors 6s linear infinite;
}

.avatarcurrentpulse:hover::after {
    animation-delay: .5s;
}




@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.streamwrapper {
    float: left;
    width: 100%;
    display: none;
    height: 350px;
    background: black;
}

.stuck {
    position: fixed;
    top: 200px;
    right: 20px;
    transform: translateY(100%);
    width: 72px;
    height: 72px !important;
    animation: fade-in-up .25s ease forwards;
    z-index: 1000;
    border-radius: 100px;
}



/*Floating CSS End*/

@keyframes example {
    0% {
        background-color: red;
    }

    25% {
        background-color: #ff7037;
    }

    50% {
        background-color: red;
    }

    100% {
        background-color: #ff7037;
    }
}

p.scrolldown {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid;
    background: #ff7037;
    position: fixed;
    right: 75px;
    color: #fff;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 2s;
}

.iframe-parent-class {
    width: 100%;
}

#streaminglink {
    height: 350px;
}

#roomEditid_roomName .tooltiptext {
    visibility: hidden;
    font-weight: normal;
    font-size: 12px;
    width: 120px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 98%;
    left: 45%;
    margin-left: -60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#roomEditid_roomName .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

#roomEditid_roomName:hover .tooltiptext {
    visibility: visible;
}

#roomEditid_Description .tooltiptext {
    visibility: hidden;
    font-weight: normal;
    font-size: 12px;
    width: 120px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 90%;
    left: 45%;
    margin-left: -60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#roomEditid_Description .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

#roomEditid_Description:hover .tooltiptext {
    visibility: visible;
}

#roomtags .tooltiptext {
    visibility: hidden;
    font-weight: normal;
    font-size: 12px;
    width: 120px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 82%;
    left: 45%;
    margin-left: -60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#roomtags .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

#roomtags:hover .tooltiptext {
    visibility: visible;
}

#contactno .tooltiptext {
    visibility: hidden;
    width: 120px;
    font-weight: normal;
    font-size: 12px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 73%;
    left: 45%;
    margin-left: -60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#contactno .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

#contactno:hover .tooltiptext {
    visibility: visible;
}

#postaladd .tooltiptext {
    visibility: hidden;
    width: 120px;
    font-weight: normal;
    font-size: 12px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 65%;
    left: 45%;
    margin-left: -60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#postaladd .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

#postaladd:hover .tooltiptext {
    visibility: visible;
}

#_email .tooltiptext {
    visibility: hidden;
    width: 120px;
    font-weight: normal;
    font-size: 12px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 56%;
    left: 45%;
    margin-left: -60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#_email .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

#_email:hover .tooltiptext {
    visibility: visible;
}

#_website .tooltiptext {
    visibility: hidden;
    width: 120px;
    font-weight: normal;
    font-size: 12px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 48%;
    left: 45%;
    margin-left: -60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#_website .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

#_website:hover .tooltiptext {
    visibility: visible;
}


@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.bannerfixed {
    position: fixed !important;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100% !important;
    z-index: 999 !important;
    height: 66px !important;
}

.imgLiquid_bgSize imgLiquid_ready .bannerfixed {
    position: fixed !important;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100% !important;
    z-index: 999 !important;
    height: 66px !important;
}

.level_score_container {
    float: left;
    width: 92px;
    height: 92px;
}

.level_score_main {
    float: right;
    width: 50%;
    padding: 10px;
    margin-right: 0;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.level_score_left {
    position: absolute;
    width: 100%;
    height: 20%;
    display: block;
    color: yellow;
    font-weight: 300;
    font-size: 2rem !important;
    padding: 4px;
}

.level_score_left_inner {
    float: left;
    width: 100%;
    font-size: 0.85rem;
}

.level_score_left_value {
    float: left;
    width: 100%;
    color: yellow !important;
    font-size: 2.2rem;
    margin-top: -4px;
    font-weight:600;
}

.level_score_right {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    color: white;
    border-bottom: 1px solid white;
}

.level_score_bar {
    width: 25%;
    border-top: 1px solid white;
    bottom: 0;
    float: left;
    display: flex;
    align-items: center;
    border-left: 1px solid white;
    flex-direction: column;
    justify-content: space-between;
}

#score_bar_0 {
    height: 25%;
}

#score_bar_1 {
    height: 45%;
}

#score_bar_2 {
    height: 65%;
}

#score_bar_3 {
    height: 85%;
    border-right: 1px solid white;
}

#level_score_bar_icon0 {
    font-size: 0.65rem;
    float: left;
    position: relative;
    margin-top: -16px;
    width: 25%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#level_score_bar_icon1 {
    font-size: 0.65rem;
    float: left;
    position: relative;
    margin-top: -21px;
    width: 25%;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#level_score_bar_icon2 {
    font-size: 0.65rem;
    float: left;
    position: relative;
    margin-top: -21px;
    width: 25%;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#level_score_bar_icon3 {
    font-size: 0.65rem;
    float: left;
    position: relative;
    margin-top: -21px;
    width: 25%;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indBoxDiv {
    color: white;
}

.promoBoxDiv {
    color: white;
}
.sesslogoLeft {
    float: left;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 32px;
}

#sesslogoInner {
    cursor: pointer;
    width: 32px;
    margin-left: 10px;
    opacity: 1;
    border-radius: 4px;
    height: 32px;
}

.score_level_lbl {
    float: left;
    font-size: 0.6rem;
    padding-left: 2px;
    margin-top: -1px;
}

.indBoxDiv.active {
    border: 2px solid yellow !important;
}

.innerproftxtlbl {
    font-size: 2.2rem !important;
}


.bar_selected_dot {
  position: relative;
  float: right;
  right: 6px;
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#scoreContainer {
    position: absolute;
    margin-top: 41px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 58px;
    border: 4px solid yellow;
    border-bottom-left-radius: 98px;
    border-bottom-right-radius: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    background: yellow;
}

@media only screen and (max-width: 400px) {

    .mppwinnername {
        text-align:center;
    } 

    .fixed {
        position: fixed;
        top: 0px;
        left: 0;
        animation: smoothScroll 1s forwards;
        background: rgb(200, 50, 50) !important;
        width: 100%;
        z-index: 99;
        height: 72px !important;
    }

    .roomProfInfoDiv {
        float: left;
        width: 100%;
        height: 52px;
        background: white;
        /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);*/
        z-index: 99;
        align-items: center !important;
        display: flex;
    }

    .button1 {
        font-family: inherit;
        font-size: 12px;
        cursor: pointer;
        padding: 5px 10px;
        display: inline-block;
        margin: 10px;
        text-transform: capitalize;
        letter-spacing: 0.4px;
        font-weight: normal;
        outline: none;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 0;
        margin-left: 0;
        border-radius: 4px;
        background: transparent;
    }

    .button1:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .roomProfInfoDiv {
        float: left;
        width: 100%;
        height: 52px;
        background: white;
        /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);*/
        z-index: 99;
        align-items: center !important;
        display: flex;
    }

    .roomProfInfoDivLeft1 {
        color: black !important;
        width: 100%;
        font-size: 21px !important;
        line-height: 24px !important;
        font-weight: bold !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoDivLeftMob1 {
        color: white !important;
        width: 100%;
        font-size: 21px !important;
        line-height: 18px !important;
        font-weight: bold !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoDivLeft2 {
        color: #657786 !important;
        width: 100%;
        font-size: 14px !important;
        line-height: 14px !important;
        font-weight: normal !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoDivLeft3 {
        color: black !important;
        width: 100%;
        font-size: 12px !important;
        line-height: 18px !important;
        font-weight: normal !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoDivLeftMob3 {
        color: white !important;
        width: 100%;
        font-size: 12px !important;
        line-height: 18px !important;
        font-weight: normal !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoMob {
        opacity: 1;
        height: 54px;
        width: 78%;
        margin-left: 12px;
        position: relative;
        box-sizing: border-box;
        border: 0px solid white;
        float: left;
    }

    .createappidDiv {
        margin-bottom: 10px;

        width: 82%;

        height: auto;

        background-color: white;

        float: right;

        position: absolute;

        z-index: 100;

        right: 6%;

        margin-top: 2.8%;

        box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px 0px;

        border-radius: 4px;

        padding: 1%;

        display: none;
    }

    .signindatavalue {
        margin-bottom: 10px;
        width: 82%;
        height: auto;
        background-color: white;
        float: right;
        position: absolute;
        z-index: 100;
        right: 6%;
        margin-top: 2.8%;
        box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px 0;
        border-radius: 4px;
        padding: 1%;
        display: none;
    }
}

@media only screen and (min-width: 401px) and (max-width: 960px) {

    .fixed {
        position: fixed;
        top: 0px;
        left: 0;
        animation: smoothScroll 1s forwards;
        background: rgb(200, 50, 50) !important;
        width: 100%;
        z-index: 99;
        height: 72px !important;
    }

    .button {
        border: none;
        font-family: inherit;
        font-size: 12px;
        cursor: pointer;
        padding: 5px 10px;
        display: inline-block;
        margin: 10px;
        text-transform: capitalize;
        letter-spacing: 0.4px;
        font-weight: 500;
        outline: none;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 0;
        margin-left: 0;
    }

    .button1 {
        font-family: inherit;
        font-size: 12px;
        cursor: pointer;
        padding: 5px 10px;
        display: inline-block;
        margin: 10px;
        text-transform: capitalize;
        letter-spacing: 0.4px;
        font-weight: normal;
        outline: none;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 0;
        margin-left: 0;
        border-radius: 4px;
        background: transparent;
    }

    .button1:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .roomProfInfoDiv {
        float: left;
        width: 100%;
        height: 52px;
        background: white;
        /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);*/
        z-index: 99;
        align-items: center !important;
        display: flex;
    }

    .roomProfInfoDivLeft1 {
        color: black !important;
        width: 100%;
        font-size: 21px !important;
        line-height: 24px !important;
        font-weight: bold !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoDivLeftMob1 {
        color: white !important;
        width: 100%;
        font-size: 21px !important;
        line-height: 18px !important;
        font-weight: bold !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoDivLeft2 {
        color: #657786 !important;
        width: 100%;
        font-size: 14px !important;
        line-height: 14px !important;
        font-weight: normal !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoDivLeft3 {
        color: black !important;
        width: 100%;
        font-size: 12px !important;
        line-height: 18px !important;
        font-weight: normal !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoDivLeftMob3 {
        color: white !important;
        width: 100%;
        font-size: 12px !important;
        line-height: 18px !important;
        font-weight: normal !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin-top: 1%;
    }

    .roomProfInfoMob {
        opacity: 1;
        height: 54px;
        width: 78%;
        margin-left: 12px;
        position: relative;
        box-sizing: border-box;
        border: 0px solid white;
        float: left;
    }

    .createappidDiv {
        margin-bottom: 10px;

        width: 82%;

        height: auto;

        background-color: white;

        float: right;

        position: absolute;

        z-index: 100;

        right: 6%;

        margin-top: 2.8%;

        box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px 0px;

        border-radius: 4px;

        padding: 1%;

        display: none;
    }

    .signindatavalue {
        margin-bottom: 10px;
        width: 82%;
        height: auto;
        background-color: white;
        float: right;
        position: absolute;
        z-index: 100;
        right: 6%;
        margin-top: 2.8%;
        box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px 0;
        border-radius: 4px;
        padding: 1%;
        display: none;
    }
}


@media only screen and (min-width: 961px) {

    .fixed {
        position: fixed;
        top: 0px;
        left: 0;
        animation: smoothScroll 1s forwards;

        width: 100%;
        z-index: 99;
        height: 72px !important;
    }

    .roomProfInfoDiv {
        float: left;
        width: 100%;
        height: 72px;
        background: white;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
        z-index: 99;
        align-items: center !important;
        display: flex;
    }

    .roomProfInfoDivLeft {
        float: left;
        width: 30%;
        pointer-events: auto;
        margin-left: 260px;
        position: absolute;
    }

    .roomProfInfoDivLeft1 {
        color: black !important;
        width: 100%;
        font-size: 21px !important;
        line-height: 24px !important;
        font-weight: bold !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
    }

    .roomProfInfoDivLeft2 {
        color: #657786 !important;
        width: 100%;
        font-size: 14px !important;
        line-height: 18px !important;
        font-weight: normal !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
    }
}

.roomProfInfoDivLeftMob {
    float: left;
    width: 95%;
    pointer-events: auto;
    margin-left: 12px;
    ;
}

.bb,
.bb::before,
.bb::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bb2 {
    width: 350px;
    height: 200px;
    margin: auto;
    /* background: url("//blog.codepen.io/wp-content/uploads/2012/06/Button-White-Large.png") no-repeat 50%/70% rgba(0, 0, 0, 0.1);
    */
    color: white;
    box-shadow: inset 0 0 0 2px rgba(105, 202, 98, 0.5);
    margin-top: 21%;
    border-radius: 24px;
    padding: 4% 2.5% 2.5% 2.5%;
    float: left;

    position: relative;
}

.bb {
    width: 350px;
    height: 200px;
    margin: auto;
    /* background: url("//blog.codepen.io/wp-content/uploads/2012/06/Button-White-Large.png") no-repeat 50%/70% rgba(0, 0, 0, 0.1);
    */
    color: #69ca62;
    /*box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);*/
    margin-top: 21%;
    border-radius: 24px;
    padding: 4% 2.5% 2.5% 2.5%;
    float: left;

    position: relative;
}

.bb::before,
.bb::after {
    content: '';
    z-index: -1;
    margin: -5%;
    box-shadow: inset 0 0 0 2px;
    animation: clipMe 1s linear infinite;
    border-radius: 24px;
}

.bb::before {
    animation-delay: -2s;
}

.bb:hover::after,
.bb:hover::before {
    background-color: rgba(255, 0, 0, 0.3);
}

@keyframes clipMe {

    0%,
    100% {
        clip: rect(0px, 220px, 2px, 0px);
    }

    25% {
        clip: rect(0px, 2px, 220px, 0px);
    }

    50% {
        clip: rect(218px, 220px, 220px, 0px);
    }

    75% {
        clip: rect(0px, 220px, 220px, 218px);
    }
}

#livepulse_inner {
    margin: 0 6px 0 0;
    padding: 5px 5px 5px;
    border-radius: 3px;
    font-size: 14px;
    font-family: sans-serif;
    letter-spacing: 0.3px;
    color: white;
    animation: pulse 2s 250ms ease-in-out infinite backwards;
    background-color: #d55548;
    line-height: 1;
    font-weight: 600;
}


.bounce2 {
    animation: bounce2 2s ease-in-out;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.member-overlap-item {
    margin-right: -40px;
    border: 2px solid #fff;
    border-radius: 25px;
    width: 80px;
    height: 80px;
    top: 50px;
    background-size: cover !important;
}

#winnerMainDiv p,
#winnerMainDiv span,
#winnerMainDiv div {
    line-height: unset !important;
}

.fed-sunburst-chart svg {
    width: auto;
    height: auto;
    transform: none;
}

.chart-legend-container svg {
    width: auto;
    height: auto;
    transform: none;
}

#winnerMainDiv img {
    opacity: 1;
}

#StreamMainContainer {
    margin-top: 0%;
    margin-left: 0%;
    padding: 12px;
    float: left;
    width: 52%;
    pointer-events: auto;
    margin-bottom: 0px;
    position: absolute;
    background: rgb(230, 236, 240);
    height: auto;
    margin-left: 24%;
}

#winnerMainDiv {
    height: 92vh;
    overflow-y: auto !important;
    scroll-behavior: smooth;
}

.prof_label {
    font-size: 0.75rem !important;
    float: left;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300 !important;
    color: white !important;
    text-decoration: none;
    max-width: 120px;
    padding-right: 4px;
}

#live_btn {
    font-size: 0.9rem !important;
    font-weight: 300 !important;
    color: white !important;
}

#speaker_btn {
    font-size: 0.9rem !important;
    font-weight: 300 !important;
    color: white !important;
}

.radioButtonColourChange+label::before,
[type="radio"]:not(:checked)+label::before {
    border: none !important;
    background: white !important;
}

.radioButtonColourChange :checked+label::after,
[type="radio"]:checked+label::after {
    top: 3px !important;
    left: 3px !important;
}

.service_btn_save1,
.service_btn_save {
    width: auto;
    padding: 6px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
}

#AssignpostCoHostDiv {
    z-index: 1000000 !important;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn i,
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    opacity: 1 !important;
}

.emojionearea .emojionearea-editor [class*=emojione-],
.emojionearea .emojionearea-editor .emojioneemoji {
    opacity: 1 !important;
}

.commentMainBoxWidget {
    font-family: inherit;
    padding-top: 0px;
    border-radius: 0 0 2px 2px;
    padding-bottom: 8px;
    /*border-top: 1px solid #e1e2e3;*/
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    position: relative;
    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
    direction: ltr;
    line-height: 1.34;
    float: left;
    width: 100%;
    height: 100%;
    background: transparent;
}

.commentWidgetMainInner:hover {
    /* background-color:  #f6f7f9*/
}

.commentWidgetIndMain:hover {
    /* background-color: rgb(240,240,240);*/
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    color: black;
}

.emojionearea .emojionearea-editor:empty::before {
    content: attr(placeholder);
    display: block;
    color: #BBB;
}

.commentWidgetProgressCount {
    margin-left: 2%;
    float: left;
    width: 95%;
    padding: 5%;
}

.commentMainBoxWidgetSub {
    font-family: inherit;
    position: relative;
    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
    direction: ltr;
    line-height: 1.34;

}

.commentMainBoxWidgetSub1 {
    font-family: inherit;
    word-wrap: break-word;
    float: left;
    color: #1d2129;
    font-size: 12px;
    direction: ltr;
    line-height: 1.34;
}

.commentMainBoxWidgetSubLeft {
    font-family: inherit;
    position: relative;
    margin: 0;
    display: block;
    font-size: 12px;
    color: #1d2129;
    word-wrap: break-word;
    direction: ltr;
    line-height: 1.34;
    display: none;
}

.commentMainBoxWidgetSubLeftImg {
    border: 0;
    display: block;
    height: 32px;
    width: 32px;
    word-wrap: break-word;
    border-radius: 4px;
}

.commentMainBoxWidgetSubRight {
    font-family: inherit;
    margin: 0;
    /*padding-left: 8px;*/
    padding-left: 24px;
    overflow: hidden;
    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
    direction: ltr;
    line-height: 1.34;
    margin-top: 2%;
    width: 92%;

}

.commentMainBoxWidgetSubRightInner {
    font-family: inherit;

    overflow: hidden;
    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
    direction: ltr;
    line-height: 1.34;

}

.commentMainBoxWidgetSubRightInner1 {
    font-family: inherit;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dddfe2;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
    direction: ltr;
    line-height: 1.34;

}

.commentMainBoxWidgetSubRightInner2 {
    flex-grow: 1;
    min-width: 0;
    font-family: inherit;
    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
    direction: ltr;
    line-height: 1.34;

}

.commentMainBoxWidgetSubRightText {
    font-family: inherit;
    letter-spacing: inherit;
    left: -99999px;
    opacity: 0;
    position: absolute;
    font-size: 12px;
    color: #1d2129;
    word-wrap: break-word;
}

.commentMainBoxWidgetTextBoxInner {
    font-family: inherit;
    min-height: 32px;
    padding-bottom: 7px;
    padding-top: 7px;
    height: auto;
    border: 0 !important;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
    box-sizing: border-box;
    cursor: text;
    word-wrap: break-word;
    color: #1d2129;
    direction: ltr;
}

.commentMainBoxWidgetTextBoxInnerSub {
    font-family: inherit;
    padding-right: 0 !important;
    font-size: 12px;
    line-height: 16px;
    cursor: text;
    word-wrap: break-word;
    color: #1d2129;
    direction: ltr;
}

.widgetTextBoxInnerMain {
    font-family: inherit;
    position: relative;
    height: inherit;
    text-align: initial;
    font-size: 12px;
    line-height: 16px;
    cursor: text;
    word-wrap: break-word;
    color: #1d2129;
}

.widgetTextBoxInnerSub {
    font-family: inherit;
    color: #90949c;
    position: absolute;
    z-index: 1;
    text-align: initial;
    font-size: 12px;
    line-height: 16px;
    cursor: text;
    word-wrap: break-word;
}

.widgetTextBoxInnerSub1 {
    font-family: inherit;
    color: #90949c;
    text-align: initial;
    font-size: 12px;
    line-height: 16px;
    cursor: text;
    word-wrap: break-word;
}

.widgetTextBoxInnerSub2 {
    font-family: inherit;
    background-color: rgba(255, 255, 255, 0);
    border-left: .1px solid transparent;
    position: relative;
    z-index: 1;
    height: inherit;
    text-align: initial;
    font-size: 12px;
    line-height: 16px;
    cursor: text;
    word-wrap: break-word;
    color: #1d2129;
}

.widgetTextBoxInnerSub3 {
    outline: medium none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    height: inherit;
    text-align: initial;
    font-size: 12px;
    line-height: 16px;
    cursor: text;
    word-wrap: break-word;
    color: #1d2129;
}

.widgetTextBoxInnerSub4 {
    font-family: inherit;
    direction: ltr;
    text-align: left;
    position: relative;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    cursor: text;
    color: #1d2129;
    font-size: 12px;
    line-height: 16px;


}

.commentMainBoxWidgetSubRightImg {
    font-family: inherit;
    height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    align-self: flex-end;
    /*display: flex;*/
    height: 24px;
    margin: 0px 0 8px auto;
    padding-right: 0px;
    position: static;
    bottom: 0;
    right: 0;
    word-wrap: break-word;
    color: #1d2129;
}

.commentMainBoxWidgetSubRightImgInner1 {
    font-family: inherit;
    align-items: center;
    cursor: pointer;
    /*display: flex !important;*/
    outline: none;
    padding: 0 6px !important;
    color: rgb(103, 58, 183);
    text-decoration: none;
    word-wrap: break-word;
    font-size: 12px;
}

.commentMainBoxWidgetSubRightImgInnerIcon {
    font-family: inherit;
    background-image: url(/rsrc.php/v3/yb/r/HWvzta-p9m3.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -76px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    color: rgb(103, 58, 183);
    word-wrap: break-word;
    font-size: 12px;
}

.commentMainBoxWidgetSubRightImgInner2 {
    font-family: inherit;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    display: flex !important;
    outline: none;
    padding: 0 6px !important;
    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
}

.commentMainBoxWidgetSubRightVideo {
    bottom: 0;
    cursor: inherit;
    font-size: 1000px !important;
    height: 300px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

.commentPostDivMain {

    background-color: #f6f7f9;
    border-radius: 0 0 3px 3px;
    color: #1d2129;
    overflow: visible;
    width: auto;
}

.commentWidgetIndMain {
    position: relative;
    font-family: inherit;
    color: #1d2129;
    word-wrap: break-word;
    width: 100%;
    min-height: 42px;
    /*padding: 2px;
    padding-bottom: 2%;
    padding-top: 8px;*/
    margin-bottom: 2%;
    padding: 8px;
    background: rgb(250, 250, 250);
    padding-bottom: 4px;
    padding-top: 14px;
}

.commentWidgetMainInner {
    font-family: inherit;
    background-color: transparent;
    margin: 0 0px;
    padding: 0 0;
    position: relative;
    font-size: 12px;
    color: #1d2129;
    word-wrap: break-word;
    float: left;
    width: 100%;
    /* padding-left: 16px;
    padding-right: 11px;*/
    transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.commentWidgetMainInnerLeft {
    float: left;
    font-family: inherit;
    font-size: 12px;
    color: #1d2129;
    word-wrap: break-word;
}

.commentWidgetMainInnerLeftImg {

    font-family: inherit;
    font-size: 12px;
    color: #1d2129;
    word-wrap: break-word;
    position: relative;
    margin: 0;
    display: block;
    color: rgb(103, 58, 183);
    cursor: pointer;
    -moz-outline-style: none;
    text-decoration: none;
    opacity: 1 !important;
}

.commentWidgetMainInnerLeftImgInner {

    font-family: inherit;
    height: 32px;
    width: 32px;
    border: 0;
    display: block;
    color: rgb(103, 58, 183);
    cursor: pointer;
    -moz-outline-style: none;
    text-decoration: none;
    word-wrap: break-word;
    border-radius: 50%;
    opacity: 1 !important;
}

.commentWidgetMainInnerRight {
    margin: 0;
    padding-left: 1px;
    font-family: inherit;
    overflow: hidden;
    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
    padding-top: 0px;
}

.commentWidgetMainInnerRightInner {
    padding-right: 0;
    font-family: inherit;
    position: relative;
    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
}

.commentWidgetMainInnerRightInner1 {
    padding-right: 12px;
    font-family: inherit;

    word-wrap: break-word;
    color: #1d2129;
    font-size: 12px;
}

.commentWidgetName {
    font-family: inherit;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    word-wrap: break-word;
    font-size: 12px !important;
    float: left;
    width: 100%;
    color: #4285f4 !important;
}

.commentWidgetDetails {
    font-family: inherit;

    word-wrap: break-word;
    color: black;
    font-size: 14px;
    text-align: left;
    float: left;
    margin-left: 0%;
    margin-top: 2%;
    font-weight: 300;
    line-height: 1.6;
}

.commentWidgetDetails span {
    float: left;
    font-size: 14px;
}

.commentReplyMianDiv {
    color: black;
    width: 100%;
    cursor: text;
    outline: none;
    font-size: 10px;
    margin-bottom: 2%;
    padding-top: 1.5%;
    background-color: #f2f3f5;
    border: 1px solid #ccd0d5;
    border-radius: 25px;
    min-height: 35px;
    padding: 4px 9px;
    margin-left: 0px;
    display: flex;
    padding-right: 0;
}

.replyBtnDivCorner {
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    flex: 1 1 auto;
    align-self: flex-end;
    display: flex;
    flex-direction: row;
}

.commentWidgetLiveDetails {
    font-family: inherit;

    word-wrap: break-word;
    color: black;
    font-size: 14px;
    text-align: left;
    float: left;
    margin-left: 0%;
    margin-top: 2%;
    font-weight: 400;
    line-height: 1.58 !important;
    letter-spacing: .02em !important;
}

.commentWidgetActions {
    font-family: inherit;
    clear: both;
    padding-top: 2px;
    color: #90949c;
    font-weight: normal;
    font-size: 12px;
    word-wrap: break-word;
}

.commentWidgetActionsInner {
    /* display: inline-block;*/
    display: none;
    color: #90949c;
    font-weight: normal;
    font-size: 12px;
    word-wrap: break-word;
}

.commentWidgetActionsInner1 {
    font-family: inherit;
    display: inline-block;
    position: relative;
    color: #90949c;
    font-weight: normal;
    font-size: 12px;
    word-wrap: break-word;
}

.commentWidgetActions .commentWidgetLink {
    outline: none;
    word-wrap: normal;
}

.commentWidgetLink {
    /*color: #365899;*/
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    word-wrap: break-word;
}

.commentWidgetIndMain img {
    opacity: 1 !important;
    float: right;

}

.imagewidgetMain img,#imagepreview,#img_attach_Div
{
    opacity: 1 !important;
}
#img_attach_Div {
    width:28px;
    height:28px;
}
.comment_img_preview {
    position: relative;
    margin: 0 !important;
}
.attcid {
    float: left;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.attachLink {
    color: white;
    float: left;
    height: auto;
    margin-left: 1%;
    margin-top: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60%;
    text-decoration: none;
    font-size: 10pt;
    cursor: pointer;
}

.commentWidgetelem {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.commentWidgetReplyLink {
    color: rgb(66, 133, 244);
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
    word-wrap: break-word;
    text-decoration: none;
}

.commentWidgetReplyLink {
    color: rgb(66, 133, 244);
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
    word-wrap: break-word;
    text-decoration: none;
}

.score_bar_label {
    position: absolute;
    top: 96%;
    transform: translateY(-50%);
    color: white;
    font-weight: 300;
    font-size: 0.5rem !important;
}

.score_left {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333D42;
    clip-path: polygon(0 98%, -2% 0%, 132% -1%);
    display: block;
    color: yellow;
    font-weight: 300;
    font-size: 2rem !important;
}

#erroPopUpDiv_Main
{
   /* margin-left: -20%;
     margin-top: -50%;
    position: absolute;
    text-align: center;
    width: 99.5%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);*/
    opacity: 90%;
    filter:alpha(opacity=90);
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    color: white;
    z-index: 9999999;
}

#erroPopUpDiv
{
    color: black;
    font-size: 16px;
    font-weight: normal;
    margin-top: 2%;
    padding: 4%;
    text-align: center;
}

.erroPopUpDiv_inner
{
    background-color:white;
    color: #BBBBBB;
    font-size: 16px;
    border: 1px solid #444444;
    display:block;
    position: absolute;
    top:40%;
    margin-left: 38%;
    left:1%;
    width: 350px;
    height:auto;
    border-radius: 0px;
    z-index: 20;
    padding-bottom: 1%;
    box-shadow: 0 1px 8px rgba(255, 255, 255, 0.6);

}

#passBtn, #pass_Canl_Btn {
    border: none;
    border-radius: 4px;
    background-color: #4caf50;
    padding: 0 1rem;
    cursor: pointer;
}

.pipmode {
    position: absolute !important;
    z-index: 99;
    width: 80px !important;
    height: 80px !important;
    top: 0px !important;
    right: 4px;
    border-radius: 12px !important;
}

.liveQuestWrap {
    /*background: rgb(56, 56, 56) !important;*/
    background: transparent;
}

.liveQuestTitle,.liveQuestLabel {
    color: white !important;
}   

.liveQuestRow {
    border: 1px solid #ffffffa1 !important;
    background: rgba(34, 34, 34, 0.6) !important;
    border-radius: 8px !important;
}

.livequestattemptMain {
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
   /* position: absolute;
    z-index: 99;
    margin-top: -74px;*/
}

/* Animation for selected state */
.bar-selected {
    animation: highlight 0.5s ease forwards;
}

/* Keyframes for the highlight effect */
@keyframes highlight {
    0% {
      /*  background-color: rgba(118, 198, 116, 0.5);*/
        transform: scale(1);
    }
    50% {
       /*  background-color: rgba(66, 133, 244, 0.7);*/
        transform: scale(1.1);
    }
    100% {
       /*  background-color: rgba(118, 198, 116, 0.5);*/
        transform: scale(1);
    }
}

#footerSessDiv {
    float: left;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    background-color: white;
    padding: 6px;
    height: 40px;
    display: flex;
    margin: 0;
    right: 0;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

#footerSessDiv a {
    color: gray;
    text-decoration: none;
}
.chart-wrap span {
    color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    margin-bottom: 0 !important;
}

.liveQuestRow span {
    color: white !important;
    font-weight: inherit !important;
}

.loginDiv {
    float: right;
    display: flex;
    margin-right: 0;
}

.user-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    opacity: 1;
    border-radius: 100px;
}

#liveLoginBtn {
    display: flex;
    margin-left: 12px;
    font-size: 12px;
    background-color: #1877F2;
    color: white;
    border-radius: 25px;
    border: none;
}

@keyframes fadeInScale {
    0% {
      opacity: 0;
      transform: scale(0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
#liveQuestSubDiv {
    animation: fadeInScale 0.5s ease-in-out;
}



@media (max-width: 767px) {

    #StreamMainContainer {
        margin-top: 0px;
        padding: 12px;
        float: left;
        width: 100%;
        pointer-events: auto;
        margin-bottom: 0px;
        position: absolute;
        background: white;
        height: 100vh;
        margin-left: 0%;
    }

    #winnerMainDiv {
        height: 82vh;
        overflow-y: auto !important;
        padding-bottom: 42px;
    }

    .erroPopUpDiv_inner
    {
      top:20%;
      margin-left: 10%;
      width: 80%;   
    }

    #footereditcomment
    {
        position: fixed;
        bottom:0;
        width:100%;
        padding:4px;
        padding-right:12px;
    }

    .commentMainBoxWidget {
        overflow-y: auto;
        height:84vh !important;
    }

    .heart-container {
        right:32px;
    }

   
}

.streammessage-wrapper {
    display: flex;
        gap: 6px;
        margin-bottom: 14px;
        max-width: 100%;
    
}

.streamprofile-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    color:white;
    background:gray;
}

.streamavatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:1;
}

.streammessage-content {
    display: flex;
    align-items: center; /* Align username and message in one row */
    gap: 6px; /* Spacing between name and message */
    flex-wrap: wrap; /* Prevents text from overflowing */
}

.streamusername {
    font-size: 12px;
    font-weight: bold;
    color: #9d9b9b; /* YouTube-style username color */
    white-space: nowrap; /* Prevents username from wrapping */
}

.streammessage-text {
    font-size: 12px;
    color: white;
    word-wrap: break-word;
    white-space: pre-wrap;
}


/*
.streammessage-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    max-width: 100%;
    width: 100%;
}

.streamother, .streamself {
    justify-content: flex-start;
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.streamprofile-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px; 
}

.streamavatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.streaminitials {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #555;
}

.streammessage-content {
    display: flex;
    flex-direction: column;
    max-width: 75%;
}

.streamusername {
    font-size: 14px;
    font-weight: bold;
    color: #25D366; 
    margin-bottom: 3px;
}


.streammessage-bubble {
    padding: 8px 12px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    max-width: 100%;
    word-wrap: break-word;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


.streamself .streammessage-bubble {
    background-color: #dcf8c6; 
}

.streamother .streammessage-bubble {
    background-color: #ffffff; 
}

.streamtimestamp {
    font-size: 12px;
    color: gray;
    position: absolute;
    bottom: -18px;
    right: 5px;
    white-space: nowrap;
}
*/

/*
.streammessage-wrapper {
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
    max-width: 80%;
}

.streamother {
    justify-content: flex-start;
    float: left;
    width: 100%;
}

.streamself {
    justify-content: flex-end;
    flex-direction: row-reverse;
    float: left;
    width: 100%;
    padding: 8px;
}

.streamprofile-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
}

.streamavatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.streaminitials {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #555;
}

.streammessage-content {
    display: flex;
    flex-direction: column;
    max-width: 75%;
}

.streamusername {
    font-size: 14px;
    font-weight: bold;
    color: #25D366; 
    margin-bottom: 3px;
}

.streammessage-bubble {
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    max-width: 100%;
    word-wrap: break-word;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.streamself .streammessage-bubble {
    background-color: #dcf8c6;
    align-self: flex-end;
}

.streamtimestamp {
    font-size: 12px;
    color: gray;
    position: absolute;
    bottom: -18px;
    right: 5px;
    white-space: nowrap;
}
*/

/*
.streammessage {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    max-width: 75%;
}

.streamself {
    align-self: flex-end;
    background-color: #dcf8c6;
    padding: 8px 12px;
    border-radius: 10px;
    border-top-right-radius: 0;
    float:right;

}

.streamother {
    align-self: flex-start;
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 10px;
    border-top-left-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    float:left;
}

.streamlogo-container {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

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

.streamlogo-initial {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #555;
}

.streamname {
    font-size: 14px;
    font-weight: bold;
    color: #ff0080;
    margin-bottom: 3px;
}

.streamtimestamp {
    font-size: 12px;
    color: gray;
    margin-top: 3px;
    margin-left: 5px;
}
*/
#footereditcomment { display: flex; padding: 10px; background: rgb(34, 34, 34); gap: 6px; }
#streammessage-input {     flex-grow: 1;
    border: none;
    padding: 8px;
    border-radius: 20px;
    margin: 0;
    width: 79%; }
#emoji-btn, #heart-btn { background: none; border: none; font-size: 20px; cursor: pointer; margin-left: 0px; padding:0}
/*.floating-heart { position: absolute; bottom: 50px; right: 20px; font-size: 24px; animation: floatUp 1.5s linear forwards; }
@keyframes floatUp { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-50px); }}*/

.heart-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1000000;
    right: 32px;
}

.floating-heart {
    position: absolute;
    bottom: 0;
    font-size: 24px;
    color: red;
    animation: floatUp 2s ease-in-out forwards;
}

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-80px) scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-160px) scale(1.5);
        opacity: 0;
    }
}


@keyframes floatHeart {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-50px) scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-100px) scale(1.5);
        opacity: 0;
    }
}

.emoji-picker-container {
    position: absolute;
    bottom: 60px; /* Adjust according to input box */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000000;
    width: 280px; /* Adjust width */
    max-width: 90vw; /* Responsive width */
    max-height: 50vh; /* Prevent overflow */
    overflow-y: auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
    .emoji-picker-container {
        width: 95vw; /* Full width on small screens */
        left: 2.5vw;
        transform: none;
        top: 30px; /* Adjust for mobile keyboards */
    }
}






/*#streammessage-area { flex-grow: 1; overflow-y: auto; padding: 10px; }
.streammessage { display: flex; align-items: center; margin: 5px 0;color: white !important; }
.streamself { justify-content: flex-end; }
.streamother { justify-content: flex-start; }
.streamvatar { width: 30px; height: 30px; border-radius: 50%; background: gray; color: white; text-align: center; line-height: 30px; font-weight: bold; margin-right: 10px; }
.streammessage-bubble { padding: 8px 12px; border-radius: 15px; max-width: 70%; display: inline-block; }
.streamself .streammessage-bubble { background: #0084ff; color: white; }
.streamother .streammessage-bubble { background: #e4e6eb; color: black; }
.streamtimestamp { font-size: 10px; color: gray; margin-left: 5px; }
#footereditcomment { display: flex; padding: 10px; background: rgb(34, 34, 34); }
#streammessage-input { flex-grow: 1; border: none; padding: 10px; border-radius: 20px; }
#emoji-btn, #heart-btn { background: none; border: none; font-size: 20px; cursor: pointer; margin-left: 8px; padding:0}
.floating-heart { position: absolute; bottom: 50px; right: 20px; font-size: 24px; animation: floatUp 1.5s linear forwards; }
@keyframes floatUp { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-50px); }}*/


.control-btn {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.control-btn i {
    color: white;
    font-size: 16px;
}

/*.name-initials {
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.name-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.name-initials {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    /*transition: all 0.3s ease-in-out;*/
    
}

.full-name {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
}

.full-name-label {
    color: white;
    font-size: 10px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/* Glow effect when speaking */
.speaking {
    background-color: #4caf50;  /* Green background for active speaker */
    box-shadow: 0 0 12px rgba(76, 175, 80, 0.9);  /* Glowing effect */
    color: black;
    animation: pulseGlow 1.5s infinite ease-in-out;
}

/* Pulse animation for a smooth glowing effect */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 8px rgba(76, 175, 80, 0.7);
    }
    50% {
        box-shadow: 0 0 20px rgba(76, 175, 80, 1);
    }
    100% {
        box-shadow: 0 0 8px rgba(76, 175, 80, 0.7);
    }
}

.visitedfloor { 
    color:white !important;
    font-size: 10px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;

    background: rgba(0, 0, 0, 0.7);
    padding: 4px;
    border-radius: 4px;
    height:100%;
}

.controls-center {
    /*background: rgba(255, 255, 255, 0.25);*/
    padding: 6px 16px;
    border-radius: 4px;
}

.control-btn-heart {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
   
}
.heart-icon {
    z-index:1;
}

.heart-icon i {
    color: red;
    font-size: 16px;
}

.mic-video-status i {
    color: white;
    font-size: 12px;
    margin-right: 5px;
}

.name-label {
    color: white;
    font-size: 10px;
    max-width: 100px; /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.controls-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.floor-label {
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Heart styling */
/* Heart styling */
.streamheart {
    position: absolute;
    font-size: 30px;  /* Default size */
    opacity: 1;
    animation: moveHeart 1s ease-in-out forwards;
}

/* Animation to move the heart up vertically */
@keyframes moveHeart {
    0% {
        transform: translateY(0);  /* Start at the bottom */
        opacity: 1;
    }
    100% {
        transform: translateY(-100px);  /* Move the heart upwards */
        opacity: 0;                    /* Fade out as it moves up */
    }
}


.winneroverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    -webkit-tap-highlight-color: transparent; /* Disable highlight */
    pointer-events: auto; /* Ensure clicks work */
}

.winnercontainer {
    width: 82%;
    max-width: 82%;
    background-image: url('https://xfloor.ai/fedbot/images/bg_session_3.png');
    padding: 72px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
}

 /* Confetti canvas */
 #confetti-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Allows clicks to pass through */
    z-index: 10000000; /* Ensures it's above everything */
}

.winnerclose-btn {
    position: absolute;
    top: 8px;
    right: 6px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding:0;
    pointer-events: auto;
    cursor: pointer;
    z-index: 9999;
    -webkit-tap-highlight-color: transparent; /* Disable touch highlight */
}

.winners {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.winner-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
}

.winner-card:hover {
    transform: translateY(-5px);
}

.winnerImgDiv
{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.winner-card img, .default-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.winnerImgDivInner {
    width: 100%;
    height: 100%;
    background-size: 100%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.winnerheader{
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 12px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
    color:white;
}

.winnerrank {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
    color:white;
}

.winnername {
    font-size: 16px;
    font-weight: 600;
    color: #f5d547;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; /* Ensure proper wrapping */
    white-space: normal; /* Allow text to wrap */
}

.winnerphone {
    font-size: 14px;
    opacity: 0.8;
    color:white;
}

.default-avatar {
    background: rgba(255, 255, 255, 0.2);
}
.bars-horizontal {
    background: transparent !important;
}

@media (max-width: 767px) {
    .winneroverlay {
        align-items: flex-start;
    }
    .winnercontainer {
        width: 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 20px;
        padding-top: 78px;
    }
}



