body.acesso {
    height: 100vh;
    background: url('../img/img-fundo-acesso.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.cadastro {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-repeat: repeat-y;
    background-position: center bottom;
    background-size: auto;
    padding: 30px 20px;
    height: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

body.acesso::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    z-index: 0;
}

body.pedidos {
    position: relative; 
    min-height: 100vh;     
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    background-image: url('../img/img-fundo-branco.jpg');
    background-repeat: repeat-y;
    background-position: center bottom;
    background-size: auto; 
}

body.pedidos::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(199,192,192,0.3);
    backdrop-filter: blur(5px);
    z-index: 0;
    pointer-events: none;
}

.card-acesso, .card-pedidos {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.2);
    width: 100%;
    text-align: center;
}

.card-acesso h4{
    margin: 0px 0px 20px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(70, 70, 70);
    border-bottom: 1px solid rgb(157, 157, 157);
    padding-bottom: 10px;
}

.card-pedidos  h4{
    margin: 0px 0px 20px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(70, 70, 70);
}

body.acesso .btn-anterior, body.pedidos .btn-anterior {
    background-color: transparent;
    border: 1px solid rgb(157, 157, 157);
    color: rgb(157, 157, 157);
    font-weight: bold;
}

body.acesso .btn-proximo, body.pedidos .btn-proximo {
    background-color: #7cb231;
    border-color: #7cb231;
    color: #fff;
    font-weight: bold;
}

.my-toast{
    padding: 5px 15px !important;
}

.my-toast h2{
    font-size: 13px !important; 
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.2s;
}

.card-documentos h5{
    font-size:16px;
}

.card-parametro {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;  
    box-shadow: none; 
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #555; 
}

.input-documento-upload{
    display: none !important;
}

.my-toast-personalizado{
    padding: 5px 15px !important;
}

.my-toast-personalizado h2{
    font-size: 14px !important; 
}

.my-toast-personalizado ul{
    margin-bottom: 0px;
}

.my-toast-personalizado ul li{
    font-size: 14px;
}

.my-toast-personalizado .swal2-html-container{
    margin-top: 0px !important;
}

.table-pessoas {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    font-size: 14px;
}

.table-pessoas thead tr, .table-pessoas tbody tr {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.table-pessoas td, .table-pessoas th{
    padding: 12px 15px;
    text-align: left;
    vertical-align: middle;
}

.btn-action {
    border: none !important;
    background: transparent !important;
    cursor: pointer;
    font-size: 18px !important;
    transition: transform 0.1s ease;
}
.btn-action i{
    font-size: 18px !important;
}

.btn-action:hover {
    transform: scale(1.2);
}

.label-reside-com {
    font-weight: 600;
    font-style: italic;
    background-color: #e7f1ff;
    color: #2c7be5;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 14px;
    margin: 10px 0px;
    border:1px solid #2c7be5 !important;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(245, 245, 245, 0.5);
}
.loading-img {
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.contador-badge {
    float:right;
    background-color: #007bff;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
}

tr.parente{
    background-color: #e0f2fe !important;
    font-weight: 600;
    border-radius: 6px 0 0 6px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    color: #1c3b64;
}

tr.parente td{
    font-size: 16px;
    padding: 12px;
}
.table-pessoas small{
    font-size: 14px;
}

.card-pedidos .lista-etapas a{
    text-decoration: none;
}

.anima_J_avaliacao {
    background-color: red;
    animation-name: destaque;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    color:#fff;
}
@keyframes destaque {
    0% {background-color: red;}50% {background-color: #FF7B22;}100% {background-color: red;}
} 

.parente{
    background-color: #e0f2fe !important;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    color: #1c3b64;
    padding: 15px 10px !important;
}

.parente h5{
    font-size: 17px;
}

.badge-personalizado{
    margin-right:10px;
    white-space: normal;
    text-align:left;
}

.fw-semibold{
    font-weight:600 !important;
}
