div.newteamprompt {
    position:fixed;
    display:inline-block;
    background-color: rgb(206, 156, 64);
    text-align:center;
    top:2%;
    padding-bottom:20px;
    left:20px;
    right:20px;
    border-radius:10px;
    visibility:hidden;
    z-index: 5;
}

div.selectteamprompt {
    position:fixed;
    display:inline-block;
    background-color: rgb(206, 156, 64);
    text-align:center;
    top:2%;
    padding-bottom:20px;
    left:20px;
    right:20px;
    border-radius:10px;
    visibility:hidden;
    z-index: 5;
}

div.manageteamprompt {
    position:fixed;
    display:inline-block;
    background-color: rgb(206, 156, 64);
    text-align:center;
    top:2%;
    padding-bottom:20px;
    left:20px;
    right:20px;
    border-radius:10px;
    visibility:hidden;
    z-index: 5;
}

button.closeteamprompt {
    position:fixed;
    display:inline-block;
    background-color: rgb(128, 0, 0);
    border-color: rgb(68, 0, 0);
    margin-top:5px;
    left:40px;
    width:60px;
    height:60px;
    border-radius:5px;
    visibility:hidden;
    z-index: 6;
}

div.newplayerprompt {
    position:fixed;
    display:inline-block;
    background-color: rgb(206, 156, 64);
    text-align:center;
    top:2%;
    padding-bottom:20px;
    left:20px;
    right:20px;
    border-radius:10px;
    visibility:hidden;
    z-index: 5;
}

button.closeplayerprompt {
    position:fixed;
    display:inline-block;
    background-color: rgb(128, 0, 0);
    border-color: rgb(68, 0, 0);
    margin-top:5px;
    left:40px;
    width:60px;
    height:60px;
    border-radius:5px;
    visibility:hidden;
    z-index: 6;
}

div.promptBG {
    position:absolute;
    display:block;
    margin:0px;
    padding:0px;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    visibility: hidden;
}

div.helpprompt {
    position:absolute;
    display:inline-block;
    background-color: rgb(206, 156, 64);
    text-align:center;
    top:25%;
    padding-bottom:20px;
    left:20px;
    right:20px;
    border-radius:10px;
    visibility:hidden;
    z-index: 5;
}

div.prompttitle {
    margin-top:20px;
    padding-left:100px;
    padding-right:100px;
    font-size:30px;
    height:50px;
    text-align:center;
}

div.promptdescription {
    margin-top:0px;
    margin-left:20px;
    margin-right:20px;
    min-height:250px;
    padding:20px;
    font-size:20px;
    text-align:left;
    border-radius: 15px;
    border-width:4px;
    border-color: #c4c4c4;
    background-color: rgb(161, 112, 21);
}

div.manageteamtitle {
    padding-top:10px;
    font-size:20px;
}

button.manageteamplayer {
    width:82%;
    height: 60px;
    border-radius: 20px;
    background-color: rgb(255, 175, 28);
    border-color: rgb(196, 136, 25);
}

button.closeteamprompt:hover {
    background-color: rgb(95, 0, 0);
    border-color: rgb(39, 0, 0);
    margin-top:10px;
}

button.addteam {
    width:82%;
    height: 60px;
    border-radius: 20px;
    background-color: rgb(0, 156, 47);
    border-color: rgb(0, 99, 30);
}

button.addteam:hover {
    margin-top:5px;
    margin-bottom:-5px;
    background-color: rgb(0, 119, 36);
    border-color: rgb(0, 70, 21);
}

select.teamlist {
    font-size: 25px;
    margin: 2px;
    width:82%;
    height:60px;
    text-align:center;
    border-radius: 20px;
    background-color: #7c5500;
    border-color: #4e3500;
    color: #ffb300;
}