/* _content/GoBox.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jc84xb7uwk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jc84xb7uwk] {
    flex: 1;
}

.sidebar[b-jc84xb7uwk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jc84xb7uwk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jc84xb7uwk]  a, .top-row[b-jc84xb7uwk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jc84xb7uwk]  a:hover, .top-row[b-jc84xb7uwk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jc84xb7uwk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jc84xb7uwk] {
        justify-content: space-between;
    }

    .top-row[b-jc84xb7uwk]  a, .top-row[b-jc84xb7uwk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jc84xb7uwk] {
        flex-direction: row;
    }

    .sidebar[b-jc84xb7uwk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jc84xb7uwk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jc84xb7uwk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jc84xb7uwk], article[b-jc84xb7uwk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jc84xb7uwk] {
    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-jc84xb7uwk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GoBox.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mhf73o7tu6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-mhf73o7tu6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mhf73o7tu6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mhf73o7tu6] {
    font-size: 1.1rem;
}

.bi[b-mhf73o7tu6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mhf73o7tu6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mhf73o7tu6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mhf73o7tu6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-mhf73o7tu6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mhf73o7tu6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mhf73o7tu6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mhf73o7tu6]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mhf73o7tu6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mhf73o7tu6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mhf73o7tu6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mhf73o7tu6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mhf73o7tu6] {
        display: none;
    }

    .nav-scrollable[b-mhf73o7tu6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/GoBox.Web/Components/Pages/FAQComponents/FAQPage.razor.rz.scp.css */
[b-ltwbjq91u7] .sub-header {
    /* row */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 0.625rem;
    /*width: 116rem;*/
    /*height: 2.5rem;*/
}

[b-ltwbjq91u7] .quick {
    /* Subtitle */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 0.625rem;
    /*height: 2.5rem;*/
    font-family: Faktum, Roboto;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.51rem;
    text-align: left;
    color: var(--IP-Brand-Primary-600---IP-Green, #006963);
}

[b-ltwbjq91u7] .video-bin {
    /* row */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    /*gap: 48px;*/
    /*width: 1856px;*/
    /*height: 397.65px;*/
}

[b-ltwbjq91u7] .faqGrid {
    /* Section */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    padding: 0px;
    /*width: 428px;*/
    /*height: 397.65px;*/
}

[b-ltwbjq91u7] .faqCaption {
    /* See a 2 minute overview of Order Status & History here. */

    height: 54px;
    font-family: Faktum, Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #424952;
}
[b-ltwbjq91u7] .faqCaption > p {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-ltwbjq91u7] .faq-caption-bin {
    /* Row */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 23px 0px 0px;
    gap: 10px;
    height: 108px;
}

[b-ltwbjq91u7] .faqImage {
    max-width: 100%;
    height: 241.65px;
    gap: 0px;
}

[b-ltwbjq91u7] .faq-image-bin {
    /* Row */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 23px 0px 0px;
    gap: 10px;
/*    height: 264.65px;*/
}

[b-ltwbjq91u7] .faq-header {
    /* Row */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: flex-start;
    padding: 0px 0px 26px;
    /*gap: 20px;*/
    /*height: 56px;*/
    border-bottom: 2px solid #00AB5F;
}

[b-ltwbjq91u7] .faqHeader {
    /* Text */

    width: auto;
    height: 30px;
    font-family: Faktum, Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #006963;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

[b-ltwbjq91u7] .link-arrow-bin {
    /* Toolbar */

    margin: auto 0;
    width: 20px;
    height: 20px;
}

[b-ltwbjq91u7] .link-arrow {
    /* Link Arrow */
    /*position: absolute;*/
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    color: #016A63;
}

[b-ltwbjq91u7] .knowMore {
    /* Text */

    /*width: 310px;*/
    height: 40px;
    font-family: Faktum, Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    color: #006963;
}

[b-ltwbjq91u7] .faq-collection {
    /* row */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 48px;
    /*width: 1856px;*/
    /*height: 133px;*/
    height: auto;
}

[b-ltwbjq91u7] .ip-green {
    color: #016A63;
}

[b-ltwbjq91u7] .expand-icon {
    /* Toolbar */

    margin: 0 0;
    width: 20px;
    height: 20px;
}

[b-ltwbjq91u7] .faq-expand {
    /* Section */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    /*width: 1856px;*/
    /*height: 133px;*/
    /*height: auto;*/
}
[b-ltwbjq91u7] .mud-expand-panel-text {
    width: 100%
}

[b-ltwbjq91u7] .faq-expand-header-bin {
    /* Row */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 0px 26px;
    /*gap: 600px;*/
    /*width: 1856px;*/
    width: 100%;
    height: 56px;
    border-bottom: 2px solid #00AB5F;
}

[b-ltwbjq91u7] .faq-expand-header {
    /* Section Title */
    /* Auto layout */
    padding: 0px;
    gap: 10px;
    margin: 0;
    width: auto;
    /*width: 540px;*/
    height: 30px;
    /* Text */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: Faktum, Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #006963;
}

[b-ltwbjq91u7] .faq-expanded {
    /* Section */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /*width: 1856px;*/
    /*height: 133px;*/
    font-family: Faktum, Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.02px;
    text-align: left;
    color: #15191E;
}
[b-ltwbjq91u7] .mud-drop-zone {
    width: 100%;
}
[b-ltwbjq91u7] .faq-add-button {
    display: flex;
    width: 40px;
    height: 40px;
}
