@import '_content/Mri.Engage.Residential.Portal.AtWork/Mri.Engage.Residential.Portal.AtWork.bundle.scp.css';
@import '_content/Mri.Engage.Residential.Portal.SharedKernel/Mri.Engage.Residential.Portal.SharedKernel.bundle.scp.css';

/* /Components/Generic/Carousel/Carousel.razor.rz.scp.css */

.carousel[b-6fdjgfcqv8] {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

    .carousel .carousel-viewport-container[b-6fdjgfcqv8] {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        position: relative;
    }

        .carousel .carousel-viewport-container .carousel-viewport[b-6fdjgfcqv8] {
            display: flex;
            align-items: center;
            box-sizing: border-box;
            width: 100%;
            height: 210px;
            /*margin: 0 auto;
            padding: 0;*/
            margin: -10px;
            padding: 10px;
            position: relative;
            overflow: hidden;
        }

            .carousel .carousel-viewport-container .carousel-viewport .carousel-slides-wrapper[b-6fdjgfcqv8] {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                box-sizing: border-box;
                width: 100%;
                gap: 20px;
                margin: 0;
                padding: 0;
                position: absolute;
                transition: transform var(--transitionTime);
            }


        .carousel .carousel-viewport-container .carousel-nav-arrow-container[b-6fdjgfcqv8] {
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
        }

            .carousel .carousel-viewport-container .carousel-nav-arrow-container.left-nav-arrow-container[b-6fdjgfcqv8] {
                margin-right: 10px;
            }

            .carousel .carousel-viewport-container .carousel-nav-arrow-container.right-nav-arrow-container[b-6fdjgfcqv8] {
                margin-left: 10px;
            }


.no-item-available[b-6fdjgfcqv8] {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 325px;
}

[b-6fdjgfcqv8] .disable-control {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

@media (max-width: 640px) {

    .carousel .carousel-viewport-container .carousel-viewport[b-6fdjgfcqv8] {
        margin: 0;
        padding: 0;
    }

        .carousel .carousel-viewport-container .carousel-viewport .carousel-slides-wrapper[b-6fdjgfcqv8] {
            gap: 0px;
        }

    .carousel .carousel-viewport-container .carousel-nav-arrow-container[b-6fdjgfcqv8] {
        position: absolute;
        z-index: 1;
        top: 36%;
        opacity: 0.6
    }

        .carousel .carousel-viewport-container .carousel-nav-arrow-container.left-nav-arrow-container[b-6fdjgfcqv8] {
            left: 0;
            margin-right: 0;
        }

        .carousel .carousel-viewport-container .carousel-nav-arrow-container.right-nav-arrow-container[b-6fdjgfcqv8] {
            right: 0;
            margin-left: 0;
        }

    .carousel .carousel-viewport-container:focus .carousel-nav-arrow-container[b-6fdjgfcqv8],
    .carousel .carousel-viewport-container:hover .carousel-nav-arrow-container[b-6fdjgfcqv8] {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-viewport-container .carousel-viewport[b-6fdjgfcqv8] {
        height: 340px;
    }
}
/* /Components/Generic/Carousel/CarouselSlide.razor.rz.scp.css */

.carousel-slide[b-ercuvt5u6w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /*min-width: 0;*/
    width: var(--slideWidth);
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid #DFE7E8;
}

@media (max-width: 640px) {

    .carousel-slide[b-ercuvt5u6w] {
        margin: 0 5px;
    }
}
/* /Components/WrapperComponent.razor.rz.scp.css */
[b-yyvp3h3yjf] .wrapper-container {
    margin: 0px 16px;
    min-height: calc(100vh - 96px);
}

[b-yyvp3h3yjf] .wrapper-container .mud-container--gutters {
    padding: 16px !important;
}

@media (max-width: 600px) {
    [b-yyvp3h3yjf] .wrapper-container-padding {
        padding: 12px 16px;
    }

    [b-yyvp3h3yjf] .wrapper-container {
        margin: 0px 16px;
        padding: 12px 16px;
    }

    [b-yyvp3h3yjf] .wrapper-container .mud-container--gutters {
        padding: 0px !important;
    }
}
/* /Layout/AppBar.razor.rz.scp.css */
[b-c7ueljxrrf] .notification-icon .mud-avatar {
    background: none;
}

[b-c7ueljxrrf] .notification-icon .mud-icon-root {
    color: #fff;
    font-size: 2rem;
}

[b-c7ueljxrrf] .notification-icon .mud-badge {
    height: 10px;
    min-width: 10px;
    inset: auto auto calc(100% - 16px) calc(100% - 18px) !important;
}

[b-c7ueljxrrf] .profile-icon {
    font-size: 2rem;
    background: none;
}

[b-c7ueljxrrf] .profile-icon .mud-icon-root {
    font-size: 2rem;
    color: white;
}

[b-c7ueljxrrf] .pointer {
    cursor: pointer;
}

[b-c7ueljxrrf] .portal-logo {
    height: 4.4rem;
    width: 4rem;
}

[b-c7ueljxrrf] .logo-text-link {
    text-decoration: none !important;
    color: black !important;
}

@media(max-width: 596px) {
    [b-c7ueljxrrf] .portal-logo {
        height: 3.9rem;
        width: 3.6rem;
    }
}
/* /Layout/Cookiebar.razor.rz.scp.css */
[b-f88dh34045] .cookiebar {
    height: 4rem !important;
    width: 100% !important;
    color: #664d03 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-f88dh34045] .cookiebar-grid .mud-grid-item {
    padding: 0px;
}

.mud-toolbar-content[b-f88dh34045] {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-f88dh34045] .accept-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

[b-f88dh34045] .cookiebar-text {
    color: var(--custom-palette-text-primary) !important;
}

[b-f88dh34045] .cookiebar .mud-grid-spacing-xs-6 {
    margin: unset;
}

[b-f88dh34045] .accept-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1300;
    background-color: var(--custom-palette-primary) !important;    
    color: #664d03 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-top: 1px solid #ccc;
}

[b-f88dh34045] .accept-bar .content {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 768px) {
    [b-f88dh34045] .cookiebar {
        height: 11rem !important;
    }
}

@media (min-width: 600px) and (max-width: 875px) {
    [b-f88dh34045] .cookiebar {
        height: 7rem !important;
    }
}

@media (max-width: 600px) {
    [b-f88dh34045] .cookiebar {
        bottom: 80px !important;
        z-index: 1;
    }
}

@media (max-width: 360px) {
    [b-f88dh34045] .cookiebar {
        height: 13rem !important;
    }

    [b-f88dh34045] .accept-btn {
        margin-top: 0.5rem;
    }
}
/* /Layout/EmptyLayout.razor.rz.scp.css */
.page[b-fcgj9po32y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fcgj9po32y] {
    flex: 1;
}

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

[b-fcgj9po32y] .mud-layout-custom {
    height: 100vh !important;
}

[b-fcgj9po32y] .mud-main-content-custom {
    height: 100% !important;
}

[b-fcgj9po32y] .mud-container-custom {
    height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-fcgj9po32y], article[b-fcgj9po32y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/LivingAppBar.razor.rz.scp.css */
::deep .pointer[b-ca3dl4klxq] {
    cursor: pointer;
}

[b-ca3dl4klxq] .portal-logo {
    margin-top:20px;
    height: 45px;
    width: auto;
}
[b-ca3dl4klxq] .custom-appbar {
    height: 70px; 
}

[b-ca3dl4klxq] .display-title {
    color: white !important;
}

[b-ca3dl4klxq] .logo-text-link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: black !important;
}

[b-ca3dl4klxq] .properties-link {
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-decoration: none !important;
}

@media(max-width: 596px) {
    [b-ca3dl4klxq] .portal-logo {
        height: 3.9rem;
        width: 3.6rem;
    }

    [b-ca3dl4klxq] .display-title {
        color: white !important;
    }

    [b-ca3dl4klxq] .logo-text-link {
        display: flex;
        align-items: center;
        text-decoration: none !important;
        color: black !important;
    }

    [b-ca3dl4klxq] .properties-link {
        display: flex;
        align-items: center;
        text-decoration: none !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-tzh6wjvhd0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tzh6wjvhd0] {
    flex: 1;
}

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

[b-tzh6wjvhd0] .mud-layout-custom {
    height: 100vh !important;
}

[b-tzh6wjvhd0] .mud-main-content-custom {
    height: 100% !important;
}

[b-tzh6wjvhd0] .mud-container-custom {
    height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 600px) {
    [b-tzh6wjvhd0] .main-drawer {
        height: 100%;
        width: 100% !important;
    }

    [b-tzh6wjvhd0] .mud-drawer.mud-drawer-responsive.mud-drawer-pos-left.mud-drawer--closed {
        left: -600px !important;
    }
}
/* /Layout/MyProfileListItems.razor.rz.scp.css */
.mud-dialog-title[b-p744ovbc2p] {
    border-bottom: 1px solid #e0e0e0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3akbdhuafp] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-3akbdhuafp] {
    font-size: 1.1rem;
}

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

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

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

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

    .nav-item[b-3akbdhuafp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

[b-3akbdhuafp] .mud-nav-container {
    padding: 0;
}

[b-3akbdhuafp] .mud-nav-link-text, [b-3akbdhuafp] .mud-nav-link-text .mud-tooltip-inline {
    font-weight: 600 !important;
    color: var(--custom-palette-text-secondary) !important;
}

.side-menu-bar[b-3akbdhuafp] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 99%;
}

[b-3akbdhuafp] .social-media-group {
    padding: 1rem 0 0 1rem;
    border-top: 1px solid #e1dddd;
    max-width: 240px;
}

    [b-3akbdhuafp] .social-media-group .social-icon {
        color: var(--custom-palette-text-secondary) !important;
    }



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

    .collapse[b-3akbdhuafp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-3akbdhuafp] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }   
}

@media (max-width: 600px) {
    [b-3akbdhuafp] .social-media-group {
        max-width: 600px;
    }
}
/* /Layout/PolicyModal.razor.rz.scp.css */
.mud-dialog-title[b-girgg15519] {
    border-bottom: 1px solid #e0e0e0;
}
/* /Pages/AtWork/Maintenance/MaintenancePage.razor.rz.scp.css */
@media (max-width: 600px) {
    [b-dyb98x9xji] .maintenance-container {
        padding-top: 1rem !important;
    }
}
/* /Pages/AtWork/SearchPages/BedroomSelectionPage.razor.rz.scp.css */
[b-pq3as0x8ak] .property-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin-top: 12vh;
    padding: 3rem;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    color: #fff;
}
[b-pq3as0x8ak] .centered-grid {
    justify-content: center !important;
}
[b-pq3as0x8ak] .options-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 100%;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

[b-pq3as0x8ak] .grid-item {
    flex: 0 1 20% ;
    max-width: 20%;
}
[b-pq3as0x8ak] .next-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent !important;
    color: white !important;
    border: 0.5px solid white !important;
    text-transform: none;
    padding: 0.5em 1em;
    width: 200px; 
    height: 50px; 
}

[b-pq3as0x8ak] .next-btn:focus {
    outline: 2px solid #FFD700;
    outline-offset: 2px;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

[b-pq3as0x8ak] .next-btn .button-text {
    flex-grow: 1;
    text-align: center;
    font-size: 1.3rem;
}
[b-pq3as0x8ak] .arrow {
    margin-left: auto;
    margin-right: -8px;
    font-size: 3rem;
}
[b-pq3as0x8ak] .next-btn:hover {
        background-color: white !important;
        color: black !important;
        border-color: white !important;
 }

[b-pq3as0x8ak] .option {
    margin-top: auto !important;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    text-align: center;
}
[b-pq3as0x8ak] .mud-typography-h5 {
    background: none !important;
    display: block !important;
}
[b-pq3as0x8ak] .input[type="checkbox"] {
    display: none;
}

[b-pq3as0x8ak] .input[type="checkbox"]:checked + .tile {
        background-color: rgba(0, 0, 0, 0.7);
        border: 2px solid #fff;
    }
@media (max-width: 1250px) {
    [b-pq3as0x8ak] .grid-item {
        flex: 0 0 33.333%;
        max-width: 30%;
    }
}

@media (max-width: 900px) {
    [b-pq3as0x8ak] .grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    [b-pq3as0x8ak] .grid-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* /Pages/AtWork/SearchPages/PropertySelectionPage.razor.rz.scp.css */
[b-woer557ynd] .property-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin-top: 12vh; 
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.9) ; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    color: #fff;
}
[b-woer557ynd] .options-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}
[b-woer557ynd] .centered-grid {
    justify-content: center !important;
}
[b-woer557ynd] .grid-item {
    flex: 0 0 20%;
    max-width: 20%;
}
[b-woer557ynd] .button-group {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5); 
}

[b-woer557ynd] .button-group .mud-button-root {
        background-color: transparent; 
        color: white; 
        padding: 0.5rem 1rem;
        min-width: 50px; 
}
[b-woer557ynd] .button-group .mud-button-root:hover {
     background-color: rgba(255, 255, 255, 0.1); 
     color: white;
}

[b-woer557ynd] .button-group .mud-button-root:disabled {
     color:darkgray !important;
     cursor: not-allowed; 
}
[b-woer557ynd] .mud-typography-h5 {
    background: none !important;
    display: block !important;
}
@media (max-width: 1200px) {
    [b-woer557ynd] .grid-item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 768px) {
    [b-woer557ynd] .grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    [b-woer557ynd] .grid-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* /Pages/Authentication.razor.rz.scp.css */
[b-turvvex44g] .auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98vw;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 91vh;
}

[b-turvvex44g] .full-height-card {
    height: 100%;
}

[b-turvvex44g] .auth-box {
    padding: 2rem;
    max-width: 500px;
    margin: auto;
    background-color: var(--custom-frame-area-backgroung-color);
}

/* /Pages/Footer.razor.rz.scp.css */
[b-uwopubrg55] .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    color: #FFFFFF;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 12%;
    top: auto;
    bottom: 0;
    left: 0;
}

[b-uwopubrg55] .footer-content {
    display: flex;
    background: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    [b-uwopubrg55] .footer-content .gap-3 {
        gap: 2px !important;
    }

[b-uwopubrg55] .policy-btn {
    margin: 0.5rem;
    color: #FFFFFF;
    font-size: 1em !important;
}

    [b-uwopubrg55] .policy-btn:hover {
        text-decoration: underline;
    }

    [b-uwopubrg55] .policy-btn:hover {
        color: #FFFFFF;
    }

[b-uwopubrg55] .copyright {
    margin: 0.5rem;
    color: var(--custom-palette-text-secondary) !important;
    font-size: 1em !important;
}

[b-uwopubrg55] .button-stack {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

[b-uwopubrg55] .policies {
    background: none;
    gap: 1px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-uwopubrg55] .link {
    text-decoration: none;
    font-size: 1em !important;
}

    [b-uwopubrg55] .link:hover {
        text-decoration: underline;
    }

[b-uwopubrg55] .mud-primary-text {
    color: var(--custom-palette-text-secondary) !important;
}

[b-uwopubrg55] .mri-software-title {
    font-size: 1em;
    color: var(--custom-palette-text-secondary) !important;
}

[b-uwopubrg55] .policy-separator {
    border-color: var(--custom-palette-text-secondary) !important;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    [b-uwopubrg55] .footer {
        padding: 0.5rem;
        height: 20%;
    }

    [b-uwopubrg55] .button-stack {
        gap: 0px;
    }

    [b-uwopubrg55] .mud-divider-flexitem {
        height: 2rem;
        align-self: center;
    }

    [b-uwopubrg55] .policy-btn {
        font-size: 0.7em !important;
        flex: 1.5;
        margin: 0.15rem;
    }

    [b-uwopubrg55] .copyright {
        font-size: 0.8em !important;
    }
}

@media (max-width:320px) {

    [b-uwopubrg55] .footer {
        padding: 0 !important;
    }

        [b-uwopubrg55] .footer .footer-content {
            padding: 0 !important;
        }

            [b-uwopubrg55] .footer .footer-content .gap-3 {
                gap: 0px !important;
            }

                [b-uwopubrg55] .footer .footer-content .gap-3 .pt-2,
                [b-uwopubrg55] .footer .footer-content .gap-3 .py-2 {
                    padding-top: 4px !important;
                    padding-bottom: 0px !important;
                }

            [b-uwopubrg55] .footer .footer-content .policies {
                margin: 0 !important;
            }

                [b-uwopubrg55] .footer .footer-content .policies .policy-btn {
                    margin: 0 !important;
                }

                [b-uwopubrg55] .footer .footer-content .policies .mud-button {
                    padding: 0 !important;
                }

                [b-uwopubrg55] .footer .footer-content .policies .mud-button-text {
                    padding: 0 !important;
                }
}
/* /Pages/Home.razor.rz.scp.css */

@media (max-width: 600px) {
    [b-k3vta4vesw] .news-container {
        margin-top: 0px !important;
    }

    [b-k3vta4vesw] .home-section-titles {
        margin-bottom: 8px !important;
    }

    [b-k3vta4vesw] .news-container .mud-paper {
        margin-top: 0px !important;
    }
}

[b-k3vta4vesw] .carousel-size-1 .carousel-viewport {
    height: 390px !important;
}

[b-k3vta4vesw] .carousel-size-2 .carousel-viewport {
    height: 320px !important;
}
/* /Pages/Landing-AtWork.razor.rz.scp.css */
[b-bgosh8490h] .login-content {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: min-content;
    padding: 2rem;
    background-color: var(--custom-frame-area-backgroung-color) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.login-content .MudImage[b-bgosh8490h],
.login-content .login-icon[b-bgosh8490h] {
    margin-bottom: 1rem;
}

[b-bgosh8490h] .login-title-signin {
    border: 2px solid red;
    background-color: yellow;
    color: green;
}

.login-title[b-bgosh8490h] {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.login-description[b-bgosh8490h] {
    margin-bottom: 1.5rem;
}

[b-bgosh8490h] .login-icon {
    font-size: 3rem;
}

[b-bgosh8490h] .login-btn .mud-button-icon-end {
    position: absolute;
    right: 1rem;
}

[b-bgosh8490h] .registration-link {
    color: var(--custom-palette-font-body) !important;
}    

.error-alert[b-bgosh8490h] {
    white-space: normal; /* Ensures the text wraps */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .login-container[b-bgosh8490h] {
        padding: 0.5rem;
    }

    [b-bgosh8490h] .login-content {
        padding: 1rem;
        height:22rem;
        width: 80%;
    }

    .login-title[b-bgosh8490h] {
        font-size: 1.5rem;
    }

    .login-description[b-bgosh8490h] {
        font-size: 0.9rem;
    }
}

@media (max-width: 270px) {
    [b-bgosh8490h] .login-content {
        padding: 1rem;
        height: 24rem;
        width: 100%;
    }

    [b-bgosh8490h] .login-content .mud-image {
        height: 180px;
        width: 120px;
    }
}

/* /Pages/Landing.razor.rz.scp.css */
[b-19wa1mqhuz] .login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.8) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #fff;
    transform: translate(0 , 15%);
}
[b-19wa1mqhuz] .login-icon {
    font-size: 4rem;
}
[b-19wa1mqhuz] .options-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

[b-19wa1mqhuz] .option {
    flex: 1;
    text-align: center;
}

[b-19wa1mqhuz] .login-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
[b-19wa1mqhuz] .login-btn:focus {
     outline: 2px solid #FFD700; 
     outline-offset: 2px; 
     box-shadow: 0 0 8px rgba(255, 215, 0, 0.5); 
}

[b-19wa1mqhuz] .imagesize {
    width: auto; 
    height: 80px; 
}

[b-19wa1mqhuz] .login-btn .button-text {
    flex-grow: 1;
    text-align: center;
    font-size: 1.3rem;
    text-transform: initial;
}

[b-19wa1mqhuz] .arrow {
    margin-left: auto;
    margin-right: -8px;
    font-size: 3rem;
}

[b-19wa1mqhuz] .login-btn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

[b-19wa1mqhuz] .login-btn:hover {
    background-color: white !important;
    color: black !important;
    border-color: white !important;
}


/* Responsive Styles */
@media (max-width: 1024px) {
    [b-19wa1mqhuz] .login-content {
        transform: translate(0, 0);
    }
    [b-19wa1mqhuz] .options-container {
        display: flex;
        flex-direction: column;
        width:auto ;
        justify-content: space-around;
    }
    [b-19wa1mqhuz] .option {
        flex: 1;
        text-align: center;
        padding:1rem;
    }
    [b-19wa1mqhuz] .login-btn:hover {
        background-color: white !important;
        color: black !important;
        border-color: white !important;
    }
}
/* /Pages/RegistrationPage.razor.rz.scp.css */
[b-5zt9r0mwdd] .login-content {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: min-content;
    padding: 2rem;
    background-color: var(--custom-frame-area-backgroung-color) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.login-content .MudImage[b-5zt9r0mwdd],
.login-content .login-icon[b-5zt9r0mwdd] {
    margin-bottom: 1rem;
}

[b-5zt9r0mwdd] .login-title-signin {
    border: 2px solid red;
    background-color: yellow;
    color: green;
}

.login-title[b-5zt9r0mwdd] {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.login-description[b-5zt9r0mwdd] {
    margin-bottom: 1.5rem;
}

[b-5zt9r0mwdd] .login-icon {
    font-size: 3rem;
}

[b-5zt9r0mwdd] .registration-btn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #044d66 !important;
    box-shadow: none;
    color: #FFFFFF;
    border: 1px solid #044d66 !important;
}

[b-5zt9r0mwdd] .registration-btn:hover {
    background-color: #003952 !important;
    box-shadow: none;
    color: #FFFFFF;
    border: 1px solid #003952 !important;
}

[b-5zt9r0mwdd] .login-content input {
    color: black !important;
}

[b-5zt9r0mwdd] .login-content label {
    color: black !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .login-container[b-5zt9r0mwdd] {
        padding: 0.5rem;
    }

    [b-5zt9r0mwdd] .login-content {
        padding: 1rem;
        height: 22rem;
        width: 80%;
    }

    .login-title[b-5zt9r0mwdd] {
        font-size: 1.5rem;
    }

    .login-description[b-5zt9r0mwdd] {
        font-size: 0.9rem;
    }
}

@media (max-width: 270px) {
    [b-5zt9r0mwdd] .login-content {
        padding: 1rem;
        height: 24rem;
        width: 100%;
    }

        [b-5zt9r0mwdd] .login-content .mud-image {
            height: 180px;
            width: 120px;
        }
}
