@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
#loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    z-index: 10000;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}




.prt_top_bar{
    display: flex;
    justify-content: space-between;
    padding: 2px 10px;

}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popupIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 480px) {
    .form-card {
        margin: 1rem;
        padding: 1.5rem;
    }
}


@keyframes popIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes tick {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}
/* Keyframes for the spinning animation */
@keyframes spin {
    0% {
        transform: rotate(0deg); /* Start rotation at 0 degrees */
    }

    100% {
        transform: rotate(360deg); /* End rotation at 360 degrees (a full circle) */
    }
}
@media (min-width: 1024px) { /* lg: */
    .editor-section {
        flex-direction: row;
        height: 43.75rem; /* 700px */
    }
}
@media (min-width: 1024px) { /* lg: */
    .content-area {
        flex-direction: row; /* Row for large screens */
    }
}
@media (min-width: 640px) { /* sm: */
    .page-container {
        padding: 1.5rem;
    }
}

@media (min-width: 1024px) { /* lg: */
    .page-container {
        padding: 2rem;
    }
}
@media (min-width: 1024px) { /* lg: */
    .preview-section {
        height: 43.75rem; /* 700px */
    }
}
@media (min-width: 1024px) { /* lg: */
    .editor-pane:first-child {
        border-bottom: none;
        border-right: 1px solid #e5e7eb; /* Equivalent to lg:border-r */
    }
}

@media (min-width: 768px) {
    .chat-message {
        max-width: 65%;
    }

    .fab {
        bottom: var(--spacing-lg);
        right: var(--spacing-lg);
    }
}


@media (max-width: 600px) {
    .deploy-container {
        margin: 1rem;
        padding: 1rem;
    }

    .title {
        font-size: 1.5rem;
    }
}

/* Reset */

.prt_chat_bar{
    position: relative;
    margin-top: 20px;
}
/* Root Styling */
.whatsapp-chat-component {
    position: absolute;

    width: 100%;
    max-width: 380px; /* Close to WhatsApp mobile size */
    height: 90vh; /* Chat takes most of the height */
    background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

/* Header Section */
.whatsapp-chat-header {
    background-color: #075e54; /* WhatsApp Green */
    padding: 12px 16px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.whatsapp-logo {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-name {
    font-weight: bold;
    font-size: 16px;
}

.contact-status {
    font-size: 12px;
    color: #d3d3d3;
}

/* Chat Area */
.whatsapp-chat-area {
    flex-grow: 1;
    padding: 12px;
    overflow-y: auto;
    background-color: #f1f1f1; /* Light gray */
}

/* Message Container */
.message {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

    /* User's Message (Right Aligned) */
    .message.user {
        justify-content: flex-end;
    }

        .message.user .message-bubble {
            background-color: #dcf8c6; /* Light green */
            padding: 10px;
            border-radius: 18px;
            max-width: 70%;
            word-wrap: break-word;
            font-size: 14px;
        }

    /* Bot's Message (Left Aligned) */
    .message.bot {
        justify-content: flex-start;
    }

        .message.bot .message-bubble {
            background-color: #ffffff; /* White for bot */
            padding: 10px;
            border-radius: 18px;
            max-width: 70%;
            word-wrap: break-word;
            font-size: 14px;
            border: 1px solid #e1e1e1; /* Light border for bot messages */
        }

/* Input Area */
.whatsapp-input-area {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #ffffff;
    border-top: 1px solid #e1e1e1;
}

.prt_chat_bar textarea {
    width: 100%;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    resize: none;
    background-color: #f1f1f1;
    color: #333;
    outline: none;
    box-shadow: none;
}

    .prt_chat_bar textarea:focus {
        border-color: #075e54;
    }

.prt_chat_bar button.send-button {
    background-color: #075e54;
    border: none;
    padding: 12px;
    margin-left: 12px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .prt_chat_bar button.send-button svg {
        fill: white;
    }

    .prt_chat_bar button.send-button:hover {
        background-color: #128c7e; /* Darker green on hover */
    }

.prt_chat_bar button:focus {
    outline: none;
}

/* Scrollbar */
.whatsapp-chat-area::-webkit-scrollbar {
    width: 8px;
}

.whatsapp-chat-area::-webkit-scrollbar-thumb {
    background-color: #075e54;
    border-radius: 10px;
}

.whatsapp-chat-area::-webkit-scrollbar-track {
    background: #f1f1f1;
}













/* Reset */


/* Root Styling */
.ai-prompting-component {
    width: 100%;
    margin: 0 1.4em;
     /* Component takes up 3/4 of the screen height */
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    position: relative; /* To position the button at the bottom */
}
.generate-button {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    font-size: 11px;
    background-color: #fff;
    color: #005a9e;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #005a9e;
}
.g_btn{
    text-align: right;
    align-content: end;
    margin-bottom: 7px;
}

.generate-button:hover {
    background-color: #fff;
}

    .generate-button:active {
        background-color: #003f6f;
    }

.button-icon {
    margin-right: 5px;
    font-size: 14px;
}
@media(max-width: 700px){
    .ai-prompting-component {
        margin: 0;
    }
}
/* Header Section */
.ai-prompt-header {
    text-align: center;
    margin-bottom: 20px;
}

    .ai-prompt-header h2 {
        font-size: 24px;
        font-weight: bold;
        color: #075e54; /* WhatsApp green */
    }

    .ai-prompt-header p {
        font-size: 14px;
        color: #555;
    }

/* Input Area */
.ai-prompt-input-area {
    flex-grow: 1; /* Take up available space */
    margin-bottom: 20px;
}

.ai-prompting-component textarea {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    resize: none;
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}

    .ai-prompting-component textarea:focus {
        border-color: #075e54;
    }

/* Prompt History Section */
.ai-prompt-history {
    margin-top: 20px;
    max-height: 180px; /* Limit the height of history section */
    overflow-y: auto;
}

    .ai-prompt-history h3 {
        font-size: 18px;
        font-weight: bold;
        color: #075e54; /* WhatsApp green */
        margin-bottom: 12px;
    }

#prompt-history-list {
    list-style: none;
    padding: 0;
}

    #prompt-history-list li {
        background-color: #f1f1f1;
        border-radius: 12px;
        padding: 10px;
        margin-bottom: 8px;
        cursor: pointer;
        font-size: 14px;
    }

        #prompt-history-list li:hover {
            background-color: #dcf8c6; /* Light green on hover */
        }

        #prompt-history-list li.selected {
            background-color: #dcf8c6; /* Selected prompt background */
        }

/* Save Button at the bottom */
.ai-prompting-component button.save-btn {
    background-color: #075e54;
    border: none;
    padding: 12px 20px;
    margin-top: auto; /* This makes the button align to the bottom */
    border-radius: 12px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

    .ai-prompting-component button.save-btn:hover {
        background-color: #128c7e; /* Darker green */
    }

.ai-prompting-component button:focus {
    outline: none;
}



@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 600px) {
    .market-card {
        margin-bottom: 1rem;
    }
}

/* General Styles */
.homeT {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f7fa;
    color: #333;
}

    .homeT h1, .homeT h2, .homeT h3 {
        font-weight: 600;
        color: #333;
    }

.homeT button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

    .homeT button:hover {
        background-color: #0056b3;
    }

.homeT a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

    .homeT a:hover {
        color: #0056b3;
    }

/* Hero Section */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 50px;
    animation: fadeIn 1s ease-in;
}

.hero-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    animation: slideIn 1s ease-in;
}

.cta-button {
    padding: 12px 25px;
    background-color: #007bff;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

    .cta-button:hover {
        transform: scale(1.1);
    }

/* About Section */
.about {
    padding: 50px;
    background-color: #ffffff;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}

.chat-sample img {
    max-width: 80%;
    margin-top: 20px;
    animation: zoomIn 1s ease-in-out;
}

/* How It Works Section */
.how-it-works {
    padding: 50px;
    background-color: #f7f7f7;
}

.steps {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    animation: fadeIn 2s ease-in-out;
}

.step {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

    .step:hover {
        transform: translateY(-10px);
    }

/* Features Section */
.features {
    padding: 50px;
    background-color: #ffffff;
    text-align: center;
}

.feature-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

    .feature-card:hover {
        transform: scale(1.05);
    }

/* Footer Section */
.cta-footer {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 30px;
}

.social-links a {
    margin: 0 15px;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}








@media (max-width: 768px) {
    .contacts-panel {
        width: 100%; /* Full width on smaller screens if only one panel is shown */
        min-width: unset;
        border-right: none; /* No border if it's the only panel */
    }
    /* Example: Hiding one panel or stacking them would require more logic and CSS */
    /* For a true responsive WhatsApp, you'd typically show one panel at a time on mobile */
    .whatsapp-container {
        /* flex-direction: column; */ /* If you want to stack them */
    }

    .chat-panel {
        /* display: none; */ /* Initially hide chat panel on mobile, show on selection */
    }
}






/* General Styles */
.body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

    .body .container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

.body h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(to right, #4CAF50, #2E7D32);
    color: #fff;
    padding: 5rem 0;
    text-align: center;
}

    .hero-section .cta-buttons a {
        margin: 0.5rem;
        padding: 0.8rem 2rem;
        text-decoration: none;
    }

/* About Section */
.about-section {
    display: flex;
    align-items: center;
    padding: 4rem 0;
    background: #f8f8f8;
}

    .about-section img {
        max-width: 50%;
        border-radius: 10px;
    }

/* How It Works Section */
.how-it-works-section .steps {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

/* Blogs Section */
.blogs-section .blogs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

/* Gallery Section */
.gallery-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.gallery-section img {
    width: 100%;
    border-radius: 8px;
}

/* Footer */
.footer-section {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
}
















.unique-whatsapp-bottom-bar {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}

.message-input {
    flex-grow: 1;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 1rem;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

    .message-input:focus {
        border-color: #25d366;
    }

.emoji-button,
.send-button {
    background-color: transparent;
    border: none;
    color: #25d366;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-in-out;
}

    .emoji-button:hover,
    .send-button:hover {
        background-color: rgba(37, 211, 102, 0.1);
    }

    .emoji-button:active,
    .send-button:active {
        background-color: rgba(37, 211, 102, 0.2);
    }















.slider-container {
    padding: 20px;
    max-width: 400px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.slider-group {
    margin-bottom: 10px;
}

.slider-container label {
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
}

.slider-container input[type="range"] {
    width: 100%;
}







.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
   
}

.popup-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    
}

.popup-container h3 {
    margin-top: 0;
    font-size: 1.5rem;
    text-align: center;
    color: #333;
}

.input-group {
    margin-bottom: 15px;
}

    .input-group label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .input-group input {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1rem;
    }

.action-buttons {
    display: flex;
    justify-content: space-between;
}

.generated-button {
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

    .generated-button:hover {
        background-color: #005a9e;
    }

.cancel-button {
    background-color: #ccc;
    color: #333;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

    .cancel-button:hover {
        background-color: #aaa;
    }







































/* Center the login card in the middle of the page */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #2e86de, #1b9cfc);
    font-family: 'Arial', sans-serif;
}

/* Login card styling */
.login-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.login-container .title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #34495e;
}

.login-container .subtitle {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 1.5rem;
}

.login-container .form-group {
    margin-bottom: 1rem;
    text-align: left;
}

.login-container .form-control {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #dcdde1;
    border-radius: 4px;
    margin-top: 0.5rem;
    outline: none;
}

    .login-container .form-control:focus {
        border-color: #3498db;
        box-shadow: 0 0 4px rgba(52, 152, 219, 0.3);
    }

.login-container .btn-block {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    background-color: #3498db;
    color: white;
    cursor: pointer;
}

    .login-container .btn-block:hover {
        background-color: #2980b9;
    }

.login-container .forgot-password {
    margin-top: 1rem;
}

    .login-container .forgot-password a {
        color: #3498db;
        text-decoration: none;
    }

        .login-container .forgot-password a:hover {
            text-decoration: underline;
        }


































/* Container styles */
.reset-password-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    font-family: 'Arial', sans-serif;
}

/* Card styles */
.reset-password-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.reset-password-container .title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.reset-password-container .instructions {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 1.5rem;
}

.reset-password-container .form-group {
    margin-bottom: 1rem;
    text-align: left;
}

.reset-password-container .form-control {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #dcdde1;
    border-radius: 4px;
    margin-top: 0.5rem;
    outline: none;
}

    .reset-password-container .form-control:focus {
        border-color: #2ecc71;
        box-shadow: 0 0 4px rgba(46, 204, 113, 0.3);
    }

.reset-password-container .btn-block {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    background-color: #2ecc71;
    color: white;
    cursor: pointer;
}

    .reset-password-container .btn-block.loading {
        background-color: #27ae60;
        cursor: not-allowed;
    }

.reset-password-container .spinner-border {
    margin-right: 8px;
}

.reset-password-container .success-message {
    margin-top: 1rem;
    color: #27ae60;
    font-weight: bold;
}




























































/* Container styles */
.setup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #3498db, #9b59b6);
    font-family: 'Arial', sans-serif;
}

/* Card styles */
.setup-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.setup-container .title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #34495e;
}

.setup-container .subtitle {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 1.5rem;
}

.setup-container .google-login {
    margin-bottom: 1rem;
}

.setup-container .btn-google {
    background: #ffffff;
    border: 1px solid #dcdde1;
    border-radius: 4px;
    padding: 0.8rem;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .setup-container .btn-google:hover {
        background: #f0f0f0;
    }

.setup-container .or-divider {
    margin: 1rem 0;
    font-size: 0.9rem;
    color: #7f8c8d;
}

.setup-container .form-group {
    margin-bottom: 0.7rem;
    text-align: left;
}

.setup-container .form-control {
    width: 100%;
    padding: 0.2rem;
    font-size: 1rem;
    border: 1px solid #dcdde1;
    border-radius: 4px;
    margin-top: 0.5rem;
    outline: none;
}

    .setup-container .form-control:focus {
        border-color: #9b59b6;
        box-shadow: 0 0 4px rgba(155, 89, 182, 0.3);
    }

.setup-container .btn-block {
    width: 100%;
    padding: 0.4rem;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    background-color: #9b59b6;
    color: white;
    cursor: pointer;
}

    .setup-container .btn-block:disabled {
        background-color: #dcdde1;
        cursor: not-allowed;
    }

.setup-container .error-message {
    color: #e74c3c;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}


























/* Landing Page Container */
.landing-page-container {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, #5b2c6f, #7d3c98);
    color: #fff;
}

/* Parallax Background */
.home-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.parallax-bg {
    background: url('parallax-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 150%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-20%);
    animation: parallaxMove 20s linear infinite;
}

@keyframes parallaxMove {
    0% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(-10%);
    }
}

/* Transparent Blobs */
.home-section::after {
    content: "";
    position: absolute;
    top: -50px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(50px);
    animation: blobMove 8s infinite;
}

@keyframes blobMove {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px) translateY(20px);
    }
}

/* Section Styling */
.landing-page-container section {
    padding: 4rem 2rem;
    text-align: center;
}

.home-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.highlight {
    color: #bb8fce;
}

.btn-get-started {
    padding: 1rem 2rem;
    background: #8e44ad;
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-get-started:hover {
        background: #7d3c98;
    }

/* About Section */
.about-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* How It Works */
.steps {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
}

.step img {
    width: 100px;
    border-radius: 10px;
}

.services-list {
    list-style: none;
    padding: 0;
}

    .services-list li {
        margin: 0.5rem 0;
    }

/* Feedback */
.feedback-carousel {
    display: flex;
    overflow: auto;
    gap: 1rem;
}

/* FAQ */
.faq-accordion {
    margin-top: 2rem;
}




































.waiting-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f2f5;
    margin: 0;
}

.waiting-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .waiting-card h2 {
        font-size: 1.5rem;
        margin: 0;
        color: #333;
        animation: fade-in 1s ease-in-out;
    }

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}












.main{
    color: #fff;
}


























/* ProductScrollView.razor.css */
.scroll-view-container {
    overflow-x: auto;
    padding: 10px;
    white-space: nowrap;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.scroll-view {
    display: flex;
    gap: 16px;
}

.product-card {
    display: inline-block;
    width: 200px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .product-card:hover {
        transform: scale(1.05);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    }

.product-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.product-details {
    overflow: hidden;
}

    .product-details h5 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .product-details p {
        font-size: 14px;
        color: #666;
        margin: 5px 0;
    }

.button_sap_1 {
    padding: 6px 12px;
    font-size: 14px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .button_sap_1:hover {
        background-color: #0056b3;
    }





.toggle-container {
    text-align: center;
    margin-top: 10px;
}

.toggle-button {
    padding: 8px 16px;
    font-size: 16px;
    border: 1px solid #007bff;
    color: #007bff;
    background-color: transparent;
    border-radius: 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

    .toggle-button:hover {
        background-color: #0056b3;
        transform: scale(1.05);
    }

.toggle-icon {
    width: 20px;
    height: 20px;
}





































































.title_ {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
}

.product-form_ {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

    .product-form_ .form-container {
        background: #fff;
        border-radius: 8px;
        padding: 2rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        max-width: 500px;
        width: 100%;
    }

    .product-form_ .input-field {
        margin-bottom: 1.5rem;
    }

.product-form_ label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

    .product-form_ .form-control {
        width: 100%;
        padding: 0.75rem;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.product-form_ textarea {
    height: 100px;
    resize: none;
}

    .product-form_ .btn-primary {
        background-color: #007bff;
        color: #fff;
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .product-form_ .btn-primary:hover {
            background-color: #0056b3;
        }

.drag-drop-area {
    border: 2px dashed #ccc;
    padding: 2rem;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 1.5rem;
    position: relative;
}

    .drag-drop-area:hover {
        border-color: #007bff;
    }

.uploaded-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1rem;
}































.container_book {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .container_book h1, .container_book h2 {
        text-align: center;
        color: #333;
    }

    .container_book .form-group {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .container_book .toggle-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .container_book .toggle-group label {
            font-size: 16px;
            color: #555;
        }

    .container_book .toggle-button {
        width: 40px;
        height: 20px;
        appearance: none;
        background-color: #ddd;
        border-radius: 10px;
        position: relative;
        outline: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .container_book .toggle-button:checked {
            background-color: #4caf50;
        }

        .container_book .toggle-button:before {
            content: \"\";
            position: absolute;
            width: 18px;
            height: 18px;
            background: white;
            border-radius: 50%;
            top: 1px;
            left: 1px;
            transition: transform 0.3s ease;
        }

        .container_book  .toggle-button:checked:before {
            transform: translateX(20px);
        }

    .container_book .save-button {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #4caf50;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .container_book .save-button:hover {
            background-color: #45a049;
        }















































.project_cover {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.project_cover h1 {
    text-align: center;
    color: #333;
    margin-top: 20px;
}

    .project_cover .projects-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .project_cover .project-card {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 300px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: transform 0.2s, box-shadow 0.2s;
        cursor: pointer;
    }

        .project_cover .project-card:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }

        .project_cover .project-card h2 {
            color: #4caf50;
            font-size: 20px;
            margin: 10px 0;
        }

        .project_cover .project-card p {
            color: #555;
            font-size: 14px;
            text-align: center;
            margin-bottom: 15px;
        }

    .project_cover .social-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
        font-size: 16px;
    }

        .project_cover .social-links span {
            color: #888;
        }

        .project_cover .social-links i {
            color: #4caf50;
            transition: color 0.2s;
        }

            .project_cover .social-links i:hover {
                color: #2e7d32;
            }






































.container_p_create {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .container_p_create h1, .container_p_create h2 {
        text-align: center;
        color: #333;
    }

    .container_p_create .step {
        margin-bottom: 20px;
    }

    .container_p_create .label {
        display: block;
        margin-bottom: 5px;
        color: #555;
        font-weight: bold;
    }

    .container_p_create .input-field, .container_p_create textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 14px;
    }

    .container_p_create .card-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .container_p_create .card {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: 120px;
        text-align: center;
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
    }

        .container_p_create .card.selected {
            border: 2px solid #4caf50;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        .container_p_create .card:hover {
            transform: scale(1.05);
        }

        .container_p_create .card i {
            font-size: 24px;
            margin-bottom: 10px;
            color: #4caf50;
        }

        .container_p_create .card span {
            font-size: 14px;
            color: #555;
        }

    .container_p_create .next-button {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #4caf50;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        .container_p_create .next-button:hover {
            background-color: #45a049;
        }





























.horizontal-scroll-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
}

    .horizontal-scroll-container::-webkit-scrollbar {
        height: 8px;
    }

    .horizontal-scroll-container::-webkit-scrollbar-thumb {
        background-color: #ced4da;
        border-radius: 4px;
    }

    .horizontal-scroll-container .icon-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        background-color: #ffffff;
        border: none;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
        min-width: 80px;
    }

        .horizontal-scroll-container .icon-button i {
            font-size: 24px;
            color: #6c757d;
            margin-bottom: 5px;
        }

        .horizontal-scroll-container .icon-button span {
            font-size: 14px;
            color: #495057;
            font-weight: 500;
        }

        .horizontal-scroll-container .icon-button:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .horizontal-scroll-container .icon-button:active {
            transform: scale(0.95);
        }









































/* General styles */


.page-titlee {
    text-align: center;
    margin: 20px 0;
    color: #333;
    font-size: 2em;
}

/* Knowledge list container */
.knowledge-list-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

/* Knowledge card styles */
.knowledge-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .knowledge-card:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

    .knowledge-card h2 {
        margin: 0 0 10px;
        color: #0078d7;
    }

    .knowledge-card p {
        margin: 0 0 10px;
        color: #555;
    }

.data-urls {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

    .data-urls li {
        margin-bottom: 5px;
    }

    .data-urls a {
        color: #0078d7;
        text-decoration: none;
    }

        .data-urls a:hover {
            text-decoration: underline;
        }

/* View details button */
.view-details-btn {
    background-color: #0078d7;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .view-details-btn:hover {
        background-color: #005ea6;
    }

.empty-message {
    text-align: center;
    color: #888;
    font-size: 1.2em;
}











































/* General Styles */
.about-container_ {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: #f9f9f9;
}



/* Hero Section */
    .about-container_ .hero-section {
        background: linear-gradient(to right, #4caf50, #81c784);
        color: #fff;
        text-align: center;
        padding: 80px 20px;
    }

        .about-container_ .hero-section h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .about-container_ .hero-section p {
            font-size: 1.2rem;
            margin-bottom: 30px;
        }

    .about-container_ .cta-button {
        background-color: #fff;
        color: #4caf50;
        padding: 15px 30px;
        border: none;
        border-radius: 25px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .about-container_ .cta-button:hover {
            background-color: #e8f5e9;
        }

/* Details Section */
    .about-container_ .details-section {
        padding: 60px 20px;
        text-align: center;
        background-color: #fff;
    }

        .about-container_ .details-section h2 {
            color: #4caf50;
            margin-bottom: 20px;
        }

        .about-container_ .details-section p {
            max-width: 800px;
            margin: 0 auto;
        }

    .about-container_ .feature-image {
        width: 100%;
        max-width: 400px;
        margin-top: 20px;
    }

/* Features Section */
    .about-container_ .features-section {
        background-color: #f1f1f1;
        padding: 60px 20px;
        text-align: center;
    }

    .about-container_ .features-list {
        list-style: none;
        padding: 0;
    }

        .about-container_ .features-list li {
            margin: 20px 0;
        }

        .about-container_ .features-list h3 {
            color: #4caf50;
        }

/* How It Works Section */
    .about-container_ .how-it-works-section {
        background-color: #fff;
        padding: 60px 20px;
    }

    .about-container_ .steps-list {
        list-style: decimal;
        margin: 0 auto;
        max-width: 800px;
        text-align: left;
    }

        .about-container_ .steps-list li {
            margin-bottom: 15px;
        }

/* CTA Section */
    .about-container_ .cta-section {
        background-color: #4caf50;
        color: #fff;
        text-align: center;
        padding: 60px 20px;
    }

        .about-container_ .cta-section h2 {
            margin-bottom: 20px;
        }



































.footer_ {
    background-color: #070E27;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

    .footer_ a {
        color: #ffffff;
        text-decoration: none;
        margin: 0 10px;
        transition: color 0.3s ease-in-out;
    }

        .footer_ a:hover {
            color: #1DB954;
            text-decoration: underline;
        }

.container_ {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.social-links_ {
    margin-top: 15px;
}

    .social-links_ a {
        margin: 0 10px;
        font-size: 20px;
        display: inline-block;
        animation: fadeIn 1s ease-in-out;
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    }

        .social-links_ a:hover {
            transform: scale(1.2);
            color: #1DB954;
        }

/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}












@media (min-width: 1024px) {
    .templates-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    }
}
@media (min-width: 992px) { /* Larger screens */
    .main-content-grid {
        grid-template-columns: 1fr 1fr; /* Two columns for config and preview */
    }

    .config-container {
        padding: 2rem;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Tablet layout: 2 columns */
@media (min-width: 768px) and (max-width: 1023px) {
    .templates-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    }
}

@media (max-width: 767px) {
    .templates-grid {
        grid-template-columns: 1fr; /* 1 full-width column */
        padding: 0; /* Remove horizontal padding on very small screens */
    }
}



























