html, body {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: #f7f5f5;
}

body {
  margin-top: 80px;
  background-image: url("/static/img/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, button small {
  font-size: 12px;
}

.footer-container {
  background-image: url("/static/img/background.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
}

.navbar {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 100px;
}
.navbar .navbar-brand.main-logo {
  padding: 14px 4px 0px 14px;
  margin-bottom: -10px;
}
.navbar .navbar-brand.main-logo img {
  width: 70px;
}
.navbar .navbar-queue.main-logo {
  margin-bottom: -14px;
}
.navbar .navbar-queue.main-logo img {
  width: 130px;
}
.navbar .nav-link {
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar .nav-link.submit-nav, .navbar .giveaway .nav-link.submit-nav:hover, .navbar .nav-link.submit-nav:focus {
  min-width: 85px;
  padding: 5px;
  border-radius: 5px;
}
.navbar .submit-nav {
  text-align: center;
}
.navbar .navbar-nav .dropdown-menu {
  position: absolute;
}

.offcanvas-body .nav-link {
  padding: 6px;
}

.no-items {
  background-color: #ddd;
  border-radius: 10px;
  color: #777;
}

.progress {
  height: 25px;
  border-radius: 30px;
}
.progress .status-bar {
  border-right: 2px solid #fff;
}
.progress .status-bar:last-child {
  border: none;
}

.progress .bg-secondary {
  background-color: #bdc7d1 !important;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(5deg);
  }
  95% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wiggle {
  display: inline-block;
  animation: wiggle 2.5s infinite;
}

.wiggle:hover {
  animation: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #6737b0;
}

.nav-pills.center {
  justify-content: center;
}

.bg-white .navbar-toggler {
  color: #6737b0;
  background-color: #fff !important;
  border-color: #6737b0 !important;
}

.landing {
  padding-top: 0px !important;
}

.auth-container {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 100px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}

.profile-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}

.submission-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}

.btn-primary, .btn-outline-primary:hover, .btn-primary:hover, .btn-primary:focus {
  background-color: #6737b0;
  border-color: #6737b0;
  color: #fff;
}

.btn-sigseries, .btn-outline-sigseries:hover, .btn-sigseries:hover, .btn-sigseries:focus {
  background-color: #000000;
  border-color: #f5c219;
  color: #f5c219;
}

.btn-facebook, .btn-outline-facebook:hover, .btn-facebook:hover, .btn-facebook:focus {
  background-color: #2962d8;
  border-color: #2962d8;
  color: #fff;
}

.btn-tiktok, .btn-outline-tiktok:hover, .btn-tiktok:hover, .btn-tiktok:focus {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.btn-info, .btn-outline-info:hover, .btn-info:hover, .btn-info:focus {
  color: #fff;
}

.btn-gold, .btn-outline-gold:hover, .btn-gold:hover, .btn-gold:focus {
  background-color: #f09845;
  border-color: #f09845;
  color: #972e03;
}

.btn-outline-facebook {
  border-color: #2962d8;
  background-color: #fff;
  color: #2962d8;
}

.btn-outline-primary {
  border-color: #6737b0;
  background-color: #fff;
  color: #6737b0;
}

.btn-outline-sigseries {
  border-color: #f5c219;
  background-color: #000000;
  color: #f5c219;
}

.btn-link, a, a:hover, a:focus {
  color: #6737b0;
  text-decoration: none;
}

.bg-primary {
  background-color: #6737b0 !important;
}

.bg-wholesale {
  background-color: #fefff3 !important;
}

.bg-expired {
  background-color: #efefef !important;
}

.text-primary {
  color: #6737b0 !important;
}

.btn-stat {
  min-width: 85px;
  max-width: 85px;
}

.btn-stat-flexible {
  min-width: 85px;
}

.btn-square {
  height: 80px;
  width: 105px;
  text-align: center;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.btn:disabled {
  background: #6c757d;
  border-color: #6c757d;
}

.fi {
  border-radius: 5px;
}

.submit input[type=radio] {
  display: none;
}
.submit input[type=radio]:not(:disabled) ~ label.radio {
  cursor: pointer;
}
.submit input[type=radio]:disabled ~ label.radio {
  color: hsl(150deg, 5%, 75%);
  border-color: hsl(150deg, 5%, 75%);
  box-shadow: none;
  cursor: not-allowed;
}
.submit label.radio {
  width: 100%;
  display: block;
  background: white;
  border: 1px solid #d1cfcf;
  border-radius: 10px;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
}
.submit .radio-square {
  min-width: 100px;
}
.submit input[type=radio]:checked + label.radio {
  background: #fffbe6;
  color: #000;
}
.submit input[type=radio]:checked + label.radio::after {
  color: hsl(215deg, 5%, 25%);
  border: 2px solid #6737b0;
  font-size: 24px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px #6737b0;
}
.submit .payment-card {
  border: 1px solid;
  border-radius: 8px;
  max-width: 320px;
  margin: auto;
}
.submit label {
  font-weight: bold;
}

.item-card {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
}
.item-card .profile-img {
  border-radius: 50px;
}

.item-card-partial-refunded {
  background-color: #fefff3;
}

.payment-card {
  background-color: #fff;
}

.card-disabled-bg {
  background-color: #dedede;
  border: 1px solid #dedede;
  color: #aaa;
}

label {
  font-weight: 600;
}

footer h5 {
  color: #fff;
}
footer .nav-item a {
  color: #fff;
}
footer p {
  color: #fff;
}

a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.btn-peek {
  color: #6737b0;
}

.btn-peek:hover {
  cursor: pointer;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #6737b0;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}
.float i {
  font-size: 20px;
}

.float:hover {
  cursor: pointer;
  background-color: #fff;
  color: #6737b0;
}

.my-float {
  margin-top: 22px;
}

.no-appointments {
  padding: 5px;
  text-align: center;
  border-radius: 8px;
  background-color: #ddd;
}

.grade-card {
  background-color: #faecff;
  border: 0px;
}

.upcharge-card {
  background-color: #dffbff;
  border: 0px;
}

.target-bar {
  margin-top: -42px; /* Fixed invalid -px */
  color: #fff;
  background-color: #6737b0; /* gold background */
}

.target-glowing-bar {
  animation: glow 8s ease-in-out infinite;
  background-color: #f09845; /* gold background */
}

@keyframes glow {
  0% {
    box-shadow: 0 0 8px #323231, 0 0 12px #f09845;
  }
  50% {
    box-shadow: 0 0 12px #f7b55e, 0 0 16px #f7b55e;
  }
  100% {
    box-shadow: 0 0 8px #f09845, 0 0 12px #f09845;
  }
}
.text-gold {
  color: #f09845;
}

.card-primary-button {
  border: 1px solid #6737b0;
  color: #6737b0;
}

.card-success-button {
  border: 1px solid #198754;
  color: #198754;
}

.partner-profit-share {
  width: 150px;
  height: 150px;
}

.my-submission-title {
  margin-top: -0.2em;
}

.progress-flight {
  height: 5px;
}

.progress-transparent-flight {
  z-index: 1000;
  position: relative;
  margin-top: -1em;
  margin-bottom: 2em;
  background-color: transparent;
}
.progress-transparent-flight .fa-plane {
  font-size: 24px;
}
.progress-transparent-flight .progress-bar {
  background-color: transparent;
}

.text-bg-cgc {
  background-color: #000000;
  color: #ff6060;
}

.text-bg-bgs {
  background-color: #000000;
  color: #80e0e6;
}

.text-bg-psa {
  background-color: #000000;
  color: #c6cbff;
}

.bg-height {
  min-height: 100%;
  height: auto;
}

.text-bg-primary {
  background-color: #6737b0 !important;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.search-bar {
  display: flex;
  align-items: center;
  border: 1px solid #dfe1e5;
  border-radius: 24px;
  background-color: #fff;
  height: 44px;
  padding: 0 14px;
  transition: box-shadow 0.2s ease-in-out;
}
.search-bar:hover {
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

.search-icon {
  color: #9aa0a6;
  font-size: 18px;
  margin-right: 8px;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}

/* Dropdown remains the same */
.autocomplete-dropdown {
  position: absolute;
  margin-top: 5px;
  border-radius: 2px;
  top: 44px; /* same as search-bar height */
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dfe1e5;
  border-top: none;
  box-shadow: 0 4px 6px rgba(32, 33, 36, 0.28);
  z-index: 99;
}

.autocomplete-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 400px;
  overflow-y: auto;
}

/* Card styling (same as before) */
.suggestion-card {
  display: flex;
  align-items: flex-start;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
}

.suggestion-card:last-child {
  border-bottom: none;
}

.card-image {
  width: 60px;
  border-radius: 4px;
  margin-right: 12px;
}

.card-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-title {
  font-weight: 600;
  font-size: 14px;
}

.card-info {
  font-size: 12px;
  margin-bottom: 4px;
}
.card-info .price {
  font-weight: 600;
}

.card-meta {
  font-size: 12px;
  color: #666;
}

.autocomplete-list li {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.autocomplete-list li:hover {
  background-color: #f1f3f4;
}

.stat-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.stat-title {
  font-size: 1.2rem;
}

.stat-value {
  font-size: 3rem;
  font-weight: bold;
}

.img-wrapper {
  position: relative;
  display: inline-block; /* Adjust according to your layout */
}

.main-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.blur-overlay {
  position: absolute;
  top: 0;
  left: 9;
  width: 100%;
  height: 90px;
  background-size: cover;
  filter: blur(4px); /* Adjust blur intensity */
  pointer-events: none; /* Makes overlay non-interactive */
}

.blur-overlay-search {
  height: 30px;
  width: 60px;
  filter: blur(1px); /* Adjust blur intensity */
}

.rss-ticker {
  position: fixed;
  margin-top: 144px;
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  background-color: #6737b0;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  z-index: 0;
  overflow: hidden;
  border-top: 3px solid #f5c219;
}
.rss-ticker .rss-message {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker-scroll 25s linear infinite;
}

.get-queue .rss-ticker, .queue-screen-ipad .rss-ticker {
  padding: 5px 0;
  font-size: 18px;
  margin-top: 88px;
}
.get-queue .navbar-queue.main-logo img, .queue-screen-ipad .navbar-queue.main-logo img {
  width: 80px;
}
.get-queue .queue-body, .queue-screen-ipad .queue-body {
  margin-top: 90px;
}
.get-queue .queue-body .stat-box .stat-title, .queue-screen-ipad .queue-body .stat-box .stat-title {
  font-size: 20px !important;
}
.get-queue .queue-body .stat-box .no-stat, .queue-screen-ipad .queue-body .stat-box .no-stat {
  font-size: 18px !important;
}
.get-queue .queue-body .stat-box .fs-2, .queue-screen-ipad .queue-body .stat-box .fs-2 {
  font-size: 18px !important;
}
.get-queue .queue-body .stat-box .fs-3, .queue-screen-ipad .queue-body .stat-box .fs-3 {
  font-size: 14px !important;
}

.queue-body {
  margin-top: 170px;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.queue-columns {
  column-count: 3;
  column-gap: 2rem;
  height: 100%;
  max-height: 70vh;
  overflow-y: auto;
}
.queue-columns li {
  break-inside: avoid;
}
@media (max-width: 992px) {
  .queue-columns {
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .queue-columns {
    column-count: 1;
  }
}

.animate-fade {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.queue-box {
  padding: 10px;
  border-radius: 10px;
}

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