html {
    font-size: 14px !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px !important;
    }
}

html {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: .85em !important;
    font-family: Calibri;
    margin: auto;
    padding: 0;
}

a {
    color: #F2A459;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #6A5A98;
    }

/*a:hover {
        background-color: #878787;
    }*/

header {
    margin: auto;
}


.btn-link {
    color: #007D1C;
}


.pomRatingsTable {
    background-image: linear-gradient(top, #F0F0F0 6%, #F8F8F8 8%, #FFFFFF 10%);
    background-image: -o-linear-gradient(top, #F0F0F0 6%, #F8F8F8 8%, #FFFFFF 10%);
    background-image: -moz-linear-gradient(top, #F0F0F0 6%, #F8F8F8 8%, #FFFFFF 10%);
    background-image: -webkit-linear-gradient(top, #F0F0F0 6%, #F8F8F8 8%, #FFFFFF 10%);
    background-image: -ms-linear-gradient(top, #F0F0F0 6%, #F8F8F8 8%, #FFFFFF 10%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.06, #F0F0F0), color-stop(0.08, #F8F8F8), color-stop(0.10, #FFFFFF) );
}

.pomRatingsLeft {
    width: 250px;
    float: left;
}

.pomRatingsRight {
    width: 250px;
    float: right;
    margin-right: 50px;
}

.pomRatingsImage {
    width: 20px;
    float: left;
}

.pomRatingsHeaders {
    width: 225px;
    float: left;
    margin-left: 5px;
    height: 16px;
    margin-top: 4px;
    font-weight: bold;
}

.pomRatingsExplanation {
    clear: both;
    margin-left: 25px;
}

.pomText-Gold {
    color: gold;
}

.pomText-Green {
    color: green;
}

.pomText-Blue {
    color: blue;
}

.pomText-Orange {
    color: orange;
}

.pomText-Red {
    color: red;
}


.subNormalText {
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: calibri;
}

.subHint {
    background-color: #563d82;
    /*border: solid 1px #43b02a;*/
    color: white;
    padding: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
}

.center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    clear: both;
}

/* A:Hyperlink Overload*/
a.subDarkLink:link {
    color: #ffffff;
    /*text-decoration: underline;*/
    text-decoration-color: #43b02a;
}

a.subDarkLink:visited {
    color: #ffffff;
    /*text-decoration: underline;*/
    text-decoration-color: #43b02a;
}

a.subDarkLink:active {
    color: #ffffff;
    /*text-decoration: underline;*/
    text-decoration-color: #43b02a;
}

a.subDarkLink:hover {
    color: #ffffff;
    /*text-decoration: underline;*/
    text-decoration-color: #ffffff;
}


a:visited, a:link {
    color: #007D1C; /*color: #43B02A;  --changing from hero green to darker ADA compliant green*/
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    /*text-decoration: underline;*/
    font-weight: bold;
}

/*-------ID Card-------*/
.idCardDiv {
    display: block;
    border: 1px solid #666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: start;
    padding-block: 1.9rem 1.2rem;
}

.idLogo {
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius: 10px 0px 0px 0px;
    height: 42px;
    width: 166px;
    margin-left: 20px;
}

.idLogohome {
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius: 10px 0px 0px 0px;
    height: 42px;
    width: 166px;
}

.BackofCard {
    font-size: 10pt;
    margin-top: 2px;
    margin-left: 4px;
}

.idCardText {
    font-size: 10pt;
    margin-top: 15px;
    margin-left: 20px;
}

.greenText {
    font-weight: bold;
    color: #007D1C;
    font-size: 15px;
}


.HeaderRow {
    font-weight: bold;
}


.divMemberTabs { /* .divMemberTabs:visited, .divMemberTabs:link*/
    background-color: white;
    cursor: pointer;
    font-size: 1.1em;
    float: left;
    width: auto;
    height: inherit;
    padding: 5px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #563d82;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px 2px #666666;
    text-decoration: none;
}

.divMemberTabSelected { /*.divMemberTabs:active, .divMemberTabSelected:active*/
    background-color: #007D1C; /*background-color: #43b02a; --changing from hero green to darker ADA compliant green*/
    cursor: pointer;
    font-size: 1.1em;
    float: left;
    width: auto;
    height: inherit;
    padding: 5px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px 2px #666666;
    text-decoration: none;
}


.nav-pills .nav-link.active,
.nav-pills .show .nav-link {
    color: #ffffff;
    background-color: #007D1C;
}

.navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar-nav .nav-link.dropdown-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
    padding: .5rem 1rem; /* same as .nav-link */
}

    .navbar-nav .nav-link.dropdown-toggle:focus {
        outline: none;
        box-shadow: none;
    }

.table-primary {
    background-color: #563d82;
    color: #fff;
    font-weight: bold;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #d5cee0;
}

.TotalRow {
    background-color: #bfbfbf;
    color: #705a95;
    font-weight: bold;
}

.FSARow {
    background-color: #bfeaf1;
    color: #705a95;
    font-weight: bold;
}

.smallMargins {
    margin-bottom: 1px;
    margin-top: 1px;
}
    /*apply no bottom margin to all dds in element*/
    .smallMargins > dd {
        margin-bottom: 0;
    }


.purpleBackground {
    background-color: #efebf8;
}

/* ------------------ */
/*  Button Styles     */
/* ------------------ */
.ddButton {
    background-color: #007D1C;
    cursor: pointer;
    font-size: 1.1em;
    padding: 7px;
    width: auto;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
}

    .ddButton:hover {
        background: #563d82;
        color: #ffffff;
        cursor: pointer;
    }

    .ddButton:disabled {
        background: #666666;
        cursor: default;
    }

    .ddButton:active {
        background: #705a95;
        cursor: pointer;
    }

    .ddButton:visited {
        background-color: #007D1C;
        color: #ffffff;
    }

.ddButtonPurple {
    background-color: #705a95;
    cursor: pointer;
    font-size: 1.1em;
    padding: 7px;
    width: auto;
    color: #ffffff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
}

    .ddButtonPurple:hover {
        background: #563d82;
        color: #ffffff !important;
        cursor: pointer;
    }

    .ddButtonPurple:disabled {
        background: #666666;
        color: #ffffff !important;
        cursor: default;
    }

    .ddButtonPurple:active {
        background: #705a95;
        cursor: pointer;
    }

    .ddButtonPurple:visited {
        background-color: #705a95;
        color: #ffffff;
    }

.ddButtonGrey {
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 1.1em;
    padding: 7px;
    width: auto;
    color: #573d82 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
}

    .ddButtonGrey:visited {
        background-color: #f2f2f2;
        color: #573d82;
    }


/* ------------------ */
/*  Secure Messaging  */
/* ------------------ */
.messageBox {
    height: 150px;
    width: 90%;
}

.fullLengthTextBox {
    height: 19px;
    width: 90%;
}



/* ------------------ */
/*  Override Bootstrap  */
/* ------------------ */
.btn-primary {
    color: #ffffff;
    background-color: #007D1C;
    border-color: #0d6efd;
    cursor: pointer;
    font-size: 1.1em;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
}

    .btn-primary:hover {
        background-color: #563d82;
        cursor: pointer;
    }

    .btn-primary:disabled {
        background: #666666;
        cursor: default;
    }

.tblToothChart img {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.tblToothChart input {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.divLegend {
    margin-left: 20px;
    width: 230px;
    border: solid 1px #563d82;
    font-size: 8pt;
}

.divToothChart {
    width: 98%;
    height: auto;
}

beExampleText {
    color: black;
    font-size: 11px;
}

.subClaimItemButton {
    border: 1px solid #007D1C;
    background-color: #007D1C; /*background-color: #43b02a; --changing from hero green to darker ADA compliant green*/
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: calibri;
    cursor: pointer;
    width: 250px;
    margin: 5px 35px 5px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
}

    .subClaimItemButton:hover, subClaimItemButton:focus {
        border: 1px solid #563d82;
        background-color: #563d82;
        color: white;
        font-weight: bold;
        font-size: 11px;
        font-family: calibri;
        cursor: pointer;
        width: 250px;
        margin: 5px 35px 5px 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 3px 3px 2px #666666;
    }

.subBenefitsBox {
    width: 350px;
    border: solid 1px #563d82;
    background-color: #d5cfe0;
    box-shadow: 3px 3px 2px #666666;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}



.error {
    color: #e80c4d;
}


/* Header */

.header-bar {
    background: #41a928;
    padding: 16px;
}

    .header-bar a {
        display: block;
        width: 180px;
    }

.header-hero {
    background: #41a928;
    color: #fff;
    width: 100%;
    padding-left: 15px;
}

    .header-hero .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em 1em 2em;
    }

    .header-hero h1 {
        font-family: 'Montserrat', 'Calibri', Arial, 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 3em;
        line-height: 1;
        font-weight: 100;
        margin: 0.325em 0;
    }

    .header-hero h2 {
        font-size: 1.85em;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .header-hero .halfwrapperblock {
        width: 50%;
        display: inline-block;
    }

    .header-hero .halfwrapper {
        width: 50%;
    }

.main {
    background-color: #f2f2f2;
}


.logo-state {
    float: right;
    margin: 0 25px 0 0;
    max-width: 250px;
    color: white;
}

.logo-from {
    position: absolute;
    /*bottom: 57px;*/
    right: 300px;
    font-size: 1.3em;
    opacity: 0.6;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 29px;
}

.h3Title {
    background: #41a928;
    margin-bottom: 1em;
    padding: 0.75em 1em;
    font-family: 'Montserrat', 'Calibri', Arial, 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    border-radius: 8px;
    -webkit-font-smoothing: antialiased;
}

.title-banner {
    background-color: #4CAF50; /* Green background */
    color: white;
    padding: 20px 0;
    text-align: center;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

.title-text {
    display: inline-block;
    background-color: white;
    color: #4CAF50;
    padding: 10px 30px;
    border-radius: 5px;
}

.navbar-toggler-icon {
    border-color: #41a928;
    border: 1px solid #41a928;
    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='%2341a928' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navcolor {
    font-weight: bold;
    font-size: 1rem;
    color: #573d82 !important;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding-inline: 0.3rem;
    padding-block: .5rem;
}

    .navcolor a, .navcolor a:visited {
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 0.8rem;
        transition: color 0.3s;
    }

        .navcolor a:hover, .navcolor a:focus {
            background-color: #2db035;
            color: white;
        }

.nav {
    justify-content: center !important;
    width: 100%;
}

.navbar .nav-link.dropdown-toggle {
    background: none;
    border: none;
    padding: 0.5rem;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

    .navbar .nav-link.dropdown-toggle:focus {
        outline: 2px solid #0d6efd; /* or your preferred focus style */
        outline-offset: 2px;
    }


.member-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow .15s ease, transform .15s ease;
}

    .member-card:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
        transform: translateY(-1px);
        background: #d9d9d9; /*#d5cee0 light purple*/
    }

    .member-card.active {
        transform: scale(0.97); /* slight shrink on click */
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* tighter shadow */
        border: 2px solid green;
    }

/* Prevent long text from breaking the layout */
.card-title, .card-text, .ratecode-link {
    overflow-wrap: anywhere;
    word-break: break-word;
}
/* Tighten card padding since 12-up is compact */
@media (min-width: 768px) {
    .member-card .card-body {
        padding: .5rem .5rem;
    }
}



.no-hover-cards .card a {
    display: block;
    color: inherit;
}

    .no-hover-cards .card:hover,
    .no-hover-cards .card a:hover {
        background-color: inherit !important;
        box-shadow: none !important;
    }

    .no-hover-cards .card a:hover {
        text-decoration: none !important; /* keep it clean */
        color: inherit !important;
    }

.id-card {
    padding: 1.5rem;
    border: 1px solid grey;
}

.id-header {
    font-size: 1.25rem;
    font-weight: bold;
}

.id-section {
    margin-top: 1rem;
}

.id-label {
    font-weight: 600;
}

.download-btn {
    margin-top: 1.5rem;
}

.disclaimer {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 1rem;
}

.homeprogramheader {
    background-color: azure;
}

.homelink a {
    text-decoration: none;
    color: #573d82;
}

    .homelink a:hover {
        text-decoration: none;
        background-color: #573d82;
        color: white;
    }


.ratecode-link {
    font-size: .9em;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .ratecode-link:hover {
        background: #563d82;
        color: white;
        cursor: pointer;
    }

    .ratecode-link.active {
        background: #007D1C !important;
        color: white;
    }

/* highlight for new content */
.consent-new {
    background-color: #fff3cd; /* light yellow */
    border: 1px solid #ffec99;
    border-radius: .5rem;
}

    .consent-new .badge-new {
        background: #f59f00; /* amber */
        color: #1f2937; /* dark gray text for contrast */
        font-weight: 600;
        margin-left: .5rem;
        padding: .2rem .5rem;
        border-radius: .25rem;
        font-size: .75rem;
    }


.page-item.active .page-link {
    background: #563d82;
}


.loginMainBody {
    min-height: 400px;
}


.section-links {
    padding-block: 2.3rem;
    background-color: var(--c-white);

    @include media-breakpoint-down(md) {
        padding-block: 3.2rem;
    }
}

.section__block a {
    font-size: 1.6rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #705a95;
}

    .section__block a + a {
        margin-top: 2.4rem;
    }

.section__block h5 {
    border-bottom: 0.1rem solid grey;
    margin-top: 1rem;
}

.HomeBanner {
    background-color: #705a95;
    color: white;
    font-size: 16px;
}
.h5-like {
    font-size: 1.2em; /* matches default <h5> scale */
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;
}

/*used for PDN Renewal tables - BM*/
@media (max-width: 768px) {

    .mobile-table .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #ffffff !important;
        --bs-table-accent-bg: #ffffff !important;
    }
    /* Hide the table header row */
    .mobile-table table thead {
        display: none;
    }
    /* Right-align form link */
    .mobile-table table td form {
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
    }

    /* Each row becomes a card */
    .mobile-table table tbody tr {
        display: block;
        margin-bottom: 1rem;
        padding: 0rem 1rem 0rem 1rem;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

    /* Each cell becomes a label/value pair */
    .mobile-table table td {
        display: flex;
        flex-direction: row;
        justify-content: space-between;        
        text-align: left;
        padding: 0.5rem 0;
        border: none;
        border-bottom: 1px solid #eee;
    }

        /* Remove last divider line */
        .mobile-table table td:last-child {
            border-bottom: none;
        }

        /* The label (formerly table header) */
        .mobile-table table td::before {
            content: attr(data-label);
            font-weight: 700; /* bold headers */
            color: #222;
            flex-basis: 45%;
            text-align: left;
        }

    /* The value text */
    .mobile-table table td {
        flex-basis: 55%;
        font-weight: 400;
        color: #333;
    }
}

.signout
{
    min-height: 450px;
}