<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    font-family: Roboto;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}



    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-primary.dropdown-toggle

    .nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
        color: #fff;
        background-color: #ad1a38;
        border-color: #ad1a38;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #ad1a38;
        border-color: #ad1a38;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #eb385d;
        border-color: #eb385d;
    }
    /* Sticky footer styles
-------------------------------------------------- */
    html {
        font-size: 14px;
    }

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: initial;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.row {
    width: 100%;
}

.padding12 {
    padding: 12px;
}


.marginTop5px {
    margin-top: 5px;
}

/*--------------- custom from control group ---------------*/
.fullWidth {
    width: 100%;
}



.noBorder {
    border: solid 0px black !important;
    border-radius: 0px !important;
}

.b2b-form-control {
    font-size: 18px;
    width: 100% !important;
    height: 50px !important;
    min-width: 150px;
    padding: 15px;
    color: black;
    outline: none;
    outline-style: none;
    padding-left: 35px;
    padding-right: 50px;
    margin: 5px;
    border: 1px solid darkgray;
}

    .b2b-form-control[readonly] {
        background-color: lightgrey;
    }

    
    .b2b-form-control:focus ~ .b2b-floating-label,
    .b2b-form-control:not(:focus):valid ~ .b2b-floating-label {
        top: -9px;
        bottom: 10px;
        left: 5px;
        font-size: 13px;
        opacity: 1;
        background-color: white;
        height: 20px;
        padding-left: 5px;
        padding-right: 5px;
        color: black;
    }

    .b2b-form-control[readonly] ~ .b2b-floating-label
     {
        top: -9px;
        bottom: 10px;
        left: 5px;
        font-size: 13px;
        opacity: 1;
        background-color: lightgrey;
        height: 20px;
        padding-left: 5px;
        padding-right: 5px;
        color: black;
    }

    .b2b-form-control[type='file'] ~ .b2b-floating-label {
        top: -9px;
        bottom: 10px;
        left: 5px;
        font-size: 13px;
        opacity: 1;
        background-color: white;
        height: 20px;
        padding-left: 5px;
        padding-right: 5px;
        color: black;
    }

    .b2b-form-control:focus {
        box-shadow: 0 0 5px #80bdff;
        border: 1px solid #80bdff;
    }

.b2b-form-control-error {
    box-shadow: 0 0 5px red;
    border: 1px solid red;
}

.b2b-floating-label {
    position: absolute;
    pointer-events: none;
    left: 35px;
    top: 14px;
    transition: 0.2s ease all;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    color: #c2c2c2;
    margin: 5px;
}

.b2b-floating-fa {
    position: absolute;
    pointer-events: none;
    right: 3%;
    top: 22px;
    transition: 0.2s ease all;
    background-color: transparent;
    font-size: 14px;
    color: black;
}

.b2b-form-control-icon {
    color: red;
}

.b2b-floating-errorMsg {
    pointer-events: none;
    left: 35px;
    top: 14px;
    transition: 0.2s ease all;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    color: red;
    margin-top: -5px;
    display: none;
    margin-left: 10px;
}

.visible {
    display: inline !important;
}

.invisible {
    display: none !important;
}


.b2b-form-control-group {
    /*position: normal;*/
    display: -webkit-inline-box;
    align-items: stretch;
    margin-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    align-self: normal;
}

.b2b-form-control-subGroup {
    position: relative;
    display: -webkit-inline-box;
    height: 5%;
    margin-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.b2b-form-group-prepend {
    height: 50px;
}

.input-group-text {
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: transparent;
    border: 0px transparent;
    border-radius: 0px;
    margin: 5px;
}

.b2b-form-button {
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    float: right;
    min-width: 100px;
    width: 100%;
    height: 3rem;
}

.b2b-form-button-group {
    width: 100%;
    margin: 2%;
    padding: 2px;
}

.b2b-form-addOnMsg {
    font-size: .8rem;
    font-weight: 400;
    margin-left: 10px;
}

.navLv1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 64px;
    transition: top 400ms ease-in-out;
}

.navLv2 {
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 1000;
    height: 53px;
    transition: top 400ms ease-in-out;
}

.dummy {
    position: initial;
    top: 0;
    width: 100%;
    height: 117px;
}

.responsibility-section {
    min-height: 800px;
    max-height: 800px;
    height: 800px;
    padding-top: 60px !important;
}

.Lv2Menu-Active {
    color: #4285f4 !important;
}

.Lv2Menu-Inactive {
    color: #5f6368 !important;
}

.section-header {
    margin-bottom: 10px !important;
}

.login-title {
    font-weight: 500;
    margin-top: 1%;
}
</pre></body></html>