
#pri_table , #pri_table tr th {
    vertical-align: top;
    border-collapse: collapse;
}

#iceparty_pri {
    position: fixed;
    z-index: 26;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
}

.pri_top {
    font-weight: bold;
    width: 400px;
    margin: 10px;
    margin-bottom: 0;
    padding: 10px 20px;
    background: lavender;
    color: black;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: inline-block;
}
.pri_container {
    font-weight: normal;
    margin: 10px;
    padding: 10px 20px;
    background: #5d5d5d;
    color: white;
    border-radius: 30px;
    display: inline-block;
    box-shadow: -10px 10px 40px rgba(182, 111, 191, 0.5), 10px -10px 40px rgba(50, 166, 166, 0.5);
    pointer-events: bounding-box;
}

#pri_link {
    height: 0px;
    width: 0px;
    border: none;
    font-size: 16px;
    padding: 10px 0px;
    text-align: center;
}

#copy_link {
    width: 100px;
    cursor: pointer;
}

.pri_player {
    display: inline-block;
    width: 300px;
    margin: 4px;
    border-radius: 10px;
    overflow: hidden;
    background: #5d5d5d;
    line-height: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: -35%;
}

#pri_players {
    overflow-y: auto;
    width: 85%;
    height: 65%;
    max-height: 36em;
}

.pri_skin {
    width: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
}

.pri_name {
    max-width: 100%;
    text-align: center;
    padding: 0px 5px;
    margin: 5%;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

#pri_start_game {
    cursor: pointer;
    font-size: xx-large;
    border-radius: 25px;
}

#pri_setting {
    width: 85%;
    display: grid;
    grid-template-columns: 16.67% 16.67% 16.67% 16.67% 16.67% 16.67%;
}

#pri_tournament_id {
    font-size: 0px;
}

#pri_spectator_box {
    border: 2px solid black;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    left: 1%;
    position: relative;
    font-size: large;
    align-items: center;
    margin-top: -1%;
    cursor: pointer;
}
#pri_region {
    display: none;
}
#pri_room_code {
    display: flex;
    letter-spacing: 0.5px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid black;
    border-radius: 10px;
    font-size: large;
    width: 25%;
    height: 50%;
    justify-content: center;
    align-items: center;
}
#pri_back_button {
    position: absolute;
    top: 7%;
    left: 3%;
    pointer-events: bounding-box;
}
.pri_main_column_container {
    width: 50%;
    position: fixed;
    top: 13%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#pri_main_left_container {
    left: 0%;
}
#pri_main_right_container {
    left: 50%;
}
#pri_left_top_container {
    height: 70%;
}
#pri_left_bottom_container {
    height: 30%;
}
.main_button {
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid black;
    border-radius: 10px;
    font-size: large;
    height: 1.667em;
    width: max-content;
    cursor: pointer;
}
.main_button:disabled {
    background-color: rgba(176, 176, 176, 0.5);
    cursor: not-allowed;
}
.main_button:hover {
    background-color: rgba(0,0,0,0.3);
}
.main_button option {
    background-color: #474747;
    border: 0.5px solid black;
}
#pri_difficulty_container {
    grid-column: span 2;
}
#pri_rounds_container {
    grid-column: span 2;
}
#pri_timer_container {
    grid-column: span 2;
}
#pri_map_editor_container {
    grid-column: span 2;
}
#pri_tournament_container {
    grid-column: span 2;
}
#pri_spectator_container {
    grid-column: span 2;
}
#pri_copy_link_container {
    grid-column: span 3;
}
#pri_room_code_container {
    grid-column: span 3;
}
#pri_start_game_container {
    grid-column: span 6;
}
#pri_chat_container {
    width: 85%;
    height: 13.5em;
    text-align: left;
}
.pri_chat_message_container {
    height: 1.2em;
}
#pri_chat_messages {
    height: 8em;
    overflow-y: auto;
}
#global_message {
    position: absolute;
    bottom: 9%;
    color: #9090e9;
    width: 50%;
    justify-self: anchor-center;
}