@media (min-width: 800px) {

    .et_builder_inner_content {
        z-index: auto !important;
    }

    .et_pb_column {
        z-index: auto !important;
    }

    .TopicPicker, .EvemtPicker {
        margin: 10px 0;
    }

    .TextArea textarea {
        min-width: 100%;
        margin: 10px 0;
        padding: 10px;
    }

    .PasswordField input {
        width: 100%;
        margin: 10px 0;
        border-color: #c5c5c5;
        font-size: 25px;
    }

    .SendAnonym {
        width: 100%;
        height: 60px;
        background: white;
        border-radius: 5px;
        font-weight: 900;
        margin: 10px 0;
    }

        .SendAnonym:hover {
            width: 100%;
            height: 60px;
            background: black;
            border-radius: 5px;
            color: white;
            border-color: white;
            font-weight: 900;
            box-shadow: 1px 1px black
        }

    .WelcomeText {
        border: 1px solid #c5c5c5;
        height: 125px;
        padding: 10px;
        margin: 10px 0;
    }
}

@media all and (max-width: 799px) {
    .et_builder_inner_content {
        z-index: unset !important;
    }

    .et_pb_column {
        z-index: unset !important;
    }
}

.hiden{
    display:none;
}

.TextArea textarea {
    min-width: 100%;
    margin: 10px 0;
    padding: 10px;
}

.SendAnonym {
    width: 100%;
    height: 60px;
    background: white;
    border-radius: 5px;
    font-weight: 900;
    margin: 10px 0;
}

    .SendAnonym:hover {
        width: 100%;
        height: 60px;
        background: black;
        border-radius: 5px;
        color: white;
        border-color: white;
        font-weight: 900;
        box-shadow: 1px 1px black
    }