@import "../_content/MudBlazor/MudBlazor.min.css";

html, body {
}

.main-container-bg {
    background-color: #F5F5F5;
}

.mud-toolbar, .mud-appbar {
    height: 80px !important;
}

.mud-drawer-fixed {
    top: 80px !important;
}

.mud-main-content {
    padding-top: 80px !important;
    height: 100vh !important;
}

.mud-main-content-login {
    padding-top: 0 !important;
}

.hv-max {
    min-height: calc(100vh - 140px);
}

.painel-rodape {
    height: 60px;
}

.height-100vh {
    height: 100vh;
}

.div-cadastro {
    border-radius: 30% 0 0 30%;
}

.div-login {
    max-width: 350px;
}

@media only screen and (max-width: 960px) {

    .div-cadastro {
        border-radius: 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;
}

.mud-tabs-panels-frete {
    min-height: 240px;
}
