:root {
    --background-color: #080808;
    --text-color: #333333;
    --color-button: rgba(114, 93, 93, 0.192);
}

body {
    background-image: url(../imagens/bg.jpg);
    min-height: 100vh;
    
}
#previewCard{
    background:  var(--background-color);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#titulo {
    font-family: "Caveat", cursive;
    color: #e91e63;
    font-weight: bold;
    font-size: 2rem;
}
.font-mensagem{
    font-family: "Kanit", serif;
    font-weight: 100;
    font-style: normal; 
}
button{
    background-color: var(--color-button) !important;
}
.label-btn{
    background-color: var(--color-button) !important;
}
.container {
    background: rgb(43, 16, 16);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-top: 0;
    padding: 2rem;  
   
}
.content-wrapper {
    flex: 1; /* Faz o conteúdo principal crescer */
  }
#textSpan{
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 30500;
}
.photo-input-label {
    background-color: #e91e63;
    color: white;
    transition: background-color 0.3s;
    cursor: pointer;
    border:1px solid #f1e0e6;
    box-shadow: #f8f8f8cc 0px 0px 7px;
}

.photo-input-label:hover {
    background-color: #b62d5f;
}

#btnAddPhototext{
    background-color: #e91e63;
    color: white;
    transition: background-color 0.3s;
    border:1px solid #f1e0e6;
    cursor: pointer;
    box-shadow: #f8f8f8cc 0px 0px 7px;
}
#btnAddPhototext:hover{
    background-color: #b62d5f;
}
#btnVisualizar{
    background-color: #e91e63;
    color: white;
    transition: background-color 0.3s;
    border:1px solid #e91e63;
    cursor: pointer;
    box-shadow: #f8f8f8cc 0px 0px 5px;
}
#btnVisualizar:hover{
    background-color: #b62d5f;
}
#btnCriarPagina{
    background-color: #e91e63;
    color: white;
    transition: background-color 0.3s;
    border:1px solid #e91e63;
    cursor: pointer;
    box-shadow: #ffffffcc 0px 0px 5px;
}


.photo-text-item {
    background: transparent;
    transition: transform 0.3s;
}

.music-player {
    align-items: center;
    text-align: center;
    bottom: 50px;
    left: 50%;
    background: transparent;
    padding: 5px 5px;
    border-radius: 30px;
    color: white;
    z-index: 1001;
    font-weight: bold;
}
.btnSom {
    background: transparent;
    border: none;
    cursor: pointer;
}

.btnSom img {
    width: 30px;  /* ajuste o tamanho conforme necessário */
    height: auto;
}

#footer {
    background-color: #000000;
    border-top: 2px solid #fafafa;
}

#h2cardQr{
    color: white;
    font-family: "Kanit", serif;
}
#link{
    text-decoration: none;
    font-family: "Kanit", serif;
    color: #367ad3;;
}
.bntCopySalve{
    background: transparent !important;
    border: none;
    padding: 0;
    cursor: pointer;
}
#img-copy{
    width: 1.5rem;
}
#img-compartilhar{
    width: 2rem;
    margin: 0;
    padding: 0;
    
}
#btnNovapagina{
  background-color: transparent;
  box-shadow: #eee7e7 0px 0px 5px; 
  margin-top: 2rem;
}

#close-preview {
    /* Posicionamento */
    position: absolute;
    top: 10px;
    right: 10px;
    
    /* Dimensões */
    width: 30px;
    height: 30px;
    
    /* Visual */
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 50%;
    
    /* Fonte */
    font-size: 30px;
    font-weight: bold;
    
    /* Cursor e transição */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Efeito hover */
.close-preview:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

/* Efeito quando pressionado */
.close-preview:active {
    transform: scale(0.95);
}
/*--------------------------------------card de pagamento-----------------------------------*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;;
}
  .card {
    width: 100%;
    max-width: 400px;
    z-index: 1051;
    position: relative;
  }
  .btn-close {
    position:absolute !important;
    top: 0px !important;
    right: 0px !important;
    cursor: pointer; /* Adiciona um cursor de ponteiro para indicar que é clicável */
    color: rgb(0, 0, 0) !important;
    font-size: 1rem !important;
    border-radius: 100px;
    background-color: #e91e63 !important; 
  }
  #btn-gerar-pix{
    background-color: #5235d3 !important;
  }
 
#divPagamento {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}
  .divFilhoPagamento {
    width: 100%;
    max-width: 400px;
    z-index: 1051;
    position: relative;
  }
#btnCopiarPix{
    background-color: #746b23 !important;
}
@media (min-width: 992px) {

    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    
    }
   
    #footer {
        background-color: #000000;
        border-top: 2px solid #fafafa;
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 8rem !important;

    }
    .container {
        background: rgb(43, 16, 16);
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        margin-top: 10px;
        padding: 2rem;  
        width: 30% !important;
        height: auto;
        
    }
    #cardPreviewPC{
       display: flex;
       flex-direction: column;
       align-items: center;
    }
}