﻿.dashboardModal {
    background: var(--tier-colour);
    margin-top: 40px;
    margin-bottom: 40px;
}

img#newimgBarcode {
    padding-left: 25px;
    padding-bottom: 5px;
    padding-right: 25px;
    padding-top: 28px;
    min-width: 170px;
    text-align: center;
}

.dashboard-container-main-section {
    padding:30px 0px;
}

.village-link {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.village-link-text {
    font-weight: bold;
    color: rgb(0,0,0);
    margin-right: 5px;
}

    .village-link-text:hover {
        color: #DC744B;
    }

.village-link-text,
.village-link-icon {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(13%);
}

.module-image-unlockable {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

    .module-image-unlockable img {
        margin-top: 25%;
        height: 25%;
    }

.section-heading {
    box-sizing: border-box;
    margin: 0;
    font-family: Aime-Regular, serif;
    color:black;
    margin: 30px 0;
    text-align:center;
}

.container {
    min-height:100px;
}

.w-100 {
    width: 100%;
}

@media screen and (min-width:0px) {
    .section-heading {
        font-size: 2rem;
    }
}

@media screen and (min-width:600px) {
    .section-heading {
        font-size: 2rem;
    }
}

@media screen and (min-width:900px) {
    .section-heading {
        font-size: 2rem;
    }
}

@media screen and (min-width:1200px) {
    .section-heading {
        font-size: 2.75rem;
    }
}

@media screen and (min-width:1800px) {
    .section-heading {
        font-size: 2.75rem;
    }
}

@media screen and (max-width:900px) {
    .smallLine {
        border-top: 1px solid #989393;
        width: 30px;
        margin: 5% 0 6% 46%;
    }
}

@media screen and (min-width:900px) {
    .smallLine {
        border-top: 1px solid #989393;
        width: 30px;
        margin: 5% 0 3% 0;
    }
}

.social-icon-wrapper {
    width: 32px;
    height: 32px;
    display: block;
    pointer-events: none;
}

.button-text {
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width:0px) {
    .button-text {
        font-size: 0.75rem;
    }
}

@media screen and (min-width:600px) {
    .button-text {
        font-size: 0.75rem;
    }
}

@media screen and (min-width:900px) {
    .button-text {
        font-size: 0.75rem;
    }
}

@media screen and (min-width:1200px) {
    .button-text {
        font-size: 0.75rem;
    }
}

@media screen and (min-width:1800px) {
    .button-text {
        font-size: 0.75rem;
    }
}

.primary-button {
    display: inline-block;
    padding: 0.9375rem 3.125rem;
    box-shadow: 0;
    background: var(--tier-colour);
    border: 1px solid white;
    color: #FFF;
    -webkit-transition: background ease-in 0.2s, color ease-in 0.2s;
    transition: background ease-in 0.2s, color ease-in 0.2s;
}

    .primary-button:hover {
        background-color: var(--color-background);
    }

    .primary-button > * {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .primary-button:focus:not(:disabled), .primary-button:hover:not(:disabled) {
        border-color: #532e34;
        color: #532e34;
    }

    .primary-button:disabled {
        color: #989393;
    }

.dashboard-intro-section {
    text-align: left;
}

html[dir='rtl'] .dashboard-intro-section {
    text-align: right;
}

.dashboard-intro-section h1 {
    font-weight: normal;
    font-family: Aime-thin;
    letter-spacing: -3.5px;
    line-height: 1.11;
}


.dashboard-intro-section h2 {
    font-weight: normal;
    font-family: Aime-thin;
    letter-spacing: -3px;
    line-height: 1.13;
}

.dashboard-intro-section h3 {
    font-weight: normal;
    font-family: Aime-thin;
    letter-spacing: -2px;
    line-height: 1.14;
}

.dashboard-intro-section h4 {
    font-weight: normal;
    font-family: Aime-thin;
    letter-spacing: -1px;
    line-height: 1.25;
}

.dashboard-intro-section h5 {
    font-weight: normal;
    font-family: Aime-thin;
    letter-spacing: -1.2px;
    line-height: 1.4;
}

.dashboard-intro-section h6 {
    font-weight: normal;
    font-family: Aime-thin;
    letter-spacing: -1px;
    line-height: 1.25;
}

.dashboard-intro-section p,
.dashboard-intro-section ul,
.dashboard-intro-section ol {
    font-family: BrownStd-Regular;
    line-height: 1.5;
}

.section-container {
    color: rgb(0, 0, 0);
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
    min-height: 120px;
}

.content-container {
    margin: 0 auto;
    max-width: 580px;
}

.dashboard-section {
    color: rgb(0, 0, 0);
    margin: 20px auto 0;
    text-align: center;
    max-width: 1200px;
}

.button-container {
    max-width: 335px;
    margin: 32px auto 0;
    padding-top: 1rem;
}

@media screen and (max-width: 600px) {
    .dashboard-dashboard-section {
        color: rgb(0, 0, 0);
        margin: 20px auto 0;
        text-align: center;
    }

    .button-container {
        margin: 0 auto 0;
    }

        .button-container + .button-container {
            margin-top: 0px;
        }
}

@media screen and (min-width:1200px) {
    .dashboard-section {
        font-size: 1rem;
    }
}

@media screen and (min-width:1200px) {
    .button-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: auto;
        margin-top: 0;
    }
}

.button-container .cta {
    cursor: pointer;
    display: block;
    margin: 10px 0;
    padding: 1.25rem;
    width: 100%;
}

@media screen and (min-width:1200px) {
    .button-container .cta {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0 10px;
        width: 280px;
    }
}

.button-container .cta:first-child {
    margin-left: 0;
    margin-top: 0;
}

.button-container .cta:last-child {
    margin-bottom: 0;
    margin-right: 0;
}


.sticky-barcode-modal {
    width: 23rem;
    height: 20.2rem;
}

.modal-body-barcode {
    padding: 15% 0 0 0;
    text-align: center;
}

.modal-footer-barcode {
    text-align: center;
    box-sizing: border-box;
    color: black;
    font-family: BrownStd-Regular;
    font-size: 1rem;
    line-height: 1.5;
    width: 80%;
    margin-left: 10%;
}

.modal-header-stick {
    position: absolute;
    width: 100%;
    z-index: 5000;
    padding: 1rem 0 1.2rem;
    text-align: center;
}

.modal-title-barcode {
    font-family: BrownStd-Regular;
    letter-spacing: 1.5px;
    font-size: 1.2rem;
    color: black;
}

@media screen and (min-width:0px) {
    .modal-footer-barcode {
        font-size: 0.6rem;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    font-family: 'BrownStd-Regular',sans-serif;
    font-feature-settings: 'kern','liga','clig','calt';
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    background-color: #F5F0E6;
}

@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }
} 


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

html {
    font-size: 16px;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

p {
    margin-top: 0;
}

a {
    color: currentColor;
    -webkit-text-decoration: none;
    text-decoration: none;
}

/* sc-component-id: sc-keyframes-fade-in-up */
@-webkit-keyframes fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}

button, select {
    cursor: pointer;
}

.select-style {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

    .select-style select {
        padding: 5px 8px;
        width: 130%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
    }

        .select-style select:focus {
            outline: none;
        }

.spacer {
    display: block;
    width: 100%;
    position: relative;
    height: 1.875rem;
}

@media screen and (min-width:900px) {
    .spacer {
        height: 3.125rem;
    }
}

h2, h3, h4, h5 {
    color: rgb(0, 0, 0);
}

button, select {
    cursor: pointer;
}

.custom-select {
    text-align: left;
}

.treats-section {
    -webkit-animation: eMLfYp .2s ease-in-out;
    animation: eMLfYp .2s ease-in-out;
    text-align: center;
}


.privilegeInfo {
    font-family: SangbleuKindgdom-Light;
    font-size: 1.3rem;
    color: white;
    margin-top: 0;
}

.pc-points {
    font-family: SangbleuKindgdom-Light;
    font-size: 1.3rem;
    color: white;
}

.resetInfo {
    font-family: BrownStd-Regular;
    font-size: 0.8rem;
    color: white;
    margin-top: 0;
}

.pc-resetInfo {
    font-family: BrownStd-Regular;
    font-size: 0.8rem;
    color: white;
    margin-top: 5px;
}

.privilegeInfo2 {
    padding: 0.625rem 0;
    width: 100%;
    flex: 1 0 25%;
    position: relative;
    font-family: SangbleuKindgdom !important;
    font-size: 1.3rem;
}


.resetInfo2 {
    padding: 0.625rem 0;
    width: 100%;
    flex: 1 0 25%;
    position: relative;
    font-family: BrownStd-Regular !important;
    font-size: 0.8rem;
}

.text-color {
    color: white;
}


.wrapper {
    max-width: 900px;
    margin: 40px auto;
}

.tabscolor {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 5px;
}

    .tabscolor > li {
        display: table-cell;
        list-style: none;
        text-align: center;
    }

.tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 70px;
    font-size: 80px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    font-family: SangbleuKindgdom-Light,serif;
}

    .tabs > li {
        display: table-cell;
        list-style: none;
        text-align: center;
        padding: 20px 20px 25px 20px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        color: white;
    }

        .tabs > li:before {
            z-index: -1;
            position: absolute;
            content: "";
            width: 100%;
            height: 120%;
            top: 0;
            left: 0;
            background-color: rgba(255, 255, 255, 0.3);
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            border-radius: 5px 5px 0 0;
        }

        .tabs > li:hover:before {
            -webkit-transform: translateY(70%);
            transform: translateY(70%);
        }

        .tabs > li.active:before {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

.section-divider {
    max-width: 20%;
    border: 1px solid;
    color: var(--tier-colour);
    width: 100%;
}

details > summary:focus {
    outline: none;
}

details > summary {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 25px;
}

    details > summary::before {
        content: "+";
        transition: transform 0.2s;
    }

details[open] > summary::before {
    content: "-";
    transition: transform 0.2s;
}

.accordion {
    margin: 50px auto;
    width: 380px;
    background-color: #ccc;
    cursor: pointer;
}

    .accordion .item {
        height: 100px;
    }

        .accordion .item h3 {
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            padding-left: 50px;
            font-family: "JF Flat Regular";
            font-size: 20px;
            font-weight: 400;
        }

        .accordion .item img {
            padding-left: 15px;
            width: 30px;
            vertical-align: middle;
        }

        .accordion .item h3:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

        .accordion .item:first-of-type {
            background-color: #620808;
            color: #f4ce74;
        }

        .accordion .item:nth-of-type(2) {
            background-color: #a53f3f;
            color: #ffe9c1;
        }

        .accordion .item:nth-of-type(3) {
            background-color: #f4ce74;
            color: #620808;
        }

        .accordion .item:nth-of-type(4) {
            background-color: #ffe9c1;
            color: #d5441c;
        }

        .accordion .item:last-of-type {
            background-color: #d5441c;
            color: #ffe9c1;
        }

    .accordion p {
        font-family: "JF Flat Regular";
        font-size: 18px;
        font-weight: 400;
        padding: 15px;
        display: none;
        box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2);
    }

        .accordion p:first-of-type {
            background-color: #620808;
            color: #f4ce74;
        }

        .accordion p:nth-of-type(2) {
            background-color: #a53f3f;
            color: #ffe9c1;
        }

        .accordion p:nth-of-type(3) {
            background-color: #f4ce74;
            color: #620808;
        }

        .accordion p:nth-of-type(4) {
            background-color: #ffe9c1;
            color: #d5441c;
        }

        .accordion p:last-of-type {
            background-color: #d5441c;
            color: #ffe9c1;
        }

.button-qrcode {
    float: right;
    margin-top: -1.1rem;
    width: 1.2rem;
}

.sticky-barcode-modal {
    width: 23rem;
}

.modal-body-barcode {
    padding: 15% 0 0 0;
    text-align: center;
}

.modal-footer-barcode {
    text-align: center;
    box-sizing: border-box;
    color: #859395;
    font-family: BrownStd-Regular;
    font-size: 1rem;
    line-height: 1.5;
    width: 80%;
    margin-left: 10%;
}

.modal-header-stick {
    position: absolute;
    width: 100%;
    z-index: 5000;
    padding: 1rem 0 1.2rem;
    text-align: center;
}

.modal-title-barcode {
    box-sizing: border-box;
    margin: 0;
    padding-top: 20px;
    color: #455255;
    font-family: SangbleuKindgdom-Light;
    font-weight: normal;
    text-align: center;
    line-height: 1.14;
    letter-spacing: -2px;
    font-size: 1.5rem;
}

.pDescription {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    color:black;
}

.tablist-treats {
    margin-bottom:20px;
}

.card-header-span {
    font-size: 26px;
    color: rgb(0, 0, 0);
    font-family: Aime-thin;
    display: grid;
    align-items: center;
}

.treat-container {
    margin-bottom: 20px;
    padding: 15px 8px 0px 8px;
    font-family: SangbleuKindgdom-Light;
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 768px) {
    .treat-container {
        flex: 0 1 calc(50% - 20px);
        max-width: 34%;
    }
}

.treat-container-one {
    margin-bottom: 20px;
    padding: 15px 8px 0px 8px;
    font-family: SangbleuKindgdom-Light;
    text-align: center;
}

.treat-bg-color {
    background-color: #F7F7F7;
}

.treat-avail-until {
    font-size: 12px;
    font-family: BrownStd-Regular, sans-serif;
    color: #455255;
    display: block;
    text-transform: uppercase;
    padding: 6px 6px 4px;
    letter-spacing: 1.5px;
    line-height: 1.2;
}

.treat-description {
    font-size: 13px;
    font-family: BrownStd-Regular, sans-serif;
    color: #859395;
    padding: 0.25rem;
}

body .treat-description {
    line-height: normal;
}

.treat-condition {
    font-size: 12px;
    font-family: BrownStd-Regular, sans-serif;
    margin-top: 10px;
    color: #989393;
    text-decoration: underline;
    padding: 0px 0.25rem 20px;
}

.treat-instruction {
    font-size: 13px;
    font-family: BrownStd-Regular, sans-serif;
    color: #859395;
    padding: 0px 0.25rem 20px;
    background-color: #F7F7F7;
}

.treat-sold-out-hidden {
    padding: 6px 6px 4px;
    width: 25%;
}

.treat-sold-out {
    font-size: 11px;
    font-family: BrownStd-Regular, sans-serif;
    color: #455255;
    background-color: #f7f7f7;
    padding: 6px 6px 4px;
    width: 25%;
}

.treat-bottom-line {
    max-width: 0%;
    border: 0px solid #f7f7f7;
}

.card-header {
    text-align: center;
    font-size: 25px;
    height: 100px;
    display: grid;
}

.membership-tier-wrapper {
    padding: 0;
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
}

    .membership-tier-wrapper :first-child {
        margin-left: 0px;
    }

.membership-tier-div {
    margin-left: 20px;
    width: 220px;
}

.membership-tier-btn {
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    outline: none;
    width: 100%;
    margin-bottom: 20px;
    max-height: 200px
}

.membership-tier-btn-span {
    display: inline-block;
    height: 90%;
    width: 90%;
}

.membership-content-wrapper {
    margin: 0px auto;
    max-width: 700px;
}

.membership-content-div {
    background-color: #191970;
    display: block;
    min-height: 290px;
}

.membership-content-header {
    margin-bottom: 30px;
    padding: 50px 50px 0px;
    color: white;
    box-sizing: border-box;
    margin: 0px;
    font-family: SangbleuKindgdom-Light, serif;
    font-weight: normal;
    letter-spacing: -2px;
    text-align: left;
    font-size: 2.625rem;
    line-height: 1.14;
}

.membership-content-text {
    color: #FFF;
    padding: 10px 50px 30px 50px;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.5;
}

.membership-text > ul {
    padding-inline-start: 14px;
}

.wtf {
    margin: 0px auto;
    width: 100%;
}

@media screen and (min-width:0px) {
    .modal-footer-barcode {
        font-size: 0.6rem;
    }
}

.custom-select-container {
    display: inline-block;
    position: relative;
    margin-top: 1.125rem;
    vertical-align: middle;
    width: 100%;
}

@media screen and (min-width:600px) {
    .custom-select-container {
        max-width: 250px;
        width: 250px;
        margin-top: 0;
        margin-right: 0;
        margin-left: 1.125rem;
    }

    .card-header-span {
        font-size: 22px;
        color: rgb(0, 0, 0);
        font-family: Aime-thin;
        display: grid;
        align-items: center;
    }

    html[dir='rtl'] .custom-select-container {
        margin-left: 0;
        margin-right: 1.125rem;
    }
}



@media only screen and (max-width: 350px) {
    .findout {
        font-size: 0.65rem !important;
    }

    .findout-plus {
        font-size: 1rem;
    }

    .modal-title-barcode {
        box-sizing: border-box;
        margin: 0;
        color: #455255;
        font-family: SangbleuKindgdom-Light;
        font-weight: normal;
        text-align: center;
        line-height: 1.14;
        letter-spacing: -2px;
        font-size: 1.5rem;
    }

    .modal-body-barcode {
        padding: 15% 0 0 0;
        text-align: center;
        margin-top: 20px;
    }

    .membership-tier-btn {
        -webkit-box-align: center;
        align-items: center;
        border: 0px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0px;
        outline: none;
        width: 100%;
        margin-bottom: 20px;
        max-height: 200px;
    }

    .wtf {
        margin: 0px auto;
        width: 280px;
    }

    .membership-content-wrapper {
        width: 280px;
    }

    .membership-tier-wrapper {
        padding: 0;
        box-sizing: border-box;
        margin: 0px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        width: 280px;
    }

    .membership-tier-btn {
        -webkit-box-align: center;
        align-items: center;
        border: 0px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0px;
        outline: none;
        width: 100px;
        margin-bottom: 20px;
        max-height: 200px
    }

    .membership-content-header {
        margin-bottom: 0px;
        padding: 20px 20px 0px;
        color: rgb(255, 255, 255);
        font-size: 22px;
        text-align: center;
    }

    .membership-content-text {
        padding: 20px 0 20px 20px;
        font-size: 13px;
    }
}

@media only screen and (min-device-width: 200px) and (max-device-width: 480px) {

    .privilege-code-btn {
        margin-bottom: 30px;
    }

    .membership-tier-btn {
        -webkit-box-align: center;
        align-items: center;
        background-color: rgb(3, 60, 109);
        border: 0px;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 15px;
        padding: 0px;
        outline: none;
        width: 100%;
    }

    .membership-content-header {
        margin-bottom: 0px;
        padding: 20px 20px 0px;
        color: rgb(255, 255, 255);
        font-size: 22px;
        text-align: center;
    }

    .membership-content-text {
        padding: 20px 0 20px 20px;
        font-size: 13px;
    }

        .membership-content-text > ul {
            padding-right: 10px;
            padding-inline-start: 12px;
        }

    .modal-body-barcode {
        margin-top: 15%;
    }

    .card-header-span {
        font-size: 20px;
        color: #455255;
        font-family: SangbleuKindgdom-Light;
        display: grid;
        align-items: center;
    }

    .wtf {
        margin: 0px auto;
        width: 280px;
        -webkit-column-width: 280px;
    }

    .membership-content-wrapper {
        width: 280px;
    }

    .membership-tier-wrapper {
        padding: 0;
        box-sizing: border-box;
        margin: 0px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        width: 280px;
    }

    .treat-container {
        margin-bottom: 20px;
        padding: 15px 0px 0px 0px;
        font-family: SangbleuKindgdom-Light;
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .treat-container-one {
        margin-bottom: 20px;
        padding: 15px 0px 0px 0px;
        font-family: SangbleuKindgdom-Light;
        text-align: center;
    }

    .treat-bg-color {
        background-color: #FFFFFF;
    }

    .treat-avail-until {
        font-size: 9px;
        font-family: BrownStd-Regular, sans-serif;
        color: #455255;
        display: block;
        text-transform: uppercase;
        padding: 6px 6px 4px;
        letter-spacing: 1.5px;
        line-height: 1.2;
    }

    .treat-description {
        font-size: 14px;
        font-family: BrownStd-Regular, sans-serif;
        color: #859395;
        padding: 0.25rem;
    }

    body .treat-description {
        line-height: normal; /* or any specific value you prefer */
    }

    .treat-condition {
        font-size: 12px;
        font-family: BrownStd-Regular, sans-serif;
        color: #989393;
        text-decoration: underline;
        padding: 0px 0.25rem 20px;
    }

    .treat-instruction {
        font-size: 14px;
        font-family: BrownStd-Regular, sans-serif;
        color: #859395;
        padding: 0px 0.25rem 20px;
        background-color: #FFFFFF;
    }

    .treat-sold-out-hidden {
        padding: 6px 6px 4px;
        width: 25%;
    }

    .treat-sold-out {
        font-size: 8px;
        font-family: BrownStd-Regular, sans-serif;
        color: #455255;
        background-color: #f7f7f7;
        padding: 6px 6px 4px;
        width: 25%;
    }

    .treat-bottom-line {
        max-width: 100%;
        border: 1px solid #859395;
        opacity: 0.5
    }

    .findout {
        font-size: 0.65rem !important;
    }

    .findout-plus {
        font-size: 1rem;
    }

    .offers {
        margin-top: 30px;
    }
}

@media screen and (width: 540px) and (height: 720px) {
    .offers {
        margin-top: 30px;
    }
}

@media screen and (min-width: 767px) {
    .wtf {
        width: 700px;
    }

    .findout-div {
        display: none;
    }

    .findout {
        display: none;
    }

    .findout-plus {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .findout {
        display: inline;
    }

    .findout-plus {
        display: inline;
    }
}

@media screen and (min-width: 767px) {
    .collapse {
        display: block;
    }
}

.no-pointer-events {
    pointer-events: none;
}

.fog {
    opacity: 0.4;
}

table {
    width: 97%;
    min-width: 280px;
}

td {
    text-align: center;
    padding: 8px 0px 8px 0px;
}

tr {
    height: 2.5rem;
    border-bottom: 1px solid lightgrey;
}

td:first-child {
    width: 80%;
}

.bodyb {
    background-color: #f6f3f3;
}

.levels {
    display: flex;
    justify-content: space-evenly;
    position: relative;
}

.level {
    margin-inline: 0.5rem;
    margin-block: 1rem;
    cursor: pointer;
    font-size: 2rem;
    font-family: SangbleuKindgdom-Light;
    color: var(--color-dots-disabled);
    text-align: center;
}


.line {
    position: absolute;
    bottom: -2px;
    height: 2px;
    left: 2%;
    width: 30%;
    background-color: black;
    transition: left 0.3s ease-in-out;
}

.levels[data-level='1'] > .line {
    left: 2%;
}

.levels[data-level='2'] > .line {
    left: 35%;
}

.levels[data-level='3'] > .line {
    left: 68%;
}

.perks-wrapper {
    overflow: hidden;
    padding-top: 2rem;
}

.perks {
    display: table;
    width: 100%;
}

    .perks ul {
        display: table-cell;
    }

.perks-column {
    list-style: none;
    padding: 0;
    flex-direction: column;
    align-items: center;
}

    .perks-column:first-child {
        flex-basis: 80%;
        align-items: flex-start;
        width: 80%;
    }

        .perks-column:first-child li {
            height: 100%;
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
            position: relative;
        }

.perks-underline {
    position: absolute;
    top: 100%;
    width: 450%;
    height: 0.8px;
    background-color: lightgrey;
}

.perks-subtext {
    font-size: 0.6rem;
    padding-left: 1rem;
    color: var(--color-text);
    margin-block: 1rem;
}

.perks-column:not(:first-child) {
    flex-basis: calc(20% / 3);
    height: 100%;
    width: calc(20%/3);
}

    .perks-column:not(:first-child) li {
        height: 1.75rem;
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
    }


.perks-column li {
    height: auto;
    border-bottom: none;
}

.invisible-dot {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: transparent;
}

.dot {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--color-dots-disabled);
}

[data-level='1'] ~ .perks .perks-column:nth-child(2) .dot {
    background-color: var(--color-level-1);
}

[data-level='2'] ~ .perks .perks-column:nth-child(3) .dot {
    background-color: var(--color-level-2);
}

[data-level='3'] ~ .perks .perks-column:nth-child(4) .dot {
    background-color: var(--color-level-3);
}

.level[data-level='1'].active {
    color: var(--color-level-1);
}

.level[data-level='2'].active {
    color: var(--color-level-2);
}

.level[data-level='3'].active {
    color: var(--color-level-3);
}



.level[data-level='1'].active ~ .line {
    background-color: var(--color-level-1);
}

.level[data-level='2'].active ~ .line {
    background-color: var(--color-level-2);
}

.level[data-level='3'].active ~ .line {
    background-color: var(--color-level-3);
}

.level-info {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.level-text {
    height: 1.5rem;
    font-size: 0.85rem;
    text-align: center;
    color: black;
}

.level-dot {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin-top: 1rem;
}

.level[data-level='1'] .level-dot {
    background-color: var(--color-level-1);
}

.level[data-level='2'] .level-dot {
    background-color: var(--color-level-2);
}

.level[data-level='3'] .level-dot {
    background-color: var(--color-level-3);
}

.perks-text {
    text-align: left;
    font-size: 0.85rem;
    color: var(--color-text);
}