﻿

.mainContainerStart {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.emptyspaceHeight {
}

.epicFamilyGamesNights {
    width: 100%;
}

.enterButton {
    width: 100%;
}


@font-face {
    font-family: 'brandon_grotesque_medium';
    src: url('../fonts/hvdtrial_brandon_grotesque_medium-bf64a625c84a521.otf') format('opentype');
}

.mainContainer {
    position: absolute;
    background-color: #A92189;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.UserName {
    font-family: 'brandon_grotesque_medium';
    font-size:30px;
    border-radius: 12px;
    border: 2px solid #000;
    background: #7A4693;
    width: 80%;
    height: 50px;
    color: white;
    text-align: center;
}

.Buzzer {
    width: 100%;
}

.EditControlContainer {
    position: fixed;
    top: 90%;
    left: 53%;
    transform: translate(-50%, -50%);

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}


.ChangeEditContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 257px;
    height: 249px;
    flex-shrink: 0;
    border-radius: 11px;
    border: 2px solid #000;
    background: #7A4693;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ChangeSoundsContainer {
    font-family: brandon_grotesque_medium;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78%;
    flex-shrink: 0;
    border-radius: 11px;
    border: 2px solid #000;
    background: #7A4693;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 293px;
    align-items: center;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}
.SoundFile {
    display: flex;
    cursor: pointer;
    height: 44px;
    /* text-align: center; */
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
 
.SoundFile:hover {
    background-color: #592f6d; /* Highlight color on hover */
}
    .SelectYourSoundText {
        width: 100%;
    }

.ChangeTeamNameButton {
    border-radius: 11px;
    border: 2px solid #000;
    background: #7A4693;
    color: #010101;
    text-align: center;
    font-family: "Brandon Grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
}
.ChangeBuzzerSoundButton {
    border-radius: 11px;
    border: 2px solid #000;
    background: #7A4693;
    color: #010101;
    text-align: center;
    font-family: "Brandon Grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
}
.BottomSpace{
    height:50px;
}
.ChangeTeamName{
    margin-bottom:10px;
}
.ChangeBuzzerSounds {
    margin-top: 10px;
}
.EditControlsClose{
    position:absolute;
    top:0;
    right:0;
}
.EditControlImage {
    width: 97px;
}