@import 'CSBFFunderApp.Client.tu7eaxqb7u.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Components/Pages/Login.razor.rz.scp.css */
.center-w-max-width-textfiled[b-0b7em8giwp] {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}
/* /Components/Pages/ReportSelector.razor.rz.scp.css */
.anchored-bottom[b-o3n8h5v22b] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.hover-border[b-o3n8h5v22b] {
    border: 1px solid lightgray; /* Initial gray border */
    /*border-radius: 4px;  Optional: Rounded corners */
    cursor: pointer; /* Hand icon on hover */
    transition: border-color 0.3s ease; /* Smooth transition */
    padding: 5px;
}

    .hover-border:hover[b-o3n8h5v22b] {
        border-color: darkgray; /* Change border color to blue on hover */
    }

.border-section[b-o3n8h5v22b] {
    border: 2px solid lightgray; /* Initial gray border */
    /*border-radius: 4px;  Optional: Rounded corners */
    padding: 8px;
}

.margin-bottom-5[b-o3n8h5v22b] {
    margin-bottom: 5px;
}
