@import '_content/Dascus.Blazor/Dascus.Blazor.mbj5wdfcyx.bundle.scp.css';

/* /Components/AuthorizationSideMenu.razor.rz.scp.css */
.navbar-toggler-icon[b-izil8o8klt] {
    height: 1.25em;
    width: 1.25em;
}

.sidebar[b-izil8o8klt] {
    background-image: var(--main-bg-color);
    padding-top: 3.5rem;
    z-index: 1000;
}

.sidebar .top-row[b-izil8o8klt] { }

.sidebar .navbar-brand[b-izil8o8klt] { font-size: 1.1rem; }

.sidebar .oi[b-izil8o8klt] {
    font-size: 1.1rem;
    top: -2px;
    vertical-align: text-top;
    /*width: 2rem;*/
    width: auto;
}

.sidebar .nav-item[b-izil8o8klt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.sidebar .nav-item:last-of-type[b-izil8o8klt] { padding-bottom: 1rem; }

[b-izil8o8klt] a.nav-link {
    align-items: center;
    border-radius: 4px;
    color: #d7d7d7;
    display: flex;
    height: 3rem;
    line-height: 3rem;
}

.sidebar[b-izil8o8klt]  .nav-item a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.sidebar[b-izil8o8klt]  .nav-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (max-width: 1199.98px) {
    .hide-at-mobile[b-izil8o8klt] { display: none !important; }

    .sidebar[b-izil8o8klt] {
        /* display: none; */
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .sidebar[b-izil8o8klt] {
        min-height: 100vh;
        position: sticky;
        top: 0;
        width: 215px;
    }

    .sidebarCollapsed[b-izil8o8klt] { width: auto !important; }

    .navbar-toggler[b-izil8o8klt] { display: none; }

    .sidebar .collapse[b-izil8o8klt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/CardTemplateDownload.razor.rz.scp.css */

.svgIcon[b-rc2tjrscpm] {
    font-size: 5rem;
    line-height: 64px;
    height: 64px;

}

.svgIconWhite[b-rc2tjrscpm] {
    fill: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
} 

svg[b-rc2tjrscpm], [b-rc2tjrscpm] svg {
    width: 100% !important;
    height: 100% !important;

}

.card-hover[b-rc2tjrscpm] {
    transition: .3s;
}

.card-hover:hover[b-rc2tjrscpm] {
    transform: scale(1.05);
 
}

.card-link[b-rc2tjrscpm] {
    
}

.card-link:hover[b-rc2tjrscpm] {
    /*opacity: 0.8;*/
    cursor: pointer;
}
/* /Components/CsoPortalLoginStatusControl.razor.rz.scp.css */
.icon:hover[b-fknb1lesfk] {
    /*fill: #DA4567;*/
    opacity: 0.8;
}

label[b-fknb1lesfk] { margin-bottom: 0; }


.login-status-control[b-fknb1lesfk] {
    border-radius: 12px;
    min-height: 50px;
    padding: 3px !important;
}

.login-status-control-colored[b-fknb1lesfk] { background: #4a97e9; }

.login-status-control-child-content[b-fknb1lesfk] {
    background: white;
    border-radius: 10px !important;
    border-radius: 10px !important;
    margin-top: 0;
    padding: 10px;
}

.login-status-control-title[b-fknb1lesfk] {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}
/* /Components/CsoPortalTopRowComponent.razor.rz.scp.css */
.dascus-top-row[b-izes3q9sg3] {
    align-items: center;
    background: transparent;
    height: 3.5rem;
    z-index: 9999;
}

.dascus-top-row-font[b-izes3q9sg3] {
    color: white;
    font-size: 1.5rem;
}

.dascus-title-row[b-izes3q9sg3] {
    align-items: center;
    background-image: var(--main-horizontal-bg-color);
    height: 3.5rem;
    padding-left: 70px;
    z-index: 1000;
}

@media (max-width: 1199.98px) {
    .dascus-title-row[b-izes3q9sg3] { display: none; }

    .dascus-top-row[b-izes3q9sg3] { /* display: none; */ }

    .container-buttons[b-izes3q9sg3] {
        position: absolute;
        width: calc(100% - 75px);
    }
}


.fixed[b-izes3q9sg3] {
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    /*    background-color: greenyellow;*/
}



.more[b-izes3q9sg3] { padding: 3px; }

.more:hover[b-izes3q9sg3] {
    background: blue;
    border-radius: 100%;
    color: white;
}
/* /Pages/CustomerDownload.razor.rz.scp.css */
.downloadItem[b-oqbw3fz2g4] {
    margin: 0px;
    padding: 10px 0px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*

*/
.page[b-cf1lfc59p1] {
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-cf1lfc59p1] {
    flex: 1;
    margin-top: 3.5rem;
}

/*.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}*/

/*.top-row ::deep a, .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}*/

/*.top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}*/

@media (max-width: 1199.98px) {
    /*.top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }*/
}

@media (min-width: 1200px) {
    .page[b-cf1lfc59p1] { flex-direction: row; }


    /*.top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row  {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
