﻿

.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;
}
 
.Title{
    width:80%;
}

.eyes {
    width: 100%;
}
.subText {
    width: 80%;
}
.enterButton {
    width: 60%;
}
.BottomSection {
    height: 10%;
    width: 100%;
}
.hand {
    position: fixed;
    bottom: 0;
    right: 48px;
    height: 20%;
}


.mainContainer {
    position: absolute;
    background-color: #FCC00E;
    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: "magic dreams";
    font-size: 30px;
    border-radius: 12px;
    border: 2px solid #000;
    background: #1D1D1B;
    width: 80%;
    height: 50px;
    color: white;
    text-align: center;
}

.BuzzerContainer {
    display: flex;
    justify-content: center;
}
.Buzzer {
    width: 90%;
}

.EditControlContainer {
    position: fixed;
    top: 90%;
    left: 53%;
    transform: translate(-50%, -50%);

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.buzzerPagehand {
    position: fixed;
    bottom: 0;
    left: 48px;
    height: 20%;
}

.ChangeEditContainer {
    position: fixed;
    font-family: "magic dreams";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 257px;
    height: 249px;
    flex-shrink: 0;
    border-radius: 11px;
    border: 2px solid #000;
    background: #F04C2D;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ChangeSoundsContainer {
    font-family: "magic dreams";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78%;
    flex-shrink: 0;
    border-radius: 11px;
    border: 2px solid #000;
    background: #F04C2D;
    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: "magic dreams";
    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: "magic dreams";
    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;
}