@import "../_content/MudBlazor/MudBlazor.min.css";

html, body {
    /*background-image: url("../img/logo-loading.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;*/
}

#app{
    background-color:#fff !important;
}

.main-container-bg {
    background-color: #f8f5f0 /*#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;
}



.painel-rodape {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.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;
    }
        
}

@media (min-width: 30px) {

    .hv-max {
        min-height: calc(100vh - 190px);
    }
}

@media (min-width: 660px) {

    .hv-max {
        min-height: calc(100vh - 170px);
    }
}

@media (min-width: 961px) {

    .hv-max {
        min-height: calc(100vh - 150px);
    }
}


.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;
}

#map {
    height: 100%;
    width: 100%;
}

.distancia-elemento {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.12);
}

.highlight {
    border: 2px solid #007bff; 
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.selected {
    border: 2px solid #00249C;
    background-color: #f0fffe;
    transition: all 0.3s ease;
}

.selected-loggi {
    border: 2px solid #00249C;
    background-color: #f0fffe;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.step-cadastro{
    width: 85%;
}

@media (max-width: 1200px) {
    .step-cadastro {
        width: 100%;
    }
}

@media (max-width: 436px) {
    .step-escolha {
        flex-direction: column !important;
    }
}


/* Nova Tela Login */

.login-wrapper {
    display: flex;
    justify-content: center;
    padding: 64px 16px;
}

.login-card {
    max-width: 620px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.login-card .mud-card-content {
    padding: 32px 28px;
}


.fw-600 {
    font-weight: 600;
}


.mascote-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mascote-img {
    max-height: 320px;
    width: auto;
}

.login-footer-column {

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 14px 24px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 0.85;
}


.footer-lock-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-text {
    line-height: 1.3;
    text-align: center;
}

.footer-icon {
    display: flex;
    align-items: center;
}

/* Mobile */
@media (max-width: 960px) {
    .mascote-img {
        max-height: 120px;
    }

    .form-container {
        padding-left: 0;
    }
}

/* Desktop */
@media (min-width: 960px) {
    .form-container {
        padding-left: 24px;
    }

    .login-wrapper {
        align-items: flex-start;
    }
}

/*  Ajuste na pagina de cadastro */

.footer-icon-cadastro {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 4px;
}

.marginbtcadastro {
    margin-top: 10px !important;
}

/* Apenas mobile */
@media (max-width: 600px) {
    .label-mobile-menor .mud-input-label {
        font-size: 13px !important;
        line-height: 1.5;
    }
}

.menu-icon .mud-nav-link-icon {
    font-size: 30px;
    margin-top: -3px;
}

.mud-input-outlined-border {
    border-radius: 9999px !important;
}


