.create-form.create-form--chat
{
    padding: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 0 !important;
}

.create-form.create-form--chat .sheet-close
{
    top: calc(10px + env(safe-area-inset-top, 0px));
}

.status-chat
{
    padding: calc(14px + env(safe-area-inset-top, 0px)) 12px calc(6px + var(--app-safe-area-bottom, 0px));
}
