

.big-link {
    /* color: #809cf5 !important; */
    /* font-size: 26px; */
    width: fit-content;
}
#main-room-link {
    /* transform: translateY(-5px); */

}
#main-room-players-span {
    font-weight: bold;
}

#notes-list {
    padding-inline-start: 20px !important;
}
#kings-container {
    display: flex;
    flex-direction: column;
}
#kings-container > span > a {
    font-weight: bold;
}
#kings-container > span > a {
    text-decoration: none !important;
    color: rgb(20 30 97) !important;
}
#kings-container > span > a:hover {
    text-decoration: underline !important;
    color: #809cf5 !important;
}

#rooms-container {
    display: flex;
    flex-direction: column;
    /* margin-top: 10px; */
    gap: 5px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 3px;
}
.room {
    border: 1px solid #5a6583;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
}
.room:hover {
    /* border: 1px solid #141a32; */
    outline: 2px solid #141a32;;
}
.room > :last-child {
    font-weight: bold;
}

.room:hover {
    /* text-decoration: underline !important; */
}
#rooms-refresh-btn {
    position: absolute;
    right: 0px;
}
#rooms-content {
    position: relative;
}
.room > :first-child {
    font-family: Consolas, monaco, monospace;
    font-size: 30px;

}

/* .content-row {
    margin-bottom: 10px;
}
.content-row:last-of-type {
    margin-bottom: 0;
} */
#bot-apm-input, #room-visibility-checkbox {
    /* width: 10; */
    /* margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px; */
}

#bot-apm-label {
    /* margin-bottom: 10px; */
}
#join-input {
    /* width: 100%; */
    word-spacing: 20px;
    /* margin-bottom: 10px; */
    /* align-self: c; */
}

#join-input > input {
    text-align: center;
    width: 17px;
    margin-right: 5px;
    padding: 8px 8px 8px 8px;
    color: #809cf5;
}

#join-input > input:focus {
    /* margin-top: -2px;
    margin-right: 3px;
    margin-left: -2px;
    margin-bottom: -2px; */
}

#join-input > input.error {
    border: 1px solid rgb(211, 0, 0);
}

#join-input > input:last-of-type {
    margin-right: 0px;
}
#focused-char {
    /* background-color: black; */
}


#settings-textarea {
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
    resize: vertical;
}

/* #keypress-textarea {
    height: 50px;
    width: 100px;
    font-family: Consolas, monaco, monospace;
} */

