.teladm-sorteio {
    height: 100vh;
    background: url(../../media/sorteio/backsorteio.png) no-repeat center center;
    background-size: cover;
}

.telaadmsorteiopainel {
    width: 90vw;

    border-radius: 25px;
    padding: 0;
    background-image: linear-gradient(to right, rgba(220, 135, 188, 0.2), rgba(35, 148, 181, 0.2));
}

.telaadmsorteiopainelelementos {
    width: 25vw;
    border-radius: 25px;
    padding: 2%;
    margin: 0 0 0 0;

}

.cardsganhadores {
    width: 30vw;
    border-radius: 25px;
    padding: 2%;
    margin: 0 0 0 0;
}

.scrollable-div {
    max-height: 15vw;

    overflow-y: auto;

}

.delete-icon {
    color: #bd2130;

}

.delete-form {
    display: inline-block;
}

.delete-btn {
    background-color: transparent;
    border: none;
    padding: 0;
}

#sorteio {
    height: 500px;
    /* Defina a altura fixa desejada */
    overflow-y: auto;
}

#sorteio div {
    position: absolute;
    transition: top 2s linear, left 2s linear;
    font-size: 20px;


}

#sorteio p {
    font-size: 25px;
}

#ganhadores p {
    font-size: 25px;
}

#ganhadores {
    margin: 6% 0 0 0;
    height: 500px;
    /* Defina a altura fixa desejada */
    overflow-y: auto;
    background-color: aliceblue;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 11px;
    padding: 3%;
}

.nome-ganhador {
    color: red;
}

.nome-brinde {
    color: blue;
}

.div-participantes {
    width: auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 11px;
    padding: 3%;
}

/* FUNCAO DE EMBARALHAR */
#modal-rolling {
    position: relative;
    height: 200px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: aliceblue;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#modal-rolling h1 {

    font-size: 70px;
}


#modal-rolling p {
    position: absolute;
    font-size: 30px;
}


.modalsorteio {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;

    background-image: url('../../media/sorteio/backmodal.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-contentsorteio {

    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 35px;
    background-image: linear-gradient(to right, rgba(220, 135, 188, 0.3), rgba(35, 148, 181, 0.3));
}

.close {
    color: #000000;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cadastro-input-brinde {
    border: none;
    outline: none;
    border-radius: 50px;
    border: 0.33px solid #5c5c5c96;
    background-color: rgba(255, 255, 255, 0.7);
    color: rgb(30, 30, 30);
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    width: 18vw;
    height: 2vw;
    transition: all 0.3s ease;
    margin: 0 0 0 0;
}


.btnBrinde {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 0.5% 3% 0.5% 3%;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}

.btnBrinde:hover {
    animation: pulse 1s infinite;
}

.btnBrinde:hover {
    background-image: linear-gradient(to right, rgba(220, 135, 188, 0.2), rgba(35, 148, 181, 0.2));
}

.brinde-item {
    font-size: 25px;
    /* Defina o tamanho da fonte desejado */
}

#listaBrindes {
    height: 400px;

    /* Defina a altura fixa desejada */
    overflow-y: auto;
    /* Adiciona uma barra de rolagem vertical quando necessário */
}


@media screen and (min-width: 1200px) {
    .cardsganhadores {

        margin: 0 0 0 13%;
    }

    .telaadmsorteiopainel {
        margin-top: -3%;

    }

    .telaadmsorteiopainelelementos {
        width: 25vw;
        height: 76vh;
        margin: 0 0 0 0;
    }

    #sorteio {
        width: auto;
        height: 400px;
        padding: 3%;

    }

    #ganhadores {
        margin: 8% 0 0 0;
        height: 400px;
        padding: 3%;
    }

    .telaadmsorteiopainelelementos {
        width: 30vw;
        margin: 0 5% 0 5%;
    }

    #listaBrindes {
        height: 300px;

    }


}

@media screen and (min-width: 1364px) {
    .telaadmsorteiopainelelementos {
        width: 30vw;
        height: 72vh;
        margin: 0 6% 0 6%;
    }

    #sorteio {
        height: 360px;

    }

    #ganhadores {
        height: 370px;
    }

    #listaBrindes {
        height: 300px;
  
    }

}


@media screen and (min-width: 1600px) {

    #sorteio {
        height: 580px;
        margin-top: 3%;
    }

    #ganhadores {
        height: 580px;
    }
    .telaadmsorteiopainelelementos {
    
        height: 76vh;
       
    }
    
}