/* _content/BlazorServerApp/Components/Company/CompanyOptions.razor.rz.scp.css */
.input-upload-text[b-8xpwod87zg] {
  font-family: var(--font-family-secondary), sans-serif;
  font-size: 20px;
}

.hide-input-element[b-8xpwod87zg] {
  display: none !important;
}

.input-text-row[b-8xpwod87zg] {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.input-subtitle[b-8xpwod87zg] {
  font-family: var(--font-family-secondary), sans-serif;
  font-size: 14px;
}

.input-header-label[b-8xpwod87zg] {
  font-family: var(--font-family-secondary), sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 24px 12px;;
  color: white;
}
.input-image-block[b-8xpwod87zg] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.delete-button[b-8xpwod87zg] {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  align-items: start;
  font-family: var(--font-family-secondary), sans-serif;
}
.input-image-block img[b-8xpwod87zg] {
  padding: 0;
  max-width: 90%;
}

.button-upgrade[b-8xpwod87zg] {
  font-size: 16px;
}

.button-upgrade:hover[b-8xpwod87zg] {
  color: white;
}
.button-upgrade:active[b-8xpwod87zg] {
  transition: none;
}
.button-upgrade:hover img[b-8xpwod87zg] {
  filter: brightness(0) invert(1);
  transition: filter 0.1s ease-in;
}

.box[b-8xpwod87zg] {
  font-family: var(--font-family-secondary), sans-serif;
  box-sizing: border-box;
  padding: 16px;
  gap: 24px;
  background: var(--color-gray-200);
  border: 1px solid var(--color-gray-300);
  box-shadow: 0px 4px 24px var(--shadow-card), 0px 0px 0px 1px #dad4f4;
  backdrop-filter: var(--blur-effect-xs);
  border-radius: 16px;
  display: flex;
  width: 95% !important;
  margin: 0 auto;
  color: white;
}

.info-text-column[b-8xpwod87zg] {
  display: flex;
  flex-direction: column;
  width: 50%;
  color: white;
  justify-self: flex-start;
}

.text-accent[b-8xpwod87zg] {
  color: var(--color-primary);
}
/* _content/BlazorServerApp/Components/Documents/ServiceReports/ServiceReportProcessing.razor.rz.scp.css */
.options-frame_add_button[disabled][b-kjg3e2cgd0] {
    color: #6c757d;
    cursor: not-allowed;
    pointer-events: none;
}
/* _content/BlazorServerApp/Pages/Admin/AdminLayout.razor.rz.scp.css */
.page[b-cwp2t51xeb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cwp2t51xeb] {
    flex: 1;
    overflow-y: auto;
}

.sidebar[b-cwp2t51xeb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #000000 70%);
}

.sidebar.Staging[b-cwp2t51xeb] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.sidebar.Development[b-cwp2t51xeb] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.top-row[b-cwp2t51xeb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cwp2t51xeb]  a, .top-row .btn-link[b-cwp2t51xeb] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cwp2t51xeb] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bottom-row[b-cwp2t51xeb] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    position: sticky;
    bottom: 0;
}

/*Select all a elements where parent is a .bottom-row*/
.bottom-row > a[b-cwp2t51xeb] {
    display: flex;
    color: rgb(33, 37, 41);
    /*color and text-decor used to not show it as link*/
    text-decoration: none;
    /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
    font-size: 1.1rem;
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-cwp2t51xeb] {
    overflow-y: auto;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cwp2t51xeb] {
        display: none;
    }

    .top-row.auth[b-cwp2t51xeb] {
        justify-content: space-between;
    }

    .top-row a[b-cwp2t51xeb], .top-row .btn-link[b-cwp2t51xeb] {
        margin-left: 0;
    }
}

/*Select all a elements where parent is a .bottom-row*/
.bottom-row > a[b-cwp2t51xeb] {
    display: flex;
    color: rgb(33, 37, 41);
    /*color and text-decor used to not show it as link*/
    text-decoration: none;
    /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
    font-size: 1.1rem;
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-cwp2t51xeb] {
    /*7rem comes from adding 3.5rem of top-row and 3.5rem of bottom-row*/
    height: calc(100vh - 7rem);
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
}

/*less than or equal to*/
/*Max-width is the maximum width at which a style will continue to be applied. 
After that, the style will STOP being applied.*/
@media (max-width: 640.98px) {
    .top-row:not(.logindisplay)[b-cwp2t51xeb] {
        display: none;
    }

    .top-row.logindisplay[b-cwp2t51xeb] {
        justify-content: space-between;
    }

    .top-row a[b-cwp2t51xeb], .top-row .btn-link[b-cwp2t51xeb] {
        margin-left: 0;
    }

    .page main[b-cwp2t51xeb] {
        display: flex;
        flex-direction: column;
    }

    .page main .top-row[b-cwp2t51xeb] {
        flex: 0 0 3.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-cwp2t51xeb] {
        flex-direction: row;
    }

    .sidebar[b-cwp2t51xeb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .bottom-row[b-cwp2t51xeb] {
        left: 250px;
        width: calc(100vw - 250px);
        justify-content: flex-end;
    }

    .top-row[b-cwp2t51xeb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cwp2t51xeb], article[b-cwp2t51xeb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorServerApp/Pages/Admin/AdminNavMenu.razor.rz.scp.css */
.navbar-toggler[b-uavax4435e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-uavax4435e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-uavax4435e] {
    font-size: 1.1rem;
}

.oi[b-uavax4435e] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-uavax4435e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uavax4435e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uavax4435e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uavax4435e]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-uavax4435e]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-uavax4435e]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item form button.nav-link[b-uavax4435e] {
    color: #d7d7d7;
}

hr[b-uavax4435e] {
    border-top: 2px solid #d7d7d7;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uavax4435e] {
        display: none;
    }

    .collapse[b-uavax4435e] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-uavax4435e] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BlazorServerApp/Pages/Index.razor.rz.scp.css */
/* Container height */
.custom-height-80vh[b-c5kha6gres] {
  height: calc(80vh);
}

/* Proportional line heights */
.custom-height-5[b-c5kha6gres] {
  height: 5%;
}
.custom-height-35[b-c5kha6gres] {
  min-height: 35%; /* Use min-height for flexibility */
}
.custom-height-30[b-c5kha6gres] {
  min-height: 30%; /* Use min-height for flexibility */
}

/* Custom colors */
.bg-cadetblue[b-c5kha6gres] {
  background-color: cadetblue;
}
.bg-azure[b-c5kha6gres] {
  background-color: azure;
}
.bg-darkgrey[b-c5kha6gres] {
  background-color: darkgrey;
}

/* Mouse pointer */
.cursor-pointer[b-c5kha6gres] {
  cursor: pointer;
}

/* Container for custom bullets */
.custom-bullets-container[b-c5kha6gres] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}

/* Styles for an individual bullet */
.custom-bullet[b-c5kha6gres] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active Bullet */
.custom-bullet-active[b-c5kha6gres] {
  background-color: #ffffff;
  transform: scale(1.1);
}

.hides[b-c5kha6gres] {
  display: none;
}
/* _content/BlazorServerApp/Pages/Profile/ChangePassword.razor.rz.scp.css */
/* Container height */
.custom-height-80vh[b-xf6nk7merp] {
    height: calc(80vh);
}

/* Proportional line heights */
.custom-height-5[b-xf6nk7merp] {
    height: 5%;
}
.custom-height-35[b-xf6nk7merp] {
    min-height: 35%; /* Use min-height for flexibility */
}
.custom-height-30[b-xf6nk7merp] {
    min-height: 30%; /* Use min-height for flexibility */
}

/* Custom colors */
.bg-cadetblue[b-xf6nk7merp] {
    background-color: cadetblue;
}
.bg-azure[b-xf6nk7merp] {
    background-color: azure;
}
.bg-darkgrey[b-xf6nk7merp] {
    background-color: darkgrey;
}

/* Mouse pointer */
.cursor-pointer[b-xf6nk7merp] {
    cursor: pointer;
}

/* Чекбокс Remember Me */
.checkbox[b-xf6nk7merp] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.checkbox input[type="checkbox"][b-xf6nk7merp] {
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    outline: none;
    transition: var(--transition-default);
}

.checkbox input[type="checkbox"]:hover[b-xf6nk7merp] {
    background: rgba(255, 255, 255, 0.08);
}

.checkbox input[type="checkbox"]:focus-visible[b-xf6nk7merp] {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 2px rgba(0, 140, 255, 0.2);
}

.checkbox input[type="checkbox"]:checked[b-xf6nk7merp] {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.checkbox input[type="checkbox"]:checked[b-xf6nk7merp]::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox .form-label[b-xf6nk7merp] {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

/* Кнопка входа */
.reportbutton[b-xf6nk7merp] {
    width: 100%;
    height: 45px;
    background: #FF9F1C;
    border: none;
    border-radius: 32px;
    color: #242736;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    transition: var(--transition-default);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reportbutton:hover:not(:disabled)[b-xf6nk7merp] {
    background: #E68F1A;
    transform: translateY(-1px);
    box-shadow: 0px 4px 16px rgba(255, 159, 28, 0.3);
}

.reportbutton:active:not(:disabled)[b-xf6nk7merp] {
    transform: translateY(0);
    box-shadow: none;
}

.reportbutton:disabled[b-xf6nk7merp] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Ensure checkbox is on the right side in RTL */
html[dir="rtl"] .ds-checkbox input[type="checkbox"][b-xf6nk7merp] {
    order: 1;
}

html[dir="rtl"] .ds-checkbox label[b-xf6nk7merp] {
    order: 0;
}
/* _content/BlazorServerApp/Pages/Profile/Login.razor.rz.scp.css */
/* Container height */
.custom-height-80vh[b-8zbfdw4a7k] {
    height: calc(80vh);
}

/* Proportional line heights */
.custom-height-5[b-8zbfdw4a7k] {
    height: 5%;
}
.custom-height-35[b-8zbfdw4a7k] {
    min-height: 35%; /* Use min-height for flexibility */
}
.custom-height-30[b-8zbfdw4a7k] {
    min-height: 30%; /* Use min-height for flexibility */
}

/* Custom colors */
.bg-cadetblue[b-8zbfdw4a7k] {
    background-color: cadetblue;
}
.bg-azure[b-8zbfdw4a7k] {
    background-color: azure;
}
.bg-darkgrey[b-8zbfdw4a7k] {
    background-color: darkgrey;
}

/* Mouse pointer */
.cursor-pointer[b-8zbfdw4a7k] {
    cursor: pointer;
}

/* Чекбокс Remember Me */
.checkbox[b-8zbfdw4a7k] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.checkbox input[type="checkbox"][b-8zbfdw4a7k] {
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    outline: none;
    transition: var(--transition-default);
}

.checkbox input[type="checkbox"]:hover[b-8zbfdw4a7k] {
    background: rgba(255, 255, 255, 0.08);
}

.checkbox input[type="checkbox"]:focus-visible[b-8zbfdw4a7k] {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 2px rgba(0, 140, 255, 0.2);
}

.checkbox input[type="checkbox"]:checked[b-8zbfdw4a7k] {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.checkbox input[type="checkbox"]:checked[b-8zbfdw4a7k]::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox .form-label[b-8zbfdw4a7k] {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

/* Кнопка входа */
.reportbutton[b-8zbfdw4a7k] {
    width: 100%;
    height: 45px;
    background: #FF9F1C;
    border: none;
    border-radius: 32px;
    color: #242736;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    transition: var(--transition-default);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reportbutton:hover:not(:disabled)[b-8zbfdw4a7k] {
    background: #E68F1A;
    transform: translateY(-1px);
    box-shadow: 0px 4px 16px rgba(255, 159, 28, 0.3);
}

.reportbutton:active:not(:disabled)[b-8zbfdw4a7k] {
    transform: translateY(0);
    box-shadow: none;
}

.reportbutton:disabled[b-8zbfdw4a7k] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Ensure checkbox is on the right side in RTL */
html[dir="rtl"] .ds-checkbox input[type="checkbox"][b-8zbfdw4a7k] {
    order: 1;
}

html[dir="rtl"] .ds-checkbox label[b-8zbfdw4a7k] {
    order: 0;
}
/* _content/BlazorServerApp/Shared/DesktopLayout.razor.rz.scp.css */
.page[b-bw8qhfstl8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bw8qhfstl8] {
    flex: 1;
    overflow-y: auto;
}

.sidebar[b-bw8qhfstl8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #000000 70%);
}

.sidebar.Staging[b-bw8qhfstl8] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.sidebar.Development[b-bw8qhfstl8] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.top-row[b-bw8qhfstl8] {
    background: #030919;
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bw8qhfstl8]  a, .top-row .btn-link[b-bw8qhfstl8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bw8qhfstl8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bottom-row[b-bw8qhfstl8] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    position: sticky;
    bottom: 0;
}

/*Select all a elements where parent is a .bottom-row*/
.bottom-row > a[b-bw8qhfstl8] {
    display: flex;
    color: rgb(33, 37, 41);
    /*color and text-decor used to not show it as link*/
    text-decoration: none;
    /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
    font-size: 1.1rem;
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-bw8qhfstl8] {
    overflow-y: auto;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bw8qhfstl8] {
        display: none;
    }

    .top-row.auth[b-bw8qhfstl8] {
        justify-content: space-between;
    }

    .top-row a[b-bw8qhfstl8], .top-row .btn-link[b-bw8qhfstl8] {
        margin-left: 0;
    }
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-bw8qhfstl8] {
    overflow-y: auto;
}

/*less than or equal to*/
/*Max-width is the maximum width at which a style will continue to be applied.
After that, the style will STOP being applied.*/
@media (max-width: 640.98px) {
    .top-row:not(.logindisplay)[b-bw8qhfstl8] {
        display: none;
    }

    .top-row.logindisplay[b-bw8qhfstl8] {
        justify-content: space-between;
    }

    .top-row a[b-bw8qhfstl8], .top-row .btn-link[b-bw8qhfstl8] {
        margin-left: 0;
    }

    .page main[b-bw8qhfstl8] {
        display: flex;
        flex-direction: column;
    }

    .page main .top-row[b-bw8qhfstl8] {
        flex: 0 0 3.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-bw8qhfstl8] {
        flex-direction: row;
    }

    .sidebar[b-bw8qhfstl8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bw8qhfstl8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bw8qhfstl8], article[b-bw8qhfstl8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorServerApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-flo7fa71k5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-flo7fa71k5] {
    flex: 1;
    overflow-y: auto;
}

.sidebar[b-flo7fa71k5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #000000 70%);
}

.sidebar.Staging[b-flo7fa71k5] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.sidebar.Development[b-flo7fa71k5] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.top-row[b-flo7fa71k5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-flo7fa71k5]  a, .top-row .btn-link[b-flo7fa71k5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-flo7fa71k5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bottom-row[b-flo7fa71k5] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    position: sticky;
    bottom: 0;
}

/*Select all a elements where parent is a .bottom-row*/
.bottom-row > a[b-flo7fa71k5] {
    display: flex;
    color: rgb(33, 37, 41);
    /*color and text-decor used to not show it as link*/
    text-decoration: none;
    /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
    font-size: 1.1rem;
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-flo7fa71k5] {
    overflow-y: auto;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-flo7fa71k5] {
        display: none;
    }

    .top-row.auth[b-flo7fa71k5] {
        justify-content: space-between;
    }

    .top-row a[b-flo7fa71k5], .top-row .btn-link[b-flo7fa71k5] {
        margin-left: 0;
    }
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-flo7fa71k5] {
    overflow-y: auto;
}

/*less than or equal to*/
/*Max-width is the maximum width at which a style will continue to be applied.
After that, the style will STOP being applied.*/
@media (max-width: 640.98px) {
    .top-row:not(.logindisplay)[b-flo7fa71k5] {
        display: none;
    }

    .top-row.logindisplay[b-flo7fa71k5] {
        justify-content: space-between;
    }

    .top-row a[b-flo7fa71k5], .top-row .btn-link[b-flo7fa71k5] {
        margin-left: 0;
    }

    .page main[b-flo7fa71k5] {
        display: flex;
        flex-direction: column;
    }

    .page main .top-row[b-flo7fa71k5] {
        flex: 0 0 3.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-flo7fa71k5] {
        flex-direction: row;
    }

    .sidebar[b-flo7fa71k5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-flo7fa71k5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-flo7fa71k5] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* _content/BlazorServerApp/Shared/NavMenu.razor.rz.scp.css */
.navbar[b-7id9obf0e4] {
    display: grid;
    font-family: var(--font-family-secondary), sans-serif;
    font-size: 14px;
}

.navbar-toggler[b-7id9obf0e4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7id9obf0e4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7id9obf0e4] {
    font-size: 1.1rem;
}

.oi[b-7id9obf0e4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.oi:hover[b-7id9obf0e4]{
    color: darkorange;
}

.nav-item[b-7id9obf0e4] {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
    cursor: pointer;
}

.nav-link.active[b-7id9obf0e4] {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 24px;
}

    .nav-item:first-of-type[b-7id9obf0e4] {
        padding-top: 1rem;
    }

    .nav-item[b-7id9obf0e4]  a {
        color: #d7d7d7;
        border-radius: 24px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding: 10px;
    }

.nav-item[b-7id9obf0e4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
    border: 1px solid #FFFFFF40;
}

.nav-item[b-7id9obf0e4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item form button.nav-link[b-7id9obf0e4] {
    color: #d7d7d7;
}

hr[b-7id9obf0e4] {
    border-top: 2px solid #d7d7d7;
}

.coverall[b-7id9obf0e4] {
    background: var(--color-dark-blue);
    z-index: 20;
    padding: calc(3px + var(--spacing-xl)) calc( var(--spacing-lg)) 0 var(--spacing-lg);;
    width: 64%;
}
.user-name[b-7id9obf0e4] {
    font-size: 20px;
    color: white;
    font-weight: 500;
    margin: 15px 0;
}
/* _content/BlazorServerApp/Shared/NotAuthLayout.razor.rz.scp.css */
.page[b-pr0ddcvc4j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pr0ddcvc4j] {
    flex: 1;
    overflow-y: auto;
}

.sidebar[b-pr0ddcvc4j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #000000 70%);
}

.sidebar.Staging[b-pr0ddcvc4j] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.sidebar.Development[b-pr0ddcvc4j] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.top-row[b-pr0ddcvc4j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pr0ddcvc4j]  a, .top-row .btn-link[b-pr0ddcvc4j] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-pr0ddcvc4j] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bottom-row[b-pr0ddcvc4j] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    position: sticky;
    bottom: 0;
}

/*Select all a elements where parent is a .bottom-row*/
.bottom-row > a[b-pr0ddcvc4j] {
    display: flex;
    color: rgb(33, 37, 41);
    /*color and text-decor used to not show it as link*/
    text-decoration: none;
    /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
    font-size: 1.1rem;
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-pr0ddcvc4j] {
    overflow-y: auto;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pr0ddcvc4j] {
        display: none;
    }

    .top-row.auth[b-pr0ddcvc4j] {
        justify-content: space-between;
    }

    .top-row a[b-pr0ddcvc4j], .top-row .btn-link[b-pr0ddcvc4j] {
        margin-left: 0;
    }
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-pr0ddcvc4j] {
    overflow-y: auto;
}

/*less than or equal to*/
/*Max-width is the maximum width at which a style will continue to be applied.
After that, the style will STOP being applied.*/
@media (max-width: 640.98px) {
    .top-row:not(.logindisplay)[b-pr0ddcvc4j] {
        display: none;
    }

    .top-row.logindisplay[b-pr0ddcvc4j] {
        justify-content: space-between;
    }

    .top-row a[b-pr0ddcvc4j], .top-row .btn-link[b-pr0ddcvc4j] {
        margin-left: 0;
    }

    .page main[b-pr0ddcvc4j] {
        display: flex;
        flex-direction: column;
    }

    .page main .top-row[b-pr0ddcvc4j] {
        flex: 0 0 3.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-pr0ddcvc4j] {
        flex-direction: row;
    }

    .sidebar[b-pr0ddcvc4j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pr0ddcvc4j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-pr0ddcvc4j] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* _content/BlazorServerApp/Shared/ProfileLayout.razor.rz.scp.css */
.page[b-tb2cjb6mq4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tb2cjb6mq4] {
    flex: 1;
    overflow-y: auto;
}

.sidebar[b-tb2cjb6mq4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #000000 70%);
}

.sidebar.Staging[b-tb2cjb6mq4] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.sidebar.Development[b-tb2cjb6mq4] {
    background-image: linear-gradient(180deg, rgb(0, 102, 0) 0%, #000000 70%);
}

.top-row[b-tb2cjb6mq4] {
    background: #030919;
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tb2cjb6mq4]  a, .top-row .btn-link[b-tb2cjb6mq4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-tb2cjb6mq4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bottom-row[b-tb2cjb6mq4] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    position: sticky;
    bottom: 0;
}

/*Select all a elements where parent is a .bottom-row*/
.bottom-row > a[b-tb2cjb6mq4] {
    display: flex;
    color: rgb(33, 37, 41);
    /*color and text-decor used to not show it as link*/
    text-decoration: none;
    /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
    font-size: 1.1rem;
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-tb2cjb6mq4] {
    overflow-y: auto;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tb2cjb6mq4] {
        display: none;
    }

    .top-row.auth[b-tb2cjb6mq4] {
        justify-content: space-between;
    }

    .top-row a[b-tb2cjb6mq4], .top-row .btn-link[b-tb2cjb6mq4] {
        margin-left: 0;
    }
}

/*Optionally this selector will also work: main article.content*/
main > .content[b-tb2cjb6mq4] {
    overflow-y: auto;
}

/*less than or equal to*/
/*Max-width is the maximum width at which a style will continue to be applied.
After that, the style will STOP being applied.*/
@media (max-width: 640.98px) {
    .top-row:not(.logindisplay)[b-tb2cjb6mq4] {
        display: none;
    }

    .top-row.logindisplay[b-tb2cjb6mq4] {
        justify-content: space-between;
    }

    .top-row a[b-tb2cjb6mq4], .top-row .btn-link[b-tb2cjb6mq4] {
        margin-left: 0;
    }

    .page main[b-tb2cjb6mq4] {
        display: flex;
        flex-direction: column;
    }

    .page main .top-row[b-tb2cjb6mq4] {
        flex: 0 0 3.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-tb2cjb6mq4] {
        flex-direction: row;
    }

    .sidebar[b-tb2cjb6mq4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tb2cjb6mq4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-tb2cjb6mq4], article[b-tb2cjb6mq4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorServerApp/Shared/ProfileNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ysc7e5yyzi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ysc7e5yyzi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ysc7e5yyzi] {
    font-size: 1.1rem;
}

.oi[b-ysc7e5yyzi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.oi:hover[b-ysc7e5yyzi]{
    color: darkorange;
}

.nav-item[b-ysc7e5yyzi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-link.active[b-ysc7e5yyzi] {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 24px;
}

    .nav-item:first-of-type[b-ysc7e5yyzi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ysc7e5yyzi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ysc7e5yyzi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ysc7e5yyzi]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ysc7e5yyzi]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item form button.nav-link[b-ysc7e5yyzi] {
    color: #d7d7d7;
}

hr[b-ysc7e5yyzi] {
    border-top: 2px solid #d7d7d7;
}

.coverall[b-ysc7e5yyzi] {
    background: rgba(3, 9, 25, 0.6);
    z-index: 20;
}
