/* /Features/Components/Error.razor.rz.scp.css */
.error-container[b-pu3ra3y9h6] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}

[b-pu3ra3y9h6] .error-paper {
    background-color: rgb(255 255 255 / 10%);
    width: 600px;
    color: white;
    padding: 10px;
}

[b-pu3ra3y9h6] .actions {
    display: flex;
    justify-content: end;
    gap: 5px;
    padding: 4px;
}

    [b-pu3ra3y9h6] .actions .close {
        color: white;
    }
/* /Features/Components/Footer.razor.rz.scp.css */
footer[b-ip3vsz9idc] {
    border-top: 1px solid var(--card-border-color);
    padding: 40px 20px 70px 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    margin-top: auto;
}

.footer-container[b-ip3vsz9idc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.footer-platform-description[b-ip3vsz9idc] {
    color: #666262;
    text-align: center;
    max-width: 529px;
}

.logo-and-partners[b-ip3vsz9idc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partner-logos[b-ip3vsz9idc] {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.platform-description-bold[b-ip3vsz9idc] {
    font-weight: 600;
}

.platform-description-link[b-ip3vsz9idc] {
    text-decoration: underline;
    color: #2286FB !important;
}

.contacts-body[b-ip3vsz9idc] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.phone-numbers[b-ip3vsz9idc] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.phone-number-link[b-ip3vsz9idc] {
    color: #B2024A;
    font-weight: 400;
}

.phone-number-link span[b-ip3vsz9idc]{
    text-decoration: none;
}

.email-info[b-ip3vsz9idc] {
    flex: 1;
}

.email-link[b-ip3vsz9idc] {
    color: #B2024A;
}

    .email-link span[b-ip3vsz9idc] {
        text-decoration: underline;
        color: #020202;
    }

.contact-info-bold[b-ip3vsz9idc] {
    font-weight: 500;
}

.contacts[b-ip3vsz9idc] {
    flex: 1;
    list-style-type: none;
    padding: 0;
}

@media (max-width: 1023px) {

    .contacts-body[b-ip3vsz9idc]{
        flex-direction: column !important;
    }

    .logo-and-partners[b-ip3vsz9idc] {
        max-width: 436px !important;
    }

    .partner-logos img[b-ip3vsz9idc] {
        max-width: 120px !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {



    .logo-and-partners[b-ip3vsz9idc] {
        font-size: 12px !important;
        align-self: flex-start;
    }

    .partner-logos img[b-ip3vsz9idc] {
        max-width: 85px !important;
        width: 100% !important;
    }

    .contacts[b-ip3vsz9idc] {
        font-size: 12px;
        align-self: flex-start;
    }

    .email-info[b-ip3vsz9idc]{
        margin-top: 24px;
    }
}

@media (max-width: 550px){
    .footer-container[b-ip3vsz9idc]{
        flex-direction: column;
    }

    .logo-and-partners[b-ip3vsz9idc] {
        font-size: 12px !important;
        align-self: center;
    }

    .partner-logos img[b-ip3vsz9idc] {
        max-width: 95px !important;
        width: 100% !important;
    }
}
/* /Features/Components/Header.razor.rz.scp.css */
.header-outer[b-i9kf8gjc75] {
    background: #fff;
    height: 108px;
    display: flex;
    align-items: center;
    padding: 0.5rem 0px;
}

.header-inner[b-i9kf8gjc75] {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--card-border-color);
}

.header-logo img[b-i9kf8gjc75] {
    display: block;
    height: calc(var(--header-inner-height) - 30px);
}

.header-navigation[b-i9kf8gjc75] {
    display: flex;
    flex-wrap: wrap;
}
/* /Features/Home/Components/AboutJurFem.razor.rz.scp.css */
.about-jurfem-wrapper[b-v58cx72o1j] {
    width: 100%;
    position: relative;
}

.about-jurfem-container[b-v58cx72o1j] {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 1023px) {
    .about-jurfem-info[b-v58cx72o1j] {
        max-width: 355px !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .about-jurfem-socials-list[b-v58cx72o1j] {
        display: none !important;
    }

    .about-jurfem-platform[b-v58cx72o1j] {
        margin: 0 !important;
    }

    .about-my-response[b-v58cx72o1j] {
        display: none !important;
    }
    .about-my-response-mobile[b-v58cx72o1j] {
        display: block !important;
    }

}

@media (max-width: 550px){
    .about-jurfem-container[b-v58cx72o1j] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.about-jurfem-info[b-v58cx72o1j] {
    max-width: 448px;
    width: 100%;
}

    .about-jurfem-info p[b-v58cx72o1j] {
    }

.about-jurfem-socials[b-v58cx72o1j] {
    width: 32px;
}

.about-jurfem-socials-list[b-v58cx72o1j] {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 26px;
}

.social-list-item[b-v58cx72o1j] {
}

    .social-list-item:hover[b-v58cx72o1j] {
    }

    .social-list-item MudIcon[b-v58cx72o1j] {
    }



.about-jurfem-title[b-v58cx72o1j] {
    font-size: 32px;
    color: #B2024A;
}

.about-my-response-title[b-v58cx72o1j] {
    font-size: 32px;
    margin-bottom: 16px;
}

.about-jurfem-main-text[b-v58cx72o1j] {
    font-size: 16px;
}

.bold[b-v58cx72o1j] {
    font-weight: bold;
}
/* /Features/Home/Components/ActionButtons.razor.rz.scp.css */
.action-buttons[b-2gzlibsd5c] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: fixed;
    bottom: calc(100% - 70%);
}

.action-button[b-2gzlibsd5c] {
    width: 48px;
    height: 48px;
    padding: 8px;
    border-radius: 1000px;
    opacity: 1;
    transition: opacity 500ms ease 0s;
}

    .action-button:hover[b-2gzlibsd5c] {
        opacity: 0.75;
    }

.action-button-wrapper[b-2gzlibsd5c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.contact[b-2gzlibsd5c] {
    background-color: #B2024A;
}

.quick-exit[b-2gzlibsd5c] {
    background-color: #F0362B;
}

@media (max-width: 767px) {
    .action-buttons[b-2gzlibsd5c] {
        right: 0px;
        bottom: calc(100% - 65%);
    }
}
/* /Features/Home/Components/FirstStepFeedbackForm.razor.rz.scp.css */
[b-15128kzqu3] .feedback-form-checkbox .mud-input-control-helper-container{
    display: none !important;
}
/* /Features/Home/Components/FormSentSuccessStatus.razor.rz.scp.css */
.form-sent-card[b-2vl0r5mdx0] {
    max-width: 621px;
    width: 100%;
    padding: 32px;
    border: 1px solid var(--wizard-step-color);
    border-radius: 13px;
}

.form-sent-body[b-2vl0r5mdx0] {
    text-align: center;
}

.form-sent-header[b-2vl0r5mdx0] {
    font-weight: 600;
    font-size: 24px;
}

.form-sent-description[b-2vl0r5mdx0]{
    font-weight: 500;
    font-size: 16px;
}

.phone-section-title[b-2vl0r5mdx0] {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.phone-section-text[b-2vl0r5mdx0] {
    font-size: 16px;
    font-weight: 500;
}

.italic-text[b-2vl0r5mdx0] {
    font-style: italic;
}
/* /Features/Home/Components/GeneralFeedbackFormComponent.razor.rz.scp.css */
/* /Features/Home/Components/JurFemStepBasedForm.razor.rz.scp.css */
[b-8jck7up3zy] .mud-input.mud-input-underline:after {
    border-bottom: 2px solid var(--mud-ripple-color);
}

[b-8jck7up3zy] .mud-input {
    height: 32px;
    padding: 8px 0px;
    font-size: 14px;
}

[b-8jck7up3zy] .feedback-form {
    max-width: 1144px;
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
    border-color: rgba(178, 2, 74, 0.4)
}

[b-8jck7up3zy] .option-label {
    font-size: 12px;
    font-weight: 700;
}

.feedback-form-container[b-8jck7up3zy] {
    max-width: 1016px;
    width: 100%;
    padding: 32px 64px;
}

@media (max-width: 1023px) {
    .feedback-form-container[b-8jck7up3zy] {
        padding: 32px;
    }
}

.feedback-form-buttons-section[b-8jck7up3zy] {
    justify-content: space-between;
    margin-top: 40px;
}

.feedback-form-progress-msg[b-8jck7up3zy] {
    color: var(--wizard-step-color);
    font-weight: 600;
    line-height: 16.8px;
}

[b-8jck7up3zy] .feedback-form-step-sub-msg {
    color: #828282;
    font-weight: 400;
}

[b-8jck7up3zy] .feedback-form-step-title {
    font-size: 20px;
    font-weight: 700;
}

[b-8jck7up3zy] .feedback-form-option-title {
    font-weight: 600;
}

[b-8jck7up3zy] feedback-form-alert {
    font-weight: 500;
}

.form-action-buttons[b-8jck7up3zy] {
    gap: 24px;
}

[b-8jck7up3zy] .mud-stepper .mud-stepper-content {
    padding: 0px;
    margin: 0px;
}

[b-8jck7up3zy] .mud-stepper-nav {
    display: none !important;
}

[b-8jck7up3zy] .mud-card-actions {
    display: none;
}

[b-8jck7up3zy] .feeback-from-action-button {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

    [b-8jck7up3zy] .feeback-from-action-button.canel-button {
        color: var(--wizard-step-color);
        border: 1px solid var(--wizard-step-color);
        width: 128px;
    }

        [b-8jck7up3zy] .feeback-from-action-button.canel-button:disabled {
            color: rgb(178 2 74 / 40%) !important;
            border: 1px solid rgb(178 2 74 / 40%) !important;
        }

    [b-8jck7up3zy] .feeback-from-action-button.next-button {
        background-color: var(--wizard-step-color);
        color: #FFFFFF;
        width: 204px;
    }

        [b-8jck7up3zy] .feeback-from-action-button.next-button:disabled {
            background-color: rgb(178 2 74 / 40%) !important;
            color: rgb(255 255 255 / 70%) !important;
        }

[b-8jck7up3zy] button.mud-button-root.mud-button-filled.mud-button-filled-primary.mud-button-filled-size-medium.mud-ripple.mud-button-disable-elevation {
    display: none !important;
}

[b-8jck7up3zy] button.mud-button-root.mud-button-filled.mud-button-filled-secondary.mud-button-filled-size-medium.mud-ripple.mud-button-disable-elevation {
    display: none !important;
}

[b-8jck7up3zy] button.mud-button-root.mud-button-filled.mud-button-filled-default.mud-button-filled-size-medium.mud-ripple.mud-button-disable-elevation {
    display: none !important;
}

[b-8jck7up3zy] .mud-icon-button {
    padding: 0.25rem !important;
}

[b-8jck7up3zy] .mud-radio-content-placement-end {
    margin: 0px;
}

.info-tooltip-icon[b-8jck7up3zy] {
    color: #F51D62
}

    .info-tooltip-icon:hover[b-8jck7up3zy] {
        cursor: pointer;
    }

[b-8jck7up3zy] .mud-radio-group label:first-child {
    margin-left: 0px !important;
}

[b-8jck7up3zy] .feedback-form-checkbox .mud-checkbox-true.mud-icon-button {
    color: var(--wizard-step-color) !important;
}

[b-8jck7up3zy] .feedback-form-radio .mud-radio-icon-checked {
    fill: var(--wizard-step-color) !important;
}

[b-8jck7up3zy] .feedback-form-radio .mud-radio-icons svg:first-child {
    fill: #3404054D !important;
}

[b-8jck7up3zy] .feedback-form-input{
    max-width: 400px !important;
    width: 100%;
}

@media (max-width: 744px) {
    [b-8jck7up3zy] .feedback-form-checkbox p {
        font-weight: 500 !important;
    }

    [b-8jck7up3zy] .feedback-form-input {
        max-width: 100% !important;
    }
}

@media (max-width: 890px) {
    [b-8jck7up3zy] .feedback-form {
        max-width: 550px !important;
    }
}

@media (max-width: 599px){
    [b-8jck7up3zy] .feedback-form-buttons-section {
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        gap: 16px;
    }

    [b-8jck7up3zy] .form-action-buttons {
        display: flex;
        flex-direction: column;
    }
    [b-8jck7up3zy] .feeback-from-action-button {
        width: 100% !important;
    }
}
/* /Features/Home/Components/SecondStepFeedbackForm.razor.rz.scp.css */
[b-mzcmom3edj] .feedback-form-checkbox .mud-input-control-helper-container {
    display: none !important;
}
/* /Features/Home/Home.razor.rz.scp.css */
.grid-wrapper[b-uwdgtku4ng] {
    display: grid;
    grid-template-columns: 1fr 130px;
    grid-template-rows: auto 110px 1fr;
    overflow: hidden;
}

.grid-1[b-uwdgtku4ng] {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}

.grid-2[b-uwdgtku4ng] {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}

.grid-3[b-uwdgtku4ng] {
    margin-left: 100px;
    grid-column-start: 1;
    grid-column-end: 1;
}

.grid-4[b-uwdgtku4ng] {
    position: relative;
    height: 100%;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}

[b-uwdgtku4ng] .grid-2 .action-buttons {
    display: none !important;
}

[b-uwdgtku4ng] .grid-4 .action-buttons {
    display: flex;
}

@media (max-width: 744px) {
    [b-uwdgtku4ng] .grid-2 .action-buttons {
        position: static;
        display: flex !important;
        justify-content: space-around;
        flex-direction: row !important;
        gap: 16px !important;
    }

    [b-uwdgtku4ng] .grid-4 .action-buttons {
        display: none !important;
    }

    [b-uwdgtku4ng] .grid-2{
        position: fixed;
        bottom: 0;
    }
}

.my-container[b-uwdgtku4ng] {
    max-width: 1376px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .grid-wrapper[b-uwdgtku4ng] {
        display: flex;
        flex-direction: column; /* Stack items vertically */
        align-items: center;
        padding: 0 16px;
    }

    .grid-1[b-uwdgtku4ng], .grid-2[b-uwdgtku4ng], .grid-3[b-uwdgtku4ng], .grid-4[b-uwdgtku4ng] {
        width: 100%; /* Full width */
        margin: 0;
        padding: 10px 0;
        grid-column: auto; /* Reset grid columns */
        grid-row: auto; /* Reset grid rows */
    }

    .grid-3[b-uwdgtku4ng] {
        order: 1; /* Move form to the top */
    }

    .grid-4[b-uwdgtku4ng] {
        order: 2; /* Move sidebar to the bottom */
        justify-content: center;
    }
}
/* /Features/MainLayout.razor.rz.scp.css */
.page[b-xy6mwwlkzi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xy6mwwlkzi] {
    flex: 1;
}

.sidebar[b-xy6mwwlkzi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xy6mwwlkzi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xy6mwwlkzi]  a, .top-row[b-xy6mwwlkzi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xy6mwwlkzi]  a:hover, .top-row[b-xy6mwwlkzi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xy6mwwlkzi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xy6mwwlkzi] {
        justify-content: space-between;
    }

    .top-row[b-xy6mwwlkzi]  a, .top-row[b-xy6mwwlkzi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xy6mwwlkzi] {
        flex-direction: row;
    }

    .sidebar[b-xy6mwwlkzi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xy6mwwlkzi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xy6mwwlkzi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xy6mwwlkzi], article[b-xy6mwwlkzi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
