@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/OrbaTech/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fsv0ntjt6a] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: var(--primary-color);
}

.top-bar[b-fsv0ntjt6a] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    border-bottom: solid 3px;
    border-color: var(--div-border-color);
    background-color: var(--secondary-color);
}
.orbatech-logo[b-fsv0ntjt6a] {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

.nav-bar-items.dxbl-menu[b-fsv0ntjt6a] {
    flex: 1 1 0;
    min-width: 300px;
    display: flex;
    justify-content: flex-end;
}

main[b-fsv0ntjt6a] {
    flex: 1;
    overflow-y: auto;
    width: 100%;
}


@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
}

#blazor-error-ui[b-fsv0ntjt6a] {
    background: lightyellow;
    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[b-fsv0ntjt6a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OrbaTech/Components/Layout/MainLayoutNoNav.razor.rz.scp.css */
.page[b-bqkt74rkww] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bqkt74rkww] {
    flex: 1;
}

.sidebar[b-bqkt74rkww] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bqkt74rkww] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bqkt74rkww]  a, .top-row[b-bqkt74rkww]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bqkt74rkww]  a:hover, .top-row[b-bqkt74rkww]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bqkt74rkww]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bqkt74rkww] {
        justify-content: space-between;
    }

    .top-row[b-bqkt74rkww]  a, .top-row[b-bqkt74rkww]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bqkt74rkww] {
        flex-direction: row;
    }

    .sidebar[b-bqkt74rkww] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bqkt74rkww] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bqkt74rkww]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bqkt74rkww], article[b-bqkt74rkww] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bqkt74rkww] {
    background: lightyellow;
    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[b-bqkt74rkww] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OrbaTech/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/OrbaTech/Components/Pages/EmailPages/Components/ComposeEmail.razor.rz.scp.css */
#compose-email[b-xepvzw296x] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: calc(100% - 30px);
    height: auto;
    min-height: 50%;
    border: 1px solid;
    border-radius: 7px;
    border-color: lightgray;
    margin: 15px 15px 0px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#action-bar[b-xepvzw296x] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    border-color: lightgray;
    outline: none;
}

.email-context[b-xepvzw296x] {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    border-color: lightgray;
    outline: none;
    padding: 5px;
}

.email-address-widgets-minimized[b-xepvzw296x] {
    display: flex;
    flex-direction: row;
    resize: none;
    flex-wrap: wrap;
    height: 40px;
    max-height: 40px;
    max-width: 100%;
    border: none;
    overflow: hidden;
}

.email-address-widgets-expanded[b-xepvzw296x] {
    display: flex;
    flex-direction: row;
    resize: vertical;
    flex-wrap: wrap;
    max-height: none;
    max-width: 100%;
    border: none;
}

.email-address-widget[b-xepvzw296x] {
    flex: 0 0 auto;
    width: fit-content;
    height: 30px;
    color: deepskyblue;
    background-color: white;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 5px;
    margin-top: 3px;
    margin-left: 3px;
}

.added-contacts-count[b-xepvzw296x] {
    transform: translateX(-55px);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 15px;
}

.recipient-fields[b-xepvzw296x] {
    display: flex;
    position: relative;
    justify-content: start;
    resize: vertical;
    border: none;
    border-bottom: 1px solid;
    border-color: lightgray;
}

#text-editing-bar[b-xepvzw296x] {
    width: 100%;
    border: none;
    border-bottom: 3px solid;
    border-color: lightgray;
}

.cc-bcc-buttons[b-xepvzw296x] {
    max-height: 40px;
}

#contacts-img[b-xepvzw296x] {
    width: 30px;
    height: 30px;
    right: 0;
    position: absolute;
    z-index: 1;
    transform: translate(-120px, 5px);
}

#contacts-img-cc[b-xepvzw296x] {
    width: 30px;
    height: 30px;
    right: 0;
    position: absolute;
    z-index: 1;
    transform: translate(0, 5px);
}

#contacts-img:hover[b-xepvzw296x] {
    cursor: pointer;
    background-color: lightgray;
    border-radius: 50%;
}

#comp-e-subject[b-xepvzw296x] {
    padding: 8px;
    border: none;
    outline: none;
}
/* _content/OrbaTech/Components/Pages/EmailPages/Components/EmailList.razor.rz.scp.css */

#list-of-emails-component[b-miktvjoq8l] {
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: solid 1px;
    border-color: lightgray;
    border-radius: 7px;
}

#list-of-emails[b-miktvjoq8l] {
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-y: auto;
    border-radius: 7px;
}
/* _content/OrbaTech/Components/Pages/EmailPages/Components/EmailListComponent.razor.rz.scp.css */
#email-list-component:hover .is-recieved-email[b-nhhhnqukxb] {
    visibility: visible;
}

#e-comp-layout[b-nhhhnqukxb] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: white;
    border-bottom: 1px solid lightgray;
}

#e-comp-center-info[b-nhhhnqukxb] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#e-comp-subject-date[b-nhhhnqukxb] {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#e-comp-urgency[b-nhhhnqukxb] {
    display: flex;
    width: 40px;
    justify-content: center;
}

#e-comp-urgent[b-nhhhnqukxb] {
    width: 20px;
    height: 20px;
}

#e-comp-mark-unread[b-nhhhnqukxb] {
    visibility: hidden;
    display: flex;
    width: auto;
    justify-content: end;
}

#e-comp-mark-as-unread[b-nhhhnqukxb] {
    width: 20px;
    height: 20px;
}

#e-comp-trash[b-nhhhnqukxb] {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 40px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

    #e-comp-trash:hover[b-nhhhnqukxb] {
        background-color: rgb(255, 51, 51);
    }

#list-trash[b-nhhhnqukxb] {
    width: 20px;
    height: 20px;
}
/* _content/OrbaTech/Components/Pages/EmailPages/Components/ReadEmail.razor.rz.scp.css */
#read-email[b-jbmunxqco9] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: calc(100% - 30px);
    height: fit-content;
    border: 1px solid;
    border-radius: 7px;
    border-color: lightgray;
    background-color: white;
    margin: 15px 15px 0px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#read-email-topbar[b-jbmunxqco9] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    background-color: white;
    border-bottom: 1px solid;
    border-color: lightgray;
    margin-top: 15px;
}

#response-imgs[b-jbmunxqco9] {
    display: flex;
    flex-direction: row;
    background-color: white;
    margin-right: 25px;
}

.response-img[b-jbmunxqco9] {
    width: 25px !important;
    height: 25px !important;
    margin-right: 15px;
    margin: 5px;
    cursor: pointer;
}

#email-subject[b-jbmunxqco9] {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}

#images-and-date[b-jbmunxqco9] {
    margin-right: 25px;
}

#rd-e-body[b-jbmunxqco9] {
    margin: 25px 25px;
}
