@import 'FbMarketplaceWebsite.Client.was9ialgqu.bundle.scp.css';

/* _content/FbMarketplaceWebsite/Components/Layout/MainLayoutFooter.razor.rz.scp.css */
/* Footer */
footer[b-bev7amybw5] {
    background: #1e293b;
    color: white;
    padding: 4rem 2rem 0.5rem 2rem;
}

.footer-content[b-bev7amybw5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3[b-bev7amybw5] {
    margin-bottom: 1rem;
    color: #667eea;
}

.footer-section ul[b-bev7amybw5] {
    list-style: none;
}

    .footer-section ul li[b-bev7amybw5] {
        padding: 0.3rem 0;
    }

        .footer-section ul li a[b-bev7amybw5] {
            color: #94a3b8;
            text-decoration: none;
            transition: color 0.3s ease;
        }

            .footer-section ul li a:hover[b-bev7amybw5] {
                color: white;
            }

.footer-bottom[b-bev7amybw5] {
    border-top: 1px solid #334155;
    text-align: center;
    color: #94a3b8;
}

    .footer-bottom p[b-bev7amybw5] {
        margin-top: 0.5rem;
    }
/* _content/FbMarketplaceWebsite/Components/Layout/MainLayoutTop.razor.rz.scp.css */
.whatsapp-icon-image[b-bar2b1819l] {
    width: 100px;
}

@keyframes shake-b-bar2b1819l {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.shake-icon[b-bar2b1819l] {
    display: inline-block;
    animation: shake-b-bar2b1819l 0.5s ease-in-out infinite;
}
/* _content/FbMarketplaceWebsite/Components/Pages/Auth/Login.razor.rz.scp.css */
.field-container-sign-in[b-sscad7d8r0] {
    position: relative;
}

.fa-eye[b-sscad7d8r0],
.fa-eye-slash[b-sscad7d8r0] {
    position: absolute;
    top: 21px;
    right: 12px;
    cursor: pointer;
}

.show-pasword[b-sscad7d8r0] {
    display: block;
}

.hide-password[b-sscad7d8r0] {
    display: none;
}
/* _content/FbMarketplaceWebsite/Components/Pages/Auth/Register.razor.rz.scp.css */
.gradient-custom-3[b-c51zp49y50] {
    /* fallback for old browsers */
    background: #84fab0;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5))
}

.gradient-custom-4[b-c51zp49y50] {
    /* fallback for old browsers */
    background: #84fab0;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1))
}

.field-container-sign-in[b-c51zp49y50] {
    position: relative;
}

.fa-eye[b-c51zp49y50],
.fa-eye-slash[b-c51zp49y50] {
    position: absolute;
    top: 21px;
    right: 12px;
    cursor: pointer;
}

.show-pasword[b-c51zp49y50] {
    display: block;
}

.hide-password[b-c51zp49y50] {
    display: none;
}
/* _content/FbMarketplaceWebsite/Components/Pages/Download.razor.rz.scp.css */
/* Hero Section */
.wrapper[b-5jok52ah7r] {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}

.download-thanks[b-5jok52ah7r] {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    color: #0369a1;
    border: 1px solid #bae6fd;
    border-radius: 12px;
    padding: 16px 24px;
    margin: 24px auto;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
    transition: all 0.3s ease;
    animation: fadeIn-b-5jok52ah7r 0.6s ease-out;
}

    .download-thanks:hover[b-5jok52ah7r] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(59, 130, 246, 0.15);
    }

@keyframes fadeIn-b-5jok52ah7r {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.hero[b-5jok52ah7r] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    padding: 80px 0;
    text-align: center;
}

    .hero h1[b-5jok52ah7r] {
        font-size: 3.5rem;
        margin-bottom: 20px;
        background: linear-gradient(45deg, #ffffff, #e2e8f0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: fadeInUp-b-5jok52ah7r 1s ease-out;
    }

.hero-subtitle[b-5jok52ah7r] {
    font-size: 1.3rem;
    color: #cbd5e1;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    animation: fadeInUp-b-5jok52ah7r 1s ease-out 0.2s both;
}

.download-card[b-5jok52ah7r] {
    background: rgba(249, 250, 251, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto;
    max-width: 800px;
    animation: fadeInUp-b-5jok52ah7r 1s ease-out 0.4s both;
}

.version-info[b-5jok52ah7r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.info-item[b-5jok52ah7r] {
    background: rgba(249, 250, 251, 0.05);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-label[b-5jok52ah7r] {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.info-value[b-5jok52ah7r] {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

.download-btn[b-5jok52ah7r] {
    background: linear-gradient(45deg, #3b82f6, #8b5cf6);
    color: white;
    border: none;
    padding: 18px 50px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

    .download-btn:hover[b-5jok52ah7r] {
        transform: translateY(-2px);
        box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
    }

    .download-btn.disabled[b-5jok52ah7r] {
        background: linear-gradient(45deg, #9ca3af, #a1a1aa);
        color: #d1d5db;
        cursor: not-allowed;
        box-shadow: 0 5px 15px rgba(156, 163, 175, 0.2);
        transform: none;
    }

        .download-btn.disabled:hover[b-5jok52ah7r] {
            transform: none;
            box-shadow: 0 5px 15px rgba(156, 163, 175, 0.2);
        }


.download-link.disabled[b-5jok52ah7r] {
    pointer-events: none !important;
    opacity: 0.5 !important;
    font-weight: initial !important;
    color: inherit !important;
    text-decoration: none !important;
}

.download-link[b-5jok52ah7r] {
    color: rgb(96, 165, 250) !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

    .download-link:hover[b-5jok52ah7r] {
        text-decoration: 1px solid blue !important;
    }


.download-fallback[b-5jok52ah7r] {
    border-left: 4px solid #60a5fa;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px 24px;
    margin-top: 20px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
}

    .download-fallback p:first-child[b-5jok52ah7r] {
        font-weight: 600;
        color: #60a5fa;
        margin-bottom: 8px;
        font-size: 1rem;
    }

    .download-fallback p:last-child[b-5jok52ah7r] {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.8);
    }

    .download-fallback strong[b-5jok52ah7r] {
        color: #fbbf24;
        font-weight: 700;
    }




/* Features Section */
.features[b-5jok52ah7r] {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

.section-title[b-5jok52ah7r] {
    font-weight: bold;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: #ffffff;
}

.features-grid[b-5jok52ah7r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-card[b-5jok52ah7r] {
    background: rgba(249, 250, 251, 0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

    .feature-card:hover[b-5jok52ah7r] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    }

.feature-icon[b-5jok52ah7r] {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #60a5fa;
}

.feature-title[b-5jok52ah7r] {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.feature-description[b-5jok52ah7r] {
    color: #cbd5e1;
    line-height: 1.6;
}

/* System Requirements */
.requirements[b-5jok52ah7r] {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

.requirements-grid[b-5jok52ah7r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.requirement-card[b-5jok52ah7r] {
    background: rgba(249, 250, 251, 0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.requirement-title[b-5jok52ah7r] {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #60a5fa;
}

.requirement-list[b-5jok52ah7r] {
    list-style: none;
}

    .requirement-list li[b-5jok52ah7r] {
        padding: 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: space-between;
    }

        .requirement-list li:last-child[b-5jok52ah7r] {
            border-bottom: none;
        }

.req-label[b-5jok52ah7r] {
    color: #cbd5e1;
}

.req-value[b-5jok52ah7r] {
    color: #ffffff;
    font-weight: 500;
}

/* Installation Guide */
.installation[b-5jok52ah7r] {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

.installation-steps[b-5jok52ah7r] {
    max-width: 800px;
    margin: 0 auto;
}

.step[b-5jok52ah7r] {
    background: rgba(249, 250, 251, 0.05);
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.step-number[b-5jok52ah7r] {
    background: linear-gradient(45deg, #3b82f6, #8b5cf6);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h3[b-5jok52ah7r] {
    color: #ffffff;
    margin-bottom: 10px;
}

.step-content p[b-5jok52ah7r] {
    color: #cbd5e1;
    line-height: 1.6;
}

/* Help Section */
.help[b-5jok52ah7r] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    padding: 80px 0;
}

.help-content[b-5jok52ah7r] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

    .help-content p[b-5jok52ah7r] {
        font-size: 1.2rem;
        color: #cbd5e1;
        margin-bottom: 40px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

.help-links[b-5jok52ah7r] {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.help-link[b-5jok52ah7r] {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .help-link:hover[b-5jok52ah7r] {
        color: #3b82f6;
    }

/* CTA Section */
.cta[b-5jok52ah7r] {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

    .cta h2[b-5jok52ah7r] {
        font-size: 2.5rem;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .cta p[b-5jok52ah7r] {
        font-size: 1.2rem;
        color: #cbd5e1;
        margin-bottom: 40px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

/* Footer */
footer[b-5jok52ah7r] {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #94a3b8;
}

/* Animations */
@keyframes fadeInUp-b-5jok52ah7r {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1[b-5jok52ah7r] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-5jok52ah7r] {
        font-size: 1.1rem;
    }

    .download-card[b-5jok52ah7r] {
        padding: 30px 20px;
    }

    .version-info[b-5jok52ah7r] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .requirements-grid[b-5jok52ah7r] {
        grid-template-columns: 1fr;
    }

    .nav-links[b-5jok52ah7r] {
        gap: 15px;
    }

    .help-links[b-5jok52ah7r] {
        flex-direction: column;
        gap: 15px;
    }
}
/* _content/FbMarketplaceWebsite/Components/Pages/Home.razor.rz.scp.css */
.reveal[b-orq0mu6b33]
{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1.5s ease;
}

.reveal.active[b-orq0mu6b33]
{
    transform: translateY(0px);
    opacity: 1;
}

.contact-us-container[b-orq0mu6b33] 
{
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f3f4;
}

@media only screen and (max-width: 600px) {
    .contact-us-container[b-orq0mu6b33] {
        padding: 10px;
    }
}
/* _content/FbMarketplaceWebsite/Components/Shared/ContactUsForm.razor.rz.scp.css */

body[b-t8eoxj47zr] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: rgba(249, 250, 251, 1);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}


.contactus-form-container[b-t8eoxj47zr] {
    width: 100%;
    max-width: 600px;
    padding: 2rem 3rem;
    padding: 2rem clamp(1rem, 2vw + 0.5rem, 3rem);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.contactus-container h2[b-t8eoxj47zr] {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: 1rem;
}

.input-container[b-t8eoxj47zr] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .input-container label[b-t8eoxj47zr] {
        font-weight: 600;
        color: #374151;
        font-size: 0.95rem;
    }

.row[b-t8eoxj47zr] {
    flex-direction: row;
}

.asteric[b-t8eoxj47zr] {
    color: #dc2626;
    margin-left: 2px;
}


.contactus-container[b-t8eoxj47zr]  input, .contactus-container[b-t8eoxj47zr]  textarea {
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    background-color: #fafafa;
    transition: all 0.3s ease;
    outline: none;
    resize: vertical;
}

    .contactus-container[b-t8eoxj47zr]  input::placeholder, .contactus-container[b-t8eoxj47zr]  textarea::placeholder {
        color: #9ca3af;
    }

    .contactus-container[b-t8eoxj47zr]  input:focus, .contactus-container[b-t8eoxj47zr]  textarea:focus {
        border-color: #3b82f6;
        background-color: white;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

.submit-container[b-t8eoxj47zr] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.submit-btn[b-t8eoxj47zr] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

    .submit-btn:hover[b-t8eoxj47zr] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    }

    .submit-btn:active[b-t8eoxj47zr] {
        transform: translateY(0);
    }

.captcha-container[b-t8eoxj47zr] {
    max-width: 100%;
    overflow: hidden;
}

    .captcha-container iframe[b-t8eoxj47zr] {
        max-width: 100%;
        transform: scale(0.6);
        transform-origin: 0 0;
    }


@media only screen and (max-width: 600px) {

    .row[b-t8eoxj47zr] {
        flex-direction: column;
    }
}
