@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/DocSignCore/Components/CompanyBrowse.razor.rz.scp.css */
/*#region*/
body[b-u99ct6t7j3] {
    overflow: hidden;
}

.modal-dialog[b-u99ct6t7j3] {
    z-index: 1055;
}

.def-btn[b-u99ct6t7j3] {
    font-size: var(--font14);
}

.show[b-u99ct6t7j3] {
    display: block;
}

.hide[b-u99ct6t7j3] {
    display: none;
}

.modal-backdrop[b-u99ct6t7j3] {
    opacity: 0.5;
    border: none;
    cursor: default;
    animation: 0.5s opacity ease;
}

.modal-dialog[b-u99ct6t7j3] {
    -webkit-animation: fadein .4s ease-in-out;
    -moz-animation: fadein .4s ease-in-out;
    -o-animation: fadein .4s ease-in-out;
    animation: fadein-b-u99ct6t7j3 .4s ease-in-out;
}

.closing[b-u99ct6t7j3] {
    -webkit-animation: fadeout .4s ease-in-out;
    -moz-animation: fadeout .4s ease-in-out;
    -o-animation: fadeout .4s ease-in-out;
    animation: fadeout-b-u99ct6t7j3 .4s ease-in-out;
}

@-webkit-keyframes fadein {
    from {
        transform: translateY(-10%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadein-b-u99ct6t7j3 {
    from {
        transform: translateY(-10%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-10%);
        opacity: 0;
    }
}

@keyframes fadeout-b-u99ct6t7j3 {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-10%);
        opacity: 0;
    }
}

/*#endregion*/

.modal-fullscreen[b-u99ct6t7j3] {
    display: flex;
    align-items: center;
}

.modal-content[b-u99ct6t7j3] {
    height: 90%;
}

.modal-body[b-u99ct6t7j3] {
    display: flex;
    padding: 0;
}

.flex-column-between[b-u99ct6t7j3] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    overflow: hidden;
    width: 40%;
    height: 100%;
    overflow-y: auto;
    padding: 1rem
}

.box-border[b-u99ct6t7j3] {
    border: 0.12em solid var(--borderClr);
}

.modal-body__input[b-u99ct6t7j3] {
    width: 100%;
}

input[type="date"][b-u99ct6t7j3]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    display: block;
    padding: 0.42rem;
    background-color: var(--sysBackgBlue);
    cursor: pointer;
}

.modal-body__input .form-control[b-u99ct6t7j3] {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 115px 1fr;
}

    .modal-body__input .form-control p[b-u99ct6t7j3] {
        display: inline-block;
        box-sizing: border-box;
        text-align: left;
        vertical-align: top;
        margin: 0;
        float: left;
        font-size: var(--font14);
    }

.modal-body__input .value[b-u99ct6t7j3] {
    padding: 0;
    border-bottom: 0.01em solid #b7b7b7;
    position: relative;
}

    .modal-body__input .value input[b-u99ct6t7j3] {
        width: 100%;
        border: none;
        height: 30px;
        margin: 0;
        padding-left: .75rem;
    }

/*.modal-body__input .value input:disabled {
            color: #000;
        }*/

.modal-body__input section .value[b-u99ct6t7j3] {
    display: grid;
    grid-template-columns: 1fr 30px;
    justify-content: space-between;
}

.modal-body__input .value button[b-u99ct6t7j3] {
    border: none;
    width: 30px;
    height: 30px;
    background-color: var(--sysBackgBlue);
    transition: 0.2s;
}

.modal-body__input section .value button:hover[b-u99ct6t7j3] {
    background-color: var(--tabActiveBlue);
}

.modal-body__input .doc-txt[b-u99ct6t7j3] {
    grid-template-columns: 1fr;
}

.modal-body__input .date-num[b-u99ct6t7j3] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 10px;
}

    .modal-body__input .date-num .form-control[b-u99ct6t7j3] {
        flex: 30%;
    }

    .modal-body__input .date-num input[b-u99ct6t7j3] {
        min-width: 50px;
    }

input:focus[b-u99ct6t7j3] {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: inset 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.attach[b-u99ct6t7j3] {
    padding: 0;
}

    .attach p[b-u99ct6t7j3] {
        width: 115px;
    }

.send-btn[b-u99ct6t7j3] {
    color: #fff;
    background-color: var(--mainBlue);
    font-size: var(--font14);
    padding-left: 1rem;
    padding-right: 1rem;
}

    .send-btn:hover[b-u99ct6t7j3] {
        background-color: var(--txtBlue);
    }
/*#region .modal-body__detail*/
.modal-body__detail[b-u99ct6t7j3] {
    width: 60%;
    overflow-x: hidden;
}

.doc-null[b-u99ct6t7j3] {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}
/*#region .modal-body__company*/
.modal-body__company[b-u99ct6t7j3] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease-out;
    transform: translateX(150%);
    background-color: var(--backg);
    display: flex;
    flex-direction: column;
}

.modal-body__company__active[b-u99ct6t7j3] {
    transform: translateX(0) !important;
}

.modal-body__company .list-detail[b-u99ct6t7j3] {
    display: flex;
    flex-direction: row;
    height: calc(100% - 35px - 1rem);
}

    .modal-body__company .list-detail .categorie-list[b-u99ct6t7j3] {
        height: 100%;
    }

.list-detail .categorie[b-u99ct6t7j3] {
    width: 35%;
}

.categorie .categorie-item[b-u99ct6t7j3] {
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
    margin: 0 0.5rem 0.4rem 0.5rem;
    font-family: var(--ff-Manr-SemiBold);
    cursor: pointer;
    transition: 0.2s;
}

.categorie .item-active[b-u99ct6t7j3] {
    background-color: var(--mainBlue) !important;
    color: #fff;
}

.categorie .categorie-item:hover[b-u99ct6t7j3] {
    background: var(--tabActiveBlue);
}

.categorie .categorie-item > span[b-u99ct6t7j3], .accordion-button > span[b-u99ct6t7j3], .accordion-body__item > span[b-u99ct6t7j3] {
    font-family: var(--ff-Manr-Light);
}

.list-detail .categorie .caption[b-u99ct6t7j3] {
    padding: 0 10px;
}

    .list-detail .categorie .caption i[b-u99ct6t7j3] {
        cursor: pointer;
        margin-right: 10px;
    }
/*Accordian*/
.accordion-item[b-u99ct6t7j3] {
    background: none !important;
    border: none !important;
}

.accordion-button[b-u99ct6t7j3] {
    transition: all 300ms ease-in-out;
    padding: 0;
    font-size: var(--font14);
    background: none;
}

    .accordion-button:focus[b-u99ct6t7j3] {
        box-shadow: none;
    }

.accordion-header:has(.accordion-button:not(.collapsed))[b-u99ct6t7j3] {
    color: var(--white) !important;
    background-color: var(--primary-500);
    box-shadow: none;
}

.accordion-button:not(.collapsed)[b-u99ct6t7j3] {
    color: var(--white) !important;
}

.accordion-collapse[b-u99ct6t7j3] {
    transition: 0.1s ease-out;
}

.accordion-body[b-u99ct6t7j3] {
    padding: 0;
    margin: 0 0.5rem 0.3rem;
    background: #fff;
    border-radius: 2px;
    transition: 0.1s;
}

.accordion-body__item[b-u99ct6t7j3] {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    cursor: pointer;
    font-family: var(--ff-Manr-Med);
}

    .accordion-body__item:hover[b-u99ct6t7j3] {
        background-color: var(--tabActiveBlue);
    }

    .accordion-body__item.active[b-u99ct6t7j3] {
        color: var(--primary-500) !important;
    }

#collapseZero[b-u99ct6t7j3] {
    height: calc(100% - 35px);
    overflow: hidden;
    overflow-y: auto;
}

.accordion-button:not(.collapsed)[b-u99ct6t7j3]::after {
    transform: rotate(-90deg);
}
/*Accordian*/
.list-detail .company[b-u99ct6t7j3] {
    width: 65%;
}

    .list-detail .company .caption[b-u99ct6t7j3] {
        margin-right: 10px;
        display: flex;
        justify-content: space-between;
    }

        .list-detail .company .caption .filter-badge[b-u99ct6t7j3] {
            max-width: 85%;
            padding: 0.2rem 0.5rem;
            border-radius: 15px;
            color: #000;
            text-decoration: none;
            background-color: var(--backgGrey);
            display: flex;
            align-items: center;
        }

            .list-detail .company .caption .filter-badge span[b-u99ct6t7j3] {
                white-space: nowrap;
                overflow: hidden !important;
                text-overflow: ellipsis;
            }

            .list-detail .company .caption .filter-badge .btn-close[b-u99ct6t7j3] {
                margin-left: 0.5rem;
                width: .25em;
                height: .25em;
                padding: .3em .3em;
            }

        .list-detail .company .caption .paging[b-u99ct6t7j3] {
            display: flex;
            justify-content: flex-end;
            gap: 20px;
        }
/* #region scroll*/
.flex-column-between[b-u99ct6t7j3]::-webkit-scrollbar, .categorie-list[b-u99ct6t7j3]::-webkit-scrollbar, .company-list[b-u99ct6t7j3]::-webkit-scrollbar, .modal-body__detail[b-u99ct6t7j3]::-webkit-scrollbar {
    width: 0.5em;
}

.flex-column-between[b-u99ct6t7j3]::-webkit-scrollbar-track, .categorie-list[b-u99ct6t7j3]::-webkit-scrollbar-track, .company-list[b-u99ct6t7j3]::-webkit-scrollbar-track, .modal-body__detail[b-u99ct6t7j3]::-webkit-scrollbar-track {
    background-color: var(--backgGrey);
    border-radius: 5px;
}

.flex-column-between[b-u99ct6t7j3]::-webkit-scrollbar-thumb, .categorie-list[b-u99ct6t7j3]::-webkit-scrollbar-thumb, .company-list[b-u99ct6t7j3]::-webkit-scrollbar-thumb, .modal-body__detail[b-u99ct6t7j3]::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 5px;
}

    .flex-column-between[b-u99ct6t7j3]::-webkit-scrollbar-thumb, .categorie-list[b-u99ct6t7j3]::-webkit-scrollbar-thumb:hover, .company-list[b-u99ct6t7j3]::-webkit-scrollbar-thumb:hover, .modal-body__detail[b-u99ct6t7j3]::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,0.5);
        width: 0.7em;
    }

/* #endregion scroll*/

.list-detail .caption[b-u99ct6t7j3] {
    height: 35px;
    display: flex;
    align-items: center;
}

.list-detail .categorie-list[b-u99ct6t7j3], .list-detail .company-list[b-u99ct6t7j3] {
    height: calc(100% - 35px);
    overflow: hidden;
    overflow-y: auto;
}

.company .company-item[b-u99ct6t7j3] {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1em solid #b7b7b7;
    width: 100%;
    padding: 0.5rem;
    gap: 10px;
    background-color: #fff;
    transition: 0.05s;
    cursor: pointer;
}

    .company .company-item:hover[b-u99ct6t7j3] {
        transform: scale(1);
        box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
        z-index: 2;
    }

    .company .company-item.active[b-u99ct6t7j3] {
        background-color: var(--tabActiveBlue) !important;
    }

        .company .company-item.active .select-btn[b-u99ct6t7j3] {
            background-color: var(--darkGrey) !important;
        }

    .company .company-item > div:nth-child(1)[b-u99ct6t7j3] {
        max-width: calc(100% - 100px);
        display: flex;
        flex-direction: column;
    }

    .company .company-item > div:nth-child(2)[b-u99ct6t7j3] {
        width: 120px;
        text-align: right;
    }

        .company .company-item > div:nth-child(2) button[b-u99ct6t7j3] {
            padding: 0 7px;
            width: 60px;
            background-color: var(--mainBlue);
            border-radius: 0;
            font-size: 12px;
            border: none;
            color: #fff;
        }

    .company .company-item a[b-u99ct6t7j3] {
        font-family: var(--ff-Manr-Bold);
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }

    .company .company-item p[b-u99ct6t7j3] {
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }
/*#endregion .modal-body__company*/
.modal-body__detail .iframe[b-u99ct6t7j3] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*#endregion .modal-body__detail*/

/*#region progressBar*/
#mainFile section[b-u99ct6t7j3] {
    width: 100%;
    padding: 0 .75rem;
    display: flex;
    align-items: center;
    font-size: var(--font14);
}

    #mainFile section a[b-u99ct6t7j3] {
        max-width: 85%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        cursor: pointer;
    }

    #mainFile section span[b-u99ct6t7j3] {
        width: 15%;
        min-width: 50px;
    }
/*#endregion progressBar*/

/*#region Modal*/
#solveModal .form-control[b-u99ct6t7j3] {
    grid-template-columns: max-content 1fr;
    gap: 10px;
}

    #solveModal .form-control .value[b-u99ct6t7j3] {
        padding: 0;
        border: none;
    }

#solveModal input[b-u99ct6t7j3] {
    border-bottom: 0.01em solid #b7b7b7;
}

#solveModal .modal-body__input > p[b-u99ct6t7j3] {
    padding: .5rem;
}

/*#region Loader*/
.animateTextBox[b-u99ct6t7j3] {
    background: #fff;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    text-align: center;
    margin-top: 20px;
}

    .animateTextBox > section[b-u99ct6t7j3] {
    }

.loaderBox[b-u99ct6t7j3] {
    width: 100%;
}

.clpImg[b-u99ct6t7j3] {
    margin: auto;
    text-align: center;
}

.spinnerDots[b-u99ct6t7j3] {
    width: 70px;
    text-align: center;
    margin: 20px auto 0px auto;
}

    .spinnerDots > div[b-u99ct6t7j3] {
        background-color: var(--mainBlue);
        border-radius: 100%;
        display: inline-block;
        width: 14px;
        height: 14px;
        -webkit-animation: rk-bouncedelay 1.4s infinite ease-in-out both;
        animation: rk-bouncedelay-b-u99ct6t7j3 1.4s infinite ease-in-out both;
    }

    .spinnerDots .dots1[b-u99ct6t7j3] {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinnerDots .dots2[b-u99ct6t7j3] {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes rk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes rk-bouncedelay-b-u99ct6t7j3 {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/*#endregion Loader*/

/*#endregion Modal*/
@media screen and (max-width: 1024px) {
    .flex-column-between[b-u99ct6t7j3] {
        width: 40%;
    }

    .modal-body__detail[b-u99ct6t7j3] {
        width: 60%;
    }

    .modal-body__input .date-num[b-u99ct6t7j3] {
        display: flex;
        flex-direction: column;
    }

    .modal-body__btn[b-u99ct6t7j3] {
        width: 100%;
    }

    .attach .modal-body__btn[b-u99ct6t7j3] {
        width: 140px;
    }

    .modal-body__btn button[b-u99ct6t7j3] {
        width: 100%;
    }

    .attach > section:nth-child(1) p[b-u99ct6t7j3] {
        margin-bottom: 0.375rem;
    }
}

@media screen and (max-width: 768px) {
    .flex-column-between[b-u99ct6t7j3], .modal-body__detail[b-u99ct6t7j3] {
        width: 50%;
    }

    .modal-body__company .list-detail[b-u99ct6t7j3] {
        flex-direction: column;
    }

    .list-detail .categorie[b-u99ct6t7j3], .list-detail .company[b-u99ct6t7j3] {
        width: 100%;
    }

        .list-detail .categorie .caption[b-u99ct6t7j3] {
            background-color: var(--sysBackgBlue);
        }

        .list-detail .company .caption[b-u99ct6t7j3] {
            height: 50px;
            margin-left: 10px;
        }

        .list-detail .company .company-list[b-u99ct6t7j3] {
            border-left: none;
        }
}

@media screen and (max-width: 610px) {
    .modal-body[b-u99ct6t7j3] {
        overflow-x: hidden;
    }

    .flex-column-between[b-u99ct6t7j3] {
        width: 100%;
    }

    .modal-body__detail[b-u99ct6t7j3] {
        position: fixed;
        transform: translateX(100vw);
    }

    .modal-body__detail__active[b-u99ct6t7j3] {
        position: absolute;
        transform: translateX(0);
        width: 100%;
    }

    .list-detail[b-u99ct6t7j3] {
        min-height: calc(100vh - 135px);
    }

    .modal-body__company__active[b-u99ct6t7j3] {
        position: relative;
        transform: translateX(0) !important;
    }
}

@media screen and (max-width: 565px) {
    .modal-body__input[b-u99ct6t7j3] {
        width: 100%;
    }
}
/* _content/DocSignCore/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-9srkk2uwdi] {
  color: var(--gray-100) !important;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .c-right[b-9srkk2uwdi] {
  height: 40px !important;
}
.footer .newsonic[b-9srkk2uwdi] {
  transition: 0.1s all ease-in-out !important;
  text-decoration: none !important;
  position: absolute;
  right: 1rem;
  opacity: 50%;
}
.footer .newsonic:hover[b-9srkk2uwdi] {
  opacity: 100%;
}
.footer .newsonic span[b-9srkk2uwdi] {
  line-height: normal;
  font-size: 8px !important;
  margin-bottom: 1px;
  color: var(--gray-100) !important;
}
.footer .newsonic .logo[b-9srkk2uwdi] {
  background: no-repeat url(../newsonic.png);
  filter: brightness(0) invert(1);
  width: 100px;
  height: 20px;
  background-size: contain;
}
/* _content/DocSignCore/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8sl2bcr9nu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-8sl2bcr9nu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8sl2bcr9nu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8sl2bcr9nu]  a, .top-row[b-8sl2bcr9nu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8sl2bcr9nu]  a:hover, .top-row[b-8sl2bcr9nu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8sl2bcr9nu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8sl2bcr9nu] {
        justify-content: space-between;
    }

    .top-row[b-8sl2bcr9nu]  a, .top-row[b-8sl2bcr9nu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8sl2bcr9nu] {
        flex-direction: row;
    }

    .sidebar[b-8sl2bcr9nu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8sl2bcr9nu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8sl2bcr9nu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8sl2bcr9nu], article[b-8sl2bcr9nu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8sl2bcr9nu] {
    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-8sl2bcr9nu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DocSignCore/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hpir6dxwhe] {
    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-hpir6dxwhe] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-hpir6dxwhe] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hpir6dxwhe] {
    font-size: 1.1rem;
}

.bi[b-hpir6dxwhe] {
    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-hpir6dxwhe] {
    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-hpir6dxwhe] {
    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-hpir6dxwhe] {
    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");
}

.bi-lock-nav-menu[b-hpir6dxwhe] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-hpir6dxwhe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-hpir6dxwhe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-hpir6dxwhe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-hpir6dxwhe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-hpir6dxwhe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hpir6dxwhe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hpir6dxwhe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hpir6dxwhe]  .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-hpir6dxwhe]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hpir6dxwhe]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hpir6dxwhe] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hpir6dxwhe] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hpir6dxwhe] {
        display: none;
    }

    .nav-scrollable[b-hpir6dxwhe] {
        /* 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/DocSignCore/Components/Pages/VerifyFile.razor.rz.scp.css */
.card-list[b-kpz43xdyg8] {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  overflow-y: auto;
}
