@charset "UTF-8";

/* Pagination Styles */
.pagination-container {
    margin: 20px 0;
    text-align: center;
    clear: both;
}

.pagination {
    display: inline-block;
    margin: 10px 0;
}

.pagination-link, .pagination-current, .pagination-dots {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 3px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #0000A0;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.2s;
}

.pagination-link:hover {
    background-color: #0000A0;
    color: white;
    border-color: #0000A0;
}

.pagination-current {
    background-color: #0000A0;
    color: white;
    border-color: #0000A0;
    font-weight: bold;
}

.pagination-dots {
    border: none;
    background: none;
    color: #666;
}

.premium-badge {
    background-color: #FFD700;
    color: #000;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: bold;
}

/* Filter Controls */
.filter-container {
    background-color: #f8f9fa;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.filter-group {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.filter-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.filter-group select, .filter-group input {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

.filter-button {
    background-color: #0000A0;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.filter-button:hover {
    background-color: #000080;
}

.results-info {
    margin: 10px 0;
    font-weight: bold;
    color: #666;
}

.verdict {
}
.verdict .description {
}
.verdict .amount {
}
.verdict .dateAndState {
}
.verdict .date {
}
.verdict .state {
}

#menuToggle {
  display: block;
  position: relative;
  top: 0px;
  left: 10px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 170px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 170px;
  margin: 0px 0 0 -10px;
  padding: 10px;
  padding-top: 0px;

  background: #ffffff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: none;
}

#menu li {
  padding: 3px 0;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
  display: block;
}

button.enhanceprofile {
  background-color: red;
  color: white;
  margin: 0 auto;
  font-size: 1.25rem;
  border: 2px solid red;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: block;
}

.supportcharge .stripe-button-el,
.supportcharge {
  display: inline !important;
}

.supportcharge,
#support {
  text-align: center;
  margin: 0 auto;
}

.stripe-button {
  background: red !important;
  background-image: none !important;
  color: #fff;
  padding: 0.3rem;
  border: none;
  display: inline !important;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
