/*buttons*/
button.btn.btn-primary {
    background: #141e3e;
    border-color: #141e3e;
}
button.filter-search-actions__button.btn.btn-primary.js-stools-btn-clear {
    border-radius: 5px;
}

.btn-mini {
    background-color: transparent;
    color: #6c757d;
    padding: 6px 12px; /* Increased padding for larger size */
    font-size: 14px; /* Increased font size */
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    margin: 2px;
    vertical-align: middle;
}
.btn-mini i {
    color: #6c757d;
    width: 18px; /* Increased icon width */
    height: 18px; /* Increased icon height */
    display: inline-block;
    vertical-align: middle;
    font-size: 16px; /* Increased icon size */
}
.btn-mini:hover {
    background-color: #e9ecef;
    /* border:0px; */
    /* border-color: #5a6268; */
    color: #5a6268;
}


/*tabs*/

/* Base styling */
@media (max-width: 768px) {
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; /* space between buttons */
  justify-content: center;
  padding: 0.5rem;
}

/* Buttons appearance */
.filter-buttons button {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

/* Mobile specific styling */
  .filter-buttons {
    justify-content: flex-start;
    padding: 0px;
  }

  .filter-buttons button {
    flex: 1 1 auto;
    min-width: 45%;
    text-align: center;
  }
}





/*advanced filter*/

.js-stools {
    position: relative;
}

.js-stools-container-filters.clearfix.js-stools-container-filters-visible {
    position: absolute;
    z-index: 99;
    background: #141e3e;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    left: -50px;
    width: 100%;
    grid-gap: 8px;
    padding: 10px 5px 0px 10px;
}


.js-stools-container-filters .chosen-container  {
    background: #fff;
    width: 100%!important;
    height: 100%!important;
    vertical-align: middle;
    border-radius:5px;
}

.js-stools-container-filters .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0px 10px;
}

.js-stools-container-filters .chosen-container-single .chosen-single span {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
}

.js-stools-container-filters .chosen-container-single .chosen-single {
    height: auto;
    overflow: visible;
}

.js-stools-container-bar .btn-toolbar {
    gap: 8px!important;
    justify-content: space-between;
}

.js-stools-container-bar {
    padding: 0px;
}

@media screen and (max-width:992px){
.js-stools-container-filters.clearfix.js-stools-container-filters-visible {
    left: 0px;
    top: 0px;
}

.js-stools-container-bar .btn-toolbar>* {
    margin: 4px 0;
    margin-inline-end: 0px;
}

.search-tools {
    width: 100%;
}}


/*joomla edit tab*/

joomla-tab#myTab label {
    display: block;
    width: 100%;
}

.front-end-edit .form-horizontal .controls {
    margin: 0px;
    margin-top: 30px;
}


/*icons*/
.icon-publish::before {
  font-family: 'Font Awesome 5 Free'; /* or 'Font Awesome 6 Free' based on your version */
  content: "\f058"; /* Unicode for 'check-circle' */
  font-weight: 900; /* Needed for solid style (Font Awesome 5/6) */
  color: #28a745; /* Optional: green color */
  font-style: normal;
  font-size:20px;
}

.icon-unpublish::before {
  font-family: 'Font Awesome 5 Free'; /* or 'Font Awesome 6 Free' based on your version */
  content: "\f057"; /* Unicode for 'check-circle' */
  font-weight: 900; /* Needed for solid style (Font Awesome 5/6) */
  color: #dc3545; /* Optional: green color */
  font-style: normal;
  font-size:20px;
}

a.btn.btn-micro.active {
    border: 0px; padding
}

.filter-search-bar__button-icon::before {
        content: "\f002"; /* FontAwesome example */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }





/*EO universal style*/