@import url('https://fonts.googleapis.com/css?family=Material+Icons|Work+Sans:400,700,900');
 body.roleta {
	overflow: hidden;
}
.block-roleta{
	display: none;
}
.block-roleta .fundo-roleta {
    opacity: 0.5;
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 10;
    top: 0;
    left: 0;
}
.roulette {
    font-family: 'Work Sans', sans-serif;
    display: block;
    position: fixed;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    z-index: 100;
}
.roulette .shadow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, .25) inset;
}
.roulette .markers {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    border-radius: 100%;
}
.roulette .markers .marker {
    position: absolute;
    width: 0;
    height: 0;
    top: -200px;
    left: 200px;
    transform-origin: 0% 400px;
    border: 0 solid transparent;
}
.roulette .markers .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0 1em 1em;
    border-color: transparent transparent transparent #007bff;
    position: absolute;
    border-left-color: #fff;
    top: 50%;
    left: -1px;
    margin-top: -1em;
    filter: drop-shadow(0 0.25em 0 rgba(0, 0, 0, 0.25));
}
.roulette .spinner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    transform: rotateZ(0deg);
   /*performance boost*/
    backface-visibility: hidden;
}
.roulette .spinner .item {
    position: absolute;
    width: 0;
    height: 0;
    top: -200px;
    left: 200px;
    transform-origin: 0% 400px;
    border: 0 solid transparent;
}
.roulette .spinner .item .label {
    display: block;
    position: absolute;
    color: #fff;
    font-weight: 800;
    top: 0;
    left: 0;
    white-space: nowrap;
    transform-origin: 0 0;
    font-size: 0.8em;
}
.roulette .spinner .item .label i, .roulette .spinner .item .label .text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: ;
    text-indent: 0;
}
.roulette .spinner .item .label i {
    margin-right: 0.1em;
}
.roulette .button {
    width: 10em;
    height: 10em;
    line-height: 10em;
    top: 50%;
    left: 50%;
    margin-left: -5em;
    margin-top: -5em;
    font-weight: 800;
    z-index: 998;
    position: absolute;
    background: #fff;
    border: none;
    border-radius: 100%;
    color: #999;
    outline: none;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0.4em 0 rgba(0, 0, 0, .25);
    text-align: center;
    transition: transform 0.15s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.roulette .button:hover {
    color: inherit;
}
.roulette .button span {
    font-size: 1.6em;
    letter-spacing: -0.05em;
}
.roulette.busy .button {
    transform: scale(0.9);
    box-shadow: 0 0.15em 0 rgba(0, 0, 0, .25);
    color: #999;
    cursor: default;
}
/* CUSTOM LABELS */
.roulette .spinner .item[data-type="quiz"] .label {
    font-size: 1.5em;
}
.roulette .spinner .item[data-type="question"] .label {
    font-size: 1.3em;
    font-weight: 600;
}
.roulette .spinner .item[data-type="replay"] .label .text {
    font-size: 0.6em;
    white-space: initial;
    width: 1em;
    text-align: center;
    line-height: 1.2;
}
.roulette .spinner .item[data-type="replay"] .label i {
    font-size: 1.5em;
}
.roulette .spinner .item[data-type="time"] .label i {
    font-size: 1.5em;
}
canvas#confetti-canvas {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
#popupRoleta{display: none;}
.roulette span.close-roleta {
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .roulette .spinner .item .label {font-size: 8px;}
    .roulette .msg{padding-left: 25px; padding-right: 25px;}
}
@media only screen and (max-width: 460px) {
    .roulette .spinner .item {
        top: -220px;
        left: 175px;
    }
    .roulette .button {
        width: 8em;
        height: 8em;
        line-height: 8em;
        margin-left: -4em;
        margin-top: -4em;
    }
    .roulette .button span {
        font-size: 25px;
        letter-spacing: 1px;
    }
    .roulette {
        width: 350px;
        height: 350px;
        margin-top: -200px;
        margin-left: -180px;
    }
    .roulette .spinner .item .label {
        font-size: 8px;
        text-indent: 30px !important;
    }
}
@media only screen and (max-width: 350px) {
    .roulette .spinner .item {
        top: -235px;
        left: 160px;
    }
    .roulette .button {
        width: 6em;
        height: 6em;
        line-height: 6em;
        margin-left: -3em;
        margin-top: -3em;
    }
    .roulette .button span {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .roulette {
        width: 320px;
        height: 320px;
        margin-top: -200px;
        margin-left: -160px;
    }
    .roulette .spinner .item .label {
        font-size: 7px;
        text-indent: 38px !important;
    }
}