.painel-competition {
    background: linear-gradient(180deg, #003366, #00828e);
    border-radius: 30px;
    color: white;
}

.painel-competition h1 {
    font-size: 24px;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.painel-competition .painel-wrapper {
    position: relative;
    top: 43px;
    height: calc(100% - 130px);
    max-height: calc(100% - 130px);
    border-radius: 0 0 20px 20px;
}

.painel-competition .painel-content {
    /* overflow-y: auto; */
    height: calc(100% - 220px);
}

.painel-competition .painel-footer {
    padding: 20px;
    text-align: center;
}

.painel-competition .painel-time {
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.painel-competition img.featured {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center;
}

.painel-competition .competition-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.painel-competition .competition-item:hover {
    background: rgba(0, 0, 0, 0.4);
}

.painel-competition .competition-item img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    flex: 0 1;
    margin-right: 20px;
    border-radius: 5px;
}

.painel-competition .line {
    top: auto;
    position: inherit;
    width: 100%;
    bottom: auto;
}

.painel-competition .currentDescription {
    padding: 0 10px;
    font-size: 12px;
}

/* PRIZES */
.prize-item:nth-child(odd) {
    background: rgba(255, 255, 255, 0.2);
}

.prize-item .prize-label {
    font-weight: bold;
    padding: 5px;
}

.prize-item .prize-rewards {
    display: flex;
    flex-flow: row nowrap;
    padding: 0 0 10px 20px;
}

.prize-item .prize-rewards img {
    flex: none;
    width: 35px;
    height: 36px;
    margin: 6px auto;
    margin-left: 7px;
}

.prize-rewards .item {
    position: relative;
    width: 100px;
}

.prize-rewards .efx {
    float: left;
    width: 105px;
    left: 28px;
    padding-left: 30px;
    top: 9px;
    z-index: 1;
    color: #003366;
    font-weight: bold;
    line-height: 2.2;
    font-size: 15px;
    position: absolute;
    height: 33px;
}

.btnClainPrize {
    position: absolute;
    left: 10%;
    background-color: #ffb619;
    color: #14313f;
    font-weight: bold;
    width: 80%;
    bottom: 20px;
    padding: 10px;
    z-index: 10;
}

.closedCompetition img {
    width: 50px;
    position: absolute;
    bottom: -36px;
    cursor: pointer;
    left: 45%;
}

.btnJoinCompetition {
    position: absolute;
    left: 10%;
    background-color: #ff6937;
    color: #fff;
    font-weight: bold;
    width: 80%;
    bottom: 20px;
    padding: 10px;
    z-index: 10;
}

.btnJoinCompetition:hover {
    background-color: #ff6937;
    color: #fff;
}

.painel-competition img.disabled {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.textGray {
    color: #777;
}

img.imgNoCompetitions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-flow: column;
}

.painel-competition h3 {
    position: absolute;
    font-size: 17px;
    left: 37.8%;
    top: -7px;
    font-style: italic;
}
