
/* Cores */
:root {
--cor-primaria: #119594;
--cor-secundária: #15bdbb;
}

/* Geral */

body {
background-color: rgba(229, 198, 222, 0.29);
display: flex;
flex-direction: column;
min-height: 100vh;
}

main {
flex-grow: 1;
display: flex;
flex-direction: column;
}



.swal2-confirm{
background-color: var(--cor-primaria)!important;
}

/* Navbar */

.navbar {
background-color:#cadbda ;}

.navbar-nav a,
.navbar-nav a:focus {
color: white;
}

.nav-link.show {
color: var(--cor-secundária) !important;
}

.navbar-nav a:hover {
color: var(--cor-secundária);
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler,
.navbar-toggler:focus {
box-shadow: none;
border: none;
}

.dropdown-menu {
--bs-dropdown-bg: white;
}

.dropdown-item {
color: var(--cor-primaria) !important;
font-weight: bold;
}

.dropdown-item:hover {
background-color: var(--cor-secundária);
}

.dropdown-item:active{
background-color: var(--cor-secundária);
}

/* Página inicial */

.tituloAdquirido {
color: var(--cor-primaria);
font-size: 21px;
max-width: 450px;
padding: 0 30px;
}

@media screen and (max-width: 991px) {
.tituloAdquirido {
font-size: 14px;
}
}

.cardInfo {
background-color: white;
max-width: 500px;
box-shadow: 0px 0px 10px #b4b4b4;
border-radius: 8px;
width: 100%;
}

@media screen and (min-width: 576px) {
.containerCodigo {
min-width: 400px;
}
}

.statusSorteio {
background-color: var(--cor-primaria);
border-radius: 8px 8px 0 0;
padding: 5px 0px;
}

.textoStatus {
color: #10a526;
}

.sorteioRealizado {
color: #fff;
}

.fundoInfo {
background-color: #ececec;
border-radius: 5px;
padding: 10px;
flex-direction: column;
}

.fundoInfo p {
margin-bottom: 0;
}

.infoLabel {
color: var(--cor-primaria);
font-weight: bold;
}

.infoTexto {
font-weight: bold;
word-break: break-word;
}

.fundoBilhete{
background-color: #DADADA;
padding: 0px 6px;
border-radius: 5px;
}

.botaoPadrao {
width: 500px;
background-color: var(--cor-primaria);
color: white;
padding: 10px;
font-weight: bold;
border: 1px solid var(--cor-primaria);
border-radius: 15px;
transition: all 0.2s;
cursor: pointer;
}

.botaoPadrao:hover {
background-color: white;
color: var(--cor-primaria);
border: 1px solid var(--cor-primaria);
}

@media screen and (max-width: 575px) {
.botaoPadrao {
width: 100%;
}
}

.imgMascote{
width: inherit;
max-width: 500px;
}

/* @media screen and (max-width: 1200px) {
.imgMascote {
width: 300px;
}
} */

/* Página inicial - Título não localizado */
.tituloSede {
font-size: 0.8rem;
text-align: start;
}

.btn-whatsapp {
position: fixed;
width: 60px;
height: 60px;
bottom: 40px;
right: 40px;
background-color: #25d366;
color: #fff;
border-radius: 50px;
font-size: 30px;
box-shadow: 1px 1px 2px #888;
z-index: 1000;
display: flex; /* Ativa o flexbox */
align-items: center; /* Centraliza verticalmente */
justify-content: center; /* Centraliza horizontalmente */
text-align: center; /* Garante que o texto também esteja centralizado */
text-decoration: none;
border: 1px solid #25d366;
transition: all 0.2s;
}

.btn-whatsapp:hover{
background-color: white;
color: #25d366;
}

.botaoSuporte{
text-align: center;
text-decoration: none;
background-color: #25d366;
border: 1px solid #25d366;
}

.botaoSuporte:hover {
background-color: white;
color: #25d366;
border: 1px solid #25d366;
}

.botaoSair{
text-align: center;
text-decoration: none;
background-color: #10a526;
border: 1px solid #10a526;
}

.botaoSair:hover{
background-color: white;
color: #10a526;
border: 1px solid #10a526;
}

.thumbnail {
padding: 15px;
border-radius: 10px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;

flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

.thumbnail img {
width: 100%;
height: auto;
margin: 0 auto 15px auto;
max-width: 200px;
object-fit: contain;
}

.infoThumbnail{
flex-grow: 1;
display: flex;
flex-direction: column;
}

.textThumbnail {
display: flex;
flex-direction: column;
flex-grow: 1;
justify-content: center;
}

.textThumbnail p {
margin: 0;
color: #818181;
}

.textThumbnail:first-child {
flex-shrink: 0;
}

.textThumbnail:last-child {
flex-grow: 1;
}

.titleThumbnail {
font-weight: bold;
}

.divisorThumbnail {
height: 100%;
width: 5px;
background-color: var(--cor-primaria);
}

.botaoSelecionar {
text-decoration: none;
margin-top: 10px;
background-color: var(--cor-primaria);
color: #fff;
border: none;
padding: 10px;
font-weight: bold;
border: 1px solid var(--cor-primaria);
border-radius: 15px;
transition: all 0.2s;
cursor: pointer;
}

.botaoSelecionar:hover{
background-color: #fff;
color: var(--cor-primaria);
}

/* Modal geral */

.modal-header {
border-bottom: none !important;
}

.modal-footer {
border-top: none !important;
}

/* Modal dados */

.botaoFechar {
background: none;
border: none;
font-size: 24px;
color: var(--cor-primaria);
transition: all 0.2s;
}

.botaoFechar:hover {
color: red;
}

/* Modal login */

.loginInput {
background-color: #ececec;
font-weight: bold;
border: none;
}

.loginLabel,
.loginLabel::after {
color: var(--cor-primaria) !important;
background-color: transparent !important;
}

.loginInput:focus {
background-color: #ececec;
box-shadow: none;
border: none;
}

.esqueceuSenha {
color: var(--cor-primaria);
text-decoration: none;
transition: all 0.2s;
}

.esqueceuSenha:hover {
text-decoration: underline;
}

.divisorConteudo {
width: 90%;
background-color: var(--cor-primaria);
height: 3px;
}

.primeiroAcesso {
background-color: #d5d5d5;
color: black;
padding: 10px;
font-weight: bold;
border: 1px solid #d5d5d5;
border-radius: 15px;
transition: all 0.2s;
cursor: pointer;
}

.primeiroAcesso:hover {
background-color: black;
color: #d5d5d5;
border: 1px solid black;
}

/* Cadastro */

.avisoCadastro{
color: var(--cor-primaria);
}

.iconeSenha {
cursor: pointer;
color: var(--cor-primaria);
}

/* Transferir Título */

.form-check-input {
border: 1px solid var(--cor-primaria) !important;
}

.form-check-input:checked {
background-color: var(--cor-primaria);
}

.form-check-input:focus {
box-shadow: 0 0 0 0.25rem var(--cor-secundária);
}

.form-check-label {
color: var(--cor-primaria);
font-weight: bold;
font-size: 14px;
}

/* Tela de recuperação de senha */

.botaoVerde {
background-color: #10a526;
border: 1px solid #10a526;
}

.botaoVerde:hover {
background-color: white;
color: #10a526;
border: 1px solid #10a526;
}

footer {
color: #636161;
font-size: 0.7rem;
bottom: 0;
}

footer a{
color: #119594;
text-decoration: none;
}

footer a:hover{
text-decoration: underline;
}