.material-icons, .material-icons-two-tone {
    position: relative;
    top: 3px;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    letter-spacing: inherit;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

#background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

#main-container {
    padding: 0 50px;
}

.cursor-pointer {
    cursor: pointer;
}

.display-none {
    display: none;
}

.required label:after {
    content:" *";
    color: red;
}

#dev-frame {
    border: 4px solid red;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
    color: red;
    background-color: #d6e9f8;
    font-size: 2em;
    letter-spacing: 5px;
}

textarea {
    resize: none;
}

.note-btn {
    color: black !important;
}

.bidhand-import-form[readonly] {
    background-color: #f5f5f5; /* Hintergrundfarbe ändern */
    color: #777777; /* Textfarbe ändern */
    cursor: not-allowed; /* Mauszeiger ändern */
}

