@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Components/DKPdfViewerDialog.razor.rz.scp.css */

@media (min-width: 425px) {
    .clearPdfDialogButton[b-8x5g5ek77m] {

    }
}



/* /Pages/Chat.razor.rz.scp.css */
.chat__container[b-5fhooxjj9b] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.chat__messageBord[b-5fhooxjj9b] {

}
.chat__correspondence[b-5fhooxjj9b] {

}
.chat__contacts[b-5fhooxjj9b] {
    display: flex;
}
.collapse-contacts[b-5fhooxjj9b] {

}
.button__message-back[b-5fhooxjj9b] {
    display: none;
}
.button__message-contact[b-5fhooxjj9b] {
     display: none
}
.button__message-contact-clear[b-5fhooxjj9b] {
    display: none
}
.message__field[b-5fhooxjj9b] {
    display: flex;
    align-items: center;
    flex-grow: 0;
    position: sticky;
    bottom: 0;
    left: 0;
 
    width: 100%;
   
}

@media (max-width: 1100px) {
    .chat__container[b-5fhooxjj9b] {
        position: relative;
    }
    .chat__contacts[b-5fhooxjj9b] {
        position: absolute;
        right: 0;
    }
    .collapse-contacts[b-5fhooxjj9b] {
        display: none;
    }
    .button__message-contact[b-5fhooxjj9b] {
        display: block
    }
    .button__message-contact-clear[b-5fhooxjj9b] {
        display: block
    }
    
}
@media (max-width: 740px) {
    .chat__container[b-5fhooxjj9b] {
        position: relative;
        display: block;
    }
    .button__message-back[b-5fhooxjj9b] {
        display: block;
    }
    .chat__contacts[b-5fhooxjj9b] {
        top: 0;
        width: 100%;
    }
    .chat__messageBord[b-5fhooxjj9b] {
        position: absolute;
        top: 0;
        width: 100%;
    }
   .collapse-message[b-5fhooxjj9b] {
        display: none;
    }
}
/* /Pages/OrderManagement/DocumentComponents/DocumentManagerComponent.razor.rz.scp.css */

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-yg9pjmd745] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yg9pjmd745] {
    flex: 1;
}

.sidebar[b-yg9pjmd745] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yg9pjmd745] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yg9pjmd745]  a, .top-row[b-yg9pjmd745]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yg9pjmd745]  a:hover, .top-row[b-yg9pjmd745]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yg9pjmd745]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yg9pjmd745] {
        display: none;
    }

    .top-row.auth[b-yg9pjmd745] {
        justify-content: space-between;
    }

    .top-row[b-yg9pjmd745]  a, .top-row[b-yg9pjmd745]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yg9pjmd745] {
        flex-direction: row;
    }

    .sidebar[b-yg9pjmd745] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yg9pjmd745] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yg9pjmd745]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yg9pjmd745], article[b-yg9pjmd745] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-sa0ue5ksup] {
    background-color: rgba(255, 255, 255, 0.1);
}

.oi[b-sa0ue5ksup] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.navcontainer[b-sa0ue5ksup] {
    
}



/*

.my-nav-item:first-of-type {
    padding-top: 1rem;
}

.my-nav-item:last-of-type {
    padding-bottom: 1rem;
}*/




@media (min-width: 1100px) {
    .navbar-toggler[b-sa0ue5ksup] {
        display: none;
    }

    .collapse[b-sa0ue5ksup] {
        display: block;
    }
    .my-navbody[b-sa0ue5ksup] {
        position:sticky;
        top: 0px;
        width: 100%;
        display: flex;
        align-items: end;
        justify-content: space-between;
        
        z-index: 1000;
        
    }
    .navcontainer[b-sa0ue5ksup] {
        display: flex;
   
    }
    .navlink-nav[b-sa0ue5ksup] {
        display: flex;
        
    }

    .logoutBtn[b-sa0ue5ksup] {
        justify-self: flex-end
    }
}
