@charset "UTF-8";
/**
 * Kunena Latest Module
 * @package Kunena.mod_kunenalatest
 *
 * @Copyright (C) 2008 - 2024 Kunena Team. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link https://www.kunena.org
 **/
#your-image {
    transform: scale(1); /* Default size */
    transition: transform 3s, filter 2s ease-in-out;; /* Smooth transition */
}
.card-body:hover .imagem_categoria #your-image {
    transform: scale(1.5); /* Scale up on hover */
    opacity:0.9;
}
.modulo_last {
    background: #f0f3f5;
}
.modulo_last .imagem_categoria,.modulo_last .categoria{
    display:none;
} 
.modulo_last .klatest-categ, .modulo_procura .klatest-categoria, .modulo_oferece .klatest-categoria{
    display:none;
} 
.modulo_last .klatest-categoria a{
    font-weight:normal !important;
    font-size:12px !important;
    color: #222;
} 
.modulo_last .klatest-avatar img {
  margin: 2px 8px 2px 0;
  width: 42px;
}
.modulo_last .klatest-items:not(.cat){
  margin: 0 0 12px 0;
  padding: 0 15px 6px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d8deeb;
} 
.modulo_last .klatest-items:last-child{
  margin-bottom: 0;
} 
.imagem_categoria {
 /*margin: -20px -26px 20px;*/
margin: -30px -26px 25px;
    overflow:hidden;
}

.imagem_categoria img{
 /*margin: -20px -26px 20px;*/
margin-bottom: -40px;
filter: brightness(1.05);
}

.modulo_procura .categoria{
  background: #d85e6f;
}
.modulo_oferece .categoria{
  background: #318dae;
}
.modulo_diversos .categoria{
  background: #56b3bc;
}
.klatest-categ {
    position: absolute;
    bottom: 16px;
    right: 18px;
}
/*
.modulo_procura .imagem_categoria {
  border-bottom: 2px solid #d85e6f;
}

.modulo_oferece .imagem_categoria {
  border-bottom: 2px solid #318dae;
}

.modulo_diversos .imagem_categoria {
  border-bottom: 2px solid #56b3bc;
}
*/

.categoria {
  position: absolute;
  bottom: 0px;
  left: -16px;
  padding: 5px 20px;
  background: #fff;
  font-weight:bold;
  color:#fff;
    z-index: 2;
}
.cat{
    position:relative;
    display:block;
}
.cat li{
    list-style: none;
}

.modulo_procura .klatest, .modulo_oferece .klatest, .modulo_diversos .klatest{
}


.modulo_procura .klatest-cat, .modulo_oferece .klatest-cat, .modulo_diversos .klatest-cat{
  font-size: 14px !important;
}
.modulo_procura  .klatest-cat a, .modulo_oferece  .klatest-cat a, .modulo_diversos  .klatest-cat a  {
 color: #111;
}


.modulo_procura .card-header, .modulo_oferece .card-header, .modulo_diversos .card-header {
    border-bottom: 0;
}
.klatest li {
	background: none !important;
}
.klatest-items {
	margin: 0;
	padding: 0;
}
.klatest-items li.klatest-item {
	list-style: none !important;
	margin: 2px 0;
	padding: 0 0 1px;
	clear: both;
}
.klatest-items ul.klatest-itemdetails {
	margin: 0;
	padding: 0;
}

.klatest-items .knewchar {
	color: #009900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	font-size: .6em;
	white-space: nowrap;
}
.klatest-itemdetails li {
	margin-bottom: 0 !important;
	display: block;
}
.klatest-subject a {
	font-weight: 600 !important;
	font-size: 15px;
  color:#4d5b69;
}
.klatest-subject a:hover {
}
.klatest-avatar {
	float: left;
	display: block;
	margin-right: 5px;
}
.klatest-avatar img {
	margin: 2px 2px 2px 0;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.klatest-topicicon {
	float: left;
	display: block;
	margin-right: 5px;
}
.klatest-topicicon img {
	margin: 2px 2px 2px 0;
	padding: 1px;
	width: 32px;
	height: 32px;
}
.klatest-posttime,
.klatest-cat,
.klatest-author {
	font-size: 10px;
}
p.klatest-more {
	margin: 0;
	padding: 0;
	clear: both;
}
.klatest-itemdetails li.klatest-author {
	display: inline;
}
.klatest-itemdetails li.klatest-posttime {
	display: block;
}

.klatest-preview-content li {
	margin-bottom: 0 !important;
	display: block;
}

.kwho-guest {
	color: #666666;
}

.kwho-user {
	color: #5388B4;
}

.kwho-moderator {
	color: #0000FF;
}

.kwho-globalmoderator {
	color: #a22eb3;
}

.kwho-admin {
	color: #FF0000;
}

.kwho-blocked,
.kwho-banned {
	color: #A39D49;
}


