.header {
    background: #E95074;
    padding: 8px 20px;
    color: white;
    box-sizing: border-box;
    height: 56px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.60);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    text-decoration: none;
    outline: none;
}
.header .icone-campeonato {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
}
.header.grey {
    background: #d9d9d9;
    color: #333;
}
.header.green {
    background: #04BC00;
}
.header.yellow {
    background: #F8AE56;
}
.header.purple {
    background: #462355;
}
.header.small {
    height: 84px; 
    padding-bottom: 12px; 
    padding-top: 12px;
}

.padded-container.resultado-sorteio {
    background-color: #E95074;
    padding: 0;
}
.padded-container.resultado-sorteio .filter-overlay {    
    background-color: rgba(233, 80, 116, 0.9);
    background-image: url(/static/main/assets/light.png);
    background-size: cover;
    background-position: center;
}

.container-figura-sorteada {
    height: calc(100% - 70px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
}

.padded-container.resultado-sorteio .footer {
    padding: 0;
    color: white;
    font-size: 24px;
    box-sizing: border-box;
}

.pacotes-disponiveis {    
    width: 100%;
    /* height: 240px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center; */
    margin-bottom: -40px;
    display: flex;
}
.pacotes-disponiveis.tres-mais {
    background-image: url('/static/main/assets/Pacotinhos imagem 3.png');
}
.pacotes-disponiveis.dois {
    background-image: url('/static/main/assets/Pacotinhos imagem 2.png');
}
.pacotes-disponiveis.um {
    background-image: url('/static/main/assets/Pacotinhos imagem 1.png');
}

.album-dropdown {
    background: #d9d9d9;
    color: #333;
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    max-height: 200px;
    width: 100%;
    z-index: 2;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.60);
}
.album-dropdown > div {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid;
    padding: 10px;
}

.drag-button-container {
    width: 233px;
    height: 55px;
    background: #04BC00;
    margin: auto;
    display: flex;
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 35px;
    box-shadow: 4px 3px 2px 0px rgba(80, 80, 80, 0.80);
}
.drag-button-container .drag-button {
    width: 51px;
    height: 51px;
    background: #E95074;
    margin: auto 0;
    border-radius: 100%;
    z-index: 2;
}