.page-wrapper {
  min-height: 100vh;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column; }

#main-content {
  padding-top: 30px;
  padding-bottom: 100px; }

a:not(:hover) {
  text-decoration: none; }

a, a:hover {
  color: inherit; }

.standard-link {
  color: #337ab7; }

.modal i {
  cursor: pointer;
  margin-left: 5px; }
.modal i:focus {
  outline: none; }

i[data-bs-toggle="popover"] {
  cursor: pointer;
  margin-left: 5px; }

i[data-bs-toggle="popover"]:focus {
  outline: none; }

body#about #main-content,
body#terms-and-conditions #main-content,
body#privacy-policy #main-content,
body#contact #main-content {
  font-weight: normal;
  color: #4a4a4a;
  padding-bottom: 70px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 200px;
  overflow: hidden; }

body#about #main-content h1,
body#terms-and-conditions #main-content h1,
body#privacy-policy #main-content h1,
body#contact #main-content h1,
body#pricing #main-content h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px; }

body#about #main-content h2,
body#terms-and-conditions #main-content h2,
body#privacy-policy #main-content h2,
body#contact #main-content h2,
body#pricing #main-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px; }

body#about #main-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400; }

body#about #main-content p,
body#terms-and-conditions #main-content p,
body#privacy-policy #main-content p,
body#contact #main-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #4a4a4a; }

body#terms-and-conditions #main-content li,
body#privacy-policy #main-content li,
body#contact #main-content li,
body#pricing #main-content li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px; }

body#terms-and-conditions #main-content li > a,
body#privacy-policy #main-content li > a,
body#contact #main-content li > a,
body#pricing #main-content li > a {
  color: #4a4a4a; }

.message-template {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black; }

@media only screen and (min-width: 768px) {
  #main-content {
    padding-top: 40px;
    padding-bottom: 150px; } }
.register-btn {
  background-color: #df1100;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1.25rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px; }

.register-btn:focus {
  outline: none;
  box-shadow: none; }

.register-btn:hover {
  background-color: #c80f00;
  color: white; }

.register-btn:active {
  background-color: #b40d00; }

.footnote {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 27px;
  color: #4a4a4a; }

.pricing-table tbody tr {
  font-size: 14px; }

#main-content {
  padding: 20px; }

#main-content #main-stats-cards .card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }

#main-content #main-stats-cards .card-body {
  padding: 1.5rem; }

#main-content #main-stats-cards .card-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #6e6e80; }

#main-content #main-stats-cards .card-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #202123; }

#main-content .table {
  margin-bottom: 0;
  color: #202123; }

#shop-panel #transaction-table {
  overflow: visible !important; }

#main-content .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f8; }

#main-content .table-hover tbody tr:hover {
  background-color: #e5e5e5; }

#main-content .card-header {
  font-weight: bold;
  border-bottom: 1px solid #d9d9e3;
  background-color: #ffffff;
  color: #202123; }

#main-content .table th {
  border-top: none;
  border-bottom: 1px solid #d9d9e3; }

#main-content .table td {
  border-top: 1px solid #d9d9e3;
  position: relative; }

#dateRange {
  cursor: default;
  background-color: #ffffff;
  border: none;
  border-left: 1px solid #d9d9e3;
  height: 100%; }

.input-group {
  height: 100%; }

.input-group .btn-outline-secondary {
  color: #6e6e80;
  border: none;
  border-radius: 0;
  height: 100%;
  padding: 0.75rem 1.5rem; }

.input-group .btn-outline-secondary:hover,
.input-group .btn-outline-secondary:focus {
  background-color: #f7f7f8;
  color: #202123; }

.dropdown {
  position: relative; }

.dropdown-menu {
  position: absolute;
  min-width: 120px;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  background-color: #fff;
  border: 1px solid #d9d9e3;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1500; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #6e6e80;
  text-decoration: none; }

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f7f7f8;
  color: #202123; }

.fa-circle-ellipsis {
  cursor: pointer; }

#main-content .card-header .input-group {
  width: 100%; }

#dateRange {
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0; }

.transaction-row, .clicks-row, .clicks-details-row {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative; }

.transaction-row .validation-icon {
  font-size: 16px; }

.transaction-row .green {
  color: green; }

.transaction-row .red {
  color: red; }

.stats-details {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #6e6e80; }

.stat-item {
  display: inline-block;
  margin-right: 1rem; }

.stat-item:last-child {
  margin-right: 0; }

.total-label, .click-count-label {
  font-size: 0.875rem;
  font-weight: normal;
  color: #6e6e80;
  display: inline-block;
  margin-right: 1rem; }

@media only screen and (max-width: 768px) {
  .stats-details {
    font-size: 0.8rem; }

  .stat-item {
    display: block;
    margin-right: 0;
    margin-bottom: 0.25rem; } }
:root {
  --bs-primary: #df1100;
  /* Brand red */
  --bs-secondary: #6e6e80;
  /* Medium gray */
  --bs-success: #28a745;
  /* Green */
  --bs-info: #0dcaf0;
  /* Blue */
  --bs-warning: #ffc107;
  /* Yellow */
  --bs-danger: #dc3545;
  /* Red */
  --bs-light: #f7f7f8;
  /* Light gray */
  --bs-dark: #202123;
  /* Dark gray */ }

/* Base styles */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased; }

/* Card styling */
#main-stats-cards .card {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: none; }

.card-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--bs-secondary); }

.stats-details {
  padding-top: 1rem;
  border-top: 1px solid var(--bs-light); }

/* Table styling */
.table {
  border-collapse: separate;
  border-spacing: 0; }

.table th {
  background-color: var(--bs-light);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  padding: 1rem; }

.table td {
  padding: 1rem;
  vertical-align: middle; }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02); }

.clicks-details-row td.product-id-cell {
  max-width: 200px !important;
  width: 200px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important; }

/* Status indicators */
.status-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px; }

.status-pending {
  background-color: var(--bs-warning); }

.status-approved {
  background-color: var(--bs-success); }

.status-rejected {
  background-color: var(--bs-danger); }

/* Date range picker */
.daterangepicker {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }

.daterangepicker .ranges li.active {
  background-color: var(--bs-primary); }

#dateRange {
  background-color: transparent;
  border: 1px solid var(--bs-light);
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer; }

/* Button styling */
.btn {
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 16px; }

/* Responsive adjustments */
@media (max-width: 768px) {
  #main-stats-cards .card {
    margin-bottom: 1rem; }

  .table td {
    white-space: nowrap; }

  .stats-details {
    flex-direction: column; }

  .stat-item {
    margin-bottom: 0.5rem; } }
#shop-panel-cps header.page-header,
#shop-panel-cpc header.page-header {
  border-bottom: 1px solid #d9d9e3; }

#main-stats-cards .card {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  min-height: 180px; }

#main-stats-cards .card .card-body {
  padding: 1.5rem; }

#main-stats-cards .card-title {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6e6e80;
  margin-bottom: 0.5rem; }

#main-stats-cards .card-text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #202123; }

#main-stats-cards .stats-details {
  border-top: 1px solid #f0f0f0;
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 0.85rem;
  color: #6e6e80; }

/* Keep the input group uniform */
.input-group {
  flex-wrap: nowrap;
  /* Typically default, but ensure it's not wrapping */
  height: 48px;
  /* Example fixed height to unify items */ }

.input-group .btn-outline-secondary {
  border-radius: 6px 0 0 6px;
  height: 100%;
  padding: 0 1rem;
  border-right: 1px solid #d9d9e3; }

#dateRange {
  border-radius: 0 6px 6px 0;
  height: 100%;
  padding: 0 1rem;
  background-color: #fff;
  width: 180px;
  /* Or something that fits your design */ }

/* Table header styling */
#main-content .table th {
  background-color: #f9f9f9;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-top: none; }

/* Table row hover effect */
#main-content .table-hover tbody tr:hover {
  background-color: #f1f1f1; }

.total-row {
  font-weight: bold;
  background-color: #f9f9f9;
  border-top: 2px solid #d9d9e3; }

#main-content {
  padding: 40px 20px;
  /* Increase vertical space */ }

#main-stats-cards .row {
  margin-bottom: 2rem; }

#transaction-table.table-responsive {
  overflow: visible; }

header .navbar > .navbar-brand {
  font-weight: 500;
  font-size: 1.75rem;
  font-family: 'Rubik', sans-serif; }

header .navbar > .navbar-brand > span {
  color: #df1100; }

#header-links a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #4a4a4a;
  text-decoration: none;
  text-transform: uppercase; }

footer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #acb4c2;
  background-color: white;
  padding: 1rem 1.5rem 1rem;
  margin-top: auto; }

footer a {
  font-size: 15px;
  line-height: 2.4em;
  color: rgba(41, 70, 97, 0.7); }

footer a:hover {
  color: rgba(41, 70, 97, 0.7);
  text-decoration: none; }

footer p {
  font-size: 13px;
  color: rgba(41, 70, 97, 0.3);
  margin: 0px; }

footer #cookies-consent-button {
  background-color: #df1100;
  color: white;
  border: none;
  padding: 6px 12px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px; }

body#product .offers .offer .btn-container {
  font-family: Open Sans,sans-serif;
  font-size: 12px;
  font-weight: 600;
  flex: 0 0 100px; }

a.btn-go-to {
  display: inline-block;
  max-width: 180px;
  border: none;
  background-color: #df1100;
  padding: 0px 13px;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  cursor: pointer;
  color: white;
  text-decoration: none; }

.btn-search, .btn-search:hover {
  background-color: #df1100;
  border-color: transparent;
  color: white; }

.btn-search:focus {
  outline: 0; }

body#brand #form-filter button.filter-button {
  background-color: #df1100;
  color: white; }

#hide-filters {
  font-size: 50px;
  color: #4a4a4a;
  text-decoration: none; }

.standard-form button[type="submit"],
.standard-form button[type="submit"]:hover,
.standard-form button[type="submit"]:active {
  width: 100%;
  background-color: #df1100;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
  color: white; }

#form-filters-container {
  position: static;
  top: 0px;
  left: 0px;
  z-index: 4;
  background-color: white;
  padding-top: 20px; }

#form-filters {
  margin-right: 12px; }

#form-filters .brand-checkbox-container {
  margin-top: 15px;
  margin-bottom: 20px;
  height: 300px;
  overflow-y: auto; }

span#reset-filters {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  margin: 20px 0px;
  color: #8f9eaf; }

#form-filters h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222;
  margin: 0; }

#form-filters h3 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase; }

#form-filters #categories a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
  padding-bottom: 9px; }

#form-filters #categories a.active {
  font-weight: 500; }

#form-filters #categories-filters fieldset {
  display: none; }

#form-filters h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  padding: 5px 0px;
  margin: 0; }

#form-filters label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #222; }

#form-filters #filter-brand label {
  text-transform: capitalize; }

#form-filters .icheck-primary {
  padding: 4px 0px; }

form#search-bar {
  width: 50%;
  position: relative; }

.suggestions {
  width: 100%;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px; }

.suggestions .list-group-item {
  padding: 12px 20px;
  color: #495057; }

.suggestions .list-group-item.active {
  color: white; }

.suggestions span.brand {
  font-weight: 500; }

form#search-bar .suggestions {
  position: absolute;
  z-index: 2;
  width: 100%;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px; }

form#form-filters i {
  padding-left: 5px;
  font-size: 16px; }

.form-header h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 300; }

.form-header p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400; }

.standard-form label {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700; }

.standard-form label.consent {
  font-weight: 400; }

.standard-form label:first-letter {
  text-transform: uppercase; }

.standard-form input[name="shop-selection-mode"] + label:first-letter,
label[for="watchlist-form-size-unit-ml"]:first-letter,
label[for="watchlist-form-size-unit-g"]:first-letter,
label[for="notification-form-size-unit-ml"]:first-letter,
label[for="notification-form-size-unit-g"]:first-letter {
  text-transform: lowercase; }

.standard-form label a {
  color: #337ab7; }

#form-sort-mobile label {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400; }

#form-sort-mobile label:first-letter {
  text-transform: uppercase; }

.login-form-links {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: grey; }

.login-form-links a {
  color: black; }

#filter-lowest-price-in-shop {
  padding-top: 2px; }

#filter-lowest-price-in-shop .price-margin,
#filter-lowest-price-hist .price-margin,
#filter-price-drop .price-drop {
  width: 110px; }

@media only screen and (max-width: 767px) {
  form#search-bar {
    width: 100%; }

  .suggestions .list-group-item {
    font-size: 18px;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px; }

  #form-filters #categories a {
    height: 48px; } }
.card-product {
  height: 100%; }

.card-product img {
  object-fit: contain;
  max-width: 100%;
  max-height: 72%;
  width: auto;
  height: auto; }

/*# sourceMappingURL=styles.css.map */
