<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accordion-button {
  padding: 0.5rem 0.75rem;
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color: var(--themeblack);  
}
.accordion-button:not(.collapsed)::after {
  filter: grayscale(1) brightness(10);
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion-body {
  padding: 0;
}
.list-group {
  border-radius: 0;
}
.list-group-item {
  cursor:pointer;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.form-check-input:checked {
  background-color: var(--theme-primary-alpha);
  border-color: var(--theme-primary);
}
.form-check-input:focus {
  border-color: var(--theme-primary);
  box-shadow: 0 0 0 0.25rem rgb(161 161 161 / 25%);
}
#categories-list &gt; label {
  color: white;
  font-weight: 600;
  background-color: var(--themeblack);
  line-height: 1rem;
  padding: 0.75rem 1rem;
}
#categories-list .list-items &gt; label {
  padding: 0;
}
#categories-list .list-items &gt; label &gt; a {
  color: var(--themeblack);
  text-decoration: none;
  padding: .5rem 1rem;
  padding-left: 1.5rem;
  display: block;
  transition-duration: var(--theme-transition-dur);
}
  #categories-list .list-items &gt; label &gt; a:hover {
    background-color: var(--theme-primary-alpha);
  }
  #categories-list .list-items &gt; label &gt; a:after {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    color: var(--theme-primary);
    position: absolute;
    left: 10px;
    top: 0.75rem;
    font-size: 0.7rem;
    font-weight: 600;
  }

a.button-back,
a.button-back:hover {
  background-color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
} 
  a.button-back &gt; i { transition-duration: var(--theme-transition-dur); }
  a.button-back:hover &gt; i {
    transform: translateX(-5px);
  }

.grid-opt-buttons {
  margin-bottom: 15px;
}
a.button-opt,
a.button-opt:hover {
  background-color: white;
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 15px;
  padding: 0 0.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin: 0;
  width: calc( 50% - 0.2rem) !important;
  height: 2.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;  
} 
  a.button-opt &gt; span {
    margin: 0 0.5rem;
  }
  a.button-opt.active {
    color: #333;
  }
  a.button-opt &gt; i {
    color: inherit;
  }
  

/*
@media screen and (min-width:768px){
  .grid-showcase {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 70vh;
    padding-right: 10px;
  }
  .grid-showcase::-webkit-scrollbar {
    width: 2px !important;
  }
  .grid-showcase::-webkit-scrollbar-thumb {
    background: #dadada;
  }  
}
*/</pre></body></html>