@import url("international-ui-fix.css");

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

.admin-sidebar,
.customer-sidebar {
    z-index: 1030;
}

.admin-topbar,
.customer-topbar {
    z-index: 1020;
}

.aw-card,
.dream-card,
.auth-premium-card {
    max-width: 100%;
}

.form-control,
.form-select,
.dream-input,
.auth-input {
    width: 100%;
}

.admin-page pre,
.customer-content pre {
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 600px) {
    .btn,
    .dream-button,
    .auth-submit {
        width: auto;
        max-width: 100%;
    }

    .d-flex {
        min-width: 0;
    }
}
