/* _content/Sarkis.Backoffice/Components/Controls/Loading.razor.rz.scp.css */
.loading-overlay[b-9r0majf7o0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading-content[b-9r0majf7o0] {
    text-align: center;
    color: white;
    font-family: MyriadPro;
    font-size: 24px;
}



.spinner[b-9r0majf7o0] {
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-top: 10px solid orange;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin-b-9r0majf7o0 1s linear infinite;
}

@keyframes spin-b-9r0majf7o0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Sarkis.Backoffice/Components/Controls/LoginProviders.razor.rz.scp.css */


.p-gina-login[b-e8n91j0iio] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}



.sign-up-overlay[b-e8n91j0iio] {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 600px; /* Max width for large screens */
    width: 100vw; /* Width adjusts to 90% of the screen */
    position: relative; /* For the close button positioning */
}

.icons[b-e8n91j0iio] {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.entrar[b-e8n91j0iio] {
    font-size: 24px;
    font-weight: bold;
}

.social-media-signup-login[b-e8n91j0iio] {
    display: flex;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
    font-family: "MyriadPro-Regular", sans-serif;
    border-radius: 2.5rem;
    border-style: solid;
    border-color: #333333;
    border-width: 0.0625rem;
    flex-shrink: 0;
    width: 50vw;
    max-width: 400px;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
}

.social-media-logo[b-e8n91j0iio], .social-media-logo2[b-e8n91j0iio], .outlook-com-icon-2012-2019-1[b-e8n91j0iio] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
/* _content/Sarkis.Backoffice/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9cy47qrqg7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9cy47qrqg7] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-9cy47qrqg7] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-9cy47qrqg7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Sarkis.Backoffice/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-vqiptg3snm] {
    background: linear-gradient(to bottom, rgba(180, 180, 180, 0.9), rgba(180, 180, 180, 0) 90%);
    /* Adjust shadow and transition settings if desired */
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
}


.navbar-toggler[b-vqiptg3snm] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vqiptg3snm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vqiptg3snm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand .brand-logo[b-vqiptg3snm] {
    width: 10em; /* Adjust width as needed */
    height: auto; /* Maintains the aspect ratio */
    margin-right: 8px; /* Space between image and text */
    border-radius: 10%; /* Makes the image circular */
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}


.bi[b-vqiptg3snm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vqiptg3snm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-vqiptg3snm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vqiptg3snm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-vqiptg3snm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vqiptg3snm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vqiptg3snm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vqiptg3snm]  .nav-link {
        color: lightgray;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-vqiptg3snm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vqiptg3snm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vqiptg3snm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vqiptg3snm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vqiptg3snm] {
        display: none;
    }

    .nav-scrollable[b-vqiptg3snm] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


.navbar-nav .nav-item .nav-link[b-vqiptg3snm] {
    font-size: 1.1rem; /* Increase base font size */
    font-weight: 600;
    color: #343a40;
    padding: 8px 16px;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s, color 0.3s;
}

    .navbar-nav .nav-item .nav-link:hover[b-vqiptg3snm] {
    
        transform: scale(1.05); /* Slightly enlarge on hover */
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1); /* 2D shadow effect */
    }

    .navbar-nav .nav-item .nav-link:active[b-vqiptg3snm] {
        transform: scale(1.02); /* Slightly smaller on click */
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), -1px -1px 4px rgba(0, 0, 0, 0.2);
    }


.user-profile-link[b-vqiptg3snm] {
    display: inline-block;
    border-radius: 50%; /* Keeps the link area circular */
    transition: transform 0.3s, box-shadow 0.3s;
}

.user-profile-pic[b-vqiptg3snm] {
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Initial shadow */
    transition: transform 0.3s, box-shadow 0.3s;
}

.user-profile-link:hover .user-profile-pic[b-vqiptg3snm] {
    transform: scale(1.1); /* Slightly enlarges the image on hover */
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.6), 0 0 5px rgba(0, 123, 255, 0.4); /* Blue glow effect */
}

.user-profile-link:hover[b-vqiptg3snm] {
    box-shadow: inset 0 0 0 3px rgba(0, 123, 255, 0.7); /* Inner border effect */
}
/* _content/Sarkis.Backoffice/Components/Pages/Authors/AuthorsList.razor.rz.scp.css */

.scrollable-container[b-bxs5pe07zw] {
    height: 100vh; /* Set the height as needed */
    overflow-y: auto; /* Enables vertical scrolling within the div */

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .scrollable-container[b-bxs5pe07zw]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

/* Layout adjustments for the list of authors */
.author-list-item[b-bxs5pe07zw] {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd; /* Optional: Add a bottom border for visual separation */
    padding-bottom: 1rem;
}



/* Placeholder image styling */
.placeholder-image[b-bxs5pe07zw] {
    height: 100px;
    width: 100px;
    background-color: #e0e0e0; /* Light grey background */
    border-radius: 0.5rem;
}

/* Placeholder text block styling */
.placeholder-text[b-bxs5pe07zw] {
    background-color: #e0e0e0;
    border-radius: 0.25rem;
}

.placeholder-name[b-bxs5pe07zw] {
    width: 150px;
    height: 20px;
}

.placeholder-institution[b-bxs5pe07zw] {
    width: 100px;
    height: 15px;
}

.placeholder-description[b-bxs5pe07zw] {
    width: 100%;
    height: 40px;
    margin-top: 0.5rem;
}


/* Image styling */
.author-image-wrapper[b-bxs5pe07zw] {
    flex-shrink: 0;
}

.author-image[b-bxs5pe07zw] {
    height: 100px; /* Fixed height for all images */
    width: 100px; /* Fixed width for all images */
    object-fit: cover; /* Maintain aspect ratio and fill the container */
    border-radius: 0.5rem; /* Optional: Add rounded corners */
}

/* Details styling */
.author-details[b-bxs5pe07zw] {
    margin-left: 1rem;
    flex-grow: 1;
}

/* Name styling */
.author-name[b-bxs5pe07zw] {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

/* Institution styling */
.author-institution[b-bxs5pe07zw] {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

/* Description styling */
.author-description[b-bxs5pe07zw] {
    font-size: 0.9rem;
    line-height: 1.4;
}




.btn-link[b-bxs5pe07zw] {
    text-decoration: none;
    font-size: 0.9rem;
}

.add-author-btn[b-bxs5pe07zw] {
    padding: 0.4rem 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .add-author-btn:hover[b-bxs5pe07zw] {
        background-color: #004085; /* Darker shade for hover effect */
        transform: scale(1.05); /* Slight scaling on hover */
    }

.icon-large[b-bxs5pe07zw] {
    font-size: 1.75rem; /* Make the icon larger */
}

.text-small[b-bxs5pe07zw] {
    font-size: 0.875rem; /* Make the text smaller */
}
/* _content/Sarkis.Backoffice/Components/Pages/Categories/CategoriesList.razor.rz.scp.css */
.scrollable-container[b-faumjkayb8] {
    height: 100vh; /* Set the height as needed */
    overflow-y: auto; /* Enables vertical scrolling within the div */

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .scrollable-container[b-faumjkayb8]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
/* Container for the category list */
.category-item[b-faumjkayb8] {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

/* Styling for the category icon */
.category-icon[b-faumjkayb8] {
    width: 80px; /* Fixed width */
    height: 80px; /* Fixed height */
    object-fit: cover; /* Maintain aspect ratio and cover the area */
    border-radius: 0.5rem;
    margin-right: 1rem;
}

/* Category details section */
.category-details[b-faumjkayb8] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-title[b-faumjkayb8] {
    font-weight: bold;
    font-size: 1.2rem;
    color: #152137;
    margin-bottom: 0.5rem;
}

/* Displaying category colors as small boxes */
.color-preview[b-faumjkayb8] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.color-box[b-faumjkayb8], .color-box-selected[b-faumjkayb8] {
    width: 40px;
    height: 20px;
    border-radius: 0.25rem;
    border: 1px solid #ccc; /* Slight border for better visibility */
}

.color-box-selected[b-faumjkayb8] {
    border: 1px solid #888; /* Different border for selected color */
}

/* Optional: Category order or other details */
.category-order[b-faumjkayb8] {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Responsive breakpoints to adjust layout */
@media (max-width: 576px) {
    .category-item[b-faumjkayb8] {
        flex-direction: column;
        align-items: center;
    }

    .category-icon[b-faumjkayb8] {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }

    .category-details[b-faumjkayb8] {
        align-items: center;
    }

    .category-title[b-faumjkayb8] {
        text-align: center;
    }

    .category-order[b-faumjkayb8] {
        text-align: center;
    }
}

@media (min-width: 1025px) {
    .category-icon[b-faumjkayb8] {
        width: 100px;
        height: 100px;
    }
}

.add-category-btn[b-faumjkayb8] {
    height:60px;
    background-color:white;
    color:gray;
    padding: 0.4rem 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .add-category-btn:hover[b-faumjkayb8] {
        background-color: #004085; /* Darker shade for hover effect */
        transform: scale(1.05); /* Slight scaling on hover */
    }
/* _content/Sarkis.Backoffice/Components/Pages/Home.razor.rz.scp.css */
.card:hover[b-wkko1rufjn] {
    transform: translateY(-5px);
}

.card img[b-wkko1rufjn] {
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.card:hover img[b-wkko1rufjn] {
    filter: grayscale(0%);
}

.btn-primary[b-wkko1rufjn] {
    background-color: #007bff;
    border: none;
}

    .btn-primary:hover[b-wkko1rufjn] {
        background-color: #0056b3;
    }
.card[b-wkko1rufjn] {
    transition: transform 0.3s;
    border: none;
}

    .card:hover[b-wkko1rufjn] {
        transform: translateY(-3px);
    }

    .card a i[b-wkko1rufjn] {
        transition: color 0.3s, transform 0.3s;
    }

    .card a:hover i[b-wkko1rufjn] {
        color: #004085; /* Adjust hover color if needed */
        transform: scale(1.1);
    }

.text-center[b-wkko1rufjn] {
    cursor: pointer;
}

/* _content/Sarkis.Backoffice/Components/Pages/Questions/AddQuestion.razor.rz.scp.css */
.icon-container[b-780dj76bmk] {
    display: flex;
    flex-direction: row; /* Stack options vertically */
    align-items: flex-start;
    margin-top: 20px;
}

/*.answer-option {
    display: flex;
    align-items: center;*/ /* Align items horizontally */
    /*margin-bottom: 10px;*/ /* Space between options */
    /*margin-left: 20px;
}*/

/* Answer icon styles */
.answer-icon[b-780dj76bmk] {
    font-size: 2.0rem; /* Adjusted size */
    color: lightgray;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-right: 10px; /* Space between icon and text */
}

    .answer-icon:hover[b-780dj76bmk] {
        transform: scale(1.2);
        color: #0056b3;
    }

.answer-selected[b-780dj76bmk] {
    color: #28a745 !important;
    animation: pulse-b-780dj76bmk 0.3s ease-out;
}

@keyframes pulse-b-780dj76bmk {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/* Text under icons */
.answer-text[b-780dj76bmk] {
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
    display: inline-block;
    /* Adjust spacing between text and feedback */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-content[b-780dj76bmk] {
        max-width: 90%;
    }

    .answer-icon[b-780dj76bmk] {
        font-size: 2.5rem;
    }
}


.glowing-option[b-780dj76bmk] {
    animation: glow-b-780dj76bmk 1.5s infinite alternate;
}

.feedback-message[b-780dj76bmk] {
    color: #4caf50; /* Change this to your desired color */
    font-weight: bold;
    margin-top: 5px; /* Space between the option and feedback message */
    font-size: 0.9rem; /* Slightly smaller font size for the feedback */
    margin-left: 5em;
    display: inline-block; /* Ensure it's inline with the text */
}

/* Add the glow animation */
@keyframes glow-b-780dj76bmk {
    0% {
        text-shadow: 0 0 5px rgba(76, 175, 80, 0.5), 0 0 10px rgba(76, 175, 80, 0.4), 0 0 15px rgba(76, 175, 80, 0.3);
    }

    100% {
        text-shadow: 0 0 10px rgba(76, 175, 80, 0.8), 0 0 20px rgba(76, 175, 80, 0.6), 0 0 30px rgba(76, 175, 80, 0.5);
    }
}
/* _content/Sarkis.Backoffice/Components/Pages/Questions/EditQuestion.razor.rz.scp.css */
.icon-container[b-q8vid2tbez] {
    display: flex;
    flex-direction: row; /* Stack options vertically */
    align-items: flex-start;
    margin-top: 20px;
}

/*.answer-option {
    display: flex;
    align-items: center;*/ /* Align items horizontally */
/*margin-bottom: 10px;*/ /* Space between options */
/*margin-left: 20px;
}*/

/* Answer icon styles */
.answer-icon[b-q8vid2tbez] {
    font-size: 2.0rem; /* Adjusted size */
    color: lightgray;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-right: 10px; /* Space between icon and text */
}

    .answer-icon:hover[b-q8vid2tbez] {
        transform: scale(1.2);
        color: #0056b3;
    }

.answer-selected[b-q8vid2tbez] {
    color: #28a745 !important;
    animation: pulse-b-q8vid2tbez 0.3s ease-out;
}

@keyframes pulse-b-q8vid2tbez {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/* Text under icons */
.answer-text[b-q8vid2tbez] {
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
    display: inline-block;
    /* Adjust spacing between text and feedback */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-content[b-q8vid2tbez] {
        max-width: 90%;
    }

    .answer-icon[b-q8vid2tbez] {
        font-size: 2.5rem;
    }
}


.glowing-option[b-q8vid2tbez] {
    animation: glow-b-q8vid2tbez 1.5s infinite alternate;
}

.feedback-message[b-q8vid2tbez] {
    color: #4caf50; /* Change this to your desired color */
    font-weight: bold;
    margin-top: 5px; /* Space between the option and feedback message */
    font-size: 0.9rem; /* Slightly smaller font size for the feedback */
    margin-left: 5em;
    display: inline-block; /* Ensure it's inline with the text */
}

/* Add the glow animation */
@keyframes glow-b-q8vid2tbez {
    0% {
        text-shadow: 0 0 5px rgba(76, 175, 80, 0.5), 0 0 10px rgba(76, 175, 80, 0.4), 0 0 15px rgba(76, 175, 80, 0.3);
    }

    100% {
        text-shadow: 0 0 10px rgba(76, 175, 80, 0.8), 0 0 20px rgba(76, 175, 80, 0.6), 0 0 30px rgba(76, 175, 80, 0.5);
    }
}
/* _content/Sarkis.Backoffice/Components/Pages/Questions/ListQuestions.razor.rz.scp.css */
.question-item[b-a9xzifj0q8] {
    background-color: #f8f9fa;
    border-color: #e3e6ea;
}

.option[b-a9xzifj0q8] {
    background-color: #e9ecef;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
}
/* _content/Sarkis.Backoffice/Components/Pages/Registration.razor.rz.scp.css */

.heading-container[b-ofgmokzxtc] {
    text-align: center; /* Center align the content */
    margin-bottom: 20px; /* Add some space below the heading and paragraph */
}

.square[b-ofgmokzxtc] {
    position: relative; /* Position relative for absolute positioning of h5 */
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 100%;
    padding-top: 100%; /* creates a square aspect ratio */
    background-color: #ffffff; /* default background color */
    border: 1px solid #cccccc; /* border color */
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); /* shadow on the margins */
    transition: background-color 0.3s ease; /* smooth transition for background color change */
    cursor: pointer; /* cursor style */
}

.profile-picture-container[b-ofgmokzxtc] {
    width: 150px;
    height: 150px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}



.square:hover[b-ofgmokzxtc] {
    box-shadow: 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.selected[b-ofgmokzxtc] {
    box-shadow: 0px 0px 5px rgba(0, 0, 255, 0.8);
}


.form-select[b-ofgmokzxtc] {
    background: url("../../Resources/Images/select-arrow.svg") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}


.modal[b-ofgmokzxtc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure modal is on top of other content */
}

    .modal video[b-ofgmokzxtc] {
        max-width: 100%;
        max-height: 100%;
        border-radius: 8px; /* Rounded corners for video element */
    }

    .modal button[b-ofgmokzxtc] {
        margin: 10px;
        padding: 8px 16px;
        border: none;
        background-color: #007bff; /* Blue button color */
        color: white;
        border-radius: 4px;
        cursor: pointer;
    }

        .modal button:hover[b-ofgmokzxtc] {
            background-color: #0056b3; /* Darker blue on hover */
        }

.camera-button[b-ofgmokzxtc] {
    background: #a3b9d8;
    border-radius: 1.875rem;
    padding: 1rem 1.25rem 1rem 1.25rem;
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.8125rem;
    height: 3.5rem;
    position: relative;
}

.picture-label[b-ofgmokzxtc] {
    color: #ffffff;
    text-align: center;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.form-container[b-ofgmokzxtc] {
    width: 800px; /* Adjust the width as needed */
    margin: 0 auto; /* Center the container horizontally */
    padding: 40px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Shadow effect */
    background-color: white;
    margin-top: 10vh
}

    /* Additional styling for form elements */
    .form-container input[type="text"][b-ofgmokzxtc],
    .form-container input[type="email"][b-ofgmokzxtc],
    .form-container select[b-ofgmokzxtc] {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }


    .form-container button:hover[b-ofgmokzxtc] {
        background-color: #0056b3; /* Darker blue on hover */
    }
/* _content/Sarkis.Backoffice/Components/Pages/Videos/CreateMediaContent.razor.rz.scp.css */



.btn-preview[b-vq2rvsk7fm] {
    background-color: #6c63ff; /* Custom color (purple in this example) */
    color: #ffffff; /* White text */
    border: none;
}

    .btn-preview:hover[b-vq2rvsk7fm] {
        background-color: #5a52e0; /* Darker shade for hover */
    }

.embed-responsive[b-vq2rvsk7fm] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

    .embed-responsive iframe[b-vq2rvsk7fm] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.video-container[b-vq2rvsk7fm] {
    position: relative; /* Position relative to contain the absolute button */
    width: 100%; /* Allow full width */
    max-width: 100%; /* Ensure it doesn't overflow */
}

.video[b-vq2rvsk7fm] {
    width: 100%; /* Full width for the video */
    height: auto; /* Automatic height */
    aspect-ratio: 16 / 9; /* Maintain the aspect ratio */
    max-width: 100%; /* Prevent overflow */
}


.video-grid[b-vq2rvsk7fm] {
    display: flex;
    justify-content: center; /* Center the video grid */
    width: 100%; /* Full width */
}



.tag-category[b-vq2rvsk7fm] {
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background-color 0.3s, border-color 0.3s;
}

    .tag-category:hover[b-vq2rvsk7fm] {
        background-color: #e1e1e1;
        border-color: #ddd;
    }

.category-label[b-vq2rvsk7fm] {
    cursor: pointer;
    margin-bottom: 0;
}

.category-icon[b-vq2rvsk7fm] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.category-title[b-vq2rvsk7fm] {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}



/* Highlight the selected tag */
.radio-input:checked + label[b-vq2rvsk7fm] {
    color: white;
}

/* Add a focus/active state */
.radio-input:focus + label[b-vq2rvsk7fm] {
}
/* _content/Sarkis.Backoffice/Components/Pages/Videos/EditMediaContent.razor.rz.scp.css */


.tag-category[b-a09dnwwbb3] {
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background-color 0.3s, border-color 0.3s;
}

.tag-category:hover[b-a09dnwwbb3] {
    background-color: #e1e1e1;
    border-color: #ddd;
}

.category-label[b-a09dnwwbb3] {
    cursor: pointer;
    margin-bottom: 0;
}

.category-icon[b-a09dnwwbb3] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.category-title[b-a09dnwwbb3] {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.radio-input[b-a09dnwwbb3] {
    display: none;
}

   

    /* Add a focus/active state */
    .radio-input:focus + label[b-a09dnwwbb3] {
        outline: 2px solid #0056b3;
    }

/* Responsive styles */
@media (max-width: 768px) {
    .category-title[b-a09dnwwbb3] {
        font-size: 0.9rem;
    }
}

.scrollable-container[b-a09dnwwbb3] {
    height: 100vh; /* Set the height as needed */
    overflow-y: auto; /* Enables vertical scrolling within the div */

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .scrollable-container[b-a09dnwwbb3]::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }



.embed-responsive[b-a09dnwwbb3] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

    .embed-responsive iframe[b-a09dnwwbb3] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.video-container[b-a09dnwwbb3] {
    position: relative; /* Position relative to contain the absolute button */
    width: 100%; /* Allow full width */
    max-width: 100%; /* Ensure it doesn't overflow */
}

.video[b-a09dnwwbb3] {
    width: 100%; /* Full width for the video */
    height: auto; /* Automatic height */
    aspect-ratio: 16 / 9; /* Maintain the aspect ratio */
    max-width: 100%; /* Prevent overflow */
}


.video-grid[b-a09dnwwbb3] {
    display: flex;
    justify-content: center; /* Center the video grid */
    width: 100%; /* Full width */
}
