
.character_avatar{
    height: 22px;
    width: auto;
    vertical-align: middle;
}
.ban_avatar{
    display: inline-block;
    height: 25px;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}
.ban_text{
   display: inline-block;

}
.nomination_entry {
    display: inline-block;
    margin-top: 10px;
}

.nomination_label {
    padding-right: 8px;
    width: 60px;
}

.nomination_section {
    margin: 20px;
}

.nomination_title {
    text-align: center;
}

.nomination_rule_title {
    margin-left: 10px;
}
.nomination_table{
    margin: 0 auto;
}

.btnItem{
    min-width: 50px;
    border: solid #cdcdcdb9 1px;
    border-radius: 10px;
    margin: 0.2em 0.4em;
    vertical-align: middle;
}
.nomination-row {
    border-radius: 10px;
    
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.suggestions-box {
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    background: #ffffff;
    color: #000000;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: none;
}
.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #e9ecef;
}
.suggestion-item:hover {
    background-color: #3a87fb;
    color: #ffffff;
}
.requirements {
    border-radius: 10px;
    padding: 20px;
    background: #000000;
    margin: 20px 0;
    font-weight:700

}
.requirement {
    margin-bottom: 10px;
    display: block;

}
.requirement-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: #6c757d;
    color: white;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 14px;
}
.requirement-met {
    color: #198754;
}
.requirement-not-met {
    color: #dc3545;
}
.no-results {
    text-align: center;
    padding: 20px;
    color: #6c757d;
    font-style: italic;
}
.loading {
    color: #999;
    padding: 8px 10px;
    font-style: italic;
}
.form-control{
    width: 90%;
}
.highlight {
    background-color: #fff3cd;
    transition: background-color 0.5s ease;
}
@media screen and (max-width: 630px) {
    #nomination_form {
        margin: 0;
    }
    .nomination_block {
        border-bottom: solid white 1px;
        padding-bottom: 5px;
        max-width: 90%;
        margin: auto;
    }

    .nomination_input {
        width: 90%;
    }

    .nomination_entry {
        width: 95%;
    }
}