/* _content/FusionWebSiteDev/Components/Layout/Divider.Razor.rz.scp.css */
body[b-4hpz8lw5mc] {
}
.Divider[b-4hpz8lw5mc] {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom : 10px;
}
/* _content/FusionWebSiteDev/Components/Layout/MainLayout.razor.rz.scp.css */
/*From Copilot*/
body[b-ns3ftcyfuj], html[b-ns3ftcyfuj] {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Segoe UI', sans-serif;
}

.background[b-ns3ftcyfuj] {
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: initial
}

.central-column[b-ns3ftcyfuj] {
    /*    width: 600px;*/
    top: 300px;
/*    width: 600px;*/

    justify-content: center;
    padding: 0rem;
}

.content-grid[b-ns3ftcyfuj] {
    display: grid;
    grid-auto-flow:column;
    grid-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
    padding: 10px;
}

.content-pane[b-ns3ftcyfuj] {
    width: 100%;
    overflow-wrap:normal;
    white-space:normal;
    max-height: 80vh;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.navbar[b-ns3ftcyfuj] {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    padding: 0rem 1rem;
    /*background-color: rgba(255, 255, 255, 0.85);*/
    background-color: transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.page[b-ns3ftcyfuj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ns3ftcyfuj] {
    flex: 1;
}

@media (min-width:0.1px) and (max-width: 639.98px)
{
    .central-column[b-ns3ftcyfuj] {
        width: 90%;
    }
    .content-pane[b-ns3ftcyfuj] {
        width: 100%;
    }
 }
@media (min-width:640px) and (max-width: 899.98px) {
    .central-column[b-ns3ftcyfuj] {
        width:75%;
    }
    .content-pane[b-ns3ftcyfuj] {
        width: 100%;
    }
}
@media (min-width:900px)  {
    .central-column[b-ns3ftcyfuj] {
        width: 60%;    

    }
    .content-pane[b-ns3ftcyfuj] {
        width: 100%;
    }
}


    @media (max-width: 640.98px) {
        .top-row[b-ns3ftcyfuj] {
            justify-content: space-between;
        }

            .top-row[b-ns3ftcyfuj]  a, .top-row[b-ns3ftcyfuj]  .btn-link {
                margin-left: 0;
            }
    }

    @media (min-width: 641px) {
        .page[b-ns3ftcyfuj] {
            flex-direction: row;
        }

        .sidebar[b-ns3ftcyfuj] {
            width: 250px;
            height: 100vh;
            position: sticky;
            top: 0;
        }

        .top-row[b-ns3ftcyfuj] {
            position: sticky;
            top: 0;
            z-index: 1;
        }

            .top-row.auth[b-ns3ftcyfuj]  a:first-child {
                flex: 1;
                text-align: right;
                width: 0;
            }

        .top-row[b-ns3ftcyfuj], article[b-ns3ftcyfuj] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }
    }

    #blazor-error-ui[b-ns3ftcyfuj] {
        color-scheme: light only;
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        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-ns3ftcyfuj] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }
/* _content/FusionWebSiteDev/Components/Layout/NavControl.razor.rz.scp.css */

.btn-common[b-tefof4dhcy] {
    border-radius: 5px 5px 0px 0px; /* clockwise from top left */
    padding: 0px 10px 0px 10px;
    /*min-width: 75px;*/
}
.btn-ref[b-tefof4dhcy] { /*not used*/
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-selected[b-tefof4dhcy] {
    --bs-btn-color: black;
    --bs-btn-bg: white;
    --bs-btn-hover-color: blue;
    --bs-btn-hover-bg: white;
    --bs-btn-active-color: #fff;
}

.btn-notselected[b-tefof4dhcy] {
    --bs-btn-color: white;
    --bs-btn-bg: black;
    --bs-btn-hover-color: lightblue;
    --bs-btn-hover-bg: black;
    --bs-btn-active-color: #fff;
}
/* _content/FusionWebSiteDev/Components/Layout/TabbedNavigator.razor.rz.scp.css */

.btn-common[b-rgizyei6id] {
    border-radius: 5px 5px 0px 0px; /* clockwise from top left */
    padding: 0px 10px 0px 10px;
    /*min-width: 75px;*/
}
.btn-ref[b-rgizyei6id] { /*not used*/
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-selected[b-rgizyei6id] {
    --bs-btn-color: black;
    --bs-btn-bg: white;
    --bs-btn-hover-color: blue;
    --bs-btn-hover-bg: white;
    --bs-btn-active-color: #fff;
}

.btn-notselected[b-rgizyei6id] {
    --bs-btn-color: white;
    --bs-btn-bg: black;
    --bs-btn-hover-color: lightblue;
    --bs-btn-hover-bg: black;
    --bs-btn-active-color: #fff;
}
/* _content/FusionWebSiteDev/Components/Shared/Testimonial.razor.rz.scp.css */
body[b-x7k10z9gfm] {
}

table[b-x7k10z9gfm] {

    font: 12px "Arial","Helvetica",sans-serif;
    line-height: 1.5em;
}
.testimonial-text[b-x7k10z9gfm] {
    clear: both;
    padding: 1px;
    color: #8d8d8d;
    font-style: italic;
    min-height: auto;
}

.testimonial-author[b-x7k10z9gfm] {
    float: right;
    text-align: right;
    margin: 0.5em;
    font-style: italic;
    font-weight: bold;
    color: #11a2e3;
}


td[b-x7k10z9gfm] {
    clear:both;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    vertical-align: top;
    text-align: left;
}


.testimonial-image[b-x7k10z9gfm] {
    height: 30px;
    width: auto;
}

.quotes-image[b-x7k10z9gfm] {
    height: 30px;
    width: auto;
    vertical-align: top;
    text-align: left;
}


}
