@font-face {
    font-family: 'robotolight';
    src: url('https://i1.pcstatic21.com/font/roboto-light.woff2') format('woff2'),
         url('https://i1.pcstatic21.com/font/roboto-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a:hover{
	text-decoration: none;
}
body{
	font-family: "robotolight";
}
.bl-0{
	bottom: 0;
	left: 0;
}
.tr-1{
	top: 0.50rem;
	right: 0.50rem;
}
.tl-auto{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.cta{
	font-weight: bold;
}
.cta,.bg-hover{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.host:hover .cta, .host:hover .bg-hover{
  visibility: visible;
  opacity: 1;

}
.real-time-l .cta{
	font-size:12px;
}
/*vib*/
.svg-container{
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
}
.svg-container svg{
    height: 100%;
    width: auto;
    position: relative;
    animation-name: vibe;
    animation-duration: 1s;
    transform-origin: center center;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
.hostLink{
	font-size:0;
}
.nickname,.online,.cta{
	font-size:14px;
}
.real-time-m .nickname{
	font-size:12px;
	line-height: 22px;
}
.su_body{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute !important;
}
.frame_loader img{
	width: 50px;
}
.frame_loader{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute !important;
}
@keyframes vibe {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(-1deg);
    }

    10% {
        transform: rotate(2deg);
    }

    15% {
        transform: rotate(-3deg);
    }

    20% {
        transform: rotate(3deg);
    }

    25% {
        transform: rotate(-4deg);
    }

    30% {
        transform: rotate(4deg);
    }

    35% {
        transform: rotate(-5deg);
    }

    40% {
        transform: rotate(5deg);
    }

    55% {
        transform: rotate(-6deg);
    }

    60% {
        transform: rotate(6deg);
    }

    65% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*Online*/
.blink {
    animation: 1s steps(5, start) 0s normal none infinite running blink;
}
@keyframes blink {
100% {
    visibility: hidden;
}
}
@keyframes blink {
100% {
    visibility: hidden;
}
}
.onlineImg {
    background-color: #1cfc17;
    border-radius: 20px;
    float: left;
    height: 7px;
    margin: 8px 0;
    width: 7px;
}
.online{
	color:#00ff00;
}
.candyshow {
	width: 37%;
  min-width: 115px;
  max-width: 180px;
  z-index: 1000;
}

.candyshow img {
	width: 100%;
}

.coverNickName {
  z-index: 1000;
}

.cta {
  z-index: 1000;
}

.svg-container.vib {
  z-index: 1000;
}
