.tblCategorias tbody i{
    cursor: pointer;
}

.tblCategorias tbody tr:hover
{
    background: var(--cor-principal);
    border: 1px solid var(--cor-secundaria);
    color: #fff;
}

.card-presentes .cart-title{
    font-size: 16px;
}

.lista-buttons{
    text-align: right;
    margin-top: 1rem;
}
.lista-buttons button{
    margin-left: 2rem;
}


.card-img-top{
    margin: 0 auto;
    width: 140px !important;
    height: 120px !important;
    margin-top: 10px;
}

.img-add-lista-sugerida,
.img-add-lista{
    border: 2px dotted var(--cor-principal);
    display: block;
    text-align: center;
    font-size: 20px;
    cursor:pointer;
    margin: 0 auto;
    width: 216px;
    height: 200px;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.img-add-lista-sugerida *,
.img-add-lista *{
    display: block;
}
.img-add-lista-sugerida i,
.img-add-lista i{
    margin-top: 70px;
}

#modalLista label{
    font-size: 0.9em;
}
#listaPresente{
    padding-bottom: 2rem;
}
.card-presentes{
    border: none;
    width: 80%;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .3);
    margin:0 auto;
    min-height: 370px;
    max-width: 250px;
}

.card-presentes .card-body{
    border-top:none;
} 

.card-presente .card-img-top{
    border-radius: .25rem;
}

.linha-presentes{
    margin-top: 15px;
}

.card-botoes-edit{
    display: inline-block;
    margin-top: .5rem;
   
}

.card-botoes-edit button{
    display: inline-block;
    font-size: 1rem;
    margin-bottom: .5rem;
    width: 70%;
}

.valor-presente{
    font-size: 1.7em;
}

#myphoto{
    visibility: hidden;
}

div.card-rifa{
    border-radius: 0;
  }
  
.item-presente{
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.item-lista .card-title{
    color:var(--cor-principal);
    font-size: 1.2rem;
}
.item-lista .lista-description{
   margin-bottom: 3px;
}

.item-lista .lista-gifts{
    font-size: 0.8rem;
}

#modalEscolherAddPresente .modal-body button.botao{
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#btnSalvarSelecaoLista{
    padding: 6px 24px 6px 24px;
    display: none;
}
.contador-selecionados{
    padding-left: 20px;
}

#modalSelecionarPresentesLista{
    overflow-y:auto;
}


div.card-presentes .card-title{
    font-size: 1.3rem;
    min-height: 80px;
    margin-bottom: 0;

}

.botao-presentear{
    width: 90%;
}
.card-price .card-text{
    padding-top: 0;
    margin-bottom: .5rem;
}

.lista-titulo{
    border: 1px solid var(--theme-background-menu);
    border-radius: 10px;
    background-color: var(--theme-background-menu);
    padding-bottom: 0.5rem;
    padding-top:.5rem;
}
.lista-titulo h2{
    color: var(--theme-menu);
}
.botao-presentear{
    font-size: 1.2rem;
}

.btn-modo-celular{
    margin-right: 1rem;
}

.numero-rifa{
    position: absolute;
    top: 55px;
   
    font-size: 1.7rem;
    color: #fff;
}
.numero-rifa-100{
    position: absolute;
    top: 55px;
  
    font-size: 1.5rem;
    color: #fff;
}

  div.card-rifa:nth-child(odd){
    background-color:  var(--theme-rifa-cor-odd);
  }
  div.card-rifa:nth-child(even){
    background-color: var(--theme-rifa-cor-even);
  }

.card-rifa{
    width: 12.5%;
    cursor: pointer;
    background: url("../../img/interna/cb-logo-bg-rifa.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.card-rifa .card-text {
    padding-left: 0px;
    padding-right: 0px;
}
.valor-rifa {
    font-weight: bold;
}
.card-rifa .card-body{
    padding: 1.25rem 1.25rem 0 1.25rem;
}
.card-rifa .card-text {
    padding-top: 0;
    margin-bottom: 0;
    font-size:0.8rem;
}
.numero-bilhete{
    font-size: 1.7rem;
}


.card-rifa:hover .rifa-text{ -webkit-transform: scale(1.2); }
.img-rifa-comprada{
    width: 50px;
    margin: auto;
}
.menu-cha-rifa{
    color: var(--theme-menu);
    font-family: 'Aberlo';
}
.menu-cha-rifa .col-6,
.menu-cha-rifa .col-8,
.menu-cha-rifa .col-4,
.menu-cha-rifa .col-5,
.menu-cha-rifa .col-7{
    padding-left: 0;
    padding-right: 0;
}
.menu-cha-rifa .texto-auxiliar{
    font-size: 0.7rem;
}

@media (max-width: 997px){
    .card-rifa{
        width: 16.6%;
    }
}
@media (max-width: 991px) {
    .item-presente{
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 801px) {
    .btnSelecionarTodos{
        margin-right: 10px;
    }
    .btnVoltarParaLista{
        margin-left: 10px;
    }
}

@media (max-width: 800px) {
    .card-botoes-edit button{
        font-size: .8rem;
    }
    .voltar-lista-sugerida div{
        margin-bottom: 15px;
    }
    .voltar-lista-sugerida-bottom div{
        margin-top: 15px;
    }
    
    .btn-modo-celular{
        margin-right: 0;
        margin-top: 1rem;
        width: 80%;
    }
}
@media(max-width:768px){
    .card-rifa{
        width: 25%;
    } 
    .img-rifa-comprada{
        width: 50px;
      
    }
}

@media(max-width:600px){
    .card-botoes-edit button{
        width: 80%;
    }
    .lista-buttons{
        text-align: center;
        margin-top: .5rem;
    }
    .lista-buttons button {
        margin-left: 0;
        margin-bottom: 1rem;
        width: 80%;
    }
    .card-img-top {
     width: 140px !important;
     height: 130px !important;
    }
    .card-presentes {
        width: 95%;
    }
    .valor-presente {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .valor-rifa {
        font-size: 1.1rem;
        font-weight: bold;
    }
    .numero-bilhete{
        font-size: 1.4rem;
        font-weight: bold;
    }
    .item-presente{
        padding-right: 5px;
        padding-left: 5px;
    }
    div.card-presentes{
        min-height: 250px;
    }
    div.card-presentes .card-body{
        padding: 0;
    }
    div.card-presentes .card-body p{
        padding:0;
    }
    div.card-presentes .card-title{
        font-size: 1.3rem;
    }
    .botao-presentear{
        padding: 0.2rem 0.3rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .img-rifa-comprada{
        width: 40px;
      
    }

}

@media(max-width:500px){
    .lista-titulo h2 {
        font-size: 1.5rem;
    }
    .lista-titulo h4 {
        font-size: 1.2rem;
    }
}
@media(max-width:435px){
    .numero-bilhete {
        font-size: 1.2rem;
        font-weight: bold;
    }
    .valor-rifa {
        font-size: 0.9rem;
        font-weight: bold;
    }
    .card-rifa .card-text {
        padding-top: 0;
        margin-bottom: 0;
        font-size: 0.7rem;
    }
}


@media(max-width:400px){
    .card-img-top {
     width: 108px !important;
     height: 100px !important;
    }
    .card-presentes {
        width: 95%;
    }
    .valor-presente {
        font-size: 1rem;
        font-weight: bold;
    }
    .numero-bilhete {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .valor-rifa {
        font-size: 0.7rem;
        font-weight: bold;
    }
    .card-rifa .card-text {
        font-size: 0.7rem;
    }
    .item-presente{
        padding-right: 5px;
        padding-left: 5px;
    }
    div.card-presentes{
        min-height: 250px;
    }
    div.card-presentes .card-body{
        padding: 0;
    }
    div.card-presentes .card-body p{
        padding:0;
    }
    div.card-presentes .card-title{
        font-size: 0.9rem;
    }
    .botao-presentear{
        padding: 0.2rem 0.3rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .numero-rifa{
        top: 43px;
    }
    .numero-rifa-100{
        top: 43px;
    }
    .card-rifa .card-body {
        padding: 0.7rem 0.7rem 0.4rem 0.7rem;
    }
    .img-rifa-comprada{
        width: 30px;
      
    }

}



/*blog posts */

ul.h-smart-thumbnail {
    height: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.h-smart-thumbnail li {
    float: left;
    position: relative;
    margin-left: 5px;
    height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid transparent;
}

ul.h-smart-thumbnail li img {
    height: 48px;
    max-width: 48px;
    border-radius: 3px;
    cursor: pointer;
}
ul.h-smart-thumbnail li:hover {
    border:2px solid var(--cor-principal);
}
#imgcapa{
    max-width: 250px;
    cursor:pointer;
}
#imgcaparevisao{
    max-width: 250px;
}