﻿body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../Resources/Images/Aparecida_Wallpaper.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    background-position: center;
}


.backgroundConsulta,
.backgroundCadastro {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}


.form-overlay {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px 25px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    color: #fff;
    max-width: 303px;
    width: 100%;
}


    .form-overlay h5,
    .form-overlay label {
        color: #fff;
        text-align: center;
    }

.form-control {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    margin-bottom: 10px;
}

    .form-control::placeholder {
        color: #eee;
    }

.btn-primary {
    width: 100%;
    border-radius: 8px;
}

.btn-warning {
    width: 100%;
    border-radius: 8px;
}

/
form, #form_cadastro {
    border: none;
    background: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}


#btn_salvar {
    border-radius: 10px;
}

#btn-BuscarCEP {
    margin-top: 10px;
    border-radius: 5px;
}


#form_cadastro {
    background: #ffffff !important;
    color: #000;
    border-radius: 15px;
    padding: 25px 30px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 350px;
    width: 90%;*/
}


    #form_cadastro .form-control {
        background-color: #fff !important;
        color: #000;
        border: 1px solid #000;
    }


        #form_cadastro .form-control::placeholder {
            color: #555;
        }


    #form_cadastro .btn-primary {
        border-radius: 6px;
    }


#textoTipoUsuario {
    font-size: 1.3rem;
    color: cornsilk;
    margin-bottom: 10px;
}

#textoConsulta {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.125rem;
    color: currentColor;
    line-height: 1.6;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .button:hover {
        background-color: #45a049;
    }

.textoCPF {
    color: dimgrey !important;
}

    .textoCPF::placeholder {
        color: dimgrey !important;
    }

.botaoImagemLimpar,
.botaoImagemSalvar {
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 1rem;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .botaoImagemSalvar:hover,
    .botaoImagemLimpar:hover {
        transform: scale(1.03);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        color: white;
    }


    .botaoImagemSalvar img,
    .botaoImagemLimpar img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

.desabilitarCampo {
    background-color: #e9ecef;
    color: #6c757d;
    pointer-events: none; /* Impede clique/seleção */
    opacity: 1; /* Mantém o texto visível */
}

#coordenadorRomariaModal .modal-dialog,
#motoristaModal .modal-dialog {
    max-width: 430px;
}

.modal-coordenador-romaria {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 45, 98, 0.28);
}

.modal-coordenador-header {
    background: linear-gradient(135deg, #1270d9 0%, #2890ff 100%);
    color: #fff;
    border-bottom: 0;
    padding: 18px 24px;
}

.modal-coordenador-header .modal-title {
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.modal-coordenador-body {
    padding: 28px 30px 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.modal-coordenador-imagem {
    margin: 0 auto 18px;
}

.modal-coordenador-imagem img {
    width: 148px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 10px 20px rgba(18, 112, 217, 0.16));
}

.modal-coordenador-texto {
    margin: 0;
    color: #24364b;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.modal-coordenador-footer {
    border-top: 0;
    padding: 10px 30px 28px;
    display: flex;
    gap: 12px;
}

.modal-coordenador-btn {
    min-width: 120px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    border: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.modal-coordenador-btn:hover {
    transform: translateY(-1px);
    color: #fff;
}

.modal-coordenador-btn-sim {
    background: linear-gradient(135deg, #1270d9 0%, #2890ff 100%);
    color: #fff;
    box-shadow: 0 10px 22px rgba(18, 112, 217, 0.28);
}

.modal-coordenador-btn-nao {
    background: #eef3f8;
    color: #405467;
}

.modal-coordenador-btn-nao:hover {
    background: #dde7f0;
    color: #24364b;
    box-shadow: 0 10px 22px rgba(64, 84, 103, 0.12);
}

@media (max-width: 576px) {
    .modal-coordenador-body {
        padding: 24px 20px 14px;
    }

    .modal-coordenador-texto {
        font-size: 0.98rem;
        white-space: normal;
    }

    .modal-coordenador-imagem img {
        width: 128px;
    }

    .modal-coordenador-footer {
        padding: 10px 20px 24px;
        flex-direction: column;
    }

    .modal-coordenador-btn {
        width: 100%;
    }
}


/*
CODIGO ANTIGO*/


/*form {*/
/*  margin-top: 70px;*/
/*border: 1px solid silver;
    padding: 10px;
    background-color: lightskyblue;
    border-radius: 10px;
}*/

/*body {
    background-color: #87CEFA;
}
*/
/*h5 {
    text-align: center;
}*/

/*.row justify-content-center mb-5 {
    background-color:silver;
}*/

/*#form_cadastro {
    background-color: #ffffff;*/
/* margin-top: 50px;*/
/*padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid blue;
    border-radius: 20px;
}
 
#btn_salvar {
    border-radius: 10px;
}
 
#btn-BuscarCEP {
    margin-top: 10px;
    border-radius: 5px;
}*/


/*.backgroundConsulta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    top: 0;
    left: 0;
}
 
 
.backgroundFormulario {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    top: 0;
    left: 0;
}*/

/*.backgroundCadastro {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url('../Resources/Images/Aparecida5.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}*/


/*.form-overlay {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    color: #fff;
    max-width: 300px;
    width: 100%;
}
 
 
.form-overlay h5,
.form-overlay label {
    color: #fff;
}
 
.form-control {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
}
 
    .form-control::placeholder {
        color: #eee;
    }
 
.btn-primary {
    width: 100%;
}*/


/*body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url('../Resources/Images/Aparecida5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     width: 100%;
}*/


/* Animação que vai criar o movimento suave */
/*@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
 
    50% {
        background-position: 100% 50%;
    }
 
    100% {
        background-position: 0% 50%;
    }
}*/


/*.ui-widget {
  font-size: 80% !important;
}*/
