:root {
    --cor-principal: #0d6efd;
    --cor-secundaria: #20c997;
    --cor-fundo: #f5f7fb;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
/*
body {
  margin-bottom: 60px;
}*/

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}



.btn-padrao {
    padding: 15px 40px;
    border-radius: 30px;
    background: linear-gradient(135deg,#667eea,#764ba2);
    color: white;
    border: solid;
    font-size: large;
}
body {
    height: 100%;
    margin: 0;
    font-family: 'Inter', sans-serif;
}



.fontepadrao {
    font-size: medium;
   
}

.topo-cadastro {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.titulo-cadastro {
    margin: 0;
    font-weight: 700;
}

.header-profissional {
    background: linear-gradient(135deg,#0d6efd,#4f8cff);
    color: white;
    padding: 25px;
    border-radius: 0 0 25px 25px;
    margin-bottom: 20px;
}

.foto-perfil {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid white;
}

.card-dashboard {
    border-radius: 18px;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.menu-perfil {
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 220px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    display: none;
    overflow: hidden;
    z-index: 9999;
}

    .menu-perfil a {
        display: block;
        padding: 12px 15px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #eee;
    }

        .menu-perfil a:last-child {
            border-bottom: none;
        }

    .card-dashboard i {
        font-size: 2rem;
    }

.pedidos {
    background: linear-gradient(135deg,#0d6efd,#4f8cff);
}

.moedas {
    background: linear-gradient(135deg,#20c997,#3dddb5);
}
.estatisticas {
    display: flex;
    justify-content: space-around;
    background: white;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.menu-bottom a.active {
    color: #0d6efd;
    font-weight: 600;
}

.card-Principal-indexProfissional {
    background: linear-gradient(135deg,#667eea,#764ba2);
}
.botao-voltar {
    background: linear-gradient(to top, #000000aa, #00000030);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
    margin-top: 10px;
    margin-left: 10px;
    /*width: 20%;*/
    /*margin-right: 2%;*/
}

    .botao-voltar:hover {
        background: linear-gradient(to top, #000000aa, #00000030);
    }
/* BOTÃO */
.btn-entrar {
    background: white;
    color: black;
    padding: 15px 40px;
    border-radius: 30px;
    border: solid;
    font-size: large;
}

.btn-cadastrar {
    padding: 15px 40px;
    border-radius: 30px;
    background: linear-gradient(135deg,#667eea,#764ba2);
    color: white;
    border-radius: 20px;
    color: white;
    border: solid;
    font-size: medium;
}
.AumentartamanhoIconeMenu {
    font-size: 1.6rem;
}