/* _content/eGminaWeb/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.forgot-row[b-7plgs9t42o] {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    margin-top: 5%;
}

.forgot-col-logo[b-7plgs9t42o] {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-col-form[b-7plgs9t42o] {
    flex: 1 0 60%;
    max-width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .forgot-col-logo[b-7plgs9t42o] {
        display: none !important;
    }

    .forgot-col-form[b-7plgs9t42o] {
        max-width: 100%;
        flex: 1 0 100%;
        border-radius: 1rem;
    }
}

@media (max-width: 767px) {
    .forgot-row[b-7plgs9t42o] {
        flex-direction: column;
    }

    .forgot-col-form[b-7plgs9t42o] {
        padding: 1rem;
    }
}
/* _content/eGminaWeb/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-bwlqd31035] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/eGminaWeb/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-ml87qwjq35] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-ml87qwjq35] {
    display: flex;
    gap: 0.625rem;
}
/* _content/eGminaWeb/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-7xygwlmhn5] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-7xygwlmhn5] {
        flex-direction: column;
    }
}
/* _content/eGminaWeb/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-r1nzocfbtm] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-r1nzocfbtm] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-r1nzocfbtm] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-r1nzocfbtm] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-r1nzocfbtm] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-r1nzocfbtm] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-r1nzocfbtm] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/eGminaWeb/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-nupzje93eh] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/eGminaWeb/Components/Articles/ArticleComponent.razor.rz.scp.css */
.news-card[b-mru86zuml1] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0.5rem 1rem 2rem var(--layout-top-row-border) !important;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.news-card-image-container[b-mru86zuml1] {
    position: relative;
}

    .news-card-image-container[b-mru86zuml1]::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 25%;
        background: linear-gradient( to top, rgba(0,0,0,0.8), transparent );
        pointer-events: none;
        z-index: 1;
    }

.news-card-image[b-mru86zuml1] {
    width: 100%;
    height: auto;
    display: block;
    max-height: 250px;
}

.news-card-date[b-mru86zuml1] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: var(--bs-primary-font2);
    background: var(--bs-news-card-date-background-color);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 4px;
    font-weight: 600;
    z-index: 2;
}

.news-card-content[b-mru86zuml1] {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-title[b-mru86zuml1] {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.2;
}

.news-card-divider[b-mru86zuml1] {
    width: 50px;
    height: 2px;
    background: var(--bs-secondary);
    margin: 0.5rem 0;
}

.news-card-description[b-mru86zuml1] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--bs-light-description);
    flex: 1;
}

.news-card-reservation-buttons[b-mru86zuml1] {
    display: flex;
    margin: 0px 10px 10px auto;
}
/* _content/eGminaWeb/Components/Articles/ArticleShowPopup.razor.rz.scp.css */

.ArticleShowRowPhotoTopPopup[b-hqh85hgz25] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 1200px) {
    .ArticleShowRowPhotoTopPopup[b-hqh85hgz25] {
        flex-direction: column;
    }
}

.ArticleShowAirWidgetPopup[b-hqh85hgz25] {
    min-width: 400px;
    min-height: none;
}

.ArticleShowImgPopup[b-hqh85hgz25] {
    max-width: 600px;
    max-height: 300px;
    object-fit: contain;
}
/* _content/eGminaWeb/Components/Base/DocumentUserAddBase.razor.rz.scp.css */

.btn-outline-danger:hover[b-6bmms77djj], .btn-outline-danger:focus[b-6bmms77djj] {
    background-color: transparent !important;
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    box-shadow: none;
}

/* Ikonka SVG zawsze czerwona */
.grid-toolbar-delete[b-6bmms77djj] {
    background-color: #dc3545 !important;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    -webkit-mask-image: url("/images/GridToolbarDelete.svg");
    mask-image: url("/images/GridToolbarDelete.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
/* _content/eGminaWeb/Components/Cases/CaseItem.razor.rz.scp.css */
.CaseItem[b-3px1ouxn04] {
    display: flex;
    border-radius: 8px;
    box-shadow: 0rem 0rem 1rem var(--layout-top-row-border) !important;
    padding: 1rem;
    margin-bottom: 1vh;
}

.CaseItemName[b-3px1ouxn04] {
    font-size: 1.25rem;
    color: var(--bs-primary-font);
    font-weight: 600;
    text-decoration: none;
}

.CaseItemLink[b-3px1ouxn04] {
    font-size: 0.75rem;
    margin-right: 1rem;
    text-decoration: none;
    color: var(--bs-primary-font);
    font-weight: 700;
}

.CaseItemIcon[b-3px1ouxn04] {
    padding: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    max-width: 45px;
    max-height: 45px;
    margin-right: 10px;
}

    .CaseItemIcon > img[b-3px1ouxn04] {
        max-width: 40px;
        max-height: 40px;
    }


.CaseItemVisits[b-3px1ouxn04] {
    margin-left: auto;
    margin-top: auto;
}

.CaseItemDescription[b-3px1ouxn04] {
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
    font-size: 1rem;
    display: flex;
}
/* _content/eGminaWeb/Components/Cases/CaseSectionAlcohol.razor.rz.scp.css */

[b-wv6bi1pe12] .TextBoxDays .dxbs-editor-input-container > input {
    color: red;
    text-align: center;
}
/* _content/eGminaWeb/Components/Cases/CaseSectionEdit.razor.rz.scp.css */


/* _content/eGminaWeb/Components/Cases/CaseSectionSurvey.razor.rz.scp.css */

.CasePage-Survey[b-9y5g9h7mpe] {
}

.CasePage-Survey-Content[b-9y5g9h7mpe] {
}

.CasePage-Survey-ButtonContainer[b-9y5g9h7mpe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.CasePage-Survey-IsResponse[b-9y5g9h7mpe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    font-size: 1.5rem;
}
/* _content/eGminaWeb/Components/Cases/CaseSectionVisits.razor.rz.scp.css */

.CasePage-Visits[b-fgsxg6mb0z] {
}

.CasePage-Visits-Content[b-fgsxg6mb0z] {
}

.CasePage-Visits-ButtonContainer[b-fgsxg6mb0z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
}
/* _content/eGminaWeb/Components/Faults/AddFaultPopup.razor.rz.scp.css */

.AddFaultPopup[b-55pg5x3b19] {
}

.VRErrorMessage[b-55pg5x3b19] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* _content/eGminaWeb/Components/Faults/UserFaultCard.razor.rz.scp.css */

.UserMeetingCard[b-drs9iiagco] {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden !important;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 20px;
}

.UserMeetingCardName[b-drs9iiagco] {
    text-align: center;
    white-space: pre-wrap;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.UserMeetingCardDescription[b-drs9iiagco] {
    white-space: pre-wrap;
    margin-bottom: 1rem;
}

.UserMeetingTable[b-drs9iiagco] {
    border: hidden;
    width: 100%;
    border-spacing: 1rem 0;
    border-collapse: separate;
}

.UserMeetingTableCol1[b-drs9iiagco] {
    vertical-align: top;
}

.UserMeetingTableCol2[b-drs9iiagco] {
    font-weight: bold;
    white-space: pre-wrap;
}

.UserMeetingTableColIndent[b-drs9iiagco] {
    padding-left: 2rem;
}

.UserMeetingTableLink[b-drs9iiagco] {
    font-size: 1.1rem;
}

.UserMeetingCancelButton[b-drs9iiagco] {
    text-align: right;
    width: 100%;
    margin-top: 1rem;
}
/* _content/eGminaWeb/Components/Home/HomeTIle.razor.rz.scp.css */
.Tile[b-5htbszparm] {
    width: 305px; 
    height: 115px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform .2s;
}

    .Tile:hover[b-5htbszparm] {
        transform: scale(1.1);
        cursor: pointer;
    }

.ImageContainer[b-5htbszparm] {
    height: 40%;
    transform: scale(1.5);
    margin-top: 8%;
}

.TextContainer[b-5htbszparm] {
    margin-top: 6%;
    display: flex;
    justify-content: center;
}
/* _content/eGminaWeb/Components/Navbar/DxTreeViewNodeTemplate.razor.rz.scp.css */
.svg-content-container[b-cnzlbagpxy] {
    width: 33px;
}

.node[b-cnzlbagpxy] {
    width: auto;
    display: flex;
    align-items: center;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
/* _content/eGminaWeb/Components/Offices/OfficeWebServicesStatus.razor.rz.scp.css */

.status-circle-container[b-v98pmu41jy] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.status-circle[b-v98pmu41jy] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
}
/* _content/eGminaWeb/Components/Surveys/StarRating.razor.rz.scp.css */

.star-rating[b-zodm5tn68z] {
    display: flex;
    flex-direction: row;
    gap: 0.2rem;
    margin-bottom: 0.5rem;
}

    .star-rating .star[b-zodm5tn68z] {
        transition: color 0.2s;
    }
/* _content/eGminaWeb/Components/Surveys/SurveyQuestionEdit.razor.rz.scp.css */

/* _content/eGminaWeb/Components/Surveys/SurveyReport.razor.rz.scp.css */

.SurveyReport-Popup[b-c1zyhl3k2p] {
    margin: 0.5rem;
}

.survey-question-tile[b-c1zyhl3k2p] {
    margin-top: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07), 0 1.5px 3px 0 rgba(0,0,0,0.03);
    padding: 1rem 1rem 1rem 1rem;
    border: 1px solid var(--dx-border-color, #e0e0e0);
    transition: box-shadow 0.2s;
}

    .survey-question-tile:hover[b-c1zyhl3k2p] {
        box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12), 0 3px 6px 0 rgba(0,0,0,0.06);
    }

    .survey-question-tile .dx-texteditor[b-c1zyhl3k2p],
    .survey-question-tile .dx-field[b-c1zyhl3k2p] {
        margin-bottom: 0.5rem;
    }
/* _content/eGminaWeb/Components/Surveys/SurveyResponsePopup.razor.rz.scp.css */

.survey-response-popup[b-ychwpx85rl] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 350px;
}

.survey-response-description[b-ychwpx85rl] {
}

.survey-questions[b-ychwpx85rl] {
}

.survey-question-tile[b-ychwpx85rl] {
    margin-top: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07), 0 1.5px 3px 0 rgba(0,0,0,0.03);
    padding: 1rem 1rem 1rem 1rem;
    border: 1px solid var(--dx-border-color, #e0e0e0);
    transition: box-shadow 0.2s;
}

    .survey-question-tile:hover[b-ychwpx85rl] {
        box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12), 0 3px 6px 0 rgba(0,0,0,0.06);
    }

    .survey-question-tile .dx-texteditor[b-ychwpx85rl],
    .survey-question-tile .dx-field[b-ychwpx85rl] {
        margin-bottom: 0.5rem;
    }

.survey-question-title[b-ychwpx85rl] {
    margin-bottom: 0.5rem;
}

.survey-question-rate[b-ychwpx85rl] {
    width: 10rem;
}
/* _content/eGminaWeb/Components/Visits/OpenMeetingCard.razor.rz.scp.css */

.OpenMeetingCard[b-212nvwuio8] {
    position: relative;
    display: flex;
    height: 100%;
    width: 68vw;
    max-width: 820px;
    flex-direction: column;
    overflow: hidden !important;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 20px;
    background-color: var(--bs-body-bg);
    color: var(--bs-primary-font3);
}

.OpenMeetingCardName[b-212nvwuio8] {
    text-align: center;
    white-space: pre-wrap;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.OpenMeetingCardDescription[b-212nvwuio8] {
    text-align: center;
    white-space: pre-wrap;
    margin-bottom: 1rem;
}

.OpenMeetingTable[b-212nvwuio8] {
    border: hidden;
    width: 100%;
}

.OpenMeetingTableCol1[b-212nvwuio8] {
    width: 12.7rem;
    vertical-align: top;
}

.OpenMeetingTableCol2[b-212nvwuio8] {
    font-weight: bold;
}

.OpenMeetingTableCol3[b-212nvwuio8] {
    padding-left: 1rem;
}

.OpenMeetingTableCol2Contact[b-212nvwuio8] {
    font-weight: normal;
}

.OpenMeetingTableLink[b-212nvwuio8] {
    font-size: 1.1rem;
}
/* _content/eGminaWeb/Components/Visits/UserMeetingCard.razor.rz.scp.css */

.UserMeetingCard[b-i4e2k9bq9p] {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden !important;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 20px;
    width: 68vw;
    max-width: 820px;
}

.UserMeetingCardName[b-i4e2k9bq9p] {
    text-align: center;
    white-space: pre-wrap;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.UserMeetingCardDescription[b-i4e2k9bq9p] {
    white-space: pre-wrap;
    margin-bottom: 1rem;
}

.UserMeetingTable[b-i4e2k9bq9p] {
    border: hidden;
    width: 100%;
    border-spacing: 1rem 0;
    border-collapse: separate;
}

.UserMeetingTableCol1[b-i4e2k9bq9p] {
    vertical-align: top;
}

.UserMeetingTableCol2[b-i4e2k9bq9p] {
    font-weight: bold;
    white-space: pre-wrap;
}

.UserMeetingTableColIndent[b-i4e2k9bq9p] {
    padding-left: 2rem;
}

.UserMeetingTableLink[b-i4e2k9bq9p] {
    font-size: 1.1rem;
}

.UserMeetingCancelButton[b-i4e2k9bq9p] {
    text-align: right;
    width: 100%;
    margin-top: 1rem;
}
/* _content/eGminaWeb/Components/Visits/VisitReservationPopup.razor.rz.scp.css */

.VisitReservationPopup[b-y0abu9h3z8] {
    display: flex;
    flex-direction: column;
    min-height: 48rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.VRTabPage[b-y0abu9h3z8] {
    margin: 1rem;
    display: flex;
    flex-direction: column
}

.VRCaseGroups[b-y0abu9h3z8] {
    margin-bottom: 1rem;
}

.VRCaseGrid[b-y0abu9h3z8] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.VRCalendarDay[b-y0abu9h3z8] {
    text-decoration: none;
}

.VRCalendarSlot[b-y0abu9h3z8] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    font-weight: bold;
}

.VRCalendarHoliday[b-y0abu9h3z8] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.VRNoAvailableDates[b-y0abu9h3z8] {
    margin-top: 5rem;
}

.VRSlotFlex[b-y0abu9h3z8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; /* odstęp między slotami */
}

.VRSlot[b-y0abu9h3z8] {
    border: 1px solid;
    border-color: rgba(var(--bs-primary-rgb), 0.5);
    border-radius: 5px;
    padding: 10px;
    min-width: 6.5rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.VRSlotSelected[b-y0abu9h3z8] {
    background-color: rgba(var(--bs-primary-rgb), 0.2);
}

.VRReservationButton[b-y0abu9h3z8] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.VRNoBorderTable[b-y0abu9h3z8],
.VRNoBorderTable th[b-y0abu9h3z8],
.VRNoBorderTable td[b-y0abu9h3z8] {
    border: none !important;
}

.VRAcceptationsContainer[b-y0abu9h3z8] {

}

.VRAcceptationsRow[b-y0abu9h3z8] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.VRBigText[b-y0abu9h3z8] {
    font-size: 1.1rem;
}

.VRBoldText[b-y0abu9h3z8] {
    font-weight: bold;
}

.VRErrorMessage[b-y0abu9h3z8] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* _content/eGminaWeb/Components/WaitInfo.razor.rz.scp.css */

.info-box[b-ntpgsfufmc] {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: var(--bs-body-bg);
    color: var(--bs-primary);
    border: 1px solid var(--bs-gray-200);
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    margin: 2rem auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    white-space: pre-wrap;
    font-size: 1rem;
}

.center-box[b-ntpgsfufmc] {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
/* _content/eGminaWeb/Pages/ArticleShow.razor.rz.scp.css */

.ArticleShowRowPhotoTop[b-ffjcfu54ga] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 900px) {
    .ArticleShowRowPhotoTop[b-ffjcfu54ga] {
        flex-direction: column;
    }
}

.ArticleShowAirWidget[b-ffjcfu54ga] {
    min-width: 400px;
}

.btn-icon-clock[b-ffjcfu54ga] {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url("images/clock.svg");
    mask-image: url("images/clock.svg");
    margin: 0 8px 0 0;
    background-color: currentColor;
}
/* _content/eGminaWeb/Pages/Cases/CasesPage.razor.rz.scp.css */

.CaseCellFooter[b-wc7xi2rkyn] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.CaseCellTagList[b-wc7xi2rkyn] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.25rem;
    row-gap: 0.25rem;
}

.CaseCellVisits[b-wc7xi2rkyn] {
    margin-left: auto;
}
/* _content/eGminaWeb/Pages/FaultPage.razor.rz.scp.css */

.UserMeetingsButtonContainer[b-yjcj18i8iq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid;
    border-color: rgba(var(--bs-primary-rgb), 0.3);
    border-radius: 5px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.UserMeetingsInfo[b-yjcj18i8iq] {
    padding-top: 30px
}

.UserMeetingsGrid[b-yjcj18i8iq] {
    margin-top: 1rem;
    display: grid;
    padding: 0.5rem !important;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    justify-content: center;
    align-content: center;
}

.UserMeetingsGridItem[b-yjcj18i8iq] {
    -webkit-box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175) !important;
    box-shadow: 0.5rem 1rem 2rem var(--layout-top-row-border) !important;
    border-radius: 0.5rem !important;
    min-width: 25rem;
    transition: transform .2s;
}
/* _content/eGminaWeb/Pages/Patron/SurveyEditPage.razor.rz.scp.css */

.SurveyEdit-TypeName[b-jdj4rzn6ys] {
    font-weight: bold;
    font-size: 1.5em;
}
/* _content/eGminaWeb/Pages/PublicConsultationsPage.razor.rz.scp.css */

.OpenMeetingsGrid[b-j62lou5tru] {
    margin-top: 2rem;
    display: grid;
    padding: 0.5rem !important;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    justify-content: center;
    align-content: center;
}

.OpenMeetingsGridItem[b-j62lou5tru] {
    -webkit-box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175) !important;
    box-shadow: 0.5rem 1rem 2rem var(--layout-top-row-border) !important;
    border-radius: 0.5rem !important;
    min-width: 25rem;
    transition: transform .2s;
}
/* _content/eGminaWeb/Pages/SurveyListPage.razor.rz.scp.css */

.survey-tiles-container[b-4vwh3mjveb] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    margin-top: 16px;
}

.survey-tile[b-4vwh3mjveb] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-gray-400);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 24px 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.SurveyName[b-4vwh3mjveb] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--bs-primary);
}

.SurveyDescription[b-4vwh3mjveb] {
    margin-bottom: 18px;
    min-height: 48px;
}

.SurveyResponseButton.centered[b-4vwh3mjveb] {
    display: flex;
    justify-content: center;
}

.Survey-IsResponse[b-4vwh3mjveb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    font-size: 1.5rem;
}
/* _content/eGminaWeb/Pages/VisitsPage.razor.rz.scp.css */

.UserMeetingsButtonContainer[b-l96p26rhg8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid;
    border-color: rgba(var(--bs-primary-rgb), 0.3);
    border-radius: 5px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.UserMeetingsInfo[b-l96p26rhg8] {
    padding-top: 30px
}

.UserMeetingsGrid[b-l96p26rhg8] {
    margin-top: 1rem;
    display: grid;
    padding: 0.5rem !important;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    justify-content: center;
    align-content: center;
}

.UserMeetingsGridItem[b-l96p26rhg8] {
    -webkit-box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175) !important;
    box-shadow: 0.5rem 1rem 2rem var(--layout-top-row-border) !important;
    border-radius: 0.5rem !important;
    min-width: 25rem;
    transition: transform .2s;
}
/* _content/eGminaWeb/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-eylvb2wq1x] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 5.5rem;
    min-height: 5.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-eylvb2wq1x] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-eylvb2wq1x] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-eylvb2wq1x] {
    font-size: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

.header-navbar .navbar-theme-switcher[b-eylvb2wq1x] {
    float: left;
    font-size: 1.5rem;
    padding-bottom: .3rem;
}

@media (max-width: 1199.98px) {
    .title[b-eylvb2wq1x] {
        font-size: 1.1rem;
    }
}

.logo[b-eylvb2wq1x] {
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
}
/* _content/eGminaWeb/Shared/LayoutAccount.razor.rz.scp.css */
.page[b-lgngcs5aqs] {
    height: 100%;
    overflow: hidden;
    min-height: 100%;
    background-color: inherit;
}

[b-lgngcs5aqs] .page-layout,
[b-lgngcs5aqs] .page-layout > .dx-gridlayout-root,
[b-lgngcs5aqs] .layout-item {
    background-color: inherit;
}

[b-lgngcs5aqs] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-lgngcs5aqs] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-lgngcs5aqs] .fit-width {
    max-width: 100%;
}

[b-lgngcs5aqs] .mw-1100 {
    max-width: 1100px;
}
/* _content/eGminaWeb/Shared/LayoutAdmin.razor.rz.scp.css */
.page[b-clqku0zawd] {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-clqku0zawd] .page-layout,
[b-clqku0zawd] .page-layout > .dx-gridlayout-root,
[b-clqku0zawd] .layout-item {
    background-color: inherit;
}

[b-clqku0zawd] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-clqku0zawd] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-clqku0zawd] .fit-width {
    max-width: 100%;
}

[b-clqku0zawd] .mw-1100 {
    max-width: 1100px;
}

.NavFooter[b-clqku0zawd] {
    height: 1rem;
    max-height: 1rem;
}
/* _content/eGminaWeb/Shared/LayoutEmpty.razor.rz.scp.css */
.page[b-dl4e4uzexh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-dl4e4uzexh] {
    flex: 1;
}

.sidebar[b-dl4e4uzexh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dl4e4uzexh] {
    color: var(--layout-top-row-color);
    background-color: var(--layout-top-row-bg);
    border-bottom: 1px solid var(--layout-top-row-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dl4e4uzexh]  a, .top-row .btn-link[b-dl4e4uzexh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dl4e4uzexh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dl4e4uzexh] {
        display: none;
    }

    .top-row.auth[b-dl4e4uzexh] {
        justify-content: space-between;
    }

    .top-row a[b-dl4e4uzexh], .top-row .btn-link[b-dl4e4uzexh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dl4e4uzexh] {
        flex-direction: row;
    }

    .sidebar[b-dl4e4uzexh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dl4e4uzexh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-dl4e4uzexh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.stacklayout-office[b-dl4e4uzexh] {
    height: 100%;
    z-index: 9999;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
}

.stacklayout-login[b-dl4e4uzexh] {
    height: 100%;
    z-index: 9999;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
/* _content/eGminaWeb/Shared/LayoutInit.razor.rz.scp.css */
.page[b-syuegwuuww] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-syuegwuuww] {
    flex: 1;
}

.sidebar[b-syuegwuuww] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-syuegwuuww] {
    color: var(--layout-top-row-color);
    background-color: var(--layout-top-row-bg);
    border-bottom: 1px solid var(--layout-top-row-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-syuegwuuww]  a, .top-row .btn-link[b-syuegwuuww] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-syuegwuuww] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-syuegwuuww] {
        display: none;
    }

    .top-row.auth[b-syuegwuuww] {
        justify-content: space-between;
    }

    .top-row a[b-syuegwuuww], .top-row .btn-link[b-syuegwuuww] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-syuegwuuww] {
        flex-direction: row;
    }

    .sidebar[b-syuegwuuww] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-syuegwuuww] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-syuegwuuww] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.stacklayout-office[b-syuegwuuww] {
    height: 100%;
    z-index: 9999;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
}

.stacklayout-login[b-syuegwuuww] {
    height: 100%;
    z-index: 9999;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
/* _content/eGminaWeb/Shared/LayoutTech.razor.rz.scp.css */
.page[b-bn0s025pms] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-bn0s025pms] {
    flex: 1;
}

.sidebar[b-bn0s025pms] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bn0s025pms] {
    color: var(--layout-top-row-color);
    background-color: var(--layout-top-row-bg);
    border-bottom: 1px solid var(--layout-top-row-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bn0s025pms]  a, .top-row .btn-link[b-bn0s025pms] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bn0s025pms] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bn0s025pms] {
        display: none;
    }

    .top-row.auth[b-bn0s025pms] {
        justify-content: space-between;
    }

    .top-row a[b-bn0s025pms], .top-row .btn-link[b-bn0s025pms] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bn0s025pms] {
        flex-direction: row;
    }

    .sidebar[b-bn0s025pms] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bn0s025pms] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-bn0s025pms] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.stacklayout-office[b-bn0s025pms] {
    height: 100%;
    z-index: 9999;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
}

.stacklayout-login[b-bn0s025pms] {
    height: 100%;
    z-index: 9999;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
/* _content/eGminaWeb/Shared/LayoutUser.razor.rz.scp.css */
.page[b-vkq6fz5szk] {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-vkq6fz5szk] .page-layout,
[b-vkq6fz5szk] .page-layout > .dx-gridlayout-root,
[b-vkq6fz5szk] .layout-item {
    background-color: inherit;
}

[b-vkq6fz5szk] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-vkq6fz5szk] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-vkq6fz5szk] .fit-width {
    max-width: 100%;
}

[b-vkq6fz5szk] .mw-1100 {
    max-width: 1100px;
}

.NavFooter[b-vkq6fz5szk] {
    height: 1rem;
    max-height: 1rem;
}
/* _content/eGminaWeb/Shared/NavMenuAdmin.razor.rz.scp.css */
.sidebar[b-pjjpqqvzyh] {
    width: 250px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    margin-top: 12px;
    max-height: 100%;
    overflow: auto;
}

.sidebar.collapse[b-pjjpqqvzyh] {
    display: none;
}

.sidebar.expand[b-pjjpqqvzyh] {
    display: block;
}

.title[b-pjjpqqvzyh] {
    font-size: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .sidebar[b-pjjpqqvzyh] {
        display: none;
    }

        .sidebar.expand[b-pjjpqqvzyh] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            background-color: var(--bs-body-bg);
            height: auto;
            margin-top: 14px;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-pjjpqqvzyh] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-pjjpqqvzyh] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-pjjpqqvzyh] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-pjjpqqvzyh] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
[b-pjjpqqvzyh] .app-sidebar,
[b-pjjpqqvzyh] .app-sidebar > .nav-pills,
[b-pjjpqqvzyh] .app-sidebar > .nav-pills > .nav-item,
[b-pjjpqqvzyh] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}

@media (max-width: 1199.98px) {
    [b-pjjpqqvzyh] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}

[b-pjjpqqvzyh] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

    [b-pjjpqqvzyh] .app-sidebar .my-item > :first-child {
        --dxbl-treeview-font-weight: 600;
        --dxbl-treeview-font-size: 1.0rem;
    }

        [b-pjjpqqvzyh] .app-sidebar .my-item > :first-child > a {
            padding: 0rem .5rem 0rem 0.25rem;
        }

    /* Use this rule for TreeViews without nested nodes */
    [b-pjjpqqvzyh] .app-sidebar .my-item > :only-child:not(.dxbl-treeview-tmpl) > button {
        display: none;
    }

@media (max-width: 1199.98px) {
    [b-pjjpqqvzyh] .app-sidebar {
        padding-bottom: 0;
    }
}
/* _content/eGminaWeb/Shared/NavMenuUser.razor.rz.scp.css */
.sidebar[b-1jm615c679] {
    width: 250px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    margin-top: 12px;
    max-height: 100%;
    overflow: auto;
    position: relative;
}

    .sidebar[b-1jm615c679]::after {
        content: "";
        position: absolute;
        right: 0;
        top: 55%;
        transform: translateY(-50%);
        height: 80%; 
        width: 2px;
        background-color: var(--bs-border-color, #ccc); 
        opacity: 0.6;
        pointer-events: none; 
    }

.sidebar.collapse[b-1jm615c679] {
    display: none;
}

.sidebar.expand[b-1jm615c679] {
    display: block;
}

.title[b-1jm615c679] {
    font-size: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .sidebar[b-1jm615c679] {
        display: none;
    }

        .sidebar.expand[b-1jm615c679] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            background-color: var(--bs-body-bg);
            height: auto;
            min-width: 100%;
            margin-top: 14px;
            z-index: 1050;
        }
}

[b-1jm615c679] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-1jm615c679] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-1jm615c679] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-1jm615c679] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
[b-1jm615c679] .app-sidebar,
[b-1jm615c679] .app-sidebar > .nav-pills,
[b-1jm615c679] .app-sidebar > .nav-pills > .nav-item,
[b-1jm615c679] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}

@media (max-width: 1199.98px) {
    [b-1jm615c679] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}

[b-1jm615c679] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

[b-1jm615c679] .app-sidebar .my-item > :first-child {
    --dxbl-treeview-font-weight: 600;
    --dxbl-treeview-font-size: 1.0rem;
}

    [b-1jm615c679] .app-sidebar .my-item > :first-child > a {
        padding: 0rem .5rem 0rem 0.25rem;
    }

/* Use this rule for TreeViews without nested nodes */
[b-1jm615c679] .app-sidebar .my-item > :only-child:not(.dxbl-treeview-tmpl) > button {
    display: none;
}

@media (max-width: 1199.98px) {
    [b-1jm615c679] .app-sidebar {
        padding-bottom: 0;
    }
}
/* _content/eGminaWeb/Shared/OfficeFooter.razor.rz.scp.css */
.chat-button[b-wyzmyujg4a] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    font-size: 24px;
    cursor: pointer;
    z-index: 999;
    transition: background-color 0.3s ease;
}

.chat-popup[b-wyzmyujg4a] {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: clamp(300px, 40vw, 500px);
    height: clamp(300px, 50vh, 650px);
    background-color: var(--bs-body-bg);
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    z-index: 1050;
    padding: 15px;
    overflow: hidden;
}
