﻿:root {
    --accent: #9EA374;
    --text-inver: #fff;
    --light-green: #D4D8AB;
    --bookmark-green: #9EA374;
    --disabled-border: #a1a1a1;
    --disabled-background: #efefef;
    --footer-color: #7e8068;
    --footer-text: #FFF;
    --footer-link-text: #fff;
    --footer-link-hover: #D4D8AB;
    --card-body: #FFF;
    --bfks-color-text: #30313d;
    --bs-body-color: #30313d !important;
    --bs-heading-color: #30313d !important;
    --bs-card-border-radius: 0;
}

.navbar {
    background-color: var(--accent) !important;
    color: var(--text-inver) !important;
}

.navbar-brand img {
    width: inherit; /* Smaller size for mobile */
    max-width: 230px;
}

/* company specific classes */


.card, .card-body
{
    border-radius: 0 !important;
}

.input-group-text
{
    border-radius: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    color:#695e49 ;
}

a,
a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
    color: #801a1f;
    text-decoration: none;
}

    a:hover,
    a:visited:hover
    h4 a:hover
    h4 a:visited:hover,
    h5 a:hover
    h5 a:visited:hover,
    h6 a:hover,
    h6 a:visited:hover {
        color: var(--accent);
    }

input {
  /*  margin: 0.125em 0em 0.75em 0;*/
    padding: 0.618em;
    max-width: 460px;
    font-size: 20px !important;
    border: lightgray;
    box-shadow: 0px 0px 3px lightgray;
}

    input[type=text].input-validation-error,
    input[type=tel].input-validation-error,
    input[type=email].input-validation-error,
    input[type=number].input-validation-error,
    input[type=checkbox].input-validation-error {
        color: #e80c4d;
        border-color: var(--accent-orange) !important;
        padding-right: calc(1.5em + .75rem);
        background-repeat: no-repeat;
        border-color: #e80c4d;
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ff0000' xmlns='http://www.w3.org/2000/svg'> <path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/> <path d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z'/></svg>");
        background-position: right calc(.375em + .1875rem) center;
        background-size: calc(.75em + .375rem) calc(.75em + .375rem);
        box-shadow: 0px 0px 1px 2px #e80c4d;
    }

/*span {
    box-shadow: none;
    align-items: start;
    padding: 0.618em;
    display: inline;
}
*/
input[type="submit"] {
    max-height: 51.1px !important;
    margin: 0.125em 0em 0.75em 0;
    padding: 0.618em;
    width: 100%;
    max-width: 460px;
}

input[type="submit"] {
    max-height: 51.1px !important;
    max-width: 230px !important;
}

select {
    border: lightgray;
    background-color: #fff;
    background-image: none;
    padding: 5px; /* optional: to add some padding */
    box-shadow: 0px 0px 3px lightgray;
    font-size: 20px;
}

    select:focus, select:focus-visible, select:active, select:target {
        outline: unset !important;
        border: unset !important;
        border-width: 2px;
        border-color: var(--accent) !important;
        box-shadow: 0px 0px 3px var(--accent) !important;
        border-style: solid !important;
    }

input,
select {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    font-size: 20px !important;
    /* font-size: 25.89px !important;*/
}

    input:focus,
    input:focus-visible,
    input:active,
    input:target,
    textarea:focus, 
    textarea.focus-visible,
    textarea.active, 
    textarea.target
    {
        outline: unset !important;
        border: unset !important;
        border-width: 2px;
        border-color: var(--accent) !important;
        box-shadow: 0px 0px 3px var(--accent) !important;
        border-style: solid !important;
    }

    input[type=text]:read-only,
    input[type=tel]:read-only {
        outline: unset !important;
        border: 2px !important;
        border-width: 2px;
        border-color: var(--disabled-border) !important;
        background-color: var(--disabled-background);
        box-shadow: 0px 0px 0px var(--disabled-background) !important;
        border-style: solid !important;
        cursor: not-allowed;
    }


.btn, a.btn,
.btn .fscf-div-submit input,
.mce-content-body a.btn,
.mce-content-body a[data-mce-selected],
.mce-content-body a[data-mce-selected],
.btn-copy {
    display: inline-block;
    padding: 15px;
    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%;
    background-color: #e56974 !important;    
}

.btn-primary, a.btn-primary, .fscf-div-submit input,
.btn-copy {
    color: #fff !important;
    background-color: #e56974 !important;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff
}

    a.btn-primary:not(:disabled):not(.disabled).active,
    a.input:not(:disabled):not(.disabled).active,
    .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: #e56974 !important;
    }

    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover,
    a.btn-primary:active,
    a.btn-primary:focus,
    a.btn-primary:hover
    {
        color: #fff;
        background-color: #801a1f;
    }

footer a,
footer .text-primary {
    color: var(--footer-link-text) !important;
    text-transform:uppercase; 
    font-weight: 600
}

    footer a:hover,
    footer .text-primary a:hover {
        color: var(--footer-link-hover) !important;
    }

@media (max-width: 768px) {

    .main-container {
        padding-top: 80px !important;
    }

    .navbar-brand img {
        width: 155px !important; /* Smaller size for mobile */
        max-width: 155px !important;
    }

    .row img {
        width: 95%;
        margin-bottom: 10px;
    }
}

.processing-spinner {
    width: 7rem;
    height: 7rem;
    border-width: 0.75rem;
    color: #e56974    !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(--accent) !important; /* Change background color when expanded */
    color: #fff !important;
    font-weight: bold;
    background-image: none;
}

.accordion-button:focus {
    background-color: var(--accent) !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: #e56974 !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: #fff;
    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: #eaf4f5;
}

.nav-link:focus, .nav-link:hover {
    color: #eaf4f5 !important;
}

.navbar-toggler {
    color: #fff !important;
    border: var(--bs-border-width) solid #fff;
}

.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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.payment-summary {
    /*max-width: 400px;   */
    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;
    margin-top: 6px;
    margin-right: -3px;
}

    .form-check-input:checked,
    .form-check-input:active 
    {
        background-color: #e80c4d !important;
        margin-right: -3px;
    }


tr.highlighted td {
    background-color: rgba(212, 216, 171, 0.25);
}