body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.master{
    height: 100vh;
    box-sizing: border-box;
    padding: 20px;
    max-height: 100vh;
}

button{
    color: black;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background-color: whitesmoke;
    transition: ease;
    border-radius: 10px;
}

#buscar-track-screen{
    max-height: 100vh;
    grid-auto-rows: auto auto auto 1fr;
}


/* home */
#home{
    /* grid-template-rows: auto auto auto 1fr auto; */
    box-sizing: border-box;
    padding: 0px 5px;
    height: 100%;
    overflow: scroll;
    box-sizing: border-box;
}
.home-header{
    background-color: white;
    text-align: center;
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    height: 230px;
    z-index: 300;
}

#room-djspot{
    grid-template-rows: auto auto auto auto 1fr auto;
}

#tracks-container{
    max-width: 100%;
    overflow: scroll;
    display: grid;
    gap: 20px;
}
.embedTrack{
    margin-bottom: 20px;
    gap: 10px;
    display: grid;
}

#logo-container{
    margin-top: 50px;
    text-align: center;
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-top: 0px;
}

#search-room{
    height: 40px;
    border: 1px gainsboro solid;
    max-width: 300px;
    width: 100%;
    margin: auto;
    border-radius: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}


#rooms-list{    
    gap: 10px;
    max-width: 300px;
    margin: auto;
    width: 100%;
    height: auto;
    overflow: scroll;
    box-sizing: border-box;
    padding-bottom: 15px;
    position: relative;
    margin-top: 230px;
}
#rooms-list button{
    border: none;
    padding: 10px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 15px center;
    padding-left: 40px;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    top: 10px;
    margin-bottom: 10px;
}

.bt-create-room-container{
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    background-color: white;
    padding-top: 15px;
    z-index: 300;
    box-sizing: border-box;
    padding-bottom: 15px;
}


#crear-sala{    
    width: 200px;
    margin: auto;
    margin-bottom: 8px;
    height: 48px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 24px;
    border: solid #207DD9 2px;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
    background-color: #207DD9;;
}

#language-button{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 24px;
    background-image: url('../assets/language.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: whitesmoke;
    z-index: 500;
    transition: 0.4s;
}

#language-list{
    height: 100%;
    grid-template-rows: auto repeat(6, 48px) 1fr;
    gap: 15px;
    text-align: center;
}

.language-button{
    border: none;
    width: 100%;
    max-width: 250px;
    background-color: white;
    border-radius: 0px;
    min-height: 48px;
    padding: 0px 10px;
    font-size: 16px;
    transition: 0.4s;
    margin: auto;
}

#language-close{
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: 0px;
    border-radius: 50%;
    border: none;
    background-color: whitesmoke;
    background-size: 30px;
    background-position: center;
    background-image: url('../assets/close-icon.svg');
    background-repeat: no-repeat;
}


/* create-room */

#create-room{
    grid-template-rows: auto auto auto 1fr;
}

#bt-volver, #buscar-track-volver{ 
    width: 100px;
    height: 48px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding-left: 25px;
    background-image: url('../assets/bt-volver.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
}
.bt-volver{ 
    width: 100px;
    height: 48px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding-left: 25px;
    background-image: url('../assets/bt-volver.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
}

#create-room h2{
    margin: auto;
    text-align: center;
    margin-top: 25px;
}

#form-new-room{
    display: grid;
    grid-auto-rows: auto;
    gap: 10px;
    text-align: center;
    margin-top: 50px;
}

#form-new-room label{
    margin: auto;
    text-align: center;
}

#form-new-room input[type='submit']{
    margin: auto;
    margin-top: 50px;
    width: 300px;
    height: 48px;
    border: solid gainsboro 1px;
    border-radius: 24px;
}

#form-new-room input[type='text']{
    width: 90%;
    max-width: 350px;
    margin: auto;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
    min-height: 40px;
    border: solid 1px gainsboro;
}

/* Buscar track screen */

#form-buscar-track{
    display: grid;
    grid-auto-rows: auto;
    gap: 20px;
    width: 80%;
    max-width: 300px;
    margin: auto;
}

#form-buscar-track input[type='submit']{
    width: 200px;
    height: 48px;
    border: solid 1px gainsboro;
    margin: auto;
    border-radius: 24px;
}

#form-buscar-track input[type='text']{
    padding: 5px 20px;
    height: 48px;
    border: solid 1px gainsboro;
    border-radius: 24px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    font-size: 12pt;
    font-family: 'Montserrat', sans-serif;
}

/* pantalla ingresar codigo */
#doorcode{
    grid-template-rows: repeat(3, auto) 1fr;
    text-align: center;
}

#bt-volver-doorcode{
    width: 100px;
    height: 48px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding-left: 25px;
    background-image: url('../assets/bt-volver.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #00000000;
}

#doorcode input[type=text]{
    padding: 5px 20px;
    height: 48px;
    border: solid 1px gainsboro;
    border-radius: 24px;
    width: 250px;
    margin: auto;
    box-sizing: border-box;
    font-size: 12pt;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    letter-spacing: 4px;
}

#doorcode input[type=submit]{
    width: 200px;
    margin: auto;
    height: 48px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 24px;
    border: solid 1px gray;
    margin-top: 20px;
    background-color: gainsboro;
}
/* crear nueva sala */
#form-new-room input[type=submit]{
    width: 200px;
    height: 48px;
    border: solid 1px gainsboro;
    margin: auto;
    border-radius: 24px;
    color: black;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;    
}

/* seccion del dj dentro de room dj */

#datos-dj-container{
    display: grid;
    grid-template-rows: auto auto;
    gap: 15px;
    margin-bottom: 50px;
}

#optionroom button{
    width: 48px;
    height: 48px;
    border: none;
    background-color: gainsboro;
    border-radius: 50%;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}

#delete-the-room{
    background-image: url('../assets/delete-icon-basic.svg');
}
#room-setting{
    background-image: url('../assets/edit-icon.svg');
}

.djperfil{
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
}

#roomlogo{
    width: 48px;
    height: 48px;
    background-color: gainsboro;
    border-radius: 50%;
    background-image: url(../assets/logo-DjSpot.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.socialmedia-and-tips{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

#starsbar-container{
    grid-column: 1 / 3;
}

.star-button{
    width: 25px;
    height: 25px;
    border: none;
    background-image: url('../assets/icon-start.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff00;
}

.star-button-half{
    background-image: url('../assets/icon-star-half.svg');
}

.contact-container{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.socialmedia{
    width: 35px;
    height: 35px;
    border: none;
    background-color: gainsboro;

}

.tipscontainer{
    display: grid;
    grid-template-rows: auto auto;
    text-align: center;
}

.payment-link{
    width: 100%;
    min-width: 100px;
    height: 48px;
    overflow: hidden;
    border-radius: 8px;
}