button.MuiButton-normal {
    font-size: 12px;
}

.MuiButton-outlined.MuiButton-normal {
    color: #000;
}

.unfinished .bottom-bar > div > :nth-child(1) {
    width: auto !important;
}

.unfinished .bottom-bar > div > :nth-child(2) {
    flex-grow: 1;
}

.unfinished .bottom-bar > div > :nth-child(2) .MuiButton-contained {
    background-color: #ddd;
    color: #444;
    padding: 5px 10px;
    font-size: 10px;
}

.secondary .bottom-bar {
    display: none;
}

.hidden {
    display: none !important;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 200;
}

.modal {
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: calc(100vh - 200px);
    overflow-y: auto;
}
.share-modal {
    width: 500px;
    margin-left: -250px;
    height: auto;
}

.tournament {
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
}

.tournament:hover {
    background-color: #ddd;
}

.tournament-modal {
    margin-left: -250px;
    width: 500px;
    height: auto;
    font-size: 16px;
}

.tournament-modal .prop {
    margin: 5px 0;
}

.tournament-modal .prop .value {
    font-weight: bold;
}

.tournament-modal .buttons {
    text-align: center;
}

.tournament-modal .buttons .start-tournament-placeholder {
    margin: 20px 0 10px 0;
    height: 30px;
}

.modal-on {
    z-index: 201;
    border-color: transparent !important;
}

.modal-on > div {
    background-color: transparent !important;
}

.modal-on > div > div:first-child {
    display: none !important;
}

@media (width <= 1250px) {
    .modal {
        width: auto;
        height: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 0;
    }
}

#first-screen {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding-top: 100px;
    text-align: center;
}

#tenant-screen {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding-top: 100px;
    text-align: center;
}

#secondary-waiting-screen {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding-top: 100px;
    text-align: center;
}

#secondary-bottom-bar {
    position: fixed;
    z-index: 101;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid rgb(48, 63, 159);
    padding: 5px 10px;
    background: #fff;
}
.tournament-finished #secondary-bottom-bar {
    text-align: center;
}
.tournament-finished #secondary-bottom-bar button {
    color: #fff;
    background-color: #c51162;
    border: none;
}

#mods {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#mods > div {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    width: 820px;
    text-align: center;
}

#mods .header {
    font-size: 25px;
    margin-bottom: 5px;
}

#tournament-name {
    font-size: 16px;
    margin-bottom: 10px;
}

@media (width <= 1000px) {
    #mods > div {
        width: 400px;
    }
}

#start-tournament-btn-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    z-index: 100;
    width: 200px;
    padding: 10px 0 15px 0;
    background-color: #fff;
    text-align: center;
}

.tenant {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    margin: 20px;
}

.tenant:hover {
    background-color: #ddd;
}

#club-name {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
}

#summary-addons {
    display: flex;
    font-size: 20px;
    padding: 20px 20px 0 20px;
}

#share-on-summary {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
}

.tournament-info {
    padding-left: 20px;
}