﻿:root {
    --button-active: #FF9230;
    --deep-blue: #1877a6;
    --lighter-blue: #5cb3ff;
    --lightest-blue: #8bd6ff;
    --footer-color: #fff !important;
}

body {
}

.navbar {
    background-color: #fff !important;
    color: var(--text-inver) !important;
}

.navbar-brand img {
    width: 163px; 
}

.card, .card-body {
    border-radius: 0px !important;
}

.input-group-text {
    border-radius: 0px !important;
}

.btn, a.btn, .fscf-div-submit input, .mce-content-body a.btn, .mce-content-body a[data-mce-selected] {
    display: inline-block;
    padding: 20px;
    margin: 0;
    border: none;
    white-space: normal;
    text-decoration: none !important;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    max-width: 460px;
    width: 100%;
}

.btn-primary, a.btn-primary, .fscf-div-submit input {
    color: #fff !important;
    background-color: var(--button-active);
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .fscf-div-submit input:not(:disabled):not(.disabled).active, .fscf-div-submit input:not(:disabled):not(.disabled):active {
        background-color: white !important;
        color: black !important;
        box-shadow: -6px -6px 0px var(--lighter-blue), 6px 6px 0px var(--lightest-blue), inset 2px 2px 6px lightgrey;
    }

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .fscf-div-submit input:active, .fscf-div-submit input:focus, .fscf-div-submit input:hover {
        background-color: white !important;
        color: black !important;
        box-shadow: -2px -2px 0px var(--lighter-blue), 2px 2px 0px var(--lightest-blue), inset 2px 2px 6px lightgrey;
    }

.card-body
{
    background-color: var()
}

input,
select {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    font-size: 20px !important;
}

    input:focus,
    input:focus-visible,
    input:active,
    input:target {
        outline: unset !important;
        border: unset !important;
        border-width: 2px;
        border-color: var(--deep-blue) !important;
        box-shadow: 0px 0px 3px var(--deep-blue) !important;
        border-style: solid !important;
        border-radius: 0;
    }

footer a,
footer .text-primary {
    color: var(--deep-blue) !important;
    text-transform: uppercase;
    font-weight: 600
}

    footer a:hover,
    footer .text-primary a:hover {
        color: var(--lighter-blue) !important;
    }


@media (max-width: 768px) {

    .main-container {
        padding-top: 80px !important;
    }

    .navbar-brand img {
        width: 125px !important; /* Smaller size for mobile */
    }

    .row img {
        width: 95%;
        margin-bottom: 10px;
    }
}

.processing-spinner {
    width: 7rem;
    height: 7rem;
    border-width: 0.75rem;
    color: var(--deep-blue) !important;
}

.accordion-button,
.accordion-button.collapsed {
    font-size: 1.095rem;
    background-color: #fff !important; /* Change background color */
    color: var(--bfks-color-text); /* Change text color */
    border: none; /* Remove border */
}

.accordion-item:first-of-type,
.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item:first-child > .accordion-header .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed)::after {
    background-color: var(--deep-blue) !important; /* Change background color when expanded */
    color: #fff !important;
    font-weight: bold;
    background-image: none;
}

.accordion-button:focus {
    background-color: var(--deep-blue) !important; /* Change background color on focus */
    color: #fff !important; /* Change text color on focus */
    box-shadow: none !important; /* Add focus box shadow */
}

.accordion-button:hover,
.accordion-button:hover::after {
    background-color: var(--button-active) !important; /* Change background color on hover */
    color: #fff; /* Change text color on hover */
    cursor: pointer; /* Change cursor to pointer */
}

.accordion-item {
    border: 1px solid #dee2e6; /* Change border color */
}


.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--deep-blue);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--button-active);
}

.nav-link:focus, .nav-link:hover {
    color: var(--button-active);
}

.navbar-toggler {
    color: #fff !important;
    border: var(--bs-border-width) solid var(--deep-blue);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(24, 119, 166, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.payment-summary {
    /*max-width: 400px;*/
    // margin: auto;
    border: 1px solid #dee2e6;
    border-radius: 0rem;
    padding: .5rem;
    background-color: #f8f9fa;
}

    .payment-summary h2 {
        margin-bottom: .75rem;
    }

    .payment-summary .row {
        margin-bottom: .25rem;
    }

        .payment-summary .row:last-child {
            margin-bottom: 0;
        }

    .payment-summary .col-5 {
        font-weight: bold;
    }

.form-check-input {
    width: 1.25em;
    height: 1.25em;
}