/* Auto-generated by scripts/dedupe_css.py — rules extracted from pages/.
 * Loaded once via the desktop base template; per-page overrides win
 * because they load after this file. Do not edit by hand — re-run the script.
 */

:root {
    --express-color: #8EC5FF;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 20px;
}

.accordion.active, .accordion:hover {
    background-color: #80956d;
    color:white;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.minWidth100 {
    text-align: left;
}

.fw600 {
    font-weight: 600;
}



.week_button input[type=checkbox]:checked+label {
    border: 1px solid #E74C3C;
    background: #E74C3C;
    color: white;
}

.p strong {
    color:black;
}

.pmb {
    margin-bottom:0.4rem !important;
}

.detail-span {
    color: #383838;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
}

.detail-h4 {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
}

.card-header {
    padding: unset !important;
    margin-bottom: 1px;
}

.card-header a {
    text-align: left;
    padding: 8px 20px;
}

.accordToggleBtn[aria-expanded="false"]:after {
    content: "\f054" !important;
    margin-right : 10px;
}

.accordToggleBtn[aria-expanded="true"]:after {
    content: "\f078" !important;
    margin-right : 10px;
}

.info {
    color: green;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    font-style: italic;
}

.error {
    color: red;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    font-style: italic;
}

.rated {
    color: #FFD700;
}

.unrated {
    color: #525252;
}

.title {
    line-height: initial;
    font-weight: 600;
    font-size: 14px;
    color: black;
}

.heading {
    font-size: 20px;
    color: black;
    font-weight: bold;
}


.copy-text-container.referral {
    margin-bottom: 16px;
    padding: 0 12px;
}



.copy-text-container.referral .referral-url {
    user-select: all;
    width: 100%;
}

.text-input {
    border-radius: 10px;
    appearance: none;
    border: 1px solid #e6e6e6;
    color: #637381;
    font-family: 'SourceSans3 Regular'!important;
    font-size: 14px;
    margin: 0;
    outline: none;
    padding: 12px 20px;
}





.walletFeatureList {
    display: block;
    width: 70%;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
}

.walletFeatureList li {
    background: unset !important;
    padding: unset !important;
    width: auto !important;
}

.walletFeatureList li a {
    display: flex;
}

.walletFeatureList li {
    background: #fff;
    padding: 10px 15px;
}

.walletFeatureList li a i.fa-check {
    background: #E74C3C;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    margin: auto;
}

.walletsIcon {
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    margin: 0 0px 0px !important;
    box-shadow: 0 0 20px #ddd;
    color: #80956d;
    font-size: 16px !important;
}

.walletFeatureList li a div {
    margin:auto;
}

.walletFeatureList li a i.fa-angle-right {
    background: #E74C3C;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    margin: auto;
}



