body {
  flex-direction: column !important;
  min-height: 100dvh !important;
  font-optical-sizing: auto;
  font-style: normal;
}

div.contentWrapper {
  background: white !important;
}

div.contentWrapper div.site {
  background: white !important;
}

.contentWrapper {
  flex-grow: 1 !important;
}

.entry-content {
  padding: 0 40px !important;
}

.alert {
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0 !important;
  padding: 10px !important;
  /* padding: 10px 0 !important; */
  margin: 0 !important;
  width: 100%;
  text-align: center !important;
  font-size: 1rem;
}

.error {
  background: #ffe2e2 !important;
  color: #991919 !important;
  border-color: #991919 !important;
}

.success {
  background: #dcfce7 !important;
  color: #116932 !important;
  border-color: #116932 !important;
}

.warning {
  background: #ffedd5 !important;
  color: #92310a !important;
  border-color: #92310a !important;
}

.info {
  background: #dceafe !important;
  color: #173da6 !important;
  border-color: #173da6 !important;
}

table.noBorder {
  border: none !important;
}

table.noBorder td {
  border: none !important;
}

.w-full {
  width: 100% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.w-fit {
  width: fit-content !important;
}

.h-full {
  height: 100% !important;
}

.sectionTitle {
  margin-top: 10px !important;
}

.para {
  padding: 6px 0 16px !important;
}

.objectControls {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px !important;
  gap: 1rem;
}

table {
  margin: 0 !important;
}

.objectListingTable.data {
  margin: 0 !important;
}

/* Modal */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  font-size: 0.75rem;
  font-weight: bold;
}

/* Buttons */
.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.75rem !important;
}

.btn-lg {
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
}

.btn {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  /* border-radius: 8px !important; */
  color: white !important;
  padding: 0.5rem 0.75rem !important;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  border: none !important;
}

.btn-link:link {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  border-radius: 8px !important;
  padding: 0.5rem 0.75rem !important;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  background: #fff !important;
  color: #7f56d9 !important;
  border: 1px solid #7f56d9 !important;
  transition: all 0.3s;
}

.btn-link:hover {
  background: #f0f0f0 !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
}

.loader {
  width: 25px;
  height: 25px;
}

a.primary,
a.primary:link,
a.primary:focus,
a.primary:visited {
  color: #7f56d9 !important;
  outline: #7f56d9;
  outline-width: 3px;
  outline-style: solid;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 5px 10px !important;
}
a.primary:hover {
  background: oklch(0.702 0.183 293.541) !important;
  color: #fff !important;
}

button.primary {
  background: #7f56d9 !important;
}

button.primary:hover {
  background: #6c4bb1 !important;
}

button.primary:focus {
  outline: none !important;
  background: #7a5ac3 !important;
}

button.primary:active {
  background: #5b3f8f !important;
}

button.primary-outline {
  background: #fff !important;
  color: #7f56d9 !important;
  border: 1px solid #7f56d9 !important;
}

button.primary-outline:hover {
  background: #f9fafb !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
}

/* Secondary */
button.secondary {
  background: #f9fafb !important;
  color: #475467 !important;
  border: 1px solid lightgray !important;
}

button.secondary {
  background: #f9fafb !important;
}

button.secondary:hover {
  background: #f0f2f5 !important;
}

button.secondary:focus {
  outline: none !important;
  background: #e5e7eb !important;
}

button.secondary:active {
  background: #d1d5db !important;
}

/* disabled property styles */
button:disabled {
  cursor: not-allowed !important;
  opacity: 0.75 !important;
  background: rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.35) !important;
}

/* Buttons end */

.link-primary {
  color: #7f56d9 !important;
  font-weight: 600;
}

.link-primary:hover {
  color: #6c4bb1 !important;
}

.link-primary:link {
  text-decoration: none !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.content-card {
  /* display: flex; */
  flex-direction: column;
  background: white;
  border-radius: 10px;
  align-items: center;
  border: 1px solid lightgray;
  padding: 1rem;
  box-shadow: 0px 0px 10px 0px #0000001f;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 0;
  background: white;
  border-radius: 10px;
  align-items: center;
  min-width: 450px;
}

@media (max-width: 900px) {
  .card {
    min-width: 350px;
  }

  .w-mobile-full {
    width: 100% !important;
  }
}

.card img {
  border: 1px solid lightgray;
  border-radius: 10px;
}

.card h1 {
  color: #101828 !important;
}

.card span {
  color: #475467;
  font-size: 1rem;
}

.card form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  align-items: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

#title-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex {
  display: flex !important;
  align-items: center;
  gap: 1rem;
}

.flex.hiddenFlex {
  display: none !important;
}

.flex-col {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start !important;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center !important;
}

.flex-start {
  justify-content: flex-start !important;
}

.flex-end {
  justify-content: flex-end !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.AI {
  color: #16a34a !important;
}

.predicted {
  color: #3b82f6 !important;
}

.icon-sm {
  width: 1rem;
  height: 1rem;
}

.flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-column-gap: 1rem !important;
  grid-row-gap: 1rem !important;
}

.grid-auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
}

@media (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.productItem {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: white;
  align-items: center;
  transition: all 0.5s ease;
  border-bottom: 1px solid lightgray;
  box-shadow: 0px 0px 10px 0px #0000001f;
  border-radius: 10px;
  pointer-events: all;
}

.productItem:hover {
  /* extra shadow */
  box-shadow: 0px 0px 10px 0px #0000003f;
  transform: translateY(-5px);
  /* scale zoom */
  transform: scale(1.05);
}

.productItem img.constrainedImage {
  border-radius: 10px;
  max-width: 225px;
  max-height: 225px;
}

.productItem img.constrainedImageMini {
  max-width: 125px;
  max-height: 125px;
}

.productItem .bottom {
  display: flex;
  flex-direction: column;
  gap: 1px !important;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}

.gap-25 {
  gap: 0.25rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.productItem .bottom .name {
  /* font-size: 1rem; */
  font-size: 0.75rem;
  font-weight: 600;
  color: #101828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-width: 225px;
  -webkit-box-orient: vertical;
}

.max-w-auto {
  max-width: 100% !important;
}

.productItem .bottom div.viewLink {
  display: none;
}

.productItem .marketplaceImage {
  position: relative;
  height: 0px;
}

.priceBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.boxLabel {
  color: #101828;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  font-size: 0.75rem;
}

.boxPrice {
  color: #24133a;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px;
}

.profit {
  color: #0388a9 !important;
}

.none {
  display: none !important;
}

.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 stroke=%27%23000%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate%28360deg%29%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class=%27spinner_V8m1%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%279.5%27 fill=%27none%27 stroke-width=%273%27%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 stroke=%27%23000%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate%28360deg%29%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class=%27spinner_V8m1%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%279.5%27 fill=%27none%27 stroke-width=%273%27%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.loading-spinner {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 stroke=%27%23000%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate%28360deg%29%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class=%27spinner_V8m1%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%279.5%27 fill=%27none%27 stroke-width=%273%27%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 stroke=%27%23000%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate%28360deg%29%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class=%27spinner_V8m1%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%279.5%27 fill=%27none%27 stroke-width=%273%27%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.sectionTitle {
  /* font-size:20px;
    font-weight:500;
    border-top:3px solid <?=$this->darkColour?>;
    border-left:3px solid <?=$this->darkColour?>;
    border-right:3px solid <?=$this->darkColour?>; */

  /* background-color:<?=$this->darkColour?>;
    color:#FFF;
    margin-top: 50px;
    padding:8px 20px 6px;  */

  color: #24133a;
  font-weight: 600;
  /* font-size: 2rem; */
  font-size: 1.5rem;
  line-height: 38px;
}

/* Tabs */
.tab {
  overflow: hidden;
  /*
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  */
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  margin-bottom: 1rem;
}

.tablinks {
  border-right: 1px solid #ccc !important;
  font-size: 0.75rem;
}

.searchProductResult {
  /* background: #f0f0f0; */
  border: solid 1px lightgray;
  border-top: none;
  height: 165px;
  min-height: 165px;
}

.searchProductResult img {
  padding: 0.5rem;
  max-width: 125px;
  max-height: 125px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #0000001f;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 1rem;
}

.p-1 {
  padding: 1rem;
}

.p-05 {
  padding: 1rem;
}

.pt-0 {
  padding-top: 0 !important;
}
.p-0 {
  padding: 0 !important;
}

.searchProductResult div.name {
  font-size: 1rem;
  font-weight: 600;
  color: #101828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.rating {
  position: relative;
  font-size: 0.8em;
  padding: 3px;
  height: 1.5rem;
  background-color: #dedede;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #000;
  width: 100%;
}

.rating .ratingBar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: white;
  mix-blend-mode: difference;
}

.favIcon {
  font-size: 2rem;
  cursor: pointer;
}

.favActive {
  color: #ef4444;
}

.compareActive {
  color: #ff762d !important;
}

.favInactive {
  color: #9ca3af;
}

#note {
  resize: none;
  /* box-sizing: content-box; */
}

textarea {
  padding: 0.5rem 0.75rem !important;
}

table.table {
  border-collapse: separate;
  width: 100%;
}

table.table th {
  background: #f9fafb;
  border-bottom: 1px solid lightgray;
  padding: 0.5rem 0.75rem;
  text-align: left;
}

table table.table tfoot {
  background: #f9fafb;
}

table.table tfoot tr {
  border-top: 1px solid lightgray;
}

table.table caption {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
}

table.table tr {
  border-bottom: 1px solid lightgray;
}

table.table td {
  padding: 0.5rem 0.75rem;
}

table.table-sm td {
  padding: 0.25rem 0.5rem !important;
  font-size: 12px !important;
}

table.table-sm tr td:nth-child(2) {
  text-align: right;
}

.right {
  text-align: right;
}

.bold {
  font-weight: 600;
}

hr.divider {
  margin: 0;
  width: 100%;
}

.input-group {
  display: flex;
  align-items: center;
  color: var(--contrast);
  border-color: var(--base);
}

.input-group-append {
  padding: 0 0.5rem;
}

.gb-container-eae04a8a {
  /* padding: 40px 0 !important; */
  padding: 40px 10px !important;
}

.gb-container-39517758 {
  padding: 0 !important;
  margin-top: 0 !important;
}

.cursor-disabled {
  cursor: not-allowed !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.v-divider {
  width: 10px;
}

.swal2-title {
  font-size: 1rem !important;
}

.planImage {
  max-width: 150px;
}

.planCard {
  padding: 1rem;
  background: #f8fafc;
  background: #f1f5f9;
  box-shadow: 0px 0px 10px 0px #0000001f;
  transition: all 0.5s ease;
  border: 1px solid lightgray;
}

.planCard:hover {
  box-shadow: 0px 0px 10px 0px #0000003f;
  transform: translateY(-5px);
}

.planCard select {
  padding: 0.5rem 0.75rem;
  border: 1px solid lightgray;
  background: #fff;
  color: #374151;
  box-shadow: 0px 0px 4px 0px #0000001f;
  min-height: 34px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.t-0 {
  top: 0;
}

.l-0 {
  left: 0;
}

#latestSeachWrapper {
  position: absolute;
  top: 33px;
  left: 0;
  background: white;
  width: 100%;
  height: fit-content;
  max-height: 200px !important;
  border: solid 1px lightgray;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-y: auto;
}

#latestSeachWrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#latestSeachWrapper ul li {
  padding: 0.25rem 0 0.25rem 0.5rem;
  text-align: left;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 0.75rem;
}

#latestSeachWrapper ul li:hover {
  background: lightgray;
}

.odd {
  background: #f0f0f0;
}

.even {
  background: #fff;
}

.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
  /* background-color: #009879; */
  background: linear-gradient(
    245.97deg,
    #ffb400 0.11%,
    #ff762d 34.04%,
    #c14bac 66.96%,
    #825fff 99.89%
  );
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:hover {
  background-color: #f9f9f9;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #ff762d;
}

.multi-button {
  background: lightgray;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #0000001f;
}

.multi-button button {
  padding: 0.5em 1em;
  background: #fff;
  color: #4a5568;
  border: 0px solid #a0aec0;
  margin: 0.1em;
  transition:
    0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  box-shadow: 0 0 0 #bee3f8;
  transform: translateY(0);
  border-radius: 0.5em;
}

.multi-button:hover button {
  color: #a0aec0;
}

.multi-button:hover button:hover {
  background: #ff762d;
  color: #fff;
  box-shadow: 0 0 0.8em 0 #ff762d;
  transform: translateY(-0.1em);
}

.multi-button:hover button i {
  color: #cbd5e0;
}

.multi-button:hover button:hover i {
  color: #fed7e2;
  transform: rotate(-10deg);
}

.multi-button button.active {
  background: #ff762d;
  color: #fff;
  box-shadow: 0 0 0.8em 0 #ff762d;
  transform: translateY(-0.1em);
}

.text-lg {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 1.5rem;
}

.priceCard {
  padding: 0.5rem;
  background: white;
  box-shadow: 0px 0px 10px 0px #0000001f;
  transition: all 0.5s ease;
}

.priceCard:hover {
  box-shadow: 0px 0px 10px 0px #0000003f;
  transform: scale(1.05);
}

.user-sub-menu {
  width: fit-content !important;
}

.userListItem,
.userListItem a {
  user-select: none !important;
  border-bottom: solid 1px white !important;
  white-space: nowrap !important;
}

.userListItem:hover {
  border-bottom: solid 1px white !important;
}

.input-group {
  width: 100%;
  display: flex;
}

.input-addon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: #f9fafb;
  min-height: 36px;
  border: 1px solid lightgray !important;
  box-shadow: 0px 0px 4px 0px #0000001f !important;
}

.input-prefix {
  border-right: none !important;
}

.input-suffix {
  border-left: none !important;
}

.user-sub-menu .menu-item {
  display: flex !important;
  align-items: center !important;
  padding-left: 5px !important;
}

.user-sub-menu .menu-item i {
  margin-top: 5px;
}

.user-sub-menu li a {
  background: transparent !important;
  width: 100% !important;
}

.s3Avatar {
}

.avatar {
  margin-top: 5px;
}

.userMobileMenu {
  display: flex !important;
}

.large {
  font-size: large;
}

.x-large {
  font-size: x-large !important;
}

.gray {
  color: #475569;
}

.cellNumeric {
  text-align: right !important;
}

.w-50 {
  width: 50%;
}

#predictedNet {
  color: #3b82f6;
  font-weight: bold;
  font-size: large;
}

.aiTable td {
  font-size: medium !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  /* width: 60px; */
  /* height: 34px; */
  width: 45px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.font-bold {
  font-weight: bold;
}

.productSelected {
  cursor: pointer;
  background: #e2e8f0;
  box-shadow: 0px 0px 10px 0px #0000001f;
  border: solid 1px #94a3b8;
}

.switch-disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: gray;
}

.inputRightButton {
  margin: 0 !important;
  border: 1px solid lightgray !important;
  border-left: none !important;
  box-shadow: 0px 0px 4px 0px #0000001f !important;
  height: 36px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  border-color: #7f56d9 !important;
}

#noData {
  user-select: none;
}

#noData p {
  color: #475569;
  font-size: medium;
}

.userSelectNone {
  user-select: none;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9c9c9b;
}

.modalIcon {
  color: black;
  font-size: x-large;
  cursor: pointer;
}

.items-center {
  align-items: center !important;
}

th.sortable:hover {
  background-color: #cbd5e1;
}

.sortOrder {
  padding-right: 5px;
}

.columnFilter {
  padding: 0 5px 8px 5px !important;
  width: 100% !important;
}

.filtersPanel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* gap: 1rem; */
  padding: 1rem 0;
}

.filtersPanel i {
  color: black;
  font-size: large;
  cursor: pointer;
}

input.filterText,
input.filterDateTime {
  padding: 5px !important;
  font-size: x-small !important;
  color: #475569 !important;
  width: 100%;
  z-index: 1000 !important;
  user-select: all !important;
  min-height: unset !important;
  position: relative !important;
}

.filterSelect {
  padding: 5px !important;
  font-size: x-small !important;
  color: #475569 !important;
  width: 100%;
  z-index: 1000 !important;
  user-select: all !important;
  min-height: unset !important;
  position: relative !important;
}

.input-label {
  font-weight: 600;
  font-size: 0.75rem;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.highlight {
  border: solid 3px #825fff;
}

.input-left-label {
  margin: 0 !important;
  border: 1px solid lightgray !important;
  border-right: none !important;
  box-shadow: 0 0 4px 0px #0000001f !important;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
  background: #f0f0f0;
}

.fa-solid {
  transition: all 0.3s;
}

.fa-icon:hover {
  color: #7f56d9;
}

table.subscriptions td {
  padding: 5px;
  text-align: center;
}

table.subscriptions {
  margin: 50px 0;
}

h2.gb-headline {
  margin-bottom: 20px;
}

.filterPanel {
  display: flex;
  gap: 10px;
  /*flex-wrap: wrap;*/
}

.filterPanel div.label {
  font-weight: bold;
  font-size: smaller;
}

.filterPanel .tabContent {
  text-align: center;
}

.filterPanel .multiselect {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  max-height: 200px;
  background-color: #fff;
}

.filterPanel .multiselect div {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

legend {
  font-size: smaller;
  font-weight: bold;
  margin: 5px auto !important;
  padding: 0 5px !important;
}

.filterPanel fieldset {
  border: solid 1px black;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  zoom: 0.8;
}

.filters {
  visibility: hidden;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  flex-grow: 1;
}

table.pTable tr td:first-child {
  width: 30%;
}

.emptyCell {
  background: oklch(0.984 0.003 247.858);
}

#compareProductsWrapper {
  position: sticky;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: white;
  padding: 10px 0;
  box-shadow: 0 -2px 4px oklch(0.707 0.022 261.325);
  display: none;
}

#compareProductsContent {
  width: 1125px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

@media (max-width: 1200px) {
  #compareProductsContent {
    width: 100%;
    padding: 0 10px;
  }
}

#compareMiniProducts {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

.miniProduct {
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  background: white;
  align-items: center;
  transition: all 0.5s ease;
  border: solid 1px lightgray;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  position: relative;
}

.miniProduct:hover {
  border-color: black;
}

.miniProductClose {
  z-index: 1000;
  display: none;
  position: absolute;
  top: -8px;
  right: -8px;
}

.miniProductFlag {
  width: 24px;
  position: absolute;
  top: -4px;
  right: -10px;
}

.miniFlag {
  width: 20px !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.miniProductClose i {
  font-size: 1rem;
  color: #000;
  background: #fff;
  cursor: pointer;
}

.miniProductImage {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
}

.zoomIn {
  zoom: 0.8;
  transition: all 0.5s ease;
}

.text-black {
  color: #000 !important;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.material-icon {
  font-size: 32px !important;
  transition: all 0.3s;
}

.material-icon:hover {
  color: #7f56d9;
}
