/* /Components/ContactsManager.razor.rz.scp.css */
.button-scoc[b-dn9nvji668] {
    padding-top: 20px;
}

.button-scoc[b-dn9nvji668] {
    padding: 5px 15px;
    background: #FFD800;
    color: #2F4050 !important;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #FFD800;
    border-radius: 28px;
}

    .button-scoc:hover[b-dn9nvji668] {
        border: 1px solid #EFCB00 !important;
        background: #EFCB00;
    }
/* /Components/FooterComponent.razor.rz.scp.css */
.footer-list[b-0xg72ppayt] {
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer-region[b-0xg72ppayt] {
    padding: 25px 60px 20px 30px;
    background-color: #2F4050;
}

    .footer-region .row[b-0xg72ppayt] {
        padding-bottom: 20px;
        font-size: 0;
    }

    .footer-region .column[b-0xg72ppayt] {
        padding: 10px 10px;
    }

        .footer-region .column.col-one[b-0xg72ppayt] {
            padding-right: 150px;
        }

        .footer-region .column.col-two[b-0xg72ppayt] {
            padding: 0 0px 0 150px;
        }

        .footer-region .column.col-three[b-0xg72ppayt] {
            padding-left: 200px;
        }

    .footer-region .title[b-0xg72ppayt] {
        padding-bottom: 10px;
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #fff;
    }

.footer-list > li[b-0xg72ppayt] {
    padding: 2px 0;
}

.footer-list .code[b-0xg72ppayt] {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
}

.footer-list .text[b-0xg72ppayt], .footer-list a[b-0xg72ppayt] {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #fff !important;
}

.footer-list a[b-0xg72ppayt] {
    transition: text-decoration 0.2s;
}

    .footer-list a:hover[b-0xg72ppayt] {
        text-decoration: underline;
    }

.footer-region .copyright[b-0xg72ppayt] {
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    color: #fff;
}

    .footer-region .copyright p[b-0xg72ppayt] {
        color: #fff;
        font-size: 12px;
        line-height: 30px;
        opacity: 0.5;
        margin: 0;
    }
/* /Components/HeaderComponent.razor.rz.scp.css */

.header-region[b-b2sh57fcwe] {
    position: fixed;
    top: 15px;
    background-color: #fff;
    border-radius: 45px;
    padding: 10px 35px;
    left: 240px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 20px #0B164326;
    -moz-box-shadow: 0 0 20px #0B164326;
    -webkit-box-shadow: 0 0 20px #0B164326;
    -moz-transition: left 0.2s ease-in-out;
    -webkit-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}

    .header-region.x-open[b-b2sh57fcwe] {
        left: 80px;
    }

    .header-region .badge-column[b-b2sh57fcwe] {
        font-size: 0;
    }

        .header-region .badge-column .title-container[b-b2sh57fcwe] {
            display: inline-block;
            vertical-align: middle;
            padding-right: 15px;
        }

        .header-region .badge-column .image-container[b-b2sh57fcwe] {
            display: inline-block;
            vertical-align: middle;
        }

        .header-region .badge-column .text-one[b-b2sh57fcwe] {
            font-size: 13px;
            font-family: 'Roboto';
            font-weight: 700;
            line-height: 15px;
            letter-spacing: -0.13px;
            color: #004F91;
        }

        .header-region .badge-column .text-two[b-b2sh57fcwe] {
            font-size: 13px;
            font-family: 'Roboto';
            font-weight: 700;
            line-height: 15px;
            letter-spacing: -0.13px;
            color: #8BC751;
            text-align: right;
        }


@media only screen and (max-width: 959px) {
    .header-region .logo img[b-b2sh57fcwe] {
        max-width: 100px;
    }

    .header-region .badge-column .image-container img[b-b2sh57fcwe] {
        height: 50px;
    }

    .header-region .badge-column .text-one[b-b2sh57fcwe] {
        font-size: 11px;
    }

    .header-region .badge-column .text-two[b-b2sh57fcwe] {
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-default[b-b2sh57fcwe] {
        background: #2F4050;
    }

    .minimalize-styl-2[b-b2sh57fcwe] {
        margin: 0;
    }

    .navbar.navbar-static-top[b-b2sh57fcwe] {
        display: block;
        background: #fff;
        width: auto;
    }

    .header-region[b-b2sh57fcwe] {
        left: 10px;
        right: 10px;
        padding: 10px 20px;
    }

        .header-region .logo[b-b2sh57fcwe] {
            margin: 10px auto 10px 10px;
        }

        .header-region .badge-column .text-one .box-one[b-b2sh57fcwe] {
            display: block;
            text-align: right;
        }

        .header-region .badge-column .text-one .box-two[b-b2sh57fcwe] {
            display: block;
            text-align: right;
        }

    .row .image-container .text-container[b-b2sh57fcwe] {
        padding: 0 20px;
        margin-top: 35px;
    }
}

@media only screen and (max-width: 479px) {
    .header-region .badge-column .title-container[b-b2sh57fcwe] {
        display: none;
    }

    .info-container[b-b2sh57fcwe] {
        padding: 40px 10px;
    }

        .info-container .info-title[b-b2sh57fcwe] {
            display: block;
            padding: 10px 0;
        }

            .info-container .info-title .text-one[b-b2sh57fcwe] {
                font-size: 15px;
                font-weight: 700;
                line-height: 15px;
                letter-spacing: -0.13px;
                color: #004F91;
            }

            .info-container .info-title .text-two[b-b2sh57fcwe] {
                font-size: 15px;
                font-weight: 700;
                line-height: 15px;
                letter-spacing: -0.13px;
                color: #8BC751;
            }
}
/* /Components/ScorecardTableComponent.razor.rz.scp.css */
.info-container[b-xw8yy4kahj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    width: 100%;
    padding: 15px 0;
}

    .info-container .column-info[b-xw8yy4kahj] {
        display: inline-block;
        vertical-align: middle;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .info-container .title[b-xw8yy4kahj] {
        font-size: 13px;
        font-weight: 700;
        color: #2F4050;
    }

    .info-container .value[b-xw8yy4kahj] {
        font-size: 13px;
        font-weight: 400;
        color: #2F4050;
        line-height: 20px;
    }

        .info-container .value.completed[b-xw8yy4kahj] {
            font-weight: 600;
            color: #2193FF;
        }

    .info-container p[b-xw8yy4kahj] {
        margin: 0;
    }

/*** CONTENT  ***/
.table > thead > tr > th[b-xw8yy4kahj] {
    border-bottom: none !important;
}

.table-bordered[b-xw8yy4kahj] {
    border: none !important;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    /*    margin-top: 40px;*/
}

    .table-bordered > thead > tr > th[b-xw8yy4kahj] {
        background-color: #F5F5F5 !important;
        border-top: 1px solid #E7E7E7 !important;
        border-left: 1px solid #E7E7E7 !important;
        border-right: 1px solid #E7E7E7 !important;
        padding: 20px !important;
        font-size: 15px;
        text-transform: capitalize !important;
        letter-spacing: 0.3px;
        font-weight: 700;
        color: #2F4050;
    }

        .table-bordered > thead > tr > th:last-child[b-xw8yy4kahj] {
            border-right: 1px solid #E7E7E7 !important;
        }

    .table-bordered > tbody > tr > td[b-xw8yy4kahj] {
        border: none !important;
    }

.table > tbody > tr[b-xw8yy4kahj] {
    border-bottom: 1px solid #E7E7E7 !important;
    height: 60px;
}


.comment-text[b-xw8yy4kahj] {
    font-size: 14px;
    color: #2F4050;
    opacity: 0.6;
    font-weight: 400;
}

.view-info-container[b-xw8yy4kahj] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.view-info[b-xw8yy4kahj] {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 600;
    color: #0089FF;
    cursor: pointer;
}

.table-bordered > tbody > tr > td[b-xw8yy4kahj] {
    border-left: 1px solid #E7E7E7 !important;
    padding: 0 20px !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #2F4050;
    height: 60px;
    align-items: center;
    border-right: 1px solid #E7E7E7 !important;
    vertical-align: middle;
}

    .table-bordered > tbody > tr > td > input[b-xw8yy4kahj] {
        height: 45px;
        border-radius: 5px;
        border: 1px solid #B7B7B7 !important;
    }

        .table-bordered > tbody > tr > td > input:focus[b-xw8yy4kahj] {
            outline: none;
        }

    .table-bordered > tbody > tr > td.active[b-xw8yy4kahj] {
        height: auto;
        padding-top: 20px !important
    }

    .table-bordered > tbody > tr > td.open[b-xw8yy4kahj] {
        padding: 10px 20px !important;
    }

.sections .score-column[b-xw8yy4kahj] {
    width: 130px;
    padding: 0px 20px;
}

    .sections .score-column input[b-xw8yy4kahj] {
        width: 90px;
        font-size: 14px;
        font-weight: 700;
    }

.criteria > div[b-xw8yy4kahj] {
    padding-left: 0px !important;
}

.criteria[b-xw8yy4kahj] {
    position: relative;
    padding-right: 10px !important;
    width: 40%;
}

.input-wrapper[b-xw8yy4kahj] {
    position: relative;
    height: 45px;
    padding-right: 110px;
    border: 1px solid #B7B7B7 !important;
    border-radius: 5px;
    transition: all,0.2s;
}

    .input-wrapper textarea[b-xw8yy4kahj] {
        display: block;
        height: calc(100% - 20px);
        width: 100%;
        margin: 10px 25px 10px 0;
        padding: 0px 10px;
        overflow: hidden;
        resize: none;
        outline: none;
        background: 0 0;
        width: 100%;
        border-radius: 5px;
        border: none !important;
        font-size: 12px;
        letter-spacing: 0.25px;
        color: #2F4050;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .input-wrapper textarea.open[b-xw8yy4kahj] {
            height: calc(200px - 20px);
            overflow-y: auto;
        }

    .input-wrapper.open[b-xw8yy4kahj] {
        height: 200px;
    }

    .input-wrapper textarea:focus[b-xw8yy4kahj] {
        outline: none;
    }

.score-column input[b-xw8yy4kahj] {
    padding: 10px;
}

    .score-column input[b-xw8yy4kahj]::-webkit-inner-spin-button,
    .score-column input[b-xw8yy4kahj]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.view-more[b-xw8yy4kahj] {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 45px;
    width: 95px;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 600;
    color: #0089FF;
    cursor: pointer;
}

    .view-more > span[b-xw8yy4kahj] {
        display: inline-block;
        vertical-align: middle;
    }

    .view-more .icon[b-xw8yy4kahj]:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 1px;
    }

    .view-more .icon-minus[b-xw8yy4kahj]:before {
        margin-top: 2px;
    }

.tooltip-wrapper > div[b-xw8yy4kahj] {
    display: none;
    visibility: visible !important;
    position: static !important;
    color: #2F4050 !important;
    margin-left: 0 !important;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: 400;
    padding: 20px 0;
    transition: all, 0.2s;
}

.tooltip-wrapper[b-xw8yy4kahj] {
    border-bottom: none !important;
}

.view-info-container .icon[b-xw8yy4kahj] {
    color: #0089FF;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

/***PERFORMANCE ROW***/
.table > tbody > tr.performance[b-xw8yy4kahj] {
    height: 90px;
    background-color: #F5F5F5 !important;
}

    .table > tbody > tr.performance .title[b-xw8yy4kahj] {
        color: #2F4050;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.3px;
    }

    .table > tbody > tr.performance .score-result[b-xw8yy4kahj] {
        font-weight: 700;
    }

table > tbody > tr.performance .pes-ranking-very-good[b-xw8yy4kahj] {
    background-color: transparent;
}

table > tbody > tr.performance .pes-ranking-insufficient[b-xw8yy4kahj], table > tbody > tr.performance .pes-ranking-mediocre[b-xw8yy4kahj], table > tbody > tr.performance .pes-ranking-good[b-xw8yy4kahj], table > tbody > tr.performance .pes-ranking-excellent[b-xw8yy4kahj] {
    background-color: transparent;
}

table > tbody > tr.performance .pes-ranking[b-xw8yy4kahj] {
    position: relative;
    display: inline-block;
    padding-left: 60px;
}

    table > tbody > tr.performance .pes-ranking[b-xw8yy4kahj]:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 10px;
        border-radius: 15px;
    }

table > tbody > tr.performance .pes-ranking-very-good[b-xw8yy4kahj]:before {
    background-color: #84C64E;
}

table > tbody > tr.performance .pes-ranking-insufficient[b-xw8yy4kahj]:before {
    background-color: #F24A4A;
}

table > tbody > tr.performance .pes-ranking-mediocre[b-xw8yy4kahj]:before {
    background-color: #FFB50D;
}

table > tbody > tr.performance .pes-ranking-good[b-xw8yy4kahj]:before {
    background-color: #FFD800;
}

table > tbody > tr.performance .pes-ranking-excellent[b-xw8yy4kahj]:before {
    background-color: #19B31E;
}


.custom-control-label[b-xw8yy4kahj]::before {
    width: 25px !important;
    height: 25px !important;
}

.custom-control-label[b-xw8yy4kahj]::after {
    width: 25px !important;
    height: 25px !important;
}

.dxbs-empty-data-row td[b-xw8yy4kahj] {
    height: 90px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #9D9797 !important;
}
/* /Components/Suppliers/Registration/VerifyEmail.razor.rz.scp.css */
.btn-primary[b-by14izjh90] {
    background-color: #003664;
    border-color: #003664;
    padding: 7px 30px;
    border-radius: 28px;
    font-size: 12px;
    letter-spacing: -0.12px;
    font-weight: 700;
}

.btn-primary[b-by14izjh90] {
    color: #fff;
}

    .btn-primary:hover[b-by14izjh90], .btn-primary:focus[b-by14izjh90], .btn-primary.focus[b-by14izjh90], .btn-primary:active[b-by14izjh90] {
        background-color: #002646 !important;
        border-color: #002646 !important;
    }

.btn-success:hover[b-by14izjh90], .btn-success:focus[b-by14izjh90], .btn-success.focus[b-by14izjh90], .btn-success:active[b-by14izjh90] {
    background-color: #dfbe03 !important;
    border-color: #dfbe03 !important;
    color: #003664 !important;
}
/* /Pages/Index.razor.rz.scp.css */

.index-container[b-lapnclmw9p] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    color: white;
}

.index-page-img-lg[b-lapnclmw9p] {
    display: block;
    background-image: linear-gradient(180deg, rgba(0, 21, 52, 0.25), rgba(0, 21, 52, 0.25), rgba(255, 255, 255, 0.25)), url('../img/index-lg.jpg');
    height: 1040px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
/* /Pages/Suppliers/Esg.razor.rz.scp.css */
.checkbox-custom-css[b-lyr9bmlok6] {
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
}
/* /Pages/Suppliers/PreRegistration.razor.rz.scp.css */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}

#page-wrapper[b-hcoxgulrw6] {
    padding: 0px !important;
}


.navbar.navbar-static-top[b-hcoxgulrw6] {
    display: none;
}

.row .image-container[b-hcoxgulrw6] {
    display: block;
    background-image: linear-gradient(180deg, rgba(0, 21, 52, 0.25), rgba(0, 21, 52, 0.25), rgba(255, 255, 255, 0.25)), url('../img/welcome_1051.jpg');
    height: 1050px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 40px 0;
}

    .row .image-container .text-container[b-hcoxgulrw6] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 600px;
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }

        .row .image-container .text-container .title[b-hcoxgulrw6] {
            font-size: 39px;
            letter-spacing: 0.78px;
            line-height: 55px;
            font-weight: 600;
            color: #fff;
        }

        .row .image-container .text-container .subtitle[b-hcoxgulrw6] {
            font-size: 20px;
            letter-spacing: 0.4px;
            line-height: 40px;
            color: #fff;
        }

        .row .image-container .text-container .text[b-hcoxgulrw6] {
            font-size: 15px;
            letter-spacing: 0.3px;
            line-height: 30px;
            color: #fff;
        }

.info-container[b-hcoxgulrw6] {
    /*padding-top: 165px;*/
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    padding: 160px 20px 0 20px;
}

    .info-container .info-title[b-hcoxgulrw6] {
        display: none;
    }

.info-text[b-hcoxgulrw6] {
    font-size: 16px;
    letter-spacing: 0.16px;
    font-weight: 600;
    line-height: 27px;
    color: #2F4050;
}

.info-list[b-hcoxgulrw6],
.footer-list[b-hcoxgulrw6] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .info-list > li[b-hcoxgulrw6] {
        padding: 10px 0;
    }

    .info-list .list-text[b-hcoxgulrw6] {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 38px);
        padding-left: 10px;
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 30px;
        color: #2F4050;
    }

    .info-list .icon[b-hcoxgulrw6] {
        position: relative;
        vertical-align: top;
        color: #8BC751;
        border: 1px solid #8BC751;
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }

        .info-list .icon[b-hcoxgulrw6]:before {
            content: '\2713';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
        }

.bottom-info-text[b-hcoxgulrw6] {
    padding-top: 30px;
}

    .bottom-info-text p[b-hcoxgulrw6] {
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 30px;
        color: #2F4050;
    }

.button-container[b-hcoxgulrw6] {
    padding-top: 20px;
}

    .button-container .btn[b-hcoxgulrw6] {
        padding: 11px 45px;
        background: #FFD800;
        color: #2F4050 !important;
        font-size: 14px;
        font-weight: 700;
        border: 1px solid #FFD800;
        border-radius: 28px;
    }

        .button-container .btn:hover[b-hcoxgulrw6] {
            border: 1px solid #EFCB00 !important;
            background: #EFCB00;
        }

/*--GENERAL STYLING FOR BOOTSTRAP--*/

.btn-primary[b-hcoxgulrw6] {
    background-color: #003664;
    border-color: #003664;
}

    .btn-primary:not(:disabled):not(.disabled):active[b-hcoxgulrw6] {
        background-color: #003664;
        border-color: #003664;
    }

    .btn-primary:hover[b-hcoxgulrw6], .btn-primary:focus[b-hcoxgulrw6], .btn-primary.focus[b-hcoxgulrw6] {
        background-color: #002646;
        border-color: #002646;
    }


@media only screen and (max-width: 1399px) {
    .row .image-container .text-container .title[b-hcoxgulrw6] {
        font-size: 34px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .row .image-container[b-hcoxgulrw6] {
        height: 749px;
        background-image: linear-gradient(180deg, rgba(0, 21, 52, 0.25), rgba(0, 21, 52, 0.25),rgba(255, 255, 255, 0.25)), url('../img/welcome_mobile.jpg');
        border-radius: 0 0 40px 40px;
    }

    .info-container[b-hcoxgulrw6] {
        max-width: 100%;
        padding: 40px 20px;
    }

    .row .image-container .text-container[b-hcoxgulrw6] {
        margin-top: 65px;
        max-width: 100%;
        padding: 0 20px;
    }

        .row .image-container .text-container .title[b-hcoxgulrw6] {
            font-size: 28px;
            line-height: 35px;
        }

    .footer-region .title[b-hcoxgulrw6] {
        font-size: 14px;
    }
}
/* /Pages/Suppliers/Registration.razor.rz.scp.css */
#submitBtn[b-xsvrtddi9w], #saveDraftBtn[b-xsvrtddi9w] {
    margin-top: 4px;
}

.btn-primary[b-xsvrtddi9w] {
    background-color: #003664;
    border-color: #003664;
    padding: 7px 30px;
    border-radius: 28px;
    font-size: 12px;
    letter-spacing: -0.12px;
    font-weight: 700;
}

.btn-success[b-xsvrtddi9w] {
    background-color: #EFCB00;
    border-color: #EFCB00;
    padding: 7px 30px;
    border-radius: 28px;
    font-size: 12px;
    letter-spacing: -0.12px;
    font-weight: 700;
    color: #003664;
}

.btn-primary[b-xsvrtddi9w] {
    color: #fff;
}

    .btn-primary:hover[b-xsvrtddi9w], .btn-primary:focus[b-xsvrtddi9w], .btn-primary.focus[b-xsvrtddi9w], .btn-primary:active[b-xsvrtddi9w] {
        background-color: #002646!important;
        border-color: #002646!important;
    }

.btn-success:hover[b-xsvrtddi9w], .btn-success:focus[b-xsvrtddi9w], .btn-success.focus[b-xsvrtddi9w], .btn-success:active[b-xsvrtddi9w] {
    background-color: #dfbe03 !important;
    border-color: #dfbe03 !important;
    color: #003664 !important;
}

@media only screen and (max-width: 1199px) {
    .row .image-container[b-xsvrtddi9w] {
        height: 749px;
        background-image: linear-gradient(180deg, rgba(0, 21, 52, 0.25), rgba(0, 21, 52, 0.25),rgba(255, 255, 255, 0.25)), url('../img/welcome_mobile.jpg');
        border-radius: 0 0 40px 40px;
    }

    .info-container[b-xsvrtddi9w] {
        max-width: 100%;
        padding: 40px 20px;
    }

    .row .image-container .text-container[b-xsvrtddi9w] {
        margin-top: 65px;
        max-width: 100%;
        padding: 0 20px;
    }

        .row .image-container .text-container .title[b-xsvrtddi9w] {
            font-size: 28px;
            line-height: 35px;
        }

    .footer-region .title[b-xsvrtddi9w] {
        font-size: 14px;
    }
}
/* /Pages/Suppliers/RegistrationComponents/ESG_Strategy.razor.rz.scp.css */
.btn-primary[b-bix1jlaitb] {
    background-color: #003664;
    border-color: #003664;
    padding: 7px 30px;
    border-radius: 28px;
    font-size: 12px;
    letter-spacing: -0.12px;
    font-weight: 700;
}

.btn-primary[b-bix1jlaitb] {
    color: #fff;
}

    .btn-primary:hover[b-bix1jlaitb], .btn-primary:focus[b-bix1jlaitb], .btn-primary.focus[b-bix1jlaitb], .btn-primary:active[b-bix1jlaitb] {
        background-color: #002646 !important;
        border-color: #002646 !important;
    }

.btn-success:hover[b-bix1jlaitb], .btn-success:focus[b-bix1jlaitb], .btn-success.focus[b-bix1jlaitb], .btn-success:active[b-bix1jlaitb] {
    background-color: #dfbe03 !important;
    border-color: #dfbe03 !important;
    color: #003664 !important;
}
/* /Pages/Suppliers/Scoc.razor.rz.scp.css */
.checkbox-custom-css[b-fpe38c9j77] {
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
}
/* /Pages/VendorEvaluation/Pes/Scorecard.razor.rz.scp.css */
.sticky-container[b-6hiip8g347] {
    left: 275px;
    right: 25px;
    max-width: calc(100% - 270px);
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(2, 14, 24, 0.1);
    -webkit-box-shadow: 0px -0px 20px 0px rgba(2, 14, 24, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(2, 14, 24, 0.1);
    z-index: 1;
}

.ibox-title[b-6hiip8g347] {
    border: none;
    border-color: #fff !important;
    padding: 15px 20px;
    border-bottom: 1px solid #E7E7E7 !important;
}

    .ibox-title.upload-title[b-6hiip8g347] {
        border-bottom: none !important;
    }

    .ibox-title h5[b-6hiip8g347] {
        font-size: 13px;
        font-weight: 700;
        color: #2F4050;
    }

.info-container[b-6hiip8g347] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    width: 100%;
    padding: 15px 0;
}

    .info-container .column-info[b-6hiip8g347] {
        display: inline-block;
        vertical-align: middle;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .info-container .title[b-6hiip8g347] {
        font-size: 13px;
        font-weight: 700;
        color: #2F4050;
    }

    .info-container .value[b-6hiip8g347] {
        font-size: 13px;
        font-weight: 400;
        color: #2F4050;
        line-height: 20px;
    }

        .info-container .value.completed[b-6hiip8g347] {
            font-weight: 600;
            color: #2193FF;
        }

    .info-container p[b-6hiip8g347] {
        margin: 0;
    }

/**** STEP CONTAINER****/

.step-container[b-6hiip8g347] {
    padding: 25px 0 20px;
    width: 100%;
    border-top: 1px solid #E7E7E7 !important;
}

    .step-container .stepped-progress-bar-mini[b-6hiip8g347] {
        padding: 0 20px;
    }

        .step-container .stepped-progress-bar-mini > li[b-6hiip8g347] {
            display: inline-block;
            list-style-type: none;
            width: 20%;
            float: left;
            font-size: 0.8rem;
            position: relative;
            text-align: center;
            color: #2193FF;
            height: 7px;
        }

            .step-container .stepped-progress-bar-mini > li[b-6hiip8g347]:before {
                display: inline-block;
                position: absolute;
                right: -3px;
                top: 50%;
                transform: translateY(-50%);
                content: "";
                width: 20px;
                height: 20px;
                counter-increment: step;
                border: 3px solid #2193FF;
                display: block;
                text-align: center;
                margin: 0 auto 1rem auto;
                border-radius: 50%;
                background-color: #fff;
                color: white;
                z-index: 300;
            }

            .step-container .stepped-progress-bar-mini > li.insufficient[b-6hiip8g347] {
                background-color: #F24A4A;
            }

            .step-container .stepped-progress-bar-mini > li.mediocre[b-6hiip8g347] {
                background-color: #FFB50D;
            }

                .step-container .stepped-progress-bar-mini > li.mediocre[b-6hiip8g347]:before {
                    border: 3px solid #FFB50D;
                }

            .step-container .stepped-progress-bar-mini > li.good[b-6hiip8g347] {
                background-color: #FFD800;
            }

                .step-container .stepped-progress-bar-mini > li.good[b-6hiip8g347]:before {
                    border: 3px solid #FFD800;
                }

            .step-container .stepped-progress-bar-mini > li.very-good[b-6hiip8g347] {
                background-color: #8BC751;
            }

                .step-container .stepped-progress-bar-mini > li.very-good[b-6hiip8g347]:before {
                    border: 3px solid #8BC751;
                }

            .step-container .stepped-progress-bar-mini > li.excellent[b-6hiip8g347] {
                background-color: #19B31E;
            }

                .step-container .stepped-progress-bar-mini > li.excellent[b-6hiip8g347]:before {
                    display: none;
                }


            .step-container .stepped-progress-bar-mini > li:first-child[b-6hiip8g347] {
                border-top-left-radius: 35px;
                border-bottom-left-radius: 35px;
                background-color: #F24A4A;
            }

                .step-container .stepped-progress-bar-mini > li:first-child[b-6hiip8g347]:before {
                    border: 3px solid #F24A4A;
                }

            .step-container .stepped-progress-bar-mini > li:last-child[b-6hiip8g347] {
                border-top-right-radius: 35px;
                border-bottom-right-radius: 35px;
            }

.stepped-progress-bar-texts[b-6hiip8g347] {
    font-size: 0;
    width: 100%;
    padding: 10px 0 0;
    margin: 0;
}

    .stepped-progress-bar-texts > li[b-6hiip8g347] {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        text-align: center;
    }

        .stepped-progress-bar-texts > li .type[b-6hiip8g347] {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.3px;
            padding-right: 10px;
            color: #2F4050;
        }

        .stepped-progress-bar-texts > li .type-value[b-6hiip8g347] {
            font-size: 13px;
            font-weight: 400;
            letter-spacing: 0.3px;
            color: #2F4050;
        }

/*** END OF STEP CONTAINER ***/

/**DOWNLOAD CONTAINER**/

.button[b-6hiip8g347] {
    padding: 11px 30px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 15px;
    border: 1px solid #003664;
    color: #003664;
    border-radius: 28px;
    transition: all,0.2s;
}

    .button.bordered[b-6hiip8g347] {
        background-color: #fff;
        margin-right: 10px;
    }

    .button.filled[b-6hiip8g347] {
        background-color: #003664;
        color: #fff;
    }

        .button.filled span[b-6hiip8g347] {
            color: #fff;
        }

        .button.filled:hover[b-6hiip8g347] {
            opacity: 0.8;
            border-color: rgba(0, 54, 100, 0.8);
        }

    .button.bordered:hover[b-6hiip8g347] {
        border-color: rgba(0, 54, 100, 0.8);
        color: rgba(0, 54, 100, 0.8);
    }

    .button.filled.submit[b-6hiip8g347] {
        background-color: #FFD800;
        color: #003664;
        border: 1px solid #FFD800;
        margin-left: 10px;
    }

        .button.filled.submit:hover[b-6hiip8g347] {
            opacity: 0.8;
        }

    .button.has-icon[b-6hiip8g347] {
        position: relative;
        padding-left: 47px !important;
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

        .button.has-icon[b-6hiip8g347]:before {
            position: absolute;
            left: 21px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 27px;
            font-weight: 400;
            margin-top: -1px;
            font-family: 'icomoon';
        }

        .button.has-icon.filled[b-6hiip8g347]:before {
            margin-top: 2px;
        }

        .button.has-icon .icon[b-6hiip8g347] {
            font-size: 24px;
            padding-right: 5px;
            padding-top: 1px;
            vertical-align: middle;
            font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        }

            .button.has-icon .icon[b-6hiip8g347]:before {
                font-family: 'icomoon';
            }

.custom-control-label[b-6hiip8g347]::before {
    width: 25px !important;
    height: 25px !important;
}

.custom-control-label[b-6hiip8g347]::after {
    width: 25px !important;
    height: 25px !important;
}

.dxbs-empty-data-row td[b-6hiip8g347] {
    height: 90px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #9D9797 !important;
}


.results[b-6hiip8g347] {
    padding: 20px 0;
    margin: 10px 0 60px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.total-score-container[b-6hiip8g347] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
}

    .total-score-container .outer[b-6hiip8g347] {
        width: 150px;
        height: 150px;
        padding: 10px;
        border-radius: 50%;
        background-color: #E7E7E7;
    }

    .total-score-container .inner[b-6hiip8g347] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 130px;
        width: 130px;
        border-radius: 50%;
        background-color: #fff;
    }

    .total-score-container .number[b-6hiip8g347] {
        font-size: 30px;
        color: #2F4050;
        font-weight: 700;
        line-height: 35px;
    }

    .total-score-container .total-score-title[b-6hiip8g347] {
        font-size: 15px;
        color: #2F4050;
        font-weight: 700;
    }

.progress-result-circle[b-6hiip8g347] {
    width: 150px;
    height: 150px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 10px solid #84C64E;
}

.total-score-container circle[b-6hiip8g347] {
    fill: none;
    stroke: #84C64E;
    stroke-width: 10px;
    stroke-dashoffset: 300;
    stroke-dasharray: 450; /*animation: anim 2s linear forwards;*/
}

svg[b-6hiip8g347] {
    position: absolute;
    top: 5px;
    left: 5px;
}
/*@keyframes anim {
    100% {
        stroke-dashoffset: 157.5;
    }
}*/
.total-score-container.insufficient circle[b-6hiip8g347] {
    stroke: #F24A4A;
    stroke-dashoffset: 360;
}

.total-score-container.mediocre circle[b-6hiip8g347] {
    stroke: #FFB50D;
    stroke-dashoffset: 270;
}

.total-score-container.good circle[b-6hiip8g347] {
    stroke: #FFD800;
    stroke-dashoffset: 180;
}

.total-score-container.very-good circle[b-6hiip8g347] {
    stroke: #8BC751;
    stroke-dashoffset: 90;
}

.total-score-container.excellent circle[b-6hiip8g347] {
    stroke: #19B31E;
    stroke-dashoffset: 0;
}


.revoke-area textarea[b-6hiip8g347] {
    height: 210px !important;
    border-color: #B7B7B7 !important;
    border-radius: 5px;
}

    .revoke-area textarea:focus[b-6hiip8g347] {
        border-color: #9D9797 !important;
    }

.revoke-area textarea[b-6hiip8g347] {
    display: block;
    height: 100%;
    width: 100%;
    padding: 30px;
    outline: none;
    background: 0 0;
    width: 100%;
    border: 1px solid #B7B7B7 !important;
    border-radius: 5px;
    border-color: #B7B7B7;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 0.25px;
    color: #2F4050;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.revoke-area .textarea-wrapper[b-6hiip8g347] {
    position: relative;
    margin-top: 3px;
    height: 210px;
}

.revoke-area label[b-6hiip8g347] {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 11px;
    letter-spacing: 0.3px;
    color: #9D9797;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    z-index: 1;
    touch-action: manipulation;
    transition: all,0.2s;
}

.revoke-area textarea:placeholder-shown + label[b-6hiip8g347] {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: scale(1.2) translate(10px,10px);
    -ms-transform: scale(1.2) translate(10px,10px);
    -webkit-transform: scale(1.2) translate(10px,10px);
    -o-transform: scale(1.2) translate(10px,10px);
    -moz-transform: scale(1.2) translate(10px,10px);
}

.revoke-area textarea:focus + label[b-6hiip8g347],
.revoke-area textarea:not(:placeholder-shown) + label[b-6hiip8g347] {
    transform: scale(1) translateY(-16px);
    -ms-transform: scale(1) translateY(-16px);
    -webkit-transform: scale(1) translateY(-16px);
    -o-transform: scale(1) translateY(-16px);
    -moz-transform: scale(1) translateY(-16px);
    cursor: pointer;
}


.comments-container[b-6hiip8g347] {
    padding-top: 20px;
}

    .comments-container label[b-6hiip8g347] {
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 25px;
        color: #9D9797;
    }

    .comments-container textarea[b-6hiip8g347] {
        display: block;
        height: 100%;
        width: 100%;
        padding: 10px;
        outline: none;
        background: 0 0;
        width: 100%;
        border: 1px solid #B7B7B7 !important;
        border-radius: 5px;
        border-color: #B7B7B7;
        border-radius: 5px;
        font-size: 12px;
        letter-spacing: 0.25px;
        color: #2F4050;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
/* /Pages/VendorEvaluation/Vendor/Details/Documents.razor.rz.scp.css */
.button[b-vohb2z8xpm] {
    padding: 11px 30px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 15px;
    border: 1px solid #003664;
    color: #003664;
    border-radius: 28px;
    transition: all,0.2s;
}
    .button.bordered[b-vohb2z8xpm] {
        background-color: #fff;
        margin-right: 10px;
    }

    .button.filled[b-vohb2z8xpm] {
        background-color: #003664;
        color: #fff;
    }

        .button.filled span[b-vohb2z8xpm] {
            color: #fff;
        }

        .button.filled:hover[b-vohb2z8xpm] {
            opacity: 0.8;
            border-color: rgba(0, 54, 100, 0.8);
        }

    .button.bordered:hover[b-vohb2z8xpm] {
        border-color: rgba(0, 54, 100, 0.8);
        color: rgba(0, 54, 100, 0.8);
    }

    .button.filled.submit[b-vohb2z8xpm] {
        background-color: #FFD800;
        color: #003664;
        border: 1px solid #FFD800;
        margin-left: 10px;
    }

        .button.filled.submit:hover[b-vohb2z8xpm] {
            opacity: 0.8;
        }

    .button.has-icon[b-vohb2z8xpm] {
        position: relative;
        padding-left: 47px !important;
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

        .button.has-icon[b-vohb2z8xpm]:before {
            position: absolute;
            left: 21px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 27px;
            font-weight: 400;
            margin-top: -1px;
            font-family: 'icomoon';
        }

        .button.has-icon.filled[b-vohb2z8xpm]:before {
            margin-top: 2px;
        }

        .button.has-icon .icon[b-vohb2z8xpm] {
            font-size: 24px;
            padding-right: 5px;
            padding-top: 1px;
            vertical-align: middle;
            font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        }

            .button.has-icon .icon[b-vohb2z8xpm]:before {
                font-family: 'icomoon';
            }
/* /Pages/VendorEvaluation/Vendor/VendorList.razor.rz.scp.css */
.button[b-wnbch6nyhn] {
    padding: 11px 30px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 15px;
    border: 1px solid #003664;
    color: #003664;
    border-radius: 28px;
    transition: all,0.2s;
}

    .button.bordered[b-wnbch6nyhn] {
        background-color: #fff;
        margin-right: 10px;
    }

    .button.filled[b-wnbch6nyhn] {
        background-color: #003664;
        color: #fff;
    }

        .button.filled span[b-wnbch6nyhn] {
            color: #fff;
        }

        .button.filled:hover[b-wnbch6nyhn] {
            opacity: 0.8;
            border-color: rgba(0, 54, 100, 0.8);
        }

    .button.bordered:hover[b-wnbch6nyhn] {
        border-color: rgba(0, 54, 100, 0.8);
        color: rgba(0, 54, 100, 0.8);
    }

    .button.filled.submit[b-wnbch6nyhn] {
        background-color: #FFD800;
        color: #003664;
        border: 1px solid #FFD800;
        margin-left: 10px;
    }

        .button.filled.submit:hover[b-wnbch6nyhn] {
            opacity: 0.8;
        }

    .button.has-icon[b-wnbch6nyhn] {
        position: relative;
        padding-left: 47px !important;
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

        .button.has-icon[b-wnbch6nyhn]:before {
            position: absolute;
            left: 21px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 27px;
            font-weight: 400;
            margin-top: -1px;
            font-family: 'icomoon';
        }

        .button.has-icon.filled[b-wnbch6nyhn]:before {
            margin-top: 2px;
        }

        .button.has-icon .icon[b-wnbch6nyhn] {
            font-size: 24px;
            padding-right: 5px;
            padding-top: 1px;
            vertical-align: middle;
            font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        }

            .button.has-icon .icon[b-wnbch6nyhn]:before {
                font-family: 'icomoon';
            }


.popUpBody[b-wnbch6nyhn] {
    display: flex;
    min-width: 500px;
    justify-content: space-around;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8d9q0m8tqs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-8d9q0m8tqs] {
    flex: 1;
}

.sidebar[b-8d9q0m8tqs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8d9q0m8tqs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8d9q0m8tqs]  a, .top-row .btn-link[b-8d9q0m8tqs] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8d9q0m8tqs] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8d9q0m8tqs] {
        display: none;
    }

    .top-row.auth[b-8d9q0m8tqs] {
        justify-content: space-between;
    }

    .top-row a[b-8d9q0m8tqs], .top-row .btn-link[b-8d9q0m8tqs] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8d9q0m8tqs] {
        flex-direction: row;
    }

    .sidebar[b-8d9q0m8tqs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8d9q0m8tqs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-8d9q0m8tqs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8l84q03t8f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8l84q03t8f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8l84q03t8f] {
    font-size: 1.1rem;
}

.oi[b-8l84q03t8f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8l84q03t8f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8l84q03t8f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8l84q03t8f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8l84q03t8f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8l84q03t8f]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8l84q03t8f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8l84q03t8f] {
        display: none;
    }

    .collapse[b-8l84q03t8f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.navMenuCss[b-8l84q03t8f] {
    padding-bottom: 150px!important;
}

.sidebar[b-8l84q03t8f] {
    min-width: 250px;
    max-width: 250px;
    transition: transform 0.1s ease-out;
    overflow: auto;
    box-shadow: inset -140px -8px 30px -100px rgba(0, 0, 0, 0.20);
    color: white;
    background-color: #2F4050;
}

    .sidebar.collapse[b-8l84q03t8f] {
        display: none;
    }

    .sidebar.expand[b-8l84q03t8f] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-8l84q03t8f] {
        display: none;
    }

        .sidebar.expand[b-8l84q03t8f] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: auto;
            min-width: 100%;
            background-color: #fff;
            z-index: 1050;
        }
}

[b-8l84q03t8f] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-8l84q03t8f] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-8l84q03t8f] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-8l84q03t8f] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

@media (max-width: 1199.98px) {
    [b-8l84q03t8f] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}

.versiondiv[b-8l84q03t8f] {
    bottom: 0;
    position: fixed;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 100%;
    padding: 10px;
    max-width: 250px;
    z-index: 150;
    margin-left: -5px;
    background-color: #2F4050;
    box-shadow: inset -140px -8px 30px -100px rgba(0, 0, 0, 0.20);
}
/* /Shared/NavMenuOld.razor.rz.scp.css */
.navbar-toggler[b-35wlku5m1l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-35wlku5m1l] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-35wlku5m1l] {
    font-size: 1.1rem;
}

.oi[b-35wlku5m1l] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-35wlku5m1l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-35wlku5m1l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-35wlku5m1l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-35wlku5m1l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-35wlku5m1l]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-35wlku5m1l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-35wlku5m1l] {
        display: none;
    }

    .collapse[b-35wlku5m1l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
