/* _content/forms/Components/Layout/Header.razor.rz.scp.css */
/* .search-container {
    position: relative;
    width: 100%;
    margin: auto;
} */

.search-input[b-m8hun8wq3f] {
    width: 100%;
}

.suggestions-list[b-m8hun8wq3f] {
    position: absolute;
    top: 80%;
    left: 0px;
    right: 210px;
    max-height: 200px;
    max-width: 650px;
    margin: auto;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    z-index: 1000;
}

.suggestions-list li[b-m8hun8wq3f] {
    padding: 8px;
    cursor: pointer;
}

.suggestions-list li:hover[b-m8hun8wq3f] {
    background-color: #f0f0f0;
}


/* ticket creation */


.modal-backdrop[b-m8hun8wq3f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-m8hun8wq3f] {
    width: 50%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.modal-content h2[b-m8hun8wq3f] {
    margin-bottom: 10px;
}

.modal-content button[b-m8hun8wq3f] {
    margin-top: 10px;
}
/* _content/forms/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8u031wkf2w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8u031wkf2w] {
    flex: 1;
}

.sidebar[b-8u031wkf2w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8u031wkf2w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-8u031wkf2w]  a,
.top-row[b-8u031wkf2w]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-8u031wkf2w]  a:hover,
.top-row[b-8u031wkf2w]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-8u031wkf2w]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-8u031wkf2w] {
        justify-content: space-between;
    }

    .top-row[b-8u031wkf2w]  a,
    .top-row[b-8u031wkf2w]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8u031wkf2w] {
        flex-direction: row;
    }

    .sidebar[b-8u031wkf2w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8u031wkf2w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8u031wkf2w]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8u031wkf2w],
    article[b-8u031wkf2w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8u031wkf2w] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-8u031wkf2w] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/forms/Components/Pages/TemplateList.razor.rz.scp.css */
.template-list-wrapper[b-0b09c28kcu] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow-x: auto;
    width: fit-content;
    margin: 0 auto;
}

.template-list-wrapper p[b-0b09c28kcu] {
    text-align: center;
    font-style: italic;
    color: #888;
}


.card-link[b-0b09c28kcu] {
    text-decoration: none;
    color: inherit;
    display: block;
}


/*    */

.card-link .template-card[b-0b09c28kcu] {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.card-link:hover .template-card[b-0b09c28kcu] {
    transform: scale(1.01);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}


.create-card[b-0b09c28kcu] {
    background-color: #f8f8f8;
    border: 1px dashed #ccc;
    cursor: pointer;
}

.create-content[b-0b09c28kcu] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.plus-icon[b-0b09c28kcu] {
    width: 100px;
    height: 100px;
    border: 2px solid #888;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 3px;
}
/* _content/forms/Components/Pages/TemplateListSearch.razor.rz.scp.css */
.template-list-wrapper[b-nahnyyyngc] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow-x: auto;
    width: fit-content;
    margin: 0 auto;
}

.template-list-wrapper p[b-nahnyyyngc] {
    text-align: center;
    font-style: italic;
    color: #888;
}


.card-link[b-nahnyyyngc] {
    text-decoration: none;
    color: inherit;
    display: block;
}


/*    */

.card-link .template-card[b-nahnyyyngc] {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.card-link:hover .template-card[b-nahnyyyngc] {
    transform: scale(1.01);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}


.create-card[b-nahnyyyngc] {
    background-color: #f8f8f8;
    border: 1px dashed #ccc;
    cursor: pointer;
}

.create-content[b-nahnyyyngc] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.plus-icon[b-nahnyyyngc] {
    width: 100px;
    height: 100px;
    border: 2px solid #888;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 3px;
}
/* _content/forms/Components/Shared/ControlForm.razor.rz.scp.css */
.form-container[b-692javpc3k] {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.form-header[b-692javpc3k] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form-image[b-692javpc3k] {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 20px;
}

.form-header-content[b-692javpc3k] {
    padding: 0 20px;
}

.form-title[b-692javpc3k] {
    margin-bottom: 10px;
}

.form-description[b-692javpc3k] {
    color: #666;
    margin-bottom: 15px;
}

.form-meta[b-692javpc3k] {
    color: #888;
    font-size: small;
}

.question-container[b-692javpc3k] {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.question-container:last-child[b-692javpc3k] {
    border-bottom: none;
}

.form-label[b-692javpc3k] {
    font-weight: 500;
    margin-bottom: 8px;
}

.form-check[b-692javpc3k] {
    margin-bottom: 8px;
}

.btn-primary[b-692javpc3k] {
    margin-top: 20px;
}


.modal-backdrop[b-692javpc3k] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-692javpc3k] {
    width: 50%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.modal-content h2[b-692javpc3k] {
    margin-bottom: 10px;
}

.modal-content button[b-692javpc3k] {
    margin-top: 10px;
}
/* _content/forms/Components/Shared/ControlTemplate.razor.rz.scp.css */
.nav-item .nav-link:hover[b-yntwqr94d8] {
    cursor: pointer !important;
}

/* confirmation modal */


.modal-backdrop[b-yntwqr94d8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-yntwqr94d8] {
    width: 50%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.modal-content h2[b-yntwqr94d8] {
    margin-bottom: 10px;
}

.modal-content button[b-yntwqr94d8] {
    margin-top: 10px;
}

.confirmation-modal[b-yntwqr94d8] {
    /* Style the modal content as needed */
    text-align: center;
    /* Center the text */
    padding: 20px;
}

.button-group[b-yntwqr94d8] {
    display: flex;
    justify-content: center;
    /* Center the buttons horizontally */
    gap: 10px;
    /* Add some space between buttons */
    margin-top: 20px;
    /* Add space above the buttons */
}

.btn-primary[b-yntwqr94d8] {
    /* Style the Edit button */
    background-color: #007bff;
    /* Example color */
    border-color: #007bff;
}

.btn-success[b-yntwqr94d8] {
    /* Style the Create Another button */
    background-color: #28a745;
    /* Example color */
    border-color: #28a745;
}
/* _content/forms/Components/Shared/ResponseAggregation.razor.rz.scp.css */
.progress-container[b-fr28gghjqd] {
    margin-top: 10px;
}

.progress[b-fr28gghjqd] {
    height: 25px;
    background-color: #e9ecef;
}

.progress-bar[b-fr28gghjqd] {
    font-weight: bold;
    line-height: 25px;
}
/* _content/forms/Components/Shared/TemplateCard.razor.rz.scp.css */
.template-card[b-1myyroukl7] {
    width: 350px;
    height: 350px;
    display: flex;
    flex-direction: column;
}

.card-content[b-1myyroukl7] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-img-placeholder[b-1myyroukl7] {
    height: 200px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-style: italic;
}

.card-img-top[b-1myyroukl7] {
    object-fit: cover;
    height: 200px;
}

.card-body[b-1myyroukl7] {
    flex-grow: 1;
}

.description-preview[b-1myyroukl7] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.card:hover[b-1myyroukl7] {
    cursor: pointer;
}


.card-link-wrapper button[b-1myyroukl7] {
    pointer-events: auto;
}

.card-link-wrapper[b-1myyroukl7] {
    display: block;
    text-decoration: none;
    color: inherit;
}
/* _content/forms/Components/Shared/TemplateComment.razor.rz.scp.css */
/* Comments Section Styling */
.comments-section[b-d0rxijdqwd] {
    max-width: 800px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Comments Header */
.comments-section h3[b-d0rxijdqwd] {
    font-size: 1.5rem;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* Comment List */
.list-group[b-d0rxijdqwd] {
    padding: 0;
}

.list-group-item[b-d0rxijdqwd] {
    background: white;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    transition: background 0.3s ease-in-out;
}

.list-group-item:hover[b-d0rxijdqwd] {
    background: #f1f1f1;
}

/* Username Styling */
.list-group-item strong[b-d0rxijdqwd] {
    color: #007bff;
    font-size: 1rem;
}

/* Comment Date */
.list-group-item small[b-d0rxijdqwd] {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-top: 5px;
}

/* No Comments Message */
.comments-section p[b-d0rxijdqwd] {
    color: #666;
    font-style: italic;
}

/* Add Comment Box */
.add-comment[b-d0rxijdqwd] {
    margin-top: 20px;
}

.add-comment textarea[b-d0rxijdqwd] {
    width: 100%;
    min-height: 80px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    resize: none;
    transition: border-color 0.3s ease-in-out;
}

.add-comment textarea:focus[b-d0rxijdqwd] {
    border-color: #007bff;
    outline: none;
}

/* Submit Button */
.add-comment .btn-primary[b-d0rxijdqwd] {
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.add-comment .btn-primary:hover[b-d0rxijdqwd] {
    background: #0056b3;
}
/* _content/forms/Components/Shared/TemplatePrivacy.razor.rz.scp.css */
.suggestions-list[b-tsq8lq3cmd] {
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-bottom: 2px;
    padding: 0;
    list-style: none;
    z-index: 100;
}

.suggestions-list li[b-tsq8lq3cmd] {
    padding: 8px;
    cursor: pointer;
}

.suggestions-list li:hover[b-tsq8lq3cmd] {
    background-color: #f0f0f0;
}
/* _content/forms/Components/Shared/TemplateResult.razor.rz.scp.css */
.form-list-item[b-89f4bl74g6] {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.form-list-item:hover[b-89f4bl74g6] {
    background-color: #f0f0f0;
}
/* _content/forms/Components/Shared/TemplateTags.razor.rz.scp.css */
.suggestions-list[b-szgluaenvf] {
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-bottom: 2px;
    padding: 0;
    list-style: none;
    z-index: 100;
}

.suggestions-list li[b-szgluaenvf] {
    padding: 8px;
    cursor: pointer;
}

.suggestions-list li:hover[b-szgluaenvf] {
    background-color: #f0f0f0;
}
