@import '_content/BMD.Apps.Core.UI.Controls/BMD.Apps.Core.UI.Controls.bundle.scp.css';

/* /Pages/AccountDetail.razor.rz.scp.css */
form .row[b-0koslmp3z4] {
    margin-bottom: 16px;
}
/* /Pages/Companies.razor.rz.scp.css */
[b-tz2fu56ln8] .rz-state-highlight {
    background-color: lightgoldenrodyellow;
}

[b-tz2fu56ln8] .required-field::after {
    content: "*";
    color: red;
}
/* /Pages/CompanyConfigurator.razor.rz.scp.css */
[b-fx3tofccv1] .rz-alert-content{
    width: 100%;        
}

[b-fx3tofccv1] .rz-fieldset-legend{
    margin-bottom: 0;
}

.draggable[b-fx3tofccv1] {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 1rem;
    padding: 1rem;
    display: inline-block;
    cursor: move;
    background-color: white;
}

.drop-target[b-fx3tofccv1] {
    border: 1px dashed #ebebeb;
    padding: 1rem;
    display: inline-block;
}

.vl[b-fx3tofccv1] {
    border: 3px solid #8BAEC4;
    height: 100%;
    transition: width 1s;
    border-radius: var(--rz-card-border-radius);
}

.separator[b-fx3tofccv1] {
    margin: 0.1rem 4rem;
    color: #B1B3B3;
    height: 2px;
    width: 100%;
}

.heightTransition[b-fx3tofccv1]{
    overflow: hidden;
    max-height : 0;
}

.end-of-transition[b-fx3tofccv1] {
    max-height: 1500px;
    transition: max-height 1s ease-in;
}
.fullscreen-overlay[b-fx3tofccv1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark gray with transparency */
    z-index: 999; /* Ensure it appears above everything */
}
[b-fx3tofccv1] .device-icon {
    font-size: 1.5em;
}
/* /Pages/CompanyDetail.razor.rz.scp.css */
.logo-container[b-t8yo4zgl2e] {
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Pages/TeamMembers.razor.rz.scp.css */
[b-lru5ra1tqw] .account_circle-icon {
    font-size: 1.5em;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-i5gf25b5js] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i5gf25b5js] {
    flex: 1;
}

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

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

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

.top-row[b-i5gf25b5js]  a:hover, .top-row[b-i5gf25b5js]  .btn-link:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

    /*.top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }*/

    .top-row[b-i5gf25b5js], article[b-i5gf25b5js] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/* Restyling Css */

/* Start Main Layout */
.top-menu[b-i5gf25b5js] {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 184px;
    background-color: rgba(var(--blue), 0.3);
}

[b-i5gf25b5js] .company-selector {
    background-color: rgba(var(--blue),0.3) !important;
    border-radius: 8px;
}

[b-i5gf25b5js] .nav-link {
    color: white;
    position: relative;
}
[b-i5gf25b5js] .nav-link.active {
    color: rgba(var(--blue),1) !important;
    font-weight: 700;
}

[b-i5gf25b5js] .nav-link.active::before {
    transform: translateX(-50%);
    border-radius: 100%;
    position: absolute;
    background: rgba(var(--blue));
    top: -2px;
    height: 4px;
    content: '';
    width: 4px;
    left: 50%;
}
.notifications-display[b-i5gf25b5js] {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.account-display[b-i5gf25b5js] {
    display: flex;
    align-items: center;
    min-height:40px;
}

.account-display .account-name[b-i5gf25b5js] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(var(--blue));
}

.account-display .account-role[b-i5gf25b5js] {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: white;
}

.button-group[b-i5gf25b5js] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}

.separator[b-i5gf25b5js] {
    margin: 0.1rem 1rem;
    color: #B1B3B3;
    height: 2px;
}

/* END Main Layout */
/* Overwrite Radzen styles */
[b-i5gf25b5js] .rz-menu:not(.rz-profile-menu) .rz-navigation-item-link {
    color: rgba(var(--blue)) !important;
    font-weight: 500;
}

[b-i5gf25b5js] .rz-menu:not(.rz-profile-menu) .rz-navigation-item-icon-children {
    background-color: rgba(var(--blue)) !important;
    color: white !important;
    border-radius: 4px;
}

[b-i5gf25b5js] .rz-menu.rz-profile-menu .rz-navigation-item-icon-children {
    display: none;
}

[b-i5gf25b5js] .rz-button {
    border-radius: 10px !important;
}

[b-i5gf25b5js] ul.rz-profile-menu {
    background-color: transparent;
}

[b-i5gf25b5js] ul.company-selector .rz-navigation-item:not(.add-new-company) > .rz-navigation-item-wrapper .rz-navigation-item-text {
    padding-left: 2rem;
}

[b-i5gf25b5js] ul.rz-navigation-menu .add-new-company .rzi.rz-navigation-item-icon {
    color: rgb(var(--blue)) !important;
}

[b-i5gf25b5js] .draft-exists-icon {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0;
    background: rgba(255,255,255,0.7);
}
[b-i5gf25b5js] .mark-as-read-button {
    border-radius: 32px !important;
}

    [b-i5gf25b5js] .mark-as-read-button .rz-button-icon-left {
        margin-inline-end: 0 !important
    }
.default-icon[b-i5gf25b5js] {
    filter: invert(39%) sepia(37%) saturate(775%) hue-rotate(161deg) brightness(93%) contrast(89%);
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-37zq86kp8s] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-37zq86kp8s] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-37zq86kp8s] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
