
/* group-code.css */
#group-code {
    display: flex;
    align-items: center;
    min-width: 212px;
}

input.group-code-input {
    box-sizing: border-box;
    max-width: 100px;
    height: 26px;
    margin-left: 17px;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
#group-code-input {
    box-sizing: border-box; max-width: 100px; height: 26px; margin-left: 17px; line-height: 10px; text-transform: uppercase; font-size: 12px;
}
.clearGroupEventCodeBtn {
    display: none;
    font-size: 12px;
    color: #890915;
    border: 0;
    font-weight: 600;
    text-decoration: underline;
    background: none;
    cursor: pointer;
}
#groupCodeEnterText {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 17px;
}
#groupCodeApplied {
    display:none;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 17px;
}
#groupCodeError {
    display: none;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 17px;
    color: #890915;
}
#groupEventCodeBtn {
    box-sizing: border-box;
    height: 26px;
    border-radius: 4px;
    box-shadow: none;
    border: 0;
    background: none;
    background-color: #890915;
    color: white;
    line-height: 26px;
    padding-inline: 12px;
    font-size: 12px;
    cursor: pointer;
}
#groupEventCodeBtn[disabled] {
    background-color: #868686;
    pointer-events: none;
    border-color: #868686;
}