@import url("/assets/templates/variables-667a8373.css");
@import url("/assets/wa/webawesome-1b38523a.css");

#user_panel {
    background-color: var(--wa-color-green-50);
    color: white;
}

#user_panel img {
    height: 72px;
    width: auto;
}

#content_panel > .sibu_view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 2rem;
}

#content_panel > .sibu_view .actions {
    order: 2;
    display: flex;
    gap: var(--wa-space-s);
}

#content_panel > .sibu_view .actions + h2 {
    flex: 1 0 auto;
    margin-bottom: 0;
    order: 1;
}

#content_panel > .sibu_view table + div, #content_panel > .sibu_view p {
    order: 3;
    flex: 0 0 100%;
}

#content_panel > .sibu_view table, #content_panel > .sibu_view .sibu_form {
    flex: 0 0 100%;
    margin-top: 2rem;
    order: 4;
}