/* input(4795,24): run-time error CSS1034: Expected closing parenthesis, found '.8rem'
input(4795,24): run-time error CSS1042: Expected function, found '.8rem'
input(4795,31): run-time error CSS1019: Unexpected token, found ' '
input(4795,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(8179,6): run-time error CSS1031: Expected selector, found '/'
input(8179,6): run-time error CSS1025: Expected comma or open brace, found '/'
input(9746,1): run-time error CSS1019: Unexpected token, found '}'
input(13401,1): run-time error CSS1035: Expected colon, found '{'
input(13425,18): run-time error CSS1035: Expected colon, found '.'
input(17991,1): run-time error CSS1019: Unexpected token, found '}'
input(18527,1): run-time error CSS1019: Unexpected token, found '}' */
@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;
    }
}

/* 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 {
    outline: none !important;
    /*border-color: var(--tap-blue);*/
    /* 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;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    background: transparent !important;
    background-color: transparent !important;
    color: var(--tap-body-text) !important;
    transition: background-color 9999s ease-in-out 0s !important;
}

.demo-click {
    cursor: pointer;
}

.demo-popup {
    position: fixed;
    top: 10%;
    right: 36%;
    backdrop-filter: blur(15px);
    background-color: rgb(255 255 255 / 0%);
    color: var(--tap-red);
    padding: 12px 18px;
    border-radius: 3rem;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.6);
    z-index: 9999;
    font-size: 12px;
    font-weight: 700;
}

/* Trigger */
.demo-click:focus ~ .demo-popup {
    animation: demoBounceFade 2s ease forwards;
}

.demo-click:focus {
    outline: none;
}

@keyframes demoBounceFade {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    25% {
        opacity: 1;
        transform: scale(1.15);
    }

    40% {
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}




.transactionReceiptModel {
    background: var(--tap-bg) !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;
}

.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;
}

.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: unset !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;
}

.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;
}

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

.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 var(--tap-blue);
    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;
}

/*Park Details View CSS*/

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

.custom-container {
    min-height: fit-content;
    width: 100%;
    background: white;
    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;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subheading {
    font-weight: 500;
    font-size: 1.375rem;
    color: #aebdc1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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 */
}

.ani-container {
    width: 35%;
}

.btn-back-color {
    background-color: var(--tap-blue-fade);
    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;
    }

    .ani-container {
        width: 35%;
        height: fit-content;
    }

    .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;
}



.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: var(--tap-placeholder);
}

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

.payout-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--tap-body-text);
}

.since-text {
    font-size: 0.75rem;
    color: var(--tap-placeholder);
}

.showcase-wrapper,
.showcase-wrapper_records {
    background: var(--tap-bg);
}

.date-day-wallet {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--tap-placeholder);
}

.last-payment {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--tap-placeholder);
}



.industry-wallet {
    font-size: 0.8rem;
    color: var(--tap-placeholder);
    font-weight: 500;
}

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

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

.slider-WalletAuthentication {
    background: var(--tap-blue-fade);
    height: 7px;
    width: 7px;
    border-radius: 10px;
    opacity: 1;
    display: inline-block;
    margin: 0px 1rem 10px 0;

    transition: 
        width 0.35s cubic-bezier(.34,1.56,.64,1),
        background-color 0.25s ease,
        border-radius 0.35s cubic-bezier(.34,1.56,.64,1),
        transform 0.35s cubic-bezier(.34,1.56,.64,1);
}

.active-slider-WalletAuthentication {
    width: 30px;
    background-color: var(--tap-blue);
    border-radius: 20px;
    transform: scaleY(1.15);
}

.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 var(--tap-blue);
    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: var(--tap-blue);
    width: 15px;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid var(--tap-blue);
    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: var(--tap-blue);
    padding: 10px 15px;
}

.take-photo {
    height: 100px;
    width: 40%;
    color: var(--tap-blue);
}

.uploadbutton {
    height: 100px;
    width: 40%;
    color: var(--tap-blue);
    border-radius: 1.25rem;
}

.app_buttons_cont .apps_btns:nth-child(1) {
    width: 65%;
}

/* Second .apps_btns */
.app_buttons_cont .apps_btns:nth-child(2) {
    width: 75%;
}

/* Third .apps_btns */
.app_buttons_cont .apps_btns:nth-child(4) {
    width: 80%;
}

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

.next-button {
    color: var(--tap-blue);
    background-color: #ddebfd;
    width: 40%;
    border-color: var(--tap-blue);
}

.start-video {
    color: var(--tap-blue);
    color: white;
    background-color: var(--tap-blue);
    width: 40%;
}

#loginButton {
    color: var(--tap-blue);
    background-color: #ddebfd;
    width: 50% !important;
}

.subheading-Taps {
    font-weight: 500;
    font-size: 1.375rem;
    color: var(--tap-blue);
}


#startButton {
    margin-top: -1rem;
}

.logincodeview-image {
    height: 24rem;
    margin: 0rem 0rem 0rem 1rem !important;
}

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



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

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

.activation_login_button {
    color: #ffffff;
    background-color: var(--tap-blue);
    width: 40% !important;
}

    .activation_login_button:hover {
        color: #ffffff;
        background-color: var(--tap-blue);
        width: 40% !important;
    }

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

.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;
}

.payment-icons {
    height: 25px;
    width: auto;
}

.payment-receipt-sub-sentence a {
    font-size: 16px !important;
}
/* 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 */
    }
}

#btnEmailReceipt {
    text-align: right !important;
}

.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 */
}

.hidden {
    display: none !important;
}

.activation-wallet-success-btn {
    color: white;
    background-color: var(--tap-blue);
    width: 40% !important;
}

    .activation-wallet-success-btn:hover {
        color: white;
        background-color: var(--tap-blue);
        width: 40% !important;
    }

.back-button {
    color: var(--tap-blue);
    color: white;
    background-color: var(--tap-blue);
    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: 93vw !important;
    max-width: 92% !important;
    margin: 1rem;
    min-height: fit-content;
}

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

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

.cropper-container {
    border-radius: 1.5rem !important;
}

.cropper-modal {
    border-radius: 1.5rem !important;
    background-color: var(--tap-bg) !important;
}

.modal-footer > * {
    margin: 0rem !important;
}

.gap-2 {
    gap: 1rem !important;
}

@media (max-width: 576px) {
    #cropperModal .modal-dialog {
        max-width: calc(100% - 2rem) !important;
    }

    #cropperModal .modal-body {
        padding: 0rem !important;
    }

    #cropperModal .modal-footer {
        flex-direction: row;
        gap: 0.5rem;
        height: 15vh;
    }

    .modal-body .input-email-receipt {
        background: transparent !important;
        border: 0px !important;
        border-bottom: 1px solid var(--tap-blue) !important;
    }

    .modal-header {
        border-bottom: 0px solid #dee2e6 !important;
    }

    #cropperModal .btn {
        width: 100%;
    }

    .modal-footer {
        border-top: 0px solid var(--tap-grey) !important;
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
        align-items: center;
        justify-content: flex-end;
        padding: 1rem 0 0 0;
        border-bottom-right-radius: calc(.3rem - 1px);
        border-bottom-left-radius: calc(.3rem - 1px);
        flex-wrap: unset !important;
        height: 71svh;
        justify-content: space-between;
    }
}

.w-sm-auto {
    background-color: var(--tap-red);
}

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

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

.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, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);
}

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

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


.flex_helperer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 80svh;
    margin: 1rem;
    color: var(--tap-body-text);
}

.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    height: 96svh;
    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 */
    font-size: 23px;
    font-weight: 700;
    opacity: 1;
    transition: opacity 0.8s ease;
    pointer-events: all;
    margin: 1rem;
    padding: 0rem;
}

.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;
}

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

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

.container_helper_reg {
    padding: 1rem 1rem 0rem 1rem;
}

.custom-container {
    /* height: fit-content; */
    width: 100%;
    overflow: hidden;
    color: var(--tap-body-text);
    background: var(--tap-bg);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

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



.mobile_adjust_frame {
    padding: 0rem 1rem 8rem 1rem !important;
}

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


.pers_busi_radio_cust {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
}

    /* Hide the default radio */
    .pers_busi_radio_cust input[type="radio"] {
        display: none;
    }

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

    /* Hide the default checkbox */
    .custom-radio input[type="checkbox"] {
        display: none;
    }

    /* Outer circle */
    .custom-radio .checkmark {
        width: 30px;
        height: 30px;
        border: 4px solid transparent;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 8px;
        box-sizing: border-box;
        background: var(--tap-blue-fade);
        transition: all 0.2s ease;
    }

        /* Inner dot (hidden by default) */
        .custom-radio .checkmark::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 22px;
            height: 22px;
            background: var(--tap-blue);
            border-radius: 50%;
            transform: translate(-50%, -50%) scale(0);
            /* hidden */
            transition: transform 0.3s ease;
            /* smooth animate */
        }

    /* When checked → show the inner dot */
    .custom-radio input[type="checkbox"]:checked + .checkmark::after {
        transform: translate(-50%, -50%) scale(1);
        /* pop in */
        background: var(--tap-blue);
    }





/* Create custom circle */
.custradio_circle {
    width: 30px;
    height: 30px;
    border: 4px solid transparent;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s ease;
    background: var(--tap-blue-fade);
}

    .custradio_circle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 22px;
        background: var(--tap-blue);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        /* start invisible */
        transition: transform 0.3s ease;
        /* add smooth animation */
    }

.pers_busi_radio_cust input[type="radio"]:checked + .custradio_circle::after {
    transform: translate(-50%, -50%) scale(1);
    /* scale up when selected */
}

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

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

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

.busdeets_title_row {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.6);
    /* semi-transparent */
    backdrop-filter: blur(10px);
    padding: 0rem;
    display: flex;
    justify-content: space-between;
}

.activation_headers {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: var(--tap-blue);
    padding: 0rem 0.3rem 0;
}

.park_inner_info_wrapper .paycust_info_block {
    zoom: 0.9;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stats_icon {
    width: 30px;
    height: auto;
    margin: 3px;
}

.upload_icon_class {
    border-radius: 25rem;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid var(--tap-blue);
}

.edit_upload_icon_class {
    border-radius: 25rem;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid var(--tap-blue);
    margin-top: 2rem;
}

.outericon_circle {
    border-radius: 25rem;
    background: transparent;
    height: 40px;
    width: 40px;
    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-group {
    position: relative;
    margin-top: 2rem;
    width: 100%;
}

.caro-form .form-labels {
    position: relative;
    left: 0;
    top: 10px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: var(--tap-placeholder);
    transition: 0.3s ease all;
    pointer-events: none;
}

.caro-form .form-control {
    width: 100%;
    padding: 1.2rem 0.2rem 0.4rem;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: none;
    border-bottom: 1px solid var(--tap-blue);
    background: transparent;
    outline: none;
    color: var(--tap-body-text);
    border-radius: 0;
}

.custom-form {
    position: relative;
}

    .custom-form .form-group {
        position: relative;
        margin-top: 1.5rem;
    }

.send-money-wallet-view .custom-form .form-group {
    margin-top: 1rem !important;
}
/* default pill style */
.custom-form .form-control {
    width: 100%;
    padding: 1.2rem 0.8rem 0.4rem;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: 1px solid var(--tap-blue);
    border-radius: 999px;
    background: transparent;
    outline: none;
    color: var(--tap-body-text);
    transition: border-radius 0.4s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.4s ease-in-out, padding 0.3s ease-in-out;
    box-shadow: none;
    /* no underline by default */
}



    /* hide placeholder so label acts like placeholder */
    .custom-form .form-control::placeholder {
        color: transparent;
    }

/* floating label */
.custom-form .form-labels {
    position: absolute;
    left: 22px;
    top: 14px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: var(--tap-placeholder);
    transition: all 0.3s ease;
    pointer-events: none;
}

#lblRefrenceInput .custom-form .form-labels {
    color: var(--tap-blue);
}
/* focused/filled */
.custom-form .form-control:focus,
.custom-form .form-control:not(:placeholder-shown) {
    border-color: transparent;
    /* hide pill border */
    border-radius: 0;
    padding: 1.2rem 0.2rem 0.4rem;
    /* shrink for underline mode */
    box-shadow: 0 1px 0 0 var(--tap-blue) !important;
    /* smooth underline */
    border: none !important;
}

    /* label floats up & left */
    .custom-form .form-control:focus ~ .form-labels,
    .custom-form .form-control:not(:placeholder-shown) ~ .form-labels {
        top: -12px;
        left: 0;
        font-size: 15px;
        color: var(--tap-blue);
    }

/* error state */
.custom-form .form-group.error .form-control {
    border: none;
    border-bottom: 1px solid var(--tap-red);
    border-radius: 0;
    color: var(--tap-red);
}

.custom-form .form-group.error .form-labels {
    color: var(--tap-red);
}

.pay-form .form-group {
    position: relative;
}


/* input */
.pay-form .form-control {
    width: -webkit-fill-available;
    height: 56px;
    padding: 5px 1rem 0;
    border-radius: 18px;
    border: none !important;
    background: var(--tap-bg);
    color: var(--tap-body-text);
    font-size: 20px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--inputfield-before-box-shadow);
    letter-spacing: 0.2px;
}

    .pay-form .form-control:focus {
        box-shadow: var(--inputfield-focus-box-shadow);
        /* box-shadow: var(--input-shadow-inset-1), var(--input-shadow-inset-2); */
    }

    /* placeholder styling */
    .pay-form .form-control::placeholder {
        color: var(--tap-placeholder);
        text-align: right;
        direction: rtl;
        /* makes sure R0.00 hugs the right edge */
        font-size: 18px;
        letter-spacing: 0.6px;
    }

/* floating label */
.pay-form .form-labels {
    position: absolute;
    left: 0;
    /* label sits on the left */
    top: 10px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: var(--tap-placeholder);
    transition: 0.3s ease all;
    pointer-events: none;
}

/* float label up on focus or when input has content */
.pay-form .form-control:focus ~ .form-labels,
.pay-form .form-control:not(:placeholder-shown) ~ .form-labels {
    top: -15px;
    font-size: 15px;
    color: var(--tap-blue);
}

/* focus effect */
.pay-form .form-control:focus {
    border-bottom: 1px solid var(--tap-blue);
}

/* error state */
.pay-form .form-group.error .form-control {
    border-bottom: 1px solid var(--tap-red);
    color: var(--tap-red);
}

.pay-form .form-group.error .form-labels {
    color: var(--tap-red);
}

.pay-form_fix {
    margin: 1rem 0rem 0rem !important;
}

.mobilenum-form .form-group {
    position: relative;
    width: 100%;
}

.btn-email-receipt {
    text-align: right !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
}

.mobilenum-form .form-control {
    width: 95%;
    padding: 1.2rem 0.2rem 0.4rem;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: none;
    border-bottom: 1px solid var(--tap-blue);
    background: transparent !important;
    background-color: transparent !important;
    outline: none;
    color: var(--tap-body-text);
    border-radius: 0;
    margin-left: 1rem;
}

    /* hide placeholder so label acts like placeholder */
    .mobilenum-form .form-control::placeholder {
        color: transparent;
    }

.mobilenum-form .form-labels {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: var(--tap-blue-fade);
    transition: 0.3s ease all;
    pointer-events: none;
}

/* float label up on focus or when input has content */
.mobilenum-form .form-control:focus ~ .form-labels,
.mobilenum-form .form-control:not(:placeholder-shown) ~ .form-labels {
    top: -15px;
    font-size: 15px;
    color: var(--tap-body-text);
}

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

/* error state */
.mobilenum-form .form-group.error .form-control {
    border-bottom: 1px solid var(--tap-red);
    color: var(--tap-red);
}

.mobilenum-form .form-group.error .form-labels {
    color: var(--tap-red);
}

.payment-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100dvh;
    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;
}

.payment_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0rem;
}

select#bankSelect_custom {
    padding: 0px;
    /* display: none; */
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid var(--tap-blue) !important;
    border-radius: 0;
    height: 50px;
    color: var(--tap-grey)
}

.bank_selector_dropdown {
    background: transparent;
    width: 100%;
    border-radius: 23px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    align-items: center;
    max-height: 37px;
    margin-top: 0px;
}

    .bank_selector_dropdown label {
        display: none;
    }

.payout_btn_container {
    margin-top: 1rem;
}

.send-money-wallet-view {
    padding-right: 0 !important;
    margin-top: 0rem !important;
}




.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;
        }

.payment-reference_header {
    font-size: 14px;
    text-align: left;
}

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

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

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


/* Form Section */
.form_content_flex {
    display: flex;
    flex-direction: column;
    justify-content: start !important;
    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: hidden;
}

.pay_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: 0rem;
    overflow-y: hidden;
}

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

.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; */
}

.terms_form_content_flex {
display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: fit-content;
    max-height: 100%;
    min-height: 100%;
        overflow-y: scroll;
        padding-bottom: 3rem;
}

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

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


.text-danger {
    color: var(--tap-red) !important;
    padding: 0.5rem 0rem 0;
    letter-spacing: 0.2px;
    line-height: 2;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.field-validation-error {
    margin-left: 20px;
}

#profile-error {
    margin: -14px 0 -20px 20px;
    line-height: 18px;
    width: 50%;
}

#banner-error {
    margin-top: -37px;
    line-height: 18px;
}

.logout_button {
    float: right;
    font-size: 1rem;
    padding: 0rem 0rem 0 0rem;
}

/* 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;
}

.tappyme {
    width: 50%;
    height: auto;
}

.tappymeinfowrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
    height: 385px;
}

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

#tappyMebutton {
    height: fit-content;
}

.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: 2rem;
    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: linear-gradient(28deg, #0078ff, #0097ff, #00a5ff, #00cdff, #0bf974);
    border: none !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.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: 5px 0 2px 0;
    font-size: 1.3rem;
    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;
}

    .btn:hover {
        color: #ffffff !important;
    }

.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: 5px 0 0;
    font-size: 16px;
    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;
}

.tip-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: 5px 0 0;
    font-size: 1.3rem;
    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: 1rem;
}

/* Base animation setup */
.tip-btn {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, background-color 0.3s ease;
}

    /* Bounce/pop on click */
    .tip-btn:active {
        transform: scale(0.94);
    }

    /* Background burst animation */
    .tip-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.25);
        /* subtle highlight flash */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        pointer-events: none;
    }

    /* Trigger burst */
    .tip-btn:active::after {
        animation: clickBurst 0.8s ease-out forwards;
    }

/* Burst keyframes */
@keyframes clickBurst {
    0% {
        width: 0;
        height: 0;
        opacity: 0.5;
    }

    70% {
        width: 180%;
        height: 180%;
        opacity: 0.1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* Optional slight "text jolt" using scale */
.tip-btn:active {
    transform: scale(0.94);
}

/* Activation page unique code input: */
.activationcodeview-image-container {
    width: max-content;
    height: 22rem;
    overflow: hidden;
    border-radius: 2rem;
    margin: auto;
}

.activationcodeview-image {
    height: 40rem;
    margin-top: -10rem;
}

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

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

.already-user {
    margin: 0rem 1rem -1.5rem 0rem !important;
}

.create-user {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    margin: 0rem 1rem -1.5rem 0rem !important;
}

.me-1 {
    margin-right: -.5rem !important;
}

.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);
    line-height: 2;
    letter-spacing: 0;
}

.select_hum_bus_cont {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem 0 0rem 0 !important;
}

.ifperson_sel {
    justify-content: space-evenly !important;
    gap: 0 !important;
}

.wallet_tips {
    margin: 1.5rem 0.2rem !important;
}

ul.wallet_tips_list.auth_veriview_info_text > li {
    font-size: 12px !important;
}

    ul.wallet_tips_list.auth_veriview_info_text > li img {
        width: 22px !important;
        height: 22px !important;
    }

.container_sel_person {
    gap: 1rem;
}

.select_hum_bus_row {
    margin-bottom: 1rem;
}

.icon_if_personal_busniness_icons {
    height: 36px;
    max-width: 100%;
    margin: 0px 0px 7px 1px;
}

.cancel_active_button {
    color: #ffffff;
    background-color: var(--tap-red);
    line-height: 2;
    letter-spacing: 0;
}

.find_share_icon {
    height: 30px;
    margin: 0px 5px 10px;
}

.activation-success-label {
    font-size: 21px;
}

.activation-success-sub {
    letter-spacing: 0.2px;
    line-height: 2;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 0rem
}

.from_your_browser_container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

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

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

.from_your_browser {
    height: 134px;
    width: auto;
}

.contact_prefix {
    color: var(--tap-blue);
    float: left;
    height: 47px;
    padding: 1.2rem 0.2rem 0.4rem;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: none;
    background: transparent;
    outline: none;
    border-radius: 0;
}

.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 {
    margin: 1rem 0 0rem;
}

.contact_veriview_info_text {
    padding: 0rem 0.3rem 0;
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    width: 92%;
    display: inline-block;
    margin-bottom: 0rem;
}

.auth_veriview_info_text {
    padding: 0;
    letter-spacing: 0.2px;
    line-height: 1.7;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    width: -webkit-fill-available;
    display: inline-block;
    margin-bottom: 0rem;
}

.textbody_size {
    font-size: 1.2rem;
    margin-bottom: 0 !important;
}

#IndustryDiv {
    margin-bottom: 0.8rem;
}

.infopop {
    position: absolute;
    padding: 0.8rem;
    border-radius: 20px;
    background: var(--tap-bg);
    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;
        position: fixed;
        /* instead of absolute */
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.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); */
    width: 100vw;
    height: 100svh;
}

.infopop:target + .close-infopop {
    opacity: 1;
    visibility: visible;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: fixed;
    /* instead of absolute */
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}









.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: none;
    background: transparent;
    backdrop-filter: blur(20px);
    width: 100%;
    position: relative;
    z-index: 1;
    gap: 0rem;
    border-radius: 25px 25px 0 0;
}

.servicefees_total_cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    margin: 0rem 1rem 0rem 2rem;
}

.prod_ind_type_tips,
.prod_ind_type_trade,
.prod_ind_type_service {
    width: 33.333333%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .prod_ind_type_tips svg,
    .prod_ind_type_trade svg,
    .prod_ind_type_service svg {
        width: 21px;
        height: 21px;
    }

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

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

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

.cat_product_columns {
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
    overflow: scroll;
    height: 47vh;
}

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

.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;
}

.btn-email-receipt {
    text-align: right;
    font-size: 14px;
}

.set_up_cust_page {
    display: flex;
    flex-direction: column-reverse;
}

.businessinformationview-photo-upload {
    width: 110px;
    height: 110px;
    z-index: 1;
    margin: -6rem 0 0rem 1rem;
    position: relative;
}

    .businessinformationview-photo-upload #imagePreview {
        box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1) !important;
        width: 110px !important;
        height: 110px !important;
        border: none !important;
        border-radius: 1.5rem !important;
    }

.businessinformationview-banner-upload {
    width: 100%;
    height: 110px;
    position: relative;
}

.businessinformationview-banner-upload {
    margin-top: -6px;
    height: 110px !important;
    border: none !important;
}

.businessinformationview-banner-button,
.businessinformationview-photo-button {
    position: absolute !important;
    color: var(--tap-blue);
    border-radius: 1.25rem;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
    align-items: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 700;
    line-height: 1.25;
    border: none !important;
    background-color: var(--tap-bg);
    gap: 0.4rem;
}

.businessinformationview-banner-button {
    padding: 0 0 0 9rem;
}

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

.upload_image_icon,
.upload_banner_image_icon {
    max-width: 28px !important;
    display: block;
    height: 100%;
    object-fit: contain;
    flex-shrink: 0;
}

.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.2px;
    height: 22px;
    font-weight: 700;
}

.scroll_image_container {
    overflow: hidden;
    height: 48vh;
    margin: -35px 0 5px 0;
    position: relative;
    z-index: 0;
    border-radius: 25px;
    box-shadow: var(--tap-shadow);
    padding: 0.8rem;
    display: none;
    /*  hidden for now */
}

    .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: 0.2px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--tap-placeholder);
    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.4rem 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.8rem;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
}

.wallet_top_row {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
}

.wallet_middle_row {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
}

.wallet_bottom_row {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
}

#btnTappyMeShare {
    width: 33%;
    padding: 4px 0px;
    margin: auto;
}

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

.payment_totals_inner_containers_bottom,
.available_balance_card {
    background: var(--tap-bg);
    box-shadow: var(--tap-shadow-desk);
    border-radius: 23px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding: 0.5rem;
    gap: 0.8rem;
    margin-top: 0px;
}

.payment_totals_icons {
    width: 60px;
    margin: 0;
}

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

.stacked_info_cont_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0rem;
    gap: 0.2rem;
    text-align: left;
    width: 38%;
}

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

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

.bottom_head_info_totals {
    min-height: 13px;
    display: flex;
    align-items: center;
}

.wallet_total_numbers {
    background: var(--tap-bg);
    border-radius: 30px;
    font-size: 16px;
    width: 80%;
    position: relative;
    max-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 9px;
    font-weight: 700;
    background: var(--tap-sup-blue-fade);
}

.wallet-balance-current {
    width: 50%;
}

.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;
    border-radius: 2rem !important;
    margin-left: 0.1rem !important;
    width: 25% !important;
}

.payment-bank-layout .paybutton-wallet {
    padding: 8px 16px 5px !important;
}

.payment-bank-layout .payment_icon {
    width: 35px !important;
    height: 35px !important;
    border-radius: 2rem !important;
}

#dvTappyMeAmount, #dvBenificiaryAmount, #dvBankAmount {
    margin-left: 0.5rem;
}

    #dvTappyMeAmount .custom-form .form-group .payment-bank-layout input.form-control {
        border-bottom: 1px solid #0d6efd !important;
        border-radius: 0 !important;
        margin: 1rem !important;
    }

#lblRefrenceInput {
    top: -9px !important;
    font-size: 15px !important;
    color: var(--tap-blue) !important;
    left: 0px !important;
}

.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: 0.5rem;
    gap: 1rem;
}

.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 {
    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;
    }



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

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




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

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

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

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

/* Animate the icon when active */
.active_tab_icon {
    animation: bounceGrow 0.2s ease-out;
    transform-origin: center;
}

/* Animate the label when active */
.tab-link.active .tabs_text {
    animation: bounceGrow 0.2s ease-out;
    transform-origin: center;
}

@keyframes bounceGrow {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.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: 2px 6px 2px 6px;
    -webkit-text-stroke: 0.3px #ffffff;
    text-stroke: 1px #ffffff;
    z-index: 1;
}

.terms-and-referral-radio-input {
    width: 30px;
    height: 30px;
}

.terms-and-referral-radio {
    font-weight: 700;
    padding-bottom: 15px;
    display: none !important;
}

/* 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;
    align-items: center;
}

.control_month_order_cont {
    overflow-y: scroll;
    height: 80vh;
    padding-bottom: 7rem;
    margin: 0rem -1rem 0rem;
}

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

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

.latest_incoming_payment {
    background: #00d35721;
    margin: -0.8rem;
    padding: 0.8rem;
}

.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;
    font-size: 12px !important;
}

.history_text_device {
    width: 50%;
    text-align: left;
    border-right: 1px solid var(--tap-body-text);
    font-size: 0.7rem;
    align-content: center;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    padding-right: 5px;
}

.history_text_description {
    width: 30%;
    text-align: center;
    border-right: 1px solid var(--tap-body-text);
    font-size: 0.7rem;
    align-content: center;
}

.history_divider {
    display: none;
}

.device-scroll-wrapper {
    z-index: 3;
    position: fixed;
    width: -webkit-fill-available;
    padding: 1.8rem 1rem 2rem;
    margin: 0 0rem 0rem -1rem !important;
    background: transparent;
    backdrop-filter: blur(19px);
    border-radius: 20px;
    bottom: 0svh;
}

.history_text_date_time {
    width: 30%;
    text-align: center;
    font-size: 0.7rem;
    align-content: center;
}

.tappyme_btn {
    width: 36%;
}

.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: 7px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}

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

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

.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: 1rem;
    margin-bottom: 1rem;
}

.profile_container {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

/* Modals, refund, reversals and timers */

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

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

.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) !important;
    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: -9px;
}

.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 {
   position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 0rem);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    border-radius: 2.5rem !important;
    background-color: transparent;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(45px);
    padding: 1rem !important;
}

.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%;
}



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

.monthly_collate_dropdown_cont {
    height: 100%;
    border: none;
    font-size: 12px;
    font-weight: 700;
    padding: 1px;
    border-radius: 23px;
    /* box-shadow: var(--tap-shadow); */
    background: transparent;
    background: var(--tap-blue);
    margin: 0rem 0rem 0;
}

.appointments_dropdown_cont {
    height: 100%;
    border: none;
    font-size: 12px;
    font-weight: 700;
    padding: 1px;
    border-radius: 22px;
    /* box-shadow: var(--tap-shadow); */
    background: transparent;
    background: var(--tap-blue);
    margin: 1rem 1rem 0 !important;
}

.reverse-popup {
    height: 100% !important;
}

.export_dropdown_cont {
    height: 100%;
    border: none;
    font-size: 12px;
    font-weight: 700;
    padding: 1px;
    border-radius: 23px;
    /* box-shadow: var(--tap-shadow); */
    background: transparent;
    background: var(--tap-green);
    margin: 0rem 1rem !important;
}

.monthly_collate_drop_btn {
    width: 100%;
    background: var(--tap-bg);
    border-radius: 1.25rem;
    padding: 1.1rem 1rem 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;
}

.app_block_detail_cont {
    justify-content: space-between;
    display: flex;
    width: 100%;
    color: var(--tap-body-text);
    text-align: center;
    gap: 5px;
    font-weight: 700;
    font-size: 0.7rem;
    align-items: center;
}

a:hover {
    color: var(--tap-blue)
}

.go_app_address {
    font-size: 0.7rem;
    text-align: right;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    position: relative;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em; */
}

.go_app_customer {
    width: 35%;
    text-align: left;
    font-size: 0.7rem;
    align-content: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    padding-right: 0px;
    font-weight: 700;
}

.contact_icons_appoints {
    height: 14px;
    margin: 0px 5px 3px 0;
}

.customer_and_adress {
    display: flex;
    line-height: 25px;
}

.go_app_contact_customer {
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
    width: 33%;
    line-height: 1.5em;
    text-align: left;
}

.appointment_fills-all {
    font-weight: 700;
    width: 100%;
    align-content: center;
    position: relative;
    height: 100%;
    padding: 0.25rem 0rem 0rem;
    line-height: 15px;
}

.app-refund-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    height: 36px;
    line-height: 21px;
}

.app-refund-button {
    background: var(--tap-red-fade);
    color: var(--tap-red);
    font-weight: 700;
    font-size: 9px;
    padding: unset;
    line-height: 38px;
}

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

.appointment_date_next {
    background: #a6bbcf3d;
    color: var(--tap-green);
}

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

.appointment_followup {
    background: var(--tap-sup-blue-fade);
    color: var(--tap-sup-blue);
    border-radius: 2rem;
}

    .appointment_followup:hover {
        background: var(--tap-blue);
        color: white;
        border-radius: 2rem;
    }

.app_buttons_cont {
    text-align: center;
    justify-content: space-between;
    gap: .5rem;
    display: flex;
    font-size: 9px !important;
    margin-top: 0.5rem;
}

/* Adding Tappy Pay options block  */
.tappy-blur-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: transparent;
    /* backdrop-filter: blur(10px); */
    justify-content: center;
    align-items: flex-end;
    /* bottom anchor */
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 9999;
}

    .tappy-blur-overlay.active {
        display: flex;
        opacity: 1;
    }

.tappy-payment-window {
    transform: translateY(40px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

    .tappy-payment-window.active {
        transform: translateY(0);
        opacity: 1;
    }

.tappy-payment-window {
    width: 100%;
    max-width: 500px;
    height: fit-content;
    border-radius: 37px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    margin: 1rem;
    border: 1px solid #b5bbe05c;
    background: transparent;
    backdrop-filter: blur(50px);
    min-height: 299px;
    /* adjust as needed for nested modal */
    opacity: 0;
    transform: translateY(100px) scaleY(0.7) scaleX(0.9);
    /* slightly less squashed */
    transform-origin: bottom center;
}

    /* Only animate when .active is added */
    .tappy-payment-window.active {
        animation: genieFlyIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

@keyframes genieFlyIn {
    0% {
        opacity: 0;
        transform: translateY(100px) scaleY(0.7) scaleX(0.9);
    }

    40% {
        opacity: 1;
        transform: translateY(-10px) scaleY(1.05) scaleX(1.02);
        /* smaller overshoot */
    }

    60% {
        transform: translateY(5px) scaleY(0.98) scaleX(0.99);
        /* gentler settle */
    }

    80% {
        transform: translateY(-2px) scaleY(1.01) scaleX(1.005);
        /* very subtle bounce */
    }

    100% {
        transform: translateY(0) scaleY(1) scaleX(1);
        /* final resting position */
    }
}

/* Header */
.tappy-payment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -1rem;
    height: 60px;
    margin-left: 5px;
}

.tappy-close-btn {
    font-size: 1.5rem;
    cursor: pointer;
}

/* Card Block */
.tappy-card-block,
.tappy-change-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
}

.tappy-change-block {
    justify-content: space-between;
}

.tappy-card-block {
    width: 85vw;
    padding: 1rem;
}

.tappy-card-info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--tap-body-text);
}

.tappy-card-img {
    width: 40px;
    height: 27px;
    background: #333;
    border-radius: 3px;
}

.tappy-bank-name {
    font-size: 18px;
    font-weight: 500;
}

.tappy-card-digits {
    font-size: 18px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    color: var(--tap-body-text);
}

.tappy-change-block span {
    font-size: 15px;
    font-weight: 500;
    color: var(--tap-body-text);
}

.tappy-pay-line {
    text-align: left;
    margin: 0.5rem 0;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 1rem;
    color: var(--tap-body-text);
}

.tappy-amount {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: 1rem;
    letter-spacing: 1px;
    color: var(--tap-body-text);
}

.tappy-confirm-btn {
    background: var(--tap-blue);
    color: white;
}

.tappy-result-msg {
    display: none;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1rem;
}

    .tappy-result-msg.success {
        color: var(--tap-green);
    }

    .tappy-result-msg.fail {
        color: var(--tap-red);
    }

.tappy-bank-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bank-option {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid 1px solid var(--tap-bg-fade);
    border-radius: 10px;
    cursor: pointer;
    width: 85vw;
}

    .bank-option.selected {
        border: 1px solid #007bff;
        background-color: #eaf2ff;
    }

.tappy-bank-options {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    position: relative;
}

.bank-option {
    position: relative;
    background: transparent;
    border: 1px solid #eaf2ff;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    overflow: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Adding Tappy Pay options block  */



.arrow_right_to_down svg {
    position: relative;
    width: 17px;
    height: auto;
}

/* Rotate arrow smoothly */
.arrow_right_to_down {
    transition: transform 0.3s ease;
    display: inline-block;
    margin-right: 7px;
}

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

.monthArrow {
    display: none;
}

/* Profile section */
.add_buttons_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    background-color: var(--tap-bg);
    border-radius: 1.5rem !important;
    /* margin: 1rem; */
    overflow: hidden;
    width: -webkit-fill-available;
    /* width: calc(100% + 1rem); */
    height: 70px;
    background-color: var(--tap-blue-fade)
}

.add_buttons_wrapper {
    /* padding: 0.4rem 0rem 0.2rem 0.5rem; */
    width: calc(100% + 0rem) !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--tap-blue);
    align-items: flex-start;
    background-color: var(--tap-blue-fade);
    min-height: 70px;
    align-items: anchor-center;
    border-radius: 0rem !important;
    gap: 0px;
}

.existing_number_table {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
}

.existing_number {
    color: var(--tap-body-text);
    width: -webkit-fill-available;
    font-size: 1.1rem;
    font-weight: 500;
}

.existing_number_delete {
    color: var(--tap-red);
    text-align: right;
    padding: 0px 0 0;
    width: 30%;
    font-size: 1.1rem;
}

.add_buttons_icon img {
    width: auto;
    height: 45px;
    margin: auto;
}

.info_image_icon {
    max-width: 100%;
    height: 36px;
    margin: 3px 2px 10px 0px;
}

.add_buttons_circle_plus {
    border-radius: 25rem;
    background: var(--tap-bg);
    height: 37px;
    width: 37px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    margin: 36px 6px 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;
}

.auth_profile_info_wrapper {
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 0rem;
    background-color: transparent !important;
    background: transparent;
    backdrop-filter: blur(15px);
    z-index: 2;
    position: relative;
}


.profile_info_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content;
    width: 100%;
    gap: 0.5rem;
    align-items: center;
    z-index: 2;
}

.settings_profile_info_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content;
    height: 85px;
    /* margin-left: 1rem; removed for not needed n wallet, see pay window  */
    width: fit-content;
    max-width: 210px;
}

.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_cont_fix {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--tap-body-text);
    padding: 0rem;
    gap: 0.8rem;
    font-weight: 700;
    flex-direction: row;
}

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

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

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

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

.pages_dots_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 0;
}

.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);
    }

#profile-tab .profile_content_cont .profile_info_wrapper .profile_header_cont {
    padding-left: 10px;
    padding-right: 10px;
}


.authenticate_lines {
    text-decoration: none;
    display: flex;
    width: 100%;
    font-size: 1rem;
    gap: 0.5rem;
    align-items: center;
}

.authenticate_icon {
    height: 45px;
    max-width: 100%;
    margin: 14px 0px 13px 10px;
}

.authenticate_icon_auth {
    height: 33px;
    max-width: 100%;
    margin: 1px 0px 8px 5px;
}

.success_key_icons {
    height: 1.4rem;
    max-width: 100%;
    margin: auto 0;
}

.success_key_icons_headers {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.8;
    letter-spacing: 0.2px;
    color: var(--tap-body-text);
    padding: 0rem 0.3rem 0;
    text-align: left !important;
}

.success_key_icons_title {
    display: flex;
    justify-content: flex-start;
    gap: 0.5rem;
}

.camera-wrapper {
    position: relative;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    overflow: hidden;
    background: var(--tap-bg);
    margin: auto;
}

.bg-video {
    position: absolute;
    top: -6px;
    left: -69px;
    width: 142%;
    height: 137%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.3;
}

.selfie-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
    /* mirror for selfie */
    display: none;
    /* hidden until camera is active */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slefie_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

    .slefie_overlay svg {
        width: 65%;
        height: 65%;
    }

.corner {
    stroke: #fff;
    stroke-width: 3;
    fill: none;
}

/* 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: 0rem 0 0.5rem;
    letter-spacing: 0.5px;
    box-shadow: var(--tap-shadow);
    padding: 0.7rem;
    font-weight: 700;
}

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

.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 var(--tap-blue);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

/*
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;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
}

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


.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;
    }



/*
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;
}

.monthly_record_section {
    margin-top: 0.8rem;
    order: 2;
}

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

.confirmation-container1 {
    position: relative;
    background-color: var(--tap-bg);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0.5rem;
    border: 0px solid #ececed;
    overflow: hidden;
    margin: 0 !important;
    box-shadow: var(--tap-shadow);
    display: flex;
    flex-direction: column-reverse;
}

    .confirmation-container1 [id^="refundconfirmation-text_"] {
        height: 100%;
        background: transparent !important;
        backdrop-filter: blur(15px);
        padding-top: 9%;
        z-index: 2;
    }

.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;
}

@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 {
    outline: none !important;
    /*border-color: var(--tap-blue);*/
    /* 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:hover {
    color: #fff;
}

.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: flex;
    width: 50px;
    height: 28px;
    margin-right: 2px;
}

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


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

.paycust-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
    flex-direction: column;
}

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

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

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



.reg-wrapper {
    position: relative;
    height: 100vh;
    /* fill screen */
    display: flex;
    flex-direction: column;
}






.terms-footer {
    position: absolute;
    bottom: 0;
    background: transparent;
    display: flex;
    width: calc(100% - -2rem);
    padding: 1rem;
    margin-left: -1rem;
    backdrop-filter: blur(3px);
    align-items: center;
}

.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;
}

.paycust_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;
}

.pay_info_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 8px;
}

.park_inner_info_wrapper,
.pay_inner_info_wrapper,
.profile_inner_info_wrapper {
    display: flex;
    align-items: anchor-center;
    gap: 0.5rem;
    flex-direction: column;
    margin-top: 27px;
}

.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; 
}

.island_header_pay, .island_header_booking {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    top: 1rem;
    position: relative;
    margin: 0 calc(50px + 2rem) 0 1rem;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.button_case_share {
    z-index: 9;
    border-radius: 27px;
    margin: calc(-50px + 1rem) 1rem 0 auto;
    border: 1px solid #ffffff70;
    backdrop-filter: blur(8px);
    display: flex;
    min-width: fit-content;
    justify-content: flex-end;
    min-height: 50px;
    position: relative;
    right: 0;
    top: unset;
    align-items: self-start;
    max-width: 50px;
    padding-top: 3px;
}

.share-popdown {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.3) translate(150px, -70px);
    transform-origin: top right;
    transition: opacity 0.2s ease;
    will-change: transform, opacity;
    position: relative;
    display: none;
}

    .share-popdown.show {
        opacity: 1;
        pointer-events: all;
        animation: genieBounceDownLeft 0.28s cubic-bezier(.34, 1.56, .64, 1) forwards;
        margin: 1rem -1rem 1rem 1rem;
        display: block;
        transform: scale(1) translate(0px);
    }

@keyframes genieBounceDownLeft {
    0% {
        transform: scale(0.3) translate(-10px, -20px);
    }

    65% {
        transform: scale(1.05) translate(-4px, 6px);
    }

    100% {
        transform: scale(1) translate(0, 0);
    }
}

.share-popdown.show .paycust_profile_info_wrapper {
    margin-top: -210px;
}

.share-popdown .paycust_profile_info_wrapper {
    margin-top: unset;
}

.banner-total-pill {
    display: flex;
    justify-content: space-between;
    padding: 4px 1rem 2px;
    border-radius: 14px;
    background: #3996ff30;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(11px);
    color: #fff;
    border: 1px solid #ffffff70;
    z-index: 9;
    height: 47px;
    position: initial;
    width: calc(100% - 1rem);
    align-items: center;
    width: -webkit-fill-available;
}

    /* Entrance animation */
    .banner-total-pill.animate-in {
        animation: growFromCenter 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }

    .banner_container:not(:has(.bookme_button)) .banner-total-pill {
        border-radius: 2rem 14px 14px 2rem !important;
    }

@keyframes growFromCenter {
    0% {
        opacity: 0;
        transform: scale(0.08) translateY(12px);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.7) translateY(-6px);
    }

    75% {
        opacity: 1;
        transform: scale(1.08) translateY(3px);
    }

    90% {
        transform: scale(0.97) translateY(-1px);
    }

    100% {
        transform: scale(1) translateY(0);
    }
}

.banner-total-pill .total-label {
    font-size: 16px;
}

.banner-total-pill .total-amount {
    font-size: 17px;
    font-weight: 700;
}

/* 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;
    width: 100%;
}

.dynamic_pay_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    min-height: 23rem;
    gap: 1rem;
    margin-bottom: 8px;
    padding: 0 1rem;
}

#AddReference {
    font-size: 17px;
}

.dynamic_pay_hide_double .servicefees_total_cont {
    opacity: 0 !important;
    margin-bottom: -1rem;
}

.dynamic_pay_hide_double .pay-form {
    margin: 0rem 0rem 0rem;
}

.dynamic_pay_hide_double {
    min-height: 21rem;
}
/*.enter_success {
    display: none;
}*/

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

.fix_para_payment_suc {
    font-size: 17px !important;
    text-align: center;
}

.widhtfixpayfrom {
    margin: 1rem 1rem 0rem !important;
}

    .widhtfixpayfrom .form-group .form-labels {
        font-size: 17px !important;
    }


.tappy-website-image {
    width: 80vw !important;
    height: auto !important;
    float: right !important;
    margin-right: -1rem !important;
}

.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: 15px;
    font-weight: 700;
    color: #44dea7;
    color: var(--tap-body-text);
    text-align: center;
    letter-spacing: 0.1px;
}

.charge-info {
    font-size: 15px;
    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: 15px;
    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: 15px;
    font-weight: 700;
    color: var(--tap-body-text);
    text-align: left;
    letter-spacing: 1px;
    padding-left: 0.5rem;
}


.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;
}

.caro-button-logos {
    width: -webkit-fill-available;
    height: 3rem;
}

/* Default hidden fallback button */




.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: 3rem;
    background-color: var(--tap-body-text);
    padding: 0px;
    color: white;
    /*Added because of validation test is not showing */
    height: 45px;
    margin-top: 1rem;
}

.booking-checkout-blk-btn {
    text-decoration: none;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 3rem;
    background-color: var(--tap-body-text);
    padding: 0px;
    color: var(--tap-bg);
    height: 50px;
    margin: 2rem 1rem 0 1rem;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

#gpayButton {
    margin-top: 0rem;
}

.logout-as-label {
    border: none;
    background: transparent;
    color: var(--tap-red);
    font-size: 14px;
    font-weight: 700;
}

.caro-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: 3rem;
    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: #030303;
    padding: 0px;
    color: white;
    /*Added because of validation test is not showing */
    height: 3.4rem;
    margin-top: 1rem;
    box-shadow: 0 0 22px rgba(49, 51, 51, 0.9);
}

.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: 3rem;
    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;
}

.checkout-button-logos {
    width: 34%;
    height: -webkit-fill-available;
    margin-top: 0rem;
    margin-left: 7px;
}

.caro-button-logos {
    width: -webkit-fill-available;
    height: 3rem;
}

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

.park_tenant_logo {
    width: -webkit-fill-available;
    height: 56px;
    margin-top: -6px;
    display: block;
}

/* All pay buttons */
.park_button_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    bottom: 0px;
    position: relative;
}




/* Tappy button container */
.tappypay_button_container {
    display: flex;
    flex-direction: column;
    width: 27%;
    z-index: 2;
}

/* Add Card text hidden by default */
.add-card_text {
    display: none;
    align-items: center;
    font-size: 1.2rem;
    padding-top: 3px;
    color: var(--tap-bg);
}

.button-animation {
    width: 5.5rem;
    margin: -15px 0rem;
}

/* Container holding extra pay buttons (Google/Apple/etc.) */
.x_pay_button_container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 70%;
}

.button_fix_fml {
    gap: 0.8rem !important
}

.payment-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.6rem;
    background-color: var(--tap-xpays);
    padding: 0px;
    color: white;
    /*Added because of validation test is not showing */
    height: 3rem;
    gap: 0rem;
    margin: 0rem 0rem 0 0;
}

.tapaybutton {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.remove_card {
    border: none;
    background: transparent;
    color: var(--tap-red);
    font-weight: 700;
    text-align: left;
    align-items: center;
}

/* 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;
    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;
}

.pay_payment_succesful {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    width: 85vw;
    height: -webkit-fill-available;
    justify-content: flex-end;
    padding-bottom: 1rem;
}


.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;
    margin: 1rem 0rem 3rem 1rem;
    padding: 0rem;
    background: transparent;
    backdrop-filter: blur(15px);
    padding: 1rem;
    border-radius: 36px;
}

/* 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: 17px;
    margin: 5px 5px 5px;
    text-align: left;
    letter-spacing: 0px;
    text-align: center;
}

.info_pop_caro {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0rem 0 !important;
    letter-spacing: 0px;
    text-align: center;
    background: transparent;
    backdrop-filter: blur(19px);
    padding: 1rem;
    border-radius: 22px;
}

.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: 277px;
    /* 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: 277px;
}

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

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

/* slider for how it looks activation screens */
/* Each slide fills the viewport (wrapper) */
.carousel-slider {
    flex: 0 0 auto;
    width: 100%;
    height: 277px;
    /* match wrapper height */
}

    .carousel-slider img {
        /* 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);
    }

/* Step indicator dots */
.booking-step-indicator {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 1rem 0rem 2rem 0rem;
}

.booking-input-labels.red {
    color: var(--tap-red) !important;
    animation: labelShake 0.35s ease;
}

@keyframes labelShake {
    0% {
        transform: translateX(0) scale(1);
    }

    20% {
        transform: translateX(-4px) scale(1.02);
    }

    40% {
        transform: translateX(4px) scale(1.02);
    }

    60% {
        transform: translateX(-3px) scale(1.01);
    }

    80% {
        transform: translateX(3px) scale(1.01);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}



.booking-step-indicator .dot {
    display: block;
    height: 9px;
    width: 9px;
    background: linear-gradient(145deg, #ffffff, #e0f4ff);
    border-radius: 50%;
    transition: background-color 0.3s;
}

    .booking-step-indicator .dot.active {
        background: var(--tap-blue);
        width: 40px;
        height: 9px;
        border-radius: 20px;
    }

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

.booking-input-labels {
    font-size: 16px;
    color: var(--tap-blue);
    margin: 0 0px 8px 17px;
}


/* Nav row */
.booking-step-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -4px;
}

.booking-inputs {
        display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    padding: 0 1.25rem;
    border-radius: 15px;
    border: none !important;
    background: var(--tap-bg);
    color: var(--tap-body-text);
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    letter-spacing: 0.2px;
}

    .booking-inputs:focus {
        box-shadow: var(--tap-inputfield-focus-box-shadow);
    }

.step-next-btn {
   display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--tap-bold) !important;
    color: var(--tap-blue) !important;
    border: 0px solid rgb(247, 251, 255) !important;
    cursor: pointer;
    padding: 8px 15px 5px;
    text-align: center;
    border-radius: 18px;
    transition: background 0.1s, color 0.1s;
    height: 50px;
    letter-spacing: 0.3px;
    font-size: 16px;
    background: var(--tap-gradibutts-before-background);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    outline: none;
    opacity: 0;
    transform: translateY(10px) scale(0.96);
    animation: appleFadeUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    line-height: 1;
}

.step-back-btn {
    background: transparent;
    color: var(--tap-blue);
    border: 0px solid #7c4dff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border: 1px solid var(--tap-blue);
    border-radius: 3rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    position: absolute;
    margin-top: -13px;
    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";
    padding: 5px 0px 4px;
}

    .step-back-btn.d-none {
        display: none !important;
    }

.step-inline-error {
    display: block;
    font-size: 0.82rem;
    margin-top: 3px;
    min-height: 1.1rem;
}

.booking-total-amount-div {
    text-align: center;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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-contenthelper {
    margin: 0rem 0.8rem 0.8rem 0.8rem;
}

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

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

.tradeonlyview-profile-info {
    height: 108px !important;
    padding: 5px 0 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tiponlytransactionview-profile-info,
.tipview-profile-text {
    height: 108px !important;
    padding: 5px 0 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.payview-addtip-label {
    font-size: 1.3rem !important;
    letter-spacing: 0px;
    padding: 0rem 0.5rem 0rem 0.5rem;
    font-weight: 700;
    text-decoration: none !important;
    margin: 0rem 1rem 1rem !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;
}

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

.payview-cover-fees {
    justify-content: flex-end;
    gap: .8rem;
    display: flex;
    align-items: center;
}

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

.trade-tip-amount-label {
    font-size: 1.2rem !important;
}
/* ===========  Booking Css Start  ===========  */
.booking-container {
    margin: 1rem 0rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calendar-icon {
    position: absolute;
    display: contents;
}

.calicon {
    width: 25px;
}

.calopener {
    display: flex;
    gap: 8px;
    align-items: center;
}

.booking-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available;
    text-align: left;
    color: var(--tap-blue);
    display: flex;
    margin: 0 1rem 1rem;
}

.days-scroll {
    display: flex;
    overflow-x: auto;
    margin: 0 -1rem 0rem;
    padding: 0rem 1rem 1rem;
    gap: 1rem;
}


#timeSlots {
    display: flex;
    gap: 1rem;
    max-height: 160px;
    padding-bottom: 7px;
    flex-direction: row;
    overflow-x: scroll;
    margin-left: 0rem;
    padding: 1rem !important;
    margin: 0 -1rem;
}

.booking-confirm-div {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--tap-green);
}

#bookingDateTimeRange {
    font-size: 17px;
    margin-top: 10px;
}

#bookingCheckoutForm {
    margin-bottom: 4rem;
}

#timeSlotsContainer h6 {
    margin: -2rem 2rem 1rem;
    position: absolute;
    padding: 0rem 0 0rem;
}

.slot-btn {
    padding: 11px 22px 10px 22px;
    border: 0px solid #ddd;
    cursor: pointer;
    min-width: 100px;
    border-radius: 18px;
    transition: background 0.1s, color 0.1s;
    background: var(--gradibutts-before-background);
    box-shadow: var(--gradibutts-before-box-shadow);
    height: 45px;
    font-size: 18px;
    color: var(--bluelight-whitedark);
}




/* COMMON BASE */
.fly-in {
    height: 110px;
    object-fit: cover;
    border-radius: 1.4rem;
    width: -webkit-fill-available;
    position: relative;
    margin: 1rem 1rem 0 1rem;
    opacity: 0;
    animation: iosFlyInBounce 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.profile_info_wrapper .banner_container,
.profile_info_wrapper .banner_container .banner-img {
    margin: 0rem;
    height: 90px;
}

.tappymeinfowrapper .banner_container .banner-img {
    margin: 0rem;
}

.tappymeinfowrapper .profile_info_wrapper .profile_inner_info_wrapper .profile-img {
    width: 95px;
    height: 95px;
}

.tappymeinfowrapper .profile_info_wrapper .profile_inner_info_wrapper .tradeonlyview-profile-info {
    height: 100% !important;
    padding: 5px 0 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    zoom: 0.8;
}

.tradeonlyview-total-section {
    zoom: 0.8;
}

#profile-tab .profile_content_cont .profile_info_wrapper .banner_container .banner-img {
    height: 90px;
    border-radius: 18px;
}

#profile-tab .profile_content_cont .profile_info_wrapper .banner_container {
    min-width: -webkit-fill-available;
    max-width: 450px;
}

.profile_info_headers_cont_fix {
    width: -webkit-fill-available;
}

#profile-tab .profile_content_cont .profile_info_wrapper .profile_inner_info_wrapper .profile-img {
    width: 90px;
    height: 90px;
}

#profile-tab .profile_content_cont .profile_info_wrapper .profile_inner_info_wrapper .profile_info_block {
    height: 90px;
}

    #profile-tab .profile_content_cont .profile_info_wrapper .profile_inner_info_wrapper .profile_info_block .heading {
        font-size: 15px !important;
        line-height: unset;
    }

    #profile-tab .profile_content_cont .profile_info_wrapper .profile_inner_info_wrapper .profile_info_block .subheading {
        font-size: 15px;
        line-height: unset;
    }

    #profile-tab .profile_content_cont .profile_info_wrapper .profile_inner_info_wrapper .profile_info_block h5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

#frmUpdateProfile .form_content_flex .custom-form .form-control:focus ~ .form-labels, .custom-form .form-control:not(:placeholder-shown) {
    padding: 10px 5px 6px;
    box-shadow: 0 0px 0 0 var(--tap-blue) !important;
    border-bottom: 1px solid var(--tap-blue) !important;
}

    #frmUpdateProfile .form_content_flex .custom-form .form-control:focus ~ .form-labels, .custom-form .form-control:not(:placeholder-shown) ~ .form-labels {
        font-size: 13px;
        border-bottom: 0px solid var(--tap-blue) !important;
    }

#frmUpdateProfile .form_content_flex .set_up_cust_page .businessinformationview-photo-upload {
    margin: -6rem 0 0rem 1rem;
}

    #frmUpdateProfile .form_content_flex .set_up_cust_page .businessinformationview-photo-upload .profile-img {
        top: 10px !important;
    }

    #frmUpdateProfile .form_content_flex .set_up_cust_page .businessinformationview-photo-upload .upload_image_icon {
        max-width: 35px !important;
        width: 35px !important;
        height: 35px !important;
        bottom: -6px !important;
        left: unset !important;
        right: 0px !important;
    }

    #frmUpdateProfile .form_content_flex .set_up_cust_page .businessinformationview-photo-upload #imagePreview {
        width: 95px !important;
        height: 95px !important;
        border-radius: 20px !important;
    }

#frmUpdateProfile .form_content_flex .set_up_cust_page .businessinformationview-banner-upload {
    margin-top: 0px;
    height: 100px !important;
}

    #frmUpdateProfile .form_content_flex .set_up_cust_page .businessinformationview-banner-upload .banner-img {
        height: 100px;
        border-radius: 20px;
        margin: 0rem 0rem 0rem;
    }

    #frmUpdateProfile .form_content_flex .set_up_cust_page .businessinformationview-banner-upload .upload_banner_image_icon {
        max-width: 35px !important;
        top: 80px !important;
        right: 13px !important;
        width: 35px !important;
        height: 35px !important;
    }
/* -------------------
   1. Fly-in from TOP
------------------- */
.banner-img {
    height: 175px;
    width: -webkit-fill-available;
    position: absolute;
    margin: 0rem 0rem 0rem 0rem;
    opacity: 0;
    transform: translateY(-80px) scale(2);
    animation: iosFlyInBounceTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    inset: 0;
    z-index: 5;
    mask-image: linear-gradient(to bottom, black 70%, #ffffff00 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, #ffffff00 100%);
}

.banner-img-bg {
    height: 180px;
    position: absolute;
    margin: 0rem 0rem 0rem 0rem;
    opacity: 0;
    transform: translateY(-80px) scale(2);
    animation: iosFlyInBounceTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    filter: var(--tap-img-blur);
    z-index: 4;
    width: 460px;
    margin-left: -20px;
    background-size: 100% 100%;
}

.add_buttons_cont,
.wallet-banner-img,
.pages_dots_cont,
.monthly_collate_dropdown_cont,
.appointments_dropdown_cont,
.device-scroll-wrapper {
    opacity: 0;
    transform: translateY(-80px) scale(2);
    /* start double size */
    animation: iosFlyInBounceTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fly-in-top,
.banner-img,
.add_buttons_cont,
.wallet-banner-img,
.pages_dots_cont {
    transform: translateY(-80px) scale(2);
}

.payview-pay-options .tipview-tip-btns:nth-child(2) .tip-btn {
    opacity: 0;
    transform: translateY(-80px) scale(2);
    /* start double size */
    animation: iosFlyInBounceTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Base animation for both alert types */
#alerts-container .alerts-update-message,
#alerts-container .alerts_timer-update-message {
    opacity: 0;
    transform: translateY(-80px) scale(2);
    animation: iosFlyInBounceTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Staggered delay for each alert */
#alerts-container > *:nth-child(1) {
    animation-delay: 0s;
}

#alerts-container > *:nth-child(2) {
    animation-delay: 0.05s;
}

#alerts-container > *:nth-child(3) {
    animation-delay: 0.1s;
}

#alerts-container > *:nth-child(4) {
    animation-delay: 0.15s;
}

#alerts-container > *:nth-child(5) {
    animation-delay: 0.2s;
}

.payment_totals_to_date_container .payment_totals_inner_containers {
    opacity: 0;
    transform: translateY(-80px) scale(2);
    animation: iosFlyInBounceTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Staggered delay for each alert */
.payment_totals_to_date_container > *:nth-child(1) {
    animation-delay: 0s;
}

.payment_totals_to_date_container > *:nth-child(2) {
    animation-delay: 0.05s;
}

.payment_totals_to_date_container > *:nth-child(3) {
    animation-delay: 0.1s;
}

.payment_totals_to_date_container > *:nth-child(4) {
    animation-delay: 0.15s;
}


.confirmation-container1 {
    opacity: 0;
    transform: translateY(-80px) scale(2);
    animation: iosFlyInBounceTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

    /* Staggered delay for each alert */
    .confirmation-container1 > *:nth-child(1) {
        animation-delay: 0s;
    }

    .confirmation-container1 > *:nth-child(2) {
        animation-delay: 0.05s;
    }

    .confirmation-container1 > *:nth-child(3) {
        animation-delay: 0.1s;
    }

    .confirmation-container1 > *:nth-child(4) {
        animation-delay: 0.15s;
    }

    .confirmation-container1 > *:nth-child(5) {
        animation-delay: 0.2s;
    }

    .confirmation-container1 > *:nth-child(6) {
        animation-delay: 0.25s;
    }

@keyframes iosFlyInBounceTop {
    0% {
        opacity: 0;
        transform: translateY(-80px) scale(2);
    }

    50% {
        opacity: 1;
        transform: translateY(2px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Fly out when needed */
.confirmation-container1.closing > * {
    animation: iosFlyOutBounceTop 0.4s cubic-bezier(0.36, 0, 0.66, -0.56) forwards;
}

    /* Optional staggered delays for reverse (in reverse order if you like) */
    .confirmation-container1.closing > *:nth-child(1) {
        animation-delay: 0.25s;
    }

    .confirmation-container1.closing > *:nth-child(2) {
        animation-delay: 0.2s;
    }

    .confirmation-container1.closing > *:nth-child(3) {
        animation-delay: 0.15s;
    }

    .confirmation-container1.closing > *:nth-child(4) {
        animation-delay: 0.1s;
    }

    .confirmation-container1.closing > *:nth-child(5) {
        animation-delay: 0.05s;
    }

    .confirmation-container1.closing > *:nth-child(6) {
        animation-delay: 0s;
    }

@keyframes iosFlyOutBounceTop {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-80px) scale(0.8);
    }
}

.history_content_wrapper {
    opacity: 0;
    transform: translateY(-80px) scale(2);
    animation: iosFlyInBounceTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

    /* Staggered delay for each alert */
    .history_content_wrapper > *:nth-child(1) {
        animation-delay: 0s;
    }

    .history_content_wrapper > *:nth-child(2) {
        animation-delay: 0.05s;
    }

    .history_content_wrapper > *:nth-child(3) {
        animation-delay: 0.1s;
    }

    .history_content_wrapper > *:nth-child(4) {
        animation-delay: 0.15s;
    }

    .history_content_wrapper > *:nth-child(5) {
        animation-delay: 0.2s;
    }

    .history_content_wrapper > *:nth-child(6) {
        animation-delay: 0.25s;
    }

    /* Fly out when needed */
    .history_content_wrapper.closing > * {
        animation: iosFlyOutBounceTop 0.4s cubic-bezier(0.36, 0, 0.66, -0.56) forwards;
    }

        /* Optional staggered delays for reverse (in reverse order if you like) */
        .history_content_wrapper.closing > *:nth-child(1) {
            animation-delay: 0.25s;
        }

        .history_content_wrapper.closing > *:nth-child(2) {
            animation-delay: 0.2s;
        }

        .history_content_wrapper.closing > *:nth-child(3) {
            animation-delay: 0.15s;
        }

        .history_content_wrapper.closing > *:nth-child(4) {
            animation-delay: 0.1s;
        }

        .history_content_wrapper.closing > *:nth-child(5) {
            animation-delay: 0.05s;
        }

        .history_content_wrapper.closing > *:nth-child(6) {
            animation-delay: 0s;
        }

@keyframes iosFlyOutBounceTop {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-80px) scale(0.8);
    }
}

/* -------------------
   2. Fly-in from BOTTOM
------------------- */
.pay_button_container {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /* padding: 0 1rem; */
    bottom: 0px;
    position: relative;
    gap: 0.7rem;
    opacity: 0;
    transform: translateY(80px) scale(2);
    /* start double size */
    animation: iosFlyInBounceBottom 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.wallet_page_tabs_flex,
.tappyme_button_container,
.export_dropdown_cont, .booking-checkout-blk-btn {
    opacity: 0;
    transform: translateY(80px) scale(2);
    /* start double size */
    animation: iosFlyInBounceBottom 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.pay_button_container > :empty {
    display: none;
}

.dynamic_pay_content:has(.prefill_total_div) .pay_button_container {
    padding: 0 0rem;
}

.prefill_total_label {
    text-align: center;
    color: var(--tap-body-text);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.prefill_total_reference {
    color: var(--tap-body-text);
    font-size: 1.2rem;
    margin-bottom: 8px;
}


.prefill_total_div {
    padding-bottom: 10%;
    text-align: center;
    display: block;
    padding: 0 1rem;
}

.prefill_total_amount {
    font-size: 29px;
    font-weight: 700;
    color: var(--tap-blue);
    letter-spacing: 1px;
}

.fly-in-bottom,
.pay_button_container,
.wallet_page_tabs_flex {
    transform: translateY(80px) scale(2);
}

.payview-pay-options .tipview-tip-btns:nth-child(5) .tip-btn,
.trade-tip-button-container, #dvReference {
    opacity: 0;
    transform: translateY(80px) scale(2);
    /* start double size */
    animation: iosFlyInBounceBottom 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Base animation for both alert types */
.payment_options_bank_selectors {
    opacity: 0;
    transform: translateY(80px) scale(2);
    /* start double size */
    animation: iosFlyInBounceBottom 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

    /* Staggered delay for each alert */
    .payment_options_bank_selectors > *:nth-child(1) {
        animation-delay: 0s;
    }

    .payment_options_bank_selectors > *:nth-child(2) {
        animation-delay: 0.05s;
    }

@keyframes iosFlyInBounceBottom {
    0% {
        opacity: 0;
        transform: translateY(80px) scale(2);
    }

    50% {
        opacity: 1;
        transform: translateY(-2px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* -------------------
   3. Fly-in from LEFT
------------------- */
.tappyme_icon {
    width: 50px;
}

.tappyme_icon_ani {
    width: 39px;
    margin: 0 auto;
}

.bookme_icon_ani {
    width: 50px;
    margin: auto;
    margin-top: -1px;
}

.bookme_button {
    position: relative;
    background: transparent;
    backdrop-filter: blur(7px);
    min-width: 50px;
    min-height: 50px;
    border-radius: 30px;
    border: 1px solid #ffffff70;
    z-index: 9;
    display: flex;
    max-height: 50px;
}

.tappyme_button {
    position: relative;
    border: 0px solid #ffffff70;
    background: transparent;
    z-index: 9;
    inset: 0;
    height: fit-content;
    width: fit-content;
    padding-inline: 4px;
}

.profile-img,
.park_profile-img,
.wallet-profile-img {
    width: 82px;
    height: 82px;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: auto 105 / 105;
    opacity: 0;
    transform: translateX(-80px) scale(0.92);
    /* start off-screen to the left */
    animation: iosFlyInBounceLeft 0.55s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
}

.profile_info_headers_cont,
.profile_header_con,
.profile_info_headers,
.payview-addtip-label,
.servicefees_total_cont,
.tappyme_icon,
.tappyme_icon_ani, .calopener, #timeSlotsContainer h6 {
    /* opacity: 0; */
    transform: translateX(-80px) scale(0.92);
    /* start off-screen to the left */
    animation: iosFlyInBounceLeft 0.55s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
}

.payview-pay-label {
    font-size: 1.3rem !important;
    letter-spacing: 0px;
    padding: 1rem 0.5rem 0rem 0.5rem;
    font-weight: 700;
    text-decoration: none !important;
    margin-bottom: -0.4rem;
    opacity: 0;
    transform: translateX(-80px) scale(0.92);
    /* start off-screen to the left */
    animation: iosFlyInBounceLeft 0.55s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
    animation-delay: 0.15s;
    /* adjust as needed */
}

.fly-in-left,
.profile-img,
.payview-pay-label,
.park_profile-img,
.wallet-profile-img,
.profile_info_headers_cont,
.profile_header_con,
.profile_info_headers,
.payview-addtip-label {
    transform: translateX(-80px) scale(2);
}

@keyframes iosFlyInBounceLeft {
    0% {
        opacity: 0;
        transform: translateX(-80px) scale(2);
    }

    50% {
        opacity: 1;
        transform: translateX(2px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* -------------------
   4. Fly-in from RIGHT
------------------- */

.tradeonlyview-profile-info .subheading-Taps {
    opacity: 0;
    transform: translateX(80px) scale(0.92);
    animation: iosFlyInBounceRight 0.45s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
}

/* stagger after container */
.tradeonlyview-profile-info > :nth-child(1) {
    animation-delay: 0s;
}

/* heading */
.tradeonlyview-profile-info > :nth-child(2) {
    animation-delay: 0.1s;
}

/* subheading 1 */
.tradeonlyview-profile-info > :nth-child(3) {
    animation-delay: 0.15s;
}

/* subheading 2 */
.tradeonlyview-profile-info > :nth-child(4) {
    animation-delay: 0.2s;
}

/* subheading 3 */
.fly-in-right,
.logout_button,
.info_image_icon {
    transform: translateX(80px) scale(2);
}

.logout_button,
.info_image_icon,
.pay-form, .days-scroll, #timeSlots {
    /* opacity: 0; */
    transform: translateX(80px) scale(0.92);
    animation: iosFlyInBounceRight 0.45s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
}

.calopener, #timeSlotsContainer h6, .days-scroll, #timeSlots, .export_dropdown_cont {
    transition: all 0.3s ease;
}



/* stagger after container */
.profile_info_block > :nth-child(1) {
    animation-delay: 0s;
}

/* heading */
.profile_info_block > :nth-child(2) {
    animation-delay: 0.1s;
}

/* subheading 1 */
.profile_info_block > :nth-child(3) {
    animation-delay: 0.15s;
}

/* subheading 2 */
.profile_info_block > :nth-child(4) {
    animation-delay: 0.2s;
}

/* subheading 3 */
.fly-in-right,
.logout_button,
.info_image_icon {
    transform: translateX(80px) scale(2);
}

.pay-coverfees {
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: translateX(80px) scale(0.92);
    animation: iosFlyInBounceRight 0.45s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
    padding-top: 2px;
}

@keyframes iosFlyInBounceRight {
    0% {
        opacity: 0;
        transform: translateX(80px) scale(2);
    }

    50% {
        opacity: 1;
        transform: translateX(-2px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* -------------------
   5. Fly-in from TOP LEFT
------------------- */
.fly-in-top-left,
.payview-pay-options .tipview-tip-btns:nth-child(1) .tip-btn {
    opacity: 0;
    transform: translate(-80px, -80px) scale(2);
    animation: iosFlyInBounceTopLeft 0.45s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
}

@keyframes iosFlyInBounceTopLeft {
    0% {
        opacity: 0;
        transform: translate(-80px, -80px) scale(2);
    }

    50% {
        opacity: 1;
        transform: translate(2px, 2px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

/* -------------------
   6. Fly-in from TOP RIGHT
------------------- */
.fly-in-top-right,
.payview-pay-options .tipview-tip-btns:nth-child(3) .tip-btn {
    opacity: 0;
    transform: translate(80px, -80px) scale(2);
    animation: iosFlyInBounceTopRight 0.45s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
}

@keyframes iosFlyInBounceTopRight {
    0% {
        opacity: 0;
        transform: translate(80px, -80px) scale(2);
    }

    50% {
        opacity: 1;
        transform: translate(-2px, 2px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

/* -------------------
   7. Fly-in from BOTTOM LEFT
------------------- */
.fly-in-bottom-left,
.payview-pay-options .tipview-tip-btns:nth-child(4) .tip-btn {
    opacity: 0;
    transform: translate(-80px, 80px) scale(2);
    animation: iosFlyInBounceBottomLeft 0.45s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
}

@keyframes iosFlyInBounceBottomLeft {
    0% {
        opacity: 0;
        transform: translate(-80px, 80px) scale(2);
    }

    50% {
        opacity: 1;
        transform: translate(2px, -2px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

/* -------------------
   8. Fly-in from BOTTOM RIGHT
------------------- */
.fly-in-bottom-right,
.payview-pay-options .tipview-tip-btns:nth-child(6) .tip-btn {
    opacity: 0;
    transform: translate(80px, 80px) scale(2);
    animation: iosFlyInBounceBottomRight 0.45s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
}

@keyframes iosFlyInBounceBottomRight {
    0% {
        opacity: 0;
        transform: translate(80px, 80px) scale(2);
    }

    50% {
        opacity: 1;
        transform: translate(-2px, -2px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

.wallet-banner-img {
    height: 105px;
    object-fit: cover;
    border-radius: 17px;
    width: 100%;
}

.carosizefix {
    height: 95px !important;
}

.receipt-sub-sentence {
    color: var (--tap-blue);
}

/* ------------------------------
   2. Slider Track
-------------------------------*/
.tappycustomerpayment-slider {
    position: relative;
    cursor: pointer;
    display: block;
    width: 45px;
    /* adjust as needed */
    height: 28px;
    /* adjust as needed */
    background-color: #e0f4ff;
    border-radius: 30px;
    transition: background-color 0.4s;
    background: var(--gradibutts-before-background);
    box-shadow: var(--gradibutts-before-box-shadow);
}

    /* ------------------------------
   3. Knob: Grow-In Animation + Toggle Slide
-------------------------------*/
    .tappycustomerpayment-slider:before {
        content: "";
        position: absolute;
        height: 24px;
        width: 24px;
        left: 2px;
        bottom: 2px;
        background-color: #fff;
        border-radius: 50%;
        /* Start invisible and scaled down */
        opacity: 0;
        transform: scale(0) translateX(0);
        transform-origin: center center;
        /* Grow-in only affects scale */
        animation: growBounceSafe 0.6s ease-out forwards;
        animation-delay: 0.35s;
        /* Toggle slide controlled by transition */
        transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.5s;
    }

/* Keyframes: only scale, not translateX */
@keyframes growBounceSafe {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    60% {
        opacity: 1;
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.96);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ------------------------------
   4. Toggle ON State
-------------------------------*/
input:checked + .tappycustomerpayment-slider {
    background-color: var(--tap-blue);
    background: linear-gradient(91deg, #007bff, #94d9ff);
    box-shadow: var(--gradibutts-before-box-shadow);
}

    input:checked + .tappycustomerpayment-slider:before {
        left: auto;
        /* release left */
        right: 2px;
        /* stick knob to right */
        transform: scale(1) translateX(0);
        /* scale fixed by animation, slide controlled by transition */
        opacity: 1;
    }





.carosizefix_2 {
    height: 95px !important;
    width: auto;
    border-radius: 20px;
}

.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: 27px;
}

.trade-tip-button-container {
    display: flex !important;
    gap: 1rem !important;
    overflow-x: auto !important;
    /* allow horizontal scroll */
    flex-wrap: nowrap !important;
    /* prevent wrapping */
    scroll-behavior: smooth;
    /* smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* smooth on iOS */
    width: 100%;
    /* make container responsive */
    padding: 0rem 1rem 0rem 1rem !important;
    margin-top: -0.7rem;
}

    .trade-tip-button-container::-webkit-scrollbar {
        display: none;
        /* optional scrollbar styling */
    }

    .trade-tip-button-container button {
        flex: 0 0 calc((100% / 3.3) - 0.8rem);
        /* show 6 buttons in viewport with gap */
        min-width: 0;
        /* prevent overflow issues */
    }



.tip_calc_cover_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.subheading {
    font-weight: 600;
    font-size: 22px;
    color: var(--tap-grey);
}

.numberoftaps {
    font-size: 17px;
}

.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 */
}

.ani-container {
    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;
    padding: 9px 18px 8px;
    background: linear-gradient(28deg, #0078ff, #0097ff, #00a5ff, #00cdff, #0bf974);
    box-shadow: inset 3px 3px 6px #4779ff, inset -3px -3px 6px #0091dc;
}

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

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

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

.grey {
    color: var(--tap-placeholder);
}

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

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

.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;
    }



#samsungpay-container button {
    width: 100% !important;
    border-radius: 2.3rem !important;
    height: 3rem !important;
    min-height: 3rem !important;
    border: none;
    outline: none;
    padding: 0px 0px !important;
    background-size: 75% !important;
}

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

#google-container button {
    width: 100% !important;
    border-radius: 2.3rem !important;
    height: 41px !important;
    font-size: 17px;
    padding: 0.7rem 0px !important;
    border: none !important;
    outline: none !important;
    /* background: transparent !important; */
}

.gpay-card-info-container-fill .gpay-card-info-iframe {
    background: var(--tap-xpays) !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;
    padding: 0px;
    background-color: var(--tap-xpays);
    color: var(--tap-bg);
    border-radius: 2.3rem !important;
    height: 41px;
    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: 0rem !important;
    font-size: 17px !important;
}

.gpay-card-info-container-fill {
    line-height: 0 !important;
}

.gpay-card-info-iframe {
    border-radius: 2rem !important;
}

.gpay-card-info-animation-container {
    display: none !important;
}

.gpay-card-info-container {
    height: 45px !important;
    width: 100% !important;
    border-radius: 2rem !important;
    outline: none !important;
    border: none !important;
    padding: 0rem !important;
    display: flex !important;
    min-width: 100% !important;
}



/* to use in Wallet Tappy Me Share button */
.share-popup {
    position: absolute;
    top: 40%;
    right: 27px;
    background: #fff;
    padding: 1rem;
    border-radius: 24px;
    box-shadow: var(--tap-shadow);
    width: 200px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.3) translateY(20px);
    transform-origin: bottom right;
    transition: opacity 0.2s ease; /* ONLY opacity */
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

    .share-popup.show {
        opacity: 1;
        pointer-events: all;
        animation: genieBounce 0.28s cubic-bezier(.34,1.56,.64,1) forwards;
    }

@keyframes genieBounce {
    0% {
        transform: scale(0.3) translateY(20px);
    }

    65% {
        transform: scale(1.05) translateY(-6px);
    }

    100% {
        transform: scale(1) translateY(0);
    }
}


.share-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--tap-body-text);
    margin-left: 1.3rem;
}

.share-btn {
    width: -webkit-fill-available;
    padding: 0.8rem 12px 0.7rem;
    border-radius: 15px;
    border: none;
    background: #f0f3ff;
    color: var(--tap-blue);
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 17px;
    /* box-shadow: inset 0.2rem 0.2rem 1rem #cad7e5, inset -0.2rem -0.2rem 1rem #bbd0e1, 0.3rem 0.3rem 0.6rem #9db2c62b, -0.2rem -0.2rem 0.5rem #ffffff69; */
}

    .share-btn.whatsapp {
        background: #e5ffe5;
        color: #25D366;
        /* box-shadow: inset 0.2rem 0.2rem 1rem #25d36633, inset -0.2rem -0.2rem 1rem #25d36629, 0.3rem 0.3rem 0.6rem #f0f3ff24, -0.2rem -0.2rem 0.5rem #ffffff69; */
    }

    .share-btn img {
        width: 25px;
        height: 25px;
    }

.bank-option .change-btn {
    position: absolute;
    right: -160px;
    /* <- start hidden */
    top: 0;
    height: 100%;
    width: 80px;
    background: #007bff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: right 0.3s ease;
}

#changePaymentModal {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 30px;
    animation: fadeIn 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.delete-btn {
    background: none;
    border: none;
    color: var(--tap-red);
    font-size: 16px;
    padding: 2px 0 0;
}

.change-btn:active .delete-btn {
    background: var(--tap-red);
    color: white;
}


.text_hide {
    color: var(--tap-bg);
}

.alerts-container {
    display: flex;
    flex-direction: column-reverse;
}

.reverse_block_styling, .refund_block_styling {
    width: 100%;
    display: flex;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--tap-body-text);
    background: transparent;
    padding-right: 0rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border-radius: 1rem;
    pointer-events: auto;
    align-items: center;
    gap: 0.5rem;
    padding-top: 8% !important;
    justify-content: flex-end;
}

    .reverse_block_styling span, .refund_block_styling span {
        padding-top: 4px;
    }

.refundconfbtn, .reverseconfbtn {
    display: inline-block;
    height: 40px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
    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%;
    background-color: var(--tap-blue);
    color: white;
    padding: 2px 15px 0px;
    border-radius: 30px;
    cursor: pointer;
    width: 117px;
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        /* max-width: 1280px !important;
        padding-left: 0 !important;
        padding-right: 0 !important; */
        max-width: 1600px !important;
        padding-left: 0 !important;
        padding-right: 0px !important;
        width: -webkit-fill-available;
        min-width: 1280px !important;
    }


    #profile-tab .profile_content_cont .profile_info_wrapper .banner_container {
        min-width: unset;
        max-width: unset;
        width: 320px;
    }

    #profile-tab .profile_content_cont .profile_info_wrapper .profile_info_headers_cont_fix {
        width: 320px;
    }

    .custom-container {
        /* height: fit-content; */
        box-shadow: var(--tap-shadow-desk);
        border-radius: 25px;
        position: relative;
    }

    .reverse_block_styling, .refund_block_styling {
        gap: 1.5rem;
        padding-top: 1% !important;
        margin-top: 1rem;
    }

    .refundconfbtn, .reverseconfbtn {
        width: 140px;
    }



    .wallet_page_tabs_flex {
        transition: all 0.2s ease;
        justify-content: flex-start;
        gap: 2rem;
        width: 70px;
        padding: 15px;
        flex-direction: column;
        border-top-right-radius: 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 20px;
    }

        .wallet_page_tabs_flex:hover {
            width: 175px;
            transition: all 0.2s ease;
        }

        .wallet_page_tabs_flex > .tab-link .tabs_text p {
            margin: 0;
            opacity: 0;
            transform: translateX(-14px);
            transition: transform 0.6s cubic-bezier(.4,0,.2,1), opacity 0.4s ease;
        }

        .wallet_page_tabs_flex > .tab-link:nth-child(1) .tabs_text p {
            transition-delay: 0s;
        }

        .wallet_page_tabs_flex > .tab-link:nth-child(2) .tabs_text p {
            transition-delay: 0.12s;
        }

        .wallet_page_tabs_flex > .tab-link:nth-child(3) .tabs_text p {
            transition-delay: 0.24s;
        }

        .wallet_page_tabs_flex > .tab-link:nth-child(4) .tabs_text p {
            transition-delay: 0.36s;
        }

        .wallet_page_tabs_flex > .tab-link:nth-child(5) .tabs_text p {
            transition-delay: 0.48s;
        }

        .wallet_page_tabs_flex:not(:hover) > .tab-link .tabs_text p {
            transition-delay: 0s;
        }

    .tabs_text p {
        margin: 0;
        white-space: nowrap;
    }

    .tabs_icons {
        width: 50px;
        margin-right: 20px;
    }

 

    .reg-wrapper, .wallet-wrapper {
        overflow: hidden;
        padding: 1rem;
    }

    .add_buttons_wrapper {
        flex-direction: row;
        gap: 15px;
    }

    .add_buttons_wrapper {
        font-size: 16px;
    }

    .add_buttons_icon img {
        height: 50px;
    }

    .cancel_active_button {
        line-height: 2.4;
    }

    .device-scroll-wrapper {
        position: relative;
        padding: 0rem 0rem 1rem 1rem;
        margin: 0 0rem 0rem 0rem !important;
    }

    .monthly_collate_drop_btn {
        border-radius: 16px;
        padding: 0.7rem 0.7rem 0.5rem 0.7rem;
        font-size: 16px;
        line-height: 1.2rem;
    }

    #alerts-container > *:nth-child(1) {
        animation-delay: 0s;
    }

    #alerts-container > *:nth-child(2) {
        animation-delay: 0.05s;
    }

    #alerts-container > *:nth-child(3) {
        animation-delay: 0.1s;
    }

    #alerts-container > *:nth-child(4) {
        animation-delay: 0.15s;
    }

    #alerts-container > *:nth-child(5) {
        animation-delay: 0.2s;
    }

    #alerts-container > *:nth-child(6) {
        animation-delay: 0.25s;
    }

    #alerts-container > *:nth-child(7) {
        animation-delay: 0.3s;
    }

    #alerts-container > *:nth-child(8) {
        animation-delay: 0.35s;
    }

    #alerts-container > *:nth-child(5) {
        animation-delay: 0.4s;
    }

    .monthly_collate_dropdown_cont, .export_dropdown_cont {
        border-radius: 10px;
        padding: 1px;
        order: 2;
    }

    .monthly_collate_drop_btn:hover {
        background: var(--tap-blue-fade);
        color: white;
    }

    .control_month_order {
        order: 2
    }

    .export_dropdown_cont {
        background: var(--tap-green);
        max-width: fit-content;
        margin: auto 1rem auto auto !important;
        order: 1
    }

        .export_dropdown_cont:hover {
            background: var(--tap-green-fade) !important;
        }

    .add_buttons_cont {
        height: 4rem;
        border-radius: 12px !important;
    }

    .add_buttons_wrapper {
        min-height: 4rem;
    }



    .date-widget {
        width: 48px;
    }



    .history_buttons_cont {
        font-size: 14px !important;
        gap: 30px;
        flex-direction: row-reverse;
        margin-top: 0 !important;
        width: 100%;
        justify-content: flex-start;
        margin: 0 0 0 25px;
    }

    .refund-button, .reversal-button {
        font-size: 13px;
    }

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

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

    .history_text_device, .history_text_description, .history_text_date_time {
        width: 35%;
        font-size: 12px;
    }

    .history_text_device, .history_text_description {
        width: 35%;
        font-size: 12px;
        border-right: 1px solid var(--tap-grey);
    }

    .history_header_text_cont {
        padding: 10px 0px 8px 0px;
    }

    .confirmation-container1 {
        box-shadow: var(--tap-shadow-desk);
        padding: 0.5rem;
        border-radius: 10px;
    }

    .latest_incoming_payment {
        margin: -0.5rem;
        padding: 0.5rem;
    }





    .profile_info_headers_cont_fix {
        width: 320px;
    }

    .tip_bubble {
        background: var(--tap-blue-fade) !important;
        margin: 0rem !important;
        padding: 0.5rem !important;
        box-shadow: none !important;
    }

        .tip_bubble .recordhistory_content_wrapper .history_header_text_cont {
            padding: 0;
        }

        .tip_bubble .recordhistory_content_wrapper .history_buttons_cont .history_btns {
            width: calc(25% - 23px);
        }

        .tip_bubble .recordhistory_content_wrapper .history_buttons_cont {
            justify-content: flex-start;
        }

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

        .outgoing_bank_btns .history_btns {
            width: calc(25% - 23px);
        }

    .history_tip_net {
        border: 1px solid var(--tap-sup-blue) !important;
        border-radius: 7px !important;
    }

    .action-button-wrapper, .refund-button {
        border-radius: 23px;
    }

    .reversal-button {
        background: var(--tap-blue-fade) !important;
        color: var(--tap-blue);
    }

        .reversal-button:hover {
            background: var(--tap-blue) !important;
            color: #fff;
        }

    .refund-button {
        background: var(--tap-red-fade) !important;
        color: var(--tap-red);
    }

        .refund-button:hover {
            background: var(--tap-red) !important;
            color: #fff !important;
        }

    .custom-radio .checkmark {
        width: 25px;
        height: 25px;
    }

        /* Inner dot (hidden by default) */
        .custom-radio .checkmark::after {
            width: 17px;
            height: 17px;
        }

    #tappyme-tab {
        width: -webkit-fill-available;
        margin-left: 2rem;
        box-shadow: var(--tap-shadow);
        border-radius: 30px;
        background: var(--tap-bg);
        padding: 0.8rem;
        position: relative;
    }

    */

    .appointment_content_wrapper .app_block_detail_cont {
        width: 27%;
        flex-direction: row-reverse;
        padding: 0.5rem 0 0.3rem 0;
    }

    .appointment_content_wrapper .app_block_detail_cont .go_app_customer {
        width: unset;
    }

    .appointment_content_wrapper .customer_and_adress {
        width: 38%;
        padding: 0.5rem 0 0.3rem 0;
    }

        .appointment_content_wrapper .customer_and_adress .go_app_customer {
            padding: 0 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 120px;
            display: inline-block;
            vertical-align: middle;
        }

        .appointment_content_wrapper .customer_and_adress .go_app_address {
            text-align: left;
            width: 70%;
            display: inline-block;
            position: relative;
            align-content: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 270px;
            display: inline-block;
            vertical-align: middle;
        }

    .app_buttons_cont {
        text-align: center;
        justify-content: space-between;
        gap: .5rem;
        display: flex;
        font-size: 11px !important;
        margin-top: 0.5rem;
    }

    .appointment_content_wrapper .app_buttons_cont {
        width: 37%;
        margin-top: 0.1rem;
    }

        .appointment_content_wrapper .app_buttons_cont .app_btns .appointment_followup {
            border-radius: 2rem;
            padding: 0.88rem 0;
            line-height: 11px;
        }
    /* .app_buttons_cont .apps_btns:nth-of-type(1) {
        width: 53%;
    }
    .app_buttons_cont .apps_btns:nth-of-type(2) {
        width: 60%;
    }
    .app_buttons_cont .apps_btns:nth-of-type(3) {
        width: 80%;
    } */
    /* First .apps_btns inside .app_buttons_cont */

    .device-scroll-wrapper .flex-nowrap .custom-radio {
        font-size: 13px !important;
    }

    .app_buttons_cont .apps_btns:nth-child(1) {
        width: 65%;
    }

    /* Second .apps_btns */
    .app_buttons_cont .apps_btns:nth-child(2) {
        width: 75%;
    }

    /* Third .apps_btns */
    .app_buttons_cont .apps_btns:nth-child(4) {
        width: 80%;
    }

    .control_month_order_cont {
        height: 90vh;
    }

    .appointments_dropdown_cont .monthly_collate_drop_btn {
        border-radius: 20px;
    }

    .app_buttons_cont .action-button-wrapper .app-refund-button:hover {
        background: var(--tap-red);
        color: white;
    }

    .app-refund-button {
        background: var(--tap-red-fade);
        color: var(--tap-red);
        font-weight: 700;
        font-size: 11px;
        padding: 0.88rem 0;
        line-height: 11px;
    }

    .appointment_content_wrapper .app_buttons_cont .app_btns .appointment_followup:hover {
        background: var(--tap-blue);
        color: white;
    }

    .tappymeinfowrapper {
        height: 410px;
        zoom: 0.9;
        gap: 0.8rem;
    }

        .tappymeinfowrapper > :nth-child(3) .banner_container .banner-img {
            height: 100px;
            border-radius: 19px;
            width: 100%;
        }

        .tappymeinfowrapper > :nth-child(3) .profile_info_wrapper .profile_inner_info_wrapper .profile-img {
            width: 95px;
            height: 95px;
        }

    .alerts-update-message {
        box-shadow: var(--tap-shadow-desk);
        border-radius: 12px;
    }

    .add_buttons_wrapper:hover {
        /* padding: 0.4rem 0rem 0.2rem 0.5rem; */
        color: #fff;
        background-color: var(--tap-blue);
    }

    #profile-tab .profile_content_cont .profile_info_wrapper .profile_header_cont {
        padding-left: 18px;
        padding-right: 18px;
    }

    .payment_totals_inner_containers {
        width: 370px;
        box-shadow: var(--tap-shadow-desk);
    }

    .payment-bank-layout {
        width: 370px !important;
    }

    .send-money-wallet-view .custom-form .form-group {
        width: 41% !important;
    }

    #wallet-tab {
        margin-left: 2rem;
    }

    .modal-dialog {
        max-width: calc(100% - 2rem);
        margin: 1rem auto;
    }



    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: calc(100% - 0rem);
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 0px solid rgba(0, 0, 0, .2);
        outline: 0;
        border-radius: 38px !important;
        background-color: rgba(255, 255, 255, 0);
        backdrop-filter: blur(32px);
        -webkit-backdrop-filter: blur(45px);
        padding: 1rem !important;
        height: -webkit-fill-available;
    }

    .modal-title {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.2px;
        color: var(--tap-blue);
        padding: 0rem 0.3rem 0;
    }

    .modal-header {
        margin-bottom: 0rem;
    }

    .btn {
        font-size: 16px;
    }

    #tappyiframe, .iframe-preview {
        border: 1px solid #ccc;
        width: -webkit-fill-available !important;
        height: -webkit-fill-available !important;
    }

    .iframe-modal-body {
        max-height: -webkit-fill-available !important;
        max-width: 375px !important;
    }

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



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

    .share-popup {
        top: 34%;
        right: unset;
        left: 21%;
        zoom: 0.9;
        transform-origin: bottom left;
    }

    .share-btn {
        gap: 10px;
    }

    .tappymeinfowrapper .banner_container .banner-img {
        width: 100%;
        height: 95px;
        border-radius: 18px;
    }

    .modal-responsive {
        width: 100%;
        max-width: 420px !important;
        margin: auto auto !important;
        padding: 1rem !important;
        zoom: 0.8;
    }

    .infopop:target {
        top: 17% !important;
        left: 79%;
    }

    .infopop {
        width: 30%;
    }

    .charge-info, .cust_charge-info, .receipt_info_unqid, .exit_options_header {
        font-size: 17px;
    }

    .cust_charge-info {
        font-size: 15px;
    }

    .receipt-sub-sentence {
        font-size: 19px;
    }

    .receipt-custom-container > :nth-child(2) .park_banner_container .banner-img {
        height: 110px;
        border-radius: 20px
    }

    .park_inner_info_wrapper .paycust_info_block {
        zoom: 0.9;
        height: 110px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cust_exit_options_header {
        margin: 0.5rem 0.5rem 0.5rem 0.9rem;
    }

    .logincodeview-image {
        height: 29rem;
        margin: 0rem 0rem 0rem 1rem !important;
    }

    .activationcodeview-image-container {
        width: max-content;
        height: 30rem;
        overflow: hidden;
        border-radius: 2rem;
        margin: auto 0 auto auto;
        display: flex;
        align-items: flex-end;
        overflow: visible;
    }

    .create-user {
        z-index: 2;
    }

    .receipt-parkcust-wrapper {
        justify-content: flex-start !important;
    }

    .receipt-modal {
        max-height: fit-content !important;
    }

    .receipt-custom-container {
        height: 100% !important;
        border-radius: 38px !important;
        width: 100%;
        height: 100%;
        border-radius: 31px;
        overflow: hidden;
        color: var(--tap-body-text);
        background: var(--tap-bg);
        box-shadow: var(--tap-shadow);
        padding: 0rem;
        padding-top: 0;
        padding-bottom: 0;
    }
}
/* Azilen CSS for Wallet */
/* Responsive modal width */
.modal-responsive {
    width: 100%;
    max-width: 420px;
    margin: auto;
    padding: 1rem !important;
}

/* Modal grows with content */
.receipt-modal {
    max-height: 95vh; /* fit within screen */
    overflow: visible; /* no internal scroll */
    border-radius: 20px;
    padding: 0rem !important;
}

/* Modal body - no scrollbar */
.receipt-body {
    overflow: visible; /* remove scroll */
}

/* Close text (top right) */
.receipt-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    cursor: pointer;
    z-index: 1056;
}

    .receipt-close:hover {
        color: #000;
    }

.model-body-padding {
    padding: 0rem !important;
}

#receiptEmailModal {
    z-index: 1065 !important;
}

    #receiptEmailModal + .modal-backdrop {
        display: none !important;
    }

.modal-backdrop.show:nth-of-type(2) {
    z-index: 1060 !important;
}

.payment_inner_containers {
    background: var(--tap-bg);
    box-shadow: var(--tap-shadow-desk);
    border-radius: 2rem;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding: 0.5rem;
    gap: 0.5rem;
}

.payment-bank-layout {
    cursor: pointer;
}

    .payment-bank-layout .payment_icons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 0.8rem;
    }

    /* LEFT CONTENT */
    .payment-bank-layout .stacked_info_cont {
        display: flex !important;
        flex-direction: column !important;
        align-items: left !important;
        gap: 0.5rem;
        min-width: 0;
    }

        .payment-bank-layout .stacked_info_cont span,
        .payment-bank-layout .stacked_info_cont .top_head_info_totals {
            white-space: nowrap;
        }

    /* ICON SIZE */
    .payment-bank-layout .payment_icon {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }

    /* RIGHT DROPDOWN */
    .payment-bank-layout .bank_selector_dropdown {
        min-width: 90px;
        text-align: right;
    }

        .payment-bank-layout .bank_selector_dropdown select {
            background: transparent;
            border: none;
            color: var(--tap-blue);
            font-size: 13px;
            padding: 3px 0px 0px 0px !important;
        }

    .payment-bank-layout #dvBankAmount,
    .payment-bank-layout #dvBenificiaryAmount,
    .payment-bank-layout #dvTappyMeAmount {
        width: 100%;
    }

        .payment-bank-layout #dvBankAmount .form-group,
        .payment-bank-layout #dvBenificiaryAmount .form-group,
        .payment-bank-layout #dvTappyMeAmount .form-group {
            display: flex;
            align-items: center;
            width: 100%;
            gap: 10px;
        }

    .payment-bank-layout input.form-control {
        background: transparent;
        border: none;
        border-bottom: 1px solid #0d6efd;
        font-size: 16px;
        text-align: center;
        border-radius: 0rem;
    }

    .payment-bank-layout input#refrenceInput::placeholder {
        color: #9aa4b2; /* visible but subtle */
        opacity: 1; /* required for Chrome/Safari */
        font-size: 15px;
    }

    .payment-bank-layout .paybutton-wallet {
        border-radius: 25px;
        padding: 10px 22px;
    }
:root {
    /* ---------- TAP COLORS ---------- */
    --tap-blue: #007bff;
    --tap-blue-hover: #0d6efd;
    --tap-green: #14c47a;
    --tap-red: #ff004e;
    --tap-red-hover: #dc3545;
    --tap-orange: #ffa300;
    --tap-yellow: #fcb813;
    --tap-cyan: #00c6ff;
    --tap-grey: #aac4de;
    --tap-sup-blue: #02a0fc;
    --tap-dark: #007775;
    
     /* ---------- FADES ---------- */
    --tap-bg-accent: #f2f6fc;
    --tap-blue-fade: #d9f1fe;
    --tap-sup-blue-fade: #0293fc1c;
    --tap-green-fade: #e9fee1;
    --tap-red-fade: #fbd7e4;
    --tap-orange-fade: #f1811c21;
    --tap-bg-fade: #ffffff70;
    --tap-sup-grey-fade-1: #eaf4f8;
    --tap-sup-grey-fade-2: #dfe6eb;
    --tap-sup-grey-fade-3: #ebeff5;
    /* ---------- GRADIENTS & EFFECTS ---------- */
    --tap-red-gradient: linear-gradient(90deg, #ff004f, #ff6a88);
    --tap-gradibutts-before-background: linear-gradient(170deg, #ffffff, #e0f4ff);
    --tap-gradibutts-before-box-shadow: 1px 1px 10px #e5f0ff;
    --tap-img-blur: blur(25px) hue-rotate(390deg) brightness(0.8) contrast(1.2);
    --btn-danger-focus-shadow: rgba(255, 0, 87, 0.4);

    --tap-inputfield-focus-box-shadow: inset 0px 0px 10px #ddf0ff;

        /* Placeholder, tabs & others */
    --tap-placeholder: #a6bbcf;
    --tap-tab-color: #0c2145;
    --tap-xpays: #000;
    --tap-sup-grey-fade-1: #eaf4f8;
    --tap-sup-grey-fade-2: #dfe6eb;
    --tap-sup-grey-fade-3: #ebeff5;
    --tap-body-text: #000319;
    --tap-bg: #ffffff;
    --x-pay-bg: #000;

    /* ---------- TYPOGRAPHY ---------- */
    --tap-light: 200;
    --tap-regular: 300;
    --tap-medium: 400;
    --tap-semibold: 500;
    --tap-bold: 600;
    --tap-extrabold: 700;

    /* from bookings html - confert to default!  */
            --day-pill-bg: var(--tap-bg-accent);
        --day-pill-color: var(--tap-body-text);
        --day-pill-active-bg: var(--tap-blue);
        --day-pill-active-color: #fff;
        --card-bg: var(--tap-bg);
        --block-bg: var(--tap-bg-accent);
        --input-bg: var(--tap-bg);
        --input-border: var(--tap-grey);
        --text-color: var(--tap-body-text);
        --empty-state-bg: var(--tap-bg-accent);
        --separator-color: var(--tap-grey);
        --stepper-inactive: var(--tap-grey);
        --stepper-inactive-text: var(--tap-placeholder);
}

[data-theme="dark"] {
    /* ---------- FADES ---------- */
    --tap-bg-accent: #0c2145;
    --tap-blue-fade: #0041ff45;
    --tap-sup-blue-fade: #02b4fc4d;
    --tap-green-fade: #00ffb247;
    --tap-red-fade: #ff004e4d;
    --tap-orange-fade: #f1811c4d;
    --tap-bg-fade: #ffffff70;
    --tap-sup-grey-fade-1: #91939340;
    --tap-sup-grey-fade-2: #adadad26;
    --tap-sup-grey-fade-3: #4c4b4b30;
    --tap-placeholder: #c3ccd5;
    --tap-tab-color: #ffffff;
    --tap-xpays: #fff;
    /* ---------- GRADIENTS & EFFECTS ---------- */
    --tap-gradibutts-before-background: linear-gradient(145deg, #000319, #20536f);
    --tap-gradibutts-before-box-shadow: 0px 0px 12px #07182d;
    --tap-inputfield-focus-box-shadow: inset 0px 0px 8px #07182d;
    --tap-img-blur: blur(40px);
    --tap-body-text: #ffffff;
    --tap-bg: #000319;
    --x-pay-bg: #ffffff;

        /* from bookings html - confert to default!  */
           --day-pill-bg: var(--tap-bg-accent);
        --day-pill-color: var(--tap-placeholder);
        --day-pill-active-bg: var(--tap-blue);
        --card-bg: var(--tap-bg);
        --block-bg: var(--tap-bg-accent);
        --input-bg: var(--tap-bg);
        --input-border: var(--tap-grey);
        --text-color: var(--tap-body-text);
        --empty-state-bg: var(--tap-bg-accent);
        --separator-color: var(--tap-grey);
        --stepper-inactive: var(--tap-grey);
        --stepper-inactive-text: var(--tap-placeholder);
}

body {
    font-family: 'Inter', sans-serif !important;
    background: var(--tap-bg);
}

/* Chrome, Safari, Edge */
::-webkit-scrollbar {
  display: none;
}
.device-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
/* Firefox */
* {
  scrollbar-width: none;
}

/* IE and old Edge */
* {
  -ms-overflow-style: none;
}

#walletChartWeeklyPoints circle, #walletChartTodayPoints circle, #walletTransChartWeeklyPoints circle, #walletTransChartTodayPoints circle,
#vaultTransChartWeeklyPoints circle, #vaultTransChartTodayPoints circle, #vaultChartTodayPoints circle, #vaultChartWeeklyPoints circle {
    r: 1.5 !important;
    fill-opacity: 0 !important;
}

#vaultTransChartWeeklyPoints circle, #walletTransChartWeeklyPoints circle {
    fill: #c933ff !important; /* purple */
}

#vaultTransChartTodayPoints circle, #walletTransChartTodayPoints circle {
    fill: #14c47a !important; /* green */
}

#vaultChartTodayPoints circle, #walletChartTodayPoints circle {
    fill: #ff3399 !important; /* pink */
}

#vaultChartWeeklyPoints circle, #walletChartWeeklyPoints circle {
    fill: #00c6ff !important; /* light blue */
}

.new-wallet-wrapper {
    overflow-y: auto;
    height: 117dvh; /* allows scroll overflow on ios menus - testing working */
}

.shadow {
    box-shadow: none !important;
}

/*Container common css*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

/*Error Msg*/
.error-msg-hide {
    display: none;
}
/*Link*/

.primary-link {
    color: var(--tap-blue);
    font-weight: 500 !important;
    text-decoration: none;
    font-size: 1.05rem;
}
.pay-coverfees {
    font-weight: 400 !important;   
}

/*Grid*/
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.flex-inherit {
    flex-direction: inherit !important;
}
/*Tappy Common button*/
.button {
    padding: 12px 16px;
    border-radius: 18px;
    border: none;
    font-size: 13px;
    font-weight: var(--tap-semibold);
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
    font-weight: var(--tap-bold);
    width: 100%;
    letter-spacing: 0.3px;
}


.button-primary {
    background-color: var(--tap-blue) !important;
    color: #ffffff !important;
    padding: 12px 10px 10px 10px;
    background: var(--tap-blue);
    box-shadow: inset 3px 3px 6px #4779ff, inset -3px -3px 6px #0091dc;
}

    .button-primary:hover {
        background: var(--tap-blue-hover);
        box-shadow: var(--btn-shadow-hover);
        color: #fff;
    }

    .button-primary:active {
        box-shadow: var(--btn-shadow-pressed);
    }

.button-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--tap-bold);
    color: #fff;
    cursor: pointer;
    padding: 12px 24px 8px;
    text-align: center;
    border-radius: 15px;
    border: none;
    transition: background 0.1s, color 0.1s;
    height: 45px;
    letter-spacing: 0.3px;
    font-size: 1rem;
    background: var( --tap-red-gradient);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    outline: none;
    gap: 8px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px) scale(0.96);
    animation: appleFadeUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

    .button-danger:hover {
        opacity: 0.9 !important;
        color: var(--tap-bg) !important;
    }

    .button-danger:active {
        transform: scale(0.97);
        opacity: 0.85 !important;
    }

    .button-danger:focus, .button-danger:focus-visible {
        outline: none;
        box-shadow: 0 0 0 .25rem var(--btn-danger-focus-shadow)
    }



.button-secondary {
    background: var(--btn-secondary-bg);
    color: var(--btn-secondary-text);
    box-shadow: var(--btn-shadow-elevated);
}

    .button-secondary:hover {
        background: var(--btn-secondary-bg-hover);
        box-shadow: var(--btn-shadow-hover);
    }

    .button-secondary:active {
        box-shadow: var(--btn-shadow-pressed);
    }

/*Tappy common Input */
.form-group {
    position: relative;
}

.common-form {
    height: 52px;
}

/* Input Field */
.common-input {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border-radius: 18px;
    border: none !important;
    background: var(--tap-bg);
    color: var(--tap-body-text);
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
}

    /* Hover */
    .common-input:hover {
        transform: translateY(-1px);
        border: none;
        outline: none;
    }

    /* Focus */
    .common-input:focus {
        box-shadow: var(--tap-inputfield-focus-box-shadow);
        border: none !important;
        outline: none;
    }

.edit-input {
    padding: 0 0.6rem;
    border-radius: 18px;
    border: none !important;
    background: var(--tap-bg);
    color: var(--tap-body-text);
    font-size: 0.65rem;
    font-weight: var(--tap-semibold);
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    letter-spacing: 0.2px;
    height: 25px;
}
/* Floating Label */
.input-label {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--input-label);
    pointer-events: none;
    transition: all 0.2s ease;
    background: var(--tap-bg);
    padding: 0 6px;
}

/* Float Up */
.common-input:focus ~ .input-label,
.common-input:not(:placeholder-shown) ~ .input-label {
    top: 6px;
    font-size: 11px;
    color: var(--tap-body-text);
}

/*Tappy common Select*/
/* SELECT styled same as input */
.common-select {
    width: -webkit-fill-available;
    height: 45px;
    padding: 0 10px;
    border-radius: 15px;
    border: none !important;
    background: var(--tap-bg);
    color: var(--tap-body-text);
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
}

    /* Hover */
    .common-select:hover {
        transform: translateY(-1px);
        border: none;
        outline: none;
    }

    /* Focus */
    .common-select:focus {
        box-shadow: var(--tap-inputfield-focus-box-shadow);
        border: none !important;
        outline: none;
    }

        /* Floating trigger for select */
        .common-select:focus ~ .input-label,
        .common-select:valid ~ .input-label {
            top: 6px;
            font-size: 11px;
            color: var(--tap-body-text);
        }

.cust-select-wrapper {
    position: relative;
    display: inline-block;
}

.cust-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}

/* Font Awesome arrow */
.cust-select-wrapper::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid icon */
    position: absolute;
    right: 10px;
    bottom: 0px;
    transform: translateY(-50%) rotate(0deg);
    font-size: 14px;
    pointer-events: none;
    transition: transform 0.3s ease;
    color: var(--tap-blue);
}

.vault-add-bank-sub .cust-select-wrapper::after {
    bottom: 0px;
}

/* Rotate arrow when select is focused/open */
.select-wrapper select:focus + .select-wrapper::after {
    transform: translateY(-50%) rotate(180deg);
}

.gap-1 {
    gap: 1rem !important;
}

    .stepper-wrapper {
        margin-top: 0px;
        margin-bottom: 1rem;
        border-bottom: 1px solid var(--separator-color);
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        gap: 1rem;
    }
    .stepper-wrapper::-webkit-scrollbar {
        display: none;
    }
        iframe#iframePreviewWallet::-webkit-scrollbar {
        display: none;
    }
   
    .stepper-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

/* Custom arrow */
.select-wrapper {
    position: relative;
}

.select-label {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 14px;
    color: #b1bfd5;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--tap-body-text);
    border-bottom: 2px solid var(--tap-body-text);
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

/* Common Button Classes */
.btn-p-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 14px;
    font-weight: var(--tap-bold);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    gap: 8px;
    white-space: nowrap;
}

    .btn-p-pill:active {
        transform: scale(0.96);
    }

.btn-p-blue {
    background: var(--btn-blue-bg);
    color: var(--btn-blue-text);
}

    .btn-p-blue:hover {
        background: var(--btn-blue-hover);
    }

.btn-p-green {
    background: var(--tap-green-fade);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
}

    .btn-p-green:hover {
        background: var(--tap-green);
    }

    .btn-p-green:focus {
        outline: none;
        box-shadow: 0 0 0 0.25rem rgba(34, 197, 94, 0.4);
    }

.btn-p-h-52 {
    height: 52px;
    padding: 0 1.5rem;
    font-size: 1rem;
}

.btn-p-h-40 {
    height: 40px;
    padding: 0 1rem;
    font-size: 0.9rem;
    border-radius: 1.25rem;
}

.payments_content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.totals_content {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
}
.toast {
    background-color: var(--tap-bg) !important;
    background: linear-gradient(28deg, #0078ff, #0097ff, #00a5ff, #00cdff, #0bf974) !important;
}

#copyToast .toast-body, #copyToast.toast-body {
    background-color: var(--tap-bg) !important;
    color: var(--tap-body-text) !important;
    border: 0px solid var(--tap-blue) !important;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 25px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: var(--tap-gradibutts-before-box-shadow) !important;
    background: linear-gradient(28deg, #0078ff, #0097ff, #00a5ff, #00cdff, #0bf974);
    min-width: 250px;
    border-radius: 18px !important;
}

.trade-tip-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--tap-bold) !important;
    color: var(--tap-blue) !important;
    border: 0px solid rgb(247, 251, 255) !important;
    padding: 9px 18px 8px;
    text-align: center;
    border-radius: 18px;
    transition: background 0.1s, color 0.1s;
    height: 50px;
    letter-spacing: 0.3px;
    font-size: 20px;
    background: var(--tap-gradibutts-before-background);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    outline: none;
    gap: 8px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px) scale(0.96);
    animation: appleFadeUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    margin: 0.5rem 0;
}

.tp-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--tap-bold) !important;
    color: var(--tap-blue) !important;
    border: 0px solid rgb(247, 251, 255) !important;
    cursor: pointer;
    padding: 12px 24px 8px;
    text-align: center;
    border-radius: 18px;
    height: 45px;
    letter-spacing: 0.3px;
    font-size: 1rem;
    background: var(--tap-gradibutts-before-background);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    outline: none;
    gap: 8px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px) scale(0.96);
    animation: appleFadeUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.1s, color 0.1s, opacity 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    will-change: transform;
    line-height: 1;
}

.tp-btn-primary:active, .day-selector .tp-btn-primary.active, .trade-tip-button.active {
    background-color: var(--tap-blue) !important;
    color: #ffffff !important;
    box-shadow: var(--tap-gradibutts-before-box-shadow) !important;
    background: linear-gradient(28deg, #0078ff, #0097ff, #00a5ff, #00cdff, #0bf974) !important;
    transform: translateY(2px) scale(0.97);
    box-shadow: inset 3px 3px 6px #4779ff, inset -3px -3px 6px #0091dc,
                var(--tap-gradibutts-before-box-shadow) !important;
}

    .day-selector .tp-btn-primary.active {
        padding: 10px 18px;
    }   

.tp-btn-primary:hover, .trade-tip-button.hover {
    color: #ffffff !important;
    box-shadow: var(--tap-gradibutts-before-box-shadow) !important;
    background: linear-gradient(28deg, #0078ff, #0097ff, #00a5ff, #00cdff, #0bf974) !important;
    transform: translateY(-1px) scale(1.01);
    box-shadow: var(--btn-shadow-hover);
}

@keyframes appleFadeUp {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.96);
    }

    60% {
        opacity: 1;
        transform: translateY(-2px) scale(1.01);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.tp-btn-primary:hover {
    opacity: 0.9;
}

.tp-btn-primary:active {
    transform: scale(0.96);
}

.tp-btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}

.tp-btn-primary:hover:not(:disabled) {
    opacity: 1;
}

.tp-btn-primary.active {
    background: var(--tap-blue) !important;
    color: var(--tap-bg) !important;
    box-shadow: var(--btn-shadow-elevated);
}

    .tp-btn-primary.active:hover {
        background-color: #0052cc;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 105, 255, 0.35);
    }

.tp-btn-primary img {
    width: 2.3rem;
    height: 2.3rem;
}

.button-primary {
    background-color: var(--tap-blue) !important;
    color: #ffffff !important;
    padding: 12px 10px 10px 10px;
    background: var(--tap-blue);
    box-shadow: inset 3px 3px 6px #4779ff, inset -3px -3px 6px #0091dc;
}

    .button-primary:hover {
        background: var(--tap-blue-hover);
        box-shadow: var(--btn-shadow-hover);
        color: #fff;
    }

    .button-primary:active {
        box-shadow: var(--btn-shadow-pressed);
    }

.activation_button_container {
    padding: 0 4px;
}

.tp-btn-icon {
    flex-direction: column;
    gap: 0px;
}

    .tp-btn-icon .btn-icon {
        font-size: 1.2rem;
        display: inline-flex;
        align-items: center;
    }

.btn-p-success {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 1.5rem;
    font-weight: var(--tap-bold);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    gap: 8px;
    white-space: nowrap;
    background: var(--tap-green-fade);
    color: var(--btn-green-text);
    height: 52px;
    padding: 0 1.5rem;
    font-size: 1rem;
}

    .btn-p-success:hover {
        background: var(--btn-green-hover);
    }

    .btn-p-success:active {
        transform: scale(0.96);
    }

    tbody, td, tfoot, th, thead, tr {
        border-color: var(--tap-grey);
    }

.tp-input-pill {
    width: 100%;
    height: 45px;
    padding: 2px 1.25rem 0px;
    border-radius: 15px;
    border: none !important;
    background: var(--tap-bg);
    color: var(--tap-body-text);
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    letter-spacing: 0.2px;
}

    .tp-input-pill:focus {
        box-shadow: var(--tap-inputfield-focus-box-shadow);
        border-color: var(--tap-blue);
    }

    .tp-input-pill::placeholder {
        color: var(--tap-grey);
        font-weight: var(--tap-medium);
        opacity: 0.5;
    }

    .tp-input-pill.justify-end {
        text-align: right;
    }

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

/*Wallet Page Tab UI*/

@media (max-width: 991px) {
    .wallet_page_tabs_container.expanded-controls {
        position: fixed !important;
        bottom: 1rem !important;
        left: 0 !important;
        width: -webkit-fill-available !important;
        border-radius: 2rem;
        box-shadow: none !important;
        z-index: 1030 !important;
        margin:  1rem 2rem 0.2rem 2rem !important;
        padding: 0rem 1.5rem 0rem 1.5rem !important;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
        overflow: hidden;
        border: 1px solid #007bff1a;
    }

    .payment-page.page-wrapper {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100dvh !important;
    }
.left-panel-group {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem;
    }

    .wallet-tabs-nav {
        display: none !important;
    }

    /* Specific overrides for payment screen scrolling */
html, body {
    height: auto !important;
    overflow: visible !important;
    overflow-x: hidden !important;
}

.payment-page.page-wrapper {
    min-height: 100dvh !important;
    height: auto !important;
    overflow: visible !important;
    padding-top: 0 !important;
}

/* .payment-page .page-container {
    height: auto !important;
    min-height: calc(100dvh - 2rem) !important;
    overflow: visible !important;
    padding-bottom: 180px !important;
} */

    .payment-page.page-wrapper {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100dvh !important;
    }

    .payment-page .page-container {
        height: 100% !important;
        padding-bottom: 0 !important;
        min-height: fit-content !important;
    }

    /* Target direct children that might cause overflow */
    .payment-page .banner_container, 
    .payment-page .paycust_profile_info_wrapper {
        max-width: 100% !important;
    }

    /* Assign Order to match Beta: Notifications/Wallet at top, Cashboard at bottom */
    .desktop-tab-pane[data-tab="notification"] {
        order: 1 !important;
    }

    .desktop-tab-pane[data-tab="permission"] {
        order: 2 !important;
    }

    .desktop-tab-pane[data-tab="booking"] {
        order: 3 !important;
    }

    .desktop-tab-pane[data-tab="tools"] {
        order: 4 !important;
    }

    .desktop-tab-pane[data-tab="wallet"] {
        order: 5 !important;
    }

    .desktop-tab-pane[data-tab="cashboard"] {
        order: 6 !important;
    }

    /* Move to bottom */

    .cashboard-grid,
    .stats-col,
    .actions-col,
    .tools-grid,
    .tools-col {
        display: contents !important;
    }

    .tools-grid {
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
    }



    .desktop-tab-pane {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Ensure Quick Actions section has proper legacy spacing on mobile */
    #sharePaymentSection {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }

    /* Robust Centering for Profile Preview Popup - ONLY when shown to avoid blocking clicks */
    #profilePreviewModal.modal.show {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding-left: 0 !important;
    }

    #profilePreviewModal.modal.show .modal-dialog {
        margin: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 420px !important;
        height: auto !important;
        pointer-events: auto;
    }

    #profilePreviewModal.modal.show .modal-content {
        margin: 0 !important;
        width: 100%;
        max-height: 90vh; /* Prevent modal from being too tall on small screens */
    }

    .liquidGlass-effect {
        position: absolute;
        z-index: 0;
        inset: 0;
        backdrop-filter: blur(3px);
        filter: url(#glass-distortion);
        overflow: hidden;
        isolation: isolate;
        border-radius: 1.7rem !important;
    }

    .wallet_page_tabs_container.expanded-controls .wallet_page_tabs_flex {
        background: transparent !important;
        backdrop-filter: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding-bottom: 10px !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        animation: iosFlyInBounceBottom 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .wallet_page_tabs_flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        background: transparent;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px) !important;
        border-radius: 20px;
        animation: iosFlyInBounceBottom 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    @keyframes iosFlyInBounceBottom {
        0% {
            opacity: 0;
            transform: translateY(80px) scale(2);
        }
        50% {
            opacity: 1;
            transform: translateY(-2px) scale(0.98);
        }
        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .tabs_icons {
        position: relative;
        width: 30px;
        height: auto;
        margin-bottom: 0.1rem;
        display: inline-block;
        margin-right: 0;
    }

    .tabs_text {
        transition: color 0.2s ease;
        font-size: 9px;
        margin: 0px 0 0;
        font-weight: 400;
        letter-spacing: 0.2px;
        color: var(--tap-tab-color);
        font-weight: 500;
    }

    .tab-link.active .tabs_text {
        color: var(--tap-blue);
        animation: bounceGrow 0.2s ease-out;
        transform-origin: center;
    }



















}

@media (min-width: 768px) {
    .wallet_page_tabs_flex {
        transition: all 0.2s ease;
        justify-content: flex-start;
        gap: 2rem;
        width: 70px;
        padding: 15px;
        flex-direction: column;
        border-top-right-radius: 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 20px;
    }
}

/* Mobile scaling: bump rem base for better readability */
@media (max-width: 600px) {
    .tab-content.record-tab {
        max-width: 100%;
    }
}

/* Container: Center on desktop, full-width on mobile */
.tab-content.record-tab, .tab-content .vault-tab {
    width: 100%;
    min-height: fit-content;
    position: relative;
    max-width: 420px;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 16px;
    overflow-x: hidden;
    box-sizing: border-box;
}

#wallet-tab, #messages-tab, #vault-tab, #bookings-tab, #records-tab {
    padding: env(safe-area-inset-top) 1rem 0rem 1rem;
}

.wallet_page_tabs_container.expanded-controls .records-search-container {
    border-radius: 20px !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: #3ba8e826;
    transform: translateY(-80px) scale(2);
    animation: iosFlyInBounceTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    box-shadow: none !important;
    padding: 5px 15px 3px;
}

.records-search-icon {
    width: 25px;
    height: 25px;
    color: var(--tap-body-text);
    opacity: 0.5;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

/*#alert-chat-root-responsive {
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    background-color: #d1d7db;
    overflow: hidden;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    box-shadow: 0px -3px 11px rgb(177 217 254 / 38%);
}*/

@media (min-width: 601px) {
    .bottom-nav-section .bottom-nav {
        max-width: 400px;
    }
}

.card-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.top-dashboard-section .card-details .card-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.top-dashboard-section .stat-card {
    flex: 1;
    background: var(--tap-bg);
    border-radius: 25px;
    padding: 1rem;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    position: relative;
    min-height: fit-content;
}

.top-dashboard-section .stat-label {
    font-size: 0.9rem;
    font-weight: var(--tap-extrabold);
    color: var(--tap-body-text);
}

.top-dashboard-section .stat-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

    .top-dashboard-section .stat-columns .column-detail {
        border-right: 1px solid var(--tap-grey);
        padding-right: 8px;
        flex-direction: column;
        display: flex;
    }

        .top-dashboard-section .stat-columns .column-detail:last-child {
            border-right: none;
            padding-right: 0;
        }

        .stat-col-label-purple {
    color: #c933ff !important;
    font-size: 0.9rem;
    font-weight: var(--tap-bold);
}

.stat-col-label-pink {
    color: #ff05a8 !important;
    font-size: 0.9rem;
    font-weight: var(--tap-bold);
}

.name_taps {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    justify-content: flex-start;
}

.top-dashboard-section .stat-col-label-green {
    color: var(--tap-green);
    font-size: 0.8rem;
    font-weight: var(--tap-bold);
}

.top-dashboard-section .stat-col-label-blue {
    color: var(--tap-blue);
    font-size: 13px;
    font-weight: var(--tap-bold);
}

.top-dashboard-section .stat-col-val {
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
    letter-spacing: -0.2px;
}

.top-dashboard-section .stat-col-pct {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tap-green-fade);
    color: var(--tap-green);
    font-weight: var(--tap-bold);
    gap: 2px;
    max-width: min-content;
    border-radius: 2rem;
    padding: 5px 10px;
    font-size: 0.8rem;
    min-width: 65px;
}

.top-dashboard-section .stat-col-note {
    font-size: 0.6rem;
    color: var(--tap-grey);
    font-weight: var(--tap-semibold);
    line-height: 1.25;
    letter-spacing: -0.1px;
}

    .top-dashboard-section .stat-col-note strong {
        color: var(--tap-body-text);
        font-weight: var(--tap-bold);
        display: block;
    }

.top-dashboard-section .stat-icon-lg {
    margin-top: -3rem;
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 5;
    right: 0;
}

.top-dashboard-section .stat-icon-xl {
    top: -2rem;
    right: -0.7rem;
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 5;
}

.top-dashboard-section .stat-icon-fire {
    top: -2rem;
    right: -2rem;
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 5;
}

.top-dashboard-section .stat-title-center {
    position: absolute;
    bottom: 0.3rem;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 0.9rem;
    font-weight: var(--tap-extrabold);
    color: var(--tap-body-text);
}

.top-dashboard-section .totals-me-row {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.stats-icons-cont {
    height: 30px;
    width: 30px;
}

.stats-icons {
    height: 100%;
    width: 100%;
}

.top-dashboard-section .totals-dev-number, .top-dashboard-section .totals-me-number, .top-dashboard-section .totals-embed-number, .top-dashboard-section .totals-bookings-number {
    font-size: 1rem;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
}

.top-dashboard-section .totals-me-sub {
    font-size: 0.4rem;
    color: var(--tap-body-text);
    font-weight: var(--tap-bold);
    padding-left: 0.3rem;
}

.top-dashboard-section .totals-period {
    margin-bottom: 0rem;
    font-size: 1rem;
    font-weight: var(--tap-bold);
    color: var(--tap-blue);
    text-align: left;
}

.top-dashboard-section .totals-stats-row {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.top-dashboard-section .totals-stat-col {
    text-align: left;
}

.top-dashboard-section .totals-stat-val {
    font-size: 1rem;
    color: var(--tap-blue);
    font-weight: var(--tap-bold);
}

.top-dashboard-section .totals-stat-label {
    font-size: 0.8rem;
    color: var(--tap-body-text);
    font-weight: var(--tap-bold);
}

.manage-title-group {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.top-dashboard-section .pay-date {
    font-size: 1rem;
    color: var(--tap-body-text);
    font-weight: var(--tap-bold);
}

.top-dashboard-section .pay-latest-label {
    font-size: 0.8rem;
    color: var(--tap-body-text);
    font-weight: var(--tap-bold);
}

.top-dashboard-section .pay-amount {
    font-size: 1.2rem;
    color: var(--tap-blue);
    font-weight: var(--tap-bold);
    line-height: 1;
    width: 75%;
    text-align: left;
     width: -webkit-fill-available;
}

.top-dashboard-section .pay-amount .vault-val-lg {
    font-size: 1.2rem;
    text-align: right;
}

.top-dashboard-section .vault-db .pay-amount {
    font-size: 1.2rem;
    color: var(--tap-blue);
    font-weight: var(--tap-bold);
    line-height: 1;
    width: 75%;
    text-align: right;
}

.top-dashboard-section .pay-prev-label {
    font-size: 0.8rem;
    color: var(--tap-body-text);
    font-weight: var(--tap-bold);
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
}

.top-dashboard-section .pay-prev-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
}

    .top-dashboard-section .pay-prev-list span {
        font-weight: var(--tap-bold);
        color: var(--tap-blue);
        font-size: 11px;
    }


/* Wallet Profile Section */
.wallet-main-view {
    /* height: 100svh; leave this off for full screen in wallets*/
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 0rem;
    /* padding: 0rem 0rem 13rem 0rem !important; */
}

.pages_dots_cont {
    margin: 0rem auto 0.8rem;
}

.tab-link {
    position: relative;
}

    .tab-link .nav-badge {
        position: absolute;
        top: -2px;
        right: -16px;
        background: var(--tap-red);
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        border-radius: 25px;
        width: fit-content;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2222323999;
        padding: 1.5px 5px 0 5px;
        min-width: 18px;
        min-height: 18px;
    }

.wallet-profile-section .wallet-main-wrapper {
    display: flex;
    justify-content: center;
}

.wallet-profile-section {
    width: 100%;
    padding: 1rem;
    font-family: 'Inter', sans-serif;
}

    .wallet-profile-section #walletAccordionBody {
        margin-top: 1.5625rem;
    }

    .wallet-profile-section .w-logout {
        font-size: 1rem;
        font-weight: var(--tap-bold);
        color: var(--tap-red);
    }

    .wallet-profile-section .menu-right i {
        color: var(--tap-blue);
        font-size: 0.9375rem;
        font-weight: var(--tap-bold);
    }

    .wallet-profile-section .w-profile {
        display: flex;
        align-items: stretch;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .wallet-profile-section .w-pro-pic-wrapper {
        position: relative;
        flex-shrink: 0;
        width: 6.25rem;
        height: 6.25rem;
    }

        .wallet-profile-section .w-pro-pic-wrapper .main-pic {
            width: 100%;
            height: 100%;
            border-radius: 1.5rem;
            object-fit: cover;
        }

    .wallet-profile-section .w-pic-badge {
        position: absolute;
        bottom: -10px;
        left: -0.5rem;
        width: 2.5rem;
        height: 2.5rem;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }

        .wallet-profile-section .w-pic-badge img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .wallet-profile-section .w-pro-info-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0.25rem 0;
        width: 250px;
    }

    .wallet-profile-section .w-pro-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

.w-pro-top .tp-btn-primary {
    z-index: 3;
}

.wallet-profile-section .w-info-label-blue {
    color: var(--tap-blue);
    font-size: 1.0625rem;
    font-weight: var(--tap-bold);
    line-height: 1.2;
}

.wallet-profile-section .w-info-val {
    color: var(--tap-body-text);
    font-size: 0.8125rem;
    font-weight: var(--tap-bold);
    margin-top: 0.1875rem;
}


.wallet-profile-section .w-pro-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}

.wallet-profile-section .w-info-label-dark {
    color: var(--tap-body-text);
    font-size: 0.9375rem;
    font-weight: var(--tap-bold);
    line-height: 1.2;
}

.wallet-profile-section .w-sun-icon {
    width: 2.375rem;
    height: 2.375rem;
}

.wallet-profile-section .w-gallery {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.wallet-profile-section .w-gal-lg {
    flex: 1.8;
    height: 9.6875rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
}

    .wallet-profile-section .w-gal-lg .bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wallet-profile-section .w-gal-lg::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2.5rem;
        background: linear-gradient(to top, var(--white-alpha-95) 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }


    .wallet-profile-section .w-gal-lg .gal-badge {
        position: absolute;
        top: 0.75rem;
        left: 0.75rem;
        width: 2.5rem;
        height: 2.5rem;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .wallet-profile-section .w-gal-lg .gal-badge img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }


.wallet-profile-section .w-gal-sm {
    flex: 1;
    height: -webkit-fill-available;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    background: transparent;
    outline: none;
    border: none !important;
}

    .wallet-profile-section .w-gal-sm .bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wallet-profile-section .w-gal-sm::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3.125rem;
    }

.wallet-profile-section .w-map-pin {
    position: absolute;
    bottom: 0.3125rem;
    right: 0.3125rem;
    width: 2.8125rem;
    height: 3.4375rem;
    z-index: 10;
    filter: drop-shadow(0 0.25rem 0.375rem rgba(0, 0, 0, 0.25));
}

.wallet-profile-section .w-contact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem 0.6rem;
}

.wallet-profile-section .w-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
}

    .wallet-profile-section .w-contact-item.reverse {
        justify-content: space-between;
    }

.wallet-profile-section .w-c-icon {
    width: 2.375rem;
    height: 2.375rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wallet-profile-section .w-c-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.wallet-profile-section .w-c-title {
    font-size: 1rem;
    font-weight: var(--tap-bold);
    line-height: 1.2;
}

    .wallet-profile-section .w-c-title.blue {
        color: var(--tap-blue);
    }

    .wallet-profile-section .w-c-title.dark {
        color: var(--tap-body-text);
    }

.wallet-profile-section .w-c-sub {
    color: var(--tap-body-text);
    font-size: 0.8125rem;
    font-weight: var(--tap-medium);
    margin-top: 0.3125rem;
    word-break: break-word;
    line-height: 1.1;
}

.wallet-profile-section .editable-val {
    cursor: pointer;
}

    .wallet-profile-section .editable-val:hover span {
        text-decoration: underline;
        color: var(--tap-blue);
    }

.wallet-profile-section .w-toggle {
    width: 3.125rem;
    height: 1.875rem;
    background: var(--tap-blue);
    border-radius: 1.25rem;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

    .wallet-profile-section .w-toggle::after {
        content: '';
        position: absolute;
        right: 0.1875rem;
        top: 0.1875rem;
        width: 1.5rem;
        height: 1.5rem;
        background: var(--tap-bg);
        border-radius: 50%;
        transition: 0.3s;
        box-shadow: -0.125rem 0 0.375rem rgba(0, 0, 0, 0.15);
    }

.wallet-profile-section .w-home-icon-group {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
}

    .wallet-profile-section .w-home-icon-group .w-badge {
        position: absolute;
        bottom: -0.3125rem;
        right: -0.5rem;
        background: var(--tap-bg);
        border-radius: 50%;
        box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.15);
        width: 1.25rem;
        height: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0.125rem solid var(--tap-bg);
    }

/* Menu List Section */
.menu-list-section {
    padding-top: 15px;
    height: auto !important;
    min-height: auto !important;
}

.menu-list-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding-bottom: 0px;
    gap: 1rem;
}

.valut-section {
    padding-bottom: 0;
}

.menu-list-section .menu-item {
border-radius: 1.5rem 1.5rem 0 0 !important;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: var(--tap-semibold);
    color: var(--tap-blue);
    font-size: 15px;
    letter-spacing: 0.2px;
    transition: color 0.25s ease;
}

    .menu-list-section .menu-item.embed-toggle {
        justify-content: space-between;
        align-items: center;
    }

        .menu-list-section .menu-item.embed-toggle .menu-left {
            display: flex;
            flex-direction: column;
        }

        .menu-list-section .menu-item.embed-toggle .embed-title {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }


.menu-list-section .menu-item .menu-left {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

.menu-list-section .menu-item .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .menu-list-section .menu-item .menu-header .w-logout {
        font-size: 1rem;
        font-weight: var(--tap-bold);
        color: var(--tap-red);
    }

.menu-list-section .menu-item .menu-right {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.menu-list-section .menu-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.menu-list-section .menu-item i {
    font-size: 1.2rem;
}

.menu-list-section .menu-item .menu-left .w-title {
    font-size: 1.3125rem;
    font-weight: var(--tap-bold);
    color: var(--tap-blue);
    letter-spacing: -0.0187rem;
}

/* Common Utilities */
svg {
    pointer-events: none;
}

.icon-contain {
    object-fit: contain;
}

.chevron-toggle {
    transition: transform 0.3s ease;
    padding: 0;
    cursor: pointer;
    color: var(--tap-blue);
    transform: rotate(-90deg);
}

    .chevron-toggle:not(.collapsed) {
        transform: rotate(0deg);
        color: var(--tap-grey);
    }

    .menu-item:has(.chevron-toggle:not(.collapsed)) {
        color: var(--tap-body-text);
    }

.w-h-icon {
    width: 2.375rem;
    height: 2.375rem;
    object-fit: contain;
}

.home-phone-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.375rem;
}

/* Notification Toggles */
/* Common Accordion Content Classes */

.acc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .acc-item:last-child {
        margin-bottom: 0;
    }

.tools-stats-col .acc-item {
    margin-bottom: 0;       
}

#toolsContent .tools-grid {
    display: flex !important;
    flex-direction: column;
    gap: 1.5rem;
}

.acc-left-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.acc-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.acc-info {
    flex: 1;
}

.acc-sub {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--tap-grey);
    line-height: 1.3;
}

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

.acc-title.navy {
    color: var(--tap-body-text);
}

.acc-sub.light {
    color: var(--tap-grey);
}

/* Notification Toggles (Overrides) */
.notification-list {
    padding: 1rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    flex-shrink: 0;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 28px;
    background-color: #e0f4ff;
    border-radius: 30px;
    transition: background-color 0.4s;
    background: var(--tap-gradibutts-before-background);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    transition: .4s;
}

    .slider:before {
        content: "";
        position: absolute;
        height: 24px;
        width: 24px;
        left: 2px;
        bottom: 2px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0;
        transform: scale(0) translateX(0);
        transform-origin: center center;
        animation: growBounceSafe 0.6s ease-out forwards;
        animation-delay: 0.35s;
        transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.5s;
    }

input:checked + .slider {
    /*background-color: var(--tap-blue);
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.2);*/
    background: linear-gradient(91deg, #007bff, #94d9ff);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
}

    input:checked + .slider:before {
        /*transform: translateX(22px);*/
        left: auto;
        right: 2px;
        transform: scale(1) translateX(0);
        opacity: 1;
    }

/* Plumbing Logo Shield Styles */
.plumbing-logo-shield {
    width: 50px;
    height: 50px;
    background: white;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tap-blue);
    font-size: 1.5rem;
    margin-bottom: 8px;
    border: 2px solid white;
}

.inner-tab-btn {
    background: none;
    border: none;
    padding: 0.75rem 0 0.75rem 0.75rem;
    color: var(--tap-body-text);
    font-weight: 500;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.inner-tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.inner-tab-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Bookings Section Styles (Overrides) */
.bookings-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bookings-wrapper .acc-item {
    margin-bottom: 18px;
}

.booking-left-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    margin-top: 2px;
}

.settings-card {
    background: var(--tap-bg);
    border-radius: 1.75rem;
    margin: 1rem 0 1rem 0;
    overflow: hidden;
    border: 1px solid var(--border-blue-tint);
}

.settings-header {
    background: var(--blue-tint);
    padding: 0.8rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .settings-header.collapsed {
        border-bottom: none;
    }

.settings-title {
    font-size: 0.95rem;
    font-weight: var(--tap-bold);
    color: var(--tap-blue);
}

.settings-body {
    background: var(--tap-bg);
    padding: 0 1.2rem;
}

.settings-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--border-blue-tint);
}

    .settings-item:last-child {
        border-bottom: none;
    }

.settings-item-label {
    font-size: 0.85rem;
    font-weight: var(--tap-medium);
    color: var(--tap-body-text);
    opacity: 0.8;
}

.settings-item-value {
    font-size: 0.85rem;
    font-weight: var(--tap-semibold);
    color: var(--tap-body-text);
}

.booking-nav-item {
    background: var(--tap-bg);
    border-radius: 1.75rem;
    padding: 0.8rem 1.2rem;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-nav);
    text-decoration: none;
    border: 1px solid var(--bg-body);
    cursor: pointer;
}

.booking-nav-text {
    font-size: 0.95rem;
    font-weight: var(--tap-bold);
    color: var(--tap-blue);
}

.booking-nav-item i {
    color: var(--tap-blue);
    font-size: 0.95rem;
}

/* Helper Classes for Booking Sections */
.embed-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.settings-chevron {
    color: var(--tap-blue);
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.settings-header.collapsed .settings-chevron {
    transform: rotate(-90deg);
}

.settings-header .settings-chevron {
    transform: rotate(0deg);
}

.nav-content-card {
    margin: 0 0 15px !important;
}

.center-msg {
    justify-content: center;
    color: var(--tap-body-text);
    font-size: 0.75rem;
}

/* Common Accordion List Styles */
.acc-list {
    /*background: var(--tap-bg);*/
    padding: 1rem;
    max-height: 580px;
    overflow-y: scroll;
}

.acc-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

    .acc-header img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

.acc-header-title {
    font-size: 1.15rem;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.acc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .acc-item:last-child {
        margin-bottom: 0;
    }

.acc-info {
    flex: 1;
}

.acc-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--tap-body-text);
    margin-bottom: 2px;
}



.acc-left-with-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.acc-icon-box {
    width: 40px;
    height: 40px;
    background: var(--ash-gray-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .acc-icon-box img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }


/* Embed Preview Styles */
.embed-preview-section {
    text-align: center;
    margin-top: 15px;
    padding: 20px 0;
}

.preview-instruction {
    font-size: 0.9rem;
    font-weight: var(--tap-semibold);
    color: var(--tap-grey);
    margin-bottom: 20px;
}

.embed-card-container {
    background: var(--tap-bg);
    border-radius: 2rem;
    padding: 20px;
    box-shadow: var(--shadow-soft);
    display: inline-block;
    margin: 10px;
}

.plumbing-card {
    display: flex;
    height: 120px;
    border-radius: 1.25rem;
    overflow: hidden;
    background: var(--pure-black);
}

.plumbing-logo-box {
    background: var(--tap-blue);
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: white;
    flex-direction: column;
    gap: 5px;
}

    .plumbing-logo-box .logo-icon {
        font-size: 2.5rem;
    }

    .plumbing-logo-box .logo-text {
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }

.plumbing-images {
    display: flex;
    width: 65%;
}

    .plumbing-images img {
        width: 33.33%;
        height: 100%;
        object-fit: cover;
        border-left: 1px solid var(--white-alpha-20);
    }

.copy-link-text {
    font-size: 0.85rem;
    font-weight: var(--tap-semibold);
    color: var(--tap-grey);
    margin-top: 25px;
}

.tools-embed-title {
    color: var(--tap-blue);
}

.tools-embed-icon {
    width: 45px;
    height: 40px;
    object-fit: contain;
}



#menuStore .acc-list {
    margin-bottom: 15px;
}

.store-icon-black {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: grayscale(1) brightness(0.2);
}

/* Payment Stepper Styles */

.payment-step-card {
    display: none;
}

    .payment-step-card.active {
        display: block;
    }

.step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.step-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mi-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.step-header-left .title {
    color: var(--tap-blue);
    font-size: 1.2rem;
    font-weight: var(--tap-bold);
}

.step-header-right i {
    color: var(--tap-blue);
    font-size: 1.1rem;
}

.step-instruction {
    font-size: 0.95rem;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
    margin: 0px 0 -10px 10px;
}

.w-preview-btn {
    margin-top: -5px;
    padding: 0 0.75rem;
    font-size: 0.75rem;
    height: 34px;
}

.step-input-row.align-center {
    justify-content: center;
    min-height: 90px;
    position: relative;
}

.rc-img-placeholder {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border: 1px dashed #ccc;
    padding: 4px;
    border-radius: 23px;
}

.rc-skip-btn-abs {
    position: absolute;
    right: 0;
    bottom: 8px;
}

.step-goal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0px 0 -10px 0px;
}

    .step-goal-header .step-instruction {
        margin-bottom: 0;
    }

.display-amount-label {
    text-align: center;
    line-height: 1.1;
    margin-right: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: -15px;
}

.display-amount-text {
    font-size: 0.6rem;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
}

.step-input-wrapper.justify-end {
    justify-content: flex-end;
}

.step-amount-val.muted-placeholder {
    color: var(--tap-grey);
    opacity: 0.6;
    margin: 0;
}

.step-input-row {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.step-input-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .step-input-wrapper .tp-input-pill {
        width: 100%;
    }

.step-input-field {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-weight: var(--tap-semibold);
    color: var(--tap-body-text);
    font-size: 1rem;
}

    .step-input-field::placeholder {
        color: var(--tap-grey);
        font-weight: var(--tap-medium);
        opacity: 0.5;
    }

.step-amount-val {
    font-size: 1.1rem;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
    margin-left: 10px;
}

.blue-dot-toggle {
    width: 42px;
    height: 24px;
    background: var(--border-light);
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
}

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

    .blue-dot-toggle .dot {
        width: 18px;
        height: 18px;
        background: white;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 3px;
        transition: left 0.3s;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .blue-dot-toggle.active .dot {
        left: 21px;
    }


.step-actions-row {
    display: flex;
    gap: 8px;
    margin-top: 5px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    justify-content: space-between;
}

    .step-actions-row::-webkit-scrollbar {
        display: none;
    }

.step-action-btn i {
    font-size: 1.1rem;
}

.btn-whatsapp i {
    color: var(--whatsapp-green);
    font-family: FontAwesome !important;
}

.step-actions-row .step-action-btn {
    flex-direction: row;
    padding: 0 1rem;
    font-size: 0.8rem;
    flex-shrink: 0;
    height: 40px;
}



.stat-card.wide-balance-card {
    padding: 1rem 1rem 1rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;

}

.cash-out-row {
    border-radius: 2rem;
    padding: 0.9rem 1.25rem;
    margin: 0.8rem 0.3rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--tap-bg);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    border: 1.5px solid rgba(246, 250, 255, 0.4);
}

.cash-out-text {
    font-size: 1.05rem;
    font-weight: var(--tap-bold);
    color: var(--tap-blue);
}

.bank-icon {
    width: 2.6rem !important;
    height: 2.6rem !important;
    object-fit: contain;
    border-radius: 50% !important;
    border: 0px solid var(--border-light);
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.selected-bank {
    transition: all 0.2s ease;
    box-shadow: var(--tap-inputfield-focus-box-shadow);
}

/*.master-wallet-header {
    box-shadow: none;
    border-bottom: 2px solid var(--blue-tint-alt);
    border-radius: 0;
    background: transparent;
    padding: 0.5rem 0.5rem 1rem;
    margin-bottom: 0;
}*/
.mock-logo-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    background: var(--tap-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--tap-blue);
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0, 102, 255, 0.1);
}

.bottom-nav-section a {
    text-decoration: none;
}

/* Vault Page Stats */
.vault-stat-card {
    min-height: 10.5rem;
    padding-top: 1.2rem;
}

.vault-pay-date {
    font-size: 0.5rem;
}

.vault-latest-label {
    font-size: 0.55rem;
}

.vault-val-lg {
    color: var(--tap-blue);
    font-size: 1.35rem;
    margin-top: 0.3rem;
    text-align: right !important;
}

.vault-prev-label {
    margin-top: 0.4rem;
    font-size: 0.5rem;
}

.vault-sub-label-dark {
    color: var(--tap-body-text);
    opacity: 0.4;
}

.vault-val-md {
    font-size: 0.75rem;
    margin-top: 0.15rem;
    text-align: right !important;
}

.vault-icon-payouts {
    right: -0.4rem;
    top: -1.2rem;
    width: 3.5rem;
    height: 3.5rem;
}

.vault-stat-title {
    font-size: 0.7rem;
    bottom: 0.7rem;
}

/* Totals */
.vault-totals-me-label {
    font-size: 1rem;
}

.vault-totals-me-number {
    font-size: 1.35rem;
}

.vault-totals-me-sub {
    font-size: 0.45rem;
}

.vault-totals-period {
    margin-top: 0.8rem;
    font-size: 0.45rem;
}

.vault-totals-stat-val {
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.vault-totals-stat-label {
    font-size: 0.5rem;
    font-weight: var(--tap-medium);
}

.vault-icon-totals {
    top: -1.8rem;
    width: 3.8rem;
    height: 3.8rem;
    right: -0.3rem;
}

/* Payments */
.vault-prev-list-item {
    font-size: 0.45rem;
}

.vault-icon-payments {
    right: -0.6rem;
    top: -1.5rem;
    width: 4rem;
    height: 4rem;
}

.vault-prev-list-wrapper {
    margin-top: 0.2rem;
}

/* Balance Wide Card */
.vault-balance-layout {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.wallet-balance-left {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.vault-balance-left {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.vault-balance-bottom {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.vault-balance-right {
    padding-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: -webkit-fill-available;
}

.vault-balance-label {
    font-size: 0.65rem;
    padding-left: 0;
}

.vault-balance-columns {
    gap: 0.2rem;
}

.vault-col-detail-left {
    padding-left: 0;
    padding-right: 0.3rem;
}



.vault-col-label {
    font-size: 0.55rem;
}

.vault-col-note {
    margin-top: 8px;
    font-size: 0.35rem;
}

.vault-bal-row {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0rem;
    position: relative;
    z-index: 4;
    justify-content: space-between;
}

.vault-bal-row-item {
    width: -webkit-fill-available;
    justify-content: space-between;
    align-items: end;
    display: flex;
}

.vault-bal-label {
    font-size: 0.8rem;
    font-weight: var(--tap-bold);
    color: var(--tap-grey);
    margin-right: 0.2rem;
}

.vault-bal-val-muted {
    font-size: 1.2rem;
    font-weight: var(--tap-bold);
    color: var(--tap-grey);
    letter-spacing: -0.5px;
}

.vault-bal-val-green {
    font-size: 1.2rem;
    font-weight: var(--tap-bold);
    color: var(--tap-green);
    letter-spacing: -0.5px;
}

.vault-fire-icon {
    position: absolute;
    right: -0.2rem;
    top: -2.2rem;
    width: 3.2rem;
    height: 3.2rem;
    object-fit: contain;
    z-index: 5;
}

.vault-chart-wrapper {
    position: relative;
    bottom: 0;
    right: 0rem;
    left: 0px;
    height: 75px;
    width: 50%;
    border-radius: 12px;
    overflow: hidden;
    border-bottom-right-radius: 20px;
}

.vault-title-bottom-left {
    position: relative;
    bottom: unset;
    font-size: 0.9rem;
    font-weight: var(--tap-extrabold);
    color: var(--tap-body-text);
    letter-spacing: 0.4px;
    text-align: center;
    width: -webkit-fill-available;
    left: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.payouts_content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
/* Cash Out */
.vault-cash-out-icons {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-left: 0;
}

.vault-bank-icon-nedbank {
    padding: 2px;
}

.vault-bank-icon-std {
    padding: 3px;
}

.vault-bank-icon-fnb {
    background: var(--tap-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--tap-yellow);
    padding: 0;
}

.vault-fnb -tree {
    color: var(--tap-yellow);
    font-size: 1.2rem;
}

.vault-chevron-right {
    color: var(--tap-blue);
    font-size: 0.9rem;
    font-weight: var(--tap-bold);
}

/* Cash Out Accordion Body */
.vault-cashout-bank-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--ash-gray-light);
}

    .vault-cashout-bank-row:last-of-type {
        border-bottom: none;
    }

.vault-cashout-bank-logo {
    flex-shrink: 0;
}

.vault-cashout-bank-info {
    flex: 1;
}

.vault-cashout-bank-status {
    flex-shrink: 0;
}

.vault-cashout-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.6rem;
    font-weight: var(--tap-bold);
    letter-spacing: 0.3px;
}

.vault-cashout-badge-active {
    background: rgba(36, 179, 93, 0.12);
    color: var(--tap-green);
}

.vault-cashout-badge-inactive {
    background: var(--ash-gray-light);
    color: var(--tap-grey);
}

.vault-cashout-add-row {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.vault-cashout-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--btn-blue-soft);
    color: var(--tap-blue);
    border: 1.5px dashed var(--border-blue-soft);
    padding: 0.55rem 1.4rem;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: var(--tap-bold);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

    .vault-cashout-add-btn:hover {
        background: var(--bg-blue-soft-hover);
        border-color: var(--border-blue-hover);
    }

    .vault-cashout-add-btn .fa-plus {
        font-size: 0.75rem;
        font-weight: 900;
    }

/* Master Wallet Bottom Area */
.vault-master-wallet-section {
    padding-bottom: 120px;
}

.vault-chevron-down {
    color: var(--tap-blue);
    font-size: 0.9rem;
}

.vault-add-wallet-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
}

.vault-add-wallet-left {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.vault-add-icon {
    width: 2.2rem;
    height: 2.2rem;
    object-fit: contain;
}

.vault-add-btn {
    font-size: 0.95rem;
    font-weight: var(--tap-bold);
    letter-spacing: -0.2px;
}

.vault-logout-text {
    font-size: 1.1rem;
    font-weight: var(--tap-bold);
    color: var(--tap-red);
    cursor: pointer;
}

/* Shield Logo Style */
.vault-shield-logo-box {
    width: 100%;
    height: 100%;
    background: var(--bg-blue-light);
    border-radius: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vault-shield-header {
    display: flex;
    gap: 4px;
    color: var(--text-navy-blue);
    font-size: 1.2rem;
    z-index: 2;
}

.bookings-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.stat-name-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 92%;
}
    .vault-shield-header img {
        width: 100%;
        height: 100%;
    }

    .vault-shield-header i {
        font-size: 1.5rem;
    }

.vault-shield-bottom {
    color: var(--text-navy-blue);
    font-weight: 900;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.1;
    z-index: 2;
}

.vault-shield-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: var(--tap-blue);
    opacity: 0.1;
    z-index: 1;
}



.vault-home-phone {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.vault-home-badge {
    position: absolute;
    bottom: -4px;
    right: -6px;
    background: white;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    color: var(--tap-blue);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* Account Details Bottom Grid */
.vault-account-details {
    padding-top: 1.5rem;
}

.vault-details-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 10px;
}

.vault-detail-item {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
}

.vault-detail-val {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--tap-body-text);
}

.vault-detail-label {
    font-size: 0.6rem;
    color: var(--tap-grey);
    font-weight: var(--tap-bold);
    margin-top: 2px;
}

.vault-details-row:last-child {
    margin-bottom: 0;
}
/*.vault-detail-val {
    font-size: 0.8rem;
    font-weight: var(--tap-extrabold);
    color: var(--tap-body-text);
}*/

.vault-detail-label {
    font-size: 0.6rem;
    color: var(--tap-grey);
    font-weight: var(--tap-bold);
    margin-top: 2px;
}

.vault-details-row:last-child {
    margin-bottom: 0;
}

.vault-gallery-image-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 1.8rem;
    height: 1.8rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.5rem;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.vault-gallery-bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9), transparent);
}

.vault-gallery-map-icon {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 2.2rem;
    height: 3rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}
/* Wallet Merchant Page Layout Additions */
.w-pro-pic-merchant {
    border: 2px solid var(--tap-blue);
    position: relative;
    background: var(--tap-bg);
}

.w-mock-logo-merchant {
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.w-logo-text-merchant {
    text-align: center;
    color: var(--tap-blue);
    font-weight: 900;
    font-size: 0.8rem;
    line-height: 1.1;
    margin-top: -10px;
    z-index: 2;
}

.w-logo-icon-merchant {
    font-size: 1.5rem;
    margin-bottom: 2px;
}

.w-logo-bg-merchant {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: var(--tap-blue);
    z-index: 1;
}

.w-badge-z10 {
    z-index: 10;
}

.w-pro-top-merchant {
    align-items: flex-start;
    margin-bottom: 0.8rem;
}

.w-info-label-large {
    font-size: 1.1rem;
    font-weight: var(--tap-bold);
    line-height: 1.2;
}

.w-info-val-merchant {
    color: var(--tap-grey);
    font-size: 0.85rem;
    font-weight: var(--tap-semibold);
    margin-top: 0.2rem;
}

.w-pro-bottom-merchant {
    margin-top: 1rem;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 0;
}

.w-info-label-dark-merchant {
    font-size: 1rem;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
}

.w-info-val-green-merchant {
    color: var(--text-green-soft);
    font-size: 0.8rem;
    font-weight: var(--tap-bold);
    margin-top: 0.2rem;
}
/* Inactive variants for toggles */
.wallet-profile-section .w-toggle.w-toggle-off {
    background: var(--bg-extralight);
    border: 2px solid var(--border-light);
    width: 3.5rem;
    height: 1.9rem;
}

    .wallet-profile-section .w-toggle.w-toggle-off::after {
        right: auto;
        left: 0.1875rem;
        box-shadow: 0.125rem 0 0.375rem rgba(0, 0, 0, 0.15);
    }
/* Active variants for toggles */
.wallet-profile-section .w-toggle.w-toggle-on {
    width: 3.5rem;
    height: 1.9rem;
}

    .wallet-profile-section .w-toggle.w-toggle-on::after {
        box-shadow: -0.125rem 0 0.375rem rgba(0, 0, 0, 0.15);
    }

.w-gal-lg-merchant {
    position: relative;
}

.w-gal-overlay-merchant {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    padding: 2rem 1rem 0.6rem;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 1) 85%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.w-c-title-red {
    color: var(--tap-red) !important;
}
/* V2 Refined Wallet Accordion Styles */
.w-preview-btn-v2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--btn-blue-soft);
    color: var(--tap-blue);
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: var(--tap-bold);
    box-shadow: 0 4px 10px rgba(0, 102, 255, 0.05);
}
/* 3-Column Gallery V3 */
.w-gallery-v3 {
    display: flex;
    gap: 10px;
    margin-bottom: 2rem;
    height: 140px;
}

.w-gal-item-v3 {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
}
/*Tiponlytransactionview */

.payview-addtip-label {
    margin: 0rem 1rem -0.7rem;
}

/*Page Container */

.page-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
    flex-direction: column;
    min-height: 100dvh;
}

.w-gal-item-v3 .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w-gal-item-v3.sm {
    flex: 1;
}

.w-gal-item-v3.lg {
    flex: 2;
}

.w-gal-item-v3.map {
    flex: 1.2;
}

.w-gal-item-v3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7), transparent);
}

.gal-badge-v3 {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    border-radius: 8px;
    z-index: 2;
}

.w-map-pin-v3 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 35px;
    z-index: 2;
}
/* Contact Grid V2 */
.w-contact-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    /* Match image layout */
    gap: 1.5rem 0.5rem;
    align-items: center;
}

.w-contact-item-v2 {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .w-contact-item-v2 .c-icon {
        width: 38px;
        height: 38px;
        object-fit: contain;
    }

    .w-contact-item-v2 .c-text {
        flex: 1;
    }

    .w-contact-item-v2 .c-label {
        font-size: 0.95rem;
        font-weight: var(--tap-bold);
        line-height: 1.2;
    }

        .w-contact-item-v2 .c-label.blue {
            color: var(--tap-blue);
        }

        .w-contact-item-v2 .c-label.dark {
            color: var(--tap-body-text);
        }

    .w-contact-item-v2 .c-val {
        font-size: 0.8rem;
        color: var(--tap-grey);
        font-weight: var(--tap-semibold);
    }

.w-home-group-v2 {
    position: relative;
    width: 45px;
    height: 45px;
}

    .w-home-group-v2 .phone-img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }

    .w-home-group-v2 .w-wifi-badge {
        position: absolute;
        bottom: -3px;
        right: -3px;
        background: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: var(--tap-cyan);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
/* Updated Swiper Pagination UI (Pill style) using variables */
.swiper-pagination {
    position: absolute !important;
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 6px !important;
    align-items: center !important;
    width: auto !important;
    bottom: auto !important;
}

.swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    background: var(--border-blue-tint) !important;
    /* Variable for light cyan dot */
    opacity: 1 !important;
    border-radius: 50% !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    width: 50px !important;
    /* Wide pill */
    height: 7px !important;
    background: var(--tap-blue) !important;
    /* Variable for bright blue */
    border-radius: 10px !important;
}
/* ── Cash Out Accordion ── */
.vault-cashout-add-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--btn-blue-soft);
    border: 1.5px dashed var(--border-blue-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tap-blue);
    font-size: 0.7rem;
    font-weight: 900;
    flex-shrink: 0;
}

.vault-cashout-bank-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--ash-gray-light);
}

    .vault-cashout-bank-row:last-of-type {
        border-bottom: none;
    }

.vault-cashout-bank-logo {
    flex-shrink: 0;
}

.vault-cashout-bank-info {
    flex: 1;
}

.vault-cashout-bank-status {
    flex-shrink: 0;
}

.vault-cashout-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.6rem;
    font-weight: var(--tap-bold);
    letter-spacing: 0.3px;
}

.vault-cashout-badge-active {
    background: rgba(36, 179, 93, 0.12);
    color: var(--tap-green);
}

.vault-cashout-badge-inactive {
    background: var(--ash-gray-light);
    color: var(--tap-grey);
}

.vault-cashout-add-row {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.vault-cashout-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--btn-blue-soft);
    color: var(--tap-blue);
    border: 1.5px dashed var(--border-blue-soft);
    padding: 0.55rem 1.4rem;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: var(--tap-bold);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

    .vault-cashout-add-btn:hover {
        background: var(--bg-blue-soft-hover);
        border-color: var(--border-blue-hover);
    }
/* ── Cash Out — Enter Amount Card ── */
.vault-cashout-amount-card {
    background: var(--bg-body);
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
}

.vault-cashout-amount-label {
    font-size: 0.72rem;
    font-weight: var(--tap-bold);
    color: var(--tap-blue);
    margin-bottom: 0.5rem;
}

.vault-cashout-amount-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.vault-cashout-amount-input {
    flex: 1;
    border: none;
    border-bottom: 1.5px solid var(--border-light);
    background: transparent;
    font-size: 0.85rem;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
    padding: 0.3rem 0;
    outline: none;
    text-align: right;
}

    .vault-cashout-amount-input::placeholder {
        color: var(--text-placeholder);
        font-weight: var(--tap-semibold);
    }

    .vault-cashout-amount-input::-webkit-inner-spin-button,
    .vault-cashout-amount-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }
/* Skip button — ghost light-blue */
.vault-cashout-skip-btn {
    flex-shrink: 0;
    background: var(--btn-blue-soft);
    color: var(--tap-blue);
    border: none;
    padding: 0.38rem 1rem;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: var(--tap-bold);
    cursor: pointer;
    transition: background 0.2s;
}

    .vault-cashout-skip-btn:hover {
        background: var(--bg-blue-soft-hover);
    }

/* Pay button — solid blue pill */
.vault-cashout-pay-btn {
    flex-shrink: 0;
    background: var(--tap-blue);
    color: var(--tap-bg);
    border: none;
    padding: 0.38rem 1.1rem;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: var(--tap-bold);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.25);
    transition: background 0.2s, box-shadow 0.2s;
}

    .vault-cashout-pay-btn:hover {
        background: var(--tap-blue);
        box-shadow: 0 6px 16px rgba(0, 102, 255, 0.35);
    }

.menu-list-wrapper {
    display: flex;
    flex-direction: column;
}

/* Standard Card Box */
.card-box {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    align-self: start;
    background: var(--tap-bg);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    border-radius: 1.25rem;
    transition: border-radius 0.4s cubic-bezier(.4, 0, .2, 1),
            box-shadow 0.4s cubic-bezier(.4, 0, .2, 1);
    min-height: 4rem;
    justify-content: center;
    padding: 0 0.5rem;
    }

    .card-box:has(> .collapse.in),
    .card-box:has(> .collapse.show) {
        box-shadow: var(--tap-inputfield-focus-box-shadow) !important;
        border-radius: 2rem;
    }

    .card-box:has(> .collapse.in),
    .card-box:has(> .collapse.show) .menu-list-section .menu-item {
        color: var(--tap-grey);
    }

[data-theme="dark"] .card-box:has(> .collapse.in),
[data-theme="dark"] .card-box:has(> .collapse.show) {
    box-shadow: var(--tap-inputfield-focus-box-shadow) !important;
}

.card-box.booking-box {
    margin-bottom: 0;
}



/* ── Desktop Dashboard Layout ── */
@media (max-width: 450px) {
    .step-actions-row {
        justify-content: space-between;
    }

    .step-actions-row {
        gap: 10px;
    }

        .step-actions-row .step-action-btn {
            padding: 0 10px;
            font-size: 0.8rem;
            gap: 5px;
            border-radius: 12px !important;
            width: 31%;
        }

    /* Responsive tweaks for Wallet Profile */
    .wallet-profile-section {
        padding: 0.75rem;
    }

        .wallet-profile-section .w-profile {
            gap: 0.6rem;
        }

        .wallet-profile-section .w-pro-pic-wrapper {
            width: 6rem;
            height: 6rem;
        }

            .wallet-profile-section .w-pro-pic-wrapper .main-pic {
                border-radius: 1.5rem;
            }


        .wallet-profile-section .w-info-block {
            min-width: 0;
            overflow: hidden;
        }

        .wallet-profile-section .w-info-label-blue {
            font-size: 0.95rem;
        }

        .wallet-profile-section .w-info-label-dark {
            font-size: 0.85rem;
        }

        .wallet-profile-section .w-info-val {
            font-size: 0.75rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .wallet-profile-section .w-sun-icon {
            width: 2rem;
            height: 2rem;
        }


        .wallet-profile-section .w-c-icon {
            width: 2.2rem;
            height: 2.2rem;
        }

        .wallet-profile-section .w-c-title {
            font-size: 0.85rem;
        }

        .wallet-profile-section .w-c-sub {
            font-size: 0.8rem;
        }

        .wallet-profile-section .w-contact-item {
            gap: 0.4rem;
        }

        .wallet-profile-section .w-c-text {
            min-width: 0;
        }

            .wallet-profile-section .w-c-text .w-c-sub {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 100px;
                display: block;
            }

        .wallet-profile-section .w-toggle {
            width: 2.5rem;
            height: 1.5rem;
        }

            .wallet-profile-section .w-toggle::after {
                width: 1.125rem;
                height: 1.125rem;
            }

    .top-dashboard-section .stat-col-note {
        font-size: 0.6rem;
    }
}

@media (min-width: 1024px) {
    /* Use full width for the container on desktop */
    #wallet-tab,
    #vault-tab {
        max-width: 100% !important;
        width: auto !important;
        margin: 0 !important;
        min-height: -webkit-fill-available;
        overflow-x: hidden;
        margin: 0px !important;
        padding: 0;
    }
    /* Main Menu Grid */
    .menu-list-wrapper {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-flow: dense;
        column-gap: 1rem;
        /*padding: 20px 20px 0 20px;*/
        /* Space for sidebar */
        align-items: start;
        width: 100%;
        box-sizing: border-box;
    }


    @media screen and (max-width: 1299px) {
        .menu-list-wrapper {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

    }
    /* ─── Layout for 3 Columns (1300px to 1600px) ─── */
    @media (min-width: 1300px) and (max-width: 1600px) {
        .menu-list-wrapper {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

            .menu-list-wrapper div:nth-child(3n) {
                margin-top: 0rem;
            }
    }

    @media (max-width: 1600px) and (min-width:1024px) {
    }

    .card-box #menuTools {
        margin-bottom: 1rem;
    }
    /* Ensure #menuTools collapse content doesn't overlap or break at 1024px */
    @media (min-width: 1024px) {
        #menuTools.collapse.in {
            margin-bottom: 20px;
        }
    }
}
/* Wallet Screen CSS End */
/* Date Picker*/
.date-widget {
    position: absolute;
    align-items: center;
    width: 31px;
    height: fit-content;
    text-align: center;
    top: 3px;
    z-index: 1;
    font-weight: 700;
    color: white;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: rotateX(-29deg) rotateY(29deg) rotateZ(3deg);
    font-family: 'Inter', sans-serif;
}

    .date-widget .day {
        font-size: 6px;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: transform 0.4s ease;
    }

    .date-widget .date {
        font-size: 12px;
        top: -3px;
        position: relative;
        letter-spacing: 1px;
        color: white;
        left: -1px;
        font-weight: 600;
    }

.tab-link.active .tabs_icons .date-widget {
    width: 33px;
    top: 8px;
    transform: none;
}

    .tab-link.active .tabs_icons .date-widget .date {
        font-size: 10px;
    }
/*Booking Page*/
.day-btn {
    min-width: 65px;
    font-size: 1.3rem;
    display: flex;
    /* background-color: #e0f4ff !important; */
    font-weight: 700 !important;
    color: var(--bluelight-whitedark) !important;
    width: 100% !important;
    border: 0px solid rgb(247, 251, 255) !important;
    padding: 0px 0 14px 0;
    text-align: center;
    border-radius: 18px;
    transition: background 0.1s, color 0.1s;
    background: var(--tap-gradibutts-before-background);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    justify-content: space-between;
    flex-direction: column;
}

    .day-btn.active .daybtnday {
        box-shadow: inset 2px 3px 6px #0154db, 0px 0px 0px #53b796;
        background: linear-gradient(328deg, #0078ff, #0097ff, #00a5ff, #00cdff, #0bf974);
    }

.daybtnday {
    padding-top: 5px;
    letter-spacing: 1.2px;
    background: linear-gradient(28deg, #0078ff, #0097ff, #00a5ff, #00cdff, #0bf974);
    color: white;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px; 

}

.daybtndate {
    font-size: xx-large;
    line-height: 0.8;
    padding-top: 8px;
    color: var(--tap-blue) !important;
    font-weight: 800;
}

.booking-page .monthly_collate_dropdown_cont {
    margin: 0 !important;
}

.booking-page .cal-date-header {
    display: inline-grid;
    width: 100%
}
/*Registration Page*/
.registration-container {
    width: 100%;
    background-color: var(--tap-bg);
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    overflow: auto;
    border-radius: 16px;
    box-sizing: border-box;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    height: 100vh;
}

.registration-container .reg-box {
    padding: 0rem 1rem 1rem 1rem;
    z-index: 2;
}

    .registration-container .reg-box .reg-header .back-arrow {
        width: 100%;
        text-align: left;
    }

    .registration-container .reg-box .reg-header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 0rem;
    }

.reg-step .step-title {
    font-size: 1rem;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
    text-align: center;
}

.step-title {
    font-size: 1rem;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
    text-align: left;
}

.reg-step .form-label  {
    margin-bottom: 0;
}

#ActivationCode {
letter-spacing: 3px !important;
}

.reg-step .step-subtitle {
    font-size: 1rem;
    font-weight: var(--tap-medium);
    color: var(--tap-body-text);
    text-align: center;
}

.reg-step .reg-login-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
        padding-bottom: 15px;
}

.reg-step .reg-login-icon-wrap {
    width: 45px;
    height: 45px;
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    cursor: pointer
}

    .reg-step .reg-login-icon-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: middle;
    }

    .reg-step .reg-login-icon-wrap .reg-login-text {
        text-align: left;
    }

.reg-step .reg-login-text p {
    margin: 0;
    font-weight: var(--tap-bold);
    color: var(--tap-body-text);
    font-size: 1rem;
}

.reg-step .reg-login-text a {
    color: var(--tap-blue);
    font-weight: var(--tap-bold);
    text-decoration: none;
    font-size: 1rem;
}

.reg-step .welcome-buttons {
    display: flex;
    gap: 15px;
    margin: 1.5rem 0;
}

.reg-step .step-goal-header {
    margin-bottom: 0;
}

.reg-step .form-label {
    font-size: 1rem;
    font-weight: var(--tap-medium);
    color: var(--tap-body-text);
}

.form-label {
    font-size: 1rem;
    font-weight: var(--tap-medium);
    color: var(--tap-body-text);
}

.page-wrapper .form-label {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
}

.reg-step .timer-subtitle {
    color: var(--tap-blue) !important;
    font-weight: var(--tap-medium);
    font-size: 13px;
    margin-left: -10rem;
}



/* OTP Circular Timer */
.otp-timer-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.circular-timer {
    width: 60px;
    height: 60px;
    border: 3px solid var(--tap-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--tap-blue);
    position: relative;
}
/*Back btn*/

.back-btn {
    width: 38px;
    height: 38px;
    background: var(--tap-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    z-index: 100; 
    display: none;
    transition: transform 0.2s;
    padding: 0px 7px 2px 4px;
    margin-bottom: 0rem;
    background: var(--tap-gradibutts-before-background);
    border: 0px solid var(--tap-blue);
}

    .back-btn:hover {
        transform: scale(1.08);
    }

    .back-btn svg {
        width: 18px;
        height: 18px;
        stroke: var(--tap-blue);
        stroke-width: 3;
    }
    .toast {
        background-color: var(--tap-bg);
    }
   
    @media screen and (min-width: 768px) {
        body {
            overflow: auto !important;
        }

        .footer_logo_container {
            position: fixed;
            bottom: 27px;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    .collapse {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

        .collapse::-webkit-scrollbar {
            display: none !important;
        }

@media screen and (min-width: 768px) {
    .activationcodeview-image {
        height: 25rem;
    }
}

.activationcodeview-image-container {
    width: 100%;
    justify-content: center;
    display: flex;
}

.other-industry-box {
    margin-top: 1.5rem;
}
/* === Carousel Container === */
.mobi-mobi_right-stack {
    width: 100%;
    z-index: 2;
    max-height: 460px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .mobi-mobi_right-stack .mobi_contain_ani {
        display: flex;
        justify-content: center;
        height: 460px;
        width: 100%;
        background-color: transparent;
    }

    .mobi-mobi_right-stack .mobi-image-stack {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }
    /* === mobi_card Styles === */
    .mobi-mobi_right-stack .mobi_cardbox {
        position: absolute;
        transition: transform 0.6s ease, opacity 0.6s ease;
        opacity: 0.4;
        z-index: 1;
        perspective: 650px;
    }

    .mobi-mobi_right-stack .mobi_card {
        width: 270px;
        height: 400px;
        background: var(--tap-bg);
        border-radius: 40px;
        transform-style: preserve-3d;
        box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 20px 1px;
        transform: rotateY(50deg) translateZ(20px);
        transition: 0.6s ease;
        overflow: hidden;
    }

        .mobi-mobi_right-stack .mobi_card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
            display: block;
        }

    /* === Slider Navigation === */
    .mobi-mobi_right-stack .mobi-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border: 1px solid #eee;
        cursor: pointer;
        z-index: 20;
        color: #101c3d;
        font-size: 1.2rem;
        transition: all 0.3s ease;
    }

        .mobi-mobi_right-stack .mobi-nav-btn:hover {
            background: #f8f9fa;
            transform: translateY(-50%) scale(1.1);
        }

    .mobi-mobi_right-stack .mobi-nav-prev {
        left: 15px;
    }

    .mobi-mobi_right-stack .mobi-nav-next {
        right: 15px;
    }

    .mobi-mobi_right-stack .mobi-pagination {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        gap: 8px;
        z-index: 20;
    }

    .mobi-mobi_right-stack .mobi-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--tap-gradibutts-before-background);
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .mobi-mobi_right-stack .mobi-dot.active {
            background: var(--tap-blue);
            width: 20px;
            border-radius: 4px;
        }

    /* === Animation Positions === */
    .mobi-mobi_right-stack .mobi_cardbox.mobi_focus {
        transform: translateX(0) translateY(-20px);
        opacity: 1;
        z-index: 10;
    }

        .mobi-mobi_right-stack .mobi_cardbox.mobi_focus .mobi_card {
            transform: rotateY(0deg);
        }

    .mobi-mobi_right-stack .mobi_cardbox.mobi_left {
        transform: translateX(-110px) translateY(-5px);
        opacity: 0.8;
        z-index: 5;
    }

        .mobi-mobi_right-stack .mobi_cardbox.mobi_left .mobi_card {
            transform: rotateY(35deg);
        }

    .mobi-mobi_right-stack .mobi_cardbox.mobi_right {
        transform: translateX(110px) translateY(-5px);
        opacity: 0.8;
        z-index: 5;
    }

        .mobi-mobi_right-stack .mobi_cardbox.mobi_right .mobi_card {
            transform: rotateY(-35deg);
        }

    .mobi-mobi_right-stack .mobi_cardbox.hidden-mobi_left {
        transform: translateX(-250px) scale(0.8);
        opacity: 0;
        z-index: 0;
    }

    .mobi-mobi_right-stack .mobi_cardbox.hidden-mobi_right {
        transform: translateX(250px) scale(0.8);
        opacity: 0;
        z-index: 0;
    }

.page-container {
    width: 100%;
    height: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    overflow: hidden;
    color: var(--tap-body-text);
    background: var(--tap-bg);
    padding: 1rem;
}


.payment-page .page-container {
    padding: 0;
}



.payment-page .container {
    padding-right: var(--bs-gutter-x, 1rem) !important;
    padding-left: var(--bs-gutter-x, 1rem) !important;
}

.payment-page.page-wrapper {
    padding-top: 0;
}

@media (min-width: 768px) {
    body {
        overflow: auto
    }

    .page-wrapper, .wallet-wrapper {
        overflow: hidden;
        padding: 1rem;
        height: auto;
    }

    .page-container {
        /* height: fit-content; */
        box-shadow: var(--tap-gradibutts-before-box-shadow);
        border-radius: 25px;
        position: relative;
    }

    .payment-page.page-wrapper {
        padding: 16px 0;
        max-width: 380px;
        margin: 0 auto;
    }
}
/*Tip View */

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

.app-btn {
    background-color: var(--tap-blue-fade);
    color: var(--tap-body-text);
    font-weight: bold;
    animation: iosFlyInBounceTopLeft 0.45s cubic-bezier(0.15, 0.75, 0.35, 1.1) forwards;
    transition: transform 0.25s ease, background-color 0.3s ease;
    padding: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .app-btn.active {
        background-color: var(--tap-blue) !important;
        color: #ffffff !important;
    }
/* Black Button*/

.black-button {
    width: 100% !important;
    padding: 0px;
    background-color: var(--tap-xpays);
    color: var(--tap-bg);
    border-radius: 2.3rem !important;
    height: 3rem;
    border: none;
    outline: none;
    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: 0rem;
    font-size: 1.2rem;
}

/* Custom Input */
.custom-input.form-control {
    width: 95%;
    padding: 1.2rem 0.2rem 0.4rem;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: none;
    border-bottom: 1px solid var(--tap-blue);
    background: transparent !important;
    background-color: transparent !important;
    outline: none;
    color: var(--tap-body-text);
    border-radius: 0;
    margin-left: 1rem;
}

    .custom-input.form-control:focus {
        box-shadow: none !important;
    }
/*switch*/
.common-switch {
    position: relative;
    display: flex;
    width: 50px;
    height: 28px;
    margin-right: 2px;
}

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

    .common-switch .common-slider {
        position: relative;
        cursor: pointer;
        display: block;
        width: 45px;
        height: 28px;
        background-color: var(--tap-blue-fade);
        border-radius: 30px;
        transition: background-color 0.4s;
        /* overflow: hidden; */
    }

        .common-switch .common-slider:before {
            content: "";
            position: absolute;
            height: 24px;
            width: 24px;
            left: 2px;
            bottom: 2px;
            background-color: #fff;
            border-radius: 50%;
            opacity: 0;
            transform: scale(0) translateX(0);
            transform-origin: center center;
            animation: growBounceSafe 0.6s ease-out forwards;
            animation-delay: 0.35s;
            transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.5s;
        }

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

        .common-switch input:checked + .common-slider:before {
            left: auto;
            right: 2px;
            transform: scale(1) translateX(0);
            opacity: 1;
        }
/* Radio Button*/

.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 6px 0;
    user-select: none;
    font-size: 11px !important;
    font-weight: 500 !important;
}

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

    .custom-radio .checkmark {
        width: 30px;
        height: 30px;
        border: 0px solid transparent;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 8px;
        box-sizing: border-box;
        background: var(--tap-gradibutts-before-background);
        transition: all 0.2s ease;
        box-shadow: var(--tap-gradibutts-before-box-shadow);
    }

        .custom-radio .checkmark::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 18px;
            height: 18px;
            background: var(--tap-blue);
            border-radius: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0.3s ease;
        }
/* ================= COMMON BADGE ================= */
.common-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    min-width: 130px;
    background-color: var(--tap-bg-accent);
    color: var(--tap-body-text);
}
/* ================= VARIANTS ================= */
/* Success (Green Light) */
.common-badge--success {
    background-color: var(--tap-green-fade);
    color: var(--tap-green);
}
/* Highlight Strong Green */
.common-badge--highlight {
    background-color: var(--tap-green-fade);
    color: var(--tap-green);
}
/* Info (Blue) */
.common-badge--info {
    background-color: var(--tap-blue-fade);
    color: var(--tap-blue);
}
/* Danger (Red) */
.common-badge--danger {
    background-color: var(--tap-red-fade);
    color: var(--tap-red);
}
/* Muted (Grey style) */
.common-badge--muted {
    background-color: var(--tap-sup-grey-fade-1);
    color: var(--tap-placeholder);
}
/* ================= COMMON TAG ================= */

.common-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    min-width: 90px;
    background-color: var(--tap-bg-accent);
    color: var(--tap-body-text);
}
/* ================= VARIANTS ================= */
/* Positive */
.tag-success {
    background-color: var(--tap-green-fade);
    color: var(--tap-green);
}
/* Warning / Small Negative */
.tag-warning {
    background-color: var(--tap-orange-fade);
    color: var(--tap-orange);
}
/* Info */
.tag-info {
    background-color: var(--tap-blue-fade);
    color: var(--tap-blue);
}
/* Danger / Status */
.tag-danger {
    background-color: var(--tap-red-fade);
    color: var(--tap-red);
}
/*Remove Inline CSS & Create Class*/
/* Registration Page*/

.loginview-form {
    .logincodeview-image

{
    height: 24rem;
}

#loginButton {
    width: 200px !important;
}

.mobilenum-form {
    display: flex;
    margin: 16px 0 24px 0;
}

.activation_button_container {
    justify-content: end;
}

.mobile-num-label {
    margin-left: 1rem;
}

}

.activation-form {
    .custom-input.form-control

{
    width: 100%;
    margin-left: 0 !important;
}

.field-validation-error {
    margin-left: 0 !important;
}

}
/*Trade Trip View*/

.trade-tip-view .stacked_info_cont span {
    cursor: pointer
}

.trade-tip-view .pay_info_wrapper {
    margin: 0rem 1rem;
}

.trade-tip-view .widhtfixpayfrom .form-group {
    margin-top: 0.8rem;
    height: 45px;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
}

.trade-tip-view .payview-addtip-label {
    margin: 0rem 1rem -0.7rem;
}

.tip_calc_cover_cont {
    margin: 0rem 1rem;
    flex-wrap: wrap-reverse;
}

.trade-tip-view .servicefees_total_cont {
    margin: 0rem 1rem;
}

    .trade-tip-view .servicefees_total_cont .add-reference {
        width: 90%;
    }

.trade-tip-view .tip_calc_cover_cont {
    margin: 0rem 1rem;
}

.tip-button-container {
    display: grid !important;
    gap: 1rem !important;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0 !important;
    overflow-x: inherit !important;
    padding: 0 !important;
}

.trade-tip-button-container {
    display: flex !important;
    gap: 1rem !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 2rem);
    padding: 0rem 1rem 0rem 1rem !important;
    margin: -0.5rem -1rem 0;

}

    .trade-tip-button-container::-webkit-scrollbar {
        display: none;
        /* optional scrollbar styling */
    }

    .trade-tip-button-container button {
        flex: 0 0 calc((100% / 3.3) - 0.8rem);
        /* show 6 buttons in viewport with gap */
        min-width: 0;
        /* prevent overflow issues */
    }

/**Additional Bank Account*/
.existing_number_table h6 {
    color: var(--tap-grey);
}

.bank-view-divider {
    color: var(--tap-blue);
}
/*Activation Success view*/

.activation-success-view .icon-info .fa {
    color: var(--tap-blue);
    border: 1px solid var(--tap-blue);
}

.activation-success-view .shortcut-icon {
    margin-bottom: 3%;
}

.activation-success-view .gotit-btn {
    color: white;
    background-color: var(--tap-blue);
    width: 40%
}
/* Additional Phone Number View*/

.additional-phone-number-view .contact_veriview_info {
    margin-top: 15px
}

/*.additional-phone-number-view .phone-view-detail {
    margin-top: 3%
}*/

.additional-phone-number-view .mobilenum-form {
    margin-top: 1rem;
    display: flex;
}

    .additional-phone-number-view .mobilenum-form .num-label {
        left: 1rem;
    }

.tip-total-cont {
    margin-left: 0;
}

/* Rounded corner beast */

.tapo_corners_pic_cont {
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    border-radius: 15px;
    height: 4rem;
    width: 4rem;
    position: absolute;
}

.tapo_corners_pic {
    width: 100%;
    height: 100%;
}

.share_butts {
    height: 1.7rem !important;
    width: 1.7rem !important;
    justify-content: left !important;
}

.tapo {
    --tap-r: 21px;
    --tap-w: 25px;
    --tap-h: 25px;
    /* Fine-tuned radiuses */
    --tap-cor1-rw: var(--tap-r);
    --tap-cor1-rh: var(--tap-r);
    --tap-cor2-rw: var(--tap-r);
    --tap-cor2-rh: var(--tap-r);
    --tap-curve-rw: var(--tap-r);
    --tap-curve-rh: var(--tap-r);
    --_tap-smooth: 100%;
    /* Curve positions list */
    --_tap-curve-pos-tl: 0 0;
    --_tap-curve-pos-tr: 100% 0;
    --_tap-curve-pos-bl: 0 100%;
    --_tap-curve-pos-br: 100% 100%;
    /* Setting default curve position (bottom right corner) */
    --_tap-curve-pos: var(--_tap-curve-pos-br);
    --_tap-mask-image: linear-gradient(to bottom, #000, #000), linear-gradient(to bottom, #000, #000), linear-gradient(to bottom, #000, #000), linear-gradient(to bottom, #000, #000), radial-gradient(closest-side at center, #000 var(--_tap-smooth), transparent 100%), radial-gradient(closest-side at center, #000 var(--_tap-smooth), transparent 100%), radial-gradient(farthest-side at var(--_tap-curve-pos), transparent var(--_tap-smooth), #000 100%);
    --_tap-mask-size: 100% calc(100% - var(--tap-h) - var(--tap-cor1-rh) - var(--tap-curve-rh) - var(--tap-cor2-rh)), calc(100% - var(--tap-cor1-rw)) calc(100% - var(--tap-h) - var(--tap-curve-rh) - var(--tap-cor2-rh)), calc(100% - var(--tap-w) - var(--tap-curve-rw) - var(--tap-cor1-rw)) calc(100% - var(--tap-cor2-rh)), calc(100% - var(--tap-w) - var(--tap-cor1-rw) - var(--tap-curve-rw) - var(--tap-cor2-rw)) 100%, calc(var(--tap-cor1-rw) * 2) calc(var(--tap-cor1-rh) * 2), calc(var(--tap-cor2-rw) * 2) calc(var(--tap-cor2-rh) * 2), calc(var(--tap-curve-rw) + 0.5px) calc(var(--tap-curve-rh) + 0.5px);
    /* Masks positions list */
    --_tap-mask-position-tl: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0 calc(var(--tap-h) + var(--tap-curve-rh) + var(--tap-cor2-rh)), calc(var(--tap-w) + var(--tap-cor1-rw) + var(--tap-curve-rw)) 0, calc(var(--tap-w) + var(--tap-cor1-rw)) calc(var(--tap-h) + var(--tap-cor2-rh));
    --_tap-mask-position-tr: 0 100%, 0 100%, 0 100%, 0 100%, 100% calc(var(--tap-h) + var(--tap-curve-rh) + var(--tap-cor2-rh)), calc(100% - var(--tap-w) - var(--tap-curve-rw) - var(--tap-cor1-rw)) 0, calc(100% - var(--tap-w) - var(--tap-cor1-rw)) calc(var(--tap-h) + var(--tap-cor2-rh));
    --_tap-mask-position-bl: 100% 0, 100% 0, 100% 0, 100% 0, 0 calc(100% - var(--tap-h) - var(--tap-curve-rh) - var(--tap-cor2-rh)), calc(var(--tap-w) + var(--tap-curve-rw) + var(--tap-cor1-rw)) 100%, calc(var(--tap-w) + var(--tap-cor1-rw)) calc(100% - var(--tap-h) - var(--tap-cor2-rh));
    --_tap-mask-position-br: 0 0, 0 0, 0 0, 0 0, 100% calc(100% - var(--tap-h) - var(--tap-curve-rh) - var(--tap-cor2-rh)), calc(100% - var(--tap-w) - var(--tap-curve-rw) - var(--tap-cor1-rw)) 100%, calc(100% - var(--tap-w) - var(--tap-cor1-rw)) calc(100% - var(--tap-h) - var(--tap-cor2-rh));
    /* Setting default mask position (bottom right corner) */
    --_tap-mask-position: var(--_tap-mask-position-br);
    mask-image: var(--_tap-mask-image);
    mask-size: var(--_tap-mask-size);
    mask-position: var(--_tap-mask-position);
    mask-repeat: no-repeat;
    box-shadow: inset 0px 0px 9px #ddf0ff, inset 0px 4px 8px #ddf0ff !important;
    background: linear-gradient(128deg, #ddf0ff, transparent 27%) !important;

}
[data-theme="dark"] .tapo {
    box-shadow: inset 0px 0px 9px #07182d, inset 0px 4px 8px #07182d !important;
    background: linear-gradient(128deg, #07182d, transparent 27%) !important;
}

.tapo--tl {
    --_tap-curve-pos: var(--_tap-curve-pos-tl);
    --_tap-mask-position: var(--_tap-mask-position-tl);
}

.tapo--tr {
    --_tap-curve-pos: var(--_tap-curve-pos-tr);
    --_tap-mask-position: var(--_tap-mask-position-tr);
}

.tapo--bl {
    --_tap-curve-pos: var(--_tap-curve-pos-bl);
    --_tap-mask-position: var(--_tap-mask-position-bl);
}

.tapo--br {
    --_tap-curve-pos: var(--_tap-curve-pos-br);
    --_tap-mask-position: var(--_tap-mask-position-br);
}

/*Wallet Profile*/

.wallet-profile .mobi-mobi_right-stack {
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tap-bg);
}

.wallet-profile .paycust_profile_info_wrapper {
    margin-top: -12.5rem;
}

.business-upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.upload-placeholder {
    width: 100%;
    height: 100px; /* Reduced for better proportion */
    border: 2px dashed var(--tap-blue);
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: rgba(21, 117, 251, 0.05);
}

    .upload-placeholder img:not(.preview-img) {
        width: 40px;
        margin-bottom: 5px;
    }

    .upload-placeholder.has-image img:not(.preview-img),
    .upload-placeholder.has-image span {
        display: none;
    }

    .upload-placeholder.has-image {
        border: none;
        background: var(--tap-bg);
        padding: 0.5rem;
        box-shadow: var(--tap-gradibutts-before-box-shadow);
    }

        .upload-placeholder.has-image .preview-img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover;
            border-radius: 11px;
        }


.profile-section {
    justify-content: end !important;
}

    .profile-section .profile-placeholder {
        width: 100px !important;
        height: 100px !important;
        border-radius: 18px !important;
        margin-right: 50px;
        flex: none !important;
    }

.pac-container {
    z-index: 10000 !important;
    border-radius: 10px !important;
}

.pac-container {
    z-index: 10000 !important;
    border-radius: 15px !important;
    background-color: var(--tap-bg) !important;
    border-top: 0px solid var(--tap-grey) !important;
    box-shadow: var(--tap-gradibutts-before-box-shadow) !important;
    letter-spacing: 0.3px !important;
    padding: 7px !important
}

.pac-item:hover {
    background-color: var(--tap-blue-fade) !important;
}

.pac-item {
    border-top: 0px solid var(--tap-grey) !important;
    color: var(--tap-grey) !important;
    border-bottom: 1px solid var(--tap-grey) !important;
}

.pac-item-query {
    color: var(--tap-body-text) !important;
}

.pac-logo:after {
    margin-top: 5px !important;
}
.clear-address-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    color: var(--tap-blue);
    z-index: 10;
    background: var(--tap-gradibutts-before-background);
    border: 1px solid var(--tap-bg-accent);
    min-width: 40px;
    min-height: 40px;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
}

#FullAddress {
    width: calc(100% - 59px) !important;
}
#cropperModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 20000;
    display: none;
    align-items: center;
    justify-content: center;
}

.cropper-content {
    background: white;
    padding: 20px;
    border-radius: 20px;
    max-width: 95%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cropper-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    width: 100%;
}

.cropper-btn {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.cropper-btn-primary {
    background: var(--tap-blue);
    color: white;
}

.cropper-btn-secondary {
    background: #eee;
}

.business-image-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
    width: 100%;
}

    .business-image-row .upload-placeholder {
        flex: 1;
        height: 130px;
        margin-top: 0;
        border-radius: 1.25rem;
    }

    .business-image-row .profile-placeholder {
        height: 100px;
        border-radius: 1.15rem;
    }

.btn-enter-side {
    flex: 0 0 82px;
    height: 50px; /* Reduced from 120px */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f0f7ff !important;
    border-radius: 1.15rem !important;
    color: #d0d0d0 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.2s;
    padding: 10px;
    line-height: 1.2;
    box-shadow: none;
    text-decoration: none;
}

    .btn-enter-side .btn-icon {
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d0d0d0;
    }

    .btn-enter-side.active {
        color: white !important; /* Solid white text */
        background: var(--tap-blue) !important; /* Solid blue background */
        box-shadow: 0 4px 12px rgba(21, 117, 251, 0.2);
    }

        .btn-enter-side.active .btn-icon {
            color: white !important;
        }



.skeleton {
    background: #e2e5e7;
    background-image: linear-gradient(90deg, #e2e5e7 0px, #f1f3f4 40px, #e2e5e7 80px);
    background-size: 200vw 100%;
    animation: placeholderShimmer 1.5s infinite linear;
    color: transparent !important;
    border-radius: 4px;
    min-height: 1em;
    display: inline-block;
    pointer-events: none;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -200vw 0;
    }

    100% {
        background-position: 200vw 0;
    }
}

/* Activation Screen */
.activation-card {
    text-align: center;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    margin-top: 5svh;
}

.activation-title {
    font-size: 1.5rem;
    font-weight: var(--tap-bold);
    color: var(--pure-black);
    margin-bottom: 25px;
}

.activation-subtitle {
    font-size: 1rem;
    font-weight: var(--tap-semibold);
    color: var(--pure-black);
    margin-bottom: 30px;
    line-height: 1.4;
}

.success-icon-wrapper {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

.activation-description {
    font-size: 1rem;
    color: var(--pure-black);
    line-height: 1.6;
    margin-bottom: 40px;
    padding: 0 10px;
    font-weight: normal;
}

.instructions-section {
    text-align: left;
    margin-top: 50px;
    padding: 0 5px;
    font-size: 1rem;
    color: var(--pure-black);
    font-weight: normal;
}

.instruction-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.share-icon-inline {
    width: 16px !important;
    height: auto !important;
    vertical-align: sub;
    margin: 0 4px;
    display: inline-block !important;
}

.browser-icon-small {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px;
    display: inline-block !important;
}

.activation-card {
    text-align: center;
    width: 100%;
    padding: 40px 20px 20px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    margin-top: 2svh;
}
/* Screen */

.iphone-frame {
    border-radius: 40px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    /* iPhone Device*/
    .iphone-frame .device-iphone-14-pro {
        transform: scale(0.6);
        transform-origin: top center;
        height: 350px;
        width: 428px;
    }



    .iphone-frame .iphone-screen {
        width: 100%;
        height: 100%;
        background: var(--tap-bg);
        overflow-y: auto;
        position: relative;
        scrollbar-width: none;
        margin-top: 4rem;
    }

        .iphone-frame.iphone-screen::-webkit-scrollbar {
            display: none;
        }

    .iphone-frame .device-iphone-14-pro .device-frame {
        background: var(--tap-bg);
        padding: 6px;
        border: 11px solid #1b1721;
    }
/* Banner */

.registration_banner_container {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 25px; /* Match global card style */
}

.preview-banner-container {
    width: 100%;
    height: 120px;
    position: relative;
    border-radius: 25px;
}

.highlight-active {
    position: relative;
}

.preview-banner-container.highlight-active {
    outline: 3px solid var(--tap-blue);
    outline-offset: -3px;
}

.preview-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.highlight-active {
    outline: 1px solid var(--tap-blue);
    outline-offset: 0px;
}

#preview-banner-box.highlight-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #3b82f6;
    pointer-events: none;
    z-index: 20;
    border-radius: 25px;
}

.preview-profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Profile Highlight */
#preview-profile-box.highlight-active {
    outline: 5px solid #3b82f6;
    outline-offset: 2px;
    z-index: 15;
    transform: scale(1.02);
    transition: transform 0.2s;
}

/* Name Styling & Highlight */
#preview-name {
    display: block;
    width: 100%;
    text-align: center;
    min-height: 1.5rem;
    transition: color 0.3s ease;
}

    #preview-name.highlight-active {
        color: #3b82f6 !important;
        text-shadow: 0 0 1px rgba(59, 130, 246, 0.4);
        font-weight: 700;
    }


/* Content */
.preview-content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.preview-name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
    min-height: 1.5rem;
    text-align: center;
}

    .preview-name.highlight-active {
        color: var(--tap-blue);
        outline: 2px solid var(--tap-blue);
        outline-offset: 5px;
        border-radius: 4px;
    }

.preview-industry {
    font-size: 1rem;
    color: var(--tap-grey);
    margin: 0.5rem 0;
    text-align: center;
}

.preview-taps {
    font-size: 0.9rem;
    color: var(--tap-blue);
    font-weight: 600;
    text-align: center;
}

/* Dynamic UI */
.preview-pay-section {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.preview-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
/*Terms Page*/
.terms-container {
    height: 85vh;
}

/*Booking Setting*/

.form-floating label {
    color: var(--text-color);
}

.holidaysListBox {
    min-height: 75vh;
    padding-bottom: 100px;
}

.holidaysList {
    max-height: 60vh;
    overflow-y: auto;
}

.delete-exclusion {
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.booking-holiday {
    background-color: var(--card-bg);
    border-left: 4px solid var(--tap-blue) !important;
    border: 1px solid var(--input-border);
}

/* Profile Preview Modal - Seamless Snapshot Style */
#profilePreviewModal .modal-dialog {
    max-width: none;
    width: 100vw;
    height: 100vh;
}

#profilePreviewModal .modal-content {
    width: 320px;
    height: 600px; /* Fixed height for the phone frame */
    margin: auto;
    position: relative;
    padding: 0rem !important;
}

#profilePreviewModal .modal-body {
    height: 100%;
    padding: 0 !important;
}

.profile-preview-frame-container {
    position: relative;
    pointer-events: none;
    user-select: none;
    overflow: hidden;
    border-radius: 3rem;
    width: 100%;
    height: 100%;
    background: var(--tap-bg);
}

.profile-preview-spinner-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: #fff;
}

.profile-preview-iframe {
    width: -webkit-fill-available;
    height: 100%;
}

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

.payment-receipt-sub-sentence {
    display: flex;
    justify-content: center;
    /* centers horizontally */
    align-items: center;
    /* centers vertically */
    gap: 16px;
    /* space between link & button */
    width: 100%;
    text-align: center;
}

    .payment-receipt-sub-sentence a {
        display: inline-flex;
        align-items: center;
    }

body.modal-open .parkcust-wrapper,
body.modal-open .park_footer_logo_container {
    filter: blur(8px);
    transition: filter 0.3s ease;
}

/* Ensure modal is NOT blurred */
.modal,
.modal-dialog,
.modal-content {
    filter: none !important;
}

.receipt-container {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 400px;
}

body {
    font-family: 'Inter', sans-serif;
    /* background-color: var(--tap-bg); */
}

.icon {
    font-size: 40px;
    color: #0d6efd;
}

/* Floating Label Styles */
body .floating-label-group {
    position: relative !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    width: 100% !important;
    text-align: left !important;
}

    body .floating-label-group input.form-control.input-email-receipt {
        background: transparent !important;
        border: none !important;
        border-bottom: 1.5px solid var(--tap-blue) !important;
        border-radius: 0 !important;
        padding: 12px 0 5px 0 !important;
        font-size: 16px !important;
        width: 100% !important;
        color: var(--tap-body-text) !important;
        box-shadow: none !important;
    }

    body .floating-label-group label.floating-label {
        position: absolute !important;
        top: 12px !important;
        left: 0 !important;
        pointer-events: none !important;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
        color: var(--tap-placeholder) !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        margin: 0 !important;
    }

    /* Floating effect */
    body .floating-label-group input:focus ~ label.floating-label,
    body .floating-label-group input:not(:placeholder-shown) ~ label.floating-label {
        top: -15px !important;
        font-size: 13px !important;
        color: var(--tap-blue) !important;
        opacity: 1 !important;
    }

    body .floating-label-group input:focus {
        border-bottom: 2.5px solid var(--tap-blue) !important;
        outline: none !important;
    }

    body .floating-label-group input.is-invalid {
        border-bottom-color: var(--tap-red) !important;
    }

        body .floating-label-group input.is-invalid ~ label.floating-label {
            color: var(--tap-red) !important;
        }

.whatsapp-btn {
    background-color: #e6ffe6;
    /* light green */
    color: #1db954;
    /* WhatsApp green */
    border-radius: 50px;
    font-weight: 600;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 10px;
    z-index: 999;
}

    .whatsapp-btn:hover {
        background-color: #25D366;
        color: #fff;
    }

.action-button-wrapper {
    height: 36px !important;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}









.proceed-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    background: #7c4dff;
    color: white;
    border: none;
    border-radius: 8px;
}

    .proceed-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.slot-container {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    background: #fafafa;
}

.slot-item {
    display: block;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    background: #f1f1f1;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    border: 1px solid transparent;
}

    .slot-item.selected {
        background: #007bff;
        color: white;
        border: 1px solid #0056b3;
    }

.summary-box {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 10px;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.slot-summary {
    margin-top: 10px;
    padding: 10px;
    background: #fafafa;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}





.calendar-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .calendar-header button {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.calendar-day-name {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.calendar-day {
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #eee;
}

    .calendar-day:hover {
        background: #f5f5f5;
    }

    .calendar-day.active {
        background: #7c3aed;
        color: white;
    }

    .calendar-day.disabled {
        background: #f2f2f2;
        color: #bbb;
        cursor: not-allowed;
    }

/* SLOT STYLES */

.slot-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.slot-btn {
        display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--tap-bold) !important;
    color: var(--tap-blue) !important;
    border: 0px solid rgb(247, 251, 255) !important;
    padding: 12px 24px 8px;
    text-align: center;
    border-radius: 18px;
    transition: background 0.1s, color 0.1s;
    height: 50px;
    letter-spacing: 0.3px;
    font-size: 18px;
    background: var(--tap-gradibutts-before-background);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    outline: none;
    gap: 8px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px) scale(0.96);
    animation: appleFadeUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    min-width: 9rem;
}
        
    .slot-btn.selected {
background-color: var(--tap-blue) !important;
    color: #ffffff !important;
    box-shadow: var(--tap-gradibutts-before-box-shadow) !important;
    background: linear-gradient(28deg, #0078ff, #0097ff, #00a5ff, #00cdff, #0bf974) !important;
    transform: translateY(2px) scale(0.97);
    box-shadow: inset 3px 3px 6px #4779ff, inset -3px -3px 6px #0091dc,
                var(--tap-gradibutts-before-box-shadow) !important;
    }

    .slot-btn.taken {
        background: #ffe5e5;
        color: #c53030;
        border-color: #f5c2c2;
    }

    .slot-btn.break {
        background: #fff4cc;
        color: #b7791f;
        border-color: #f6e3a3;
    }

    .slot-btn.disabled {
        background: #f2f2f2;
        color: #bbb;
    }

.calendar-picker {
    margin-bottom: 10px;
}

.break-block-cont {
    border: none;
    border-radius: 20px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
        background: var(--tap-bg);
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
}

.break-block {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-weight: 500;
}

.booking-text-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-left: 0;
}

.booking-total-amount {
    font-size: 2rem;
    color: #007bff;
    margin-top: 0.5rem;
}

.booking-confirm-div {
    font-size: 1.4rem;
    font-weight: 500;
}

.booking-Invalid {
    display: none;
    color: #dc3545;
    font-size: 0.9rem;
}


.calendar-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

.booking-step {
    min-height: 72px;
}


.day-btn.past {
    opacity: 0.35;
    cursor: not-allowed;
    filter: grayscale(60%);
    pointer-events: none;
}

.step_input_but {
    position: relative;
    /* overflow: hidden; */
    display: flex;
    gap: 1rem;
    align-items: anchor-center;
    margin: 0 -1rem;
    padding: 0 1rem;
        justify-content: flex-end;
    height: 82px;
}

.pay-shift-up {
    margin-top: -10rem;
    transition: margin-top 0.4s ease;
}

/* base step */
.booking-step {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

/* ENTER (from right with bounce) */
.step-enter {
    animation: stepIn 0.55s cubic-bezier(.2,.9,.2,1.1) forwards;
}

/* EXIT forward (next step) */
.step-exit-forward {
    animation: stepOutLeft 0.35s ease forwards;
}

/* EXIT back (reverse direction) */
.step-exit-back {
    animation: stepOutRight 0.35s ease forwards;
}

@keyframes stepIn {
    0% {
        transform: translateX(100%) scale(0.98);
        opacity: 0;
    }
    70% {
        transform: translateX(-8px) scale(1.01);
        opacity: 1;
    }
    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes stepOutLeft {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-100%) scale(0.98);
        opacity: 0;
    }
}

@keyframes stepOutRight {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(100%) scale(0.98);
        opacity: 0;
    }
}

.booking-step-wrapper {
    position: relative;
    min-height: 120px; /* adjust for tallest step */
    width: -webkit-fill-available;
}

/* ===========  Booking Css End  ===========  */


/* Total Due Overlay */





.reference-label {
    width: 90%;
    color: var(--tap-blue)
}

.tradetip-with-cover-tip {
    color: var(--tap-grey);
}

.tradetip-with-cover-tip-selected {
    color: var(--tap-blue);
}


/* Custom Wallet Split Row for Support/Updates */
.wallet-split-row-custom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin-top: 15px;
}

.wallet-half-card-custom {
    flex: 1;
    width: 48%;
    /* Fallback */
    cursor: pointer;
}

/* Alert Counter Positioning */
.tabs_icons {
    position: relative;
    display: inline-block;
}

.new_alert_counter {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--tap-red);
    color: white;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    z-index: 10;
}

@media (min-width: 768px) {
    .wallet-split-row-custom {
        width: 370px !important;
    }

    .hard-reg-banner-img {
        width: 320px !important;
    }
}

/* park fixes for meeting  */
.parkcust_info_block {
    margin-left: 0rem;
}

.parkcust_info_block {
    justify-content: space-around;
    height: 105px;
    margin-left: 0rem;
}

.park-rates-button {
    font-size: 15px !important;
    padding-left: 12px;
}

/* Profile Helper Styles */
.class-blue-text {
    color: #007AFF !important;
    font-weight: 600;
    text-align: right;
    /* Ensure it takes available space */
}


/* Hard Registration Profile Specific Styles */
.hard-reg-banner-wrapper {
    position: relative;
    margin-bottom: 25px;
    /* Space for the profile image overlap */
    /* Ensure no padding/margin interferes if needed */
}

.hard-reg-banner-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hard-reg-profile-wrapper {
    position: absolute;
    bottom: -40px;
    /* Overlap by half height (approx 80px img) */
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    z-index: 10;
}

.hard-reg-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    /* Rounded square */
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hard-reg-logout-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #FF3B30;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 11;
    cursor: pointer;
}


/* Specific tweaks for profile bottom buttons if needed */
/* #profileAddButtons .add_buttons_wrapper { } */

@media (min-width: 768px) {
    .wallet-split-row-custom {
        width: 370px !important;
    }

    .hard-reg-banner-img {
        width: 320px !important;
    }
}



.trade-tip-booking-container-with-cover-fee {
    margin: 20% !important;
}

.apple-logo {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
}

.apple-svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}


#dvTappyMeAmountGift {
    margin-left: 0.5rem;
}

    #dvTappyMeAmountGift .custom-form .form-group .payment-bank-layout input.form-control {
        border-bottom: 1px solid #0d6efd !important;
        border-radius: 0 !important;
        margin: 1rem !important;
    }

.payment-bank-layout #dvTappyMeAmountGift {
    width: 100%;
}

    .payment-bank-layout #dvTappyMeAmountGift .form-group {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 10px;
    }

#btnTappyMeShareGift {
    width: 33%;
    padding: 4px 0px;
    margin: auto;
}

#lblRefrenceInputGift .custom-form .form-labels {
    color: var(--tap-blue);
}

#lblRefrenceInputGift {
    top: -9px !important;
    font-size: 15px !important;
    color: var(--tap-blue) !important;
    left: 0px !important;
}

.payment-bank-layout input#refrenceInputGift::placeholder {
    color: #9aa4b2;
    /* visible but subtle */
    opacity: 1;
    /* required for Chrome/Safari */
    font-size: 15px;
}

.tappymegift {
    width: 50%;
    height: auto;
}

.raise-cash-prefill_total_label {
    text-align: left;
    color: var(--tap-body-text);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.raise-cash-prefill_total_amount {
    font-size: 29px;
    font-weight: 700;
    color: var(--tap-blue);
    letter-spacing: 1px;
    text-align: left;
}

.raise-cash-img {
    /*position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
height: auto;*/
    width: 100px;
    border-radius:20px;
}

.raise-cash-servicefees_total_cont {
    margin-bottom: -1rem;
}

/* --- Raise Cash / Gift Upload View Styling --- */
.raise-cash-custom-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.raise-cash-upload-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.raise-cash-label {
    font-size: 15px;
    color: #0d6efd;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
}

.raise-upload-box {
    width: 85px;
    height: 85px;
    border: 1.5px solid #0d6efd;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: block;
    flex-shrink: 0;
}

    .raise-upload-box input[type="file"] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 10;
    }

    .raise-upload-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }

.raise-cash-custom-wrapper .raise-cash-input-row {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

    .raise-cash-custom-wrapper .raise-cash-input-row input.form-control {
        background: transparent;
        border: none;
        border-bottom: 1.5px solid #0d6efd !important;
        border-radius: 0;
        padding: 12px 0 5px 0;
        font-size: 16px;
        width: 100%;
        color: var(--tap-body-text);
        box-shadow: none !important;
        outline: none;
        text-align: left !important;
        margin: 0 !important;
    }

        .raise-cash-custom-wrapper .raise-cash-input-row input.form-control::placeholder {
            color: #9aa4b2;
            font-size: 14px;
        }

    .raise-cash-custom-wrapper .raise-cash-input-row label.floating-label {
        position: absolute;
        top: -15px !important;
        left: 0;
        font-size: 13px !important;
        color: #0d6efd !important;
        opacity: 1;
        pointer-events: none;
    }

/* Records Search Bar */

.records-search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--tap-bg);
    border: 0px solid transparent;
    border-radius: 16px;
    padding: 0 0.75rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    border-color: var(--tap-blue);
    box-shadow: 0 0 0 3px rgba(21, 117, 251, 0.15);
}

.records-search-container::placeholder {
    color: var(--tap-grey);
}

.records-search-icon {
    width: 18px;
    height: 18px;
    color: var(--tap-body-text);
    opacity: 0.5;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.records-search-container:focus-within .records-search-icon {
    opacity: 1;
}

.records-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 0.7rem 0.5rem;
    font-size: 14px;
    font-weight: 600;
    color: var(--tap-body-text);
    letter-spacing: 0.3px;
}

    .records-search-input::placeholder {
        color: var(--tap-body-text);
        opacity: 0.4;
        font-weight: 500;
    }

.records-search-clear {
    background: none;
    border: none;
    font-size: 22px;
    font-weight: 600;
    color: var(--tap-body-text);
    opacity: 0.5;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
    transition: opacity 0.2s ease, color 0.2s ease;
    display: none;
}

    .records-search-clear:hover {
        opacity: 1;
        color: var(--tap-red, #ff3b30);
    }

.records-no-results {
    text-align: center;
    padding: 2rem 1rem;
    color: var(--tap-body-text);
    opacity: 0.6;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 768px) {
    .records-search-wrapper {
        position: absolute;
        left: 0px;
        top: 290px;
        z-index: 2;
        flex: 0 0 auto;
        width: 175px;
        padding: 0.5rem;
        display: none;
    }

    .records-search-wrapper-web {
        position: fixed;
        bottom: 23%;
        z-index: 99;
        top: auto;
        right: 28px;
        left: 28px;
    }
}

/* Desktop Styles for Records Search */
@media (min-width: 768px) {
    .records-search-wrapper-web {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 25px;
        /* Space between search and export button below */
    }

    .records-search-container {
        border-radius: 12px;
        /* Matches month button aesthetics better on desktop */
    }
}


/* -----Sub Profile Assign Device Mobile Number CSS Start ------ */
.phone-view-form .form_content_flex {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.common-select:focus ~ .select-label,
.common-select:has(option:checked:not([value=""])) ~ .select-label {
    display: none;
}

.select-label {
    pointer-events: none;
}

.existing_number_row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
}

    .existing_number_row > div {
        min-width: 0;
    }

        .existing_number_row > div:last-child {
            flex: 0 0 70px !important;
            min-width: 70px !important;
        }

    .existing_number_row .btn {
        min-width: 30px;
        text-align: center;
        padding: 0;
    }

    .existing_number_row .existing_number {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 14px;
    }

    .existing_number_row .device-edit-mode .common-form {
        height: 40px !important;
    }

    .existing_number_row .device-edit-mode .select-wrapper .common-select {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 13px !important;
        height: 40px !important;
    }

    .existing_number_row .device-edit-mode .select-label {
        top: 13px !important;
        font-size: 11px !important;
    }

.auth_title_row_n_wrap {
    position: relative;
}

    .auth_title_row_n_wrap .infopop:target {
        position: absolute !important;
        top: calc(100% + 5px) !important;
        left: auto !important;
        right: 0 !important;
        transform: none !important;
        width: 320px !important;
        max-width: 90vw !important;
        box-sizing: border-box;
        z-index: 100;
    }

/* -----Sub Profile Assign Device Mobile Number CSS End ------ */

.action-button-wrapper {
    height: 36px !important;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.recordhistory_content_wrapper a.generate-receipt-link,
.recordhistory_content_wrapper a.generate-receipt-link * {
    color: var(--tap-blue) !important;
}


.recordhistory_content_wrapper a.generate-receipt-link {
color: var(--tap-blue) !important;
background: none !important;
background-color: transparent !important;
/* display: inline-block; */
white-space: nowrap;
font-size: 12px;
display: flex;
justify-content: flex-end;
align-items: center;
margin-left:0.5rem;
}

/* Clickable row */
.email-row {
    width: 90%;
    margin: 0 auto;
    padding: 16px 6px;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--tap-blue);
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    user-select: none;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.25s ease;
}

#emailRow {
    cursor: pointer;
}

.arrow-icon path {
    pointer-events: auto;
}

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

/* Expand Section */
.email-receipt-section {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    width: 90%;
    margin: 10px auto 0;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .30s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

    .email-receipt-section.show {
        padding: 5px;
        max-height: 1000px;
        opacity: 1;
    }

.email-section-header {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.email-row-btn {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    color: var(--tap-blue);
}

    .email-row-btn:hover {
        opacity: 0.8;
    }

.arrow-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.imgWidth {
    width: 100%;
}

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

/* Slicer Dot Desktop Styling */
.setting-dot-container-desktop {
    display: none !important;
    justify-content: center;
    align-items: center;
}

    .setting-dot-container-desktop span {
        display: inline-block;
    }

@media (min-width: 768px) {

    /* Hide the mobile dot slicer in desktop view */
    .setting-dot-container-mobile {
        display: none !important;
    }

    /* Show the desktop dot slicer in desktop view above the logo */
    .setting-dot-container-desktop {
        display: flex !important;
        width: fit-content;
    }
}

/* Wallet Custom Styles */
.hidden-input {
    display: none !important;
}

/*   .hidden-amount-input {
        position: absolute !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }*/



.embed-preview-title {
    color: #0d6efd;
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0 10px 5px;
    text-align: left;
}

.embed-card-container-custom {
    display: flex;
    justify-content: center;
    background: #fdfdfd;
    border-radius: 12px;
    padding: 15px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}

.embed-unified-card {
    margin-top: 1rem;
}

.embed-preview-section-custom {
    padding: 0px;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.embed-container {
    /* padding: 0 !important;
    margin: 0 !important;
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #f8faff; */
     
}

    /* .embed-container iframe {
        width: 100% !important;
        height: 500px !important;
        max-width: 400px;
        min-width: 320px;
        display: inline-block !important;
        border: none !important;
        margin: 0 auto !important;
        padding: 0 !important;
        background: transparent;
    } */

    .embed-detail-item:last-child {
        margin-bottom: 0;
    }

.embed-detail-label {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: var(--tap-body-text);
    margin-bottom: 15px;
    display: block;
    text-align: left;
}

.embed-input-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.embed-code-input-wrapper {
    height: 45px;
    background: var(--tap-bg);
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    border-radius: 14px;
    width: -webkit-fill-available;
    padding: 11px;
    display: flex;
}

.embed-code-input {
    width: 100%;
    border: none !important;
    background: transparent !important;
    color: #ced4da;
    font-size: 13px;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-copy-blue {
    background: #0d6efd !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 4px 15px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    min-width: 80px;
    height: 48px !important;
    cursor: pointer;
    transition: transform 0.2s;
    margin: 0 !important;
}

    .btn-copy-blue:hover {
        background: #0b5ed7 !important;
    }

    .btn-copy-blue span {
        font-size: 12px !important;
        font-weight: 400;
        margin-top: 2px;
    }

.dns-card-container-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.dns-card {
    flex: 1;
    background: #f8faff;
    border: 1px solid #eef2f8;
    border-radius: 12px;
    padding: 15px 20px;
}

.dns-row {
    display: flex;
    margin-bottom: 10px;
    font-size: 13px;
}

    .dns-row:last-child {
        margin-bottom: 0;
    }

.dns-key {
    font-weight: 600;
    color: #333;
    min-width: 100px;
}

.dns-val {
    color: #ced4da;
    font-weight: 400;
    word-break: break-all;
}

.dns-copy-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.embed-toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .embed-toggle-header .menu-left {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .embed-toggle-header .embed-title {
        display: flex;
        align-items: center;
        gap: 12px;
        color: var(--tap-blue);
        font-weight: 600;
        font-size: 15px;
    }

    .embed-toggle-header img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .embed-toggle-header .acc-sub {
        font-size: 11px;
        color: #9db1c5;
        font-weight: 400;
        margin-top: 2px;
    }

/* Stepper Layout & Buttons */
.payment-stepper-container {
    padding: 0.5rem;
}

.step-input-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: relative;
}

.step-goal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.display-amount-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: -15px;
    /* adjust to pull text up */
}

/*   .display-amount-text {
        font-size: 10px;
        font-weight: 700;
        color: #1a2a4e;
        text-align: center;
        line-height: 1.1;
    }
*/
/*.step-input-wrapper {
        flex: 1;
        display: flex;
        align-items: center;
        background: #f8f9fa;
        border-radius: 12px;
        padding: 0 15px;
        height: 52px;
        border: 1px solid #eee;
    }
    .step-input-field {
        border: none;
        background: transparent;
        width: 100%;
        font-size: 16px;
        outline: none;
    }
    .step-amount-val {
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }*/

/* Sharing Buttons Row - Matched to Screenshot */
/* .step-actions-row {
        display: flex;
        flex-direction: row;
        gap: 6px;
        margin-top: 5px;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
    }
    .step-action-btn {
        border: none !important;
        border-radius: 20px !important;
        padding: 6px 10px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        height: 42px !important;
        cursor: pointer;
        flex: 1;
        white-space: nowrap;
    }
    .btn-email-link, .btn-copy-link {
        background-color: #f0f7ff !important;
        color: #0d6efd !important;
    }
    .btn-whatsapp {
        background-color: #e8f9ef !important;
        color: #25d366 !important;
    }*/

/* Raise Cash Specifics */
.rc-img-placeholder {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    object-fit: cover;
    cursor: pointer;
    border: 1px dashed #ccc;
    padding: 4px;
    margin-top: 1rem;
}

.rc-skip-btn-abs {
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 10;
    background: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 11px;
    font-weight: 500;
}

/* .btn-p-primary {
        background-color: #0d6efd;
        color: #fff;
        border: none;
        padding: 6px 15px;
        border-radius: 8px;
        font-size: 13px;
    }*/
.muted-placeholder {
    color: #999;
}

.align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}



.wallet-toast {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    z-index: 99999;
    font-size: 13px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Fix Google Map Marker Hover and InfoWindow */
#walletGoogleMap img {
    max-width: none !important;
    max-height: none !important;
}

.gm-ui-hover-effect {
    display: none !important;
}

.gm-style-iw-c {
    padding: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}

.gm-style-iw-d {
    overflow: hidden !important;
    padding: 8px 12px !important;
}

.gm-style-iw-t::after {
    display: none !important;
}

.w-gal-sm::after {
    pointer-events: none !important;
}

/* Custom Marker Styles */
.custom-map-marker {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 100;
}

    .custom-map-marker img {
        width: 100%;
        height: 100%;
        display: block;
    }

.marker-tooltip {
    display: none;
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #333;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #eaeaea;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1001;
}

.custom-map-marker:hover .marker-tooltip {
    display: block;
}



.payview-options-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0rem 1rem;
}

.payview-custom-amount a {
    color: var(tap-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: opacity 0.2s;
}

    .payview-custom-amount a:hover {
        opacity: 0.8;
    }

.custom-amount-section {
    margin: 0rem 0rem 1.5rem;
    animation: fadeIn 0.3s ease-in-out;
}

.custom-amount-warning {
    color: var(--tap-red);
    border-radius: 8px;
    font-size: 1rem;
    margin: 12px 0rem 3px 1rem;
    text-align: left;
}

.custom-amount-warning-message {
    color: var(-tap-body-text);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.skeleton {
    background: #e2e5e7;
    background-image: linear-gradient(90deg, #e2e5e7 0px, #f1f3f4 40px, #e2e5e7 80px);
    background-size: 200vw 100%;
    animation: placeholderShimmer 1.5s infinite linear;
    color: transparent !important;
    border-radius: 4px;
    min-height: 1em;
    display: inline-block;
    pointer-events: none;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -200vw 0;
    }

    100% {
        background-position: 200vw 0;
    }
}


/* Mobile Unified Bottom Tabs & Controls Container */
@media (max-width: 767px) {
    .wallet-main-view {
        padding-bottom: 8rem !important;
    }

    .valut-section .menu-list-wrapper {
        margin-bottom: -3rem;
    }



    /* Seamless Merge with Messages Support Popup */
    .wallet_page_tabs_container.expanded-controls.merged-to-support {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

        .wallet_page_tabs_container.expanded-controls .wallet_page_tabs_flex {
            background: transparent !important;
            backdrop-filter: none !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            padding-bottom: 5px !important;
        }

        .wallet_page_tabs_container.expanded-controls .device-scroll-wrapper {
            position: static !important;
            background: transparent !important;
            backdrop-filter: none !important;
            border-radius: 0 !important;
            padding: 0px 10px 15px !important;
            margin: 0 !important;
            box-shadow: none !important;
            width: 100% !important;
        }

        .wallet_page_tabs_container.expanded-controls .pages_dots_cont {
            margin-bottom: 0 !important;
            background: transparent !important;
            backdrop-filter: none !important;
            border-radius: 0 !important;
        }

        .wallet_page_tabs_container.expanded-controls .records-search-wrapper-web {
            position: static !important;
            padding: 0 1rem !important;
            margin-bottom: 5px !important;
            width: 100% !important;
        }

        .wallet_page_tabs_container.expanded-controls .records-search-container {
            border-radius: 20px !important;
        }

        .wallet_page_tabs_container.expanded-controls .offcanvas-btn-floating {
            position: relative !important;
            width: 45px !important;
            height: 45px !important;
            border-radius: 12px !important;
            padding: 0 !important;
            z-index: 1040 !important;
        }
}


.d-none { display: none !important; }
.d-none { display: none !important; }




.payments-divider {
    display: none;  
}

.payments-divider-tips {
    display: none;  
}

.payments-divider-booking {
    display: none;  
}

.iframe-footer-helper {
    display: flex;
    justify-content: flex-end;
}


.dv-pay-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.frame-helper-booking {
    display: none;
    font-size: 1.2rem;
    color: var(--tap-body-text);
    z-index: 2;
    font-weight: var(--tap-semibold);
    padding: 9px 0 0 10px;
}

/* Bookings roster settings  */
.device-scroll-wrapper {
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
bottom: 102px !important;
}

.device-scroll-wrapper::-webkit-scrollbar {
height: 6px;
}

.device-scroll-wrapper::-webkit-scrollbar-thumb {
background: #aaa;
border-radius: 3px;
}

@media (min-width: 768px) {
    .device-scroll-wrapper {
    bottom: 0px !important;
    }
}

    /* Imported Styles from _RecordsChild */
    .modal-responsive {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        padding: 0rem !important;
    }
    .receipt-modal {
        max-height: -webkit-fill-available;
        overflow: visible;
        border-radius: 20px;
        padding: 0rem !important;
        justify-content: center;
    }
    .receipt-body {
        overflow: visible;
    }
    .receipt-close {
        position: absolute;
        top: 10px;
        right: 14px;
        background: none;
        border: none;
        font-size: 14px;
        font-weight: 500;
        color: #6c757d;
        cursor: pointer;
        z-index: 1056;
    }
    .model-body-padding {
        padding: 0rem !important;
    }
    .booking_record {
    background: linear-gradient(90deg, rgb(161 225 254) 0%, rgb(170 239 211) 100%) !important;
            border: none !important;
    }
        [data-theme="dark"] .booking_record { background: linear-gradient(90deg, rgb(13 52 70) 0%, rgb(15 105 69) 100%) !important; }

    .withdraw_record {
    background: #fcf0d8 !important;
            border: none !important;
    }
    .tip_bubble {
        background: #e5fbff !important;
        border: none !important;
    }

    /* Selection Highlights */
    .latest-bg { background: #e3faf6 !important; border: none !important; }
    .checkout-bg { background: #cffba5 !important; border: none !important; }
    .reverse-bg { background: #f7c8db !important; border: none !important; }
    .refund-bg { background: #fde4ed !important; border: none !important; }
    .cashout-bg { background: #fcf0d8 !important; border: none !important; }



    [data-theme="dark"] .latest-bg { background: #e3faf6 !important; }
    [data-theme="dark"] .checkout-bg { background: #1b460c !important; }
    [data-theme="dark"] .reverse-bg { background: #e3faf6 !important; }
    [data-theme="dark"] .refund-bg { background: #3d0527 !important; }
    [data-theme="dark"] .cashout-bg { background: #e3faf6 !important; }

    /* Amount Box Color Overrides for specific transaction types */
    .reverse-bg .tp-amount-gross,
    .refund-bg .tp-amount-gross {
        background-color: #f7c8db !important;
        color: var(--tap-red) !important;
    }
    [data-theme="dark"] .reverse-bg .tp-amount-fee,
    .refund-bg .tp-amount-fee {
        background-color: #4a3d06 !important;
        color: #ffc150 !important;
    }

    /* For Withdrawal (cashout-bg), both Gross(Amount) and Fee boxes should be Red */
    .cashout-bg .tp-amount-fee {
        background-color: var(--tap-red-fade) !important;
        color: var(--tap-red) !important;
    }

    [data-theme="dark"] .cashout-bg .tp-amount-fee {
         background-color: #441220 !important; color: #ff4f79 !important;
    }

    .history_tip_net {
        border: 1px solid var(--tap-sup-blue);
        border-radius : 13px;
    }
   
    /* Skeleton Loader Styles */
    .skeleton-txn {
        height: 100px;
        background: var(--tap-bg-accent);
        border-radius: 12px;
        margin-bottom: 10px;
        opacity: 0.6;
    }

    /* New Card Design Styles - Final Refined Structure */
    .tp-record-card-container {
        width: 100%;
        position: relative;
        cursor: pointer;
        transition: transform 0.2s ease;
    }
    
    .tp-record-card-container:hover {
        transform: scale(1.005);
    }

@media (min-width: 992px) {
    /* Main Layout Split */
    .records-desktop-split-container {
        display: grid;
        grid-template-columns: 1fr 380px; /* Reduced width for laptop compatibility */
        gap: 20px;
        align-items: start;
        padding: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .records-left-column {
        min-width: 0;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }

    .records-right-column {
        position: sticky;
        top: 20px;
        background: transparent;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        min-height: 800px;
        height: auto;
        display: flex !important;
        flex-direction: column;
        border: none;
        z-index: 10;
        margin-top: 0;
        padding-right: 20px;
    }

    .records-top-controls {
        width: 100%;
        margin-bottom: 2rem;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
        justify-content: flex-start !important;
    }

    .records-search-wrapper-web {
        flex: 1;
        max-width: 600px; /* Prevent search from getting too wide */
    }

    [data-theme="dark"] .records-right-column {
        border-color: rgba(255,255,255,0.05);
        box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    }

    .receipt-placeholder-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: 400px;
        color: var(--tap-grey);
    }

    .device-scroll-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        width: 100%;
    }

    .device-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    .active-booking-row {
        border: 2px solid var(--tap-blue) !important;
        box-shadow: var(--tap-inputfield-focus-box-shadow) !important;
        transform: scale(1.01);
    }

    .btn-close-panel {
        background: none;
        border: none;
        font-size: 2rem;
        line-height: 1;
        color: var(--tap-grey);
        cursor: pointer;
        padding: 0;
    }

    .btn-close-panel:hover {
        color: var(--tap-red);
    }

    .booking-details-actions .tp-btn-primary {
        justify-content: center;
        padding: 10px 15px;
    }

    .booking-details-actions .tp-btn-primary img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .desktop-receipt-content {
        width: 100%;
        height: 100%;
    }

    /* Single Line Record Row - Desktop */
    .tp-record-card {
        padding: 0.8rem 1.25rem !important;
        border-radius: 18px !important;
        margin-bottom: 0.75rem !important;
        border: 1px solid rgba(0,0,0,0.05) !important;
        height: auto !important;
        min-height: 65px;
        display: block !important;
    }

    /* Container for Header and Body to sit side-by-side */
    .tp-record-card > div:first-child {
        display: flex !important; 
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100%;
        gap: 15px;
    }

    .tp-record-header {
        margin-bottom: 0 !important;
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
        min-width: 400px; 
    }

    .tp-record-body {
        margin-bottom: 0 !important;
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    /* Action & Confirmation Rows */
    .tp-record-actions, .tp-confirm-row {
        width: 100% !important;
        margin-top: 15px !important;
        padding: 1.5rem !important;
        background: var(--tap-bg) !important;
        border-radius: 1.5rem !important;
        box-shadow: var(--tap-gradibutts-before-box-shadow) !important;
        border: none !important;
    }

    .tp-record-actions[style*="display:none"], 
    .tp-confirm-row.d-none {
        display: none !important;
    }

    .tp-confirm-row {
        justify-content: flex-end !important;
    }

    .tp-confirm-row .tp-input-pill {
        max-width: 300px !important;
    }

    .tp-input-pill {
        height: 50px !important;
        margin: 0 !important;
        background: var(--tap-bg) !important;
    }

    .tp-record-icon {
        width: 24px !important;
        height: 24px !important;
        object-fit: contain !important;
    }

    .tp-record-header {
        margin-bottom: 0 !important;
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 15px !important;
        font-size: 0.85rem !important;
    }

    .tp-header-col {
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        min-width: 140px !important;
        border: none !important;
        padding: 0 !important;
    }

    .tp-header-col-middle {
        flex: 1 !important;
        text-align: left !important;
        justify-content: flex-start !important;
        min-width: 110px !important;
    }

    .tp-header-col:last-child {
        min-width: 150px !important;
        justify-content: flex-start !important;
    }

    .tp-record-body {
        margin-bottom: 0 !important;
        gap: 8px !important;
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
    }

    .tp-amount-box {
        padding: 0.4rem 0.75rem !important;
        font-size: 0.85rem !important;
        min-width: 95px !important;
        border-radius: 10px !important;
        margin: 0 !important;
        flex: 0 0 auto !important;
        height: 34px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Desktop Refund Button */
    .desktop-refund-btn {
        background: #ff608d !important; /* Match the softer red in reference */
        color: #fff !important;
        border: none !important;
        box-shadow: 0 2px 8px rgba(255, 96, 141, 0.2) !important;
        height: 34px !important;
        padding: 0 1rem !important;
        font-size: 0.8rem !important;
        border-radius: 10px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-weight: 700 !important;
        transition: all 0.2s ease !important;
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        gap: 6px !important;
    }

    .desktop-refund-btn i {
        font-size: 0.9rem;
    }

    .desktop-refund-btn:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 12px rgba(255, 96, 141, 0.3) !important;
        background: #ff4d80 !important;
    }

    /* Row Active State */
    .active-row .tp-record-card {
        background: #f0f7ff !important;
        border: 1.5px solid var(--tap-blue) !important;
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1) !important;
    }

    [data-theme="dark"] .active-row .tp-record-card {
        background: rgba(0, 123, 255, 0.15) !important;
        border-color: var(--tap-blue) !important;
    }
}
    .tp-record-card {
        background: var(--tap-bg);
        border: none;
        border-radius: 20px;
        padding: 1.25rem;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: var(--tap-gradibutts-before-box-shadow);
    }
    .tp-record-card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.05); }

    .tp-record-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.3rem;
        font-size: 0.95rem;
        color: var(--tap-body-text);
        font-weight: var(--tap-semibold);
        /* gap: 15px; */
    }
    .tp-header-col {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 0 0 39%;
    }
    .tp-header-col-middle {
        justify-content: center;
        text-align: center;
        border-left: none;
        padding-left: 0;
        flex: 0 0 39%;
    }
    .tp-header-col:last-child {
        justify-content: flex-end;
        border-left: none;
        padding-left: 0;
        text-align: center;
        flex: 0 0 22%;
    }
    .tp-record-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .tp-record-body {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .tp-amount-box {
        padding: 0.75rem 1rem;
        border-radius: 12px;
        font-weight: var(--tap-bold);
        font-size: 1rem;
        flex: 1;
        text-align: center;
        min-width: 0;
    }
    .tp-amount-gross { background-color: var(--tap-green-fade); color: var(--tap-green); }
    .tp-amount-fee { background-color: var(--tap-red-fade); color: var(--tap-red);}
    .tp-amount-net { background-color: var(--tap-blue-fade); color: var(--tap-sup-blue); }

    [data-theme="dark"] .tp-record-card { background: #1e1e1e; border-color: #333; }
    [data-theme="dark"] .tp-record-title, [data-theme="dark"] .tp-amount-net { background-color: #0a344a; color: #5dc6fd; }
    [data-theme="dark"] .tp-amount-gross { background-color: #1f4013; color: #97e37d; }
    [data-theme="dark"] .tp-amount-fee { background-color: #441220; color: #ff4f79; }
    [data-theme="dark"] .tp-action-btn-reverse { background-color: #450a0a; color: #f87171 !important; }
    [data-theme="dark"] .tp-action-btn-receipt { background-color: #0c4a6e; color: #7dd3fc; }
    [data-theme="dark"] .tp-action-btn-invoice { background-color: #1e293b; color: #cbd5e1; border-color: #334155; }

    /* removed duplicate properties */
    .bi-pill-more {
        width: 42px !important;
        height: 42px !important;
        border-radius: 50% !important;
        padding: 0 !important;
        flex-shrink: 0;
        min-width: 42px !important;
    }
    .bi-pill-more i { font-size: 1.5rem; }
    .bi-pill-more.active {
        background: linear-gradient(91deg, #007bff, #94d9ff) !important;
        border: none !important;
    }

    /* Booking Specific Pill Designs - Records Tab Alignment */
    .bi-pill {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.65rem 1rem;
        border-radius: 14px;
        font-size: 0.85rem;
        font-weight: 700;
        text-align: center;
        flex: 1;
        min-width: 0;
    }
    .bi-pill-date { background-color: var(--tap-green-fade); color: var(--tap-green); }
    .bi-pill-time { background-color: var(--tap-orange-fade); color: var(--tap-yellow); }
    .bi-pill-cancel { background-color: var(--tap-red-fade); color: var(--tap-red); border: none; }
    .bi-pill-cancel.active { background-color: var(--tap-red-gradient); color: #fff; }

    [data-theme="dark"] .bi-pill-date { background-color: #1f4013; color: #97e37d; }
    [data-theme="dark"] .bi-pill-cancel { background-color: #441220; color: #ff4f79; }
    [data-theme="dark"] .bi-pill-time { background-color: #4a3d06; color: #ffc150; }

    .tp-record-actions {
        display: none;
        margin-top: 0.8rem;
        gap: 0.8rem;
        animation: fadeIn 0.3s ease;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .tp-confirm-row {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #f1f5f9;
        animation: slideInBottom 0.3s ease;
    }
    .tp-confirm-row .bi-input-lable {
        font-size: 0.85rem;
        color: var(--tap-grey);
        font-weight: 500;
    }
    .tp-confirm-row .tp-input-pill {
        background: var(--tap-bg);
        border: 1px solid #e2e8f0;
        border-radius: 20px;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        outline: none;
        width: 100%;
    }
    .tp-confirm-btn {
        background-color: var(--tap-blue);
        color: var(--tap-bg);
        border: none;
        border-radius: 20px;
        padding: 0.5rem 1.5rem;
        font-weight: 700;
        cursor: pointer;
        transition: transform 0.2s;
    }
    .tp-action-btn-reverse.active {
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
        transform: scale(0.98);
        background-color: var(--tap-bg) !important;
    }
    @keyframes slideInBottom {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .tp-action-btn {
        flex: 1;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        padding: 0.8rem 1rem;
        border-radius: 14px;
        font-weight: 700;
        border: none;
        cursor: pointer;
        transition: all 0.2s ease;
        font-size: 0.85rem;
        white-space: nowrap;
    }
    .tp-action-btn:hover { opacity: 0.9; transform: translateY(-1px); }
   
    .tp-action-btn-reverse {
        background-color: #441220 !important; color: #ff4f79 !important;
        color: #fff !important;
        box-shadow: 0 4px 12px rgba(255, 59, 92, 0.15);
    }
    .tp-action-btn-receipt, .tp-action-btn-invoice {
        background-color: var(--tap-bg);
        color: var(--tap-blue);
    }

    .tp-action-btn-invoice {
        display: none;
    }
   
    .share_butts {
        width: 1.5rem !important;
        height: 1.5rem !important;
        object-fit: contain;
    }
    .tp-action-btn-reverse .share_butts {
        filter: brightness(0) invert(1);
    }
   
   .tp-glass {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background: transparent;
        /* zoom: 0.8; */
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(-5px); }
        to { opacity: 1; transform: translateY(0); }
    }

    /* Mobile handling for small screens */
    @media (max-width: 600px) {
        .tp-record-card { padding: 1rem; }
        .tp-header-col { font-size: 0.75rem;}
        /* .tp-header-col:first-child { font-size: 0.8rem; } */
        .tp-amount-box { font-size: 0.85rem; padding: 0.6rem 0.5rem; }
        .bi-pill-more { width: 38px !important; height: 38px !important; }
        .tp-action-btn { font-size: 0.9rem; padding: 0.6rem 0.5rem 0.5rem; }
    }

    .transaction_feed_container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: calc(100vh - 100px);
        padding-bottom: 8vh;
        padding-top: 1vh;
        transition: padding-bottom 0.3s ease;
    }
   
    /* Month Group UI */
    .records-month-card {
        border-radius: 1.25rem;
        background: var(--tap-bg);
        box-shadow: var(--tap-gradibutts-before-box-shadow);
        margin-bottom: 0rem;
        transition: all 0.3s ease;
    }
    .records-month-card.expanded {
        box-shadow: var(--tap-inputfield-focus-box-shadow);
        border-radius: 2rem;
        z-index: 5;
        position: relative;
    }

    .records-month-card.expanded .monthly_collate_drop_btn {
        background: transparent;
    }

    .records-month-header {
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 1rem;
        width: 100%;
        gap: 12px;
    }
    .records-month-title {
        font-weight: 600;
        color: var(--tap-blue);
        font-size: 1.1rem;
    }
    .records-month-chevron {
        color: var(--tap-blue);
        transition: transform 0.3s ease;
        transform: none !important;
    }
    .records-month-card.expanded .records-month-chevron {
        transform: rotate(-90deg) !important;
    }
    .records-month-section {
        display: none;
        padding: 0rem 1rem 0rem 1rem;
        border-bottom: 1px solid var(--border-light);
    }

        .availability-settings-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .day-selector {
        -webkit-overflow-scrolling: touch;
        padding-bottom: 1rem;
        scrollbar-width: none;
    }
    .day-selector::-webkit-scrollbar {
        display: none;
    }

    .day-selector .tp-btn-primary.active {
        background-color: var(--tap-blue) !important;
        color: #ffffff !important;
        padding: 10px 18px;
        background: var(--tap-blue);
        box-shadow: inset 3px 3px 6px #4779ff, inset -3px -3px 6px #0091dc;
    }    

    .booking-label {
        font-size: 1.85rem;
        font-size: 0.95rem;
        font-weight: var(--tap-bold);
        color: var(--tap-body-text);
        margin: 0px 0 5px 10px;
    }
    .booking-input {
        width: -webkit-fill-available;
        height: 45px;
        padding: 0 10px;
        border-radius: 15px;
        border: none !important;
        background: var(--tap-bg);
        color: var(--tap-body-text);
        font-size: 15px;
        outline: none;
        transition: all 0.3s ease;
        box-shadow: var(--tap-gradibutts-before-box-shadow);
        font-weight: 400;
    }
    .booking-input:focus {
        border: none !important;
        background-color: var(--tap-bg);
        box-shadow: var(--tap-gradibutts-before-box-shadow);
    }

    .break-item {
        background: var(--tap-bg);
        border: none !important;
        border-radius: 14px;
        padding: 12px 16px;
        box-shadow: var(--tap-gradibutts-before-box-shadow);
    }
   
    .empty-state-box {
        background: var(--tap-bg);
        border: none !important;
        color: #64748b;
        border-radius: 16px;
    }

    .tp-btn-primary {
        border-radius: 14px;
        font-weight: 700;
        padding: 10px 18px;
    }

    .alert-warning {
        color: var(--tap-body-text);
        background-color: #cdffdb;
        border-radius: 20px;
    }

    .enable-settings-block {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .break-block {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .delete-break-btn {
        border: none;
        background-color: var(--tap-red-fade) !important;
        color: var(--tap-red) !important;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: all 0.2s ease;
    }

    .delete-break-btn:hover {
        background: var(--tap-red);
        color: #fff;
    }

    [data-theme="dark"] .delete-break-btn {
         background-color: #441220 !important; color: #ff4f79 !important;
    }

    #menuSharepayment {
        /* display: flex; */
        flex-direction: column;
        gap: 1rem;
        padding: 0rem 1rem 1rem !important;
        background: transparent;
    }

    #menuSharepayment.in,
    #menuPayment.in {
        display: flex !important;
        justify-content: space-between;
        width: -webkit-fill-available;
    }

    .card-col {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        flex-direction: column;
    }

    .version_copyright_footer_mobile {
        display: flex;
        flex-direction: column;
        position: relative;
        width: -webkit-fill-available;
        text-align: center;
    }

    .version_copyright_footer_desk {
        display: none;
    }

    .active-indicator {
        display: none; 
    }

.footer_meta { 
    display: flex; flex-direction: row; position: relative; gap: 4px; font-size: 6px !important;
}

.footer_text { 
    font-size: 7px !important; letter-spacing: 0 !important
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 1600px !important;
        padding-left: 0 !important;
        padding-right: 0px !important;
        width: -webkit-fill-available;
        /*min-width: 1280px !important;*/
                overflow-y: hidden;
    }
    .button {
        padding: 12px;
    }
    .wallet-main-view {
        height: 100svh;
        overflow-y: scroll;
        overflow-x: hidden;
        position: relative;
        z-index: 0;
        margin-bottom: -95px;
        padding: 1rem 1rem 95px 75px;
        /* max-height: 910px; */
        /*box-shadow: var(--tap-gradibutts-before-box-shadow);
        margin: 1rem;
        border-radius: 2rem;*/
        padding: 1rem 1rem 95px 75px;
    }
}

.payment-step-card.active,
.payment-step-card.vault-slide-out {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
}

.summary-list {
    padding: 1rem;
    display: flex;
    flex-direction: column !important;
    gap: 1rem;
    padding-top: 0rem;
}



/* Wallet Responsive Layout Styles (v2: No Sidebar Navigation) */

/* Default Visibility (Mobile First) */
.d-desktop-none {
    display: block !important;
}

.d-mobile-none {
    display: none !important;
}

@media (min-width: 992px) {
    .desktop-layout-root {
        display: flex !important;
        flex-direction: column !important;
        height: calc(710px + 2rem);
        overflow: hidden;
        box-shadow: var(--tap-gradibutts-before-box-shadow);
        border-radius: 35px 42px 35px 35px;
        max-width: 1420px !important;
        width: -webkit-fill-available;
        min-width: 1280px !important;
        margin: 2rem auto;
        padding: 0rem; /* dont change  */
        width: calc(100% - 2rem);
    }

        /* Inner card boxes should look clean */

    /* Hide internal previews on desktop - they move to right panel */
    .sub-tab-content .embed-preview-section-custom {
        display: none !important;
    }

    .card-box:has(> .collapse.in),
    .card-box:has(> .collapse.show) {
        border-radius: 1.5rem;
        box-shadow: var(--tap-inputfield-focus-box-shadow) !important;
        min-height: fit-content !important;

    }

    .wallet-tab-btn {
        background: none;
        border: none;
        padding: 0.75rem 0 0.75rem 0.75rem;
        color: var(--tap-body-text);
        font-weight: 500;
        font-size: 15px;
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .wallet-tab-icon img {
        display: inline-block;
        width: 35px;
        height: 35px;
    }


    .liquidGlass-effect {
        position: absolute;
        z-index: 0;
        inset: 0;
        backdrop-filter: blur(3px);
        filter: url(#glass-distortion);
        overflow: hidden;
        isolation: isolate;
        border-radius: 1.7rem !important;
    }

    .bookings-wrapper {
        gap: 0rem;
    }

    .records-search-wrapper-web {
        padding-left: 0rem;
        padding-right: 0rem;
        margin-bottom: 5px;
        max-width: 1362px !important;
        width: -webkit-fill-available;
    }

    .booking-month-section {
        display: none;
        padding: 0rem 1rem 1rem 1rem !important;
        border-bottom: 1px solid var(--border-light) !important;
    }

    .bi-address {
        max-width: -webkit-fill-available !important;
    }
    .booking-month-chevron {
    font-size: 1.2rem !important;
    }

    .device-scroll-wrapper {
        overflow-x: scroll;
        white-space: nowrap;
        background: transparent;
        position: relative;
        backdrop-filter: none;
        border-radius: 0px;
        padding: 0rem 0rem 1rem 0rem;
        margin: 1rem 0rem 0rem -1rem !important;
    }

    .vault-manage-mobiles-link {
        margin-top: 1rem !important;
    }
    .records-search-container { 
        box-shadow: var(--tap-gradibutts-before-box-shadow);
    }

    .bi-pill {
        font-size: 15px !important;
    }


    .transaction_feed_container {
        max-width: 1362px !important;
        width: -webkit-fill-available;
    }

    .tp-record-actions {
        width: 30%;
        margin: 1rem 0 0 auto;
    }

    .summary-field .val.name-large {
        text-transform: capitalize;
    }

    .summary-list {
        padding: 1rem;
        display: grid;
        gap: 1rem;
        padding-top: 0rem;
        grid-template-columns: 1fr 1fr !important;
    }

    .vault-stat-card .payments_content {
        height: 9rem;
    }

    .desk-cont-holder-wallet {
        margin-left: 75px;
    }

    .wallet-profile-section .w-gallery {
        height: 220px;
            margin-bottom: 0rem !important;
    }

    .vault-account-details {
        padding-top: 0rem;
    }

    .wallet-profile-section .w-profile {
        margin-bottom: 0rem;
    }

    .vault-master-col .wallet-profile-section .w-gallery {
        height: 150px !important;
    }

.vault-master-col .wallet-profile-section .w-gal-lg, .vault-master-col .w-gal-lg-min {
    height: 135px;
    min-height: 135px;
}

.vault-master-col .wallet-options-container {
    width: 28%;
    margin: -60px 0 0 auto;
}

    .vault-master-col .wallet-profile-section .w-gal-sm {
        height: 135px;
    }

.top-dashboard-section .stat-icon-xl {
    top: -1rem;
    right: -0.7rem;
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 5;
}

#cashOutOriginalView .payment-step-card.active, .payment-step-card.vault-slide-out {
    align-items: end;
}

#cashOutOriginalView #stepAmount .step-input-row {
   margin-bottom: 0px;
}

.vault-cash-out-icons {
    align-items: end;
}

#totalsSection .stat-icon-xl {
        right: -1.7rem !important;
}
#menuCashOut .menu-list-section .menu-item {
    padding: 1rem 1rem 0rem;
}

    .payment-step-card.active,
    .payment-step-card.vault-slide-out {
        display: flex !important;
        flex-direction: row;
        gap: 1rem;
    }

    .wallet-profile-section .w-gal-lg {
            flex: 1;
            overflow: visible;
    }

    .wallet-profile-section .w-gal-lg .bg-img {
        border-radius: 1.6rem;
    }

    .w-gal-overlay-merchant {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        padding: 0rem 1rem 0.6rem;
        background: none;
        margin-top: 1rem;
    }

    .wallet-profile-section .w-contact-list {
        width: 600px;
    }

    #toolsContent .tools-grid {
        flex-direction: row;
        justify-content: space-between;
    }

    .tools-col .tools-stats-col {
        width: 440px;
    }
        .wallet-profile-section .w-gal-sm {
            flex: 2;
    }

    .vault-dashboard-col .top-dashboard-section .stat-icon-lg {
        right: unset;
        left: 85%;
    }

    .top-dashboard-section .stat-icon-lg {
        right: unset;
        left: 500px;
    }

    .version_copyright_footer_mobile {
        display: none;
    }

    .desktop-left-summary .top-dashboard-section .stat-icon-lg {
        margin-top: -1.5rem;
    }

    .version_copyright_footer_desk {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: -webkit-fill-available;
        text-align: center;
        margin: 0rem auto 0px auto;
        bottom: 0;
    }

    #tabContent {
        position: relative;
        width: 100%;
        min-height: -webkit-fill-available;
        display: flex;
    }

    .payments_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 11rem;
    }

    .stat-name-label {
        max-width: 185px;
        margin-right: 1rem;
    }

    .payment-page.page-wrapper {
        padding: 0;
        max-width: 380px;
        margin: 1rem auto;
        box-shadow: var(--tap-gradibutts-before-box-shadow);
        min-height: 724px;
        height: -webkit-fill-available;
        border-radius: 2.5rem;
        background: var(--tap-bg);
    }

.page-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    flex-direction: column;
    min-height: 100dvh;
}

    .ani-container {
        width: 9rem;
    }

   .footer_logo_container {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        margin: 1rem auto 1rem;
    }

    .desktop-layout-root .embed-container {
        display: flex;
    }

    .desktop-layout-root .embed-container #iframePreviewWallet, .desktop-layout-root .embed-container #iframePreviewBooking {
        margin: 0 auto;
    }

    /* Sidebar Navigation Improvements: Expandable Sidebar */
.wallet_page_tabs_container.expanded-controls {
    position: absolute !important;

    width: 65px;
    margin: 0rem 0 -2rem 0rem !important;

    backdrop-filter: blur(25px) !important;
    z-index: 1090 !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;
    flex-shrink: 0 !important;

    padding: 20px 0 10px 8px !important;
    height: calc(710px + 2rem) !important;

    border-radius: 35px 0px 0px 35px !important;

    will-change: width;
}

.wallet_page_tabs_container.expanded-controls {
    transition: width 0.35s cubic-bezier(.34,1.56,.64,1);
}

.wallet_page_tabs_container.expanded-controls:hover {
    width: 155px;
}



    .menu-list-section {
        padding-top: 0px!important;
    }

    .wallet_page_tabs_flex {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important; /* Force items to the top */
        gap: 3rem !important;
        padding: 1.5rem 0 !important;
        width: 100% !important;
        height: auto !important; /* Let height grow naturally from top */
        height: calc(760px + 2rem) !important; /* Let height grow naturally from top */
    }

    .wallet_page_tabs_flex .tab-link {
        flex-direction: row !important; /* Align Icon left, Text right */
        align-items: center !important;
        gap: 0 !important;
        transition: all 0.3s ease !important;
        text-decoration: none !important;
        position: relative !important;
        transform: none !important;
    }

    .wallet_page_tabs_flex .tabs_icons {
        height: 34px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
        position: relative !important;
        width: 34px !important; 
        margin-right: 1rem !important;       
        margin-left: 10px;
    }

    .tab-link .nav-badge {
        position: absolute;
        top: -5px;
        right: -12px;
        font-size: 11px;
        height: 19px;
        padding: 2px 4px 0 4px;
        min-width: 19px;
        min-height: 19px;
    }

    .date-widget {
        top: 4px;
    }

    .date-widget .day {
        font-size: 7px;
    }

    .date-widget .date {
        font-size: 13px;
        left: 0px;
    }

    .tab-link.active .tabs_icons .date-widget .date {
        font-size: 12px;
    }

    /* ============================= */
/* Base state (hidden - fast out) */
/* ============================= */

.wallet_page_tabs_flex .tabs_text {
    opacity: 0;
    transform: translateX(20px);
    transition:
        opacity 0.15s ease,
        transform 0.15s ease;
    transition-delay: 0s;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    pointer-events: none;
    letter-spacing: 0.2px;

    will-change: transform, opacity;
}


/* ============================= */
/* Visible state (slow in) */
/* ============================= */

.wallet_page_tabs_container.expanded-controls:hover .tabs_text {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;

    transition:
        opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
        transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}


/* ============================= */
/* Stagger ONLY real menu items */
/* ============================= */

/* Increasing distance + delay */

.menu-item:nth-of-type(1) .tabs_text {
    transform: translateX(10px);
}
.menu-item:nth-of-type(2) .tabs_text {
    transform: translateX(15px);
}
.menu-item:nth-of-type(3) .tabs_text {
    transform: translateX(20px);
}
.menu-item:nth-of-type(4) .tabs_text {
    transform: translateX(25px);
}
.menu-item:nth-of-type(5) .tabs_text {
    transform: translateX(30px);
}
.menu-item:nth-of-type(6) .tabs_text {
    transform: translateX(35px);
}


/* Apply stagger ONLY on open */

.wallet_page_tabs_container.expanded-controls:hover 
.menu-item:nth-of-type(1) .tabs_text { transition-delay: 0.05s; }

.wallet_page_tabs_container.expanded-controls:hover 
.menu-item:nth-of-type(2) .tabs_text { transition-delay: 0.1s; }

.wallet_page_tabs_container.expanded-controls:hover 
.menu-item:nth-of-type(3) .tabs_text { transition-delay: 0.15s; }

.wallet_page_tabs_container.expanded-controls:hover 
.menu-item:nth-of-type(4) .tabs_text { transition-delay: 0.2s; }

.wallet_page_tabs_container.expanded-controls:hover 
.menu-item:nth-of-type(5) .tabs_text { transition-delay: 0.25s; }

.wallet_page_tabs_container.expanded-controls:hover 
.menu-item:nth-of-type(6) .tabs_text { transition-delay: 0.3s; }


/* ============================= */
/* Footer (animated like tabs) */
/* ============================= */

.footer-block .footer_text,
.footer-block .footer_meta {
    opacity: 0;
    transform: translateX(25px);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;

    pointer-events: none;
}


/* Show on menu open */
.wallet_page_tabs_container.expanded-controls:hover 
.footer-block .footer_text,
.wallet_page_tabs_container.expanded-controls:hover 
.footer-block .footer_meta {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;

    transition:
        opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
        transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wallet_page_tabs_container.expanded-controls:hover 
.footer-block .footer_text {
    transition-delay: 0.35s;
}

.wallet_page_tabs_container.expanded-controls:hover 
.footer-block .footer_meta {
    transition-delay: 0.4s;
}

.footer_meta { 
    font-size: 8px !important;
}

.footer_text { 
    font-size: 8px !important;
}


    .active-indicator {
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--tap-blue);
        transition: top 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
        left: 0px;
    }


        /* Profile Switcher centered at bottom */
    #profile-switcher {
        position: relative !important;
        z-index: 1060 !important;
        padding-left: 65px;
    }

    .pages_dots_cont {
        margin: 0rem auto 1rem;
    }

    .desktop-left-summary .card-col {
        margin-bottom: 0rem;
    }

    #totalsSection {
        min-height: 208px !important;
    }

    .tapo {
        --tap-r: 24px;
        --tap-w: 30px;
        --tap-h: 30px;
        background: linear-gradient(128deg, #ddf0ff, transparent 20%) !important;
    }

    .totals_content {
        zoom: 1.2;
        margin-bottom: 1rem;
    }

    .top-dashboard-section .pay-prev-label, .top-dashboard-section .pay-latest-label, .top-dashboard-section .stat-columns .column-detail {
        zoom: 1.2;
    }
    .pay-prev-list {
         zoom: 1.4;       
    }

    #walletChartsContainer {
        zoom: 1.1;
    }

    /*.wallet_page_tabs_flex {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        gap: 2rem !important;
        height: auto !important;
        padding: 0 !important;
        background: transparent !important;
        animation: none !important;
    }*/

    .booking-list-wrapper {
        max-width: 1362px !important;
    width: -webkit-fill-available;
    }
.new-wallet-wrapper {
    flex: 1;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;

    transform: translateX(65px);
    will-change: transform;
    backface-visibility: hidden;

    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}

    /* When menu expands */
    .wallet_page_tabs_container.expanded-controls:hover ~ .new-wallet-wrapper {
        transform: translateX(150px);
    }

    .wallet-main-view {
        width: 100% !important;
        padding: unset !important;
        scroll-behavior: smooth;
        height:fit-content;
        overflow-y: scroll;
        z-index: 0;
        margin-bottom: 0;
    }

    .wallet-desktop-layout {
        display: grid !important;
        grid-template-columns: 1fr calc(348px - -3rem) !important;
        /*gap: 3.5rem !important;*/
        align-items: start;
       /* max-width: 1700px;*/
        margin: 0 auto;
        padding-bottom: 0px;
        height: -webkit-fill-available;
        min-height: 650px;
    }

    /* Main Content Panel: Unified Layout */
    .left-panel-group {
        background: var(--tap-bg);
        backdrop-filter: blur(15px);
        border-radius: 2rem;
        padding: 1rem;
        border: 0px solid rgba(255, 255, 255, 0.4);
        min-height: -webkit-fill-available;
        display: flex !important;
        flex-direction: column !important;
        gap: 0.5rem !important;
        margin: 1rem 0 0 1rem;
    }

    /* Tabbed Navigation inside main panel */
    .wallet-tabs-nav {
        display: flex !important;
        border-bottom: 1px solid rgba(170, 196, 222, 0.3);
        justify-content: space-between;
        margin: 0rem 1rem 6px 0;
    }

    .wallet-tab-btn {
        background: none;
        border: none;
        padding: 0.75rem 0;
        color: var(--tap-body-text);
        font-weight: 500;
        font-size: 15px;
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .wallet-tab-btn:hover {
            color: var(--tap-blue);
        }

        .wallet-tab-btn.active {
            color: var(--tap-blue);
        }

            .wallet-tab-btn.active::after {
                content: '';
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 100%;
                height: 3px;
                background: var(--tap-blue);
                border-radius: 3px;

                transform-origin: center;
                animation: tabIndicatorBounce 0.45s cubic-bezier(.34,1.56,.64,1);
            }

            @keyframes tabIndicatorBounce {
                0% {
                    transform: scaleX(0.3);
                    opacity: 0;
                }
                40% {
                    transform: scaleX(1.1); /* overshoot */
                    opacity: 1;
                }
                65% {
                    transform: scaleX(0.95); /* recoil */
                }
                100% {
                    transform: scaleX(1);
                }
            }
        .wallet-tab-btn {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .wallet-tab-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            flex-shrink: 0;
        }

        .wallet-tab-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .search-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            flex-shrink: 0;
        }

        .search-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .wallet-tab-label {
            line-height: 1;
        }

    /* Vault Tab: 3-Column Grid */
    /* .vault-tab .menu-list-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 2rem !important;
        align-items: start !important;
        background: transparent !important;
        box-shadow: none !important;
        width: 100% !important;
        padding: 1rem;
    }

    .vault-dashboard-col { order: 1 !important; }
    .vault-master-col { order: 2 !important; }
    .vault-cashout-col { order: 3 !important; } */

    .vault-tab .menu-list-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 1rem !important;
        align-items: start !important;

        background: transparent !important;
        box-shadow: none !important;

        width: calc(100% - 65px) !important;
        padding: 1rem;
    }

    /* Row 1 - Left */
    .vault-dashboard-col {
        grid-column: 2;
        grid-row: 1;
    }

    /* Row 1 - Right */
    .vault-cashout-col {
        grid-column: 2;
        grid-row: 1;
        margin-top: 575px !important;
    }

    /* Row 2 - Full width */
    .vault-master-col {
        grid-column: 1;
        grid-row: 1;
    }


    /* Force sections open in Vault grid on desktop */
    .vault-master-col > .collapse, 
    .vault-cashout-col > .collapse {
        display: flex !important;
        height: auto !important;
        flex-direction: column;
        gap: 1rem;
    }

    /* Hide toggles/arrows in Vault grid on desktop */
    .vault-master-col > .menu-item .chevron-toggle,
    .vault-cashout-col .menu-header .chevron-toggle {
        display: none !important;
    }

    /* Cashboard Tab: Internal 2-Column Grid */
    .cashboard-grid {
        display: grid !important;
        grid-template-columns: 1.6fr 1fr !important;
        gap: 1rem !important;
        align-items: start;
    }

    .cashboard-col {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem !important;
    }

    /* Left Column: Stats Cards */
    .stats-col .card-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 1rem !important;
        width: 100% !important;
    }

    .card-col {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        flex-direction: column;
    }

    .stats-col .stat-card {
        width: 100% !important;
        margin: 0 !important;
        min-height: 14rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* Right Column: Quick Actions */
    .actions-col #sharePaymentSection {
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
    }

        .actions-col #sharePaymentSection > .menu-item {
            display: none !important;
        }

    /* Tools Tab: 2-Column Grid */
    .tools-grid {
        display: grid !important;
        grid-template-columns: 1.25fr 1fr !important;
        gap: 3rem !important;
        align-items: start;
    }

    .tools-col {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
        width: 50%;
    }

    /* Force Embed section to be open on desktop */
    .tools-embed-col .collapse {
        display: block !important;
        height: auto !important;
    }

    .tools-embed-col .embed-toggle {
        display: none !important;
    }

    .tools-embed-col .card-box {
        /* box-shadow: none !important; */
        background: transparent !important;
        border: none !important;
        padding-top: 0 !important;
    }

    .actions-col #menuSharepayment {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
        padding: 0 !important;
        background: transparent !important;
    }

    /* Booking Tab: 2-Column Grid */
    .bookings-grid {
        display: grid !important;
        align-items: start;
        grid-template-columns: 2.25fr 1fr !important;
        gap: 1rem !important;       
    }

    .bookings-col {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
    }

        /* Force Embed section to be open on desktop */
        .bookings-col.embed-col .collapse {
            display: block !important;
            height: auto !important;
        }

        .bookings-col.embed-col .accordion-toggle {
            display: none !important;
        }

        .bookings-col.embed-col .card-box {
            /* box-shadow: none !important; */
            background: transparent !important;
            border: none !important;
            padding-top: 0 !important;
        }

    /* Sticky Phone Preview */
    .right-panel-group {
        display: flex !important;
        justify-content: center;
        align-items: flex-start;
        position: sticky !important;
        top: 0rem !important;
    }

    .phone-preview-container {
        width: 350px;
        flex-shrink: 0;
        position: relative;
        height: 690px;
        margin-top: 1rem;
        zoom: 0.9;

    }

    .phone-preview-container.preview-relocated {
        zoom: 0;
    }

    .phone-preview-container iframe {
        width: 100%;
        height: 100%;
        border: none;
        background: var(--tap-bg);
        border-radius: 2.5rem;
        /* box-shadow: var(--tap-gradibutts-before-box-shadow); */
        zoom: 1.1;
        }

    .preview-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
        cursor: default;
    }

    /* Adjust Tab Panes */
    .desktop-tab-pane {
        width: 100% !important;
    }

        /* Hide accordion headers for content displayed in tabs */
        .desktop-tab-pane:not([data-tab="cashboard"]) > .menu-item {
            display: none !important;
        }

        .desktop-tab-pane:not([data-tab="cashboard"]) > .collapse {
            display: block !important;
            height: auto !important;
        }

    /* Utility Overrides */
    .d-desktop-none {
        display: none !important;
    }

    .d-mobile-none {
        display: block !important;
    }

    /* Theme-based Box Shadow */
    [data-theme="dark"] .stat-card,
    [data-theme="dark"] .left-panel-group,
    [data-theme="dark"] {
        box-shadow: var(--tap-inputfield-focus-box-shadow) !important;
    }

    .stat-card,
    .left-panel-group {
        box-shadow: var(--tap-inputfield-focus-box-shadow);
    }
}

/* Sub-tabs for Tools page */
.tp-sub-tabs-nav {
    display: none;
    gap: 2rem;
    border-bottom: 1px solid var(--tap-sup-grey-fade-2);
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
    width: 100%;
    justify-content: flex-start;
}

@media (min-width: 992px) {
    .tp-sub-tabs-nav {
        display: flex;
    }
}

.tp-sub-tab-btn {
    background: none;
    border: none;
    padding: 0.5rem 0;
    font-weight: 500;
    color: var(--tap-grey);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-size: 14px;
    gap: 1rem;
    display: flex;
    align-items: center;
}

.tp-sub-tab-btn img {
    width: 32px;
    height: 32px;
}
.tp-sub-tab-btn:hover {
    color: var(--tap-blue);
    opacity: 1;
}

.tp-sub-tab-btn.tp-sub-tab-active {
    color: var(--tap-blue);
    opacity: 1;
}

.tp-sub-tab-btn.tp-sub-tab-active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--tap-blue);
    border-radius: 3px;
}

/* Tab content visibility */
.sub-tab-content {
    display: block;
}

@media (min-width: 992px) {
    .sub-tab-content {
        display: none !important;
    }
    .sub-tab-content.tp-sub-tab-active {
        display: block !important;
    }
}





/* =========================================
   IFRAME-SCOPED INTERACTION .iframe-cont-pay

    .iframe-cont-pay:has(body:active) .class,
    .iframe-cont-pay:focus-within .class {
   ========================================= */

   /* Make/ keep iframe body transparent when done all testing */

@media (max-width: 991px) {
.iframe-cont-pay html {
    background: #00000000 !important;
    background-color: #00000000 !important;
}

.iframe-cont-pay body {
    background: #00000000 !important;
    background-color: #00000000 !important;
}

.iframe-cont-pay .payment-page.page-wrapper {
    position: relative !important;
    top: unset !important;
    left: 0 !important;
    width: unset !important;
    height: fit-content !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.7rem 0rem 0rem 0rem !important;
    padding: 0rem 0rem 0rem 0rem !important;
    overflow: visible !important;
}

.iframe-cont-pay:has(body:active) .share-popdown.show, .iframe-cont-pay:focus-within .share-popdown.show {
    margin: 0.8rem -0.8rem 0.8rem 0.8rem;
}

.iframe-cont-pay:has(body:active) .share-btn, .iframe-cont-pay:focus-within .share-btn {
    font-size: 14px;
}



.iframe-cont-pay .page-container {
    height: 175px !important;
    min-height: 175px !important;
    max-height: 175px;
    /* transition: max-height 0.35s ease, transform 0.4s cubic-bezier(0.22, 1.2, 0.36, 1); */
    width: 300px;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    padding: 0.8rem !important;
    border-radius: 27px;
    margin-bottom: 0.8rem;

    /* always visible */
    transform: translateY(0) scale(1);
}

.iframe-cont-pay:has(body:active) .page-container,
.iframe-cont-pay:focus-within .page-container {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;

    /* subtle motion instead of appearing */
    transform: translateY(8px) scale(1.02);
    animation: dropBounce 0.5s ease forwards;
}

@keyframes dropBounce {
    0% {
        transform: translateY(-40px) scale(0.95);
    }
    60% {
        transform: translateY(5px) scale(1.02);
    }
    80% {
        transform: translateY(-2px) scale(0.99);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.iframe-cont-pay .banner-img-bg {
    height: 108px;
    filter: blur(12px) hue-rotate(370deg) brightness(1) contrast(1);
    width: calc(300px + 2rem);
    margin: 0rem 0rem 0rem -2rem;
}

.iframe-cont-pay:has(body:active) .banner-img-bg, .iframe-cont-pay:focus-within .banner-img-bg {
    filter: var(--tap-img-blur);
}

.iframe-cont-pay .banner-img {
    height: 132px;
    -webkit-mask-image: linear-gradient(to bottom, black 5%, #ffffff00 73%);
    width: calc(300px + 2rem);
    margin: -1rem 0rem 0rem -2rem;
}

.iframe-cont-pay:has(body:active) .banner-img, .iframe-cont-pay:focus-within .banner-img {
    -webkit-mask-image: linear-gradient(to bottom, black 58%, #ffffff00 94%);
}

.iframe-cont-pay .island_header_pay, .island_header_booking {
    display: none;
}

.iframe-cont-pay:has(body:active) .island_header_pay, .iframe-cont-pay:has(body:active) .island_header_booking, .iframe-cont-pay:focus-within .island_header_pay, .iframe-cont-pay:focus-within .island_header_booking {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    top: 0rem;
    position: relative;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    height: 45px; 
    width: calc(100% - 55px); 
}

.iframe-cont-pay:has(body:active) .bookme_button, .iframe-cont-pay:focus-within .bookme_button {
    min-width: 45px;
    min-height: 45px;
    max-height: 45px;
}

.iframe-cont-pay:has(body:active) .banner-total-pill, .iframe-cont-pay:focus-within .banner-total-pill {
    padding: 4px 0.8rem 2px;
    border-radius: 14px;
    height: 44px;
    width: -webkit-fill-available;
}

.iframe-cont-pay:has(body:active) .banner-total-pill .total-amount, .iframe-cont-pay:focus-within .banner-total-pill .total-amount, .iframe-cont-pay:has(body:active) .banner-total-pill .total-label, .iframe-cont-pay:focus-within .banner-total-pill .total-label {
    font-size: 1rem;
}

.iframe-cont-pay:has(body:active) .button_case_share, .iframe-cont-pay:focus-within .button_case_share {
    min-height: 45px;
    max-width: 45px;
    margin: calc(-56px + 0.8rem) 0rem 0 auto;
}

.iframe-cont-pay .pay_inner_info_wrapper {
    margin: 0;
    align-items: flex-start;
}

.iframe-cont-pay:has(body:active) .pay_inner_info_wrapper, .iframe-cont-pay:focus-within .pay_inner_info_wrapper {
    align-items: center;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
}

.iframe-cont-pay .profile_info_block {
    display: none;
}

.iframe-cont-pay:has(body:active) .profile_info_block, .iframe-cont-pay:focus-within .profile_info_block {
    display: flex;
}

.iframe-cont-pay .heading {
    font-size: 20px;
}

.iframe-cont-pay .subheading {
    font-size: 17px;
}

.iframe-cont-pay .booking-head {
    margin: 0rem 0.8rem 0rem 0.8rem;
    font-size: 13px;
}

.iframe-cont-pay .calicon {
    width: 19px;
}

.iframe-cont-pay:has(body:active) .booking-head, .iframe-cont-pay:focus-within .booking-head {
    margin: 0rem 0.8rem 1rem 0.8rem;
}

.iframe-cont-pay .days-scroll {
    width: calc(100% - 37px);
    margin: calc(-8rem - 4px) 0 0 calc(75px - 1.8rem);
    padding: 0 2.4rem;
    gap: 0.8rem;
    z-index: 0;
}

.iframe-cont-pay:has(body:active) .days-scroll, .iframe-cont-pay:focus-within .days-scroll {
    margin: 0 -1rem 0rem;
    padding: 0rem 1rem 1rem;
    gap: 1rem;
    width: -webkit-fill-available;
}

.iframe-cont-pay .day-btn {
    min-width: 58px;
    height: 73px;
    box-shadow: none;
    border-radius: 15px;
    padding: 0px 0 7px 0;
}

.iframe-cont-pay:has(body:active) .day-btn, .iframe-cont-pay:focus-within .day-btn {
    min-width: 65px;
    padding: 0px 0 14px 0;
    box-shadow: var(--tap-gradibutts-before-box-shadow);
    height: unset;
    border-radius: 18px;
}

.iframe-cont-pay .daybtnday {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.iframe-cont-pay:has(body:active) .daybtnday, .iframe-cont-pay:focus-within .daybtnday { 
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.iframe-cont-pay .payments-divider-booking {
    display: flex;
    font-size: 1.2rem;
    color: var(--tap-body-text);
    z-index: 2;
    font-weight: var(--tap-semibold);
    margin: 44px 0 0 auto;
}

.iframe-cont-pay:has(body:active) .payments-divider-booking, .iframe-cont-pay:focus-within .payments-divider-booking { 
    display: none;
}

.frame-helper-pay {
    font-size: 1.2rem;
    color: var(--tap-body-text);
    z-index: 2;
    font-weight: var(--tap-semibold);
    margin: 11px 5rem 0 auto;
}

.iframe-cont-pay .footer_logo_container {
    justify-content: flex-end;
}

.iframe-cont-pay .ani-container {
    margin: -20.4rem -5px 0 auto;
    width: 29%;
    z-index: 107;
    position: relative; 
}

.iframe-cont-pay:has(body:active) .ani-container, .iframe-cont-pay:focus-within .ani-container {
    margin: 0 auto;
    width: 35%;
    position: relative;
}

.iframe-cont-pay .trade-tip-button {
            padding: 4px 12px 3px;
        border-radius: 9px;
        height: 31px;
        font-size: 13px;
        margin: 0rem 0;
        box-shadow: none !important;
}

.iframe-cont-pay:has(body:active) .trade-tip-button, .iframe-cont-pay:focus-within .trade-tip-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--tap-bold) !important;
    color: var(--tap-blue) !important;
    border: 0px solid rgb(247, 251, 255) !important;
    padding: 9px 18px 8px;
    text-align: center;
    border-radius: 15px;
    transition: background 0.1s, color 0.1s;
    height: 45px;
    letter-spacing: 0.3px;
    font-size: 20px;
    background: var(--tap-gradibutts-before-background);
    box-shadow: var(--tap-gradibutts-before-box-shadow) !important;
    outline: none;
    gap: 8px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px) scale(0.96);
    animation: appleFadeUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    margin: 0rem 0;    
}

.iframe-cont-pay:has(body:active) .trade-tip-button.active, .iframe-cont-pay:focus-within .trade-tip-button.active {
    color: #fff !important;
}

.iframe-cont-pay #dvPayContent {
    max-height: 19rem;
}



.iframe-cont-pay:has(body:active) .bookme_icon_ani, .iframe-cont-pay:focus-within .bookme_icon_ani {
    width: 45px;
}

.iframe-cont-pay:has(body:active) .tappyme_icon_ani, .iframe-cont-pay:focus-within .tappyme_icon_ani {
    width: 35px;
}

.iframe-cont-pay .dynamic_pay_content {
    padding: 0 0rem
}

.iframe-cont-pay:has(body:active) .dynamic_pay_content, .iframe-cont-pay:focus-within .dynamic_pay_content {
    min-height: 23rem;
    padding: 0 0rem;
}

.iframe-cont-pay:has(body:active) .checkout-button-logos, .iframe-cont-pay:focus-within .checkout-button-logos {
    width: 38%;
}

.iframe-cont-pay .payments-divider {
    display: flex;
    height: auto;
    padding: 0px;
    z-index: 3;
    flex-direction: column;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.iframe-cont-pay .payments-divider img {
    width: 100%;
}

.iframe-cont-pay:has(body:active) .payments-divider, .iframe-cont-pay:focus-within .payments-divider { 
    display: none;
}

.iframe-cont-pay .payments-divider-tips {
    display: flex;
    height: auto;
    padding: 0px;
    z-index: 3;
    flex-direction: column;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.iframe-cont-pay:has(body:active) .cust_am_add_fees, .iframe-cont-pay:focus-within .cust_am_add_fees {
    display: flex;  
}

.iframe-cont-pay .cust_am_add_fees {
    display: none;  
}

.iframe-cont-pay:has(body:active) .payments-divider-tips, .iframe-cont-pay:focus-within .payments-divider-tips { 
    display: none;
}

.iframe-cont-pay .dv-pay-content {
    gap: 0.8rem;
}

.iframe-cont-pay:has(body:active) .dv-pay-content ,
.iframe-cont-pay:focus-within .dv-pay-content {
    gap: 1rem;
}

.iframe-cont-pay .pay-form {
    width: 70%;
    margin: calc(-72px + -0.8rem) 0 0 auto;
}

.iframe-cont-pay:has(body:active) .pay-form, .iframe-cont-pay:focus-within .pay-form {
    width: -webkit-fill-available;
    margin: unset;
}

.iframe-cont-pay:has(body:active) #AddReference, .iframe-cont-pay:focus-within #AddReference {
    font-size: 14px;
}

.iframe-cont-pay:has(body:active) .pay-coverfees, .iframe-cont-pay:focus-within .pay-coverfees {
    font-size: 12px;
}

.iframe-cont-pay .page-wrapper .form-label {
    font-size: 15px; 
}

.iframe-cont-pay .page-wrapper .tp-input-pill {
    box-shadow: none;
}

.iframe-cont-pay:has(body:active) .tp-input-pill, .iframe-cont-pay:focus-within .tp-input-pill {
    box-shadow: var(--tap-gradibutts-before-box-shadow);
}

.iframe-cont-pay .x_pay_button_container {
    width: 63%;
}

.iframe-cont-pay .tappypay_button_container {
    width: 33%;
}

.iframe-cont-pay .button_case_share {
    display: none;
}

.iframe-cont-pay:has(body:active) .button_case_share, .iframe-cont-pay:focus-within .button_case_share {
    display: flex;
}

.iframe-cont-pay .profile-img {
    width: 69px;
    height: 69px;
    border-radius: 17px;
}



.iframe-cont-pay:has(body:active) .custom-amount-warning, .iframe-cont-pay:focus-within .custom-amount-warning {
    font-size: 11px;
}

.iframe-cont-pay .tip-button-container {
    gap: 0.5rem !important;
    width: calc(300px - 100px);
    margin-top: -106px !important;
    margin-left: 78px;
    margin-bottom: 0.8rem;
}

.iframe-cont-pay:has(body:active) .tip-button-container, .iframe-cont-pay:focus-within .tip-button-container {
    display: grid !important;
    gap: 0.8rem !important;
    margin: 0 !important;
    overflow-x: inherit !important;
    padding: 0 !important;
    width: 100%;
}

}
/* Cash Out Add Bank Inline Form Styles */
.vault-add-bank-form {
    padding: 10px 0 20px 0;
}

.vault-add-bank-icon {
    width: 32px !important;
    height: 32px !important;
    margin-right: 8px !important;
}

.vault-add-bank-header {
    font-size: 1.1rem !important;
}

.vault-add-bank-sub {
    font-size: 0.95rem !important;
    color: var(--tap-blue) !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.vault-add-bank-group {
    height: auto !important;
    margin-bottom: 12px !important;
}

.vault-add-bank-buttons {
    margin-top: 20px !important;
    display: flex !important;
    gap: 10px !important;
}

.vault-add-bank-btn {
    flex: 1 !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

/* Manage Mobiles Modal Styles */
.vault-manage-mobiles-link {
    font-size: 0.75rem;
    color: var(--tap-blue);
    cursor: pointer;
    text-decoration: underline;
    margin-top: 2px;
}

#manageMobilesModal {
    overflow: visible !important;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

#manageMobilesModal::-webkit-scrollbar {
    display: none; /* WebKit */
}

#manageMobilesModal .modal-dialog,
#manageMobilesModal .modal-content,
#manageMobilesModalBody {
    overflow: visible !important;
}

.vault-modal-content {
    border-radius: 24px !important;
    padding: 0 !important; 
    border: none !important;
    box-shadow: var(--tap-shadow) !important;
    background-color: var(--tap-bg) !important;
    color: var(--tap-body-text) !important;
    height: auto !important; /* Adapt to content */
}

#manageMobilesModal .additional-phone-number-view {
    display: flex;
    flex-direction: column;
    max-height: 85vh; 
    overflow: visible; 
}

#manageMobilesModal .auth_title_row_n_wrap {
    padding: 20px 20px 10px 20px;
    margin-bottom: 0;
    flex: 0 0 auto;
}

#manageMobilesModal .phone-view-form-wrapper {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

#manageMobilesModal .phone-view-form {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

#manageMobilesModal .form_content_flex {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

#manageMobilesModal .phone-view-detail {
    overflow-y: auto;
    flex: 1 1 auto;
    padding: 0 20px;
    min-height: 50px;
    max-height: 35vh; /* Reduced height to ensure better fit for dropdown */
    margin-bottom: 15px;
    scrollbar-width: thin;
    scrollbar-color: var(--tap-grey) transparent;
}

#manageMobilesModal .phone-view-detail::-webkit-scrollbar {
    width: 6px;
}

#manageMobilesModal .phone-view-detail::-webkit-scrollbar-track {
    background: transparent;
}

#manageMobilesModal .phone-view-detail::-webkit-scrollbar-thumb {
    background-color: var(--tap-grey);
    border-radius: 20px;
}

#manageMobilesModal .mobilenum-form,
#manageMobilesModal .common-form {
    padding: 0 20px;
    flex: 0 0 auto;
    width: 100%;
}

#manageMobilesModal .activation_button_container {
    padding: 10px 20px 25px 20px; /* Added more bottom padding */
    flex: 0 0 auto;
    background-color: var(--tap-bg); 
    display: flex;
    gap: 15px;
    justify-content: space-between;
    z-index: 10;
    margin-top: 25px; /* Increased gap further */
}

#manageMobilesModal .mobilenum-form {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    margin-top: 10px;
}

#manageMobilesModal .contact_prefix {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--tap-blue);
    margin-right: 5px;
}

#manageMobilesModal .tp-input-pill {
    flex: 1;
    min-width: 0;
}

#manageMobilesModal .activation_headers {
    color: var(--tap-blue);
}

#manageMobilesModal .existing_number_row {
    border-bottom: 1px solid var(--tap-bg-accent);
    padding: 12px 0;
}

#manageMobilesModal .existing_number {
    color: var(--tap-body-text);
}

@media (max-width: 500px) {
    .vault-modal-content {
        margin: 10px;
        height: auto; /* Reverted fixed height to fit content */
        max-height: 90vh;
    }
    
    #manageMobilesModal .phone-view-detail {
        max-height: 35vh;
    }
}

/* Additional Phone Number Partial Styles */
.vault-info-container {
    position: relative;
    flex: 0 0 auto;
}

.vault-info-icon-wrapper {
    cursor: pointer;
}

.vault-info-popover {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 250px;
    background: var(--tap-bg);
    border: 1px solid var(--tap-blue);
    border-radius: 12px;
    padding: 12px;
    z-index: 1000;
    box-shadow: var(--tap-shadow);
    color: var(--tap-body-text);
    font-size: 0.85rem;
    line-height: 1.4;
}

.vault-info-popover-footer {
    text-align: right;
    margin-top: 5px;
}

.vault-close-tip {
    color: var(--tap-red);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

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

.vault-flex-1 {
    flex: 0 0 auto;
    min-width: 140px;
}

.vault-flex-1-5-margin {
    flex: 1;
    margin: 0 10px;
}

.vault-number-actions {
    flex: none;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
    padding-left: 5px;
}

.vault-btn-icon-sm {
    padding: 0 5px !important;
}

.vault-device-label {
    flex: 0 0 auto;
    min-width: 140px;
}

.vault-device-name-wrapper {
    flex: 1 1 auto;
    margin-left: 8px;
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: hidden;
}

.vault-device-name-nowrap {
    white-space: nowrap;
    overflow: visible;
}

.vault-device-name-ellipsis {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.vault-device-edit-wrapper {
    flex: 1 1 auto;
    margin-left: 8px;
    display: none;
    max-width: 170px; /* Reduced width as requested */
}

.vault-display-block {
    display: block;
}

.vault-hidden {
    display: none;
}

/* Premium Alert Styling - Wallet (Hidden when empty) */
.mobile-client-alert {
    display: none;
    color: #ff0000 !important;
    font-weight: bold !important;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    padding: 1rem;
    background: #fbd7e4 !important;
    border-radius: 1.5rem;
    font-size: 18px;
}

/* Premium Alert Styling - Payment Screens (Visible when injected) */
.payment-client-alert {
    display: block;
    color: #ff0000 !important;
    font-weight: bold !important;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    padding: 1rem;
    background: #fbd7e4 !important;
    border-radius: 1.5rem;
    font-size: 18px;
}

/* Force override for nested tags (spans/paragraphs) from rich text editor */
.payment-client-alert span,
.mobile-client-alert span,
.payment-client-alert p,
.mobile-client-alert p {
    color: #ff0000 !important;
    background: transparent !important;
}


/* Vault Chart Enhancements */
.vault-chart-wrapper,
.vault-balance-layout,
.vault-balance-bottom,
.wide-balance-card,
.stat-card {
    overflow: visible !important;
}

.vault-chart-tooltip {
    position: absolute;
    background: rgba(12, 33, 69, 0.95);
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
    z-index: 9999 !important; /* Ensure it stays above everything */
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
    white-space: nowrap;
    transform: translate(-50%, calc(-100% - 12px)); /* Higher lift to avoid obscuring the point */
    backdrop-filter: blur(8px);
    transition: opacity 0.15s ease;
}

.vault-chart-point {
    cursor: pointer;
    transition: r 0.2s ease;
}

.vault-chart-point:hover {
    r: 4;
}

.vault-chart-title {
    font-size: 0.65rem;
    font-weight: var(--tap-extrabold);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 6px;
    margin-bottom: 0;
    opacity: 0.8;
}

.stat-col-label-purple {
    color: #c933ff !important;
    font-size: 0.8rem;
    font-weight: var(--tap-bold);
}

.stat-col-label-pink {
    color: #ff05a8 !important;
    font-size: 0.8rem;
    font-weight: var(--tap-bold);
}

.vault-chart-loader {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tap-blue);
    font-size: 1.5rem;
    background: transparent;
}

/* Mobile Scroll Removal for Payment Screens */
@media (max-width: 991px) {

}
/*Alert popup styling*/
.alert-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.alert-popup-container {
    width: 92%;
    max-width: 480px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 40px;
    padding: 24px 30px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0.85);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.alert-popup-overlay.show {
    display: flex;
    opacity: 1;
}

    .alert-popup-overlay.show .alert-popup-container {
        transform: scale(1);
    }

.alert-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    width: 100%;
}

.alert-popup-title-tag {
    font-size: 15px;
    font-weight: 500;
    color: #007AFF;
    margin: 0;
    letter-spacing: -0.2px;
}

.alert-popup-close {
    background: transparent;
    border: none;
    font-size: 22px;
    color: #333;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .alert-popup-close:active {
        opacity: 0.5;
    }

.alert-popup-message {
    color: var(--tap-red) !important;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
    padding: 1rem;
    background: #fbd7e44a !important;
    border-radius: 1.5rem;
    font-size: 18px;
}

    .alert-popup-message span,
    .alert-popup-message p {
        color: #ff0000 !important;
        background: transparent !important;
        margin: 0;
    }

.alert-popup-btn-gotit {
    background: #007AFF;
    color: #ffffff;
    border: none;
    padding: 16px 0;
    width: 100%;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 122, 255, 0.3);
    margin-bottom: 20px;
    transition: transform 0.2s, background 0.2s;
}

    .alert-popup-btn-gotit:active {
        transform: scale(0.97);
        background: #0066D6;
    }

.alert-popup-link-dismiss {
    color: #555;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: opacity 0.2s;
}

.alert-popup-link-dismiss:active {
    opacity: 0.6;
}

/* Signature Section & Preview Modal Styles */
.signature-preview-wrapper {
    border: none !important;
    padding: 0 !important;
}

.signature-preview-btn {
    height: 48px !important;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    background: #f8f9fa !important;
    color: #333 !important;
    font-weight: 500 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.signature-modal-dialog {
    max-width: fit-content !important;
    margin: 3rem auto !important; /* Increased web margin to give space for the top close button */
}

.signature-modal-content {
    background: transparent !important;
    border: none !important;
    position: relative !important;
    box-shadow: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.signature-modal-close {
    position: absolute !important;
    top: -40px !important;
    right: -10px !important;
    filter: invert(1) !important;
    opacity: 1 !important;
    border: 2px solid white !important;
    border-radius: 50% !important;
    padding: 8px !important;
    background-color: rgba(0,0,0,0.5) !important; /* Added background for visibility */
    background-size: 10px !important;
    z-index: 1100 !important;
    transition: transform 0.2s ease !important;
}

.signature-modal-close:hover {
    transform: scale(1.1) !important;
}

.signature-modal-image {
    max-width: 90vw !important;
    max-height: 75vh !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4) !important;
    background: white !important;
    object-fit: contain !important;
}
.signature-modal-close {
    top: 10px !important;
}
@media (max-width: 576px) {
    .signature-modal-dialog {
        margin: 0.5rem auto !important;
    }
    
    .signature-modal-close {
        top: -40px !important;
        right: 0px !important;
    }
    
    .signature-modal-image {
        max-width: 94vw !important;
        max-height: 70vh !important;
    }
}

/* Delete Profile Modal Styles */
#deleteProfileModal .modal-content {
    border: 1px solid rgba(0,0,0,0.1) !important;
}

#deleteProfileModal .modal-body {
    background: var(--tap-bg);
    border-radius: inherit;
    padding: 1rem !important;
}

#deleteProfileModal .form_content_flex {
    min-height: auto;
    max-height: none;
    padding: 10px 0 20px;
}

.delete-profile-p {
    color: var(--tap-grey);
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 0 0.5rem;
}


.modal-content {
    height: 0px!important;
}

/* Wallet Sub-Tabs to Accordion Conversion (Web Only) */
@media (min-width: 992px) {
    /* Hide the horizontal tab navigation */
    .tp-sub-tabs-nav {
        display: none !important;
    }

    /* Show all tab content blocks as accordion items */
    .sub-tab-content {
        display: block !important;
        margin-bottom: 0.2rem;
    }

    /* Accordion Header Styling to match Card Aesthetics */
    .tools-embed-col .menu-item.embed-toggle,
    .bookings-col .menu-item.embed-toggle,
    .bookings-col .menu-item.accordion-toggle,
    .embed-col .menu-item.accordion-toggle {
        border-radius: 1.25rem !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }


    /* Title Styling within Header */
    .tools-embed-col .menu-item.embed-toggle .embed-info,
    .embed-col .menu-item.accordion-toggle .embed-info {
        font-weight: 500 !important;
        color: var(--tap-body-text);
        line-height: 1.2;
    }

    /* Booking tab: align right column cards with left column headers */
    .bookings-col.embed-col .sub-tab-content:first-child .card-box.embed-box {
        margin-top: 0 !important;
    }

    /* Booking tab: match Website/App + Signature title color/style with booking cards */
    .bookings-col.embed-col .embed-info .acc-title {
        color: var(--tap-blue) !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
    }

    .bookings-col.embed-col .embed-info .acc-sub {
        color: var(--tap-grey) !important;
        font-size: 0.75rem !important;
        font-weight: var(--tap-semibold) !important;
    }

    /* Tools tab: match Website/App + Signature title/subtitle style */
    .tools-embed-col .embed-info > span {
        color: var(--tap-blue) !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
    }

    .tools-embed-col .embed-info .acc-sub {
        color: var(--tap-grey) !important;
        font-size: 0.75rem !important;
        font-weight: var(--tap-semibold) !important;
    }

    /* Active state highlight */
    .tools-embed-col .menu-item.embed-toggle:not(.collapsed-header),
    .bookings-col .menu-item.accordion-toggle:not(.collapsed-header),
    .embed-col .menu-item.embed-toggle:not(.collapsed-header),
    .embed-col .menu-item.accordion-toggle:not(.collapsed-header) {
    }

    /* Remove previous underline style as we now use card border */
    .tools-embed-col .menu-item.embed-toggle:not(.collapsed-header)::after,
    .bookings-col .menu-item.accordion-toggle:not(.collapsed-header)::after,
    .embed-col .menu-item.embed-toggle:not(.collapsed-header)::after,
    .embed-col .menu-item.accordion-toggle:not(.collapsed-header)::after {
        display: none !important;
    }

    .settings-col > .card-box > .collapse {
        display: none;
    }

    .settings-col > .card-box > .collapse.in {
        display: block;
    }

    /* Expanded Content Container */
    .sub-tab-content .collapse,
    .embed-col .collapse,
    #bookingEmbed,
    #bookingSignature,
    #menuEmbed,
    #menuSignature {
        display: none !important;
        margin-top: -0.5rem;
        margin-bottom: 1rem;
        background: transparent !important;
    }

    .sub-tab-content .collapse.in,
    .embed-col .collapse.in,
    #bookingEmbed.in,
    #bookingSignature.in,
    #menuEmbed.in,
    #menuSignature.in {
        display: block !important;
    }

    .embed-details-container {
        padding: 0.5rem 0.25rem;
    }

    
    /* Ensure right panel preview remains visible */
    #dynamicPreviewContainer .embed-preview-section-custom {
        display: block !important;
    }
}


@media (min-width: 992px) {
    .tools-col {       
        width: 100%;
    }
    .bookings-grid {
        grid-template-columns: 2fr 2fr !important;
    }
}

.embed-input-row {
    align-items: normal!important;
}


#alert-chat-root-responsive {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    background-color: #d1d7db;
    overflow: hidden;
}

/* .chat-inner-wrap {
    width: 100%;
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f5f1eb;
    background-image: url('/assets/images/background_whatsapp.png');
    background-repeat: repeat;
    background-size: 412.5px 749.25px;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    transition: max-width 0.3s ease;
}
[data-theme="dark"] .chat-inner-wrap {
    background-image: url('/assets/images/background_whatsapp_dark.png');
} */
p {
    margin-bottom: 0rem !important;
}
.chat-inner-wrap {
    width: 100%;
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f5f1eb;
    /* background-color: #f5f1eb;
    background-image: url('/assets/images/background_whatsapp.png');
    background-repeat: repeat;
    background-size: 412.5px 749.25px;
    background-position: center;
    background-attachment: fixed;
    position: relative; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    transition: max-width 0.3s ease;
        overflow: hidden;
}

[data-theme="dark"] .chat-inner-wrap {
    background-color: #0a0a0a;
}

.wa-background-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/background_whatsapp.png');
    background-repeat: repeat;
    background-size: 330px;
    background-position: center;
    background-attachment: scroll;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    transition: max-width 0.3s ease;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

[data-theme="dark"] .wa-background-cont {
    background-image: url('/assets/images/background_whatsapp_dark.png');
    opacity: 0.1;
}

.header-bar-fixed {
    background-color: #f4f0ea;
    padding: 0px 25px 4px 25px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 1020;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    justify-content: space-between;
}

    [data-theme="dark"] .header-bar-fixed {
        background-color: #101714;
    }

.header-avatar-v5 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 9px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

    .header-avatar-v5 img {
        width: 85%;
        height: 85%;
        object-fit: contain;
    }

.wa-blue-badge {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    display: flex;
    margin-top: 2px;
}

    .wa-blue-badge img {
        width: 100%;
        height: 100%;
    }

.wa-share-content-icon {
    width: 18px;
    height: 18px;
    float: right;
}

    .share_content_icon_wa {
        fill: #00a884;
    }

    [data-theme="dark"] .share_content_icon_wa {
        fill: #21C063;
    }

.wa-phone-icon {
    width: 20px;
    height: 20px;
    float: right;
}

    .phone_icon_wa {
        fill: var(--tap-body-text);
    }

.header-name-v5 {
    font-weight: 600;
    color: var(--tap-tab-color);
    font-size: 15px;
    display: flex;
    align-items: center;
}

.header-name-v5 .wa-blue-badge {
    margin-left: 5px;
    margin-top: 0px;
}

.verified-check-blue {
    color: #1575FB;
    font-size: 1rem;
    margin-left: 8px;
}

.chat-scroll-frame {
    flex: 1;
    overflow-y: auto;
    padding: 10px 20px 90px;
    -webkit-overflow-scrolling: touch;
    z-index: 1010;
}

    .chat-scroll-frame::-webkit-scrollbar {
        width: 6px;
    }

    .chat-scroll-frame::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

.msg-balloon-v5 {
    background: #fff;
    border-radius: 11px;
    padding: 4px 12px 8px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 84%;
    position: relative;
    width: fit-content;
}

    [data-theme="dark"] .msg-balloon-v5 {
        background: #242727;
    }


    .msg-balloon-v5 .msg-balloon-v5-arrow {
        position: absolute;
        width: 0;
        bottom: 26px;
        left: -23px;
        height: 0;
        transform: rotate(345deg);
    }

        .msg-balloon-v5 .msg-balloon-v5-arrow:after {
        content: "";
            position: absolute;
            border: 0 solid transparent;
            border-top: 7px solid #fff;
            border-radius: 0px 11px 1px;
            width: 17px;
            height: 32px;
            transform: rotate(130deg);
            box-shadow: 0px 0px 12px rgb(255 28 28 / 0%);
        }

            [data-theme="dark"] .msg-balloon-v5 .msg-balloon-v5-arrow:after {
                border-top: 7px solid #242626;
            }

.promo-learn-more {
    color: #00a884;
}

    [data-theme="dark"] .promo-learn-more {
        color: #21C063;
    }
            
.promo-link-wrap {
    margin: 0 -12px;
    padding: 14px 12px 8px 40%;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
    [data-theme="dark"] .promo-link-wrap {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

.promo-image-wrap {
    width: 100%;
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
    height: 300px;
}


.promo-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    max-height: 450px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .promo-img {
        max-height: 280px;
        object-fit: cover;
    }
    video.promo-img {
        max-height: fit-content;
        background: #000;
        object-fit: contain; /* Avoid cropping critical video content */
    }
}

.sender-name-v5 {
    font-weight: 600;
    color: var(--tap-body-text);
    font-size: 15px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.sender-msg {
    color: var(--tap-tab-color);
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: normal;
}

.date-pill-v5 {
    text-align: center;
    margin: 25px 0;
}

.date-label-v5 {
    background: #fff;
    padding: 4px 14px;
    border-radius: 9px;
    font-size: 0.85rem;
    color: var(--tap-tab-color);
    box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.06);
    font-weight: 600;
}

    [data-theme="dark"] .date-label-v5 {
        background: #242727;
    }

.msg-meta-v5 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    color: #797979;
    margin-top: 5px;
    gap: 8px;
    font-weight: 300;
}

    [data-theme="dark"] .msg-meta-v5 {
        color: #aeaeaf;
    }

.status-ticks-v5 {
    color: #53bdeb;
    font-size: 1.25rem;
    letter-spacing: -3px;
    font-weight: bold;
}

/* Same Div Injection Styles for Alerts - Matching Booking Tab */
.alert-merged-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.alerts-support-panel {
    display: none;
    width: 100%;
    padding: 12px;
    text-align: center;
    background: transparent;
}

.footer-disclaimer-v5 {
    font-size: 0.8rem;
    margin: 0;
    padding: 0.2rem 0;
    opacity: 0.7;
    color: #667781;
}

    [data-theme="dark"] .footer-disclaimer-v5 {
        color: #fff;
    }

.support-cta-v5, .support-cta-v5:hover {
    font-size: 1rem;
    color: #00a884;
    font-weight: 600;
    display: block;
    padding-bottom: 0.5rem;
    text-decoration: none;
}

[data-theme="dark"] .promo-learn-more {
    color: #21C063;
}

/* Ensure global tab bar flattens when support is shown */
.wallet_page_tabs_container.merged-state {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (max-width: 767px) {
    .wallet_page_tabs_container.merged-state {
        transition: border-radius 0.3s ease;
    }
}

.promo-content, .welcome-msg-text {
    font-size: 17px;
    color: var(--tap-body-text);
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif !important;
}

.promo-content a, .welcome-msg-text a {
    color: #00a884 !important;
    text-decoration: unset !important;
        font-family: 'Inter', sans-serif !important;
}

[data-theme="dark"] .promo-content a, .welcome-msg-text a {
    color: #21C063 !important;
}

.support-cta-v5 {
    color: #00a884;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 13px;
    cursor: pointer;
}

#alerts-master-root {
    height: 100dvh;
}

/* --- Premium Action Popup Modal --- */
.alert-action-popup {

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 99999; /* Extremely high to overtop all chat elements */
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    pointer-events: none;
}

.alert-action-popup.show {
    display: flex;
    pointer-events: auto;
}

.popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: pointer;
    animation: backdropFadeIn 0.3s ease;
}

@keyframes backdropFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.popup-content-v5 {
    position: relative;
    background: #ffffff;
    width: 100%;
    max-width: 440px;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.4);
    z-index: 100000;
    animation: popupScaleIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.popup-9-16 {
    height: auto;
    min-height: 200px;
    max-height: 85vh;
}

@keyframes popupScaleIn {
    from {
        opacity: 0;
        transform: scale(0.85) translateY(30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.popup-header-v5 {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    flex-shrink: 0;
}

.popup-title {
    font-weight: 800;
    color: var(--tap-tab-color);
    font-size: 1.2rem;
    letter-spacing: -0.01em;
}

.popup-close-v5 {
    background: rgba(0,0,0,0.05);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0 !important;
}

.popup-close-v5:hover {
    background: rgba(0,0,0,0.1);
    transform: rotate(90deg);
}

.popup-close-v5 i {
    font-size: 1.25rem;
    line-height: 1;
}

.popup-body-v5 {
    flex: 1;
    overflow-y: auto;
    padding: 24px 24px 32px;
    background: #fff;
}

.rich-content-render {
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--tap-tab-color);
}

.rich-content-render p {
    margin-bottom: 1rem;
}

.rich-content-render strong, 
.rich-content-render b {
    font-weight: 700;
}

.rich-content-render em, 
.rich-content-render i {
    font-style: italic;
}

.rich-content-render ul, 
.rich-content-render ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.rich-content-render li {
    margin-bottom: 0.5rem;
}

.rich-content-render img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 10px 0;
}


/* --- DARK THEME ADJUSTMENTS --- */
[data-theme="dark"] .popup-content-v5 {
    background: #1c1c1e;
    box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.8);
}

[data-theme="dark"] .popup-header-v5 {
    background: #242426;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .popup-title {
    color: #ffffff;
}

[data-theme="dark"] .popup-close-v5 {
    background: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .popup-body-v5 {
    background: #1c1c1e;
}

[data-theme="dark"] .rich-content-render {
    color: #f1f3f5;
}

/* Accordion Scroll Spacing */
.menu-list-section .menu-item,
.menu-list-section .share-payment-toggle {
    scroll-margin-top: 70px !important;
}


@media (min-width: 992px) {
    .chat-inner-wrap {
        max-width: 100%;
        /* Full width on desktop as requested */
        /*margin-left: 60px;*/
        /* Keep offset for sidebar */
    }

    .wa-share-content-icon {
        width: 23px;
        height: 23px;
    }

    .date-label-v5 {
        padding: 8px 18px;
    }

    .msg-balloon-v5 {
        max-width: 80%;
    }

    .promo-content, .welcome-msg-text {
        font-size: 14px;
        color: var(--tap-body-text);
        font-weight: 400;
        letter-spacing: 0;
            font-family: 'Inter', sans-serif !important;
    }

    .desktop-layout-root #alert-chat-root-responsive {
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        display: flex;
        justify-content: center;
        background-color: #d1d7db;
        width: 580px;
        height: 760px;
        border-radius: 30px;
        margin: 1rem 1rem 0;
        overflow: hidden;
        box-shadow: var(--tap-gradibutts-before-box-shadow);
    }
    .wa-background-cont {
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-size: 400px;
        background-repeat: repeat;
    }

    .msg-meta-v5 {
        font-size: 13px;
    }

    .header-bar-fixed {
        background-color: #f4f4f4;
        height: 70px;
        position: sticky;
        top: 0;
        width: 100%;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        z-index: 1020;
    }
    
    .desktop-chat-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(244, 244, 244, 0.9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        z-index: 1020;
        border-top: 1px solid rgba(0,0,0,0.05);
    }

    .desktop-chat-footer .alerts-support-panel {
        padding: 5px 0.5rem 5px;
    }

    .support-cta-v5 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 15px;
    }

}
:root {
    /* ---------- GREEN BASE THEME COLORS ---------- */
    --tap-blue: #16a34a;
    --tap-blue-hover: #15803d;
    --tap-green: #22c55e;
    --tap-red: #ef4444;
    --tap-red-hover: #dc2626;
    --tap-orange: #f59e0b;
    --tap-yellow: #eab308;
    --tap-cyan: #14b8a6;
    --tap-grey: #9ccbb2;
    --tap-sup-blue: #10b981;
    --tap-dark: #064e3b;
    /* ---------- FADES ---------- */
    --tap-bg-accent: #f0fdf4;
    --tap-blue-fade: #dcfce7;
    --tap-sup-blue-fade: #10b9811c;
    --tap-green-fade: #dcfce7;
    --tap-red-fade: #fee2e2;
    --tap-orange-fade: #f59e0b21;
    --tap-bg-fade: #ffffff70;
    --tap-sup-grey-fade-1: #ecfdf5;
    --tap-sup-grey-fade-2: #d1fae5;
    --tap-sup-grey-fade-3: #e7f8ee;
    /* ---------- GRADIENTS & EFFECTS ---------- */
    --tap-red-gradient: linear-gradient(90deg, #16a34a, #4ade80);
    --tap-gradibutts-before-background: linear-gradient(170deg, #ffffff, #dcfce7);
    --tap-gradibutts-before-box-shadow: 1px 1px 10px #d1fae5;
    --tap-img-blur: blur(25px) hue-rotate(320deg) brightness(0.9) contrast(1.1);
    --btn-danger-focus-shadow: rgba(34, 197, 94, 0.35);
    --tap-inputfield-focus-box-shadow: inset 0px 0px 10px #bbf7d0;
    /* ---------- PLACEHOLDER, TABS & OTHERS ---------- */
    --tap-placeholder: #7ca38d;
    --tap-tab-color: #14532d;
    --tap-xpays: #000;
    --tap-body-text: #052e16;
    --tap-bg: #ffffff;
    --x-pay-bg: #000;
    /* ---------- TYPOGRAPHY ---------- */
    --tap-light: 200;
    --tap-regular: 300;
    --tap-medium: 400;
    --tap-semibold: 500;
    --tap-bold: 600;
    --tap-extrabold: 700;
    /* ---------- COMPONENT DEFAULTS ---------- */
    --day-pill-bg: var(--tap-bg-accent);
    --day-pill-color: var(--tap-body-text);
    --day-pill-active-bg: var(--tap-blue);
    --day-pill-active-color: #fff;
    --card-bg: var(--tap-bg);
    --block-bg: var(--tap-bg-accent);
    --input-bg: var(--tap-bg);
    --input-border: var(--tap-grey);
    --text-color: var(--tap-body-text);
    --empty-state-bg: var(--tap-bg-accent);
    --separator-color: var(--tap-grey);
    --stepper-inactive: var(--tap-grey);
    --stepper-inactive-text: var(--tap-placeholder);
}

[data-theme="dark"] {
    /* ---------- MAIN COLORS ---------- */
    --tap-blue: #22c55e;
    --tap-blue-hover: #16a34a;
    --tap-green: #4ade80;
    --tap-red: #f87171;
    --tap-red-hover: #ef4444;
    --tap-orange: #fbbf24;
    --tap-yellow: #fde047;
    --tap-cyan: #2dd4bf;
    --tap-grey: #5f8f73;
    --tap-sup-blue: #34d399;
    --tap-dark: #022c22;
    /* ---------- FADES ---------- */
    --tap-bg-accent: #0b1f17;
    --tap-blue-fade: #22c55e33;
    --tap-sup-blue-fade: #10b98140;
    --tap-green-fade: #22c55e40;
    --tap-red-fade: #ef444440;
    --tap-orange-fade: #f59e0b40;
    --tap-bg-fade: #ffffff10;
    --tap-sup-grey-fade-1: #1d3327;
    --tap-sup-grey-fade-2: #294236;
    --tap-sup-grey-fade-3: #1b2b22;
    /* ---------- TEXT & PLACEHOLDERS ---------- */
    --tap-placeholder: #b7d1c1;
    --tap-tab-color: #ffffff;
    --tap-xpays: #ffffff;
    --tap-body-text: #f0fdf4;
    --tap-bg: #02110b;
    --x-pay-bg: #ffffff;
    /* ---------- GRADIENTS & EFFECTS ---------- */
    --tap-gradibutts-before-background: linear-gradient(145deg, #02110b, #14532d);
    --tap-gradibutts-before-box-shadow: 0px 0px 12px #052e16;
    --tap-inputfield-focus-box-shadow: inset 0px 0px 8px #166534;
    --tap-img-blur: blur(40px);
    /* ---------- COMPONENT DEFAULTS ---------- */
    --day-pill-bg: var(--tap-bg-accent);
    --day-pill-color: var(--tap-placeholder);
    --day-pill-active-bg: var(--tap-blue);
    --card-bg: var(--tap-bg);
    --block-bg: var(--tap-bg-accent);
    --input-bg: var(--tap-bg);
    --input-border: var(--tap-grey);
    --text-color: var(--tap-body-text);
    --empty-state-bg: var(--tap-bg-accent);
    --separator-color: var(--tap-grey);
    --stepper-inactive: var(--tap-grey);
    --stepper-inactive-text: var(--tap-placeholder);
}

