/* /Components/Dialog/AddConditionsDialog.razor.rz.scp.css */
/* /Components/QuestionTypes/CheckboxQuestion.razor.rz.scp.css */
.circular-add-button[b-brwnv8reds] {
    border-radius: 50%;
    background-color: #1976d2;
    color: white;
    width: 40px;
    height: 40px;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
}

.circular-add-button:hover[b-brwnv8reds] {
    background-color: #115293;
}

.option-row[b-brwnv8reds] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.remove-icon[b-brwnv8reds] {
    border-radius: 50%;
    background-color: #ef5350; /* red shade */
    color: white;
    width: 36px;
    height: 36px;
}

.checkbox-icon[b-brwnv8reds] {
    font-size: 24px;
    color: gray;
}

.question[b-brwnv8reds] {
    width: 70%;
}

.custom-autowidth-input .mud-input[b-brwnv8reds] {
    width: auto !important;
    display: inline-block;
    padding: 0;
}

.custom-autowidth-input input[b-brwnv8reds] {
    width: auto !important;
    min-width: 50px;
    font-size: 1rem;
}

.asterisk[b-brwnv8reds] {
    color:red;
    padding-left: 4px;
    position: relative;
    bottom: 10px;
}
/* /Components/QuestionTypes/DropdownQuestion.razor.rz.scp.css */
.circular-add-button[b-enth57rmcb] {
    border-radius: 50%;
    background-color: #1976d2; /* MudBlazor primary color */
    color: white;
    width: 40px;
    height: 40px;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
}

.circular-add-button:hover[b-enth57rmcb] {
    background-color: #115293;
}

.option-row[b-enth57rmcb] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.remove-icon[b-enth57rmcb] {
    border-radius: 50%;
    background-color: #ef5350; /* red shade */
    color: white;
    width: 36px;
    height: 36px;
}

.radio-icon[b-enth57rmcb] {
    font-size: 24px;
    color: gray;
}

.question[b-enth57rmcb] {
    width: 70%;
}

.custom-autowidth-input .mud-input[b-enth57rmcb] {
    width: auto !important;
    display: inline-block;
    padding: 0;
}

.custom-autowidth-input input[b-enth57rmcb] {
    width: auto !important;
    min-width: 50px;
    font-size: 1rem;
}
/* /Components/QuestionTypes/MatrixQuestion.razor.rz.scp.css */
/* /Components/QuestionTypes/RadioGroupQuestion.razor.rz.scp.css */
.circular-add-button[b-3azb79zber] {
    border-radius: 50%;
    background-color: #1976d2; /* MudBlazor primary color */
    color: white;
    width: 40px;
    height: 40px;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
}

.circular-add-button:hover[b-3azb79zber] {
    background-color: #115293;
}

.option-row[b-3azb79zber] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.remove-icon[b-3azb79zber] {
    border-radius: 50%;
    background-color: #ef5350; /* red shade */
    color: white;
    width: 36px;
    height: 36px;
}

.radio-icon[b-3azb79zber] {
    font-size: 24px;
    color: gray;
}

.question[b-3azb79zber] {
    width: 70%;
}

.custom-autowidth-input .mud-input[b-3azb79zber] {
    width: auto !important;
    display: inline-block;
    padding: 0;
}

.custom-autowidth-input input[b-3azb79zber] {
    width: auto !important;
    min-width: 50px;
    font-size: 1rem;
}

.question-actions[b-3azb79zber] {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.question-container[b-3azb79zber] {
    border-radius: 12px;
}

.question-container:hover .question-actions[b-3azb79zber] {
    opacity: 1;
    pointer-events: auto;
}

.next-option[b-3azb79zber] {
    border-radius: 4px; 
    padding: 8px; 
    width: auto; 
    min-width: 50px;
    color: gray;
}
/* /Components/QuestionTypes/RatingQuestion.razor.rz.scp.css */
.circular-add-button[b-b57s1mykkv] {
    border-radius: 50%;
    background-color: #1976d2; /* MudBlazor primary color */
    color: white;
    width: 40px;
    height: 40px;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
}

.circular-add-button:hover[b-b57s1mykkv] {
    background-color: #115293;
}

.option-row[b-b57s1mykkv] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.remove-icon[b-b57s1mykkv] {
    border-radius: 50%;
    background-color: #ef5350; /* red shade */
    color: white;
    width: 36px;
    height: 36px;
}

.radio-icon[b-b57s1mykkv] {
    font-size: 24px;
    color: gray;
}

.question[b-b57s1mykkv] {
    width: 70%;
}

.custom-autowidth-input .mud-input[b-b57s1mykkv] {
    width: auto !important;
    display: inline-block;
    padding: 0;
}

.custom-autowidth-input input[b-b57s1mykkv] {
    width: auto !important;
    min-width: 50px;
    font-size: 1rem;
}
/* /Components/QuestionTypes/SliderQuestion.razor.rz.scp.css */
.question[b-mxqovcdp7e] {
    width: 70%;
}

.custom-autowidth-input .mud-input[b-mxqovcdp7e] {
    width: auto !important;
    display: inline-block;
    padding: 0;
}

.custom-autowidth-input input[b-mxqovcdp7e] {
    width: auto !important;
    min-width: 50px;
    font-size: 1rem;
}

.question-actions[b-mxqovcdp7e] {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.question-container:hover .question-actions[b-mxqovcdp7e] {
    opacity: 1;
    pointer-events: auto;
}
/* /Components/QuestionTypes/TextQuestion.razor.rz.scp.css */
.circular-add-button[b-e9v1713lq3] {
    border-radius: 50%;
    background-color: #1976d2; /* MudBlazor primary color */
    color: white;
    width: 40px;
    height: 40px;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
}

.circular-add-button:hover[b-e9v1713lq3] {
    background-color: #115293;
}

.option-row[b-e9v1713lq3] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.remove-icon[b-e9v1713lq3] {
    border-radius: 50%;
    background-color: #ef5350; /* red shade */
    color: white;
    width: 36px;
    height: 36px;
}

.radio-icon[b-e9v1713lq3] {
    font-size: 24px;
    color: gray;
}

.question[b-e9v1713lq3] {
    width: 70%;
}

.custom-autowidth-input .mud-input[b-e9v1713lq3] {
    width: auto !important;
    display: inline-block;
    padding: 0;
}

.custom-autowidth-input input[b-e9v1713lq3] {
    width: auto !important;
    min-width: 50px;
    font-size: 1rem;
}
/* /Components/QuestionTypes/YesNoQuestion.razor.rz.scp.css */
/* /Layout/AdminLayout.razor.rz.scp.css */
.admin-navbar[b-t8abjn8gx6] {
    background-color: white !important;
    padding-inline: 48px;
    border-bottom: 1px solid #bebbbb;
}
/* /Layout/Footer.razor.rz.scp.css */
.fixed-footer[b-bgwweg7404] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; z-index: 10000;

}
/* /Layout/MainLayout.razor.rz.scp.css */
.navbar[b-odce04oq76] {
    padding-inline: 48px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid #bebbbb
}

main[b-odce04oq76] {
    height: calc(100vh - 60px); /* Remaining height */
    overflow-y: auto;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-item[b-23tpxwjupz] {
    border-radius: 24px;
}

.nav-item:hover[b-23tpxwjupz] {
    background-color: #a8c4e0;
    cursor: pointer;
}
/* /Pages/AllSurveys.razor.rz.scp.css */
.all-surveys-grid .mud-table-head[b-qtr95h1qnu],
.all-surveys-grid .mud-table-head th[b-qtr95h1qnu],
.all-surveys-grid .mud-table-body td[b-qtr95h1qnu] {
    height: 40px;
}

.all-surveys-grid .mud-table-head[b-qtr95h1qnu] {
    background-color: var(--mud-palette-grey-lighten-4);
}

.all-surveys-grid .mud-table-body .mud-table-row:nth-child(odd)[b-qtr95h1qnu] {
    background-color: var(--mud-palette-grey-lighten-5);
}
/* /Pages/Dashboard.razor.rz.scp.css */
.card > div:hover[b-gkxnvr5nqu] {
    background: gray;
}
/* /Pages/DistributeSurvey.razor.rz.scp.css */
.icon-size[b-xr9jup76wh]{
    height: 50px;
    width: 50px;
}
/* /Pages/EditSurvey.razor.rz.scp.css */
.fade-in[b-ak8v2z4n0f] {
    animation: fadeInScale-b-ak8v2z4n0f 0.5s ease-out;
}

@keyframes fadeInScale-b-ak8v2z4n0f {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fade-out[b-ak8v2z4n0f] {
    animation: fadeOutCollapse-b-ak8v2z4n0f 0.4s ease-in forwards;
    overflow: hidden;
    z-index: 0;
}

@keyframes fadeOutCollapse-b-ak8v2z4n0f {
    0% {
        opacity: 1;
        transform: scale(1);
        max-height: 500px;
        margin-bottom: 16px;
        padding: 16px;
    }
    100% {
        opacity: 0;
        transform: scale(0.95);
        max-height: 0;
        margin-bottom: 0;
        padding: 0;
    }
}

.question-card[b-ak8v2z4n0f] {
    position: relative;
    z-index: 1;
}

.question-wrapper[b-ak8v2z4n0f] {
    border: 2px solid transparent;
    border-radius: 12px;
    transition: border-color 0.3s ease;
}

.question-wrapper:hover[b-ak8v2z4n0f] {
    border-color: #90caf9;
}

.selected-card[b-ak8v2z4n0f] {
    border-color: #1976d2 !important;
}

.empty-state-card[b-ak8v2z4n0f] {
    background-color: #f5f7fa;
    border: 2px dashed #cfd8dc;
    border-radius: 12px;
    min-height: 300px;
    text-align: center;
}

.empty-image[b-ak8v2z4n0f] {
    max-width: 750px;
    opacity: 0.8;
}

.drawer-header[b-ak8v2z4n0f] {
    border-bottom: 2px solid black;
}

.app-bar[b-ak8v2z4n0f]{
    background: gray;
    height: 50px;
    display: flex;
    margin-inline: 44px;
    position: fixed;
    top: 68px;
    width: 100%;
}

.edit-navbar[b-ak8v2z4n0f] {
    position: fixed;
    background: white;
    width: 100%;
    z-index: 1000;
    height: 64px;
    border-bottom: 1px solid #bebbbb;
}

.nav-item[b-ak8v2z4n0f] {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-item:hover[b-ak8v2z4n0f] {
    cursor: pointer;
}

.nav-item.active[b-ak8v2z4n0f] {
    background-color: #dfe6e9;
}
/* /Pages/Home.razor.rz.scp.css */
.nav-link[b-x35wtzgzck] {
    color: #333;
    text-decoration: none;
    padding: 8px 12px;
    display: block;
    transition: background 0.3s;
}

.nav-link:hover[b-x35wtzgzck] {
    background: black;
}

.nav-link.active[b-x35wtzgzck] {
    background: black;  /* blue highlight */
    color: white;         /* white text */
    font-weight: bold;
    border-radius: 6px;
}
/* /Pages/Login.razor.rz.scp.css */
/* /Pages/PageNotFound.razor.rz.scp.css */
.not-found-card[b-0qt3fkw1jy] {
    background-color: #f5f7fa;
    border: 2px dashed #cfd8dc;
    border-radius: 12px;
    min-height: 300px;
    text-align: center;
}
/* /Pages/Preview.razor.rz.scp.css */
/* /Pages/Register.razor.rz.scp.css */
.login-link[b-l4oo9t29q5] {
    color: rgba(89,74,226,1);
    cursor: pointer;
}
/* /Pages/UserProfile.razor.rz.scp.css */
