.k-bubbles-field-preview.k-files-field-preview a {
    pointer-events: none;
}

/* Custom Panel Design */

:root {
    --primary-color: #711faf;
}

.k-input,
.k-login {
    border-radius: 0;
    /* box-shadow: none; */
}

.k-login-button {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
}

.k-login-button :where(svg) {
    fill: #fff;
}

.k-panel.k-panel-outside {
    background-color: var(--primary-color);
}

.k-login-toggler {
    color: #000;
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
}

.k-panel[data-menu=true] .k-panel-menu-body::before {
    content: '';
    display: block;
    margin-top: 0px;
    margin: 6px auto 12px auto;
    width: 120px;
    min-height: 50px;
    height: 50px;
    background-image: url('../img/symbols/logos/landestheater_coburg_logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.k-login-fields::before {
    content: '';
    display: block;
    margin-top: 0px;
    margin: 6px auto 40px auto;
    width: 120px;
    min-height: 50px;
    height: 50px;
    background-image: url('../img/symbols/logos/landestheater_coburg_logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.k-login-toggler {
    top: 89px;
}