html[data-user-authorized="auth"] [data-display="unauthorized"] {
    display: none !important;
}

html[data-user-authorized="noauth"] [data-display="authorized"] {
    display: none !important;
}

.playlogsdatewrapper {
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    background: #f8f9fa;
    color: #333;
    font-size: 0.75rem;
    padding: .5rem .15rem;
    padding-left: .75rem;
}


.playlogsdatewrapper input {
    background: transparent;
    width: 100%;
    height: 100%;
}

input:not([type="checkbox"]),
input:not([type="checkbox"]):focus,
input:not([type="checkbox"]):focus-visible,
textarea,
textarea:focus,
textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-appearance: none;
    appearance: none;
}