#kunena.layout .report {
  margin-left: 0;
}

.modal.show .modal-dialog {
  box-shadow: 0 0 0 1500px rgba(0, 0, 0, 0.6) !important;
}

@media (max-width: 480px) {
  #kunena.layout .modal {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #kunena.layout .modal-dialog {
    margin: 1rem auto !important;
    max-width: 95% !important;
  }
}
.mouse-tooltip {
  position: fixed;
  background: #546170;
  color: #fff;
  padding: 8px 10px 10px;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 180px;
  max-width: 180px;
}

.mouse-tooltip.show {
  opacity: 1;
}

.equalizer-text span {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.25s ease-out;
}

.tooltip-inner {
  background-color: #546170 !important;
  color: #fff !important;
}

/* Seta no Bootstrap 5 */
.tooltip .tooltip-arrow::before {
  border-top-color: #546170 !important;
}

/* Setas no Bootstrap 4 */
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #546170 !important;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #546170 !important;
}

.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #546170 !important;
}

.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #546170 !important;
}

#kunena.layout .kfrontend .btn,
#kunena.layout .kprofile .kinfo {
  visibility: visible !important;
}

#kunena.layout #iconset_topicList input[type="radio"]+label {
  padding: 4px 8.5px;
}

#kunena.layout .input-group {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.modulo-filtrar {
  margin-bottom: -40px;
margin-top: 20px;
}

.bares-index {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px 0 25px;
}

.bares-index a {
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  padding: 5px 16px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  min-width: 35px;
  text-align: center;
}

.bares-index a:hover {
  text-decoration: underline;
}

.bares-lista {
  margin: 0 0 30px 0;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3 - 20px), 1fr));
  gap: 20px;
}

.bares-lista li {
  border-radius: 3px;
  padding: 25px 20px 15px 20px;
  background: #f0f3f5;
  list-style: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bares-lista li:hover {
  transform: translateY(-6px);
  box-shadow: 0px 16px 0px -10px #d8dfe7;
}

.bares-lista li a {
  margin-bottom: 12px;
  display: block;
}

.bares-lista p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* número de linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

a[type="application/rss+xml"] {
  display: none;
}

a[rel="alternate"][type="application/rss+xml"] {
  display: none;
}

.layout#kunena .topic-item-unread svg path,
.layout#kunena .topic-item-unread svg {
  fill: #48a348 !important;
}


.bi-award {
  color: #e05f74;
}

.btn-toolbar {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.espaco {
  margin-right: 3px;
}

#kunena.layout .badge:hover {
  color: #fff;
}

#kunena.layout .badge {
  white-space: normal;
}

.attach .card-header {
  display: none;
}

.table-bordered> :not(caption)>* {
  border-bottom-width: 15px !important;
}

.lastmessage-td {
  display: flex;
  align-items: center;
  /* Alinhamento vertical */
  height: 100%;
}

.message-published p {
  font-size: 16px !important;
}

.tabelabar {
  width: 100%;
  background: #fff;
  border-radius: 3px !important;
  border: 1px solid #d0dae3;
  padding: 10px 15px 10px 85px;
  /* espaço para o ::before */
  position: relative;
  line-height: 33px;
}

.tabelabar::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(0deg, #333d45, #586877);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  box-sizing: border-box;
  content: "\f001";
  border-radius: 3px 0 0 3px;
}

.kdate {
  text-transform: uppercase;
  font-weight: bold;
}

.mobili {
  display: none
}

.lastpostlink {
  font-size: 12px;
  text-transform: uppercase;
}

[title="Anexo"] {
  padding: 5px 5px 10px !important;
  background: #fff !important;
  color: #dfe5eb !important;
  border-radius: 50% !important;
  border: 1px solid #dfe5eb;
}

.blocked span {
  background: #fca22d !important;
}

#kunena.layout .kmsgattach {
  padding-top: 10px;
  padding-left: 0;
}

#kunena.layout .kmsgattach h4 {
  font-size: 1.1rem;
}

#kunena.layout .pagination {
  margin: .5rem 0 !important;
}

#kunena.layout .topic-item-search span {
  background: #d85e6f;
}

#kunena.layout .topic-item-offer span {
  background: #318dae;
}

#kunena.layout .topic-item-bares span {
  background: #56b3bc;
}

#kunena.layout .topic-item-offer span,
#kunena.layout .topic-item-bares span,
#kunena.layout .topic-item-search span {
  color: #fff !important;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  display: inline-block;
}

br:has(+ .kquote) {
  display: none;
  /* Hides the br above any quote */
}

.kprofile-other-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 6px 0 18px auto !important;
}

.kprofile-other-info li {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ced4da !important;
  width: 35px;
  height: 35px;
  line-height: 30px;
}

.kprofile-other-info li svg {
  width: 22px !important;
}

.cat-media {
  margin: 10px 0 20px;
  overflow: hidden;
}

.cat-media img {
  transform: scale(1);
  transition: transform 3s, filter 2s ease-in-out;
  filter: brightness(1.05);
}

#kunena.layout .kcat-item .kcat-inner:hover .cat-media img {
  transform: scale(1.5);
  opacity: 0.9;
}

#section11 .cat-media,
#section14 .cat-media {
  display: none
}

#kunena.layout .kcat-item {
  flex-basis: calc(33.33% - 1.3rem);
  max-width: calc(33.33% - 1.3rem);
  padding: 0;
}

#kunena.layout #section14 .kcat-item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}

#kunena.layout #section11 .kcat-item {
  flex-basis: calc(100% / 2 - 1rem);
  max-width: calc(100% / 2 - 1rem);
  padding: 0;
}

.kcat-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 15px 0 0 0;
  gap: 30px;
}

#kunena.layout .kcat-item .kcat-header {
  flex-basis: 32.3%;
  padding: 0;
}

#kunena.layout .kcat-item .kcat-inner {
  padding: 20px;
  transition: all 0.5s ease;
  border-radius: 3px;
  box-shadow: 0 16px 0px -12px #d8dfe7;
  margin-bottom: 4px;
}

#section4 .kcat-item .kcat-inner,
#section7 .kcat-item .kcat-inner,
#section12 .kcat-item .kcat-inner,
#section13 .kcat-item .kcat-inner {
  background-color: #f0f3f5;
  background: #f0f3f5 url(https://www.mercadosonoro.pt/templates/cassiopeia/images/skulls-2.png);
}

#section11 .last-message {
  display: none
}

.lmessage {
  position: relative;
  font-size: 14px;
  margin: 0;
  padding: 14px 14px 10px 10px;
  flex-wrap: nowrap;
  background: #fdfdfd;
}

.lmessage #kcat-last {
  flex-shrink: 1;
}

#section12 .p-2,
#section13 .p-2 {
  display: block;
  width: 100%;
}

.number-right {
  text-align: right;
}

.header-header {
  display: flex;
  flex-wrap: wrap;
}

.cat_icon {
  margin-right: 7px;
  margin-top: -3px;
}

#section12 .cat_icon,
#section13 .cat_icon,
#section7 .cat_icon {
  margin-top: -3px;
  margin-right: 10px;
}

.header-header>div:last-child {
  margin-left: auto;
}

#kunena.layout .kfrontend #kcat-avatar {
  margin-bottom: 0 !important;
  width: 85px;
  flex-shrink: 0;
}

#kunena.layout .kfrontend .card-header {
  position: relative;
  display: inline-block;
  background: none;
  padding: 0.5rem 0;
}

#kunena.layout .kfrontend .card-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 100%;
  height: 2px;
  width: 1500%;
  background-color: #f0f3f5;
}

#kunena.layout .fundo .card-header::after {
  background-color: #f0f3f5;
}

#kunena.layout .kfrontend .card-header::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #465867;
}

#kunena.layout .kfrontend .card-header a {
  color: #516272;
}

@media (width >=1081px) {
  .col-md-3 {
    width: 80px;
  }
}

.botaoPMinactive {
  margin: 0 auto;
  background: #318dae;
  padding: 8px 5px;
  font-size: 12px;
  border: 1px solid #318dae;
  color: #fff;
}

.botaoPMactive {
  margin: 0 auto;
  background: #318dae;
  padding: 8px;
  font-size: 12px;
  border: 1px solid #318dae;
}

.botaoPMactive a {
  font-size: 12px;
  color: #fff;
}

.header-header {
  display: flex;
}

.number-right {
  text-align: right;
}

.navbar .float-end {
  position: relative;
  z-index: 10;
  margin-right: 15px;
}

#offcanvasKunena {
  position: relative;
  pointer-events: none;
}

#kunena.layout {
  margin-top: -90px;
  position: static;
}

.navbar-nav li:last-child {
  pointer-events: auto;
  border: 0px !important;
}

.klogout .dropdown-toggle,
#klogin-desktop,
#klogin-mobile {
  padding: 14px 9px;
  border: 0 !important;
  font-size: 14px;
  border-radius: 0 !important;
  background: #4f5e69;
  color: #fff;
  margin-top: -7px !important;
  margin-bottom: -14px;
}

.klogout .dropdown-toggle:hover,
#klogin-desktop:hover,
#klogin-mobile:hover {
  color: #4d5b69 !important;
  background: #fff !important;
}

.dropdown-divider {
  margin: 5px 0;
  border-top: 0;
}

#kunena.layout .dropdown-menu form {
  padding: 20px 20px 0 20px;
}

.navbar-nav {
  width: 100%;
}

.navbar-nav li:last-child {
  margin-left: auto;
  background: #f9fafb;
  margin: 0 10px 0 auto;
  border: 1px solid #c4c8cb;
  border-radius: 3px;
}

.navbar-nav li:last-child a {
  padding: 7px 12px !important;
  border: none !important;
  background: none !important;
  display: none;
}

.navbar-nav li:last-child:hover {
  background: #516272;
  color: #fff;
}

.navbar-nav li:last-child:hover a {
  color: #fff !important;
}

.navbar-nav li:last-child a:hover {
  background: none !important;
  color: #fff !important;
  border: none !important;
}

#kunena_search_results .list-unstyled {
  background: none;
  margin-top: 6px !important;
}

#kunena_search_results {
  border-radius: 3px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#kunena_search_results:hover {
  transform: translateY(-6px);
  box-shadow: 0px 16px 0px -10px #d8dfe7;
}

#kunena_search_results>.col-md-12 {
  background: #f0f3f5;
  height: 100%;
}

span.highlight {
  color: #465867 !important;
  padding: 4px 7px 4px 2px;
  border-radius: 2px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

span.highlight::before {
  content: "\f3c5";
  /* Font Awesome map icon (you can choose another icon code) */
  font-family: "Font Awesome 5 Free";
  /* Make sure this matches your Font Awesome version */
  font-weight: 700;
  /* Required for solid icons */
  margin-right: 7px;
  /* Adjust space between icon and text */
}

#kunena.layout .kmessage {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 6px !important;
  min-height: 0 !important;
}

#kunena.layout .topictitle {
  font-weight: bold;
  display: inline-block !important;
}

.modulo_procura .topictitle,
.modulo_oferece .topictitle,
.modulo_diversos .topictitle {
  line-height: 28px
}

#kunena.layout .category .pagination {
  margin: 2px 0 !important;
}

#kunena.layout tr.procurasse {
  border-bottom: 0 !important;
  transition: all 0.9s ease;
}

#kunena.layout tr.oferecesse {
  border-top: 0 !important;
  transition: all 0.9s ease;
}

a.muted {
  display: none
}

#kunena.layout .text-muted {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#kunena.layout .text-muted .d-block {
  display: none !important;
}

#kunena.layout .rounded-circle,
#kcat-avatar .rounded,
.kwho-user .rounded,
.kwho-globalmoderator .rounded,
.kwho-admin .rounded,
.kwho-banned .rounded {
  background: #fff;
  transition: all 0.3s ease;
  display: block;
  overflow: hidden;
  border: 1px solid #fff;
}

#kunena.layout .rounded-circle:hover,
#kcat-avatar .rounded:hover,
.kwho-user .rounded:hover,
.kwho-globalmoderator .rounded:hover,
.kwho-admin .rounded:hover,
.kwho-banned .rounded:hover {
  box-shadow: -7px 0 0 0 #c8d0d8;
  transform: translateX(7px);
}

#kunena.layout .klogout .rounded-circle {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

#kunena.layout .pagination-small ul>li>a,
#kunena.layout .pagination-small ul>li>span {
  padding: 4px 8px !important;
  background: #fff;
  margin-left: -1px;
}

#dropzone {
  display: none;
}

.nota {
  margin-top: 10px;
  color: #e05f74;
}

#section11 .category-header:hover a {
  color: #516272 !important;
}

#section11 .header-desc {
  display: none !important;
}

#section11 h3 {
  padding: 0 0 0 3px !important;
}

#section11 {
  background: #f0f3f5 url(https://www.mercadosonoro.pt/templates/cassiopeia/images/skulls-2.png);
  padding: 2rem;
  margin-bottom: -4px;
}

#section11 .kcat-item .kcat-inner {
  background: #f0f3f5 url(https://www.mercadosonoro.pt/templates/cassiopeia/images/skulls-cat.png);
  padding: 2rem;
}

#section11 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -4px;
  margin-top: 8px;
}

#section11 ul li.subcats {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 27px;
  font-size: 13px;
  margin: 0;
  width: 33.333%;
  transition: all 0.5s ease;
  box-sizing: border-box;
  letter-spacing: 2px;
}

#section11 ul li.subcats sup.knewchar {
  margin-top: 15px;
  padding: 0;
  display: block;
}

#section11 ul li.subcats:hover .iconsub {}

#section11 ul li.subcats:hover svg {}

#section11 ul li.subcats:hover {
  /*transform: translateY(-6px);*/
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* Safari */
}

#section11 ul li .knewchar {
  font-size: 0.55rem;
}

#kunena.layout #category12 #kcat-icon {
  background: #d85e6f;
}

#kunena.layout #category13 #kcat-icon {
  background: #318dae;
}

#kunena.layout .procurasse a * {
  color: #d85e6f;
}

#kunena.layout .procurasse a {
  color: #d85e6f;
}

#kunena.layout .oferecesse a {
  color: #318dae;
}

#kunena.layout .oferecesse a * {
  color: #318dae;
}

#kunena.layout .procurasse .left-content a,
#kunena.layout .oferecesse .left-content a {
  text-transform: uppercase;
}

#kunena.layout .procurasse .left-content a * {
  border-top: 1px solid #dea4ad;
  ;
}

#kunena.layout .oferecesse .left-content a * {
  border-top: 1px solid #83bdd1;
}

#kunena.layout .procurasse .left-content a {
  border-bottom: 1px solid #dea4ad;
  padding-bottom: 2.5px;
}

#kunena.layout .oferecesse .left-content a {
  border-bottom: 1px solid #83bdd1;
  padding-bottom: 2.5px;
}

#kunena.layout .subcats svg {
  width: 30px;
  height: 31px;
  margin: 12px;
  transition: all 0.2s ease;
}

.pm {
  display: none;
  padding: 0 0 8px;
}

#kunena.layout .form-select,
#kunena.layout .custom-select {
  background: #eaedf0 url(../images/select-bg.svg) 100%/116rem no-repeat !important;
}

#categoryactions .table {
  margin-bottom: 15px !important;
}

#kunena.layout select#categorylist {
  background: none !important;
}

li.subcats:not(:last-child):after {}

.iconsub {
  margin-right: 3px;
}

.left-content {
  /*display: flex;
  flex-direction: column;
  justify-content: center; /* vertical */
}

#category5,
#category6,
#category8,
#category9,
#category10,
#category44,
#category15 {
  transition: all 0.4s ease;
}

#kunena.layout .table {
  border: 15px solid #f0f3f5 !important;
}

.header-desc {
  margin-bottom: 20px;
  margin-top: 6px;
}

#kunena.layout .kfrontend .table td h1,
#kunena.layout .kfrontend .table td h2,
#kunena.layout .kfrontend .table td h3,
#kunena.layout .kfrontend .table td h4,
#kunena.layout .kfrontend .table td h5,
#kunena.layout .kfrontend .table td h6 {
  line-height: 27px;
  word-break: break-word;
}

#kunena.layout .table thead,
#kunena.layout .table tfoot tr {
  background-color: #f0f3f5 !important;
}

#kunena.layout .table th,
#kunena.layout .table td {
  line-height: 24px;
  border: 0;
  padding: 15px 10px !important;
}

#kunena.layout .dropdown-menu {
  min-width: 280px !important;
  text-align: center;
  padding-bottom: 15px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  font-size: 15px !important;
  border: 0;
  margin-top: 14px;
}

#kunena.layout #status-online {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 11px;
}

#kunena.layout #status-online a {
  width: 48%;
  margin: 0 !important;
}

#kunena.layout .kwho-user {
  color: #2f3841 !important;
}

#kunena.layout .kwho-user:hover {
  color: #d85e6f !important;
}

#kunena.layout .topic-starter {
  border: 0 !important;
  color: #2f3841;
  margin-top: 10px;
  padding: 4px 8px 0px;
}

#kunena.layout #logout-form {
  float: none !important;
}

.message-published {
  background: #fff;
  padding: 20px 20px 20px;
  border-radius: 0 !important;
  overflow: hidden;
}

.message-published .p-4 {
  padding: 0 !important;
}

#kunena.layout .topic-item-messages .message {
  border-radius: 3px;
  border: 3px solid #f0f3f5;
}

#kunena.layout .mykmsg-header {
  margin: 32px 0 0 0 !important;
  background: #f0f3f5;
  font-size: 0.1px;
  border-radius: 3px !important;
  font-weight: normal;
  box-shadow: 0 16px 0px -12px #d8dfe7;
  padding: 12px 15px 12px 15px !important;
}

#kunena.layout #kunena_search_results .mykmsg-header {
  margin-top: 0 !important;
  border: 0 !important;
  font-size: 0.1px;
  border-radius: 3px !important;
  font-weight: normal;
  border: 1px solid #d0dae3;
  padding: 5px 15px 12px 0 !important;
  box-shadow: none;
}

#kunena.layout .mykmsg-header a {
  font-weight: bold;
  line-height: 30px;
  font-size: 15px;
}

#kunena.layout #kunena_search_results .profilebox a {
  background: #fff;
  padding: 8px 10px;
}

#kunena.layout #kunena_search_results .kmessage {
  line-height: 29px;
}

#kunena.layout .kfrontend {
  margin: 0 auto !important;
  border-radius: 3px !important;
  overflow: hidden;
  border: 0 !important;
  background: #fff !mportant;
}

#kunena.layout #editprofile #birthdate {
  margin-left: 0 !important;
}

.kmessagepadding .dropdown-menu {
  text-align: left !important;
  padding-bottom: 0 !important;
}

.kpost-attachments {
  margin-bottom: 0 !important;
  border: 1px solid #dfdfdf;
}

#klastpostphone {
  font-size: 12px !important;
  display: none !important;
}

.started {
  font-size: 12px;
}

.started a {
  color: #2f3841;
}

.datepost {
  font-size: 14px;
}

#kcat-last .lastpostby,
#kcat-last .datepost {
  font-size: 13px;
}

#kunena.layout .content {
  padding-top: 0;
  font-size: 14px;
}

#announcement a,
#statustext a,
#settings a,
#allread a,
#mail a,
#logout-form button {
  width: 93%;
  margin: 0 0.5rem !important;
  text-align: left;
  font-size: 15px;
  color: #454f59;
}

#announcement a:hover,
#statustext a:hover,
#settings a:hover,
#allread a:hover,
#mail a:hover,
#logout-form button:hover {
  color: #fff;
}

#mail {
  margin-bottom: 7px;
}

#cke_message,
#cke_message_private {
  margin-bottom: 0 !important;
}

.cke_editable {
  font-size: 15px !important;
}

.form-inline {
  margin-top: 20px;
}

.form-inline div,
#kform-login-submit {
  margin-top: 10px !important;
}

#kunena.layout .klogout .yellow img,
#kunena.layout .klogout .red img,
#kunena.layout .klogout .green img,
#kunena.layout .klogout .grey img,
#kunena.layout .klogout .none img {
  width: 25px;
  height: auto;
  background: #fff;
  border-radius: 50%;
}

.kwho-user img,
.kwho-globalmoderator img,
.kwho-admin img,
.kwho-banned img,
.dropdown-menu img {
  width: 120px;
  height: auto;
}

.dropdown-menu img {
  border-radius: 50%;
  box-shadow: 0 0 0px 8px #edeff1;
}

#kcat-avatar .kwho-user img,
#kcat-avatar .kwho-globalmoderator img,
#kcat-avatar .kwho-admin img,
.catavatar .kwho-user img,
.catavatar .kwho-globalmoderator img,
.catavatar .kwho-admin img,
#posts .kwho-user img,
#posts .kwho-globalmoderator img,
#posts .kwho-admin img,
#thankyou .kwho-user img,
#thankyou .kwho-globalmoderator img,
#thankyou .kwho-admin img {
  width: 62px;
  height: auto;
  border-radius: 3px;
}

#kunena.layout #Capa_1 {
  height: 12px;
  filter: invert(38%) sepia(65%) saturate(947%) hue-rotate(312deg) brightness(80%) contrast(95%);
}

#kunena.layout svg {
  width: 25px;
  height: 25px;
}

#kunena.layout .kicon-profile-gender-female,
#kunena.layout .kicon-profile-gender-male {
  width: 22px !important;
  opacity: .5;
  transform: scale(.9);
  line-height: 20px;
}

#kunena.layout .kunena-topic-item .kmessage-thankyou svg,
#kunena.layout .kunena-topic-item .text-muted svg,
#kunena.layout .kunena-topic-item .bi-compass,
#kunena.layout #kunena_search_results .text-muted svg {
  width: 18px;
  height: 18px;
}

#kunena.layout .kunena-topic-item h1 svg {
  display: none;
  margin-top: -2px;
}

#kunena.layout .breadcrumb svg {
  width: 20px;
  height: 20px;
  margin-top: -3px;
}

#kunena.layout .topic-item-messages .kmessagepadding svg,
#kunena.layout .topic-item-messages .report svg,
#kunena.layout #topic-actions-toolbar svg,
#kunena.layout .kunena-search svg {
  width: 25px;
  height: 25px;
}

#kcat-icon {
  text-align: center !important;
  width: 100px;
  padding: 25px 10px !important;
}

#section4 table tr:first-child,
#section7 table tr:first-child,
#section11 table tr:first-child,
#section14 table tr:first-child {
  background: #e2e5ea !important;
  font-weight: bold;
}

#section12 table tbody tr:first-child,
#section13 table tbody tr:first-child {
  font-weight: bold;
}

#section4 tbody tr:nth-child(2) td:last-child,
#section7 tbody tr:nth-child(2) td:last-child,
#section11 tbody tr:nth-child(2) td:last-child,
#section12 tbody tr:nth-child(2) td:last-child,
#section13 tbody tr:nth-child(2) td:last-child,
#section14 tbody tr:nth-child(2) td:last-child {
  width: 38%;
}

#section12 #kcat-icon a,
#section13 #kcat-icon a {
  border: 1px solid #bfc7d3;
  padding: 14px 7px;
  border-radius: 3px;
  background: #fff;
}

#kunena.layout #category13 .left-content small,
#kunena.layout #category12 .left-content small {
  display: none !important;
}

.replies,
.views {
  background: #fff
}

#kwho .col-md-1 ul li {
  text-align: center;
}

#ktopicsform {
  background: #fff;
}

#kunena.layout h1 {
  color: #516272;
}

#kstats,
#kwho {
  font-size: 14px !important;
  background: #f0f3f5;
  padding: 15px 15px 5px 15px;
  box-shadow: 0 16px 0px -12px #d8dfe7 !important;
  margin-bottom: 4px;
  background: #f0f3f5 url(https://www.mercadosonoro.pt/templates/cassiopeia/images/skulls-2.png);
}

#kstats .card-body,
#kwho .card-body {
  padding-top: 0;
}

.kmessage-thankyou {
 font-size: 13px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

#kform-login-desktop-submit p:nth-child(2),
#kmobile-form-login-submit p:nth-child(2) {
  font-size: 11px;
  text-transform: uppercase;
}

#kform-login-desktop-submit p:nth-child(2) a,
#kmobile-form-login-submit p:nth-child(2) a {
  display: block;
  margin-top: 6px;
}

.klatest-posttime,
.klatest-cat,
.klatest-author {
  font-size: 12px;
}

.klatest-items li.klatest-item {
  margin: -6px 4px 14px 4px !important;
}

#kunena.layout .kmsg .kmsgtext-confidential,
#kunena.layout .kmsg .kmsgtext-hide {
  margin: 5px 0 0 0;
  font-size: 16px;
  border: 0;
  background: repeating-linear-gradient(135deg, #fff, #fff 5px, #f0f3f5 5px, #f0f3f5 10px);
  color: #516272;
  line-height: 26px;
}

.kquote {
  font-style: italic;
  color: #d85e6f;
}

#postform .rounded {
  border: 1px solid #ddd;
}

#postform .form-group {
  margin-top: 20px;
}

#postform h2 {
  margin-top: 20px !important;
}

#offcanvasKunena .nav-link:hover {
  color: #4d5b69;
  background: #f9fafb;
  border-radius: 3px;
}

#offcanvasKunena .nav-item .active {
  color: #e05f74 !important;
}

.statistics table {
  margin-bottom: 25px !important;
}

.kmsgimage img {
  border-radius: 3px !important;
}

#announcement1 {
  background: #fffec5;
  border-bottom: 4px solid #f4f49b;
  border-top: 1px solid #f4f49b;
  border-left: 1px solid #f4f49b;
  border-right: 1px solid #f4f49b;
  margin-bottom: 30px;
}

#detail-searchoptions .text-center {
  margin-bottom: 16px;
}

#kpost-attachments {
  margin-top: 0 !important;
}

#kunena.layout .topic-item-unread {
  border-left: 1px solid #008000 !important;
}

#kunena.layout .kmsg {
  line-height: 31px;
  font-size: 17px;
  margin: 30px 0;
}

#kunena.layout .kmsg a {
  color: #d85e6f;
}

#kunena.layout .kmsg a:hover {
  color: #465867;
}

#kunena.layout .kmessagepadding {
  padding-bottom: 0;
}

.kreplymessage {
  padding: 5px 10px;
  width: auto;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #ff9000;
  background:#ff9000;
}

#history .row {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
}

#history .kmessage {
  overflow: hidden;
}

#history .kmessage blockquote::before {
  margin-top: -36px;
}

#history .kmessage blockquote::after {
  margin-top: -18px;
  margin-left: 18px;
}

#history .text-muted {
  display: none !important;
}

#history .profilebox {
  padding: 10px 0 5px 0 !important;
  overflow: hidden;
}

#ktopicsform table tr:hover,
#categoryactions table tr:hover {}

#ktopicsform table tr:first-child:hover,
#categoryactions table tr:first-child:hover {
  background: inherit;
}

#kunena.layout .kfrontend h1 small {
  font-size: 14px !important;
  color: #a2aeba;
  border-radius: 3px;
  margin-left: 10px;
}

#kcatcount {
  color: #55738d;
  background: #fff;
  padding: 4px 7px;
  border-radius: 3px;
  margin-left: 10px;
  font-weight: normal;
}

#category13 #kcatcount {
  background: #318dae;
  color: #fff;
  border: 0;
}

#category12 #kcatcount {
  background: #d85e6f;
  color: #fff;
  border: 0;
}

.kwho-globalmoderator {
  color: #a22eb3;
}

#kunena.layout .kwho-moderator {
  color: #52a4df;
}

kunena.layout .kwho-blocked,
#kunena.layout .kwho-banned {
  color: #ff9000;
}

#kunena.layout .kwho-admin {
  color: #5fbd00;
}

#kunena.layout .kwho-globalmod,
#kunena.layout .kwho-globalmoderator {
  color: #a22eb3;
}

#kunena.layout .fa-big,
#kunena.layout .icon-big {
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  color: #465867;
}

#kunena.layout .kloginform {
  background: #f4f7fb;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

#kunena.layout .kloginform .center .add-on {
  background: #e7eaee;
  padding: 7px 0 6px 5px;
  border-top: 1px solid #8f8f9d;
  border-bottom: 1px solid #8f8f9d;
  border-left: 1px solid #8f8f9d;
}

#kunena.layout .kloginform .center input {
  padding: 5px 5px 5px 10px;
}

#kunena.layout .kloginform h1 {
  margin: 20px auto;
}

#kunena.layout .kmsgimage {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

#kunena.layout .kspoiler-wrapper {
  width: 100%;
  min-height: 14px;
  background-color: #fff;
  border-top: 0;
  border-bottom: 0;
  padding: 10px;
}

.bg-info {
  background-color: #fff !important;
  color: #222;
  font-weight: normal;
  padding: 0;
  text-align: left;
}

#postform {
  margin-bottom: 40px !important;
}

#kunena.layout [class*="badger"]::after {
  padding: 8px 15px !important;
  background: none !important;
}

#kunena.layout [class*="badger-left"] {
  box-shadow: none !important;
  padding: 17px 15px 5px 15px !important;
  margin: 0;
}

#kunena.layout .khistory {
  background: none;
  border-radius: 3px !important;
  border: 0 !important;
}

.kattach ul {
  padding-left: 0;
}

#kunena.layout .thumbnail>.btn {
  display: none;
}

.list-group-item {
  border: 0;
}

.replies {
  width: 100%;
  text-align: center;
  display: none
}

.views-new {
  color: #c0ccd8;
}

.views {
  border: 1px solid #dfe5eb;
  text-align: center;
  padding-bottom: 4px;
  width: 62px;
  color: #c0ccd8;
  border-radius: 3px;
}

.replies span,
.views span {
  color: #c0ccd8;
  padding: 4px 0;
  margin-bottom: 1px;
  display: block;
  text-align: center;
}

#filter-time,
.kunena-search {
  display: inline-block;
}

.search_recent {
  margin-top: 8px !important;
}

#section12 table tr:nth-child(2n),
#section13 table tr:nth-child(2n) {
  background: #fff !important;
}

#kunena.layout table .icon-big:hover {
  color: #fff;
  border: 1px solid #c43f4e;
  background: #c43f4e;
}

#kuserform {
  margin-bottom: 25px !important;
}

#kunena.layout .kmsg .images-wrapper,
#kunena.layout .kmessage .images-wrapper {
  display: flex;
  justify-content: space-between;
}

#kunena.layout .message-deleted {
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  opacity: 0.5;
}

#kunena.layout .moved,
#kunena.layout .message-unapproved .badger-left,
#kunena.layout .unapproved,
#kunena.layout .category-stickymsg,
#kunena.layout .deleted,
#kunena.layout .geral-stickymsg {
  background-color: rgba(255, 255, 255, 1) !important;
}

#kunena.layout .kcontenttablespacer {
  display: none;
}

.fancybox-button--play svg:nth-child(2) {
  display: none;
}

#kunena.layout .breadcrumb {
  margin-bottom: 7px;
}

.pagination-container-links {
  padding: 10px 14px 25px 0 !important;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
}
.pagination-container-links ol{
  margin-top: 0 !important;
}

#kunena.layout #search legend {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: auto;
  position: relative;
  background: #fff;
  padding-right: 20px;
  padding-left: 2px;
}

#kunena.layout #search fieldset::before {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 12px;
  top: 9px;
  height: 1px;
  right: 9px;
}

#kunena.layout .embed-container {
  padding-bottom: 86%;
}

#kunena.layout .form-group label {
  float: none !important;
}

.custom-checkbox {
  text-align: left !important;
}

#kunena.layout .thumbnail a[href$=".pdf"] svg {
  width: 4.5rem;
  height: 4.5rem;
  color: #d85e6f;
}


#kunena.layout .thumbnail img {
  width: 150px !important;
  height: auto !important;
  max-height: none !important;
}

#kunena.layout ul.thumbnails {
  margin-bottom: 0 !important;
  width: 100%;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: -3px;
}

#kunena.layout ul.thumbnails audio {
  order: 1;
}

#kunena.layout ul.thumbnails p {
  order: 1;
}

#kunena.layout .thumbnails li {
  padding: 0;
  width: 24.5%;
}

#kunena.layout .bbcode_code_head {
  display: none;
}


/* RESPONSIVE STYLES KUNEMA FORUM */

@media (max-width: 767px) {

  #section11 {
    padding: 1rem;
  }

  .bares-index {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
    gap: 5px;
    justify-items: start;
  }

  .bares-index a {
    padding: 5px 5px;
    min-width: 32px;
  }

  .bares-lista {
    grid-template-columns: 1fr;
  }

  #kunena.layout .topictitle {
    line-height: 30px;
  }

  .mobili {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    text-align: center;
  }

  #kunena.layout #section4 .nowrap,
  #kunena.layout #section7 .nowrap,
  #kunena.layout #section14 .nowrap {
    display: none;
  }


  .number-left,
  .number-right {
    flex: 0 1 auto;
  }

  #section11 .header-header {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
  }

  #section11 .number-right {
    text-align: right !important;
  }

  .navbar .float-end {
    margin-right: -6px;
  }

  .pagination-container-links {
    padding: 10px 19px 1px !important;
    margin: 0 -18px;
    margin-bottom: 20px;
    background: #f0f3f5;
  }

  .navbar-expand-lg {
    margin: 0px -16px 0 -16px;
    padding: 5px 18px 0 0;
  }

  #kunena.layout .kmsg .images-wrapper {
    display: block !important;
  }

  #results1 {
    width: 100% !important;
  }

  #section11 ul li.subcats {
    flex: 1 1 45%;
  }

  #kunena.layout #section11 small {
    text-align: left;
  }

  #kunena.layout ul.thumbnails {
    display: block;
  }
  
  .tabelabar {
  padding: 10px 15px 10px 15px;
  }
  .tabelabar::before {
  display:none
  }
}

@media (max-width: 768px) {

  #kunena.layout .kcat-item {
    flex-basis: calc(100% / 1) !important;
    max-width: calc(100% / 1) !important;
    padding: 0 !important;
  }

  #section11 ul li.subcats {
    margin: 0;
  }

  #klogin-mobile {
    margin-top: -12px !important;
  }

  #kcatcount {
    margin-left: 0;
  }

  #kunena.layout select {
    width: 100% !important;
  }

  #kuserform td .form-control {
    width: 100% !important;
  }

  #kunena.layout #kmobile-userdropdown .input-group input {
    width: calc(100% - 59px);
  }

  #kmobile-loginform .input-group-text {
    display: block;
    float: right;
  }

  #main-search .row {
    --gutter-x: 0;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {

#kunena.layout {
  margin-top: -95px;
}

#section11 ul li.subcats {
  padding: 10px 0;

}

  #klogin-mobile {
    margin-top: -12px;
  }

  #kunena.layout ul.thumbnails {
    display: block;
  }

  #kunena.layout #section4 .nowrap,
  #kunena.layout #section7 .nowrap,
  #kunena.layout #section14 .nowrap {
    display: none;
  }

  #kunena.layout #kmobile-userdropdown .input-group input {
    width: calc(100% - 56px);
  }

  #kmobile-loginform .input-group-text {
    display: block;
    float: right;
  }

  #kunena.layout #kmobile-loginform svg {
    width: 21px;
    height: 18px;
  }

  #section11 ul li.subcats {
    width: 50%;
  }

  .last-message {
    flex-wrap: nowrap;
  }

  .last-message>* {
    flex-shrink: 1 !important;
  }
}

@media (max-width: 375px) {

  #section11 ul li.subcats {
    padding: 6px 0;
  }
#kunena.layout #section11 .kcat-item .kcat-inner {
  padding: 20px 10px;
}

}