#viral-loading .viral-loading-container {
    min-height: 365px;
}

.titulo-premio {
    max-width: 306px;
}

.premiacao .referralCount {
    color: #FF333B
}

.premiacao progress {
    width: 100%;
    background-color: #FF333B;
    height: 2px;
}

.premiacao progress::-webkit-progress-bar {
    width: 100%;
    background-color: #757575;
}

.premiacao progress::-webkit-progress-value {
    width: 100%;
    background-color: #FF333B;
}

.premiacao progress::-moz-progress-bar {
    width: 100%;
    background-color: #757575;
}

.premiacoes .premio-container {
    color: #C1C7D0;
    font-size: 18px;
    border: 1px solid #660004;
    border-radius: 5px;
    padding: 0 15px 18px 15px;
    text-align: center;
}

.premiacoes .premio-container .tag {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-top: -10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.premiacoes .premio-container .content {
    min-height: 56px;
    display: grid;
    align-content: center;
}

.premiacoes .premio-container span {
    background: #090909;
    padding: 0 3px;
}