.whitelist-form-heading-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: rgb(81 88 153 / 55%);
    padding-left: 10px;
    color: #fff;
}

.whitelist-form-heading-container .button {
    height: min-content;
    align-self: center;
    margin-left: 15px;	
}

.whitelist-form-heading-container form {
    align-self: center;
    margin-left: 20px;
}

.whitelist-form-characters-container {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(5, 1fr);
background: rgb(81 88 153 / 55%);
    padding: 15px;
}

.whitelist-banner-close {
    font-size: 14px;
    margin-top: -2px;
    float: right;
background: rgb(81 88 153 / 55%);
}

.whitelistschrift {
color: #fff
}