/* _content/BisonGreen/Components/Layout/MainLayout.razor.rz.scp.css */

.page[data-uri*="bison"][b-9x79b9c5d5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.page[data-uri*="boost"][b-9x79b9c5d5] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0, #ededed 80%, black 20%);
}

.copytext[data-uri*="boost"][b-9x79b9c5d5] {
    color: white;
}

main[b-9x79b9c5d5] {
    flex: 1;
}

.content[data-uri*="bison"][b-9x79b9c5d5] {

}

.content[data-uri*="boost"][b-9x79b9c5d5] {
    background-color: #f8f9fa;
}

.header[data-uri*="bison"][b-9x79b9c5d5] {
    padding: 10px 0;
}

.header[data-uri*="boost"][b-9x79b9c5d5] {
    padding: 10px 0;
    background-color: transparent;
}

.contact-info p[b-9x79b9c5d5] {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

span.contact-info-nopad[b-9x79b9c5d5] {
    color: white;
    padding-right: 6px;
}

.header[data-uri*="bison"][b-9x79b9c5d5] {
}

.header[data-uri*="boost"][b-9x79b9c5d5] {
    padding: 20px;
}

.header img[b-9x79b9c5d5] {
    height: 68px;
}

.header .contact-info[b-9x79b9c5d5] {
    text-align: right;
}

.header[data-uri*="bison"] .contact-info[data-uri*="bison"] a[b-9x79b9c5d5] {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.header[data-uri*="boost"] .contact-info[data-uri*="boost"] a[b-9x79b9c5d5] {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.header .contact-info a:hover[b-9x79b9c5d5] {
    text-decoration: underline;
}

.header[data-uri*="boost"] .contact-info[data-uri*="boost"] .phone-number[data-uri*="boost"][b-9x79b9c5d5] {
    background-color: #fac315;
    color: black;
    padding: 6px 54px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
}

.header[data-uri*="bison"] .contact-info[data-uri*="bison"] .phone-number[data-uri*="bison"][b-9x79b9c5d5] {
    background-color: #474648;
    color: white;
    padding: 6px 54px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
}

.footer[data-uri*="bison"][b-9x79b9c5d5] {
    text-align: center;
    padding: 20px;
    background-color: white;
    border-top: 1px solid white;
    margin-top: 40px;
}

.footer[data-uri*="boost"][b-9x79b9c5d5] {
    text-align: center;
    padding: 40px;
    background-color: #3498d0;
    border-top: 1px solid #3498d0;
}

.footer img[b-9x79b9c5d5] {
    height: 50px;
}

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

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

.top-row[b-9x79b9c5d5]  a, .top-row[b-9x79b9c5d5]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-9x79b9c5d5]  a:hover, .top-row[b-9x79b9c5d5]  .btn-link:hover {
    text-decoration: underline;
}

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


#blazor-error-ui[b-9x79b9c5d5] {
    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-9x79b9c5d5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media only screen and (max-width: 62em) {
    .header .contact-info .phone-number[b-9x79b9c5d5] {
    / / background-color: #fac315;
    / / color: black;
        padding: 6px 20px;
        border-radius: 5px;
        display: inline-block;
        margin-top: 5px;
        text-align: center;
    }
}

@media only screen and (max-width: 48em) {
    .row[b-9x79b9c5d5] {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        text-align: center;
    }

    .header .contact-info .phone-number[b-9x79b9c5d5] {
    / / background-color: #fac315;
    / / color: black;
        padding: 6px 54px;
        border-radius: 5px;
        display: inline-block;
        margin-top: 5px;
        text-align: center;
    }

    .header .contact-info[b-9x79b9c5d5] {
        text-align: center;
    }

    .col-md-6[b-9x79b9c5d5] {
        text-align: center;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 27em) {
    .header img[b-wwqfs65ize][b-9x79b9c5d5] {
        height: 55px;
    }

    .px-4[b-9x79b9c5d5] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* _content/BisonGreen/Components/Pages/Apply/Apply.razor.rz.scp.css */
.apply-loading[b-kxsfs5ca6i] {
    --rz-success {
        color: #f49832;
    }

    --rz-success: #f49832;
    color: #474648;
}

--rz-success[b-kxsfs5ca6i] {
    color: #f49832;
}

.header[data-uri*="boost"][b-kxsfs5ca6i] {
    padding: 10px 0;
    background-color: transparent;
}
/* _content/BisonGreen/Components/Pages/CompleteYourInfo/Complete.razor.rz.scp.css */
.h5[b-t4efzw4lmn], h5[b-t4efzw4lmn] {
    font-size: 1.25rem;
    font-weight: bold;
}

a[b-t4efzw4lmn] {
    color: inherit;
    text-decoration: none;
}

hr[b-t4efzw4lmn] {
    height: 1px;
    margin: 12px 0;
}

.form-check-input[type=radio][b-t4efzw4lmn] {
    border-radius: 0;
}

.promo-loading[data-uri*="bison"][b-t4efzw4lmn] {
    --rz-success {
        color: #94c24f;
    }

    --rz-success: #94c24f;
    color: #474648;
}

.promo-loading[data-uri*="boost"][b-t4efzw4lmn] {
    --rz-success {
        color: #f49832;
    }

    --rz-success: #f49832;
    color: #474648;
}

input[type="radio"][b-t4efzw4lmn] {
    appearance: none;
    border: 2px solid #d3d3d3;
    width: 30px;
    height: 30px;
    content: none;
    outline: none;
    margin: 0;

}

input[type="radio"][data-uri*="bison"]:checked[b-t4efzw4lmn] {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
    width: 30px;
    height: 30px;
}

input[type="radio"][data-uri*="boost"]:checked[b-t4efzw4lmn] {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
    width: 30px;
    height: 30px;
}

input[type="radio"][data-uri*="bison"]:checked[b-t4efzw4lmn]::before {
    position: absolute;
    color: #94c24f;
    content: "\00A0\2713\00A0" !important;
    border: 2px solid #d3d3d3;
    font-weight: bolder;
    font-size: 21px;
    width: 30px;
    height: 30px;
    text-align: center;
}

input[type="radio"][data-uri*="boost"]:checked[b-t4efzw4lmn]::before {
    position: absolute;
    color: #f49832;
    content: "\00A0\2713\00A0" !important;
    border: 2px solid #d3d3d3;
    font-weight: bolder;
    font-size: 21px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.blue-link[b-t4efzw4lmn] {
    color: #007bff !important;
    text-decoration: underline !important;
}

.btn:focus[b-t4efzw4lmn], .btn:active:focus[b-t4efzw4lmn], .btn-link.nav-link:focus[b-t4efzw4lmn], .form-control:focus[b-t4efzw4lmn], .form-check-input:focus[b-t4efzw4lmn] {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #f49832;
}

.form-check-input:checked[b-t4efzw4lmn] {
    background-color: unset;
    border-color: unset;
}

.separator[b-t4efzw4lmn] {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 12px 0;
}

.separator[b-t4efzw4lmn]::before,
.separator[b-t4efzw4lmn]::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.separator:not(:empty)[b-t4efzw4lmn]::before {
    margin-right: .25em;
}

.separator:not(:empty)[b-t4efzw4lmn]::after {
    margin-left: .25em;
}

.visually-hidden[b-t4efzw4lmn] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.complete-container[data-uri*="bison"][b-t4efzw4lmn] {
    background-color: #8dcb69;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.complete-container[data-uri*="boost"][b-t4efzw4lmn] {
    background-color: #f49832;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.container[b-t4efzw4lmn] {
    background-color: white;
    padding: 42px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-section[b-t4efzw4lmn] {
    margin-bottom: 20px;
}

.form-section h5[b-t4efzw4lmn] {
    margin-bottom: 10px;
}

.form-section img[b-t4efzw4lmn] {
    max-width: 500px;
    height: auto;
    padding-bottom: 12px;
}

.form-check[b-t4efzw4lmn] {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.apply-btn[data-uri*="boost"][b-t4efzw4lmn] {
    background-color: #f49832;
    color: black;
    font-weight: 900;
    font-size: 1.2em;
    padding: 12px 52px;
}

.apply-btn:hover[data-uri*="boost"][b-t4efzw4lmn] {
    background-color: #da7509;
}

.apply-btn[data-uri*="bison"][b-t4efzw4lmn] {
    background-color: #8dcb69;
    color: black;
    font-weight: 900;
    font-size: 1.2em;
    padding: 12px 52px;
}

.apply-btn:hover[data-uri*="bison"][b-t4efzw4lmn] {
    background-color: #7cb342;
}

.disclaimer[b-t4efzw4lmn] {
    font-size: 12px;

    color: gray;
    margin-top: 20px;
}

.ssn-grid[b-t4efzw4lmn] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    height: 100%;
}

div#iam1[b-t4efzw4lmn] {
    flex-basis: 3%;
    text-align: center;
}

div#iam3[b-t4efzw4lmn] {
    flex-basis: 3%;
    min-width: 27px;
}

div#iam5[b-t4efzw4lmn] {
    flex-basis: 3%;
    text-align: center;
}

#ssn-grid-0[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#ssn-grid-1[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#ssn-grid-2[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#ssn-grid-3[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#ssn-grid-4[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#ssn-grid-5[b-t4efzw4lmn] {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
}

#ssn-grid-5 > div[b-t4efzw4lmn] {
    padding: 2px;
    font-size: 10px;
}

#bank-info-0[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#bank-info-1[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#bank-info-2[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#bank-info-3[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#bank-info-4[b-t4efzw4lmn] {
    flex-basis: 100%;
}

#income-info-0[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#income-info-1[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#income-info-2[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#income-info-3[b-t4efzw4lmn] {
    flex-basis: 50%;
}

#income-info-4[b-t4efzw4lmn] {
    flex-basis: 50%;
}

@media only screen and (max-width: 48em) {
    #ssn-grid-0[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #ssn-grid-1[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #ssn-grid-2[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #ssn-grid-3[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #ssn-grid-4[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #ssn-grid-5[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #bank-info-0[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #bank-info-1[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #bank-info-2[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #bank-info-3[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #bank-info-4[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #income-info-0[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #income-info-1[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #income-info-2[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #income-info-3[b-t4efzw4lmn] {
        flex-basis: 100%;
    }

    #income-info-4[b-t4efzw4lmn] {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 36em) {

    .form-section img[b-t4efzw4lmn] {
        max-width: 345px;
        height: auto;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 27em) {
    .content[b-t4efzw4lmn] {
        padding-top: 0;
    }

    .px-4[b-t4efzw4lmn] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .main-content[b-t4efzw4lmn] {
        text-align: center;
        padding: 0;
    }

    .form-container[b-t4efzw4lmn] {
        background-color: #fff;
        padding: 6px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-left: 0;
    }

    .form-info-img[b-t4efzw4lmn] {
        display: none;
    }

    .form-section img[b-t4efzw4lmn] {
        max-width: 230px;
        height: auto;
        padding-bottom: 12px;
    }
}
/* _content/BisonGreen/Components/Pages/home.razor.rz.scp.css */

body[data-uri*="bison"][b-baptdjbs3h] {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

body[data-uri*="boost"][b-baptdjbs3h] {
    font-family: Arial, sans-serif;
    background-color: black;
    color: black;
}

.body-bg[data-uri*="bison"][b-baptdjbs3h] {
    background-color: #f8f9fa;
}

.body-bg[data-uri*="boost"][b-baptdjbs3h] {
    background-color: transparent;
}

.promo-loading[data-uri*="bison"][b-baptdjbs3h] {
    --rz-success {
        color: #94c24f;
    }

    --rz-success: #94c24f;
    color: #474648;
}

.promo-loading[data-uri*="boost"][b-baptdjbs3h] {
    --rz-success {
        color: #f49832;
    }

    --rz-success: #f49832;
    color: #474648;
}

/*--rz-success {
    color: #f49832;
}*/

label[b-baptdjbs3h] {
    display: block;
    text-align: left;
}

#info-grid-0[b-baptdjbs3h] {

    grid-row-start: 1;
    grid-column-start: 1;

    grid-row-end: 2;
    grid-column-end: 2;
}

#info-grid-1[b-baptdjbs3h] {
    visibility: visible;
    grid-row-start: 2;
    grid-column-start: 1;

    grid-row-end: 3;
    grid-column-end: 2;
}

.form-info-grid[data-uri*="bison"][b-baptdjbs3h] {
    display: grid;
    grid-template-columns: 1fr 0fr;
    gap: 0;
    height: 100%;
}

.form-info-grid[data-uri*="boost"][b-baptdjbs3h] {
    display: grid;
    grid-template-columns: 1fr 0fr;
    gap: 0;
    height: 100%;
    visibility: hidden;
}

.form-info-img[data-uri*="bison"][b-baptdjbs3h] {
    background-image: url('/bison/images/documents.png');
    @supports (background-image: url('/bison/images/documents.webp')) {
        background-image: url('/bison/images/documents.webp');
    }
    min-height: 540px;
    transform: translate3d(21px, 0px, 0px);
}

.form-info-img[data-uri*="boost"][b-baptdjbs3h] {
    background-image: url('/boost/images/documents.png');
    @supports (background-image: url('/boost/images/documents.webp')) {
        background-image: url('/boost/images/documents.webp');
    }
    min-height: 540px;
    transform: translate3d(21px, 0px, 0px);
}

.form-header[b-baptdjbs3h] {
    font-size: 1.45rem;
    text-align: left;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.main-content[b-baptdjbs3h] {
    text-align: center;
    padding: 40px 20px;
}

.main-content h1[b-baptdjbs3h] {
    font-size: 42px;
    font-weight: bold;
}

.main-content p[b-baptdjbs3h] {
    font-size: 24px;
}

.form-section[data-uri*="bison"][b-baptdjbs3h] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}

.form-section[data-uri*="boost"][b-baptdjbs3h] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.form-section img[b-baptdjbs3h] {

}

.form-container[data-uri*="bison"][b-baptdjbs3h] {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 20px;
}

.form-container[data-uri*="boost"][b-baptdjbs3h] {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 20px;
    color: black;
}

.form-container input[b-baptdjbs3h] {

}

.features-checkmarks-fonts[data-uri*="bison"][b-baptdjbs3h] {
    font-size: 18px !important;
    font-weight: 600;
    padding-top: 16px;
}

.features-checkmarks-fonts[data-uri*="boost"][b-baptdjbs3h] {
    font-size: 18px !important;
    font-weight: 600;
    padding-top: 16px;
    color: black;
}

.form-subtext[b-baptdjbs3h] {
    font-size: 15px !important;
    text-align: left;
}

.form-container[data-uri*="boost"] .btn[data-uri*="boost"][b-baptdjbs3h] {
    background-color: #f49832;
    color: black;
    width: 100%;
    font-weight: 900;
    height: 46px;
}

.form-container[data-uri*="boost"] .btn:hover[data-uri*="boost"][b-baptdjbs3h] {
    background-color: #ea802b;
}

.form-container[data-uri*="bison"] .btn[data-uri*="bison"][b-baptdjbs3h] {
    background-color: #75b764;
    color: black;
    width: 100%;
    font-weight: 900;
    height: 46px;
}

.form-container[data-uri*="bison"] .btn:hover[data-uri*="bison"][b-baptdjbs3h] {
    background-color: #218838;
}

.info-section[b-baptdjbs3h] {
    text-align: left;
    margin-top: 20px;
    padding: 20px;
}

.info-section h3[data-uri*="bison"][b-baptdjbs3h] {
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    color: black;
}

.info-section h3[data-uri*="boost"][b-baptdjbs3h] {
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    color: #3498d0;
}

.info-section p[b-baptdjbs3h] {
    font-size: 16px;
    padding-left: 20px;
    font-weight: 700;
}

.features-section[b-baptdjbs3h] {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.features-section h3[data-uri*="bison"][b-baptdjbs3h] {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.features-section h3[data-uri*="boost"][b-baptdjbs3h] {
    font-size: 32px;
    font-weight: bold;
    color: #3498d0;
}

.features-section .features[b-baptdjbs3h] {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.features-section .features div[b-baptdjbs3h] {
    text-align: center;
}

.features-section .features i[b-baptdjbs3h] {
    font-size: 24px;
    color: #f49832;
}

.disclaimer[b-baptdjbs3h] {
    font-size: 12px !important;

    color: gray;
    margin-top: 20px;
}

div#rz-dialog-0-label[b-baptdjbs3h] {
    font-size: 15px;
    text-align: center;
}

@media only screen and (max-width: 75em) {
    .info-section p[b-baptdjbs3h] {
        color: black;
    }
}

@media only screen and (max-width: 48em) {
    .features-section .features[b-baptdjbs3h] {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .form-info-grid[data-uri*="bison"][b-baptdjbs3h] {
        display: grid;
        grid-template-columns: 1fr 0fr;
        gap: 0;
        height: 100%;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .form-info-grid[data-uri*="boost"][b-baptdjbs3h] {
        display: grid;
        grid-template-columns: 1fr 0fr;
        gap: 0;
        height: 100%;
        align-content: center;
        justify-content: center;
    }

    .form-info-img[data-uri*="bison"][b-baptdjbs3h] {
        background-image: url(/bison/images/documents.png);
        min-height: 540px;
        border-radius: 20px;
    }

    .form-info-img[data-uri*="boost"][b-baptdjbs3h] {
        background-image: url(/boost/images/documents.png);
        min-height: 54px;
        border-radius: 20px;
    }

    .form-section[b-baptdjbs3h] {
        display: grid !important;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        flex-direction: column !important;
        align-content: center;
    }

    .info-section[b-baptdjbs3h] {
        text-align: center;
    }

    .row[b-baptdjbs3h] {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .features-section h3[b-baptdjbs3h] {
        font-size: 28px;
        font-weight: bold;
        color: #333;
    }

    .main-content h1[b-baptdjbs3h] {
        font-size: 36px;
        font-weight: bold;
    }

    .info-section p[b-baptdjbs3h] {
        color: black;
    }
}

@media only screen and (max-width: 27em) {
    .content[b-baptdjbs3h] {
        padding-top: 0;
    }

    .px-4[b-baptdjbs3h] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .main-content[b-baptdjbs3h] {
        text-align: center;
        padding: 0;
    }

    .form-container[data-uri*="bison"][b-baptdjbs3h] {
        background-color: #fff;
        padding: 6px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-left: 0;
    }

    .form-container[data-uri*="boost"][b-baptdjbs3h] {
        background-color: #fff;
        padding: 6px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-left: 0;
    }

    .form-info-img[b-baptdjbs3h] {
        display: none;
    }

    .info-section p[b-baptdjbs3h] {
        color: black;
    }
}
/* _content/BisonGreen/Components/Pages/ThankYou/Congratulations.razor.rz.scp.css */
a[b-0lyvofx6rs] {
    color: inherit;
    text-decoration: none;
}

article.content.px-4[b-0lyvofx6rs] {
    padding: 0 !important;
}

.thankyou-container[data-uri*="bison"][b-0lyvofx6rs] {
    background-color: #8dcb69;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 50vh; */
    margin: 0;
    font-family: 'Arial', sans-serif;
    flex-direction: column;
    text-align: center;
}

.thankyou-container[data-uri*="boost"][b-0lyvofx6rs] {
    background: linear-gradient(0, #ededed 50%, #f49832 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 50vh; */
    margin: 0;
    font-family: 'Arial', sans-serif;
    flex-direction: column;
    text-align: center;
}

.confirmation-box[b-0lyvofx6rs] {
    background-color: white;
    padding: 75px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    vertical-align: middle;
    margin: 20px 0;
}

.confirmation-box h1[b-0lyvofx6rs] {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}

.confirmation-box h1 span[b-0lyvofx6rs] {
    font-weight: normal;
}

.confirmation-box p[b-0lyvofx6rs] {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.confirmation-box .contact-info[b-0lyvofx6rs] {
    font-size: 12px;
    color: #555;
}

.btn-login[data-uri*="bison"][b-0lyvofx6rs] {
    background-color: #8dcb69;
    color: black;
    font-weight: 900;
    font-size: 1.2em;
    padding: 12px 60px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: none;
    text-decoration: none;
}

.btn-login:hover[data-uri*="bison"][b-0lyvofx6rs] {
    background-color: #7cb342;
}

.btn-login[data-uri*="boost"][b-0lyvofx6rs] {
    background-color: #f49832;
    color: black;
    font-weight: 900;
    font-size: 1.2em;
    padding: 12px 60px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: none;
    text-decoration: none;
}

.btn-login:hover[data-uri*="boost"][b-0lyvofx6rs] {
    background-color: #da7509;
}

.thankyou-subtitle[b-w3t3q7j5td][b-0lyvofx6rs] {
    font-size: 34px !important;
    font-weight: 400 !important;
}

.thankyou-friendly[b-0lyvofx6rs] {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.thankyou-assistance[b-0lyvofx6rs] {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-top: 20px;
}

.blue-link[b-0lyvofx6rs] {
    color: #007bff !important;
    text-decoration: underline !important;
}
/* _content/BisonGreen/Components/Pages/ThankYou/ThankYou.razor.rz.scp.css */
a[b-gnb1eeqs8m] {
    color: inherit;
    text-decoration: none;
}

article.content.px-4[b-gnb1eeqs8m] {
    padding: 0 !important;
}

.thankyou-container[data-uri*="bison"][b-gnb1eeqs8m] {
    background-color: #8dcb69;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 50vh; */
    margin: 0;
    font-family: 'Arial', sans-serif;
    flex-direction: column;
    text-align: center;
}

.thankyou-container[data-uri*="boost"][b-gnb1eeqs8m] {
    background: linear-gradient(0, #ededed 50%, #f49832 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 50vh; */
    margin: 0;
    font-family: 'Arial', sans-serif;
    flex-direction: column;
    text-align: center;
}

.confirmation-box[b-gnb1eeqs8m] {
    background-color: white;
    padding: 75px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    vertical-align: middle;
    margin: 20px 0;
}

.confirmation-box h1[b-gnb1eeqs8m] {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.confirmation-box h1 span[b-gnb1eeqs8m] {
    font-weight: normal;
}

.confirmation-box p[b-gnb1eeqs8m] {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.confirmation-box .contact-info[b-gnb1eeqs8m] {
    font-size: 12px;
    color: #555;
}

.blue-link[b-gnb1eeqs8m] {
    color: #007bff !important;
    text-decoration: underline !important;
}
/* _content/BisonGreen/Components/Pages/VIP/VIP.razor.rz.scp.css */
