@import url('base.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.12.1/font/bootstrap-icons.min.css');


.titulo-tabelas {
    font-family: "Trebuchet MS";
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 0 2rem;

    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

.badge-status {
    padding: 6px 12px;
    font-size: 0.8rem;
    border-radius: 5px;
    color: #fff;
}

.badge-aprovado {
    background: #28a745;
}

.badge-reprovado {
    background: #dc3545;
}

.badge-analise {
    background: #0d6efd;
}

.btn-ver {
    background: #4d287c !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 6px 14px;
    font-size: 12px;
    transition: .3s;
}

.btn-ver:hover {
    background: #9d00ff !important;
    transform: scale(1.05);
}

.btn-administracao {
    background: #4d287c !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 9px 16px;
    font-size: 14px;
    transition: .3s;
}

.btn-administracao:hover {
    background: #9d00ff !important;
    transform: scale(1.05);
}

/*Cadastros*/

main.cadastro-container {
    max-width: 1400px !important;
    background-color: #251435;
    padding: 50px 70px;
    border-radius: 20px;
    color: #fff;
    margin: 50px auto;
}

.titulo-cad {
    font-family: "Trebuchet MS";
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.form-label {
    color: #f7f7f7;
    font-size: 17px;
    margin: 6px;
}

.form-control,
.form-select {
    background-color: #251435;
    border: 1px solid #9b5eff;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    transition: .3s;
}

.form-select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'><path d='M3.204 5h9.592L8 10.481 3.204 5z'/></svg>");
    background-position: right .75rem center;
    background-repeat: no-repeat;
}

.form-control::placeholder {
    color: #e6e6e6;
}

.form-control:focus,
.form-select:focus {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #c88cff !important;
    box-shadow: 0 0 10px rgba(200, 140, 255, 0.3);
}

.form-control.filled,
.form-select.filled {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #c88cff !important;
}

.form-select.filled {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'><path d='M3.204 5h9.592L8 10.481 3.204 5z'/></svg>");
}

.btn-cad {
    background: linear-gradient(90deg, #b47aff, #8042e0);
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    transition: .3s;
}

.btn-cad:hover {
    background: linear-gradient(90deg, #491874, #9F6ACE, #8B45AA);
    transform: scale(1.03);
}

input[type="file"] {
    color: #fff;
}

input[type="file"]::-webkit-file-upload-button {
    background-color: #251435;
    color: #fff;
    border: 1px solid #9b5eff;
    padding: 7px 12px;
    border-radius: 6px;
    cursor: pointer;
}

input[type="file"]::-ms-browse {
    background-color: #251435;
    color: #fff;
    border: 1px solid #9b5eff;
    padding: 7px 12px;
    border-radius: 6px;
    cursor: pointer;
}

input[type="file"]::file-selector-button {
    background-color: #251435;
    color: #fff;
    border: 1px solid #9b5eff;
    padding: 7px 12px;
    border-radius: 6px;
    cursor: pointer;
}

/*InscricaoDetalhes*/

.container-inscricao {
    max-width: 1400px !important;
    background-color: #251435;
    padding: 50px 70px;
    border-radius: 20px;
    color: #fff;
    margin: 50px auto;
}

.titulo-inscricao {
    font-family: "Trebuchet MS";
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.subtitulo-inscricao {
    color: #9a00c5;
    font-size: 22px;
    font-weight: 550;
}

/*btnGeral*/
.btn-geral {
    background: linear-gradient(90deg, #b47aff, #8042e0);
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    transition: .3s;
}

.btn-geral:hover {
    background: linear-gradient(90deg, #491874, #9F6ACE, #8B45AA);
    transform: scale(1.03);
}

.btn-voltar {
    background: #4a4359;
    color: #e0d7f6;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 17px;
    border-radius: 12px;
    border: none;
    transition: all 0.25s ease-in-out;
    text-decoration: none !important;
    display: inline-block;
}

.btn-voltar:hover {
    background: #5a5270;
    color: #ffffff;
    transform: translateY(-2px);
}


/*Login*/

.login-card {
    display: flex;
    flex-wrap: wrap;
    background-color: #251435;
    border-radius: 20px;
    max-width: 1000px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.login-card::before,
.login-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.65;
    z-index: 0;
    pointer-events: none;
}

.login-card::before {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(155, 93, 229, 0.85), transparent 70%);
    top: -150px;
    left: -150px;
}

.login-card::after {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(200, 164, 238, 0.6), transparent 70%);
    bottom: -180px;
    right: -120px;
}

.login-ilustracao {
    flex: 1 1 45%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.login-img {
    width: 300px;
    height: auto;
    filter: drop-shadow(0 0 25px #5e3c8a);
}

.login-frase-box {
    background: linear-gradient(145deg, rgba(94, 60, 138, 0.25), rgba(20, 10, 30, 0.45));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(94, 60, 138, 0.25);
    padding: 20px;
    max-width: 400px;
    margin-top: 10px;
    text-align: center;
    backdrop-filter: blur(6px);
}

.login-frase {
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: italic;
    color: #f5f5f5;
    margin-bottom: 15px;
    text-align: justify;
}

.login-autor {
    font-family: "Segoe UI";
    font-size: 0.85rem;
    color: #cdbde5;
    text-align: justify;
}

.login-right {
    flex: 1 1 55%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.login-title {
    font-family: "Trebuchet MS";
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.campo-formulario {
    background-color: transparent;
    border: 1px solid #9b5de5;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.campo-formulario::placeholder {
    color: #cdbde5;
}

.campo-formulario:focus {
    background-color: #ffffff !important;
    border-color: #c88cff !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    box-shadow: 0 0 10px rgba(200, 140, 255, 0.3);
    outline: none;
}

.btn-login {
    background: linear-gradient(90deg, #b47aff, #8042e0);
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 10px;
    width: 100%;
    display: block;
    cursor: pointer;
}

.btn-login:hover {
    background: linear-gradient(90deg, #491874, #9F6ACE, #8B45AA);
    transform: scale(1.03);
}

/*Lgpd*/

.lgpd-container {
    background-color: #2c1b47;
    border: 1px solid #5e2ca5;
    color: #e0d8f7;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

.lgpd-title {
    margin-bottom: 1rem;
    color: #b387ff;
}

.lgpd-checkbox {
    border-color: #b387ff;
    background-color: transparent;
}

.lgpd-label {
    color: #e0d8f7;
}

.lgpd-link {
    color: #8ab4ff;
    text-decoration: underline;
}

.lgpd-modal-content {
    background-color: #2c1b47;
    color: #e0d8f7;
    border: 1px solid #5e2ca5;
}

.lgpd-modal-header {
    border-bottom: 1px solid #5e2ca5;
}

.lgpd-modal-title {
    color: #b387ff;
}

.lgpd-modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.lgpd-modal-footer {
    border-top: 1px solid #5e2ca5;
}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #b387ff;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.form-check-input:checked {
  background-color: #b387ff !important; /* lilás */
  border-color: #b387ff !important;
  box-shadow: 0 0 5px #c59cff;
}

.form-check-input:focus {
  box-shadow: 0 0 5px #b387ff !important;
  outline: none;
}

.form-check-label {
  color: #e0d8f7;
  margin-left: 5px;
}

