
:root {
    --primary-color: rgb(8, 74, 115);
}

body {
    height: 100vh;
    background: url('/core/assets/images/malha-mobile.png');
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.nav__div {
    background-color: var(--primary-color);
}

.card {
    max-width: 400px;
    width: 100%;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

#num-protocolo {
    width: auto;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
}

.emphasis-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
}

.subtext {
    margin: 5px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #666;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

/* Ajuste do Modal Sweet Alert */
.small-swal-modal {
    width: 80% !important;
    max-width: 500px;
    height: auto !important;
}

.custom-confirm-button {
    background-color: #4caf50 !important;
    color: white !important;
    border: none !important;
    outline: none !important;
}

.custom-confirm-button:hover {
    background-color: #45a049 !important;
    outline: none !important;
}

.custom-text {
    font-family: 'Montserrat', sans-serif;
}