html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

:root {
    --tappy-font: "Comfortaa", sans-serif;
    background-color: var(--tap-bg);
    --tap-blue: #1575fb;
    --tap-green: #0bab59;
    --tap-red: #ff004e;
    --tap-orange: #f1811c;
    --tap-grey: #c3ccd5;
    --tap-sup-blue: #0293FC;
    --blue-light: #1575fb1e;
    --slide-down-delay: 10s;
    color: var(--tap-body-text);
    letter-spacing: 0.1px;
    /*	Root theme changes*/
    --tap-body-text: #01031d;
    --tap-bg: #ffffff;
    --tap-bg-accent: #f2f6fc;
    --tap-blue-fade: #1575fa30;
    --tap-sup-blue-fade: #0293fc1c;
    --tap-green-fade: #1fff0017;
    --tap-red-fade: #ff004e1f;
    --tap-orange-fade: #f1811c21;
    --tap-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    --tap-placeholder: #a6bbcf;
    --tap-tab-color: #0c2145;
    --tap-sup-grey-fade-1: #eaf4f8;
    --tap-sup-grey-fade-2: #dfe6eb;
    --tap-sup-grey-fade-3: #ebeff5;
    font-family: "Comfortaa", system-ui, sans-serif;
    font-weight: 700;
    --tap-xpays: #000;
}

@media (prefers-color-scheme: dark) {

    :root {
        --tap-body-text: #ffffff;
        --tap-bg: #030303;
        --tap-bg-accent: #0c2145;
        --tap-blue-fade: #1575fb75;
        --tap-green-fade: #00ffb247;
        --tap-red-fade: #ff004e4d;
        --tap-orange-fade: #f1811c4d;
        --tap-sup-blue-fade: #02b4fc4d;
        --tap-shadow: -1px 14px 60px rgba(30, 76, 124, 0.4);
        --tap-placeholder: #c3ccd5;
        --tap-tab-color: #ffffff;
        --tap-sup-grey-fade-1: #91939340;
        --tap-sup-grey-fade-2: #adadad26;
        --tap-sup-grey-fade-3: #4c4b4b30;
        --tap-xpays: #fff;
    }
}

@font-face {
    font-family: "Comfortaa";
    src: url('/fonts/Comfortaa-VariableFont_wght.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        letter-spacing: 1px;
        background-color: var(--tap-bg) !important;
    }
}
/*.btn:hover, .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus, .btn-dark:hover, .btn-hover-bg:hover {
    box-shadow: none;
}*/


/* Remove hover and focus effects */
/*.btn:hover, .btn:focus, .btn:active, .btn-dark:hover, .btn-hover-bg:hover {
    box-shadow: none;
    outline: none;*/
/*background-color: transparent;*/
/*border-color: #0069ff;
}


.btn, .btn:hover {
    --bs-btn-focus-shadow-rgb: none;*/ /* Removes focus shadow */
/*--bs-btn-hover-bg: none;
    
}

.btn:hover, .btn:focus, .btn:active, .btn-dark:hover, .btn-hover-bg:hover {
    box-shadow: none !important;
    outline: none !important;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-focus-shadow-rgb: none;*/ /* Removes focus shadow */
/*}*/


/* Remove hover, focus, and active effects */
.user-reg-btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn-dark:hover,
.btn-hover-bg:hover,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus,
.btn-outline-primary:hover {
    box-shadow: none !important;
    outline: none !important;
    /*border-color: #0069ff;*/ /* Retain border-color for buttons */
    --bs-btn-focus-shadow-rgb: none !important; /* Removes focus shadow */
    --bs-btn-hover-bg: none; /* Removes hover background */
    --bs-btn-hover-color: none !important; /* Removes hover color */
    --bs-btn-active-bg: none !important;
    --bs-btn-active-color: none !important;
}

.table {
    color: var(--tap-body-text);
    border-color: var(--tap-grey) !important;
    letter-spacing: 0.5px;
}

.tr {
    border-bottom: 1px solid var(--tap-grey) !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: none !important;
    border-color: none !important;
}

.tappy-park-btn:hover, .btn-link:hover {
    color: #fff;
    background-color: none !important;
    border-color: none !important;
}

.tappy-container {
    min-height: 500px;
    /*border: 2px solid #ffffff;*/
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

html {
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'Comfortaa-VariableFont_wght.ttf';
    src: url('/fonts/Comfortaa-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*body {
    font-family: 'Comfortaa-VariableFont_wght', sans-serif;
    margin-bottom: 60px;
}*/

/*Custom css*/
.industry-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
}

.industry-radio-input {
    order: 2; /* Moves the radio button to the right */
}

.industry-radio-label {
    order: 1; /* Keeps the label on the left */
}

.view-width {
    max-width: 500px;
}

.oval-shape {
    border: 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.input-contact-field-tappy {
    box-shadow: none;
    border: 2px solid #0069ff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1px;
    padding: 1px;
    /*    align-items: baseline;*/
}

    .grid-container > .col {
        background-color: #f1f1f1;
        text-align: center;
        padding: 1px;
        font-size: 3px;
    }

/* Custom Grid Area for item4 */
.item4 {
    grid-area: 1 / 2 / 4 / 4;
}


/*Tappy Customer payment*/

.tappycustomerpayment-switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

    .tappycustomerpayment-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.tappycustomerpayment-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .tappycustomerpayment-slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .tappycustomerpayment-slider {
    background-color: #2196F3;
}

    input:checked + .tappycustomerpayment-slider:before {
        transform: translateX(14px);
    }



/*Park Details View CSS*/

/*body {
    font-family: 'Comfortaa', sans-serif;
    background-color: #f8f9fa;
}

.custom-container {
    min-height: 80vh;
    width: 100%;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.banner-img {
    height: 131px;
    object-fit: cover;
}

.profile-img {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: auto 110 / 110;
}

.heading {
    font-weight: 700;
    font-size: 22px;
}

.subheading {*/
/*font-weight: 700;*/
/*font-weight: 500;
    font-size: 22px;
    color: #aebdc1;
}

.day-message {*/
/*color: #1575fb;*/
/*color: var(--tap-blue);
    font-size: 20px;
    line-height: 1.5;
}

.visit-time-message {*/
/*color: #1575fb;*/
/*color: var(--tap-blue);
    font-size: 20px;
    line-height: 1.5;
}

.visit-time-charges {
    color: var(--tap-blue);
    font-size: 30px;
    line-height: 1.5;
}
.charge-info {
    font-size: 22px;
    font-weight: 700;
}

.rate-link {*/
/*color: #1575fb;*/
/*color: var(--tap-blue);
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

.bottom-container {
    position: relative;
    height: 30vh;
}

.bottom-container > div:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.enter-label {
    color: #0c2145;
    font-weight: 700;
    font-size: 14px;
}

.lottie-container {
    width: 35%;
}

.entry-container {
    position: relative;
    height: 30vh;
}

.entry-fixed-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.entry-label {
    color: #0c2145;
    font-weight: 700;
    font-size: 18px;
}

.entry-success-label {
    color: #0c2145;
    font-weight: 800;
    font-size: 25px;
}

.entry-boom-label {
    color: #0c2145;
    font-weight: 700;
    font-size: 20px;
}

.successview-options-label {
    color: #0c2145;
    font-weight: 700;
    font-size: 15px;
}

.successview-options-label-link {
    color: var(--tap-blue);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.marging-10-px {
    margin-left: 10px;
}

.success-custom-check-icon {
    color: var(--tap-blue);
    border: 3px solid var(--tap-blue) !important;
    border-color: var(--tap-blue) !important;
}*/


/*Park Details View CSS*/

body {
    font-family: 'Comfortaa', sans-serif;
    background-color: #f8f9fa;
}

.px-2 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.custom-container {
    min-height: fit-content;
    width: 100%;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

.banner-img {
    height: 8.2rem;
    object-fit: cover;
}

.profile-img {
    width: 8rem;
    height: 8rem;
    border-radius: 1.25rem;
    object-fit: cover;
    aspect-ratio: auto 110 / 110;
}

.heading {
    font-weight: 700;
    font-size: 1.375rem; /* ~22px */
}

.subheading {
    font-weight: 500;
    font-size: 1.375rem;
    color: #aebdc1;
}

.day-message,
.visit-time-message {
    color: var(--tap-blue);
    font-size: 1.25rem; /* ~20px */
    line-height: 1.5;
}

.visit-time-charges {
    color: var(--tap-blue);
    font-size: 1.875rem; /* ~30px */
    line-height: 1.5;
}

.owing_amount {
    /* color: var(--tap-red)!important; */
    margin: 1rem 1rem 0rem;
}

.charge-info {
    font-size: 1.375rem;
    font-weight: 700;
}

.rate-link {
    color: var(--tap-blue);
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: bold;
}

.bottom-container {
    position: relative;
    height: 30vh;
}

    .bottom-container > div:last-child {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.enter-label {
    color: #0c2145;
    font-weight: 700;
    font-size: 0.875rem; /* 14px */
}

.lottie-container {
    width: 35%;
}

.btn-back-color {
    background-color: #e8f2ff;
    color: #51565a;
    border-color: none !important;
    font-weight: bold;
}

.entry-container {
    position: relative;
    height: 25vh;
}

.btn-container {
    position: relative;
    height: 10vh;
}

.entry-fixed-bottom {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

.entry-label {
    color: #0c2145;
    font-weight: 700;
    font-size: 1.125rem; /* 18px */
}

.entry-success-label {
    color: #0c2145;
    font-weight: 800;
    font-size: 1.5625rem; /* 25px */
}

.entry-boom-label {
    color: #0c2145;
    font-weight: 700;
    font-size: 1.25rem; /* 20px */
}

.successview-options-label,
.successview-options-label-link {
    font-size: 0.9375rem; /* 15px */
    font-weight: 700;
}

.successview-options-label {
    color: #0c2145;
}

.successview-options-label-link {
    color: var(--tap-blue);
    text-decoration: none;
}

.marging-10-px {
    margin-left: 10px;
}

.success-custom-check-icon {
    color: var(--tap-blue);
    border: 3px solid var(--tap-blue) !important;
    border-color: var(--tap-blue) !important;
}

/* Responsive Font Tweaks for Small Screens */
@media (max-width: 576px) {
    .heading,
    .subheading {
        font-size: 1.375rem; /* ~18px */
    }

    /*    .day-message,*/
    .visit-time-message,
    .rate-link,
    .entry-label,
    .entry-boom-label {
        font-size: 1.20rem; /* ~16px */
    }

    .day-message {
        font-size: 1.125rem; /* ~16px */
    }

    .visit-time-charges,
    .entry-success-label {
        font-size: 1.875rem; /* ~20px */
    }

    .successview-options-label,
    .successview-options-label-link,
    .enter-label {
        font-size: 0.8125rem; /* ~13px */
    }

    .profile-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    .banner-img {
        height: 7rem;
    }

    .lottie-container {
        width: 35%;
    }

    .fixed-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: white;
        border-top: 1px solid #ccc;
        z-index: 1000;
        padding-bottom: env(safe-area-inset-bottom); /* for iOS safe area */
    }
}

/* for Record view*/

.confirmation-container {
    position: relative;
    background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    padding: 1rem;
    border: 1px solid #ececed;
    overflow: hidden;
}

.confirmation-container1 {
    position: relative;
    background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    padding: 1rem;
    border: 1px solid #ececed;
    overflow: hidden;
}

.blur-effect {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
    border-radius: 1.25rem;
}

/* Container for confirmation message and button above */
.confirmation-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: black;
}

.confirm-btn {
    background-color: #3f8dfb;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .confirm-btn:hover {
        background-color: #2c6cd1;
    }

.digits-button {
    border: 1px solid #3f8dfb;
    border-radius: 8px;
    padding: 4px 12px;
    font-weight: 500;
}

.reverse-button {
    border: 1px solid #ff361f;
    border-radius: 999px;
    padding: 4px 12px;
    font-weight: 900;
    color: #ff361f;
}

.refund-button {
    border: 1px solid #ff361f;
    border-radius: 999px;
    padding: 4px 12px;
    font-weight: 900;
    color: black;
}

.information {
    font-weight: 700;
    font-size: 0.9rem;
}

.footer-icons {
    font-size: 0.8rem;
    color: black;
    font-weight: bold;
}

.active-footer-icons {
    font-size: 0.8rem;
    color: #3f8dfb;
    font-weight: bold;
}

.icon-notification {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transaction-record {
    background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    padding: 1rem;
    border: 1px solid #ececed;
}

.alert-text {
    color: white;
    background-color: #1575fb;
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    padding: 1rem;
}

.expire-alert {
    display: inline-flex;
    align-items: center;
    color: #14c47a;
}

.wallet-email-phone {
    color: #c6d1d3;
    font-size: 1rem;
}

.wallet-authentication-price {
    margin-top: 0.25rem;
    background-color: #e3ebed;
    color: #28a745;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
}

.wallet-balance-price {
    background-color: #e3ebed;
    color: #28a745;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
}

.payout-div {
    background-color: white;
    border-radius: 1rem;
    padding: 0.75rem;
    width: 30%;
}

.lastpayment-maindiv {
    background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    padding: 1rem;
}

.bank-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #333;
}

.bank-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.payout-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #333;
}

.since-text {
    font-size: 0.75rem;
    color: #666;
}

.date-day-wallet {
    font-size: 0.8rem;
    font-weight: 500;
    color: #333;
}

.last-payment {
    font-size: 0.8rem;
    color: #666;
}

.industry-wallet {
    font-size: 0.8rem;
    color: #aebdc1;
    font-weight: 500;
}

.username-wallet {
    font-size: 1rem;
    color: black;
    font-weight: 700;
}

.location-wallet {
    font-size: 0.8rem;
    color: #aebdc1;
    font-weight: 500;
}

.paybutton-wallet {
    background-color: #1474fa;
    color: white;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid #0069ff;
    display: none;
}

.slider-WalletAuthentication {
    width: 7px;
    height: 7px;
    background-color: #d0e3ff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}

.active-slider-WalletAuthentication {
    width: 7px;
    height: 7px;
    background-color: #007bff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}

.tappy-text {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.custome-swich-walletAuthentication {
    width: 34px;
    height: 24px;
    border: 1px solid #1575fb;
}

.approve-input-payment {
    font-size: 0.95rem;
    font-weight: bold;
}

.custom-placeholder::placeholder {
    color: #b8c5c9;
}

.placeholdernew {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
}

.custom-dropdown-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    /* margin-top: 10px; */
}

.custom-dropdown {
    border: 1px solid #0069ff;
    border-radius: 25px;
    padding: 10px 15px;
    cursor: pointer;
    color: #c0cbce;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='50,20 100,70 50,120' stroke='%230069ff' stroke-width='15' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 14px 14px;
}

    .custom-dropdown.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%230069ff' stroke-width='15' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 14px 14px;
    }

    .custom-dropdown .placeholder.selected {
        color: #000;
    }

.arrow {
    font-size: 14px;
    color: #0069ff;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #0069ff;
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: white;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

    .dropdown-options li {
        padding: 10px 15px;
        cursor: pointer;
    }

        .dropdown-options li:hover {
            background-color: #f0f8ff;
        }

.businessselectiontype-fields {
    border-color: #0069ff;
    padding: 10px 15px;
}

.take-photo {
    height: 100px;
    width: 40%;
    color: #0069ff;
}

.uploadbutton {
    height: 100px;
    width: 40%;
    color: #0069ff;
    border-radius: 1.25rem;
}

.businesstypeselection-notetext {
    text-indent: 2em;
    font-weight: 700;
}

.next-button {
    color: #0069ff;
    background-color: #ddebfd;
    width: 40%;
    border-color: #0069ff;
}

.start-video {
    color: #0069ff;
    color: white;
    background-color: #0069ff;
    width: 40%;
}

#loginButton {
    color: #0069ff;
    background-color: #ddebfd;
    width: 50% !important;
}

.subheading-Taps {
    font-weight: 500;
    font-size: 1.375rem;
    color: #0069ff;
}


.activationcodeview-image {
    max-width: 20rem !important;
    margin: 0rem 0rem 0rem !important;
}

.park-pay-svg {
    padding: 0%;
    width: 50%;
}



.tpay-pay-svg {
    padding: 0%;
    width: 50%;
}

.font-bold-login {
    font-weight: 700;
}

.tips-coverfees {
    font-size: 1.1rem;
    font-weight: bold;
}

.activation_login_button {
    color: #ffffff;
    background-color: #0069ff;
    width: 40% !important;
}

    .activation_login_button:hover {
        color: #ffffff;
        background-color: #0069ff;
        width: 40% !important;
    }

.additionalview-title {
    color: #0069ff;
}

.custom-popup {
    position: absolute;
    width: 320px;
    background-color: white;
    border: 2px solid #2a7fff;
    border-radius: 17px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /*  font-size: 14px;
    line-height: 1.5;*/
    left: 749.469px;
    top: -0.8021px;
}

.custom-popup-businessview {
    position: absolute;
    width: 320px;
    background-color: white;
    border: 2px solid #2a7fff;
    border-radius: 17px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /*  font-size: 14px;
    line-height: 1.5;*/
    left: 749.469px;
    top: -0.8021px;
}

.popup-close-btn {
    position: absolute;
    top: -2px;
    right: 14px;
    /*background-color: #2a7fff;*/
    color: white;
    font-size: 18px;
    /*border: none;*/
    /*border-radius: 50%;*/
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

/* Responsive adjustment */
@media screen and (max-width: 576px) {
    .custom-popup {
        width: 77vw !important;
        left: 8% !important;
        top: 0px !important; /* display below the icon */
    }

    .custom-popup-businessview {
        width: 77vw !important;
        left: 11% !important;
        top: 7px !important; /* display below the icon */
    }
}

.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 82%;
    backdrop-filter: blur(15px);
    background-color: rgb(255 255 255 / 0%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--tap-shadow);
}

.custom-container-activation-success {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent dark */
}

/*.custom-container {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    color: var(--body-text);
    background: var(--tap-bg);
    box-shadow: var(--tap-shadow);
}*/

.hidden {
    display: none !important;
}

.activation-wallet-success-btn {
    color: white;
    background-color: #0069ff;
    width: 40% !important;
}

    .activation-wallet-success-btn:hover {
        color: white;
        background-color: #0069ff;
        width: 40% !important;
    }

.back-button {
    color: #0069ff;
    color: white;
    background-color: #0069ff;
    width: 40%;
}

.tpay-pay-button-width {
    width: 30% !important;
    height: 30% !important;
}

.park-pay-button-width {
    width: 30% !important;
    height: 30% !important;
}

@media screen and (max-width: 576px) {
    .tpay-pay-button-width {
        width: 80% !important;
        height: 80% !important;
    }

    .park-pay-button-width {
        width: 80% !important;
        height: 80% !important;
    }
}

.image-pop-up {
    max-width: 100%;
    height: auto;
}

#cropperModal .modal-dialog {
    max-width: 90vw;
    width: 100%;
    margin: 1rem auto;
}

#cropperModal .modal-content {
    border-radius: 1rem;
    padding: 1rem;
}

#cropperModal #cropperImage {
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
}

@media (max-width: 576px) {
    #cropperModal .modal-dialog {
        max-width: 95vw;
    }

    #cropperModal .modal-body {
        padding: 0.5rem;
    }

    #cropperModal .modal-footer {
        flex-direction: column;
        gap: 0.5rem;
    }

    #cropperModal .btn {
        width: 100%;
    }
}


.text-success {
    color: var(--tap-green) !important;
}

.table-responsive {
    overflow: scroll;
    height: 14rem;
}

/* SJ - Because of this the payment button not vsible*/
/*.gpay-card-info-container {
    min-width: 140px !important;
    opacity: 0 !important;
}*/


/* .gpay-card-info-container-fill .gpay-card-info-iframe {
    width: 155% !important;
}
.gpay-card-info-iframe {
    margin: auto auto auto -10%!important;
    max-width: 153%!important;
}
.gpay-card-info-container.black, .gpay-button.black {
	outline: 2px solid #fff!important;
box-shadow: inset 0px 0px 0px 6px white!important;
}
.gpay-card-info-container-fill, .gpay-card-info-container-fill > .gpay-card-info-container {
    height: 60px!important;
}
.gpay-card-info-container {
    min-width: 210px!important;
} */
.gpay-card-info-container-fill {
    line-height: 0 !important;
}

.no-scrollbar {
    overflow: auto; /* or scroll */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    /* Chrome, Safari, Opera */
}

    .no-scrollbar::-webkit-scrollbar {
        display: none;
    }


/* Activation pages: */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, 1.2rem);
    padding-left: var(--bs-gutter-x, 1.2rem);
}

.reg-wrapper, .wallet-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    margin-bottom: 0rem;
    flex-direction: column;
}

.reg-container {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    color: var(--tap-body-text);
    background: var(--tap-bg);
    box-shadow: var(--tap-shadow);
    padding: 1rem;
}

.custom-container {
    /*	height: fit-content; */
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    color: var(--tap-body-text);
    background: var(--tap-bg);
    box-shadow: var(--tap-shadow);
    padding: 0rem;
    padding-top: 0;
    padding-bottom: 0;
}

.reg-main-view, .wallet-main-view {
    height: 43rem;
    overflow-y: scroll;
    position: relative;
    z-index: 0;
    margin-bottom: -8rem;
}

.wallet_page_tabs_container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 50px;
    padding: 0.8rem;
}

.activation_title_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activation_headers {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
}

.outericon_circle {
    border-radius: 25rem;
    background: var(--tap-blue-fade);
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .outericon_circle svg {
        fill: var(--tap-blue);
    }

.outericon_circle_open {
    border-radius: 25rem;
    background: var(--tap-blue);
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#help_infopop_icon {
    width: 22px;
}

.help_info_icon, .help_image_icon {
    fill: var(--tap-blue);
}

.header-separator {
    margin: 0.5rem 0;
    opacity: 1;
    height: 1px;
    background: transparent;
    background: linear-gradient(58deg, #0078ff, #0099ff, #00beff, #00cdff, #00d0f5, #03d8da, #06e6af);
}

.reduce_width_infopops {
    width: 86%;
    font-size: 18px;
}


.custom-form .form-labels {
    padding-left: 30px;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
    color: var(--tap-placeholder);
    position: relative;
    top: -32px;
    left: 0;
    width: 100%;
    transition: 0.5s all;
    cursor: text;
}

.custom-form .form-group {
    position: relative;
    margin-top: 2rem;
    width: 300px;
}

.custom-form .form-control {
    display: flex;
    width: 90%;
    padding: 0.8rem 1.5rem 0.65rem 0.2rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1px;
    background-clip: padding-box;
    appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--tap-blue);
    color: var(--tap-body-text);
    background: transparent;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease;
    flex-direction: row;
    align-items: center;
    margin: 0.5rem auto auto;
}

.custom-form .form-labels {
    position: absolute;
    left: 0;
    top: 10px;
    padding-left: 0px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--tap-placeholder);
    transition: 0.5s all;
    cursor: text;
    width: 100%;
}
/* .custom-form.form-control::placeholder {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 16px;
	color: var(--tap-placeholder);
		padding-left: 0px!important;
	transform: translateY(-2px);
} */
.custom-form .form-control::placeholder {
    color: transparent;
}

.custom-form.form-control:focus {
    color: var(--tap-body-text);
    border-bottom: solid 1px var(--tap-blue);
    background: transparent;
}
/* Optional invalid highlight */
.custom-form .form-control:invalid {
    /* border-color: var(--tap-red); */
    outline: 0;
}

.custom-form .form-control:focus ~ .form-labels,
.custom-form .form-control:not(:placeholder-shown) ~ .form-labels {
    font-size: 15px;
    padding-left: 0px;
    top: -10px;
    color: var(--tap-body-text);
}
/* On focus or valid */
.custom-form .form-control:focus,
.custom-form .form-control:valid {
    border-bottom: 1px solid var(--tap-blue);
}

.payment-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: flex-start;
    background: transparent;
    backdrop-filter: blur(19px);
    padding: 5rem 1rem 0rem 1rem;
}

.payment-modal-content {
    background-color: var(--tap-bg);
    border-radius: 20px;
    padding: 1rem;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: var(--tap-shadow);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    margin-bottom: 1rem;
}

.modal-bank-icon {
    box-shadow: 0px 0px 9px 2px rgb(0 0 0 / 6%);
    border-radius: 50px;
    height: 70px;
    width: 70px;
}

    .modal-bank-icon svg {
        width: 70px;
        height: 70px;
    }

.modal-bank-name {
    font-size: 16px;
    font-weight: 700;
    margin: 0.2rem 0rem 0rem;
    text-align: left;
}

.modal-message {
    font-size: 1rem;
    margin: 1rem 0;
    color: var(--tap-body-text);
}

.modal-amount {
    font-size: 16px;
    font-weight: bold;
    color: var(--tap-blue);
    margin-bottom: 1.5rem;
}

.modal-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.modal-cancel,
.modal-confirm {
    flex: 1;
    padding: 0.7rem;
    font-size: 1rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.modal-cancel {
    background-color: var(--tap-red);
    color: #ffffff;
}

.modal-confirm {
    background-color: var(--tap-blue);
    color: #ffffff;
}

.modal-bank-icon img {
    width: 70px;
    height: 70px;
}

select#bankSelect_custom {
    padding: 8px;
    margin-top: 8px;
    width: 100%;
}

.payout_btn_container {
    margin-top: 1rem;
}




.mobilenum-form .form-labels {
    padding-left: 0px;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
    color: var(--tap-placeholder);
    position: relative;
    top: -32px;
    left: 67px;
    width: 79%;
    transition: 0.5s all;
    cursor: text;
    display: flex;
}

.mobilenum-form .form-control {
    display: flex;
    width: 90%;
    padding: 0.8rem 1.5rem 0.65rem 0.2rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1px;
    background-clip: padding-box;
    appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--tap-blue);
    color: var(--tap-body-text);
    background: transparent;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease;
    flex-direction: row;
    align-items: center;
    margin: 0.5rem auto auto;
    width: 83%;
    float: right;
}

    .mobilenum-form.form-control::placeholder {
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 16px;
        color: var(--tap-placeholder);
        padding-left: 0px !important;
        transform: translateY(-2px);
    }

    .mobilenum-form.form-control:focus {
        color: var(--tap-body-text);
        border-bottom: solid 1px var(--tap-blue);
        background: transparent;
    }
    /* Optional invalid highlight */
    .mobilenum-form .form-control:invalid {
        /* border-color: var(--tap-red); */
        outline: 0;
    }

    /* On focus or valid */
    .mobilenum-form .form-control:focus,
    .mobilenum-form .form-control:valid {
        border-bottom: 1px solid var(--tap-blue);
    }

        /* Animate label position when input is focused or valid */
        .mobilenum-form .form-control:focus ~ .form-labels,
        .mobilenum-form .form-control:valid ~ .form-labels {
            font-size: 15px;
            padding-left: 1px;
            top: -60px;
            color: var(--tap-body-text);
            width: 100%;
            display: flex;
            margin-bottom: 2px;
            left: 0px;
        }

.noanimation-form .form-labels {
    display: flex;
    padding-left: 17px;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 15px;
    font-weight: 700;
    color: var(--tap-placeholder);
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    transition: 0.5s all;
    cursor: text;
}

.noanimation-form .form-control {
    display: flex;
    width: 90%;
    padding: 0.8rem 1.5rem 0.65rem 0.2rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1px;
    background-clip: padding-box;
    appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--tap-blue);
    color: var(--tap-body-text);
    background: transparent;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease;
    flex-direction: row;
    align-items: center;
    margin: 0.5rem auto auto;
    width: 83%;
    float: right;
}

    .noanimation-form.form-control::placeholder {
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 16px;
        color: var(--tap-placeholder);
        padding-left: 0px !important;
        transform: translateY(-2px);
    }

    .noanimation-form.form-control:focus {
        color: var(--tap-placeholder);
        border-bottom: solid 1px var(--tap-blue);
        background: transparent;
    }
    /* Optional invalid highlight */
    .noanimation-form .form-control:invalid {
        /* border-color: var(--tap-red); */
        outline: 0;
    }


    /* On focus or valid */
    .noanimation-form .form-control:focus,
    .noanimation-form .form-control:valid {
        border-bottom: 1px solid var(--tap-blue);
    }


        /* Animate label position when input is focused or valid */
        .noanimation-form .form-control:focus ~ .form-labels,
        .noanimation-form .form-control:valid ~ .form-labels {
            font-size: 15px;
            padding-left: 1px;
            top: -60px;
            color: var(--tap-placeholder);
            width: 100%;
            display: flex;
            margin-bottom: 2px;
            left: 0px;
        }

/*
.form-labels {
	padding-left: 1.4rem;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 15px;
	font-weight: 700;
}
label {
	position: relative;
	top: 13px;
	left: 0;
	width: 100%;
	color: var(--tap-placeholder);
	transition: 0.2s all;
	cursor: text;
}
input {
	width: 100%;
	border: 0;
	outline: 0;
	padding: 0.5rem 0;
	border-bottom: 1px solid var(--tap-blue);
	box-shadow: none;
	color: var(--tap-placeholder);
}
input:invalid {
	outline: 0;
	color: var(--tap-red);
	border-color: var(--tap-red);
}
input:focus,
input:valid {
	border-color: #00dd22;
}
input:focus ~ label,
input:valid ~ label {
	font-size: 15px;
	top: -24px;
	color: var(--tap-body-text);
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.8rem 1.5rem .65rem;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 1px;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0rem;
	transition: none;
	border-bottom: 1px solid var(--tap-blue);
	color: var(--tap-body-text);
	background-color: transparent;
}
.form-control::placeholder {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 16px;
	color: var(--tap-placeholder);
		padding-left: 0px!important;
	transform: translateY(-2px);
}
.form-control:focus {
		color: var(--tap-body-text);
		border-bottom: solid 1px var(--tap-blue);
	background: transparent;
}
*/
.footer_logo_container {
    display: flex;
    padding-right: 3rem;
    margin: 0.5rem auto auto;
    flex-direction: row;
    justify-content: center;
}

.park_footer_logo_container {
    display: flex;
    margin: 0.5rem auto auto;
    flex-direction: row;
    justify-content: center;
}

.my_tappy_logo {
    width: 130px;
    height: auto;
}

.park_footer_logo_container {
    display: flex;
    margin: 0.5rem auto auto;
    flex-direction: row;
    justify-content: center;
}
/* Form Section */
.form_content_flex {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: fit-content;
    max-height: 40rem;
    min-height: 28rem; /* makes hight of white tile correct height to fit into screen */
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    overflow-y: scroll;
}

.form_content_flex_wallet {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: fit-content;
    min-height: fit-content;
    gap: 1rem;
    margin: 0.8rem 0.8rem 6rem 0.8rem;
}

.image_under {
    z-index: 0;
    position: relative;
}


.text-danger {
    color: var(--tap-red) !important;
    padding: 0rem 1.3rem 0;
    letter-spacing: 1.2px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: inline-block;
}
/* Buttons */
.activation_button_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.8rem;
}

.tappymeinfocont {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tappymeinfowrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 5rem;
}

.tappyme_button_container {
    width: 44%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.blk-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    border-radius: 1.3rem;
    background-color: var(--tap-body-text);
    padding: 4px 24px;
}

.buttons_ontop {
    z-index: 1;
    position: relative;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--tap-blue);
    border: none;
    font-weight: 700;
}

.btn {
    display: inline-block;
    height: 45px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 4px 0 0;
    font-size: 1.4rem;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 5rem;
}

.bluebtn {
    display: inline-block;
    height: 45px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 4px 0 0;
    font-size: 1.4rem;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: 1px;
    width: 50%;
    border-radius: 5rem;
}
/* Activation page unique code input: */
.activationcodeview-image-container {
    text-align: center;
}

.activationcodeview-image {
    max-width: 20rem;
}

.linkdevice_codeview_image {
    max-width: 425px;
    position: absolute;
    margin-left: -200px;
}

.activationcodeview-input {
    letter-spacing: 3px !important;
    text-transform: uppercase;
}

    .activationcodeview-input::placeholder {
        text-transform: capitalize;
    }

.activation_active_button {
    color: #ffffff;
    background-color: var(--tap-blue);
}

/* Contact No. page unique code input: */
.contact_veriview {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.contact_prefix {
    padding: 1.1rem 0.8rem 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    color: var(--tap-blue);
    border: none;
    border-bottom: 1px solid var(--tap-blue);
    float: left;
    margin-top: -85px;
}

.square_up_corn {
    border-radius: 0rem 25rem 25rem 0rem;
}
/* OTP page unique code input: */
.otp_verifiview_timer {
    text-align: center;
}

.otp_verifiview_timer_label {
    font-size: 1.8rem;
    font-weight: 700;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    padding: 0.9rem 0.5rem 0.8rem 0.5rem;
    border: 2px solid var(--tap-grey);
    line-height: 2.3;
    border-radius: 50px;
}

.otp_verifiview_resend {
    text-align: center;
}

.otp_verifiview_resend_link {
    font-size: 20px;
}

.contact_veriview_info_text {
    padding: 0rem 1.3rem 0;
    letter-spacing: 1.2px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 0rem;
}

.textbody_size {
    font-size: 18px;
}

#IndustryDiv {
    margin-bottom: 0.8rem;
}

.infopop {
    position: absolute;
    padding: 0.8rem 0.8rem 0rem 0.8rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 3;
    box-shadow: var(--tap-shadow);
    font-size: 17px;
    top: 260px;
    width: 94%;
    font-weight: 700;
    margin: 0 auto;
}

    .infopop:target {
        visibility: visible;
        opacity: 1;
        /* cancel visibility transition delay */
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.infopop-close {
    position: absolute;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.9);
}

.infopop .close {
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
}

.close-infopop {
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 2;
    background: transparent;
    backdrop-filter: blur(10px);
}

.infopop:target + .close-infopop {
    opacity: 1;
    visibility: visible;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.info-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 2;
    background: transparent;
    backdrop-filter: blur(5px);
    color: var(--tap-body-text);
    font-size: 15px;
    cursor: pointer;
    cursor: default;
    display: none;
    opacity: 1;
    transition: opacity 0.5s ease;
}

    .info-popup.fade-out {
        opacity: 0;
    }

.share_icon_helper {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    display: block;
}

.share_info_tapme_deet {
    background: var(--tap-bg);
    border-radius: 20px;
    padding: 12px;
    width: 90%;
    position: relative;
    margin: 18rem auto 3rem;
    box-shadow: var(--tap-shadow);
    line-height: 1.7;
    font-size: 15px;
    font-weight: 700;
}

.info-text {
    white-space: pre-line;
}

.cat_label_row {
    display: flex;
    background: transparent;
    backdrop-filter: blur(20px);
    width: 100%;
    position: relative;
    z-index: 1;
    gap: 0rem;
    border-radius: 25px 25px 0 0;
}

.prod_ind_type_tips, .prod_ind_type_trade, .prod_ind_type_service {
    width: 33.333333%;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
}

    .prod_ind_type_tips svg, .prod_ind_type_trade svg, .prod_ind_type_service svg {
        width: 21px;
        height: -webkit-fill-available;
    }

.prod_ind_type_head_text {
    font-size: 1.3rem !important;
    margin: 3px 0px 0px 3px;
    line-height: 45px;
}

.glyph_fill {
    fill: var(--tap-body-text)
}

#tappy_glyph > * {
    flex-shrink: 0;
}

.cat_product_columns {
    display: flex;
    gap: 0px;
    justify-content: space-between;
}

.prod_col_tips, .prod_col_trade, .prod_col_services {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 38px 10px 10px 10px;
}

.prod_col_tips {
    background: var(--tap-sup-grey-fade-1);
}

.prod_col_trade {
    background: var(--tap-sup-grey-fade-2);
}

.prod_col_services {
    background: var(--tap-sup-grey-fade-3);
}

.prod_ind_type_img {
    max-width: 8rem;
    margin: 0rem 0rem 0rem;
    max-height: 8.5rem;
    overflow: hidden;
    border-radius: 19px;
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.prod_ind_img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.howitlooks_tips {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.howitlooks_tips_img {
    max-width: 80%;
    margin: 0rem 0rem 0rem;
    max-height: fit-content;
    overflow: hidden;
    border-radius: 23px;
    flex: 0 0 auto;
    width: 80%;
    text-align: center;
    position: relative;
    display: inline-block;
}

.prod_ind_type_text {
    font-size: 0.8rem;
    text-align: center;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 0px;
    color: #ffffff;
    box-sizing: border-box;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background: transparent;
    backdrop-filter: blur(15px);
    letter-spacing: 0.5px;
}

.scroll_image_container {
    overflow: scroll;
    height: 473px;
    margin: -35px 0 5px 0;
    position: relative;
    z-index: 0;
    border-radius: 25px 25px 0 0;
}

    .scroll_image_container::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

.form-select {
    display: block;
    width: 100%;
    padding: 0.8rem 2rem .65rem 1px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--tap-body-text);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 16px 16px;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: none;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid var(--tap-blue);
}

    .form-select::placeholder {
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 16px;
        color: var(--tap-placeholder);
        padding-left: 0px !important;
        transform: translateY(-2px);
    }


/*Wallet updates*/

.wallet_page_tabs_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    background: transparent;
    backdrop-filter: blur(15px);
    padding: 0.8rem 0.4rem 0.4rem 0.4rem;
    border-radius: 20px;
}

.wallet_summary_container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.user_detail_container {
    padding: 7px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    gap: 0.5rem;
    border-radius: 16px;
    background: var(--tap-bg-accent);
}

.user_detail_list_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wallet_profile_img {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 1.2rem;
    object-fit: cover;
    aspect-ratio: auto 110 / 110;
}

.user_detail_headers {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 14ch;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: var(--tap-body-text);
}

.payment_totals_to_date_container {
    width: 100%;
    flex-direction: column;
    margin-top: 0rem;
    box-shadow: none;
    gap: 0.5rem;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
}

.payment_totals_inner_containers {
    background: var(--tap-bg-accent);
    border-radius: 30px;
    padding: 0.4rem;
    flex-direction: row;
    height: fit-content;
    width: 100%;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment_totals_icons {
    width: 36px;
    margin-left: 3px;
}

.stacked_info_cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0rem;
    gap: 0.7rem;
    text-align: left;
    width: 48%;
}

.top_head_info_totals {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    line-height: 1;
}

.bottom_head_info_totals {
    font-size: 13px;
    text-align: left;
    font-weight: 700;
    line-height: 1;
}

.wallet_total_numbers {
    background: var(--tap-bg);
    border-radius: 30px;
    font-size: 16px;
    width: 40%;
    position: relative;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 3px;
    font-weight: 700;
}

.payout_container {
    display: block;
    width: 100%;
}

    .payout_container.active {
        display: flex;
    }

.input_field_container {
    width: 100%;
}

.paybutton-wallet {
    color: #ffffff;
    background: var(--tap-blue);
    transition: opacity 0.4s ease, fill 0.4s ease;
}

.bank_selector_container {
    display: flex;
    flex-direction: row;
    height: auto;
    gap: 1rem;
    align-items: center;
    margin: 0.5rem
}

.bank_icon_container {
    box-shadow: 0px 0px 9px 2px rgb(0 0 0 / 6%);
    border-radius: 50px;
    height: 30px;
}

    .bank_icon_container svg {
        height: 34px;
    }

.bank_name_container {
    flex-grow: 1;
}

.bank-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--tap-body-text);
}

.payment_options_bank_selectors {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    gap: 0.5rem;
}

.custom-bank-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

    .custom-bank-radio input[type="radio"] {
        opacity: 0;
        position: absolute;
        pointer-events: none;
    }

.bank-radio-mark {
    width: 30px;
    height: 30px;
    /*	border: 1px solid var(--tap-blue);	border circle */
    background-color: var(--tap-blue-fade);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
}
/* filled circle inside when selected */
.custom-bank-radio input[type="radio"]:checked + .bank-radio-mark::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
    background-color: var(--tap-blue); /* filled dot color */
    border-radius: 50%;
}

.tab-content {
    transition: opacity 0.3s ease;
}

    .tab-content.visible {
        opacity: 1;
        pointer-events: auto;
        position: relative;
    }

.tab-link {
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    /* Default (inactive) */
    .tab-link .tabs_text {
        color: var(--tap-tab-color); /* black or your default text color */
    }

    .tab-link .active_tab_icon {
        display: none;
    }

    .tab-link .non_active_tab_icon {
        display: inline-block;
    }

    /* Active */
    .tab-link.active .tabs_text {
        color: var(--tap-blue); /* blue text when active */
    }

    .tab-link.active .active_tab_icon {
        display: inline-block;
    }

    .tab-link.active .non_active_tab_icon {
        display: none;
    }

.tabs_text {
    transition: color 0.2s ease;
    font-size: 11px;
    margin: 0px 0 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.tabs_icons {
    position: relative;
    width: 45px;
    height: auto;
}

.active_tab_icon {
    opacity: 0;
    pointer-events: none;
    fill: var(--tap-blue);
    transition: opacity 0.3s ease, fill 0.3s ease;
}

.non_active_tab_icon {
    opacity: 1;
    pointer-events: auto;
    fill: var(--tap-tab-color);
    transition: opacity 0.3s ease, fill 0.3s ease;
}

.tab-link.active .active_tab_icon {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tab-link.active .non_active_tab_icon {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95);
}

.new_alert_counter, .new_record_counter {
    position: absolute;
    top: -5px;
    left: 23px;
    background-color: var(--tap-red);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 10px;
    width: 20px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: fit-content;
    padding: 4px 6px 2px 6px;
    -webkit-text-stroke: 0.3px #ffffff;
    text-stroke: 1px #ffffff;
    z-index: 1;
}

.date-widget {
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: fit-content;
    text-align: center;
    top: 16px;
    z-index: 1;
    -webkit-text-stroke: 0.5px var(--tap-body-text);
    text-stroke: 0.5px var(--tap-body-text);
    z-index: 1;
    font-weight: 700;
    color: var(--tap-body-text);
}

    .date-widget .day {
        font-size: 7px;
        text-transform: uppercase;
        letter-spacing: 2px;
        transform: perspective(300px) rotateX(-22deg) rotateY(-24deg);
        transform-style: preserve-3d;
    }

    .date-widget .date {
        font-size: 9px;
        font-weight: 700;
        top: -2px;
        position: relative;
        letter-spacing: 1px;
        -webkit-text-stroke: 0.5px var(--tap-blue);
        text-stroke: 0.5px var(--tap-blue);
        color: var(--tap-blue);
        transform: perspective(300px) rotateX(-22deg) rotateY(-24deg);
        transform-style: preserve-3d;
    }


/* Records/ History Section */

/* Export pop-out field */
.embedded-export-form {
    max-width: 700px;
    margin-top: 1rem;
}

.field-group {
    margin-bottom: 1rem;
}

    .field-group label,
    .field-group p {
        font-weight: 700;
        margin-bottom: 0.3rem;
        display: block;
    }

.export-input {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
}

.export-actions {
    display: flex;
    gap: 1rem;
    margin: 1rem 0 3rem;
}

.export-submit-btn,
.export-cancel-btn {
    padding: 0.5rem 1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.export-feedback {
    margin-top: 1rem;
    font-size: 0.9rem;
}

.monthly_holder_cont {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}


.history_content_wrapper {
    font-size: 12px;
    font-weight: 700;
    background: var(--tap-bg);
    padding: 0.5rem;
    border-radius: 14px;
    box-shadow: 0 0px 20px rgb(0 0 0 / 5%);
}

.user_withdrawal_record {
    background: var(--tap-blue-fade);
}

.latest_incoming_payment {
    background: #00d35721;
}

.history_header_text_cont {
    padding-bottom: 0.5rem;
    justify-content: space-between;
    display: flex;
    width: 100%;
    color: var(--tap-body-text);
    text-align: center;
}

.history_buttons_cont {
    text-align: center;
    justify-content: space-between;
    gap: .5rem;
    display: flex;
}

.outgoing_bank_btns {
    width: 75%;
    align-self: flex-end;
}

.history_text_device {
    width: 17%;
    text-align: left;
}

.history_text_description {
    width: 38%;
    text-align: center;
}

.history_text_date_time {
    width: 45%;
    text-align: center;
}

.history_header_buttons_cont {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    text-align: center;
}

.outgoing_bank_hist {
    background: var(--tap-red-fade);
    color: var(--tap-red);
}


.history_btns {
    background: var(--tap-bg);
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history_fills {
    font-weight: 700;
    width: 100%;
    align-content: center;
    position: relative;
    height: 100%;
    padding: 0.6rem 0rem 0.4rem;
}

.history_gross {
    background: var(--tap-green-fade);
    color: var(--tap-green);
}

.history_fees {
    background: var(--tap-orange-fade);
    color: var(--tap-orange);
}

.history_net {
    background: var(--tap-sup-blue-fade);
    color: var(--tap-sup-blue);
}

.transaction_feed_container {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 2rem;
}

.profile_container {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
/* Modals, refund, reversals and timers */

.action-button-wrapper {
    background: var(--tap-bg);
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reversal-button, .refund-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.reversal-button {
    background: var(--tap-blue-fade);
    color: var(--tap-blue);
    font-weight: 700;
    font-size: 12px;
    padding: 0.3rem 0rem 0.2rem;
    letter-spacing: 0.5px;
}

.refund-button {
    background: var(--tap-red-fade);
    color: var(--tap-red);
    font-weight: 700;
    font-size: 12px;
    padding: 0.6rem 0rem 0.4rem;
}

.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--tap-blue-fade);
    z-index: 0;
    transition: width 1s linear;
    pointer-events: none;
}

.reversal-button span,
.refund-button span {
    position: relative;
    z-index: 2;
}

.countdown-timer {
    font-size: 8px;
    color: var(--tap-green);
    text-align: center;
    font-weight: 700;
    text-align: center;
    z-index: 3;
    position: relative;
    margin-top: -3px;
}

.refund_confirmation_block {
    width: 100%;
    /*	display: flex;*/
    display: none;
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--tap-body-text);
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    pointer-events: auto;
    align-items: center;
    gap: 0.5rem;
    z-index: 123123;
    background: transparent;
    backdrop-filter: blur(19px);
    height: 150%;
}

.modal-content {
}

.payout_btn_container {
    display: none; /* hidden by default */
    transition: opacity 0.3s ease;
    width: 50%;
}

.money-input {
    width: 100%;
    transition: width 0.3s ease;
}

.payout_container.active .custom-form {
    width: 60%;
}

.form-group {
    height: 45px;
}

.payout_container.active .payout_btn_container {
    display: block;
    width: 40%;
}

.monthly_collate_dropdown_cont {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 12px;
    font-weight: 700;
    padding: 1px;
    border-radius: 14px;
    box-shadow: var(--tap-shadow);
    background: transparent;
    background: linear-gradient(58deg, #0078ff, #0099ff, #00beff, #00cdff, #00d0f5, #03d8da, #06e6af);
}

.export_dropdown_cont {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 12px;
    font-weight: 700;
    padding: 1px;
    border-radius: 14px;
    box-shadow: var(--tap-shadow);
    background: transparent;
    background: linear-gradient(58deg, #0078ff, #0099ff, #00beff, #00cdff, #00d0f5, #03d8da, #06e6af);
    margin-bottom: 2rem;
}

.monthly_collate_drop_btn {
    width: 100%;
    background: var(--tap-bg);
    border-radius: 13px;
    padding: 1rem;
    color: var(--tap-blue);
    font-size: 16px;
    box-shadow: none;
    outline: none;
    line-height: 3.2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: 1px;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.arrow_right_to_down svg {
    position: relative;
    width: 20px;
    height: auto;
}
/* Rotate arrow smoothly */
.arrow_right_to_down {
    transition: transform 0.3s ease;
    display: inline-block;
}

    .arrow_right_to_down.rotate-down {
        transform: rotate(90deg);
    }


/* Profile section */
.add_buttons_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 94%;
    margin: 0rem 0rem 0rem 0rem;
    position: fixed;
    background-color: var(--tap-bg);
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

.add_buttons_wrapper {
    padding: 0.4rem 0rem 0.2rem 0.5rem;
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--tap-blue);
    align-items: flex-start;
    background-color: var(--tap-blue-fade);
}

.inner_add_buttons {
    display: flex;
    flex-direction: column;
}

.add_buttons_icon img {
    width: 38px;
    height: fit-content;
}

.add_buttons_circle_plus {
    border-radius: 25rem;
    background: white;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 0px 0px;
    padding: 3px;
}

    .add_buttons_circle_plus svg {
        transform: rotate(45deg);
        fill: var(--tap-blue);
    }

.profile_content_cont {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    margin: 60px 0;
}

.profile_info_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.8rem;
}

.profile_inner_info_wrapper {
    display: flex;
    align-items: start;
}

.profile_info_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content;
    height: -webkit-fill-available;
    margin-left: 1rem;
}

.profile_info_headers_cont {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--tap-body-text);
    flex-direction: column;
    padding: 0rem;
    gap: 0.8rem;
    font-weight: 700;
}

.profile_info_headers {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--tap-body-text);
    align-items: center;
}

.approve_payments_cont {
    display: flex;
    justify-content: space-between;
}

.switch_headers {
    font-size: 16px;
    color: var(--tap-body-text);
    margin-right: 0.5rem;
}

.profile_info_style {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--tap-blue);
    font-weight: 700;
}

.pages_dots_cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-WalletAuthentication {
    background: var(--tap-blue-fade);
    height: 8px;
    width: 8px;
    border-radius: 10px;
    opacity: 100%;
    margin: 0 5px;
}

.active_slider-WalletAuthentication {
    background: var(--tap-blue);
    height: 8px;
    width: 8px;
    border-radius: 10px;
    opacity: 100%;
    margin: 0 5px;
}

.profile_header_cont {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    color: var(--tap-body-text);
    font-weight: 700;
}

    .profile_header_cont a {
        color: var(--tap-blue);
    }

/* Alerts/ Messages section */
.alerts-update-message {
    font-size: 14px;
    line-height: 1.6;
    border-radius: 1.3rem;
    color: var(--tap-body-text);
    background: var(--tap-bg);
    box-shadow: 0 0px 14px rgb(0 0 0 / 0%);
    margin: 0.5rem;
    letter-spacing: 0.5px;
}

.alerts_timer-update-message {
    text-align: end;
    margin: 0px 10px 10px;
    font-size: 13px;
    font-weight: 700;
}

.expire-alert_text {
    opacity: 40%;
}

.expire-alert {
    margin-right: 5px;
    fill: var(--tap-green);
    width: 16px;
    height: auto;
}







.input-contact-field-tappy {
    box-shadow: none;
    border: 2px solid #0069ff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}



body {
    font-family: "Comfortaa", sans-serif !important;
    height: 100svh;
    padding-bottom: 0.8rem;
    overflow: hidden;
    background-color: var(--tap-bg) !important;
    color: var(--tap-body-text);
}

a {
    color: var(--tap-blue);
    text-decoration: unset !important;
}



/*
we need a custom version/ class for actiavtion screen for .form_content_flex
.form_content_flex_activation {
	display: flex;
	flex-direction: column;
	justify-content: start;
	min-height: 400px;
}
*/

.text-primary {
    color: var(--tap-blue) !important;
    font-size: 1.4rem !important;
    letter-spacing: 1px;
}

.trade-tip-total-label, .servicefeesview-total-label, .tradeonlyview-total-text, .tradeonlyview-total-text {
    color: var(--tap-grey) !important;
    letter-spacing: 1px;
}

.trade-tip-total, .tradeonlyview-total-section, .servicefeesview-total-section {
    padding-right: 1.2rem;
}

.tipview-container {
    /*	height: fit-content;*/
    width: 100%;
    border-radius: 30px;
    /*	overflow: hidden;*/
    color: var(--tap-body-text);
    background: var(--tap-bg);
    box-shadow: var(--tap-shadow);
}

.percentage-container-input-plus-tips {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 110%;
    margin-left: -0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

    .percentage-container-input-plus-tips::-webkit-scrollbar {
        display: none;
    }
/*
.mt-3 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important;
		font-weight: 700!important;
}
*/
.mb-0 {
    font-size: 1.2rem !important; /* Custom html styling applied to Cover fees - remove from html and then remove !important here */
    font-weight: 700 !important; /* Custom html styling applied to Cover fees - remove from html and then remove !important here */
}

.my-3 {
    margin-top: 10px !important;
    margin-bottom: 0.8rem !important;
}

.p-3 {
    /*
	padding: 1.2rem !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
*/
    /*	height: fit-content;*/
    /*	gap: 0.8rem;*/
    /*
		min-height: 40rem !important;
	max-height: 40rem!important;
*/
}

.py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.mb-4 {
    margin-bottom: 0rem !important;
}

.ms-3 {
    margin-left: 1.2rem !important;
}

.row > * {
    margin-top: 0px;
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}


.g-2, .gy-2 {
    --bs-gutter-y: 0rem !important;
}

.g-2, .gx-2 {
    --bs-gutter-x: 0rem !important;
}

.row .g-2 {
    overflow: scroll;
    height: 10rem;
    gap: 0.5rem;
}

.py-2, .px-2 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.mb-2 {
    margin-bottom: 0rem !important;
}

.mb-3 {
    margin-bottom: 0rem !important;
}

.mt-1 {
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content;
    height: auto;
}

.mb-4 {
    margin-bottom: 0rem !important;
}

.mt-1 {
    margin-top: 0rem !important;
}


/*
input,
textarea,
select {
	font-size: 20px!important; 	stops zoom in when placeholder tapped mobile
}
*/





.logo-lottie-main {
    margin: 0 auto;
    padding-right: 2.9rem;
}

    .logo-lottie-main img {
        width: 10rem;
    }

.mt-4 {
    margin-top: 0rem !important;
}

.pt-5 {
    padding-top: unset !important;
}

.mt-5 {
    margin-top: unset !important;
    gap: 0.8rem;
}




.text-muted {
    color: var(--tap-bg) !important;
    background: transparent;
    backdrop-filter: blur(15px);
    margin-top: -1.7rem;
    line-height: 24px;
    letter-spacing: 1px;
    width: 105%;
    border-radius: 0px 0rem 0.8rem 0.8rem;
}

.mt-2 {
    margin-bottom: 0.5rem !important;
}

.h4 {
    font-size: calc(1.0.8rem + .3vw);
}

.h5, h5 {
    font-size: 1.4rem;
    font-weight: 700;
}

.h6, h6 {
    line-height: 1.5;
}

.timestampofentry_after {
    text-transform: lowercase;
}

    .timestampofentry_after::first-letter {
        text-transform: uppercase;
    }

.tradeonlyview-total-value {
    color: var(--tap-blue) !important;
    font-size: 1.4rem !important;
    letter-spacing: 1px;
}

.rounded-circle {
    border-radius: 50px !important;
    width: 3rem;
    height: 3rem !important;
    font-size: 1.8rem;
    padding: 0.8rem 0.5rem 0.8rem 0.5rem !important;
    border: 2px solid var(--tap-grey) !important;
}

.rounded {
    border-radius: 0.8rem !important;
}

html {
    font-size: 14px;
    background-color: var(--tap-bg);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Remove hover, focus, and active effects */
.user-reg-btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn-dark:hover,
.btn-hover-bg:hover,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus,
.btn-outline-primary:hover {
    box-shadow: none !important;
    outline: none !important;
    /*border-color: #0069ff;*/ /* Retain border-color for buttons */
    --bs-btn-focus-shadow-rgb: none !important; /* Removes focus shadow */
    --bs-btn-hover-bg: none; /* Removes hover background */
    --bs-btn-hover-color: none !important; /* Removes hover color */
    --bs-btn-active-bg: none !important;
    --bs-btn-active-color: none !important;
}

.btn-outline-primary:hover {
    color: var(--tap-body-text);
    background-color: none !important;
    border-color: none !important;
}

.tappy-park-btn:hover, .btn-link:hover {
    color: var(--tap-body-text);
    background-color: none !important;
    border-color: none !important;
}

.tappy-container {
    min-height: 500px;
    border-radius: 30px;
    padding: 5px;
    box-shadow: var(--tap-shadow);
}

html {
    position: relative;
    min-height: 100%;
}

/*Custom css*/
.industry-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
}

.industry-radio-input {
    order: 2; /* Moves the radio button to the right */
}

.industry-radio-label {
    order: 1; /* Keeps the label on the left */
}

.view-width {
    max-width: 500px;
}

.oval-shape {
    border: 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}



.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1px;
    padding: 1px;
    /*	align-items: baseline;*/
}

    .grid-container > .col {
        background-color: #f1f1f1;
        text-align: center;
        padding: 1px;
        font-size: 3px;
    }

/* Custom Grid Area for item4 */
.item4 {
    grid-area: 1 / 2 / 4 / 4;
}


/*Tappy Customer payment*/

.tappycustomerpayment-switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 28px;
    margin-right: 2px;
}

    .tappycustomerpayment-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.tappycustomerpayment-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tap-blue-fade);
    border-radius: 30px;
    transition: .4s;
}

    .tappycustomerpayment-slider:before {
        position: absolute;
        content: "";
        height: 28px;
        width: 28px;
        left: 0px;
        bottom: 0px;
        background-color: #ffffff;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .tappycustomerpayment-slider {
    background-color: var(--tap-blue);
}

    input:checked + .tappycustomerpayment-slider:before {
        transform: translateX(19px);
    }

/* NAVPA */
/* Park Details View CSS */
.parkcust-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    margin-bottom: 0rem;
    flex-direction: column;
}

.parkcust-main-view {
    position: relative;
    overflow: hidden;
}

.park_banner_container {
    z-index: 2;
    position: relative;
}

.form_content_flex_parkcust {
    /* display: flex;
    flex-direction: column; */
    margin: 1rem;
    /* justify-content: flex-start; */
}

.parkcust_profile_info_wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    /* height: 30rem; number can be adjusted but don't change this to min-height, keeps expansion moving up keeping pay buttons in place */
    min-height: fit-content;
    max-height: 30rem;
}

.park_info_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.5rem;
}

.park_inner_info_wrapper {
    display: flex;
    align-items: anchor-center;
}

.enter_landing_cont, .enter_success, .go_take_me_to_exit_process, .exit_landing_cont, .parking_receipt_cont, .validate_landing_cont, .redman_runner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: -webkit-fit-content;
    line-height: 1.5;
}
/* West testing something */
.enter_landing_cont, .enter_success, .go_take_me_to_exit_process, .exit_landing_cont, .parking_receipt_cont, .validate_landing_cont, .redman_runner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fit-content;
    line-height: 1.5;
    min-height: 35vh;
}

.redman_runner {
    padding-top: 1rem;
}

.dynamic_park_content {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
/*.enter_success {
    display: none;
}*/

/*.go_take_me_to_exit_process {
    display: none;
}*/

.park_profile-img {
    width: 8rem;
    height: 8rem;
    border-radius: 22px;
    object-fit: cover;
    aspect-ratio: auto 110 / 110;
}

.park-rates-wrapper {
    font-weight: 700;
    padding-bottom: 10px;
    ;
}

.parkcust_info_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 8rem;
    margin-left: 1rem;
    gap: 0rem;
    width: 100%;
    letter-spacing: 0px;
}

.park-rates-button {
    color: var(--tap-blue) !important;
    font-size: 1.3rem !important;
    letter-spacing: 0px;
    padding-left: 0.5rem;
    font-weight: 700;
    text-decoration: none !important;
}

.rates_table_gen {
    color: var(--tap-grey);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: var(--tap-blue) !important;
}

.day-message,
.visit-time-message {
    width: 100%;
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: 700;
    color: #44dea7;
    color: var(--tap-body-text);
    text-align: center;
    letter-spacing: 0.1px;
}

.charge-info {
    font-size: 1.2rem;
    font-weight: 700;
    color: #44dea7;
    color: var(--tap-body-text);
    text-align: center;
    letter-spacing: 0.1px;
    line-height: 2;
}

.cust_charge-info {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--tap-body-text);
    text-align: center;
    letter-spacing: 0.1px;
    line-height: 2;
    text-align: left;
    padding-left: 0.5rem;
}

.receipt_info_unqid {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--tap-body-text);
    text-align: left;
    letter-spacing: 1px;
    padding-left: 0.5rem;
}

.park_button_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    bottom: 0px;
    position: relative;
}

.entry-label {
    color: var(--tap-body-text);
    padding-left: 1rem;
    font-size: 18px;
    font-weight: 700;
}

.parkpay_button_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*flex-direction: row;*/
    gap: 0rem; /* (can't be 1rem cause if one button make shit gap at the bottom) */
    justify-content: flex-end;
}

.parkpay_button_container_exit {
    width: 100%;
    display: flex;
    /*flex-direction: row;*/
    flex-direction: column;
    gap: 0rem;
    justify-content: flex-end;
}

.parkgo_button_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    margin-top: 10rem;
}

.pay-blk-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /*width: 50%;*/
    border-radius: 1.3rem;
    background-color: var(--tap-body-text);
    padding: 0px;
    color: white; /*Added because of validation test is not showing */
    height: 3.4rem;
    margin-top: 1rem;
}

.tenant_logo_btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    border-radius: 1.3rem;
    background-color: var(--tap-body-text);
    padding: 0px;
    color: white; /*Added because of validation test is not showing */
    height: 3.4rem;
    margin-top: 1rem;
}

.go-pay-blk-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    border-radius: 1.3rem;
    background-color: var(--tap-body-text);
    color: white; /*Added because of validation test is not showing */
    border-radius: 1.3rem;
    background-color: var(--tap-body-text);
    padding: 0px;
    color: white; /*Added because of validation test is not showing */
    height: 3.4rem;
}

.pay-button-logos {
    width: -webkit-fill-available;
    height: 3.4rem;
}

.go-button-logo {
    width: -webkit-fill-available;
    height: 3.4rem;
}

.park_tenant_logo {
    width: -webkit-fill-available;
    height: 56px;
    margin-top: -6px;
    display: block;
}
/* Success screen enter */
.custom-blur-container {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    color: var(--tap-body-text);
    background: transparent;
    backdrop-filter: blur(19px);
    padding: 0rem;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 4;
    position: relative;
}

.cust_exit_options_header {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0.5rem 0.5rem 0.5rem 1.5rem;
    text-align: left;
    letter-spacing: 0px;
    color: var(--tap-blue);
}

.receipt-tbl-lcol {
    text-align: left !important;
}

.table_border_bot {
    border-bottom: 1px solid var(--tap-bg) !important;
}

.exit_options_header_site_name {
    font-weight: 700;
    line-height: 1;
    padding: 0rem .5rem 0.5rem !important;
}

.receipt-sentence {
    color: var(--tap-red);
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0rem 1rem 0rem;
}

.receipt-sub-sentence {
    padding: 0.5rem 1rem 1rem;
    font-weight: 700;
}

.custom-blur-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 57vh;
    width: 88vw;
}

.catchup-amount {
    color: var(--tap-red) !important;
}

.early_exit_payment_succesful, .park_payment_succesful {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    width: 85vw;
    height: 65vh;
    justify-content: flex-start;
}

.park_payment_succesful {
    height: 32vh;
}

.center-container {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
    height: -webkit-fit-content; /* or any desired height */
    flex-direction: column;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: left; /* horizontal */
    align-items: flex-start; /* vertical */
    height: -webkit-fit-content; /* or any desired height */
    flex-direction: row;
    position: relative;
    z-index: 5;
}

.exit_options_caro_container {
    position: relative;
    z-index: 1;
}

/* SJ - Because of this the time label is not vsible*/
/*.timestampofentry_after {
    display: none;
}*/

.custom-blur-container {
    position: absolute;
    width: 100%;
    height: 100%;
    color: var(--tap-body-text);
    background: transparent;
    backdrop-filter: blur(20px);
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease;
    font-weight: 700;
    font-size: 23px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 0rem;
    display: none;
}

.exit_options_header {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 5px 5px 5px;
    text-align: left;
    letter-spacing: 0px;
    text-align: center;
}

.table_border_bot {
    border-bottom: 1px solid var(--tap-blue);
}

.open_add_park_shortcut {
    display: flex;
    float: right;
    margin: -2rem 5rem 0 0;
    position: relative;
}

    .open_add_park_shortcut img {
        width: 30px;
        height: auto;
    }

.open_add_park_shortcut {
    display: flex;
    float: right;
    margin: -2rem 5rem 0 0;
    position: relative;
}

    .open_add_park_shortcut img {
        width: 30px;
        height: auto;
    }


/* Optional container styles of your page */
.exit_options_caro_container .center-container {
    position: relative; /* ensures absolutely positioned children anchor nicely if needed */
}

/* Carousel wrapper: fixed height viewport */
.caro-carousel-wrapper {
    position: relative;
    width: 100%;
    height: 33vh; /* adjust as you like */
    border-radius: 22px;
    overflow: hidden;
    touch-action: pan-x; /* allow horizontal page scroll; we handle vertical swipes */
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

/* Track stacks slides vertically */
.carousel-track {
    display: flex;
    flex-direction: column; /* vertical stack */

    will-change: transform;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}

/* Each slide fills the viewport (wrapper) */
.carousel-slide {
    flex: 0 0 auto;
    width: 100%;
    height: 100%; /* match wrapper height */
}

    .carousel-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* or 'contain' if you prefer no crop */
        display: block;
        pointer-events: none;
        -webkit-user-drag: none;
        user-drag: none;
    }

/* Dots on the right, vertical */
.dots {
    position: relative;
    top: 32px;
    right: -4px;
    margin-left: 5px;
    /* transform: translateY(-50%); */
    display: flex;
    flex-direction: column;
    gap: 3rem;
    z-index: 2;
    pointer-events: auto;
    width: 2%;
}

.dot {
    display: block;
    height: 9px;
    width: 9px;
    background-color: #1575fa70;
    border-radius: 50%;
    transition: background-color 0.3s;
}

    .dot.active {
        background-color: var(--tap-blue);
    }



.done-success-screen-labels {
    color: var(--tap-body-text);
    font-weight: 800;
    font-size: 1.5625rem; /* 25px */
}


.trade-tip-add-tip-text {
    padding-left: 1.2rem;
}

.trade-tip-content, .tiponlytransactionview-inner, .tipview-inner, .tradeonlyview-content, .servicefeesview-content {
    gap: 0.8rem;
    padding: 0rem !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0.8rem;
}


.tradeonlyview-content {
    min-height: 370px;
}

.tradeonlyview-amount-input-section {
    margin: 0rem !important;
}

.tradeonlyview-profile-info {
    height: 8rem !important;
    padding: 5px 0 !important;
    width: 100% !important;
}

.tiponlytransactionview-profile-info, .tipview-profile-text {
    height: 8rem !important;
    padding: 5px 0 !important;
    width: 100% !important;
    /*		margin: 0.8rem;	*/
}

.tipview-tip-label {
    margin-bottom: -0.8rem !important;
}

.tiponlytransactionview-tip-options {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem !important;
}

.tipview-tip-options {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem !important;
}

.tipview-cover-fees {
    justify-content: flex-end;
    gap: .5rem;
    display: flex;
}

.payment_approval_switch {
    justify-content: space-between;
    gap: .5rem;
    display: flex;
}

.trade-tip-amount-label {
    font-size: 1.2rem !important;
}

.banner-img {
    height: 110px;
    object-fit: cover;
    border-start-end-radius: 28px;
    width: 100%;
}

.profile-img {
    width: 110px;
    height: 110px;
    border-radius: 25px;
    object-fit: cover;
    aspect-ratio: auto 110 / 110;
}

.trade-tip-profile-details {
    height: 8rem !important;
    padding: 5px 0 !important;
    width: 100% !important;
}

.servicefeesview-user-info {
    height: 8rem !important;
    padding: 5px 0 !important;
    width: 100% !important;
}
/*replace this with custom class name*/
.pt-0 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20ch;
}

.heading {
    font-weight: 700;
    font-size: 1.25rem;
}

.trade-tip-button-container {
    display: flex !important;
    gap: 0.8rem !important;
    width: 47rem;
}

.trade-tip-button {
    background-color: var(--tap-blue-fade) !important;
    font-weight: 700 !important;
    color: var(--tap-body-text) !important;
    width: 100% !important;
    padding: 4px 0 0 !important;
    border: none !important;
}

.subheading {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--tap-grey);
}

.table-responsive {
    width: 100%;
    color: var(--tap-body-text)
}


.visit-time-charges {
    color: var(--tap-blue);
    font-size: 35px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}


.rate-link {
    color: var(--tap-blue);
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: bold;
}

.bottom-container {
    position: relative;
    height: 30vh;
}

    .bottom-container > div:last-child {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.enter-label {
    color: var(--tap-body-text);
    font-weight: 700;
    font-size: 0.875rem; /* 14px */
}

.lottie-container {
    width: 40%;
    margin: 0 auto;
}

.successie-container {
    width: 50px;
    margin: 0 auto;
}

.failie-container {
    width: 50px;
    margin: 0 auto;
}

.process-exit-view-loader {
    z-index: 1055;
    width: 100%;
    overflow: hidden;
    color: var(--tap-body-text);
    background: transparent;
    backdrop-filter: blur(15px);
    padding: 0rem;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
}

.loading_ani_icon_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2147483647 !important;
}

.loadie-container {
    width: 50px;
    margin: 0 auto;
    height: 50px;
}

.btn-back-color {
    background-color: var(--tap-blue-fade);
    color: var(--tap-body-text);
    border-color: none !important;
    font-weight: bold;
}

.entry-container {
    position: relative;
    /*	height: 25vh;*/
    height: -webkit-fill-available;
}

.btn-container {
    position: relative;
    height: -webkit-fill-available;
}

.entry-fixed-bottom {
    position: relative;
    bottom: 0;
    width: 100%;
}





.entry-boom-label {
    color: var(--tap-body-text);
    font-weight: 700;
    font-size: 1.25rem; /* 20px */
}

.successview-options-label,
.successview-options-label-link {
    font-size: 0.9375rem; /* 15px */
    font-weight: 700;
}

.successview-options-label {
    color: var(--tap-body-text);
}

.successview-options-label-link {
    color: var(--tap-blue);
    text-decoration: none;
}

.marging-10-px {
    margin-left: 10px;
}

.success-custom-check-icon {
    color: var(--tap-blue);
    border: 3px solid var(--tap-blue) !important;
    border-color: var(--tap-blue) !important;
}



.px-3 {
    flex-direction: row !important;
    /*		height: 3rem!important;*/
}


.btn-primary {
    background-color: var(--tap-blue) !important;
    color: #ffffff !important;
}

.blue_tap {
    color: var(--tap-blue);
}

.green_tap {
    color: var(--tap-green);
}

.red_tap {
    color: var(--tap-red);
}
/* Responsive Font Tweaks for Small Screens */
/*
@media (max-width: 576px) {
.heading,
.subheading {
	font-size: 1.5rem;
}


.visit-time-message,
.rate-link,
.entry-label,
.entry-boom-label {
	font-size: 1.20rem;
}

.day-message {
	font-size: 1.125rem; 
}

.visit-time-charges,
.entry-success-label {
	font-size: 1.875rem; 
}

.successview-options-label,
.successview-options-label-link,
.enter-label {
	font-size: 0.8125rem; 
}

.profile-img {
	width: 8rem;
	height: 8rem;
}

.banner-img {
	height: 8rem;
}



}
*/

/*.custom-blur-container {
    opacity: 1;
    transition: opacity 0.3s ease;*/ /* 0.3s fade */
/*}

.custom-blur-container.is-hidden {
    opacity: 0;
}*/
.park_payment_failed {
    height: 36rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-blur-container {
    position: fixed;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(255, 255, 255, 0); /* light white overlay */
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(45px); /* For Safari */

    opacity: 1;
    transition: opacity 0.8s ease;
    pointer-events: all;
    margin: 1rem;
    padding: 1rem;
}

    .custom-blur-container.is-hidden {
        opacity: 0;
        pointer-events: none;
    }

.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 6px 0;
    user-select: none;
}

    .custom-radio input[type="checkbox"] {
        display: none;
    }


    .custom-radio .checkmark {
        width: 12px;
        height: 12px;
        border: 1px solid #555;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 8px;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }

    .custom-radio input[type="checkbox"]:checked + .checkmark::after {
        content: "";
        position: absolute;
        top: 49%;
        left: 49%;
        width: 7px;
        height: 7px;
        background-color: #007bff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    /* Blue border when checked */
    .custom-radio input[type="checkbox"]:checked + .checkmark {
        border-color: #007bff;
    }

#samsungpay-container button {
    width: 100% !important; /* make it full width */
    /* width: 300px;*/ /* limit max width */
    /*height: 45px !important;*/ /* force height */
    border-radius: 1.3rem !important;
    height: 3.4rem !important;
    min-height: 3.4rem !important;
    border: none;
    outline: none;
    padding: 0px 0px !important;
    background-size: 75% !important;
    margin-top: 1rem !important;
}

.park-google-pay-button-width, .park-samsung-pay-button-width, .park-apple-pay-button-width {
    line-height: 0 !important;
}

#google-container button {
    width: 100% !important; /* make it full width */
    /*width: 300px !important;*/ /* limit max width */
    /*height: 45px !important;*/ /* force height */
    border-radius: 1.3rem !important;
    height: 3.4rem;
    font-size: 20px;
    padding: 0px 0px !important;
    border: none !important;
    outline: none !important;
    margin-top: 1rem !important;
}
/* sorting out dark mode so they don't have to */
.gpay-card-info-container.black, .gpay-card-info-animation-container.black {
    background-color: var(--tap-xpays) !important;
}

.gpay-card-info-container.white, .gpay-card-info-animation-container.white {
    background-color: var(--tap-xpays) !important;
}

#apple-pay-container button {
    width: 100% !important;
    border-radius: 1.3rem !important;
    font-size: 25px;
    padding: 0px;
    background-color: var(--tap-xpays);
    color: var(--tap-bg);
    border-radius: 1.3rem;
    height: 3.4rem;
    border: none;
    outline: none;
    /* margin-top: 2px; */
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-top: 1rem !important;
    font-size: 1.6rem !important;
}

.park_error {
    margin-top: 2rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*.park-error-container {
    position: fixed;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);*/ /* light white overlay */
    /*backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(45px);*/ /* For Safari */

    /*opacity: 1;
    transition: opacity 0.8s ease;
    pointer-events: all;
    margin: 1rem;
    padding: 1rem;
}*/
