.dj-options-button{
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 50%;
}
#dj-delete-room{
    background-image: url('../assets/delete-icon-basic.svg');
}

#dj-settings{
    background-image: url('../assets/setting-icon.svg');
}


/* Formulario Dj */
#djinfoform{
    display: grid;
    box-sizing: border-box;
    gap: 5px;
    margin: auto;
    max-width: 350px;
    width: 100%;
}

#djinfoform label{
    margin-top: 25px;
    margin-left: 15px;
    
}

#djinfoform input{
    padding: 8px 20px;
    font-size: 14pt;
    border: solid gray 1px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;  
    color: #207DD9;
}

#submit-dj{
    margin-top: 50px;
    background-color: #484848;
    color: whitesmoke;
    max-width: 200px;
    border-radius: 24px;
    width: 250px;
    height: 48px;
    border: none;
}


#djsocialMedia a {
    width: 35px;
    height: 35px;
    background-color: #484848;
    border-radius: 50%;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}


#message-advertencia button{
    width: 250px;
    height: 48px;
    margin: auto;
    margin-top: 25px;
}
#bt-cancel-delete-room{
    border: #207DD9 2px solid;
    font-weight: 500;
    font-size: 18px;
}

#bt-comfirm-delete-room{

    border: red 2px solid;
    font-weight: 500;
    font-size: 18px;
    background-color: whitesmoke;
}