body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f9fa;
    margin: 0.05em;
}

footer {
    width: 100%;
    text-align: center;
    margin: 1em auto 0.5em auto;
}

a:hover {
    text-decoration: none;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: black;
    text-decoration: none;
}

.money {
    color: green;
}

#logged-out-wrap,
#logged-in-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#logged-in-wrap {
    position: relative;
}

#logged-out-wrap {
    height: 100vh;
}

.form-container {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-title {
    text-align: center;
    margin-bottom: 20px;
}

.toggle-link {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem;
}

#mobile-wrap,
#verificationCodesWrap,
#logged-in-wrap {
    display: none;
}

#mobile-verify-code,
#forgot-pass-mobile-verify-code {
    -moz-appearance: textfield;
}

#forgot-pass-mobile-verify-code::-webkit-inner-spin-button,
#forgot-pass-mobile-verify-code::-webkit-outer-spin-button,
#mobile-verify-code::-webkit-inner-spin-button,
#mobile-verify-code::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dt-container {
    width: 100%;
}

#tasks td,
#tasks th {
    text-align: center;
}

#tasks tbody input[type="checkbox"] {
    display: block;
    margin: auto;
}

#profile-button {
    position: absolute;
    top: -0.025em;
    left: -1px;
}

#logout-button {
    position: absolute;
    top: -0.025em;
    right: -1px;
}

.dt-length-menu {
    text-align: center;
}

#authForm {
    position: relative;
}

#authForm .close-btn {
    display: none;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0.25em;
    text-decoration: none;
}

#authForm .close-btn:hover {
    text-decoration: underline;
}

.updateProfileForm {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: white;
    border: 2.5px solid black;
    border-radius: 10px;
    padding: 1em;
    width: 25vw;
    min-width: 250px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

#proxy-info {
    width: 100%;
    max-width: 1000px;
}

#proxy-info [role="alert"] {
    text-align: center;
}

#proxy-info .card-body>div {
    flex-wrap: wrap;
    /* word-break: break-all;
    line-break: anywhere; */
}

#proxy-info .card-body>div button {}

#proxy-info .card-body>div label {
    text-align: right;
}

#proxy-info span {}

#zifty-status {
    flex: 1;
}

#your_current_balance {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 450px;
}

#proxyHowTo {
    max-width: 350px;
    max-height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0.1em solid black;
    border-radius: 5px;
    display: none;
    background-color: white;
    z-index: 500;
    padding: 1em;
    margin: 0;
    text-align: center;
    font-weight: 550;
    font-size: 1.5em;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

/* 
#proxyHowTo li {
    margin: 0 0 0.5em 0;
    padding: 0;
}

#proxyHowTo span {
    font-weight: normal;
}

#proxyHowTo iframe {
    width: 100%;
    display: inline-block;
    margin: -1em 0 -0.25em 0;
}

#proxyHowTo img {
    max-width: 100%;
    max-height: 750px;
    display: block;
    border-radius: 5px;
    margin: auto;
}
 */
.close-x {
    float: right;
    display: inline-block;
    text-align: right;
    /*  margin: -1em -1em 0 0;*/
    text-decoration: none;
    color: black;
    position: absolute;
    top: 0;
    right: 0.25em;
}

.close-x:hover {
    text-decoration: underline;
}

#payWithZelle {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    border: 0.1em solid black;
    border-radius: 0.5em;
    z-index: 500;
    width: 100%;
    max-width: 250px;
    max-height: 100vh;
    text-align: center;
    padding: 0 0.5em;
    display: none;
    font-size: larger;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: auto;
}

#payWithZelle img {
    margin: auto;
    display: block;
}

#payWithZelle input {
    margin-top: 0.1em;
}

#payWithZelle input,
#payWithZelle button {
    width: 100%;
    text-align: center;
}

#payWithZelle a {
    font-size: x-large;
}

#bitcoinAddress {
    font-size: 0.05em !important;
    font-weight: bold;
    word-break: break-all;
    line-break: anywhere;
    display: none;
}

#bitcoinQRImgLink {
    text-decoration: none;
}

#bitcoinQRImgLink:hover {
    text-decoration: underline;
}

#forgot-pass {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    position: fixed;
    background-color: white;
    border: 0.1em solid black;
    border-radius: 0.5em;
    padding: 1em;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    /* Drop shadow */
    min-width: 25em;
}

#forgot-pass h3 {
    text-align: center;
    margin-top: -0.25em;
}

.forgot-pass-mobile-verify-code-wrap,
.forgot-pass-email-verify-code-wrap {
    display: none;
}

div.feature-list {
    max-width: 400px;
    border-radius: 0.5em;
}

div.feature-list * {
    background-color: initial;
}

.bot-status-link a {
    color: white;
    text-decoration: underline;
}

.bot-status-link a:hover {
    text-decoration: none;
}

.font-medium * {
    font-size: medium;
}

/* Responsive Layout for Smaller Screens */
@media screen and (max-width: 768px) {
    /* #tasks th {
        text-align: left;
    } */

    div.dt-container .dt-search input {
        text-align: center;
    }
}

/* CLEAN SIMPLIFIED BOT STATUS MONITOR STYLING */

/* Container with proper spacing */
.bot-status-container {
    width: fit-content !important;
    margin: 1rem auto;
    max-width: 90%;
}

/* Simple card styling */
.bot-status-card {
    border: none;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

/* Header styling */
.bot-status-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.4rem 0.5rem;
}

/* Card body padding */
.bot-status-body {
    padding: 0.3rem !important;
    text-align: center !important;
}

/* Status icon */
.bot-status-icon {
    font-size: 1.2rem;
    margin-right: 0.4rem;
    vertical-align: middle;
    color: #3B82F6;
}

/* CLEAN SIMPLE BOT INDICATOR STYLING */
.bot-indicator {
    min-height: 24px !important;
    padding: 1rem 2rem !important;
    margin-bottom: 0.25rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: medium !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0.25rem;
    transition: none;
    white-space: break-spaces;
}

.bot-indicator:last-child {
    margin-bottom: 0 !important;
}

/* CLEAN BACKGROUND COLORS - ONLY ONE BACKGROUND PER STATE */
.bg-danger.bot-indicator {
    background-color: #dc3545 !important;
    background-image: none !important;
}

.bg-success.bot-indicator {
    background-color: #28a745 !important;
    background-image: none !important;
}

/* CLEAN HOVER EFFECT - ONLY TEXT DECORATION CHANGES */
.bot-indicator:hover {
    text-decoration: none !important;
    background-color: lightgray !important;
    color: black !important;
}

/* ENSURE ALL NESTED ELEMENTS HAVE TRANSPARENT BACKGROUNDS AND INHERIT TEXT STYLING */
.bot-indicator a,
.bot-indicator span,
.bot-indicator div,
.bot-indicator * {
    background: transparent !important;
    color: white !important;
    text-decoration: inherit !important;
}

/* HIDE DUPLICATE INDICATORS */
#proxy-info .font-medium {
    display: none !important;
}

/* ULTIMATE BOT GRABBER PREMIUM DEVICE SECTION */
.premium-device-container {
    width: 100%;
    max-width: 800px;
    /* Reduced from 1000px to be more proportionate */
    margin-left: auto;
    margin-right: auto;
    /* Consistent with other container margins */
}

.premium-device-card {
    border: none;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s;
}

.premium-device-header {
    background: linear-gradient(135deg, #3B82F6, #1E40AF);
    color: white;
    padding: 1rem;
    border-bottom: none;
}

.premium-device-header h3 {
    font-weight: 700;
    font-size: 1.6rem;
}

.premium-device-image {
    border-radius: 8px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.75rem;
    /* Limit height on larger screens */
    object-fit: contain;
}

.premium-badge {
    margin-bottom: 1rem;
}

.premium-badge .badge {
    font-size: 0.9rem;
    padding: 0.4rem 0.7rem;
    margin-right: 0.5rem;
}

.device-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

.bot-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.bot-list li {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.bot-list li i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.pricing-container {
    background: #f8f9fa;
    padding: 1.2rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid #198754;
    text-align: center;
}

.original-price {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    opacity: 0.8;
}

.current-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #198754;
    margin-bottom: 0.5rem;
}

.price-label {
    white-space: nowrap;
    font-size: 1.5rem;
    /* Even larger option */
    width: fit-content;
    max-width: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

h1 {
    text-align: center;
    margin-bottom: 12.5px;
}

#logged-in-wrap>h1 {
    max-width: 25%;
    margin-bottom: 2.5px;
}

.savings {
    font-weight: 600;
    color: #dc3545;
}

.buy-now-btn {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.8rem;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.buy-now-btn:hover {
    background: linear-gradient(90deg, #1E40AF, #3B82F6) !important;
}

.announcement-card .badge {
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
    display: inline-block;
    max-width: 100%;
}

.animate__animated.badge {
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
    display: inline-block;
}

.limited-offer-notice {
    text-align: center;
    margin-top: 0.5rem;
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .premium-device-container {
        max-width: 95%;
        text-align: center;
    }

    .bot-list li {
        justify-content: center;
    }

    #logged-in-wrap>div.premium-device-container.container.my-4>div>div.card-body>div>div:nth-child(2)>div>p.premium-badge {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767px) {
    .premium-device-container {
        max-width: 95%;
        /* margin: 1rem auto; */
        text-align: center;
    }

    .bot-list {
        grid-template-columns: 1fr;
    }

    .bot-list li {
        justify-content: center;
    }

    .premium-device-header h3 {
        font-size: 1.3rem;
    }

    .device-description {
        font-size: 1rem;
    }

    .pricing-container {
        padding: 0.8rem;
    }

    .current-price {
        font-size: 1.4rem;
    }

    .buy-now-btn {
        font-size: 1rem;
        padding: 0.6rem;
    }

    #logged-in-wrap>div.premium-device-container.container.my-4>div>div.card-body>div>div:nth-child(2)>div>p.premium-badge {
        margin-top: 0.5rem;
    }

    #logged-in-wrap>div.premium-device-container.container.my-4>div>div.card-body>div>div:nth-child(2)>div>p.premium-badge>span.badge.bg-warning.text-dark {
        margin-bottom: .5rem;
    }
}

/* Add this to your style.css file */
.shipping-order-summary {
    text-align: center !important;
    margin-bottom: 0 !important;
    padding-top: 0.5rem;
}

.shipping-order-summary .d-flex {
    justify-content: center !important;
    flex-direction: column;
}

.shipping-order-summary .me-3 {
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
}

/* Force shipping modal to top position */
#shippingAddressModal .modal-dialog {
    margin-top: 2rem !important;
    margin-bottom: auto !important;
}

#shippingAddressModal.modal.show {
    align-items: flex-start !important;
    padding-top: 0 !important;
}

#shippingAddressModal.modal.show .modal-dialog {
    transform: none !important;
}

/* NUCLEAR OPTION FOR SHIPPING MODAL POSITIONING */
body .modal#shippingAddressModal {
    position: absolute !important;
    align-items: flex-start !important;
    padding-top: 0 !important;
}

body .modal#shippingAddressModal .modal-dialog {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    transform: none !important;
    position: relative !important;
    top: 0 !important;
}

/* Override Bootstrap's core modal animation */
body .modal#shippingAddressModal.fade .modal-dialog {
    transform: translate(0, 0) !important;
    transition: none !important;
}

/* Override Bootstrap's show animation */
body .modal#shippingAddressModal.fade.show .modal-dialog {
    transform: none !important;
}

/* Override the modal backdrop z-index */
body .modal-backdrop {
    z-index: 1040 !important;
}

/* Commission Rate Styling */
.commission-rate-container {
    width: 100%;
    max-width: 450px;
    margin-top: 0.75em !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.commission-rate-label {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.commission-select {
    font-size: 1rem !important;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    text-align-last: center;
    cursor: pointer;
    transition: all 0.2s;
}

.commission-select:hover {
    border-color: #28a745;
}

.commission-select:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

@media (max-width: 576px) {
    .commission-select {
        font-size: 0.9rem !important;
    }

    .commission-rate-label {
        font-size: 1rem;
    }
}

.auto-claim-sms {
    display: none;
}

/* === Desktop Automation Suite (Section + Features Unified) === */
.desktop-software-card {
    border-radius: .9rem;
    overflow: hidden;
}

.desktop-software-card .desktop-suite-header {
    background: linear-gradient(90deg, #5e60ce 0%, #6a4ae0 45%, #7b2cbf 100%);
}

.desktop-software-card .desktop-suite-body {
    background: #fff;
    padding: 1.5rem 1.25rem;
}

.desktop-software-card .desktop-suite-intro {
    max-width: 860px;
    margin: 0 auto 1rem;
    font-size: 1.02rem;
    line-height: 1.45;
}

.desktop-software-card .desktop-suite-screenshot-plain {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: transparent;
    border: 1px solid lightgray;
    padding: 0;
    box-shadow: none;
    border-radius: 5px;
}

/* Feature lists (full width & centered) */
.desktop-software-card .desktop-features-block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.desktop-software-card .features-grid {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.desktop-software-card .feature-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.desktop-software-card .feature-list li {
    gap: .7rem;
    font-size: 1rem;
    margin: 0 auto .75rem;
    text-align: center;
    padding: 0;
}

.desktop-software-card .feature-list li:last-child {
    margin-bottom: 0;
}

.desktop-software-card .feature-list li i {
    color: var(--bs-success, #198754);
}

.desktop-software-card .feature-list li * {
    vertical-align: middle;
}

.desktop-software-card .feature-list li .feature-desc {
    display: block;
}

.desktop-software-card .feature-list li strong {
    display: inline;
}

/* Center the columns content */
.desktop-software-card .features-grid .col-sm-6 {
    justify-content: center;
    padding: 0;
    text-align: center;
    margin-top: 1em;
}

/* Divider & CTA */
.desktop-software-card .suite-divider {
    margin: 0.5rem auto;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.desktop-software-card .suite-cta-wrap .btn {
    box-shadow: 0 4px 10px -4px rgba(90, 70, 200, .32);
    padding-top: .85rem;
    padding-bottom: .85rem;
    letter-spacing: .3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.desktop-software-card .desktop-dl-btn-win {
    background: linear-gradient(90deg, #5e60ce, #6a4ae0);
    border: none;
    color: #fff;
}

.desktop-software-card .desktop-dl-btn-win:hover {
    filter: brightness(1.08);
}

.desktop-software-card .desktop-dl-btn-mac {
    border: 2px solid #6a4ae0;
    color: #5e60ce;
    background: #fff;
}

.desktop-software-card .desktop-dl-btn-mac:hover {
    background: #f2edff;
}

.desktop-software-card .version-note {
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 1.2;
}

/* Remove prior conflicting feature styles if still present */
.desktop-software-card .desktop-features-wrap,
.desktop-software-card .feature-rows,
.desktop-software-card .feature-col,
.desktop-software-card .desktop-suite-body .feature-check,
.desktop-software-card .desktop-suite-body .feature-check li {
    all: unset;
    display: revert;
}

.desktop-software-card .desktop-suite-screenshot,
.desktop-software-card .desktop-suite-screenshot-edge {
    display: none !important;
}

/* #affiliate-program-section {
    display: none;
} */