html {
    font-size: 16px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans';
    margin-bottom: 60px;
}

.popover-body {
    white-space: pre-line;
    hyphens: initial;
}

.remove-file {
    cursor: pointer;
    top: -4px;
    font-size: 20px;
    padding: 4px;
    right: -1px;
    position: absolute;
}

    .remove-file:hover {
        color: red;
    }

.image-upload {
    font-size: 30px;
    cursor: pointer;
}

.remove-image {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: -5px
}

    .remove-image:hover {
        color: red;
    }

.fileUpload li {
    position: relative;
    padding: 5px;
    margin-left: 20px;
    padding-right: 20px;
}

    .fileUpload li:hover {
        background-color: #d4e8ee;
        border-radius: 2px;
    }

#FileUploadContainer {
    list-style: none;
}

.form-switch.status {
    font-size: 20px;
    position: absolute;
    right: 50px;
}

    .form-switch.status .form-check-input::before {
        content: "Erledigt";
        margin-left: 43px;
        top: -8px;
        position: relative;
        hyphens: none;
    }

    .form-switch.status .form-check-input:checked::before {
        content: "Aktiv";
        hyphens: none;
    }

.toast {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    font-size: 17px;
}
