@import url("https://fonts.googleapis.com/css?family=Material+Icons|Work+Sans:400,700,900");

*{
    font-family: 'Arial';
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
    background: #181715;
}

.main {
    width: 1028px;
    margin: auto;
    display:flex;
    align-items: start;
    gap: 10px;
    margin-top: 5rem
}

.content {
    width: 570px;
    border: 1px solid #514b44;
    background: #131211;
    position: relative;
    height: 661px;
}

.sidebar {
    width: 260px;
    border: 1px solid #514b44;
    background: #272624
}

.sidebar form {
     padding: 15px;
}

.sidebar input {
    padding: 10px;
    background: #020201;
    color: #999;
    font-size: 13px;
    border: none;
    outline: none;
    margin: 0 0 .3rem;
    width: 93%;
}

.sidebar button {
    font-family: "Work Sans", sans-serif;
    width: 163px;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    outline: none;
    background: url(b.png);
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    border: none;
    margin-left: 33px;
}

.sidebar .buy_coin {
    padding: 1.5rem 0;
    background: #3f3d3b;
    font-family: "Work Sans", sans-serif;
    color: #ffd52f;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    gap: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sidebar .buy_coin:hover{
    color: #d3bf70;
}

.sidebar ul{
    padding: 10px;
}

.sidebar ul li {
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    background: #3f3d3b;
    margin: 4px 0;
}
.sidebar ul li span {
    float: right;
    color: #ffd52f;
}

.sidebar ul li a {
    color: #ffd52f;
    text-align: center;
    display: block;
    text-decoration: none;
}
.sidebar ul li a:hover{
    color: #adaca9; 
}
.roulette {
    font-family: "Work Sans", sans-serif;
    display: block;
    position: absolute;
    width: 425px;
    height: 474px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    background-size: contain;
    background: url(f.png) no-repeat;
}

.roulette .shadow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.25) inset;
}

.roulette .markers {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
}

.roulette .markers .marker {
    position: absolute;
    width: 0;
    height: 0;
    top: -200px;
    left: 200px;
    -webkit-transform-origin: 0% 400px;
    transform-origin: 0% 400px;
    border: 0 solid transparent;
}

.roulette .spinner {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    width: 400px;
    height: 400px;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(r.png);
    background-size: contain;
}

.roulette .spinner .item {
    position: absolute;
    width: 0;
    height: 0;
    top: -200px;
    left: 200px;
    -webkit-transform-origin: 0% 400px;
    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;
    -webkit-transform-origin: 0 0;
    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: 1em;
}

.roulette .spinner .item .label i {
    margin-right: 0.1em;
}

.roulette .button {
    width: 163px;
    height: 52px;
    line-height: 52px;
    top: 537px;
    left: 50%;
    margin-left: -5em;
    margin-top: -5em;
    font-weight: 700;
    z-index: 998;
    position: absolute;
    outline: none;
    background: url(b.png);
    cursor: pointer;

    text-align: center;
}

.roulette .button:hover {
    color: inherit;
}

.roulette .button span {
    font-size: 1.6em;
    letter-spacing: -0.05em;
}

.roulette.busy .button {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0.15em 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.15em 0 rgba(0, 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;
}

.roleta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cima {
    width: 400px;
    height: 532px;
    background: url(c.png) no-repeat;
    z-index: 9999;
    margin-left: 20px;
    top: 12px;
    position: relative;
}

.warning {
    padding: 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.warning-two {
    padding: 10px;
        position: absolute;
    bottom: 75px;
    color: #f7efa7;
    font-size: 13px;
    width: 100%;
    left: -1.5%;
    text-align: center;
}