/* _content/BuroGridBlazor/Pages/AboutUs.razor.rz.scp.css */
.AU_PageTitle[b-ns1ghsr2w6] {
    position: absolute;
    bottom: 0;
    left: 1rem;
    letter-spacing: 2px;
}

    .AU_PageTitle h1[b-ns1ghsr2w6] {
        font-weight: bold;
        color: #fff;
        background: radial-gradient(#000a, #0003 65%, transparent 71%);
    }

.AU_Section[b-ns1ghsr2w6] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 7rem;
}

.AU_SectionIcon[b-ns1ghsr2w6] {
    margin: 1rem 0 0 0;
    width: 60%;
}

.AU_SubSectionSumUp[b-ns1ghsr2w6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .AU_SubSectionSumUp h2[b-ns1ghsr2w6] {
        font-weight: bold;
    }

.AU_SubSectionDescription[b-ns1ghsr2w6] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1rem;
}

    .AU_SubSectionDescription p[b-ns1ghsr2w6] {
        font-weight: bold;
        text-align: justify;
    }

.AU_SectionHighlightedText[b-ns1ghsr2w6] {
    margin: 0;
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .AU_PageTitle h1[b-ns1ghsr2w6] {
        font-size: 1.8rem;
    }

    .AU_SubSectionSumUp[b-ns1ghsr2w6] {
        flex-direction: row;
        margin-bottom: 1rem;
    }

    .AU_SectionIcon[b-ns1ghsr2w6] {
        margin: 0 0 0 1rem;
        width: 3rem;
    }
}
/* _content/BuroGridBlazor/Pages/FAQPage.razor.rz.scp.css */
.faq-section-title[b-v37eye83tk] {
    color: #00a8c2;
    margin-bottom: 2%;
    margin-top: 3%;
    position: relative;
}

.faq-section-title-icon[b-v37eye83tk] {
    position: absolute;
    left: -5rem;
    top: -1rem;
    font-size: 3rem;
}

@media screen and (max-width: 900px) {
    .faq-section-title-icon[b-v37eye83tk] {
        position: relative;
        left: unset;
        top: unset;
        font-size: 1.75rem;
    }
}

[b-v37eye83tk] .faq-answer-p-text {
    margin-bottom: 0;
    color: #256173;
}
/* _content/BuroGridBlazor/Pages/Index.razor.rz.scp.css */
.PaddingDiv[b-dcrpc6iys5] {
    padding: 0.2rem;
}

#HomeBanner[b-dcrpc6iys5] {
    height: calc(25vh + 20vw);
    min-height: 18rem;
    background-image: url("img/HomeBanner.jpg");
    background-image: url("img/HomeBanner.webp");
    background-size: auto 100%;
    filter: saturate(130%);
    margin-bottom: 5rem;
}

#HomeBannerStyleEffect[b-dcrpc6iys5] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #78410f, transparent 50%, #78410f);
}

#HomeBannerTextContainer[b-dcrpc6iys5] {
    position: absolute;
    left: 3rem;
    bottom: 30%;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    max-width: 60%;
}

#HomeBannerTextContainerTitle[b-dcrpc6iys5] {
    font-size: 3rem;
    color: inherit;
}

#HomeBannerTextContainerSubTitle[b-dcrpc6iys5] {
    font-size: 1.5rem;
    color: inherit;
}

#ResearchBannerContainer[b-dcrpc6iys5] {
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ResearchBanner[b-dcrpc6iys5] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 0.1rem;
    background-color: #e9afaf;
    border-radius: 0.25rem;
    box-shadow: -2px 1px 11px 6px #0000006e;
}

#HomeBannerPurposesContainer[b-dcrpc6iys5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    right: 3rem;
    bottom: 1rem;
    height: 70%;
    width: 40%;
}

    #HomeBannerPurposesContainer img[b-dcrpc6iys5] {
        width: 5rem;
    }

.HomeBannerPurpose[b-dcrpc6iys5] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

#HomeBannerPurposeCentered[b-dcrpc6iys5] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

[b-dcrpc6iys5] #ResearchBannerButton {
    background-color: #008da2;
    border-color: #008da2;
    color: #fff;
    font-weight: bold;
}

#ResearchBannerInputLocation[b-dcrpc6iys5] {
    border: none;
    padding: 0.45rem 0.15rem;
    border-radius: 0.25rem;
    max-width: 11.5rem;
}

[b-dcrpc6iys5] .ResearchDropDownList {
    background-color: var(--DefaultUILightColor);
    border-color: var(--DefaultUILightColor);
    color: #fff;
    font-weight: bold;
    min-width: 15rem;
}

.SectionTitle[b-dcrpc6iys5] {
    color: #007c8f;
    margin: 2rem 0;
    font-weight: bold;
}

#ConceptMainContainer[b-dcrpc6iys5] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
}

.ConceptContainer[b-dcrpc6iys5] {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0.5rem 0;
    width: 15rem;
    border: 1px solid #f7abab4f;
    border-radius: 1rem;
    padding: 1rem;
}

.ConceptSumUpContainer[b-dcrpc6iys5] {
    padding: 1.5rem 1rem;
    width: 90%;
    margin: 1rem;
    border-radius: inherit;
    background-color: var(--BurogridBlueColor);
    color: #fff;
    font-weight: bold;
}

.ConceptSumUpTitle[b-dcrpc6iys5] {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: inherit;
}

.ConceptSubjectDescription[b-dcrpc6iys5] {
    color: var(--BurogridBlueColor);
    text-align: justify;
    width: 100%;
}

#MobileAppSectionContainer[b-dcrpc6iys5] {
    height: 22rem;
    background: linear-gradient(transparent 18%, var(--BurogridBlueColor) 18%, var(--BurogridBlueColor) 82%, transparent 82%);
}

#MobileAppSectionContent[b-dcrpc6iys5] {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#MobileAppSectionImageContainer[b-dcrpc6iys5] {
    position: relative;
    height: 100%;
}

#MobileAppSectionImage[b-dcrpc6iys5] {
    height: 100%;
}

#MobileAppSectionImageScreen[b-dcrpc6iys5] {
    position: absolute;
    top: 12%;
    left: 10%;
    width: 80%;
    border-radius: 1rem;
}

#MobileAppSectionTextContainer[b-dcrpc6iys5] {
    color: #fff;
    height: 55%;
    width: 40%;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#MobileAppSectionLink[b-dcrpc6iys5] {
    padding: 0.5rem;
    height: 40%;
}

#MobileAppSectionLinkImage[b-dcrpc6iys5] {
    height: 100%;
}


/*Announcement section START*/

#HomeBannerAnnouncement[b-dcrpc6iys5] {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 10;
    background-image: url("img/AnnouncementBorder.png");
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1rem;
    color: #e6a80e;
    text-shadow: -1px 0 #f1c974, 0 1px #f1c974, 1px 0 #f1c974, 0 -1px #f1c974;
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: bold;
    animation-name: blinking-opacity-b-dcrpc6iys5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes blinking-opacity-b-dcrpc6iys5 {
    0%, 30% {
        opacity: 1;
    }

    45% {
        opacity: 0.7;
    }

    45%, 70% {
        opacity: 0;
    }

    70%, 100% {
        opacity: 1;
    }
}

/*Announcement section END*/
@media screen and (max-width: 992px) {
    #HomeBannerPurposesContainer[b-dcrpc6iys5]{
        display: none;
    }

    #HomeBannerTextContainer[b-dcrpc6iys5] {
        max-width: 85%;
    }

    #HomeBannerAnnouncement[b-dcrpc6iys5] {
        font-size: 1.1rem;
        width: 60%;
    }

    #MobileAppSectionContainer[b-dcrpc6iys5] {
        height: 15rem;
    }

    #MobileAppSectionTextContainer[b-dcrpc6iys5] {
        font-size: 1rem;
        width: 55%;
    }
}

@media screen and (max-width: 600px) {
    #HomeBannerTextContainerTitle[b-dcrpc6iys5] {
        font-size: 2rem;
    }

    #HomeBannerTextContainerSubTitle[b-dcrpc6iys5] {
        font-size: 1rem;
    }

    #HomeBannerAnnouncement[b-dcrpc6iys5] {
        font-size: 1rem;
        width: 80%;
    }

    #ResearchBannerContainer[b-dcrpc6iys5] {
        bottom: -3rem;
    }

    #ResearchBanner[b-dcrpc6iys5] {
        flex-direction: column !important;
    }

    .DropDownListDiv[b-dcrpc6iys5] {
        width: 100%;
    }
}


@media screen and (max-width: 450px){
    #HomeBanner[b-dcrpc6iys5] {
        background-image: url("img/HomeBannerMobile.jpg");
        background-image: url("img/HomeBannerMobile.webp");
    }
}
/* _content/BuroGridBlazor/Pages/Users/Access/Index.razor.rz.scp.css */
button:disabled[b-f9kbbb3o9u]
{
    cursor: not-allowed;
    opacity: 0.3;
}

#PrivilegedAccessMainContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#PrivilegedDropDownListContainer[b-f9kbbb3o9u] {
    margin: 2% 5%;
    width: 90%;
    background-image: url("/img/Road-segmentH.png");
    background-size: auto 100%;
}

#PrivilegedExternalEntranceContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 1% 2.5%;
    background-image: linear-gradient(transparent 40%, #e6e6e6 40%, #e6e6e6 60%, transparent 60%);
    
}

#PrivilegedExternalEntranceSubContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
}

.PrivilegedExternalEntranceDiv[b-f9kbbb3o9u]{
    display: flex;
    justify-content: center;
    position: relative;
}

#PrivilegedExternalEntranceButtonImage[b-f9kbbb3o9u] {
    width: 4rem;
}

#PrivilegedBuildingAccessesContainer[b-f9kbbb3o9u] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin: 3rem 5%;
    padding: 3rem 3%;
    border: 1rem solid #e6e6e6;
    border-radius: 0.5%;
}

#PrivilegedMainEntranceAccessButtons[b-f9kbbb3o9u] {
    position: absolute;
    top: -3.25rem;
    display: flex;
    max-width: 100%;
    overflow: auto;
}

.PrivilegedExternalEntranceShortName[b-f9kbbb3o9u]{
    position: absolute;
    bottom: 0;
}

.DoorShortNameTextStyle[b-f9kbbb3o9u] {
    color: #808080;
    font-weight: bold;
    text-align: center;
}

.PrivilegedDoorNoneDefinedIcon[b-f9kbbb3o9u] {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2rem;
}

.PrivilegedDoorAccessButtonImage[b-f9kbbb3o9u] {
    width: 3rem;
}

#PrivilegedAccessSpacesContainer[b-f9kbbb3o9u] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.PrivilegedBuildingManagementContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    color: var(--BurogridBlueColor);
}

.PrivilegedAccessSpaceContainer[b-f9kbbb3o9u] {
    position: relative;
    padding: 1%;
    margin: 4rem 0 0.5rem 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    width: 90%;
}

.SpaceDoorAccessButtonContainer[b-f9kbbb3o9u] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3.25rem;
    width: 100%;
    padding: 0 3.5rem;
    overflow: auto;
}

.SpaceDoorAccessButton[b-f9kbbb3o9u] {
    position: relative;
}

.SpaceCleaningScheduleButton[b-f9kbbb3o9u] {
    position: absolute;
    right: 0;
    top: -2rem;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
}
.SpaceCleaningScheduleButton:not(:hover)[b-f9kbbb3o9u] {
    background-color: #fff;
}

.SpaceManagementContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    color: var(--BurogridBlueColor);
}

.FeaturesAccessesContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.FeatureAccessContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #db8383;
}

.FeatureAccessButtonText[b-f9kbbb3o9u] {
    color: inherit;
    font-weight: bold;
}

#PrivilegedAccessLockersMainContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.PrivilegedAccessLockersContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.AccessLockerContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.AccessLockerButtonImage[b-f9kbbb3o9u] {
    width: 2rem;
}

.AccessLockerButtonText[b-f9kbbb3o9u] {
    color: #db8383;
    font-weight: bold;
}

.NoPrivilegedAccessAvailable[b-f9kbbb3o9u] {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 1% 0;
}

#AppointmentAccessListContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.AppointmentAccessContainer[b-f9kbbb3o9u] {
    width: 95%;
    margin: 2rem 0;
}

.AppointmentTextDetails span[b-f9kbbb3o9u] {
    color: #db8383;
}

.AppointmentDescription[b-f9kbbb3o9u] {
    margin: 1rem 0;
    padding: 1rem;
    box-shadow: 0 0 10px 5px #e6e6e6;
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.AppointmentDescription i[b-f9kbbb3o9u], .AppointmentDescription svg[b-f9kbbb3o9u] {
    font-size: 1.4rem;
    color: var(--BurogridPinkColor);
}

.AllButtonsContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 2rem 0 2rem 2rem;
    overflow: auto;
}

.RoadDrawing[b-f9kbbb3o9u] {
    position: absolute;
    height: 100%;
    width: 1.5rem;
    background-image: url("/img/Road-segmentV.png");
    background-size: 100% auto;
    left: 0;
}

.AccessButtonsContainer[b-f9kbbb3o9u]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position:relative;
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
    min-width: 45rem;
}

.ExternalEntranceAccessContainer[b-f9kbbb3o9u] {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-image: linear-gradient(90deg, transparent 47%, #e6e6e6 47%, #e6e6e6 53%, transparent 53%);
}

.ExternalEntranceDiv[b-f9kbbb3o9u] {
    position: relative;
    display: flex;
    justify-content: center;
}

.ExternalEntranceShortName[b-f9kbbb3o9u] {
    position: absolute;
    top: calc(100% - 1rem);
}

.ExternalEntranceAccessButtonImage[b-f9kbbb3o9u] {
    width: 4rem;
}


.BuildingAccessesContainer[b-f9kbbb3o9u] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 3rem 0 8rem;
    border: 1rem solid #e6e6e6;
    border-radius: 0.5%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
    min-width: 25rem;
    padding: 0 5%;
}

.MainEntranceAccessContainer[b-f9kbbb3o9u]{
    position: absolute;
    left: -3.15rem;
}

.DoorNoneDefinedIcon[b-f9kbbb3o9u] {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2rem;
}

.DoorAccessButtonImage[b-f9kbbb3o9u] {
    width: 3rem;
}

.BuildingManagementContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    color: var(--BurogridBlueColor);
}

.AccessSpaceContainer[b-f9kbbb3o9u] {
    position: relative;
    padding: 1%;
    margin: 2.5rem 1rem;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    width: 90%;
}


.ChangeAppointmentStateContainer[b-f9kbbb3o9u] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.StartAppointmentColor[b-f9kbbb3o9u] {
    color: #00a8c2;
}

.EndAppointmentColor[b-f9kbbb3o9u] {
    color: #db8383;
}

.CalendarIconColor[b-f9kbbb3o9u] {
    color: #535353;
}

.InformationTextContainer[b-f9kbbb3o9u] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2%;
}

@media (max-width: 992px) {


}
/* _content/BuroGridBlazor/Pages/Users/Appointments/Detail.razor.rz.scp.css */
.AddressMappingDot[b-htnsvwfs65] {
    width: 4%;
    position: absolute;
    z-index: 20;
}

.AppointmentSectionInfoContainer[b-htnsvwfs65] {
    position: relative;
    margin: 3rem 0.2rem;
    padding: 1rem 1rem 1rem 1rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    height: calc(100% - 4rem);
}

.AppointmentSectionInfoTitle[b-htnsvwfs65] {
    position: absolute;
    top: -2rem;
    left: 2rem;
    line-height: 2rem;
    color: #666;
}

.AppointmentSectionInfoIcon[b-htnsvwfs65] {
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    box-shadow: 0 0 10px 5px #ccc;
    background: #fff;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AppointmentFeatureContainer[b-htnsvwfs65] {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.AppointmentFeatureLineContainer[b-htnsvwfs65] {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.AppointmentFeatureCancelButton[b-htnsvwfs65] {
    position: absolute;
    left: -2.1rem;
}

.AppointmentFeatureDateCancelButton[b-htnsvwfs65] {
    position: absolute;
    top: calc(50% - 1rem);
    right: -2rem;
}

.AppointmentFeatureDatesTable tbody tr[b-htnsvwfs65] {
    border-top: 1px solid #ccc; 
}

    .AppointmentFeatureDatesTable tbody tr td[b-htnsvwfs65] {
        padding: 0.2rem 0.5rem;
        position: relative;
        vertical-align: middle;
        text-align: center;
    }
    
#AmountsSection[b-htnsvwfs65] {
    position: relative;
    margin: 2rem 3rem 4rem 3rem;
    padding: 1rem 1rem 2rem 1rem;
    box-shadow: 0 0 35px #ccc;
    border-radius: 1rem;
}

#AmountsSubSection[b-htnsvwfs65] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#AmountsSectionTitle[b-htnsvwfs65] {
    position: absolute;
    top: -2.5rem;
    left: 3rem;
    line-height: 2rem;
}

#AmountsSectionIcon[b-htnsvwfs65] {
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    box-shadow: 0 0 10px 5px var(--BurogridBlueColor);
    background: #fff;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--BurogridBlueColor);
}

.AmountDataContainer[b-htnsvwfs65] {
    padding: 1rem;
}

    .AmountDataContainer h4[b-htnsvwfs65] {
        height: 3rem;
        line-height: 3rem;
        margin-left: 1rem;
    }

.AmountDataSubContainer[b-htnsvwfs65] {
    padding: 1rem;
    border-radius: 1rem;
    height: calc(100% - 3rem);
}

#AmountDataPaymentContainer[b-htnsvwfs65] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#AmountDataDepositContainer[b-htnsvwfs65] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.AmountFixedHeight[b-htnsvwfs65] {
    height: 6rem;
}

.AppointmentAmountBadgeContainer[b-htnsvwfs65] {
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.AppointmentAmount[b-htnsvwfs65] {
    padding: 1rem 1.5rem;
    background: #bbb;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#AppointmentPaymentAmount[b-htnsvwfs65] {
    border-radius: 1rem 0 0 1rem;
}

.AppointmentAmountDetails[b-htnsvwfs65] {
    padding: 1rem;
    font-size: 0.8rem;
    background: #ccc;
    border-radius: 0 1rem 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#AppointmentDepositAmount[b-htnsvwfs65] {
    border-radius: 1rem;
}

[b-htnsvwfs65] .GoogleMapsLinkIcon {
    margin-right: 0.5rem;
}

button:disabled[b-htnsvwfs65] {
    cursor: not-allowed;
    opacity: 0.3;
}

.DetailPageAppointmentInfo[b-htnsvwfs65] {
    margin-bottom: 1rem;
    text-align: center;
}

.PriceAndSurfaceContainer[b-htnsvwfs65] {
}

@media (max-width: 992px) {
    #AmountsSectionTitle[b-htnsvwfs65] {
        font-size: 1.5rem;
    }

    .AppointmentAmount[b-htnsvwfs65] {
        font-size: 1rem;
    }
}
/* _content/BuroGridBlazor/Pages/Users/Dashboard.razor.rz.scp.css */
#Dashboard_WelcomeTitle[b-3zve158jz7] {
    font-weight: bold;
    margin: 1rem 0 2rem 0;
    padding-left: 1rem;
    border-left: 10px solid var(--DefaultUIMainColor);
    color: var(--DefaultUIMainColor);
}

.Dashboard_SectionTitle[b-3zve158jz7] {
    margin-bottom: 2rem;
}

    .Dashboard_SectionTitle a[b-3zve158jz7]{
        color: var(--BurogridBlueColor);
    }

.Dashboard_BuildingIncomeGraphContainer[b-3zve158jz7] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

[b-3zve158jz7] .Dashboard_BuildingIncomeGraph {
    min-width: 35rem;
}

.Dashboard_AppointmentsContainer[b-3zve158jz7] {
    width: 100%;
    margin-bottom: 1rem;
}

.Dashboard_AppointmentAddressContainer[b-3zve158jz7] {
    padding: 1rem;
    border-radius: 0.5rem;
    background: #e9e9e9;
}

.Dashboard_ClosestAppointmentContainer[b-3zve158jz7] {
    border: 1px solid #e9e9e9;
    border-radius: 2rem;
    padding: 2rem;
}

.Dashboard_ClosestAppointmentSubContainer[b-3zve158jz7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

[b-3zve158jz7] .Dashboard_ClosestAppointmentMap {
    border-radius: 0.5rem;
    overflow: hidden;
    min-height: 10rem;
}

.Dashboard_LatestAppointmentContainer[b-3zve158jz7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border: 1px solid #e9e9e9;
    border-radius: 1rem;
}

/* _content/BuroGridBlazor/Pages/Users/User/Me.razor.rz.scp.css */
.Me_HalfSectionContainer1[b-4swntloyzv] {
    margin-bottom: 30px;
}

.Me_HalfSectionContainer2[b-4swntloyzv] {
    height: 100%;
    margin-bottom: 0;
}

.Me_HalfSectionContentContainer[b-4swntloyzv] {
    padding: 25px 25px;
    width: 100%;
}

.Me_BillingAddressesInlineButton[b-4swntloyzv] {
    margin: 0 2px;
}

.Me_PreferencesItemLine[b-4swntloyzv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

    .Me_PreferencesItemLine div[b-4swntloyzv] {
        margin-right: 1.5rem;
    }

#BuildingRightsTitle[b-4swntloyzv] {
    background: var(--DefaultUIMainFocusColor);
    border-radius: 0.5rem;
    width: 100%;
    color: #fff;
    padding: 1% 5%;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.BuildingRightsContainer[b-4swntloyzv] {
    border: 1px solid var(--BurogridBlueColor);
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.BuildingRightsNameAndRole[b-4swntloyzv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.BuildingRightsRoleDescriptionDiv[b-4swntloyzv] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.BuildingRightsRoleDescriptionText[b-4swntloyzv] {
    background-color: #e9afaf55;
    border-radius: 1rem;
    padding: 0.5rem 1vw;
    width: 90%;
    text-align: justify;
}

.SectionRightsTitle[b-4swntloyzv] {
    background-color: var(--DefaultUIMainFocusColor);
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.2rem 1rem;
    color: #fff !important;
}

.LockedInput[b-4swntloyzv] {
    background-color: lightgrey;
    min-height: 2.35rem;
}
/* _content/BuroGridBlazor/Shared/BackLayout.razor.rz.scp.css */
.BackLayoutHeader[b-13gry7hazb] {
    height: var(--BackLayoutHeaderHeight);
}

.BackLayoutHeaderSpecLinks[b-13gry7hazb] {
    margin-left: 9.5rem;
}

.MoveDownForFixedHeader[b-13gry7hazb] {
    top: var(--BackLayoutHeaderHeight);
}

.DashboardContentWithoutNavbar[b-13gry7hazb] {
    margin-left: 0;
    width: 100%;
}

.ToggleNavbarDisplayButton[b-13gry7hazb] {
    position: fixed;
    top: var(--BackLayoutHeaderHeight);
    left: calc(var(--DashboardNavbarWidth) - var(--ToggleNavbarButtonSize));
    z-index: 12;
    border: none;
    border-radius: 0 0 1rem 0;
    width: var(--ToggleNavbarButtonSize);
    height: var(--ToggleNavbarButtonSize);
    font-size: 1.5rem;
    color: #888;
    background: #f0f2f6;
    cursor: pointer;
}

.ToggleNavBarDisplayButtonLeft[b-13gry7hazb]{
    left: 0;
}

#HeaderUnseenNotificationsNumber[b-13gry7hazb] {
    font-size: 1.3rem;
    color: var(--BurogridBlueColor);
    position: absolute;
    top: 0;
    left: 45%;
    background: #e1f1ff;
    padding: 0.1rem 0.3rem;
    border-radius: 10rem;
    font-weight: bold;
}

#HeaderUnseenNotificationsIcon[b-13gry7hazb] {
    font-size: 2rem;
    color: #aecfec;
    padding: 1rem 1.5rem;
}

@media (max-width: 992px){
    .ToggleNavbarDisplayButton[b-13gry7hazb]{
        display: none;
    }

    .BackLayoutHeaderSpecLinks[b-13gry7hazb] {
        display: none;
    }
}
/* _content/BuroGridBlazor/Shared/BackOffice/LeftMenu.razor.rz.scp.css */
#NavBarUserHeader[b-9keficypd1] {
    position: relative;
    display: flex;
    background: linear-gradient(transparent, #dcdee4 2%, #dcdee4 57%, transparent 59%);
    padding: 1rem 0;
    width: var(--DashboardNavbarWidth);
    height: var(--NavBarUserHeaderHeight);
}

#NavBarLogoutIcon[b-9keficypd1] {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    cursor: pointer;
}
    #NavBarLogoutIcon a[b-9keficypd1] {
        color: #48656c;
        font-size: 1.2rem;
    }

#NavBarDashboardIcon[b-9keficypd1] {
    position: absolute;
    top: 0.5rem;
    left: 4.3rem;
    cursor: pointer;
}

    #NavBarDashboardIcon a[b-9keficypd1] {
        color: #48656c;
        font-size: 1.2rem;
    }

#NavBarContentContainer[b-9keficypd1] {
    height: calc(100% - var(--NavBarUserHeaderHeight));
    overflow: auto;
}

.NavMenu-SectionTitle[b-9keficypd1] {
    color: #48656c;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0.5rem 0.3rem;
    cursor: pointer;
}

    .NavMenu-SectionTitle .NavMenu-SectionTitleContent[b-9keficypd1] {
        padding: 0.7rem 1rem;
        color: inherit;
    }

        .NavMenu-SectionTitle .NavMenu-SectionTitleContent i[b-9keficypd1] {
            margin-right: 0.5rem;
        }

    .NavMenu-SectionTitle:hover > .NavMenu-SectionTitleContent[b-9keficypd1] {
        background-color: #d9faff;
        border-radius: 1rem;
        color: #34a9c5;
        width: 90%;
    }

.NavMenu-SubSectionTitle[b-9keficypd1] {
    position: relative;
}

.NavMenu-SubSectionTitleIcon[b-9keficypd1] {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 2rem;
    height: 100%;
    left: 1rem;
    color: #ccd8da;
    z-index: 1;
}

.CurrentNavLinkGroup .NavMenu-SectionTitleContent[b-9keficypd1] {
    background-color: #d9faff;
    border-radius: 1rem;
    color: #34a9c5;
    width: 90%;
}

[b-9keficypd1] .NavMenu-NavLink {
    position: relative;
    font-size: 1.05rem;
    font-weight: bold;
    color: #5d6b6f;
    padding: 0.5rem 1rem 0.5rem 1.8rem;
    z-index: 2;
}
/* _content/BuroGridBlazor/Shared/Components/AzureQnABot.razor.rz.scp.css */
.AQB-Button[b-oz4ioja27a] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 1rem;
    margin: 0 0.2rem;
    font-size: 1rem;
    border-radius: 5rem;
    background-color: unset;
    border: none;
    cursor: pointer;
    color: #fff;
}

    .AQB-Button:hover[b-oz4ioja27a] {
        background-color: #0096b1;
    }

#AQB-Container[b-oz4ioja27a] {
    position: fixed;
    bottom: 20vh;
    right: 3vw;
    height: max(3rem, 5vh);
    width: max(11rem, 15vw);
    background: linear-gradient(-90deg, #008fa5, #008fa5 20%, var(--BurogridBlueColor) 50%);
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    z-index: 20;
}

    #AQB-Container.AQB-ContainerHalfHidden[b-oz4ioja27a] {
        top: calc(100% - max(3rem, 5vh) / 2);
        transition: top 1s;
    }

    #AQB-Container.AQB-ContainerHalfHidden:hover[b-oz4ioja27a] {
        top: calc(100% - max(3rem, 5vh) - 0.5rem);
    }

#AQB-SmallIconGenie[b-oz4ioja27a] {
    height: 120%;
    margin-left: 10%;
}

    #AQB-SmallIconGenie img[b-oz4ioja27a] {
        height: 100%;
    }

#AQB-MediumIconGenie[b-oz4ioja27a]{
    position: absolute;
    bottom: 85%;
    height: 200%;
}

    #AQB-MediumIconGenie img[b-oz4ioja27a] {
        height: 100%;
    }

#AQB-ContainerClickingArea[b-oz4ioja27a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#AQB-ContainerTitle[b-oz4ioja27a] {
    font-weight: bold;
    margin-left: 1rem;
    color: #fff;
}

.AQB-RemoveBotButtonNotExtended[b-oz4ioja27a] {
    position: absolute;
    right: 5%;
}








#AQB-ExtendedChatWindow[b-oz4ioja27a] {
    position: fixed;
    bottom: 10vh;
    right: 1vw;
    width: max(15rem, 25vw);
    background-color: #00a8c2db;
    border-radius: 0.5rem;
    box-shadow: 0 0 8px 3px #297d8a;
    z-index: 20;
}

#AQB-ExtendedChatWindowTitle[b-oz4ioja27a] {
    font-weight: bold;
    margin-left: 1rem;
    color: #fff;
}




#AQB-ChatWindowHeader[b-oz4ioja27a] {
    width: 100%;
    height: max(5rem, 5vh);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.AQB-ChatWindowHeaderButtonsDiv[b-oz4ioja27a] {
    display: flex;
}






#AQB-MessagesWindowSection[b-oz4ioja27a] {
    width: 100%;
    padding: 0.5rem 1rem;
    height: max(15rem, 40vh)
}


#AQB-MessageWindowOverflowedContainer[b-oz4ioja27a] {
    background: #ecf7ff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0.3rem;
    box-shadow: 0 0 15px 5px #227d8b;
}

.AQB-DisplayedMessageContainer[b-oz4ioja27a] {
    width: 100%;
    display: flex;
}

.AQB-DisplayedMessage[b-oz4ioja27a] {
    background: #fff;
    border-radius: 0.3rem;
    padding: 0.5rem;
    width: 80%;
    margin: 0.5rem 0;
}

.AQB-MessageFromBot[b-oz4ioja27a] {
    padding-left: 0.5rem;
    justify-content: flex-start;
    color: #1c7a88;
}

.AQB-MessageFromUser[b-oz4ioja27a] {
    padding-right: 0.5rem;
    justify-content: flex-end;
    color: var(--BurogridBlueColor);
}

.AQB-MessageError[b-oz4ioja27a] {
    padding-left: 0.5rem;
    justify-content: flex-start;
    color: red;
}








#AQB-InputTextSection[b-oz4ioja27a] {
    width: 100%;
    height: max(5rem, 5vh);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 1rem;
}

.AQB-InputText[b-oz4ioja27a] {
    width: 80%;
}



/*Full screen properties: exact same CSS styles than for mobiles START*/
#AQB-ExtendedChatWindow.AQB-ManualFullScreen[b-oz4ioja27a] {
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #00a8c2;
    z-index: 1000;
}

#AQB-ChatWindowHeader.AQB-ManualFullScreen[b-oz4ioja27a] {
    height: 10%;
}

#AQB-MessagesWindowSection.AQB-ManualFullScreen[b-oz4ioja27a] {
    height: 80%;
}

#AQB-InputTextSection.AQB-ManualFullScreen[b-oz4ioja27a] {
    height: 10%;
}

/*Full screen properties: exact same CSS rules than for mobiles END*/


@media screen and (max-width: 700px) {
    /*Full screen rules for mobiles START*/
    #AQB-ExtendedChatWindow[b-oz4ioja27a] {
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: #00a8c2;
        z-index: 1000;
    }

    #AQB-ChatWindowHeader[b-oz4ioja27a] {
        height: 10%;
    }

    #AQB-MessagesWindowSection[b-oz4ioja27a] {
        height: 80%;
    }

    #AQB-InputTextSection[b-oz4ioja27a] {
        height: 10%;
    }

    /*Full screen rules for mobiles END*/


    /*Hide toggle full screen button for mobiles since they always are on full screen*/
    #AQB-ToggleFullScreenButton[b-oz4ioja27a] {
        display: none;
    }
}
/* _content/BuroGridBlazor/Shared/Components/BackLayoutPageTitle.razor.rz.scp.css */
.BLPT_Container[b-09r9g7f6da] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 1.2rem 0 2rem 0;
}

.BLPT_TitleContainer[b-09r9g7f6da] {
    background: var(--BLPT_TitleBackground);
    box-shadow: -2rem 0 0 0 var(--BLPT_TitleBackground);
    border-radius: 0 2rem 2rem 0;
}

.BLPT_Title[b-09r9g7f6da] {
    margin: 0;
    line-height: 4.9rem;
}

.BLPT_BreadcrumbTrail[b-09r9g7f6da] {
    text-align: right;
    margin: 0.5rem 0;
}

.BLPT_BreadcrumbTrail li[b-09r9g7f6da] {
    display: inline-block;
    margin: 0 15px 0 0;
}
    .BLPT_BreadcrumbTrail li a:hover[b-09r9g7f6da] {
        color: var(--BurogridBlueColor);
    }

    .BLPT_BreadcrumbTrail li.active[b-09r9g7f6da] {
        color: var(--BurogridBlueColor);
    }
/* _content/BuroGridBlazor/Shared/Components/DisplayActionOutcome.razor.rz.scp.css */
.DAO_AlertContainer[b-lio5jranxs] {
    position: relative;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 18px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.DAO_AlertContainerSuccess[b-lio5jranxs] {
    color: #fff;
    background-color: #377746;
}

.DAO_AlertContainerFailed[b-lio5jranxs] {
    color: #fff;
    background-color: #a43f48;
}

.DAO_AlertContainerWarning[b-lio5jranxs] {
    color: #fff;
    background-color: #bd6910;
}

.DAO_AlertTitle[b-lio5jranxs] {
    font-size: 0.9rem;
    margin-right: 0.5rem;
}

.DAO_AlertMessageDate[b-lio5jranxs] {
    position: absolute;
    top: 0;
    right: 0.5rem;
    font-weight: bold;
}

.DAO_AlertCloseButton[b-lio5jranxs] {
    padding: 0;
    border: 0;
    background-color: transparent;
    line-height: 1;
    font-weight: bold;
    color: inherit;
    cursor: pointer;
    font-size: 1.2rem;
}
/* _content/BuroGridBlazor/Shared/Components/FAQPage_QALine.razor.rz.scp.css */
.faq-question-div-container[b-siq43owu0x] {
    cursor: pointer;
    border: 1px solid #008aa0;
    background-color: #bfdde1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2a5e66;
}

.faq-question-p-text[b-siq43owu0x] {
    margin-bottom: 0.5%;
    margin-left: 5%;
    margin-top: 0.5%;
    font-weight: bold;
}

.faq-question-down-arrow[b-siq43owu0x] {
    margin-right: 2%;
}

.faq-answer-div-container[b-siq43owu0x] {
    background-color: ghostwhite;
    border: 1px solid lightgrey;
    border-top: unset;
}

.faq-answer-div-text-container[b-siq43owu0x] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
}
/* _content/BuroGridBlazor/Shared/Components/HeaderUserLogo.razor.rz.scp.css */
.BackLayoutHeaderUserLogo[b-7rzf1di14e] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #04a9C3;
    width: 65px;
    height: 65px;
    margin: 20px 15px 20px 15px;
    padding: 10.5px;
    box-shadow: 0px 0px 15px -2px #666363;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer;
    color: #eeeff9;
    font-weight: bold;
    font-size: 1.2rem;
}
/* _content/BuroGridBlazor/Shared/Components/MappingDot.razor.rz.scp.css */
.MappingDot[b-rhd80m6aum] {
    position: absolute;
    z-index: 20;
}
/* _content/BuroGridBlazor/Shared/Components/SpaceLinkTile.razor.rz.scp.css */
.SpaceLinkTileSubDiv[b-59msihnc8j] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 30px);
    border-radius: 20px;
}

.SpaceLinkTileLink[b-59msihnc8j] {
    width: 100%;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.SpaceLinkTileImgDiv[b-59msihnc8j] {
    display: flex;
    align-items: center;
    height: 20rem;
    overflow: hidden;
}

.SpaceLinkTileImg[b-59msihnc8j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.SpaceLinkTileTextInfo[b-59msihnc8j] {
    font-size: 1rem;
    margin-top: 0.5rem;
}
