/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.isolate {
  isolation: isolate;
}
.z-50 {
  z-index: 50;
}
.col-4 {
  grid-column: 4;
}
.col-6 {
  grid-column: 6;
}
.col-12 {
  grid-column: 12;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.w-full {
  width: 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-100 {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.fill-current {
  fill: currentcolor;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-right {
  text-align: right;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-100 {
  opacity: 100%;
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.\[program\:cloud-sql-proxy\] {
  program: cloud-sql-proxy;
}
.\[program\:nginx\] {
  program: nginx;
}
.\[program\:php-fpm\] {
  program: php-fpm;
}
.backface-hidden {
  backface-visibility: hidden;
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
:root {
  --font-family-base: 'Poppins', sans-serif;
  --font-family-mono: 'Monaco', 'Courier New', monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-xxs: 0.625rem;
  --text-6xl: 3.75rem;
  --font-thin: 100;
  --font-extralight: 200;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  --color-primary: #A981BB;
  --color-primary-dark: #8c65a0;
  --color-primary-darker: #7a5689;
  --color-primary-light: #c4a8d6;
  --color-primary-50: rgba(169, 129, 187, 0.05);
  --color-primary-100: rgba(169, 129, 187, 0.1);
  --color-primary-200: rgba(169, 129, 187, 0.2);
  --color-primary-300: rgba(169, 129, 187, 0.3);
  --color-primary-500: rgba(169, 129, 187, 0.5);
  --color-primary-700: rgba(169, 129, 187, 0.7);
  --color-primary-900: rgba(169, 129, 187, 0.9);
  --color-black: #000000;
  --color-gray-950: #0a0a0a;
  --color-gray-900: #1a1a1a;
  --color-gray-850: #262626;
  --color-gray-800: #333333;
  --color-gray-700: #4a4a4a;
  --color-gray-650: #555555;
  --color-gray-600: #666666;
  --color-gray-550: #737373;
  --color-gray-500: #8A8A8A;
  --color-gray-450: #999999;
  --color-gray-400: #a8a8a8;
  --color-gray-350: #b8b8b8;
  --color-gray-300: #CBCBCB;
  --color-gray-250: #d9d9d9;
  --color-gray-200: #e5e7eb;
  --color-gray-150: #efefef;
  --color-gray-100: #f3f4f6;
  --color-gray-75: #f8f9fa;
  --color-gray-50: #fafafa;
  --color-white: #ffffff;
  --color-white-alt: white;
  --color-success: #4CAF50;
  --color-success-dark: #388e3c;
  --color-success-light: #81c784;
  --color-success-bg: rgba(76, 175, 80, 0.1);
  --color-error: #dc3545;
  --color-error-dark: #c82333;
  --color-error-darker: #bd2130;
  --color-error-light: #e55757;
  --color-error-bg: rgba(220, 53, 69, 0.1);
  --color-warning: #ff9f43;
  --color-warning-dark: #f57c00;
  --color-warning-light: #ffb74d;
  --color-warning-bg: rgba(255, 159, 67, 0.1);
  --color-info: #3498db;
  --color-info-dark: #2980b9;
  --color-info-light: #5dade2;
  --color-info-bg: rgba(52, 152, 219, 0.1);
  --color-transparent: transparent;
  --overlay-light: rgba(0, 0, 0, 0.05);
  --overlay-medium: rgba(0, 0, 0, 0.1);
  --overlay-dark: rgba(0, 0, 0, 0.3);
  --overlay-darker: rgba(0, 0, 0, 0.5);
  --overlay-black: rgba(0, 0, 0, 0.8);
  --border-color-light: var(--color-gray-200);
  --border-color-medium: var(--color-gray-300);
  --border-color-dark: var(--color-gray-400);
  --spacing-0: 0;
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-8: 2rem;
  --spacing-10: 2.5rem;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --spacing-20: 5rem;
  --spacing-24: 6rem;
  --radius-none: 0;
  --radius-sm: 0.25rem;
  --radius-base: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-base: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-primary: 0 2px 8px rgba(169, 129, 187, 0.3);
  --shadow-primary-lg: 0 4px 12px rgba(169, 129, 187, 0.4);
  --transition-fast: 150ms ease-in-out;
  --transition-base: 300ms ease-in-out;
  --transition-slow: 500ms ease-in-out;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --z-base: 0;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-notification: 1080;
  --z-swal: 200001;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
}
body {
  font-family: var(--font-family-base);
  font-size: var(--text-sm);
  font-weight: var(--font-regular);
  color: var(--color-gray-900);
  line-height: var(--leading-normal);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-base);
  font-weight: var(--font-semibold);
  line-height: var(--leading-tight);
  color: var(--color-gray-900);
}
h1 {
  font-size: var(--text-4xl);
}
h2 {
  font-size: var(--text-3xl);
}
h3 {
  font-size: var(--text-2xl);
}
h4 {
  font-size: var(--text-xl);
}
h5 {
  font-size: var(--text-lg);
}
h6 {
  font-size: var(--text-base);
}
.no-content {
  text-align: center;
  padding: 2.5rem var(--spacing-5);
  color: var(--color-gray-500);
  font-size: var(--text-sm);
  background-color: var(--color-gray-75);
  border-radius: var(--radius-base);
  margin-top: var(--spacing-4);
  margin-bottom: 100px;
}
.no-content svg {
  width: 3rem;
  height: 3rem;
  color: var(--color-primary);
  opacity: 0.6;
  margin-bottom: var(--spacing-4);
}
.no-content h1 {
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  color: var(--color-gray-600);
  margin: 0;
}
.badge-container {
  display: flex;
  align-items: center;
}
.type-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-1);
  padding: 0.375rem 0.625rem;
  border-radius: var(--radius-sm);
  font-size: 0.6875rem;
  font-weight: var(--font-semibold);
  text-transform: capitalize;
  letter-spacing: 0.03125rem;
  border: none;
}
.type-badge.exclusive {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
  color: var(--color-white);
}
.type-badge.limited {
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
  color: var(--color-white);
}
.type-badge.multiple {
  background: linear-gradient(135deg, var(--color-primary-darker), var(--color-primary-dark));
  color: var(--color-white);
}
.sale-method-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px 6px;
  border-radius: var(--radius-sm);
  font-size: var(--text-xxs);
  font-weight: var(--font-medium);
  text-transform: capitalize;
  letter-spacing: 0.3px;
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.sale-method-badge svg {
  color: var(--color-primary);
}
.sale-method-badge.fixed-price, .sale-method-badge.auction, .sale-method-badge.both {
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.sale-method-badge.auction-ended {
  background-color: var(--color-white);
  color: var(--color-gray-600);
  border: 1px solid var(--color-gray-600);
}
.sale-method-badge.auction-ended svg {
  color: var(--color-gray-600);
}
.countdown-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px 6px;
  border-radius: var(--radius-sm);
  font-size: var(--text-xxs);
  font-weight: var(--font-medium);
  background: linear-gradient(135deg, var(--color-error), var(--color-error-dark));
  color: var(--color-white);
  animation: pulse 2s infinite;
}
.countdown-badge svg {
  color: var(--color-white);
}
.sold-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  border-radius: var(--radius-sm);
  font-size: var(--text-xxs);
  font-weight: var(--font-semibold);
  background-color: var(--color-gray-600);
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.feed-event .badge-container {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.feed-event .type-badge {
  box-shadow: var(--shadow-sm);
}
.feed-event .media-type-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-1);
  padding: var(--spacing-1) var(--spacing-2);
  border-radius: var(--radius-sm);
  font-size: 0.6875rem;
  font-weight: var(--font-medium);
  box-shadow: var(--shadow-sm);
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--color-white);
  backdrop-filter: blur(4px);
}
.feed-event .media-type-badge.video {
  background-color: rgba(169, 129, 187, 0.9);
}
.feed-event .media-type-badge.image {
  background-color: rgba(0, 0, 0, 0.7);
}
.feed-event .auction-timer-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-1);
  padding: var(--spacing-1) var(--spacing-2);
  border-radius: var(--radius-sm);
  font-size: 0.6875rem;
  font-weight: var(--font-medium);
  box-shadow: var(--shadow-sm);
  background: linear-gradient(135deg, var(--color-error), var(--color-error-dark));
  color: var(--color-white);
  animation: pulse 2s infinite;
}
.feed-event .auction-timer-badge svg {
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
  .feed-event .badge-container {
    gap: 6px;
    flex-wrap: wrap;
    max-width: 80%;
  }
  .feed-event .type-badge {
    padding: 5px 8px;
    font-size: var(--text-xxs);
  }
  .feed-event .media-type-badge,	.feed-event .auction-timer-badge {
    font-size: var(--text-xxs);
    padding: var(--spacing-1) var(--spacing-2);
  }
}
div:where(.swal2-container) {
  z-index: 200001 !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
}
.swal-title-smaller {
  font-size: 1.25rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
}
.swal-content-smaller, .swal2-html-container {
  font-size: 0.9rem !important;
  font-family: 'Poppins', sans-serif !important;
}
.swal-confirm-button {
  background-color: #A981BB !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  box-shadow: none !important;
  padding: 12px 25px !important;
  font-weight: 500 !important;
  transition: background 0.3s !important;
}
.swal-confirm-button:hover {
  background-color: #8f6da3 !important;
}
.swal2-icon {
  width: 60px !important;
  height: 60px !important;
  margin: 1em auto 0.6em !important;
}
.rival-popup {
  font-family: 'Poppins', sans-serif !important;
  border-radius: 12px !important;
  padding: 0 !important;
  max-width: 400px !important;
  width: 90% !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  background: #ffffff !important;
}
.rival-modal {
  padding-bottom: 20px;
  text-align: left;
}
.rival-modal-title {
  margin: 0 0 8px 0;
  color: #000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.rival-modal-subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #8A8A8A;
  margin: 0 0 15px;
  font-family: 'Poppins', sans-serif;
}
.rival-modal-context {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin: 0 0 5px;
  font-family: 'Poppins', sans-serif;
}
.rival-modal-message {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}
.rival-modal-divider {
  width: 100%;
  height: 1px;
  background: #8A8A8A;
  opacity: 0.2;
  margin: 15px 0;
}
.rival-modal-icon-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.rival-modal-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.rival-modal-icon.rival-success {
  background: rgba(169, 129, 187, 0.1);
}
.rival-modal-icon.rival-success svg {
  stroke: #A981BB;
}
.rival-modal-icon.rival-error {
  background: rgba(229, 87, 87, 0.1);
}
.rival-modal-icon.rival-error svg {
  stroke: #e55757;
}
.rival-modal-icon.rival-warning {
  background: rgba(255, 159, 67, 0.1);
}
.rival-modal-icon.rival-warning svg {
  stroke: #ff9f43;
}
.rival-modal-icon.rival-info {
  background: rgba(52, 152, 219, 0.1);
}
.rival-modal-icon.rival-info svg {
  stroke: #3498db;
}
.rival-loading {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rival-loading svg {
  animation: rivalRotate 1s linear infinite;
}
@keyframes rivalRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rival-modal-button {
  background: #A981BB;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}
.rival-modal-button:hover {
  background: #8c65a0;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(169, 129, 187, 0.3);
}
.rival-modal-button:active {
  transform: translateY(0);
}
.rival-modal-button-secondary {
  background: transparent;
  color: #A981BB;
  border: 1px solid #A981BB;
  border-radius: 8px;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}
.rival-modal-button-secondary:hover {
  background: rgba(169, 129, 187, 0.1);
  border-color: #8c65a0;
}
.rival-modal-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  width: 100%;
}
.rival-modal-buttons .rival-modal-button, .rival-modal-buttons .rival-modal-button-secondary, .rival-modal-buttons .rival-modal-button-cancel, .rival-modal-buttons .rival-modal-button-confirm, .rival-modal-buttons .button-base {
  margin-top: 0;
  flex: 1;
  width: auto;
}
.rival-modal-buttons .rival-modal-button:only-child, .rival-modal-buttons .rival-modal-button-secondary:only-child, .rival-modal-buttons .button-base:only-child {
  flex: 1;
  width: 100%;
}
.rival-modal input[type="text"], .rival-modal input[type="email"], .rival-modal input[type="password"], .rival-modal textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.rival-modal input:focus, .rival-modal textarea:focus {
  outline: none;
  border-color: #A981BB;
}
.rival-modal label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  font-family: 'Poppins', sans-serif;
}
.rival-modal-media {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin: 15px 0;
}
.rival-modal-list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.rival-modal-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #333;
}
.rival-modal-list li:last-child {
  border-bottom: none;
}
.rival-modal-scrollable {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}
.rival-modal-scrollable::-webkit-scrollbar {
  width: 6px;
}
.rival-modal-scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.rival-modal-scrollable::-webkit-scrollbar-thumb {
  background: #A981BB;
  border-radius: 3px;
}
.rival-modal-scrollable::-webkit-scrollbar-thumb:hover {
  background: #8c65a0;
}
@media (max-width: 600px) {
  .rival-popup {
    width: 95% !important;
    max-width: 100% !important;
  }
  .rival-modal {
    padding-bottom: 20px;
  }
  .rival-modal-title {
    font-size: 15px;
  }
  .rival-modal-subtitle {
    font-size: 11px;
  }
  .rival-modal-context {
    font-size: 15px;
  }
  .rival-modal-message {
    font-size: 13px;
  }
  .rival-modal-button, .rival-modal-button-secondary {
    font-size: 13px;
    padding: 10px 20px;
  }
  .rival-modal-icon {
    width: 45px;
    height: 45px;
  }
  .rival-modal-icon svg {
    width: 25px;
    height: 25px;
  }
  .rival-loading {
    width: 50px;
    height: 50px;
  }
  .rival-modal-buttons {
    flex-direction: column;
    gap: 8px;
  }
  .rival-modal-buttons .rival-modal-button, .rival-modal-buttons .rival-modal-button-secondary, .rival-modal-buttons .rival-modal-button-cancel, .rival-modal-buttons .rival-modal-button-confirm, .rival-modal-buttons .button-base {
    width: 100%;
    flex: none;
  }
}
@media (min-width: 900px) {
  .rival-popup {
    max-width: 450px !important;
  }
  .rival-modal {
    padding-bottom: 20px;
  }
  .rival-modal-title {
    font-size: 17px;
  }
  .rival-modal-subtitle {
    font-size: 13px;
  }
  .rival-modal-context {
    font-size: 17px;
  }
  .rival-modal-message {
    font-size: 15px;
  }
  .rival-modal-button, .rival-modal-button-secondary {
    font-size: 15px;
  }
  .rival-modal-buttons {
    flex-direction: row;
  }
}
@keyframes rivalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.rival-popup:not(.swal2-hide) {
  animation: rivalFadeIn 0.3s ease-out;
}
@keyframes rivalSuccessPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.rival-modal-icon.rival-success {
  animation: rivalSuccessPulse 0.6s ease-out;
}
.rival-modal-text-center {
  text-align: center !important;
}
.rival-modal-text-bold {
  font-weight: 600 !important;
}
.rival-modal-spacing-small {
  margin: 10px 0;
}
.rival-modal-spacing-medium {
  margin: 20px 0;
}
.rival-modal-spacing-large {
  margin: 30px 0;
}
.rival-modal-text-success {
  color: #A981BB !important;
}
.rival-modal-text-error {
  color: #e55757 !important;
}
.rival-modal-text-warning {
  color: #ff9f43 !important;
}
.rival-modal-text-info {
  color: #3498db !important;
}
.rival-modal-text-muted {
  color: #8A8A8A !important;
}
.button-base {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}
.button-base.button-secondary {
  background: transparent;
  color: #A981BB;
  border: 1px solid #A981BB;
}
.button-base.button-secondary:hover {
  border-color: #8c65a0;
  background-color: rgba(169, 129, 187, 0.05);
}
.button-base.button-primary {
  background-color: #A981BB;
  color: white;
  border: 1px solid #A981BB;
}
.button-base.button-primary:hover {
  background-color: #8c65a0;
}
.button-base:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.rival-button-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.rival-button-danger:hover {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}
.rival-modal-button.rival-button-danger {
  background: #dc3545;
}
.rival-modal-button.rival-button-danger:hover {
  background: #c82333;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  color: #333;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  margin: 0;
}
p {
  margin: 0;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.page-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
}
input {
  background-color: transparent;
  height: 40px;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 12px;
  border: 1px solid rgba(195, 195, 195, 0.60);
  width: -webkit-fill-available;
  width: -moz-available;
}
.turbo-progress-bar {
  background-color: #A981BB !important;
  height: 7px !important;
}
input:focus, textarea:focus {
  border: 1px solid #A981BB;
  outline: none;
  background-color: transparent;
}
input[type="datetime-local"], input[type="date"], input[type="datetime"] {
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  height: 40px !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
}
.input-icons {
  width: 100%;
  position: relative;
}
#search-icon {
  position: absolute;
  left: 12px;
  top: 11px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.icon {
  padding: 10px;
  color: green;
  min-width: 50px;
  text-align: center;
}
.input-padding-5 {
  padding: 10px;
}
textarea {
  border-radius: 12px;
  border: solid 1px rgba(255, 255, 255, 0.32);
  background-color: transparent;
  height: 132px;
  font-size: 12px !important;
  padding: 10px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}
.current {
  color: #A981BB;
}
input::placeholder {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7D7D85;
  padding: 0px !important;
}
.button-base {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  transition: all 0.3s;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.button-primary {
  background: #A981BB;
  color: #FFF;
  border: none;
}
.button-primary:hover {
  background: #8f6da3;
}
.button-secondary {
  background: transparent;
  color: #8f6da3;
  border: 1px solid #A981BB;
  align-content: center;
}
.button-secondary:hover {
  border-color: #8f6da3;
  background-color: rgba(169, 129, 187, 0.05);
}
.button-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.button-text {
  flex: 1;
  text-align: center;
}
.radio-choice-container {
  display: flex;
  gap: 10px;
}
.radio-choice-container div {
  display: flex;
  width: 50%;
  align-items: center;
  background-color: transparent;
  height: 40px;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(195, 195, 195, 0.60);
  gap: 10px;
}
.radio-choice-container div input {
  width: initial;
}
input[type='radio'] {
  accent-color: #A981BB;
}
.confirm-container {
  text-align: center;
  padding: 10px;
}
.confirm-container h1 {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
}
.page-forget-password-block-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 10px;
}
.confirm-container p {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.confirm-wrapper {
  margin-top: 80px;
}
.confirm-container a {
  color: #FFF;
}
.card-enchere {
  border-radius: 15px;
  border: 1px solid #8A8A8A;
  background: #242426;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.card-enchere-top-container {
  position: relative;
  height: 235px;
}
.card-enchere-top-container img {
  width: 100%;
  border-radius: var(--Radius-100, 4px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  position: relative;
  height: 200px;
}
.card-enchere-top-container-bid {
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 6px;
  border: 1px solid #A981BB;
  background: #D9D9D9;
}
.card-enchere-top-container-bid p {
  font-size: 12px;
  padding: 3px;
  color: black;
}
.card-enchere-top-container-date {
  border-radius: 6px;
  background: #A981BB;
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 12px;
  padding: 3px;
}
.card-enchere-bottom-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10Px;
}
.card-enchere-bottom-container-profil {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.card-enchere-bottom-container-profil p {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
.card-enchere-bottom-container-title p {
  color: #CBCBCB;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.card-enchere-bottom-container-medias {
  display: flex;
  gap: 10px;
}
.card-enchere-bottom-container-medias div {
  border-radius: 20px;
  border: 1px solid #A981BB;
  background: var(--Background-Disabled-Default, #D9D9D9);
  display: flex;
  padding: 5px;
}
.card-enchere-bottom-container-medias div span {
  color: rgba(0, 0, 0, 0.92);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
.page-add-photo-gallery-buttons-container {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.app-container {
  min-height: 100vh;
}
.container-card h2 {
  margin-top: 0px;
}
.main-content {
  flex: 1;
  margin-left: 280px;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
}
.sidebar .rival-logo {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  font-family: sans-serif;
  text-decoration: none;
  letter-spacing: -0.7px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.sidebar .rival-logo img {
  height: 24px;
  width: auto;
}
.sidebar .rival-logo span {
  font-size: 24px;
  font-weight: 600;
  color: #A981BB;
  text-decoration: none;
}
@media (min-width: 1080px) and (max-width: 1440px) {
  .main-content {
    margin-left: 240px;
  }
}
@media (max-width: 900px) {
  .main-content {
    margin-left: 0;
    padding: 0px 10px 0px;
  }
}
.menu-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 200000;
  border: 1px solid #8A8A8A;
  background: #242426;
  top: 0;
  right: -4000px;
  transition: right 1.5s ease;
}
.menu-overlay-container-close {
  display: flex;
  justify-content: end;
  padding: 20px;
}
.menu-overlay-container-list-link {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
.menu-overlay-container-list-link ul li a {
  font-size: 30px;
  font-weight: 600;
}
.menu-overlay-container-list-link ul li {
  margin-bottom: 10px;
  list-style: none;
}
.menu-overlay-container-list-link ul {
  margin-bottom: 50px;
  padding-left: 0;
}
.page-forget-password-block-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 10px;
}
.login-page .error-filed ul li {
  font-size: 11px;
  color: #bc4343;
}
.form-field {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.form-field label {
  font-size: 12px;
}
.container-card {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .container-card {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 100px;
  }
}
.CardSmallHeight {
  border-radius: 15px;
  border: 1px solid #8A8A8A;
  background: #242426;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.CardSmallHeight p {
  font-size: 12px;
}
.current {
  color: #A981BB;
}
.hidden {
  display: none;
}
.visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 300000;
}
.popup-content {
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #8A8A8A;
  background: #242426;
}
.pop-up-termes p {
  font-size: 12px;
}
.pop-up-termes a {
  text-decoration: underline;
}
.popup-content-buttons-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  row-gap: 10px;
}
@media (min-width: 600px) {
  .login-page .card {
    width: 60%;
    margin: auto;
  }
  .title-wrapper {
    font-size: 25px;
  }
  .confirm-wrapper .card-secondary {
    width: 60%;
    margin: auto;
  }
  .page-wrapper-margin {
    width: 70%;
    margin: auto auto;
    position: relative;
  }
}
@media (min-width: 900px) {
  .login-page .card {
    width: 40%;
    margin: auto;
  }
  .confirm-wrapper .card-secondary {
    width: 40%;
    margin: auto;
  }
  .page-wrapper-margin {
    width: 80%;
    margin: auto auto;
  }
  .page-wrapper-margin .card-enchere {
    max-width: 480px;
  }
  .card-enchere {
    max-width: 480px;
  }
}
@media (min-width: 1260px) {
  .login-page .card {
    width: 30%;
    margin: auto;
  }
  .confirm-wrapper .card-secondary {
    width: 30%;
    margin: auto;
  }
  .page-wrapper-margin {
    width: 60%;
    margin: auto auto;
  }
}
@media (min-width: 1430px) {
  .login-page .card {
    width: 25%;
    margin: auto;
  }
  .confirm-wrapper .card-secondary {
    width: 25%;
    margin: auto;
  }
  .page-wrapper-margin {
    width: 70%;
    margin: auto auto;
  }
}
@media (min-width: 1680px) {
  .login-page .card {
    width: 20%;
    margin: auto;
  }
  .confirm-wrapper .card-secondary {
    width: 20%;
    margin: auto;
  }
  .page-wrapper-margin {
    width: 65%;
    margin: auto auto;
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
