@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    color: #A90D22;
    font-family: 'GothamMedium';
}

@font-face {
    font-family: 'GothamMedium';
    src: url('https://cdn.celebratewithaashirvaad.com/assets/fonts/GothamMedium_1.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'GothamBold';
    src: url('https://cdn.celebratewithaashirvaad.com/assets/fonts/GothamBold.ttf') format('truetype');
    font-display: swap;
}

.main-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
}

.state-selection-page,
.redeem-code-page,
.voucher-code-page,
.coming-soon,
.landing-page,
.form-page,
.thank-you-page,
.loading-screen,
.experience-page {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 33.75rem;
    background: linear-gradient(189.71deg, #86002E 7.3%, #E04C14 100%);
    background-size: cover;
    background-position: top;
    margin: auto;
    background-repeat: no-repeat;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.state-selection-page,
.redeem-code-page,
.voucher-code-page {
    flex-direction: column;
}

.happy-wishes-img {
    position: absolute;
    top: 25%;
    width: 62%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 5;
}

.loding-screen-hero-text {
    color: #fff;
    font-size: 1rem;
    width: 75%;
}

.loading-screen .happy-wishes-img {
    position: unset;
    margin: unset;
}

.experience-page .happy-wishes-img {
    top: 18%;
}

.language-selection-copy {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-screen-img {
    width: 60%;
}

.language-selection-copy p {
    color: #fff;
    font-size: 1.2rem;
}

.language-selection-btn-container {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.english-btn-container,
.hindi-btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    width: 40%;
}

.english-btn-container p,
.hindi-btn-container p {
    color: #fff;
    font-size: 1rem;
}

.youtube-video-link {
    position: absolute;
    bottom: 6%;
    width: 80%;
    font-size: .8rem;
    color: #3B3535;
}

.bottom-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2.8rem;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: auto;
}

.english-btn-container button,
.hindi-btn-container button {
    padding: 0.6rem 1rem;
    border: 2px solid transparent;
    border-radius: 4rem;
    font-size: 1.1rem;
    background: #E93A1F;
    color: #fff;
    outline: 2px solid #fff;
    width: 80%;
}

.landing-page,
.state-selection-page,
.redeem-code-page,
.voucher-code-page {
    background: linear-gradient(189.71deg, #86002E 7.3%, #E04C14 100%);
    background-size: cover;
    background-position: center;

}

.state-selection-page,
.redeem-code-page {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.state-box {
    margin: auto;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.state-box h3 {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #fff;
}

button:disabled {
    background: #6E6E6E;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    padding-left: 1rem;
}

.radio-item input[type="radio"] {
    cursor: pointer;
    pointer-events: none;
}

button:disabled {
    background: #6E6E6E !important;
    cursor: not-allowed !important;
}

.top-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 5;
}

.aashirvaad-logo {
    position: absolute;
    width: 38%;
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}

.landing-page .aashirvaad-logo {
    position: absolute;
    width: 42%;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}



.coming-soon-copy,
.thank-you-copy {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #A90D22;
    font-size: 20px;
    line-height: 1.6;
}

.thank-you-copy {
    width: 80%;
    top: 25%;
}

.thank-you-copy p:first-child {
    font-size: 1.2rem;
}

.thank-you-copy p:last-child {
    font-size: 1rem;
}

.hero-text {
    bottom: 45dvh !important;
}

.coming-soon-copy p:first-child {
    margin-bottom: 1rem;
}

.coming-soon-copy p:last-child {
    font-size: 18px;
}



.bold {
    font-family: 'GothamBold';
    font-weight: bold;
}

.rupali-img {
    position: absolute;
    width: 72%;
    bottom: 0;
    left: 0;
}

.timer,
.hero-text {
    width: max-content;
    position: absolute;
    bottom: 34dvh;
    right: 4%;
    text-align: center;
    font-size: 0.8rem;
}

.hero-text {
    width: 52%;
    background: #A90D22;
    padding: 1rem .5rem;
    border-radius: 1rem;
    padding: 0.6rem 0.8rem;
    border-radius: 1rem;
}

.hero-text p {
    color: #fff;
}

.hero-text p:first-child {
    font-size: 1.2rem;
    font-weight: bold;
}

.timer p:first-child {
    font-size: 1rem;
}

.timer p:last-child {
    margin-top: 8px;
    background: #A90D22;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
}

.rupali-img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 46dvh;
    object-position: left bottom;
    object-fit: contain;
    width: max-content;
}

.upload-prompt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2.8vh;
    color: #fff;
    font-size: 0.8rem;
    top: 40%;
    width: 78%;
}

.pink-kite {
    position: absolute;
    right: 0;
    z-index: 5;
    width: 16%;
    bottom: 34%;
    filter: blur(2px);
}

.yellow-kite {
    position: absolute;
    left: 0;
    top: 36dvh;
    z-index: 5;
    width: 22%;
    filter: blur(2px);

}

.sun {
    position: absolute;
    right: 0;
    top: 36dvh;
    right: 5%;
    width: 10%;
    z-index: 5;
}

.landing-page .pink-kite {
    position: absolute;
    right: 0;
    bottom: 21dvh;
    width: 24%;
    z-index: 5;
    filter: blur(0);
}

.landing-page .yellow-kite {
    position: absolute;
    left: 0;
    top: 25dvh;
    z-index: 5;
    width: 35%;
    filter: blur(0);
}

.landing-page h1,
.form-page>h1,
.loading-screen h1 {
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    position: absolute;
    top: 25%;
    width: 80%;
    color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 5;
}

.form-page>.happy-wishes-img {
    top: 20%;
}

.form-page h1 {
    top: 18%;
}

.landing-page p {
    z-index: 5;
}

.landing-page-sub-text {
    position: absolute;
    top: 50%;
    width: 54%;
    left: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: .5rem;
}

.landing-page-sub-text span:first-child {
    color: #fff;
    font-size: 4.4vh;
    text-align: start;
}

.landing-page-sub-text span:last-child {
    color: #fff;
    font-size: 2vh;
    text-align: start;
}

.create-greeting-btn,
#stateSelectionNextBtn {
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    padding: 0.6rem 1.5rem;
    background: #A90D22;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    border-radius: 0.6rem;
    bottom: 1.5rem;
    z-index: 6;
    font-size: 1rem;
    max-width: 70%;

}

.radial-blur {
    position: absolute;
    height: 100dvh;
    width: 100vw;
    object-fit: cover;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    opacity: .85;
}

.bottom-left-img {
    position: absolute;
    bottom: 2.8rem;
    left: 0;
    width: 2rem;
}

.bottom-right-img {
    position: absolute;
    bottom: 2.8rem;
    right: 0;
    width: 5rem;
}

.state-selection-bottom-left-img {
    width: 8rem;
    position: absolute;
    bottom: 2.8rem;
    left: 0;
}

.state-selection-page .bottom-center-img {
    position: absolute;
    bottom: 2.2rem;
    right: 0;
    left: 0;
    width: 10rem;
    margin: auto;
    object-fit: contain;
    z-index: 5;
}

.state-selection-page .bottom-right-img {}

.form-page .bottom-left-img,
.form-page .bottom-right-img {
    position: fixed;
    bottom: 0
}

.form-page .bottom-bar {
    display: none;
}

#entryForm {
    width: 100%;
}

#entryForm .preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.5rem;
}

.form-container {
    position: absolute;
    top: 30%;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 5;
}

.form-page .bottom-bar {
    position: fixed;
    z-index: 6;
}

.form-container h1 {
    font-size: 0.7rem;
    color: #fff;
    margin: 0 auto;
    font-weight: lighter;
    max-width: 375px;
    margin-top: 6px;
}



form label {
    display: block;
    text-align: left;
    margin-top: 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.9rem;
}

input,
textarea,
select {
    font-size: 0.8rem;
    /* Prevents zooming and rendering bugs */
    color: #333333e7 !important;
    background-color: #fff !important;
    /* font-family: 'GothamMedium', sans-serif !important; */
    -webkit-text-fill-color: #333333e7 !important;
    /* ✅ Fixes iOS Safari rendering bug */
    caret-color: #A90D22;
    /* Optional: Makes cursor color match your theme */
    font-family: Arial, sans-serif !important;

}

input[type="text"],
input[type="tel"] {
    width: 100%;
    padding: 0.8rem 0.6rem;
    margin-top: 5px;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: start;
    color: #1e1e1e;
    outline: none;
}



input[type="text"]::placeholder {
    text-wrap: wrap;
    line-height: 1.2;
    text-align: start;
}

.note {
    font-size: 12px;
    color: #888;
    margin: 5px 0 10px;
    text-align: start;
}


.userNameNote {
    font-size: 12px;
    color: #888;
    margin: 5px 0 10px;
    text-align: start;
    margin-bottom: 2px;
}

.upload-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.upload-btn {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    color: #555;
    font-size: 14px;
    transition: background 0.2s;
}

.upload-btn img {
    width: 100%;
    height: 100%;
}

.upload-btn:hover {
    background: #ffeaea;
}

.preview {
    position: relative;
    display: inline-block;
}

.preview img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #a90d22;
}

#removeImage {
    background: #a90d22;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 12px;
}

.form-page {
    overflow: auto;
}

.suggestion-note {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1%;
    margin: auto;
    width: 95%;
    text-align: center;
    font-size: 0.7rem;
}

.submit-btn {
    background: #a90d22;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: .8rem 1.2rem;
    width: auto;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;

    /* position: absolute;
    left: 0;
    right: 0; */
    width: max-content;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
    /* bottom: 5dvh; */
    max-width: 80%;
}

.submit-btn:hover {
    background: #cc1230;
}



.disclaimer-text {
    font-size: 0.8rem;
    text-align: center;

    position: absolute;
    z-index: 5;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
    font-family: Arial, sans-serif;
    bottom: 5.5rem;
    padding-bottom: .5rem;

}

.disclaimer-text span {
    color: #fff;
    font-family: Arial, sans-serif;

    font-size: 0.8rem;
}

.disclaimer-text a {
    color: #fff;
    font-size: 0.8rem;
    font-family: Arial, sans-serif;

    text-decoration: underline;
}

.rangoli-hero-img {
    width: 85%;
    object-fit: contain;
    z-index: 5;
    top: 36%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5dvh;
    margin: auto;
}

.center-circle {
    width: 74%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.loading-screen {
    display: none;
    flex-direction: column;
    align-items: center;
    visibility: visible;
    opacity: 1;
    justify-content: center;
    gap: 1rem;
    padding-top: 2rem;
}

.loading-spinner-container {
    position: relative;
}

.loading-spinner-container p {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: max-content;
    height: max-content;
    font-weight: bolder;
}

.loading-screen .loading-spinner {
    width: 72%;
    animation: spin 20s linear infinite;

}

.loading {
    color: #fff;
}

.loading-screen-sub-text {
    color: #fff;
    width: 80%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.experience-page {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.download-and-share-text {
    position: absolute;
    width: 78%;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    color: #fff;
}

#threejsCanvas {
    position: absolute;
    inset: 26% 0px 0px;
    margin: auto;
    border-radius: 6px;
}

.share-instruction {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    font-size: 0.8rem;
    color: #3B3535;
}

.tags {

    color: #A90D22
}

.action-btns {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    display: none;
    gap: 1.8rem;
    height: 10dvh;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 1rem;
    z-index: 8;
}

.action-btns button,
#shareVideoBtn {
    padding: 0.5rem 0.8rem;
    color: #FFFFFF;
    background: #A90D22;
    border: 1px solid #fff;
    outline: none;
    border: none;
    border-radius: .5rem;
    box-shadow: 0px 8px 6px 0px #00000040;
    cursor: pointer;
    font-size: 1.1rem;
}

.share-video .btn-text {
    color: #fff;
    pointer-events: none
}

.loader {
    display: none;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spinLoader 1s linear infinite;
}

@keyframes spinLoader {
    100% {
        transform: rotate(360deg);
    }
}

.background-image {
    display: none;
    background: linear-gradient(to bottom, #851a2b, #c42b43);
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 10;
    justify-content: center;
    align-items: center;
    /* margin-right: 12%; */
}


.background-image .experience-link {
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.background-image .experience-link h4 {
    color: #ffffff !important;
    font-size: 1.4rem;
}

.background-image .experience-link .aashirvaad-center-logo {
    position: unset;
    margin: auto;
}

.logo-background-image {
    position: absolute;
    width: 140px;
    top: 4vw;
    left: 4vw;
}

@media only screen and (min-width: 768px) {
    .background-image {
        display: flex;
    }

    .main-container {
        display: none;
    }
}

/* Admin Page Styles */
body.admin-page {
    background-color: #f7f7f7;
    color: #333;
    font-family: Arial, sans-serif;
}

.admin-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#user-count {
    margin-bottom: 1rem;
}

.admin-container h1 {
    text-align: center;
    color: #333;
    margin-bottom: 1.5rem;
}

.filter-container {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: center;
    justify-content: center;
}

.filter-container a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.filter-container a.active {
    background-color: #A90D22;
    color: #fff;
}

.filter-container a:not(.active) {
    background-color: #eee;
    color: #333;
}

.filter-container a:hover {
    opacity: 0.8;
}


.user-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.user-table th,
.user-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
    color: #333;
    text-align: center;
}

.user-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.user-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.user-table tbody tr:hover {
    background-color: #f1f1f1;
}

.user-table img {
    border-radius: 5px;
    object-fit: cover;
    width: 75%;
}

.user-table .status-valid {
    color: green;
    font-weight: bold;
}

.user-table .status-invalid {
    color: #A90D22;
    font-weight: bold;
}

.user-table .action-btn {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    color: white;
    transition: background-color 0.2s;
    margin-bottom: 5px;
}

.action-btn.invalidate {
    background-color: #A90D22;
}

.action-btn.validate {
    background-color: #28a745;
}

.action-btn:hover {
    opacity: 0.8;
}

#hindiLanguageBtn {
    font-size: 1rem;
}

/* Override for admin page to be visible on desktop */
@media only screen and (min-width: 768px) {
    body.admin-page .main-container {
        display: block;
    }

    body.admin-page .background-image {
        display: none;
    }
}

.download-container {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: center;
}

#download-count {
    width: 100px;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#download-btn {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

#download-btn:hover {
    background-color: #0056b3;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    margin-top: 1rem;
}

.pagination a {
    color: #007bff;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.mobile-input-redeem-box {
    color: #fff;
    margin: auto;
    z-index: 6;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 80%;
}

.otp-input-redeem-box {
    color: #fff;
    margin: auto;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    width: 80%;
    display: none;
}

.otp-input-redeem-box .mobile-label,
.otp-send-strong strong {
    color: #fff;
}

#resendOtpBtn {
    display: inline-block;
    width: max-content;
    margin: auto;
    margin-top: 1rem;
    position: absolute;
    padding: 0.6rem 1.5rem;
    background: #A90D22;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    border-radius: 0.6rem;
    z-index: 6;
    font-size: 1rem;
    max-width: 70%;
    top: 56%;
}

.mobile-input-redeem-box .mobile-label,
.otp-send-strong strong {
    color: #fff;
}

.otp-send-strong {
    color: #fff;
    margin-top: 0.5rem;
}

.otp-timer-para {
    color: #fff;
    margin-top: 0.5rem;
    align-items: center;
    width: 100%;
}

.voucher-code-page .bottom-center-img {
    position: absolute;
    bottom: 2.2rem;
    right: 0;
    left: 0;
    width: 10rem;
    margin: auto;
    object-fit: contain;
    z-index: 5;
}

.voucher-code-box {
    color: #fff;
    margin: auto;
    z-index: 6;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 85%;
    position: relative;

}

.voucher-code-plane {
    width: 100%;
    position: relative;
    left: 8px;
}

.here-code-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    color: #fff;
    font-size: 0.7rem;
}

.here-code-h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;

    width: max-content;
    text-align: center;
    margin: auto;
    font-size: 1.4rem;
}

.terms-conditions-text {
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    font-size: 0.6rem;

}

#getOtpBtn,
#verifyOtpBtn,
#copyCodeBtn {
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    padding: 0.6rem 1.5rem;
    background: #A90D22;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    border-radius: 0.6rem;
    bottom: 1.5rem;
    z-index: 6;
    font-size: 1rem;
    max-width: 70%;
}

.make-winner-btn,
.green {
    background-color: #28a745 !important;
    color: white;
}

.unmake-winner-btn,
.red {
    background-color: #dc3545 !important;
    color: white;
}


/* ===============================
   MOBILE / DESKTOP VISIBILITY
================================ */
.mobile-only {
    display: none;
}

.desktop-only {
    display: table-cell;
}

/* ===============================
   MOBILE VIEW
================================ */
@media (max-width: 768px) {

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block;
        font-size: 14px;
        color: #666;
        margin-top: 4px;
    }

    /* Convert table into cards */
    .user-table,
    .user-table thead,
    .user-table tbody,
    .user-table tr,
    .user-table td {
        display: block;
        width: 100%;
    }

    .user-table thead {
        display: none;
    }

    .user-table tr {
        background: #ffffff;
        margin-bottom: 16px;
        padding: 12px;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .user-table td {
        border: none;
        padding: 8px 0;
    }

    /* Big rangoli image */
    .rangoli-img {
        width: 100% !important;
        height: auto;
        border-radius: 10px;
        margin-top: 6px;
    }

    /* Buttons at bottom */
    .actions-cell {
        display: flex;
        gap: 10px;
        margin-top: 12px;
    }

    .actions-cell button {
        flex: 1;
        padding: 10px;
        font-size: 14px;
    }
}
.state-box p{
    color: #fff;
    text-align: center;
    width: 100%;
}
#thanks-prompt {
    position: relative;
    left: 0px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    width: 78%;
    margin: auto;
}