

.feedback-button,
.feature-unlock {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #404040;
    border: 1px solid #787878;
    margin: 1em .5em;
    cursor: default;
    padding: 0 .5em 0 0;
}

.feature-unlock .crime-image {
    position: relative;
    width: 3em;
    margin-left: .5em;
    display: none;
}

.feature-unlock .BL-feature {
    position: relative;
    width: 30px;
    margin: .25em;
}

.feature-unlock .info div:first-child {
    font-weight: bold;
}

.feature-unlock .info div:nth-child(2) {
    color: #d7d7d7;
}

.newmessage .feedback-button,
.newmessage .feature-unlock {
    background: #959595;
    border-color: #c1c1c1;
}


.newmessage .feature-unlock .info div:nth-child(2) {
    color: #e7e7e7;
}



.send-td h2 {
    font-size: 1em;
    margin: 1em 0 .5em;
}

.send-td {
    position: relative;
    padding: .5em;
}

.send-td h2:first-child {
    margin-top: 0;
}

.send-td .send-area {
    width: 100%;
    box-sizing: border-box;
    height: 175px;
}


.send-td .actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.send-td .upload-image-toggle {
    display: flex;
    align-items: center;
    padding-right: 1em;
    overflow: hidden;
    margin: .5em 0;
    cursor: default;
    opacity: .6;
}

.send-td .upload-image-toggle.active {
    opacity: 1;
}

.send-td .ui-icon {
    margin: -5px -5px;
}

.send-td .emotes-display {
    position: relative;
    margin: 1em auto;
    text-align: center;
}

.message-image-uploader {
    position: relative;
    display: none;
}

.message-image-uploader.open {
    display: block;
}

.feature-feedback {
    position: relative;
    gap: .5em;
    visibility: hidden;
}

.feature-feedback.init {
    visibility: initial;
}

.feedback-button {
    margin: 0;
    padding: .5em;
}

.feedback-button .emote {
    margin-right: .5em;
}

.feedback-button:hover {
    background: #5a5a5a;
}

.newmessage .feedback-button:hover {
    background: #7c7c7c;
}

.feedback-button.selected {
    background: #5e5e5e;
    border-color: #838383;
}

.newmessage .feedback-button.selected {
    background: #6c6c6c;
    border-color: #d1d1d1;
}

.feature-feedback.selected-feedback .feedback-button:not(.selected) {
    opacity: .5;
}

.messages-table {
    position: relative;
}

.messages-table img {
    max-width: 100%;
}

.page-tabs {
    position: relative;
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
    width: 97%;
    margin: 0 auto 2em;
}

.page-tabs .page-tab {
    background: #4a4a4a;
    border: 1px solid #8c867e;
    padding: .25em .5em;
    min-width: 75px;
    text-align: center;
}

.filter-table {
    width: 97%;
    max-width: 300px;
    margin: 0 auto;
}

.filter-table:not(.is-init) {
    visibility: hidden;
}

.filter-table input[name="block_uname"] {
    width: 100%;
    box-sizing: border-box;
}

.blocked-players-table {
    width: 100%;
}

.blocked-players-table td:first-child {
    width: 1%;
}

.blocked-players-td.has-players-blocked .no-blocked-notice,
.blocked-players-td:not(.has-players-blocked) .table-wrapper,
.blocked-players-td:not(.has-players-blocked) .submit-container
{
    display: none;
}

.blocked-players-table {
    border: none !important;
}

.blocked-players-table td:first-child {
    border-left: none !important;
}

.blocked-players-table td:last-child {
    border-right: none !important;
}

.blocked-players-table tr:first-child td {
    border-top: none !important;
}

.blocked-players-table tr:last-child td {
    border-bottom: none !important;
}

.blocked-players-td {
    padding: 0;
}

.blocked-players-table .date-blocked {
    color: #b1b1b1;
    font-size: .9em;
    margin-left: .25em;
}

.filter-table .add-player-td {
    padding: 0;
}

.filter-table .submit-container {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #8C867E;
}

.filter-table .container {
    padding: .5em;
}

.filter-table .no-blocked-notice {
    padding: 2em;
    text-align: center;
    color: #b1b1b1;
    font-style: italic;
}

.filter-table .table-wrapper {
    position: relative;
    max-height: 280px;
    overflow-y: auto;
}