@import "../_content/MudBlazor/MudBlazor.min.css";

html, body {
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#app {
    background-color: #fff !important;
}

.login-background {
    background: url(../img/login_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.mud-main-content {
    height: 100vh !important;
}

.hv-max {
    min-height: calc(100vh - 140px);
}

.painel-rodape {
    height: 60px;
}

.height-100vh {
    height: 100vh;
}

.main-footer {
    position:fixed;
    bottom:0;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.mud-breadcrumb-item, .mud-breadcrumb-item .mud-icon-root {
    font-size: 0.95rem !important;
}

.bg-transparent {
    background-color: transparent;
}
