/*
 * portals/default/styles.css
 * --------------------------------------------------------------
 * Per-portal stylesheet loaded by MainLayout.razor via the
 * BrandingService.  Radzen's stock material-dark.css and
 * Bootstrap 4 utilities are loaded earlier (see _Host.cshtml
 * and _Layout.cshtml as <link> tags) so they win on cascade.
 *
 * This file holds:
 *   1. Project-specific layout / utility tweaks (top section)
 *   2. The shared project-overrides on the Radzen v10 theme
 * --------------------------------------------------------------
 */
@import 'tag-selector.v2.css';
@import 'project-overrides.v2.css';

.body {
    margin-bottom: 0px !important;
}

.no-scroll {
    padding-right: 0px;
}

.account-menu {
    height: 60px;
    margin-left: -12px;
}

    .drop-down-button .navigation-menu,
    .account-menu .navigation-menu,
    .panel_header .navigation-menu {
        z-index: 1000;
    }

.panel_header .navigation-menu {
    right: 0;
    margin-right: -12px !important;
}

.panel-menu {
    overflow-x: hidden;
    height: 100%;
}

.rz-sidebar {
    bottom: 0px !important;
}

.rz-dropdown,
.rz-textbox,
.numeric-textbox span {
    width: 90%;
}

.drop-down-button .menu,
.account-menu .menu {
    background-color: unset;
}

.rz-fileupload-buttonbar {
    background-color: unset;
    padding: unset;
}

.role-permissions-list {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}

.rz-textbox,
.rz-spinner,
.rz-chkbox {
    margin-bottom: 6px;
}

.rz-tabview-panels {
    margin-bottom: 10px;
}

.rz-fieldset-content {
    padding-top: 0;
}

.rz-profile-menu {
    min-width: unset;
    border: unset;
}

.header {
    width: 100%;
}

#blazor-error-ui {
    background: black;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.rz-dropdown {
    margin-bottom: 6px;
}

.signup-container {
    margin-right: 250px;
}

    .signup-container .rz-card {
        margin-bottom: 25px;
    }

.reset-button {
    text-align: right;
    margin-bottom: 5px;
    margin-right: 35px;
}
