/* _content/Reporting.Application/Components/Account/LoginDisplay.razor.rz.scp.css */
.avatar-img[b-7as2wfnzg5] {
    transform: scale(1.5); /* Adjust the scale value as needed */
}
/* _content/Reporting.Application/Components/Dashboard/Dashboard.razor.rz.scp.css */
.dashboard-container[b-rlp4kf51pb] {
    margin-top: 2.5rem;
    margin-left: 0;
    padding: 0;
    border-radius: 0.25rem;
    min-width: 100%;
    overflow-y: auto;
    height: calc(100vh - 2rem);
}

.dashboard-summary-column[b-rlp4kf51pb] {
    background-color: #474745;
    padding-bottom: 15px;
    padding-top: 5px;
}

    .dashboard-summary-column h4[b-rlp4kf51pb] {
        color: #d7d7d7;
        margin-top: 10px;
    }

.mud-chart-legend[b-rlp4kf51pb] {
    color: white;
}
/* _content/Reporting.Application/Components/Dashboard/SummaryItem.razor.rz.scp.css */
.dashboard-summary-child[b-ddqgial2s0] {
    min-height: 100px;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 3px 4px 6px rgba(0,0,0,0.5);
    justify-content: center;
    color: black;
    display: flex;
    align-items: center;
}

.text-container[b-ddqgial2s0] {
    width: 100%;
}
/* _content/Reporting.Application/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bcvvysmmtk] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bcvvysmmtk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }.[b-bcvvysmmtk]

/* _content/Reporting.Application/Components/Pages/Account/Login.razor.rz.scp.css */
.error-message[b-yy6ya9ct3e] {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}
/* _content/Reporting.Application/Components/Pages/Buildings/BuildingHome.razor.rz.scp.css */
.building-report-buttons[b-r3cxyh9uja] {
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all .2s ease-in;
}

    .building-report-buttons:hover[b-r3cxyh9uja] {
        cursor: pointer;
        background-color: #87b826;
    }

    .building-report-buttons:active[b-r3cxyh9uja] {
        cursor: pointer;
        background-color: #f39426;
    }

.building-report-buttons-inner[b-r3cxyh9uja] {
    width: 100%;
    height: 100%;
    border-radius: 8px !important;
}

.building-report-buttons-disabled[b-r3cxyh9uja] {
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all .2s ease-in;
}

.row-50[b-r3cxyh9uja] {
    height: 50%;
}

.row-25[b-r3cxyh9uja] {
    height: 25%
}

.top-align-container[b-r3cxyh9uja] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to the top */
    height: 100%;
    width: 100% !important;
}
/* _content/Reporting.Application/Components/Pages/Clocks/ClockHome.razor.rz.scp.css */
.clock-report-buttons[b-ivw2wep4gh] {
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all .2s ease-in;
}

    .clock-report-buttons:hover[b-ivw2wep4gh] {
        cursor: pointer;
        background-color: #87b826;
    }

    .clock-report-buttons:active[b-ivw2wep4gh] {
        cursor: pointer;
        background-color: #f39426;
    }

.clock-report-buttons-inner[b-ivw2wep4gh] {
    width: 100%;
    height: 100%;
    border-radius: 8px !important;
}

.clock-report-buttons-disabled[b-ivw2wep4gh] {
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all .2s ease-in;
}

.row-50[b-ivw2wep4gh] {
    height: 50%;
}

.row-25[b-ivw2wep4gh] {
    height: 25%
}

.top-align-container[b-ivw2wep4gh] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to the top */
    height: 100%;
    width: 100% !important;
}
/* _content/Reporting.Application/Components/Pages/Clocks/Clocks.razor.rz.scp.css */
.green-text[b-n51l8owx8i] {
    color: #87b826 !important;
}

.red-text[b-n51l8owx8i] {
    color: #e36161 !important;
}
/* _content/Reporting.Application/Components/Pages/Devices/DeviceHome.razor.rz.scp.css */
.device-report-buttons[b-2symrze10l] {
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all .2s ease-in;
}

    .device-report-buttons:hover[b-2symrze10l] {
        cursor: pointer;
        background-color: #87b826;
    }

    .device-report-buttons:active[b-2symrze10l] {
        cursor: pointer;
        background-color: #f39426;
    }

.device-report-buttons-inner[b-2symrze10l] {
    width: 100%;
    height: 100%;
    border-radius: 8px !important;
}

.device-report-buttons-disabled[b-2symrze10l] {
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all .2s ease-in;
}

.row-50[b-2symrze10l] {
    height: 50%;
}

.row-25[b-2symrze10l] {
    height: 25%
}

.top-align-container[b-2symrze10l] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to the top */
    height: 100%;
    width: 100% !important;
}
/* _content/Reporting.Application/Components/Pages/Home.razor.rz.scp.css */
/* _content/Reporting.Application/Components/Pages/People/PeopleHome.razor.rz.scp.css */
.people-report-buttons[b-31oatqqyvz] {
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all .2s ease-in;
}

    .people-report-buttons:hover[b-31oatqqyvz] {
        cursor: pointer;
        background-color: #87b826;
    }

    .people-report-buttons:active[b-31oatqqyvz] {
        cursor: pointer;
        background-color: #f39426;
    }

.people-report-buttons-inner[b-31oatqqyvz] {
    width: 100%;
    height: 100%;
    border-radius: 8px !important;
}

.people-report-buttons-disabled[b-31oatqqyvz] {
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all .2s ease-in;
}

.row-50[b-31oatqqyvz] {
    height: 50%;
}

.row-25[b-31oatqqyvz] {
    height: 25%
}

.top-align-container[b-31oatqqyvz] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to the top */
    height: 100%;
}
