#project-hover-button {
    position: fixed;
    bottom: 2em;
    right: 2em;

    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 5px;
    border-radius: 100%;

    height: 3em;
    width: 3em;
    border: none;

    cursor: pointer;
    z-index: 1000;
}

#projectWindow .wb-drag {
    background-image: url(/static/drag.svg);
    background-size: 15px center;
}

#projectWindow table.table {
    margin: 0;

}


#projectWindow form {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px;
}

#projectWindow form button {
    flex: 1 0 auto;
}

.project .container-fluid {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.project #delte-project {
    align-self: end;
}


/* Inline #13 | http://127.0.0.1:8000/meldungen/?source=W006 */

.projectPanel {
    margin-top: 1em;
    align-self: inherit;
    justify-self: flex-end;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3px;
    padding-top: 3;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.project {
    height: 100%;
}

.content {
    height: 100%;
}

/* project_styles.css | http://127.0.0.1:8000/static/project_styles.css */

.project .container-fluid {
    height: 100%;
}

#projectWindow .empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#projectWindow .empty>* {
    margin-top: 1em;
    font-size: 1.2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

#projectWindow .select2-container--default .select2-selection--single {
    margin-left: 3px;
}

.kabine-row {
    display: flex;
    justify-content: space-between;
}