@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
:root {
  --bg-primary: #1f2023;
  --bg-third: #191919;
  --bg-secondary: #232426;
  --bg-dark: #1f2023;
  --bg-dark-1: #191919;
  --bg-light: white;
  --primary-color: #5858e6;
  --primary-color-1: #4e4ec9;
  --primary-color-2: #4f506bd4;
  --secondary-color-2: #140342;
  --navbar-bg: rgba(31, 32, 35, 0.7);
  --track-color: #2d3748;
  --thumb-color: #4a5568;
  --input-bg: #ffffff;
  --input-color: #333333;
  --menu-item-hover-bg: var(--bg-third);
  --menu-item-hover-color: var(--text-secondary);
  --auth-bg: #f8f9fa;
  --auth-section-bg: #ffffff;
  --auth-text-primary: #333333;
  --auth-text-secondary: #6c757d;
  --auth-text-muted: #6c757d;
  --auth-border-color: #e1e5e9;
  --auth-border-hover: #cbd5e0;
  --auth-input-bg: #ffffff;
  --auth-input-border: #e1e5e9;
  --auth-input-focus-border: #5858e6;
  --auth-input-focus-shadow: rgba(88, 88, 230, 0.1);
  --auth-btn-primary-bg: #5858e6;
  --auth-btn-primary-hover: #4e4ec9;
  --auth-btn-primary-text: #ffffff;
  --auth-btn-secondary-bg: transparent;
  --auth-btn-secondary-border: #e1e5e9;
  --auth-btn-secondary-text: #6c757d;
  --auth-btn-secondary-hover-bg: #f8f9fa;
  --auth-btn-secondary-hover-border: #cbd5e0;
  --auth-google-hover-border: #ea4335;
  --auth-google-hover-text: #ea4335;
  --auth-apple-hover-border: #000000;
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --text-primary: #dedede;
  --text-secondary: #cfcfcf;
  --text-muted: #6c757d;
  --success-color: #28a745;
  --auth-apple-hover-text: #000000;
  --auth-microsoft-hover-border: #0078d4;
  --auth-microsoft-hover-text: #0078d4;
  --auth-email-hover-border: #5858e6;
  --auth-email-hover-text: #5858e6;
  --auth-alert-success-bg: #d1e7dd;
  --auth-alert-success-border: #badbcc;
  --auth-alert-success-text: #0f5132;
  --auth-alert-info-bg: #cff4fc;
  --auth-alert-info-border: #b6effb;
  --auth-alert-info-text: #055160;
  --auth-visual-gradient-1: #667eea;
  --auth-visual-gradient-2: #764ba2;
  --auth-portrait-face-bg: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  --auth-portrait-headpiece-bg: linear-gradient(135deg, #48cae4 0%, #023e8a 100%);
  --auth-portrait-neckpiece-bg: linear-gradient(135deg, #90e0ef 0%, #0077b6 100%);
  --auth-butterfly-bg: #48cae4;
  --auth-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --auth-border-radius: 8px;
  --auth-border-radius-small: 4px;
  --auth-border-radius-large: 12px;
  --slider-bg: #D1D5DB;
  --slider-connect-bg: #F57647FF !important;
  --slider-connect-bg-disabled: #9CA3AF;
  --slider-height: 6px;
  --slider-vertical-height: 300px;
  --slider-radius: 9999px;
  --slider-handle-bg: #fff;
  --slider-handle-border: 0;
  --slider-handle-width: 12px;
  --slider-handle-height: 12px;
  --slider-handle-radius: 9999px;
  --slider-handle-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, .32);
  --slider-handle-shadow-active: 0.5px 0.5px 2px 1px rgba(0, 0, 0, .42);
  --slider-handle-ring-width: 3px;
  --slider-handle-ring-color: #10B98130;
  --slider-tooltip-font-size: 0.775rem;
  --slider-tooltip-line-height: 1rem;
  --slider-tooltip-font-weight: 600;
  --slider-tooltip-min-width: 15px;
  --slider-tooltip-bg: #1b1d33;
  --slider-tooltip-bg-disabled: #9CA3AF;
  --slider-tooltip-color: #fff;
  --slider-tooltip-radius: 5px;
  --slider-tooltip-py: 2px;
  --slider-tooltip-px: 6px;
  --slider-tooltip-arrow-size: 5px;
  --slider-tooltip-distance: 3px;
  --popper-theme-background-color: #333333;
  --popper-theme-background-color-hover: #333333;
  --popper-theme-text-color: #ffffff;
  --popper-theme-border-width: 0px;
  --popper-theme-border-style: solid;
  --popper-theme-border-radius: 6px;
  --popper-theme-padding: 32px;
  --popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
  --p-button-primary-background:#5858e6 !important;
  --p-button-primary-hover-background:#4848ad !important;
  --p-button-primary-color: #ffffff !important;
  --p-button-primary-hover-color: #ffffff !important;
  --p-button-primary-border-color: #5858e6 !important;
  --p-button-primary-hover-border-color: #4848ad !important;
  --p-button-primary-active-border-color: #5858e6 !important;
  --p-button-primary-border-color: transparent;
}

[data-theme=dark] {
  --bg-primary: #1f2023;
  --bg-third: #191919;
  --bg-secondary: #232426;
  --bg-dark: #1f2023;
  --bg-dark-1: #191919;
  --bg-light: white;
  --primary-color: #5858e6;
  --primary-color-1: #4e4ec9;
  --primary-color-2: #4f506bd4;
  --secondary-color-2: #140342;
  --input-bg: #ffffff;
  --input-color: #333333;
  --p-button-primary-background:#5858e6 !important;
  --p-button-primary-hover-background:#4848ad !important;
  --p-button-primary-color: #ffffff !important;
  --p-button-primary-hover-color: #ffffff !important;
  --p-button-primary-border-color: #5858e6 !important;
  --p-button-primary-hover-border-color: #4848ad !important;
  --p-button-primary-active-border-color: #5858e6 !important;
  --p-button-primary-border-color: transparent;
}

[data-theme=light] {
  --bg-primary: #1f2023;
  --bg-third: #191919;
  --bg-secondary: #232426;
  --bg-dark: #1f2023;
  --bg-dark-1: #191919;
  --bg-light: white;
  --primary-color: #5858e6;
  --primary-color-1: #4e4ec9;
  --primary-color-2: #4f506bd4;
  --secondary-color-2: #140342;
  --p-button-primary-background:#5858e6 !important;
  --p-button-primary-hover-background:#4848ad !important;
  --p-button-primary-color: #ffffff !important;
  --p-button-primary-hover-color: #ffffff !important;
  --p-button-primary-border-color: #5858e6 !important;
  --p-button-primary-hover-border-color: #4848ad !important;
  --p-button-primary-active-border-color: #5858e6 !important;
  --p-button-primary-border-color: transparent;
  --faq-bg: #1f2023;
  --faq-title-color: #fff;
  --faq-item-bg: var(--bg-dark-2);
  --faq-item-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --faq-item-shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.15);
  --faq-question-bg: #ffffff;
  --faq-question-bg-hover: #f8f9fa;
  --faq-question-bg-active: #e3f2fd;
  --faq-question-text-color: #2c3e50;
  --faq-icon-bg: #3498db;
  --faq-icon-bg-active: #2980b9;
  --faq-icon-color: #ffffff;
  --faq-answer-text-color: #555;
  --faq-border-color: #e0e0e0;
  --faq-border-radius: 12px;
  --faq-border-radius-small: 8px;
  --faq-transition: all 0.3s ease;
}

.padt-0 {
  padding-top: 0em !important;
}

.padb-0 {
  padding-bottom: 0em !important;
}

.padl-0 {
  padding-left: 0em !important;
}

.padr-0 {
  padding-right: 0em !important;
}

.mart-0 {
  margin-top: 0em !important;
}

.marb-0 {
  margin-bottom: 0em !important;
}

.marl-0 {
  margin-left: 0em !important;
}

.marr-0 {
  margin-right: 0em !important;
}

.padt-3 {
  padding-top: 3em !important;
}

.padb-3 {
  padding-bottom: 3em !important;
}

.padl-3 {
  padding-left: 3em !important;
}

.padr-3 {
  padding-right: 3em !important;
}

.mart-3 {
  margin-top: 3em !important;
}

.marb-3 {
  margin-bottom: 3em !important;
}

.marl-3 {
  margin-left: 3em !important;
}

.marr-3 {
  margin-right: 3em !important;
}

.padt-5 {
  padding-top: 5em !important;
}

.padb-5 {
  padding-bottom: 5em !important;
}

.padl-5 {
  padding-left: 5em !important;
}

.padr-5 {
  padding-right: 5em !important;
}

.mart-5 {
  margin-top: 5em !important;
}

.marb-5 {
  margin-bottom: 5em !important;
}

.marl-5 {
  margin-left: 5em !important;
}

.marr-5 {
  margin-right: 5em !important;
}

.padt-8 {
  padding-top: 8em !important;
}

.padb-8 {
  padding-bottom: 8em !important;
}

.padl-8 {
  padding-left: 8em !important;
}

.padr-8 {
  padding-right: 8em !important;
}

.mart-8 {
  margin-top: 8em !important;
}

.marb-8 {
  margin-bottom: 8em !important;
}

.marl-8 {
  margin-left: 8em !important;
}

.marr-8 {
  margin-right: 8em !important;
}

.padt-10 {
  padding-top: 10em !important;
}

.padb-10 {
  padding-bottom: 10em !important;
}

.padl-10 {
  padding-left: 10em !important;
}

.padr-10 {
  padding-right: 10em !important;
}

.mart-10 {
  margin-top: 10em !important;
}

.marb-10 {
  margin-bottom: 10em !important;
}

.marl-10 {
  margin-left: 10em !important;
}

.marr-10 {
  margin-right: 10em !important;
}

.padt-12 {
  padding-top: 12em !important;
}

.padb-12 {
  padding-bottom: 12em !important;
}

.padl-12 {
  padding-left: 12em !important;
}

.padr-12 {
  padding-right: 12em !important;
}

.mart-12 {
  margin-top: 12em !important;
}

.marb-12 {
  margin-bottom: 12em !important;
}

.marl-12 {
  margin-left: 12em !important;
}

.marr-12 {
  margin-right: 12em !important;
}

.padt-15 {
  padding-top: 15em !important;
}

.padb-15 {
  padding-bottom: 15em !important;
}

.padl-15 {
  padding-left: 15em !important;
}

.padr-15 {
  padding-right: 15em !important;
}

.mart-15 {
  margin-top: 15em !important;
}

.marb-15 {
  margin-bottom: 15em !important;
}

.marl-15 {
  margin-left: 15em !important;
}

.marr-15 {
  margin-right: 15em !important;
}

.padt-20 {
  padding-top: 20em !important;
}

.padb-20 {
  padding-bottom: 20em !important;
}

.padl-20 {
  padding-left: 20em !important;
}

.padr-20 {
  padding-right: 20em !important;
}

.mart-20 {
  margin-top: 20em !important;
}

.marb-20 {
  margin-bottom: 20em !important;
}

.marl-20 {
  margin-left: 20em !important;
}

.marr-20 {
  margin-right: 20em !important;
}

.padt-25 {
  padding-top: 25em !important;
}

.padb-25 {
  padding-bottom: 25em !important;
}

.padl-25 {
  padding-left: 25em !important;
}

.padr-25 {
  padding-right: 25em !important;
}

.mart-25 {
  margin-top: 25em !important;
}

.marb-25 {
  margin-bottom: 25em !important;
}

.marl-25 {
  margin-left: 25em !important;
}

.marr-25 {
  margin-right: 25em !important;
}

.padt-30 {
  padding-top: 30em !important;
}

.padb-30 {
  padding-bottom: 30em !important;
}

.padl-30 {
  padding-left: 30em !important;
}

.padr-30 {
  padding-right: 30em !important;
}

.mart-30 {
  margin-top: 30em !important;
}

.marb-30 {
  margin-bottom: 30em !important;
}

.marl-30 {
  margin-left: 30em !important;
}

.marr-30 {
  margin-right: 30em !important;
}

.padt-35 {
  padding-top: 35em !important;
}

.padb-35 {
  padding-bottom: 35em !important;
}

.padl-35 {
  padding-left: 35em !important;
}

.padr-35 {
  padding-right: 35em !important;
}

.mart-35 {
  margin-top: 35em !important;
}

.marb-35 {
  margin-bottom: 35em !important;
}

.marl-35 {
  margin-left: 35em !important;
}

.marr-35 {
  margin-right: 35em !important;
}

.padt-40 {
  padding-top: 40em !important;
}

.padb-40 {
  padding-bottom: 40em !important;
}

.padl-40 {
  padding-left: 40em !important;
}

.padr-40 {
  padding-right: 40em !important;
}

.mart-40 {
  margin-top: 40em !important;
}

.marb-40 {
  margin-bottom: 40em !important;
}

.marl-40 {
  margin-left: 40em !important;
}

.marr-40 {
  margin-right: 40em !important;
}

.padt-45 {
  padding-top: 45em !important;
}

.padb-45 {
  padding-bottom: 45em !important;
}

.padl-45 {
  padding-left: 45em !important;
}

.padr-45 {
  padding-right: 45em !important;
}

.mart-45 {
  margin-top: 45em !important;
}

.marb-45 {
  margin-bottom: 45em !important;
}

.marl-45 {
  margin-left: 45em !important;
}

.marr-45 {
  margin-right: 45em !important;
}

.padt-50 {
  padding-top: 50em !important;
}

.padb-50 {
  padding-bottom: 50em !important;
}

.padl-50 {
  padding-left: 50em !important;
}

.padr-50 {
  padding-right: 50em !important;
}

.mart-50 {
  margin-top: 50em !important;
}

.marb-50 {
  margin-bottom: 50em !important;
}

.marl-50 {
  margin-left: 50em !important;
}

.marr-50 {
  margin-right: 50em !important;
}

.padt-60 {
  padding-top: 60em !important;
}

.padb-60 {
  padding-bottom: 60em !important;
}

.padl-60 {
  padding-left: 60em !important;
}

.padr-60 {
  padding-right: 60em !important;
}

.mart-60 {
  margin-top: 60em !important;
}

.marb-60 {
  margin-bottom: 60em !important;
}

.marl-60 {
  margin-left: 60em !important;
}

.marr-60 {
  margin-right: 60em !important;
}

.padt-80 {
  padding-top: 80em !important;
}

.padb-80 {
  padding-bottom: 80em !important;
}

.padl-80 {
  padding-left: 80em !important;
}

.padr-80 {
  padding-right: 80em !important;
}

.mart-80 {
  margin-top: 80em !important;
}

.marb-80 {
  margin-bottom: 80em !important;
}

.marl-80 {
  margin-left: 80em !important;
}

.marr-80 {
  margin-right: 80em !important;
}

.padt-90 {
  padding-top: 90em !important;
}

.padb-90 {
  padding-bottom: 90em !important;
}

.padl-90 {
  padding-left: 90em !important;
}

.padr-90 {
  padding-right: 90em !important;
}

.mart-90 {
  margin-top: 90em !important;
}

.marb-90 {
  margin-bottom: 90em !important;
}

.marl-90 {
  margin-left: 90em !important;
}

.marr-90 {
  margin-right: 90em !important;
}

:root {
  --premium-modal-bg: #1A1A1A;
  --premium-modal-panel-bg: #2C2C2C;
  --premium-modal-text: #FFFFFF;
  --premium-modal-text-secondary: #CCCCCC;
  --premium-modal-accent: #5858e6;
  --premium-modal-accent-dark: #41419b;
  --premium-modal-border: #404040;
  --premium-modal-success: #00FF00;
  --premium-modal-info: #87CEEB;
  --premium-modal-overlay-bg: rgba(0, 0, 0, 0.9);
}

:root {
  --feature-explain-bg: var(--bg-primary);
  --feature-explain-padding: 80px 0;
  --feature-explain-title-color: #fff;
  --feature-explain-text-color: #e7e7e7;
  --feature-explain-button-bg: #5858e6;
  --feature-explain-button-hover: #4e4ec9;
  --feature-explain-button-text: #ffffff;
  --feature-explain-button-radius: 8px;
  --feature-explain-image-radius: 12px;
  --feature-explain-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --feature-explain-sparkle-color: #ffd700;
  --feature-explain-transition: all 0.3s ease;
}

:root {
  --model-page-bg: var(--bg-primary);
  --model-page-text: #ffffff;
  --model-page-text-secondary: #e7e7e7;
  --model-page-text-muted: rgba(255, 255, 255, 0.6);
  --model-hero-overlay: linear-gradient(135deg, rgba(31, 32, 35, 0.8) 0%, rgba(31, 32, 35, 0.6) 50%, rgba(31, 32, 35, 0.9) 100%);
  --model-hero-title-gradient: linear-gradient(135deg, #fff 0%, #e7e7e7 100%);
  --model-prompt-bg: rgba(255, 255, 255, 0.1);
  --model-prompt-border: rgba(255, 255, 255, 0.2);
  --model-prompt-focus-border: var(--primary-color);
  --model-prompt-focus-shadow: rgba(88, 88, 230, 0.1);
  --model-generate-bg: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-1) 100%);
  --model-generate-hover-shadow: rgba(88, 88, 230, 0.3);
  --model-examples-bg: var(--bg-primary);
  --model-examples-overlay: rgba(0, 0, 0, 0.5);
  --model-feature-bg: var(--bg-primary);
  --model-feature-hover-shadow: rgba(0, 0, 0, 0.2);
  --model-feature-icon-bg: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-1) 100%);
  --model-usecase-bg: var(--bg-secondary);
  --model-usecase-hover-shadow: rgba(0, 0, 0, 0.15);
  --model-faq-bg: var(--bg-secondary);
  --model-faq-hover-bg: var(--bg-primary);
  --model-faq-icon-color: var(--primary-color);
  --model-cta-bg: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-1) 100%);
  --model-cta-hover-shadow: rgba(88, 88, 230, 0.3);
  --model-scroll-indicator-color: rgba(255, 255, 255, 0.7);
}

body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.navigation-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}
.navigation-tabs .tabs-container {
  display: flex;
  gap: 2rem;
}
.navigation-tabs .tabs-container .tab-item {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
}
.navigation-tabs .tabs-container .tab-item:hover {
  color: white;
}
.navigation-tabs .tabs-container .tab-item.active {
  color: white;
  border-bottom-color: var(--primary-color);
}
.navigation-tabs .trending-dropdown {
  position: relative;
}
.navigation-tabs .trending-dropdown .dropdown-toggle {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.navigation-tabs .trending-dropdown .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
}

.prompt-result-masonry {
  padding: 1rem 0;
  min-height: 400px;
  background: var(--bg-primary);
}
.prompt-result-masonry .container {
  max-width: 1600px;
  padding: 0 1rem;
}
.prompt-result-masonry .masonry-wall {
  width: 100%;
}
.prompt-result-masonry .masonry-wall .masonry-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prompt-card {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--bg-secondary);
  position: relative;
  cursor: pointer;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.prompt-card:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
}

.prompt-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.prompt-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg-secondary);
}

.prompt-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.prompt-card:hover .prompt-image {
  transform: scale(1.08);
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.play-overlay .play-icon {
  color: white;
  font-size: 24px;
  margin-left: 4px;
}
.prompt-card:hover .play-overlay {
  opacity: 1;
}

.prompt-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.prompt-card:hover .prompt-overlay {
  opacity: 1;
}

.prompt-info {
  color: white;
}

.prompt-text {
  font-size: 0.85rem;
  line-height: 1.3;
  margin: 0 0 0.75rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.prompt-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.model-badge {
  background: var(--primary-color);
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.user-info .user-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-info .username {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.like-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
}
.like-button:hover {
  color: #ff4757;
}
.like-button .heart-icon {
  font-size: 0.9rem;
}
.like-button .like-count {
  font-size: 0.75rem;
  font-weight: 500;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
.loading-container .spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}

.loading-text {
  margin-top: 1rem;
  color: var(--auth-text-secondary);
  font-size: 1rem;
}

.empty-state {
  padding: 4rem 2rem;
  text-align: center;
}
.empty-state .empty-icon {
  opacity: 0.5;
  margin-bottom: 1.5rem;
}
.empty-state .empty-icon i {
  color: var(--auth-text-muted);
}
.empty-state h3 {
  color: var(--auth-text-secondary);
  margin-bottom: 0.5rem;
}
.empty-state p {
  color: var(--auth-text-muted);
  margin: 0;
}

.search-box-section {
  text-align: center;
  padding: 2rem 0;
}
.search-box-section h1 {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.search-box-section h2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.input-group {
  max-width: 500px;
  margin: 0 auto;
}
.input-group .form-control {
  border-radius: 8px 0 0 8px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
.input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.input-group .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 230, 0.25);
  background: rgba(255, 255, 255, 0.15);
}
.input-group .btn-outline-secondary {
  border-radius: 0 8px 8px 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
}
.input-group .btn-outline-secondary:hover:not(:disabled) {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  transform: translateY(-1px);
}
.input-group .btn-outline-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.card-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

.like-button .heart-icon.liked {
  color: #ff4757;
}

@media (max-width: 1200px) {
  .prompt-result-masonry {
    padding: 1.5rem 0;
  }
  .navigation-tabs .tabs-container {
    gap: 1.5rem;
  }
  .navigation-tabs .tabs-container .tab-item {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .search-box-section h1 {
    font-size: 2rem;
  }
  .search-box-section h2 {
    font-size: 1rem;
  }
  .navigation-tabs .tabs-container {
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }
  .navigation-tabs .tabs-container .tab-item {
    font-size: 0.85rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .navigation-tabs .trending-dropdown {
    display: none;
  }
  .prompt-result-masonry {
    padding: 1rem 0;
  }
  .prompt-overlay {
    padding: 0.75rem;
  }
  .prompt-text {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
  }
  .prompt-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .card-actions {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .search-box-section h1 {
    font-size: 1.5rem;
  }
  .search-box-section h2 {
    font-size: 0.9rem;
  }
  .input-group {
    max-width: 100%;
  }
  .input-group .form-control,
  .input-group .btn-outline-secondary {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
  .prompt-overlay {
    padding: 0.5rem;
  }
  .prompt-text {
    font-size: 0.75rem;
  }
  .model-badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
  }
}
[data-theme=dark] .prompt-card {
  background: var(--bg-secondary);
  border: 1px solid var(--bg-third);
}
[data-theme=dark] .prompt-image-container {
  background: var(--bg-third);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.prompt-card {
  animation: fadeInUp 0.5s ease-out;
}

.prompt-card {
  cursor: pointer;
}
.prompt-card:hover .prompt-image {
  filter: brightness(1.1);
}

.prompt-link:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

@media print {
  .prompt-result-masonry .prompt-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
  }
}
.login-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modalFadeIn 0.3s ease-out;
}

.login-modal-container {
  width: 95vw;
  max-width: 1200px;
  height: 90vh;
  max-height: 800px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  animation: modalSlideUp 0.3s ease-out;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  color: #666;
}
.close-button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  transform: scale(1.1);
}
.close-button i {
  font-size: 16px;
}

.login-modal-content {
  display: flex;
  height: 100%;
}

.promotional-side {
  flex: 1;
  background: linear-gradient(135deg, var(--primary-color) 0%, #764ba2 100%);
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.promotional-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/images/pattern-overlay.svg") no-repeat center;
  background-size: cover;
  opacity: 0.1;
}

.promotional-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 500px;
}

.promotional-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.features-list {
  margin-bottom: 3rem;
  text-align: left;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.feature-check {
  color: #ff6b35;
  margin-right: 1rem;
  font-size: 1.2rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.demo-interface {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.interface-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.interface-controls {
  display: flex;
  gap: 8px;
  margin-right: 15px;
}

.control-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.control-dot.red {
  background: #ff5f57;
}
.control-dot.yellow {
  background: #ffbd2e;
}
.control-dot.green {
  background: #28ca42;
}

.interface-title {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
}

.interface-content {
  position: relative;
}

.main-preview {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.preview-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.preview-image:hover {
  transform: scale(1.05);
}

.preview-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.control-slider {
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.control-label {
  font-size: 0.8rem;
  color: white;
  font-weight: 500;
}

.slider-container {
  position: relative;
  width: 60px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.slider-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  background: white;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.slider-thumb {
  position: absolute;
  top: -4px;
  right: 0;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.slider-thumb:hover {
  transform: scale(1.2);
}

.thumbnail-strip {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.thumbnail {
  width: 40px;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.thumbnail:hover {
  transform: scale(1.1);
}

.thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline {
  position: relative;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: white;
  border-radius: 2px;
  animation: timelineProgress 3s ease-in-out infinite;
}

.form-side {
  flex: 1;
  background: #000;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-container {
  width: 100%;
  max-width: 400px;
}

.form-title {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.google-login-btn {
  width: 100%;
  background: white;
  color: #333;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.google-login-btn:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.google-login-btn:active {
  transform: translateY(0);
}

.google-logo {
  width: 20px;
  height: 20px;
}

.divider {
  text-align: center;
  margin: 1.5rem 0;
  position: relative;
  color: #666;
  font-size: 0.9rem;
}
.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #333;
}
.divider span {
  background: #000;
  padding: 0 20px;
  position: relative;
}

.login-form {
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-input {
  width: 100%;
  background: transparent;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 16px;
  color: white;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.form-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.form-input::-moz-placeholder {
  color: #666;
}
.form-input::placeholder {
  color: #666;
}

.password-input-container {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s ease;
}
.password-toggle:hover {
  color: white;
}

.no-credit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #666;
  font-size: 0.9rem;
  margin: 1rem 0;
}
.no-credit-card i {
  color: #28ca42;
}

.signup-btn {
  width: 100%;
  background: #ffd700;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}
.signup-btn:hover:not(:disabled) {
  background: #ffed4e;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}
.signup-btn:active:not(:disabled) {
  transform: translateY(0);
}
.signup-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.login-link {
  text-align: center;
  color: #666;
  margin-bottom: 1rem;
}
.login-link a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.login-link a:hover {
  color: #8b9cff;
  text-decoration: underline;
}

.terms-text {
  text-align: center;
  color: #666;
  font-size: 0.8rem;
  line-height: 1.4;
}
.terms-text a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}
.terms-text a:hover {
  color: #8b9cff;
  text-decoration: underline;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes timelineProgress {
  0% {
    width: 0%;
  }
  50% {
    width: 30%;
  }
  100% {
    width: 0%;
  }
}
@media (max-width: 1024px) {
  .login-modal-container {
    width: 98vw;
    height: 95vh;
  }
  .promotional-side {
    padding: 40px 30px;
  }
  .form-side {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .login-modal-container {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
  .login-modal-content {
    flex-direction: column;
  }
  .promotional-side {
    padding: 40px 20px;
    min-height: 40vh;
  }
  .promotional-title {
    font-size: 2rem;
  }
  .form-side {
    padding: 40px 20px;
  }
  .demo-interface {
    display: none;
  }
  .close-button {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .promotional-side {
    padding: 30px 15px;
  }
  .form-side {
    padding: 30px 15px;
  }
  .promotional-title {
    font-size: 1.8rem;
  }
  .form-title {
    font-size: 1.5rem;
  }
  .feature-item {
    font-size: 1rem;
  }
}
[data-theme=dark] .login-modal-container {
  background: var(--bg-secondary);
}
[data-theme=dark] .form-side {
  background: var(--bg-primary);
}
[data-theme=dark] .form-input {
  border-color: var(--bg-third);
}
[data-theme=dark] .form-input:focus {
  border-color: var(--primary-color);
}
[data-theme=dark] .divider::before {
  background: var(--bg-third);
}
[data-theme=dark] .divider span {
  background: var(--bg-primary);
}

/* Modal overlay */
.prompt-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* Modal container */
.prompt-modal-container {
  width: 95%;
  max-width: 1400px;
  min-height: 90%;
  max-height: 95%;
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

/* Header */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background: #2a2a2a;
  border-bottom: 1px solid #333;
}

.modal-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.close-button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.2s;
}

.close-button:hover {
  background-color: #333;
}

/* Modal content */
.prompt-modal-content {
  display: flex;
  flex: 1;
  overflow: hidden;
  min-height: 0; /* Permite que el contenido se ajuste */
}

/* Media side */
.media-side {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 20px;
  position: relative;
  min-height: 400px;
  max-height: 100%;
  overflow: hidden;
}

.main-media {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Carousel styles */
.media-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.carousel-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 300px;
  max-height: 100%;
  overflow: hidden;
}

.single-media {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  max-height: 100%;
  overflow: hidden;
}

.main-image,
.main-video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  display: block;
}

/* Navigation arrows */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-nav:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

/* Media indicators */
.media-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.indicator {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s ease;
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.indicator.active {
  background: #007bff;
  border-color: #ffffff;
}

.no-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 48px;
}

.no-media p {
  margin-top: 16px;
  font-size: 16px;
}

/* Details side */
.details-side {
  flex: 0 0 45%;
  background: #2a2a2a;
  padding: 30px;
  overflow-y: auto;
  position: relative;
  max-height: 100%;
}

/* Top controls */
.top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.control-buttons {
  display: flex;
  gap: 8px;
}

.control-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #333;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.control-btn:hover {
  background: #444;
}

.download-btn {
  position: relative;
}

.download-btn:hover::after {
  content: attr(title);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
}

.download-btn:hover::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-bottom-color: #000;
  z-index: 1000;
  pointer-events: none;
}

.download-alt-btn {
  position: relative;
  background: #444 !important;
}

.download-alt-btn:hover {
  background: #555 !important;
}

.download-alt-btn:hover::after {
  content: attr(title);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
}

.download-alt-btn:hover::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-bottom-color: #000;
  z-index: 1000;
  pointer-events: none;
}

.transform-btn {
  position: relative;
  background: #007bff !important;
}

.transform-btn:hover {
  background: #0056b3 !important;
}

.transform-btn:hover::after {
  content: attr(title);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
}

.transform-btn:hover::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-bottom-color: #000;
  z-index: 1000;
  pointer-events: none;
}

.action-buttons {
  display: flex;
  gap: 12px;
}

.action-btn {
  padding: 10px 16px;
  border-radius: 6px;
  border: none;
  background: #333;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.action-btn:hover {
  background: #444;
}

.upscale-btn {
  background: #007bff;
}

.upscale-btn:hover {
  background: #0056b3;
}

.animate-btn {
  background: #28a745;
}

.animate-btn:hover {
  background: #1e7e34;
}

/* More options dropdown */
.more-options-dropdown {
  position: absolute;
  top: 80px;
  right: 30px;
  background: #333;
  border-radius: 8px;
  padding: 8px 0;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.dropdown-item {
  padding: 12px 16px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  background: #444;
}

/* Prompt section */
.prompt-section {
  margin-bottom: 30px;
}

.section-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.prompt-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.prompt-text {
  flex: 1;
  color: #cccccc;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  background: #1a1a1a;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #333;
  min-height: 120px;
  height: auto;
  max-height: 400px;
  overflow-y: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.copy-btn {
  background: #333;
  border: none;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  flex-shrink: 0;
}

.copy-btn:hover {
  background: #444;
}

/* Settings section */
.settings-section {
  margin-bottom: 30px;
}

.settings-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.setting-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.setting-icon {
  width: 32px;
  height: 32px;
  background: #333;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
}

.setting-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.setting-label {
  color: #999;
  font-size: 12px;
  font-weight: 500;
}

.setting-value {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

/* Bottom action */
.bottom-action {
  margin-top: auto;
  padding-top: 20px;
}

.view-original-btn {
  width: 100%;
  padding: 12px;
  background: #333;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.view-original-btn:hover {
  background: #444;
}

/* Responsive design */
@media (max-width: 1024px) {
  .prompt-modal-container {
    width: 98%;
    min-height: 95%;
    max-height: 98%;
  }
  .details-side {
    flex: 0 0 40%;
    max-height: 100%;
  }
  .media-side {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .prompt-modal-content {
    flex-direction: column;
  }
  .media-side {
    flex: 0 0 50%;
    min-height: 250px;
    max-height: 50%;
  }
  .details-side {
    flex: 1;
    width: 100%;
    max-height: 50%;
    overflow-y: auto;
  }
  .prompt-text {
    max-height: 150px;
  }
  .top-controls {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .action-buttons {
    width: 100%;
    justify-content: space-between;
  }
}
/* Prompt List Styles */
.prompt-list-container {
  width: 100%;
  min-height: 200px;
}

/* Loading State */
.loading-state {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: transparent;
  border-radius: 12px;
  margin: 20px 0;
}

/* Empty State */
.empty-state {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: #000;
  border-radius: 12px;
  margin: 20px 0;
  border: 2px dashed #b8b8b8;
}

/* Content State */
.content-state {
  width: 100%;
  animation: fadeInUp 0.5s ease-out;
}

/* Prompt Result Masonry */
.prompt-result-masonry {
  width: 100%;
  margin: 0;
}

.card-columns {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0;
}

.prompt-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.prompt-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive columns */
@media (max-width: 575px) {
  .card-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .card-columns {
    -moz-column-count: 4;
         column-count: 4;
  }
}
/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Dark theme support */
@media (prefers-color-scheme: dark) {
  .loading-state,
  .empty-state {
    background: transparent;
  }
}
/* Smooth transitions for state changes */
.prompt-list-container > * {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Loading spinner enhancements */
.loading-state .loading-spinner-container {
  background: transparent;
  border-radius: 12px;
  padding: 40px;
}

/* Empty state enhancements */
.empty-state .empty-state-container {
  background: transparent;
  border-radius: 12px;
  padding: 40px;
}

/* Content state enhancements */
.content-state .prompt-result-masonry {
  padding: 0;
  margin: 0;
}

/* Mobile optimizations */
@media (max-width: 575px) {
  .card-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .prompt-card {
    margin-bottom: 15px;
  }
  .loading-state,
  .empty-state {
    padding: 40px 15px;
    margin: 15px 0;
  }
}
html {
  font-family: "GT Walsheim Pro", sans-serif;
  overflow-x: hidden;
  color: white;
  background: #1f2023;
}

body {
  font-family: "GT Walsheim Pro", sans-serif;
  overflow-x: hidden;
  width: 100%;
  color: white;
  overflow-y: hidden;
  background: #1f2023;
}
body.dashboard {
  height: 99vh;
}
body.dashboard main {
  padding-left: 20%;
}
body.favoritos .navigation-menu {
  /*max-width: 1280px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;*/
  /*            flex: 0 0 66.666667%;
              max-width: 66.666667%;
              margin-left: 16.666667%;*/
}
.dropdown .toggle-element {
  background-color: #191919;
  color: white;
}

.mainSlider__content {
  padding-top: 223px;
}

.bg-dark-1 {
  background-color: #232426 !important;
}

.bg-dark-important {
  background-color: rgba(31, 32, 35, 0.7) !important;
}

.mar0auto {
  margin: 0 auto;
}

.radius100 {
  border-radius: 100px !important;
}

.content-wrapper {
  min-height: 80vh;
}

.navigation-menu .logo-link {
  line-height: 33px;
}
a {
  cursor: pointer !important;
}
a:hover {
  text-decoration: none !important;
  color: inherit;
}

.logo {
  color: #4e4ec9;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -0.5px;
}
.logo span {
  color: #140342;
}

.result-box {
  padding: 15px;
  box-shadow: -1px 0px 7px 0px rgb(212, 164, 21);
  border-radius: 10px;
  border: 2px solid orange;
  text-align: center;
  width: 350px;
}
.result-box .stat .value {
  font-size: 16px;
}
.result-box .stat .label {
  font-size: 12px;
  color: gray;
}
.result-box .box-title {
  font-size: 18px !important;
  color: #3254a1;
  font-weight: bold;
  margin-bottom: 20px;
}
.result-box .current-counter {
  font-size: 30px !important;
}
.result-box .vue3-circular-progressbar {
  width: 120px !important;
  height: 120px !important;
}

.only-desktop {
  display: block !important;
}
@media (max-width: 768px) {
  .only-desktop {
    display: none !important;
  }
}

.logo {
  height: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.btn {
  color: white;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold !important;
  border-radius: 4px !important;
  cursor: pointer;
  font-size: 14px;
}
.btn .material-icons {
  margin-top: 5px;
}
.btn:hover {
  opacity: 0.7;
}
.btn.btn-big {
  font-size: 25px !important;
  padding: 7px 45px !important;
}
.btn.btn-small {
  font-size: 12px !important;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button {
  color: white;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold !important;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.button .material-icons {
  margin-top: 5px;
}
.button:hover {
  opacity: 0.7;
}
.button.btn-big {
  font-size: 25px !important;
  padding: 7px 45px !important;
}
.button.btn-small {
  font-size: 12px !important;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.badge {
  border-radius: 7px;
}

.bg-primary-1 {
  background-color: #1f2023;
}

.bg-primary-2 {
  background-color: #1f2023;
}

.bg-secondary-2 {
  background-color: #232426;
}

.p-button {
  background: #5858e6;
  border: 1px solid #5858e6;
  color: white;
}

.btn-primary {
  background: #5858e6;
  border: 1px solid #5858e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
.btn-primary:hover {
  background: #7373ea;
}
.btn-primary.outline {
  background-color: transparent !important;
  border: 2px solid rgba(79, 80, 107, 0.831372549) !important;
  color: rgba(79, 80, 107, 0.831372549) !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-primary.big {
  height: 60px;
  font-size: 18px;
  line-height: 19px;
  padding: 0 36px;
  border-radius: 9px;
  margin: 0;
}

.btn-secondary {
  background-color: #140342 !important;
  color: white !important;
  border: none !important;
}
.btn-secondary:hover {
  opacity: 0.5;
}
.btn-secondary.outline {
  background-color: transparent !important;
  border: 2px solid #140342 !important;
  color: #140342 !important;
  padding-top: 6px;
  padding-bottom: 6px;
}

.only-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .only-mobile {
    display: block !important;
  }
}
.only-desktop {
  display: block !important;
}

@media (max-width: 768px) {
  .only-desktop {
    display: none !important;
  }
}
.card {
  background-color: #191919;
}

.scrollbar-dark, .scrollbar-dark-bordered, .scrollbar-dark-thin {
  scrollbar-width: thin;
  scrollbar-color: #4a5568 #2d3748;
  padding-right: 5px;
}
.scrollbar-dark::-webkit-scrollbar, .scrollbar-dark-bordered::-webkit-scrollbar, .scrollbar-dark-thin::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar-dark::-webkit-scrollbar-track, .scrollbar-dark-bordered::-webkit-scrollbar-track, .scrollbar-dark-thin::-webkit-scrollbar-track {
  background: #2d3748;
  border-radius: 5px;
}
.scrollbar-dark::-webkit-scrollbar-thumb, .scrollbar-dark-bordered::-webkit-scrollbar-thumb, .scrollbar-dark-thin::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 5px;
}
.scrollbar-dark::-webkit-scrollbar-thumb:hover, .scrollbar-dark-bordered::-webkit-scrollbar-thumb:hover, .scrollbar-dark-thin::-webkit-scrollbar-thumb:hover {
  background: #718096;
}
.scrollbar-dark::-webkit-scrollbar-button, .scrollbar-dark-bordered::-webkit-scrollbar-button, .scrollbar-dark-thin::-webkit-scrollbar-button {
  display: none;
}
.scrollbar-dark::-webkit-scrollbar-corner, .scrollbar-dark-bordered::-webkit-scrollbar-corner, .scrollbar-dark-thin::-webkit-scrollbar-corner {
  background: #2d3748;
}

.scrollbar-dark-thin::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrollbar-dark-bordered::-webkit-scrollbar-thumb {
  border: 2px solid #2d3748;
}

.explore-page .card-columns {
  -moz-column-count: 5;
  column-count: 5;
}
.explore-page .hero h1 {
  color: white;
  font-size: 45px;
}
.explore-page .hero h2 {
  color: white;
  font-size: 18px;
}
.explore-page .hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
}
.explore-page .prompt-card {
  border: none;
  border-radius: 9px;
}
.explore-page .prompt-card:hover {
  opacity: 0.9;
}
.explore-page .prompt-card .image-prompt {
  border-radius: 8px;
  border: none;
}

.prompt-result-masonry {
  padding: 20px;
}
.prompt-result-masonry .masonry-wall {
  background-color: #1f2023;
}
.prompt-result-masonry .masonry-wall .masonry-column .masonry-item .card {
  border: 0px;
  border-radius: 8px;
}
.prompt-result-masonry .masonry-wall .masonry-column .masonry-item .card .image-prompt {
  border-radius: 8px;
}

.prompt-detail-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.prompt-detail-page .image-prompt {
  border-radius: 8px;
}
.prompt-detail-page .section-meta {
  padding-top: 10px;
  padding-bottom: 20px;
}
.prompt-detail-page .section-meta .label {
  font-weight: bold;
  color: #c1c1c1;
  font-size: 15px;
}
.prompt-detail-page .section-meta .value.bordered {
  border: 1px solid #5c5c5c;
  padding: 5px;
  border-radius: 5px;
}

.prompt-result-card {
  border-color: transparent !important;
}
.prompt-result-card .p-galleria {
  display: flex !important;
  align-items: center;
}
.prompt-result-card .p-card-header {
  position: relative;
  padding: 10px 20px;
  z-index: 2;
}
.prompt-result-card .p-card-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.3;
}
.prompt-result-card .p-card-body {
  z-index: 1;
  position: relative;
  padding: 0px;
  margin-top: -60px;
}
.prompt-result-card .p-card-body:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.7;
}
.prompt-result-card .overlay-actions {
  display: flex !important;
  justify-content: end;
}
.prompt-result-card .overlay-actions:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
}

.subir-bajar {
  animation: subirBajar 15s ease-in-out infinite;
}

.page-home h2 {
  font-size: 2.5rem;
}
.page-home .generator-features {
  padding-top: 70px;
  min-height: 200px;
}
.page-home .generator-features .generator-item {
  padding: 50px;
  background-color: rgba(22, 20, 31, 0.4);
  border: 1px solid #343340;
  border-radius: 1.5rem;
}
.page-home .generator-features .generator-item .title {
  font-size: 3rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin-bottom: 20px !important;
}
.page-home .generator-features .generator-item .title span {
  font-style: normal;
  color: #fff;
  background-image: linear-gradient(225deg, #6363fa 40%, #cc53fc);
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-home .generator-features .generator-item .text {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 20px !important;
}
@keyframes subirBajar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
.page-home .main-features {
  padding-top: 70px;
  min-height: 200px;
}
.page-home .main-features .swiper-slide {
  padding: 20px;
}
.page-home .main-features .swiper-slide .position-relative {
  position: relative;
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(153, 153, 153, 0.15) 0%, rgba(66, 65, 65, 0.15) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  transition: opacity 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}
.page-home .main-features .swiper-slide .position-relative .title {
  font-size: 20px;
}
.page-home .main-features .swiper-slide .position-relative img {
  border-radius: 1rem 1rem 0 0;
}
.page-home .main-features .swiper-slide .position-relative:hover .upload-content {
  opacity: 1;
}
.page-home .main-features .swiper-slide .position-relative .upload-content {
  position: absolute;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, rgba(135, 51, 255, 0.15), rgba(135, 51, 255, 0.15));
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 1rem;
  /* border: 1px solid #FFFFFF29; */
  opacity: 0;
  transition: 0.3s linear 0s;
  text-align: left;
}
.page-home .main-features .swiper-slide .position-relative .upload-content .title {
  font-size: 20px;
  font-weight: bold;
}
.page-home .main-tools {
  padding-top: 70px;
  min-height: 200px;
}
.page-home .main-tools .swiper-slide {
  padding: 20px;
}
.page-home .main-tools .swiper-slide .position-relative {
  position: relative;
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(153, 153, 153, 0.15) 0%, rgba(66, 65, 65, 0.15) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  transition: opacity 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}
.page-home .main-tools .swiper-slide .position-relative .title {
  font-size: 20px;
}
.page-home .main-tools .swiper-slide .position-relative img {
  border-radius: 1rem 1rem 0 0;
}
.page-home .main-tools .swiper-slide .position-relative:hover .upload-content {
  opacity: 1;
}
.page-home .main-tools .swiper-slide .position-relative .upload-content {
  position: absolute;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(0deg, rgba(135, 51, 255, 0.15), rgba(135, 51, 255, 0.15));
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 1rem;
  /* border: 1px solid #FFFFFF29; */
  opacity: 0;
  transition: 0.3s linear 0s;
  text-align: left;
}
.page-home .main-tools .swiper-slide .position-relative .upload-content .title {
  font-size: 20px;
  font-weight: bold;
}
.page-home .hero {
  position: relative;
  background-color: #151618;
  background-image: radial-gradient(at 40% 20%, rgba(219, 196, 254, 0.04) 0, transparent 50%), radial-gradient(at 89% 2%, rgba(87, 87, 229, 0.12) 0, transparent 50%), radial-gradient(at 80% 50%, rgba(199, 72, 114, 0.07) 0, transparent 50%), radial-gradient(at 1% 0, rgba(254, 234, 243, 0) 0, transparent 50%), radial-gradient(at 0 100%, rgba(29, 30, 32, 0.2) 0, transparent 50%), radial-gradient(at 80% 100%, rgba(29, 30, 32, 0.2) 0, transparent 50%);
  margin: 0;
  border-bottom: 1px solid #303236;
  overflow: hidden;
}
.page-home .hero:before {
  content: "";
  position: absolute;
  height: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.18) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.page-home .hero .left-side {
  padding-left: 60px;
}
.page-home .hero .right-side {
  padding-top: 20px;
  max-height: 600px;
}
.page-home .hero h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  margin-top: 0;
  color: #fff;
  max-width: 800px;
}
.page-home .hero h1 span {
  font-style: normal;
  color: #fff;
  background-image: linear-gradient(225deg, #6363fa 40%, #cc53fc);
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-home .hero h2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 130%;
  max-width: 600px;
  opacity: 0.7;
  margin-bottom: 42px;
}
.page-home .masonry { /* Masonry container */
  -moz-column-count: 5;
  column-count: 5;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
}
.page-home .masonry .item {
  border: 1px solid #3c3f44;
  border-radius: 12px;
  padding: 9px;
  background: rgba(35, 36, 38, 0.3);
  display: inline-block;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
}
.page-home .masonry .item img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 320px) {
  .page-home .masonry {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .page-home .masonry {
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-home .masonry {
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 1201px) {
  .page-home .masonry {
    -moz-column-count: 5;
    column-count: 5;
  }
}

.promp-result .image-card image {
  width: 150px;
}

.generator-page {
  padding-bottom: 50px;
}
.generator-page .legend {
  line-height: 16px;
  font-size: 12px;
  color: #d0d5d8 !important;
  margin-top: 10px;
}
.generator-page .fila {
  margin-bottom: 40px;
}
.generator-page .image-uploader {
  border: 1px solid #444;
  border-radius: 5px;
  padding: 13px 20px 8px 20px;
  background-color: #141414;
  min-height: 100px;
}
.generator-page .image-uploader .delete-action {
  position: absolute;
}
.generator-page .image-uploader label {
  color: white;
}
.generator-page .image-uploader .trigger-upload {
  cursor: pointer;
  color: #c4c4c4;
}
.generator-page .filters-box .card-body {
  padding: 20px;
  height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.generator-page .filters-box .accordion .accordion-body {
  padding: 20px;
  background-color: #191919;
}
.generator-page .g-radio-group {
  padding: 5px 5px;
  background-color: #393a42;
  border-radius: 5px;
}
.generator-page .g-radio-group .option {
  padding: 0px 10px;
}
.generator-page .g-radio-group .option button {
  width: 100%;
  background-color: transparent;
}
.generator-page .g-radio-group .option button:hover {
  color: #aaaaaa;
}
.generator-page .g-radio-group .option.selected {
  border: 1px solid white;
  background-color: white;
  border-radius: 5px;
}
.generator-page .g-radio-group .option.selected button {
  color: #1f2023;
}
.generator-page .aspect-ratio-container {
  padding: 5px 10px 10px 10px;
}
.generator-page .aspect-ratio-container .option {
  border: 1px solid #444;
  border-radius: 5px;
  padding: 13px 20px 8px 20px;
  background-color: #242424;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.generator-page .aspect-ratio-container .option.selected {
  background-color: #232426;
  border-color: #5858e6;
}
.generator-page .aspect-ratio-container .option:hover {
  background-color: #232426;
  border-color: #5858e6;
}
.generator-page .aspect-ratio-container .option p {
  margin-top: 6px;
}
.generator-page .aspect-ratio-container .option .scale_2_3 {
  background-color: #35374e;
  border: 1px solid gray;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 2.5rem;
}
.generator-page .aspect-ratio-container .option .scale_1_1 {
  background-color: #35374e;
  border: 1px solid #b3b3b3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.generator-page .aspect-ratio-container .option .scale_16_9 {
  background-color: #35374e;
  border: 1px solid gray;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.5rem;
}
.generator-page .aspect-ratio-container .option .scale_4_3 {
  background-color: #35374e;
  border: 1px solid gray;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.9rem;
}

@media (max-width: 768px) {
  .about-image {
    margin-bottom: 50px;
  }
}

.accordion__icon {
  width: 25px !important;
  height: 25px !important;
}

.page-dashboard {
  padding-top: 140px;
}
.page-dashboard main {
  min-height: 65vh;
}
.page-dashboard .list-exams .header {
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #4e4ec9;
  color: white;
  font-weight: bold;
}
.page-dashboard .list-exams .body {
  padding: 0px;
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #bbbbbb;
}
.page-dashboard .list-exams .table-row {
  padding: 15px 10px 10px 10px;
  font-size: 14px;
  color: #5d5d5d;
  display: flex;
  border-bottom: 1px solid #bbbbbb;
}
.page-dashboard .list-exams .table-row .normal {
  font-weight: bold;
}
.page-dashboard .list-exams .table-row .tag {
  font-size: 16px;
  border-radius: 5px;
  padding: 1px 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-dashboard .list-exams .table-row .tag.success {
  background-color: #01d001;
  color: white;
}
.page-dashboard .list-exams .table-row .tag.danger {
  background-color: #be0c0c;
  color: white;
}
.page-dashboard .list-exams .table-row .status {
  font-weight: bold;
}
.page-dashboard .list-exams .table-row .status.initial {
  background-color: rgba(79, 80, 107, 0.831372549);
}
.page-dashboard .list-exams .table-row .status.running {
  background-color: #01b901;
}
.page-dashboard .list-exams .table-row .status.pause {
  background-color: orange;
}
.page-dashboard .list-exams .table-row .status.expired {
  background-color: #fa2929;
}
.page-dashboard .list-exams .table-row .status.finished {
  background-color: #4e4ec9;
}
.page-dashboard .personal-stats {
  padding: 0px;
  padding-bottom: 30px !important;
}
.page-dashboard .personal-stats .card {
  border-radius: 10px;
  border-color: lightgray;
}
.page-dashboard .personal-stats .card .donut-chart-sale small {
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  top: 0;
  justify-content: center;
  font-weight: 700;
}
.page-dashboard .personal-stats .card .media .media-body h2 {
  font-weight: bold;
  font-size: 36px;
}
.page-dashboard .personal-stats .card .media .media-body p {
  font-weight: bold;
  font-size: 14px;
}
.page-dashboard .personal-stats .vue3-circular-progressbar svg {
  width: 100%;
  height: 100%;
}
.page-dashboard .personal-stats .vue3-circular-progressbar .current-counter {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.page-dashboard .personal-stats .donut {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid red;
  border-radius: 100%;
}
.page-dashboard .personal-stats .donut.donut-01 {
  /* default values */
}
.page-dashboard .personal-stats .donut.donut-02 {
  border-left: 10px solid #78DCDC;
  border-bottom: 10px solid #78DCDC;
}
.page-dashboard .personal-stats .donut.donut-03 {
  border-left: 10px solid #FF6188;
  border-right: 10px solid #FF6188;
}

.pointer {
  cursor: pointer !important;
}

.search-input-control .input-group {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background: #1a1d34;
  z-index: 2;
  /*border: 2px solid white;*/
}
.search-input-control .input-group input {
  text-align: left;
  background: transparent;
  border: none;
  background-color: transparent !important;
}
.search-input-control .input-group input:active {
  background: transparent;
  border: none;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-input-control .input-group input:focus {
  background: transparent;
  border: none;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-input-control .input-group .input-group-append a {
  cursor: pointer;
}
.search-input-control .input-group .input-group-append .spinner-border {
  margin-top: 10px;
}
.search-input-control .input-group .input-group-append .material-icons {
  margin-top: 7px;
}
.search-input-control .results {
  max-height: 200px;
  position: absolute;
  background: black;
  padding: 10px;
  z-index: 1;
  overflow-y: auto;
  border-radius: 11px;
  margin-top: -14px;
  margin-left: 10px;
  margin-right: 22px;
}
.search-input-control .results .item-result {
  padding: 10px;
  border-bottom: 1px dashed #4b4b4b;
}
.search-input-control .results .item-result:hover {
  color: white;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .search-input-control .input-group {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-input-control .input-group input {
    font-size: 14px;
  }
  .search-input-control .input-group input::-moz-placeholder {
    font-size: 12px;
  }
  .search-input-control .input-group input::placeholder {
    font-size: 12px;
  }
  .search-input-control .results .item-result {
    font-size: 12px;
  }
}

.sidebar {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  background-color: #14284a;
  border-right: 1px solid #eee;
  max-width: 20%;
  width: 20%;
  color: #909eb4;
  /*
      &::-webkit-scrollbar {
          width: 8px;
          background: red;
      }*/
  /*Barra base*/
  /* !*Barra que se mueve*!
   &::-webkit-scrollbar-thumb {
       background-color: #af5337;
       outline: 1px solid slategrey;
       width: 3px;
       border-radius: 5px;
   }*/
}
.sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  background: slategrey !important;
  width: 8px;
}
.sidebar .slider-tooltip {
  z-index: 3;
}
.sidebar hr {
  border-bottom: 1px solid #364d68;
}
.sidebar .filter-box {
  padding: 20px;
}
.sidebar .filter-box .title {
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.sidebar .filter-box .subtitle {
  color: #7786a1;
  font-size: 13px;
  margin-bottom: 20px;
}
.sidebar .filter-box.checklist .item {
  margin-top: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dashed #2d406a;
  font-size: 14px;
  margin-left: 0px !important;
}
.sidebar .filter-box.checklist .item input[type=checkbox] {
  /* ...existing styles */
  display: grid;
  place-content: center;
  border: 2px solid #4e6497;
  background: transparent;
  border-radius: 2px;
}
.sidebar .filter-box.checklist .item input[type=checkbox]:focus {
  box-shadow: none;
}
.sidebar .filter-box.checklist .item input[type=checkbox]::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  /*    box-shadow: inset 1em 1em $secondary-color-2;*/
  background-color: transparent;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.sidebar .filter-box.checklist .item input[type=checkbox]:checked::before {
  transform: scale(1);
  background-color: #140342;
}
.sidebar .actions {
  z-index: 4;
  left: 0px;
  /*width: 100%;*/
  position: fixed;
  bottom: 0px;
  padding: 30px 20px 10px 20px;
  background-color: #14284a;
  min-height: 80px;
  max-width: 20%;
  width: 20%;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .sidebar .filter-box .title {
    font-size: 16px;
  }
}

/* before the element is shown, start off the screen to the right */
.slide-enter, .slide-leave-active {
  right: -100%;
}

.search-page .pagination {
  font-size: 12px;
  color: black !important;
}
.search-page .pagination .page-item .page-link {
  color: dimgray !important;
  padding: 0.4rem 0.75rem;
}
.search-page .pagination .page-item .page-link.active {
  background: #140342;
  color: white !important;
}
.search-page .content-list {
  height: 77vh;
  overflow-y: auto;
  /* &::-webkit-scrollbar {
       width: 1em;
       background: red;
   }

   !*Barra base*!
   &::-webkit-scrollbar-track {

       background: white;
   }

   !*Barra que se mueve*!
   &::-webkit-scrollbar-thumb {
       background-color: $primary-color-1;
   }*/
}
@media (min-width: 1401px) {
  .search-page .content-list {
    height: 80vh;
  }
}
.search-page .num-results {
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  text-align: right;
}
.search-page .num-results span {
  font-weight: bold;
}
.search-page .order-block {
  padding-left: 35px;
  font-size: 14px;
  font-weight: normal;
  width: 259px;
}
.search-page .order-select {
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #4e4ec9;
}
.search-page .order-select:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-page .order-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-page .order-select:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.map .cmarker-selected {
  background: #140342;
  color: white !important;
  font-size: 16px !important;
  font-weight: bold;
  padding: 4px 6px;
  border-radius: 5px;
  margin-top: -20px;
  font-family: Roboto, Arial, sans-serif;
  z-index: 9999 !important;
}
.map .cmarker {
  color: #140342;
  font-size: 11px !important;
  font-weight: bold;
  background: rgb(20, 40, 74);
  padding: 2px 4px;
  border-radius: 5px;
  margin-top: -20px;
  font-family: Roboto, Arial, sans-serif;
}
.map .cmarker.selected {
  background: #140342;
  color: white;
  font-size: 14px !important;
}

.slidein {
  width: 40%;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: -100%;
  background: #ddd;
  height: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}
.slidein .content {
  position: relative;
  padding-top: 60px;
}
.slidein .content-data {
  max-height: 100vh;
  overflow-y: auto;
  padding: 10px 30px 30px 30px;
}
.slidein .top-section {
  background: white;
  position: absolute;
  top: 10px;
  left: 30px;
  right: 30px;
  width: 100%;
}
.slidein .close-btn {
  position: absolute;
  left: 0px;
  top: 4px;
}
.slidein .close-btn .material-icons {
  font-size: 35px;
}
.slidein .tab-btn {
  position: absolute;
  right: 74px;
  top: 4px;
}
.slidein .tab-btn .material-icons {
  font-size: 35px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .slidein {
    width: 60%;
  }
}
@media (min-width: 1401px) {
  .slidein {
    width: 50%;
  }
}

.alert-list .alert-card {
  margin-bottom: 30px;
}
.alert-list .alert-card .card-title {
  color: black;
  font-weight: bold;
  font-size: 22px;
}
.alert-list .alert-card .card-subtitle {
  font-size: 13px;
}
.alert-list .alert-card .card-text {
  margin-bottom: 35px;
}

.property-list {
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .property-list {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .property-list {
    padding: 10px;
  }
}
.property-list .property-card {
  width: 100%;
  border-radius: 10px;
  margin: 15px 0px;
  /*border: 1px solid gray;*/
}
.property-list .property-card .profit .label {
  color: gray;
  font-size: 12px;
}
.property-list .property-card .profit .value {
  color: black;
  font-size: 12px;
}
.property-list .property-card .categories {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.property-list .property-card .favorite {
  box-shadow: none !important;
  background: #4e4ec9;
}
.property-list .property-card .favorite.btn {
  font-size: 13px !important;
}
.property-list .property-card .favorite.btn span {
  font-size: 15px !important;
}
.property-list .property-card .favorite img {
  width: 13px;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.property-list .property-card .category-tag {
  background: #140342;
  color: white;
  border-radius: 15px;
  padding-left: 5px;
  padding-right: 5px;
  /*font-weight: bold;*/
  font-size: 11px;
  text-transform: capitalize;
  float: left;
  margin-right: 10px;
}
.property-list .property-card .features {
  width: 100%;
  float: left;
  margin-top: 10px;
  /*overflow-x: hidden;*/
}
.property-list .property-card .features .feature {
  text-align: center;
}
.property-list .property-card .features .feature svg {
  width: 36px;
  fill: #14284a;
}
.property-list .property-card .features .feature img {
  width: 22px;
  margin: 0 auto;
  fill: #14284a;
}
.property-list .property-card .features .feature img svg {
  fill: #14284a;
}
.property-list .property-card .features .feature .label {
  text-align: center;
  font-size: 11px;
  color: gray;
  float: left;
  padding-top: 2px;
}
.property-list .property-card .features .feature .value {
  text-align: center;
  padding-right: 5px;
  font-size: 13px;
  float: left;
  color: black;
}
@media (min-width: 1315px) {
  .property-list .property-card .features .feature {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.property-list .property-card .cover {
  width: 300px;
  /*min-height: 190px;*/
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .property-list .property-card .cover {
    height: 210px !important;
  }
}
@media (min-width: 1401px) {
  .property-list .property-card .cover {
    height: 211px !important;
  }
}
.property-list .property-card .prices .price {
  margin-top: 5px;
  font-size: 25px;
  font-weight: bold;
  line-height: 22px;
}
.property-list .property-card .prices .price_reduced {
  font-size: 12px;
  color: #7de016;
}
.property-list .property-card .ubication {
  width: 100%;
  float: left;
  /*padding-top: 10px;*/
  color: black;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .property-list .property-card .ubication {
    margin-top: 2px !important;
  }
}
@media (min-width: 1401px) {
  .property-list .property-card .ubication {
    margin-top: 0.5rem !important;
  }
}
.property-list .property-card .address {
  width: 100%;
  float: left;
  /*padding-top: 10px;*/
  color: gray;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-list .property-card .publication-time {
  margin-top: 5px;
  width: 100%;
  letter-spacing: -0.5px;
  float: left;
  color: gray;
  font-size: 10px;
  text-align: left;
}
.property-list .property-card .market-info {
  border-radius: 4px;
  padding: 2px 7px;
  height: 49px;
}
.property-list .property-card .market-info.green .margin {
  background: #18c118;
  color: #fff;
  font-weight: bold;
}
.property-list .property-card .market-info.green .perc {
  background: #18c118;
  color: #fff;
}
.property-list .property-card .market-info.red .margin {
  padding-left: 4px;
  padding-right: 4px;
  background: #c24747;
  color: #fff;
  font-weight: bold;
}
.property-list .property-card .market-info.red .perc {
  background: #c24747;
  color: #fff;
}
.property-list .property-card .market-info .price {
  font-size: 14px;
  float: left;
  border: 1px solid #bbbbbb;
  padding-left: 5px;
  padding-right: 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.property-list .property-card .market-info .margin {
  font-size: 14px;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #bbbbbb;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.property-list .property-card .market-info .perc {
  font-size: 11px;
  color: gray;
}
.property-list .property-card .market-info .label {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: gray;
  padding-top: 2px;
}

.property-detail-container {
  background: white;
}

.loading-cubes {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading-cubes:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.5;
}
.loading-cubes .loading-content {
  position: absolute;
  left: 50vw;
  top: 50vh;
}
.loading-cubes .loading-content .boxes {
  --size: 32px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
.loading-cubes .loading-content .boxes .cube {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
}
.loading-cubes .loading-content .boxes .cube:nth-child(1) {
  transform: translate(100%, 0);
  animation: box1 var(--duration) linear infinite;
}
.loading-cubes .loading-content .boxes .cube:nth-child(2) {
  transform: translate(0, 100%);
  animation: box2 var(--duration) linear infinite;
}
.loading-cubes .loading-content .boxes .cube:nth-child(3) {
  transform: translate(100%, 100%);
  animation: box3 var(--duration) linear infinite;
}
.loading-cubes .loading-content .boxes .cube:nth-child(4) {
  transform: translate(200%, 0);
  animation: box4 var(--duration) linear infinite;
}
.loading-cubes .loading-content .boxes .cube > div {
  --background: #5C8DF6;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}
.loading-cubes .loading-content .boxes .cube > div:nth-child(1) {
  --top: 0;
  --left: 0;
}
.loading-cubes .loading-content .boxes .cube > div:nth-child(2) {
  --background: rgb(19.5029069767, 90.2965116279, 241.9970930233);
  --right: 0;
  --rotateY: 90deg;
}
.loading-cubes .loading-content .boxes .cube > div:nth-child(3) {
  --background: rgb(67.8343023256, 124.0988372093, 244.6656976744);
  --rotateX: -90deg;
}
.loading-cubes .loading-content .boxes .cube > div:nth-child(4) {
  --background: #343434;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@keyframes box1 {
  0%, 50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes box3 {
  0%, 50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
.property-detail {
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  width: 100%;
  padding-bottom: 50px;
  margin: 15px 0px;
  /*border: 1px solid gray;*/
}
.property-detail .favorite-icon {
  font-size: 30px;
}
.property-detail .favorite-icon span {
  color: red;
}
.property-detail #carouselProperty {
  width: 100%;
}
.property-detail #carouselProperty .carousel-inner img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-detail .alert {
  font-size: 14px;
  padding: 10px !important;
}
.property-detail .nav-pills {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 85px;
  background: #dfdfdf;
  border-radius: 20px;
}
.property-detail .nav-pills .nav-link {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin: 0 auto;
}
.property-detail .nav-pills .nav-link span {
  font-size: 31px;
  text-align: center;
}
.property-detail .nav-pills .nav-link.active {
  background: white;
  border-radius: 50%;
  text-align: center;
  width: 62px;
  height: 62px;
}
.property-detail .nav-pills .nav-link.active span {
  color: rgba(79, 80, 107, 0.831372549);
}
.property-detail .ubication {
  color: gray;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
}
.property-detail .ubication .title {
  color: black;
  font-size: 31px;
  font-weight: bold;
  line-height: 33px;
  text-overflow: ellipsis;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.property-detail .ubication .subtitle {
  color: gray;
  font-size: 14px;
}
.property-detail .key_value {
  margin-top: 15px;
  margin-bottom: 15px;
}
.property-detail .key_value .label {
  color: black;
  font-size: 19px;
  font-weight: bold;
}
.property-detail .key_value .value {
  color: gray;
  font-size: 13px;
}
.property-detail .description .label {
  color: black;
  font-size: 19px;
  font-weight: bold;
}
.property-detail .description .value {
  color: dimgray;
  font-size: 14px;
}
.property-detail .prices .price {
  /*margin-top: 5px;*/
  font-size: 31px;
  font-weight: bold;
  line-height: 22px;
}
.property-detail .prices .price_reduced {
  font-size: 12px;
  color: #7de016;
  margin-bottom: 5px;
}
.property-detail .gallery .carousel-inner {
  background-image: url(/img/placeholder-property.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 550px;
}
.property-detail .gallery img {
  border-radius: 5px !important;
  width: 100%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-detail .gallery .small-img {
  height: 33.3%;
}
.property-detail .gallery .small-img img {
  width: 100%;
  max-height: 183px;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-detail .categories {
  padding-top: 5px;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.property-detail .category-tag {
  background: #140342;
  color: white;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
  font-size: 12px;
  text-transform: capitalize;
  float: left;
  margin-right: 10px;
}
.property-detail .related-properties table th {
  font-size: 12px;
}
.property-detail .related-properties table td {
  font-size: 12px;
}
.property-detail .features .feature {
  /*max-width: 100px;*/
  text-align: center;
  margin-bottom: 20px;
}
.property-detail .features .feature svg {
  width: 24px;
  fill: dimgray;
  /*path{
      fill:#14284a ;
  }*/
}
.property-detail .features .feature img {
  width: 24px;
  margin-top: 2px;
  fill: #14284a;
}
.property-detail .features .feature img svg {
  fill: #14284a;
}
.property-detail .features .feature .label {
  text-align: center;
  font-size: 12px;
  color: gray;
  float: left;
  padding-top: 2px;
}
.property-detail .features .feature .value {
  text-align: center;
  padding-right: 5px;
  font-size: 18px;
  float: left;
  color: black;
}
.property-detail .features .feature .value.green {
  color: forestgreen;
}
.property-detail .cover {
  width: 300px;
  /*min-height: 190px;*/
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .property-detail .cover {
    height: 190px !important;
  }
}
@media (min-width: 1401px) {
  .property-detail .cover {
    height: 190px !important;
  }
}
.property-detail .market-info {
  border-radius: 4px;
  padding: 2px 7px;
  height: 49px;
}
.property-detail .market-info.green .margin {
  background: #18c118;
  color: #fff;
  font-weight: bold;
}
.property-detail .market-info.green .perc {
  background: #18c118;
  color: #fff;
}
.property-detail .market-info.red .margin {
  padding-left: 4px;
  padding-right: 4px;
  background: #c24747;
  color: #fff;
  font-weight: bold;
}
.property-detail .market-info.red .perc {
  background: #c24747;
  color: #fff;
}
.property-detail .market-info .price {
  font-size: 14px;
  float: left;
  border: 1px solid #bbbbbb;
  padding-left: 5px;
  padding-right: 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.property-detail .market-info .margin {
  font-size: 14px;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #bbbbbb;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.property-detail .market-info .perc {
  font-size: 11px;
  color: gray;
}
.property-detail .market-info .label {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: gray;
  padding-top: 2px;
}
.property-detail .property-contact {
  border: 2px solid #ececec;
  border-radius: 5px;
  padding: 15px;
}
.property-detail .property-contact .avatar img {
  height: auto;
  width: 65px;
}
.property-detail .property-contact .agency-name {
  font-weight: bold;
  font-size: 19px;
  color: black;
}
.property-detail .property-contact .phone .label {
  font-size: 12px;
  color: gray;
}
.property-detail .property-contact .phone .material-icons {
  font-size: 30px;
}
.property-detail .property-contact .phone .number {
  padding-left: 10px;
  font-size: 18px;
}
.app-layout {
  /*background-image: url("/img/bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;*/
  position: relative;
}

.animation3 {
  /*transform: translatex(0px);*/
  animation: float-horizontal 8s ease-in-out infinite;
}

.animation4 {
  /*transform: translatex(0px);*/
  animation: float-full 10s ease-in-out infinite;
}

.button.is-active {
  background-color: #6440fb;
  color: white !important;
}

.btn-save-alert {
  font-size: 14px;
}
@media (max-width: 1400px) {
  .btn-save-alert {
    font-size: 12px !important;
  }
}

.btn-outline {
  font-size: 14px;
  background-color: transparent !important;
  border: 2px solid white !important;
}
.btn-outline:hover {
  color: white !important;
}

.btn-blue {
  font-size: 14px !important;
  background-color: #1ea1f3 !important;
  color: white !important;
}

.btn-yellow {
  font-size: 14px !important;
  background-color: #d5983d !important;
  color: black !important;
}

.btn-white {
  font-size: 14px !important;
  background-color: white !important;
  color: black !important;
}

.admin-pages .form-control {
  background-color: white !important;
  color: black !important;
}
.admin-pages .form-control.error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 12 12' width= '12' height= '12' fill= 'none' stroke= '%23dc3545' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23dc3545' stroke= 'none' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.admin-pages label {
  color: black;
}

.modal-search-name .modal-content {
  background-color: #14284a;
}
.modal-search-name .modal-content .modal-title {
  color: white;
}
.modal-search-name .modal-content .modal-header {
  border-bottom: 1px solid #2d2d45;
}
.modal-search-name .modal-content .modal-footer {
  border-top: 1px solid #2d2d45;
}
.modal-search-name .title {
  color: white;
}
.modal-search-name .close {
  color: white !important;
}

.custom-select {
  background-color: #141414;
  border: 1px solid #52525b;
}

.form-control {
  background-color: #141414 !important;
  color: white;
  border: 1px solid #52525b;
  /* background-color: $form-control-color !important;
   color: white !important;*/
}
.form-control.error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 12 12' width= '12' height= '12' fill= 'none' stroke= '%23dc3545' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23dc3545' stroke= 'none' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.btn.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.menu {
  z-index: 101;
}
.menu hr {
  background: #21253a;
}
.menu .logo {
  padding-left: 20px;
}

.box {
  background: rgba(79, 80, 107, 0.831372549);
  border-radius: 10px;
  padding: 20px 25px;
}
.box .title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}
.box table {
  background: transparent;
  font-size: 12px;
}
.box table.size-1 {
  font-size: 14px !important;
}
.box table.size-1 {
  font-size: 16px !important;
}
.box table td {
  border-color: transparent !important;
}
.box table thead {
  background: transparent;
  border: none;
}
.box table thead tr {
  background: transparent;
  border: none;
  border-color: transparent;
}
.box table thead tr th {
  background: transparent;
  border: none;
  border-color: transparent !important;
}
.box table thead tr td {
  background: transparent;
  border: none;
  border-color: transparent !important;
}
.box .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.03);
}
.box .play svg {
  color: white;
}
/*.modal {

    .modal-content {
        background-color: $primary-color-2;
        padding: 30px;
        border-radius: 10px;

        .modal-header {
            background-color: $primary-color-2;
            border: none;
            padding-bottom: 30px;

            .modal-title {
                font-weight: bold;
                font-size: 24px;
                padding-bottom: 5px;
            }

            .modal-subtitle {
                font-size: 13px;

                svg {
                    margin-right: 10px;
                    float: left;
                    width: 16px;
                    height: 16px;
                }
            }

            .close {
                color: white;
            }
        }

        .modal-footer {
            border: none;
            background-color: $primary-color-2;
        }
    }
}*/
.alert .alert-heading {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 5px;
}
.alert p {
  font-size: 13px;
  line-height: 17px;
}

.header-color {
  border-bottom: none !important;
  border-style: none !important;
}

.table-alerts .axie-img {
  width: 100px;
  margin-top: -23px;
  margin-bottom: -23px;
}

.footer-column.featured .title {
  color: black !important;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-column.featured .subtitle {
  color: dimgray !important;
  font-size: 13px !important;
}
.footer-column .title {
  color: black;
  font-size: 15px;
  margin-bottom: 10px;
}
.footer-column .link {
  width: 100%;
  float: left;
  display: block;
  color: dimgray;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-text h4, .content-text h2 {
  font-weight: bold;
  color: black;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 20px;
}

.cookie-consent {
  background: black;
  font-size: 16px;
  padding: 20px;
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0;
}
.cookie-consent .cookie-consent-message {
  color: white;
  float: left;
}
.cookie-consent .cookie-consent-link {
  text-decoration: underline;
  padding-left: 15px;
}
.cookie-consent .cookie-consent-compliance {
  background: #140342;
  color: white;
  padding: 5px 10px;
  float: right;
}

.link {
  cursor: pointer;
}

footer {
  background-color: #232426;
}
footer .logo img {
  width: 300px;
  height: auto;
}
@keyframes float {
  0% {
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    transform: translatey(0px);
  }
  50% {
    /*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
    transform: translatey(-20px);
  }
  100% {
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    transform: translatey(0px);
  }
}
@keyframes float-horizontal {
  0% {
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    transform: translateX(0px);
  }
  50% {
    /*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
    transform: translateX(-20px);
  }
  100% {
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    transform: translateX(0px);
  }
}
@keyframes float-full {
  0% {
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    transform: translateX(0px) translateY(0px);
  }
  50% {
    /*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
    transform: translateX(-20px) translateY(-20px);
  }
  100% {
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    transform: translateX(0px) translateY(0px);
  }
}
.premium-pricing-card {
  position: relative;
  background: #191919;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.premium-pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.premium-pricing-card.popular {
  border-color: #5858e6;
  transform: scale(1.05);
}
.premium-pricing-card.popular:hover {
  transform: scale(1.05) translateY(-8px);
}
.premium-pricing-card .popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.premium-pricing-card .badge {
  background: #5858e6;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}
.premium-pricing-card .card-header {
  margin-bottom: 30px;
  text-align: center;
}
.premium-pricing-card .plan-name {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}
.premium-pricing-card .plan-description {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
}
.premium-pricing-card .price-section {
  margin-bottom: 30px;
  text-align: center;
}
.premium-pricing-card .price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 8px;
}
.premium-pricing-card .currency {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-right: 4px;
}
.premium-pricing-card .amount {
  font-size: 48px;
  font-weight: 700;
  color: white;
}
.premium-pricing-card .period {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}
.premium-pricing-card .features-section {
  flex: 1;
  margin-bottom: 30px;
}
.premium-pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.premium-pricing-card .feature-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #252525;
}
.premium-pricing-card .feature-item:last-child {
  border-bottom: none;
}
.premium-pricing-card .feature-icon {
  color: #5858e6;
  margin-right: 12px;
  flex-shrink: 0;
}
.premium-pricing-card .feature-text {
  font-size: 15px;
  color: #ececec;
  line-height: 1.4;
}
.premium-pricing-card .cta-section {
  margin-top: auto;
}
.premium-pricing-card .cta-button {
  width: 100%;
  background: #5858e6;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.premium-pricing-card .cta-button:hover:not(:disabled) {
  background: #4e4ec9;
  transform: translateY(-1px);
  box-shadow: 0 8px 25px #4e4ec9;
}
.premium-pricing-card .cta-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.premium-pricing-card .cta-button.loading {
  background: white;
}
.premium-pricing-card .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
}
@media (max-width: 768px) {
  .premium-pricing-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .premium-pricing-card.popular {
    transform: none;
  }
  .premium-pricing-card.popular:hover {
    transform: none;
  }
  .premium-pricing-card .plan-name {
    font-size: 20px;
  }
  .premium-pricing-card .amount {
    font-size: 36px;
  }
}

.premium-page__hero {
  margin-top: 30px;
}
.premium-page__hero-content {
  text-align: center;
}
.premium-page__hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}
.premium-page__hero-text {
  font-size: 1.1rem;
  color: #6b7280;
  margin-bottom: 2rem;
}
.premium-page__pricing-section {
  padding: 2rem 0;
}
.premium-page__plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
.premium-page__additional-info {
  padding: 30px;
}
.premium-page__info-text {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
  text-align: center;
}
.premium-page__security-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium-page__security-icon {
  color: #28a745;
}
.premium-page__price-card {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.premium-page__price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.premium-page__button {
  transition: all 0.3s ease;
}
.premium-page__button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}
@media (max-width: 768px) {
  .premium-page__hero {
    margin-top: 20px;
  }
  .premium-page__hero-title {
    font-size: 2rem;
  }
  .premium-page__hero-text {
    font-size: 1rem;
  }
  .premium-page__plans-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .premium-page__additional-info {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .premium-page__hero-title {
    font-size: 1.75rem;
  }
  .premium-page__plans-grid {
    gap: 1rem;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.header {
  margin: 0 auto;
  height: 69px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border-bottom: 1px solid #303236 !important;
  background: rgba(31, 32, 35, 0.7) !important;
}
.header .gradient-text {
  background: linear-gradient(225deg, #6363fa 40%, #cc53fc);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .p-megamenu-root-list {
  background: var(--bg-primary) !important;
  color: var(--text-primary) !important;
}
.header.p-megamenu {
  border: none !important;
  border-bottom: 1px solid #303236 !important;
  border-radius: 0;
  color: var(--text-primary) !important;
}
.header.p-megamenu .p-megamenu-item-content {
  color: var(--text-primary) !important;
}
.header.p-megamenu .p-megamenu-item-content:hover {
  background-color: var(--menu-item-hover-bg) !important;
  color: white;
}
.header.p-megamenu .p-megamenu-button {
  background: var(--bg-primary) !important;
  color: var(--text-primary) !important;
}
.header .topbar-user-button button {
  color: var(--text-primary) !important;
}
.header .topbar-user-button button:hover {
  background-color: var(--menu-item-hover-bg) !important;
  color: white;
}
.header .topbar-credits {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: var(--p-primary-color-50);
  border: 1px solid var(--p-primary-color-200);
  border-radius: 9999px;
  transition: all 0.2s ease;
}
.header .topbar-credits:hover {
  background-color: var(--p-primary-color-100);
  border-color: var(--p-primary-color-300);
}
.header .topbar-credits .pi-coins {
  color: var(--p-primary-color-600);
  font-size: 1.125rem;
}
.header .topbar-credits .credits-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--p-primary-color-700);
  white-space: nowrap;
}
.header .topbar-upgrade-btn.p-button-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
}
.header .topbar-user-dropdown {
  position: relative;
  color: var(--text-primary) !important;
}
.header .topbar-user-dropdown button {
  color: var(--text-primary) !important;
}
.header .topbar-user-dropdown button:hover {
  background-color: var(--menu-item-hover-bg) !important;
  color: white;
}
.header .topbar-user-dropdown:hover {
  background-color: var(--menu-item-hover-bg) !important;
  color: white;
}
.header .topbar-user-button {
  background: transparent;
  border: none;
  color: white;
  font-weight: 500;
}
.header .topbar-user-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .topbar-user-button .pi-user {
  margin-right: 0.5rem;
}
.header .topbar-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background: #232426;
  border: 1px solid #1f2023;
  border-radius: 0.5rem;
  color: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  min-width: 280px;
  z-index: 1000;
  overflow: hidden;
}
.header .topbar-dropdown-header {
  padding: 1rem;
  background: #232426;
}
.header .topbar-user-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header .topbar-user-avatar-small {
  flex-shrink: 0;
}
.header .topbar-user-details {
  flex: 1;
  min-width: 0;
}
.header .topbar-user-name {
  font-weight: 600;
  color: white;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .topbar-user-email {
  font-size: 0.875rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .topbar-dropdown-divider {
  height: 1px;
  background: #303030;
  margin: 0.5rem 0;
}
.header .topbar-dropdown-items {
  padding: 0.5rem 0;
}
.header .topbar-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
}
.header .topbar-dropdown-item:hover {
  background-color: #1f2023;
}
.header .topbar-dropdown-item i {
  font-size: 1rem;
  width: 1.25rem;
  text-align: center;
}
.header .topbar-dropdown-item span {
  font-weight: 500;
}
.header .topbar-dropdown-item.logout {
  color: var(--p-red-600);
}
.header .topbar-dropdown-item.logout:hover {
  background-color: var(--p-red-50);
}
.header .topbar-dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 999;
}
.header .topbar-auth-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header .topbar-auth-button-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, #8b5cf6 100%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.header .topbar-auth-button-primary:hover {
  background: linear-gradient(135deg, #5a67d8 0%, #7c3aed 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.header .topbar-auth-button-primary:active {
  transform: translateY(0);
}
.header .topbar-auth-button-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}
.header .header-menu {
  background: transparent;
  border: none;
}
.header .header-menu-item {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  transition: all 0.3s ease;
}
.header .header-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.header .header-menu-item:active {
  transform: translateY(0);
}
.header .header-menu-item:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.header .header-logo a {
  color: white !important;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header .header-logo a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .header .topbar-credits {
    padding: 0.375rem 0.5rem;
  }
  .header .topbar-credits .credits-text {
    font-size: 0.75rem;
  }
  .header .topbar-auth-buttons {
    gap: 0.5rem;
  }
  .header .topbar-auth-button-outlined,
  .header .topbar-auth-button-primary {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  .header .topbar-dropdown-menu {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0.5rem 0.5rem 0 0;
    min-width: auto;
    max-height: 80vh;
    overflow-y: auto;
  }
  .header .topbar-dropdown-header {
    padding: 1.25rem 1rem;
  }
  .header .topbar-dropdown-items {
    padding: 0.75rem 0;
  }
  .header .topbar-dropdown-item {
    padding: 1rem;
    font-size: 1rem;
  }
  .header .topbar-user-button {
    padding: 0.5rem;
  }
  .header .topbar-user-button .pi-user {
    margin-right: 0;
  }
  .header .topbar-user-button span {
    display: none;
  }
}
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: GT Walsheim Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}


      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [type='week'],
      [multiple],
      textarea,
      select
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::placeholder, textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}


      [type='checkbox'],
      [type='radio']
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}


      [type='checkbox']:focus,
      [type='radio']:focus
     {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


      [type='checkbox']:checked,
      [type='radio']:checked
     {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}


      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
     {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}


      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
     {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.prose {
	color: #374151;
	max-width: 65ch;
}
.prose [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #111827;
	text-decoration: underline;
	font-weight: 500;
}
.prose strong {
	color: #111827;
	font-weight: 600;
}
.prose ol {
	counter-reset: list-counter;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ol > li {
	position: relative;
	counter-increment: list-counter;
	padding-left: 1.75em;
}
.prose ol > li::before {
	content: counter(list-counter) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #d1d5db;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: 0.25rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
	content: open-quote;
}
.prose blockquote p:last-of-type::after {
	content: close-quote;
}
.prose h1 {
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2 {
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3 {
	color: #111827;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4 {
	color: #111827;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code {
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before {
	content: "`";
}
.prose code::after {
	content: "`";
}
.prose a code {
	color: #111827;
}
.prose pre {
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before {
	content: "";
}
.prose pre code::after {
	content: "";
}
.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead {
	color: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}
.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb;
}
.prose tbody tr:last-child {
	border-bottom-width: 0;
}
.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose {
	font-size: 1rem;
	line-height: 1.75;
}
.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code {
	font-size: 0.875em;
}
.prose h3 code {
	font-size: 0.9em;
}
.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + * {
	margin-top: 0;
}
.prose h2 + * {
	margin-top: 0;
}
.prose h3 + * {
	margin-top: 0;
}
.prose h4 + * {
	margin-top: 0;
}
.prose thead th:first-child {
	padding-left: 0;
}
.prose thead th:last-child {
	padding-right: 0;
}
.prose tbody td:first-child {
	padding-left: 0;
}
.prose tbody td:last-child {
	padding-right: 0;
}
.prose > :first-child {
	margin-top: 0;
}
.prose > :last-child {
	margin-bottom: 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.visible {
	visibility: visible;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-0 {
	top: 0px;
}
.z-0 {
	z-index: 0;
}
.z-50 {
	z-index: 50;
}
.z-40 {
	z-index: 40;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.col-auto {
	grid-column: auto;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.m-6 {
	margin: 1.5rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-my-2 {
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-px {
	margin-left: -1px;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-12 {
	margin-left: 3rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.-mr-0\.5 {
	margin-right: -0.125rem;
}
.-mr-0 {
	margin-right: 0px;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.-mt-px {
	margin-top: -1px;
}
.ml-8 {
	margin-left: 2rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.-mt-3 {
	margin-top: -0.75rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mt-60 {
	margin-top: 15rem;
}
.mr-10 {
	margin-right: 2.5rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mt-40 {
	margin-top: 10rem;
}
.mt-20 {
	margin-top: 5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-5 {
	height: 1.25rem;
}
.h-16 {
	height: 4rem;
}
.h-12 {
	height: 3rem;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
	height: 2rem;
}
.h-4 {
	height: 1rem;
}
.h-9 {
	height: 2.25rem;
}
.h-10 {
	height: 2.5rem;
}
.h-20 {
	height: 5rem;
}
.h-full {
	height: 100%;
}
.min-h-screen {
	min-height: 100vh;
}
.min-h-full {
	min-height: 100%;
}
.w-5 {
	width: 1.25rem;
}
.w-16 {
	width: 4rem;
}
.w-full {
	width: 100%;
}
.w-0 {
	width: 0px;
}
.w-12 {
	width: 3rem;
}
.w-6 {
	width: 1.5rem;
}
.w-3\/4 {
	width: 75%;
}
.w-48 {
	width: 12rem;
}
.w-auto {
	width: auto;
}
.w-8 {
	width: 2rem;
}
.w-4 {
	width: 1rem;
}
.w-60 {
	width: 15rem;
}
.w-10 {
	width: 2.5rem;
}
.w-1\/2 {
	width: 50%;
}
.w-20 {
	width: 5rem;
}
.w-96 {
	width: 24rem;
}
.min-w-0 {
	min-width: 0px;
}
.max-w-screen-xl {
	max-width: 1280px;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-md {
	max-width: 28rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-shrink {
	flex-shrink: 1;
}
.origin-top-left {
	transform-origin: top left;
}
.origin-top {
	transform-origin: top;
}
.origin-top-right {
	transform-origin: top right;
}
.translate-y-4 {
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-help {
	cursor: help;
}
.resize {
	resize: both;
}
.list-inside {
	list-style-position: inside;
}
.list-disc {
	list-style-type: disc;
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-end {
	align-content: flex-end;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-items-center {
	justify-items: center;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-3 {
	gap: 0.75rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-all {
	word-break: break-all;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-l-md {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.rounded-t-none {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.rounded-b-none {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.rounded-b {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-t-4 {
	border-top-width: 4px;
}
.border-none {
	border-style: none;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-indigo-400 {
	--tw-border-opacity: 1;
	border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-red-300 {
	--tw-border-opacity: 1;
	border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-indigo-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.bg-indigo-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-indigo-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.fill-current {
	fill: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-2 {
	padding: 0.5rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-8 {
	padding: 2rem;
}
.p-4 {
	padding: 1rem;
}
.p-1 {
	padding: 0.25rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-40 {
	padding-left: 10rem;
	padding-right: 10rem;
}
.py-40 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.px-60 {
	padding-left: 15rem;
	padding-right: 15rem;
}
.px-24 {
	padding-left: 6rem;
	padding-right: 6rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pl-0 {
	padding-left: 0px;
}
.pr-0 {
	padding-right: 0px;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pr-16 {
	padding-right: 4rem;
}
.pt-40 {
	padding-top: 10rem;
}
.pt-60 {
	padding-top: 15rem;
}
.pr-20 {
	padding-right: 5rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pt-0 {
	padding-top: 0px;
}
.pr-8 {
	padding-right: 2rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.align-top {
	vertical-align: top;
}
.align-middle {
	vertical-align: middle;
}
.font-sans {
	font-family: GT Walsheim Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-black {
	font-weight: 900;
}
.font-extrabold {
	font-weight: 800;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-tight {
	line-height: 1.25;
}
.leading-4 {
	line-height: 1rem;
}
.leading-normal {
	line-height: 1.5;
}
.leading-8 {
	line-height: 2rem;
}
.leading-6 {
	line-height: 1.5rem;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-tight {
	letter-spacing: -0.025em;
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-indigo-700 {
	--tw-text-opacity: 1;
	color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.text-green-400 {
	--tw-text-opacity: 1;
	color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-indigo-500 {
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-25 {
	opacity: 0.25;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-75 {
	transition-duration: 75ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-1000 {
	transition-duration: 1000ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:bg-indigo-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
.hover\:bg-indigo-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-blue-800:hover {
	--tw-text-opacity: 1;
	color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
	--tw-border-opacity: 1;
	border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.focus\:bg-indigo-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
	--tw-text-opacity: 1;
	color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
	--tw-ring-inset: inset;
}
.focus\:ring-gray-300:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
.focus\:ring-blue-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
	--tw-ring-opacity: 0.5;
}
.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.active\:bg-red-600:active {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.active\:bg-gray-50:active {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.active\:text-gray-800:active {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
	opacity: 0.25;
}
@media (min-width: 640px) {

	.sm\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.sm\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.sm\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.sm\:-my-px {
		margin-top: -1px;
		margin-bottom: -1px;
	}

	.sm\:ml-3 {
		margin-left: 0.75rem;
	}

	.sm\:-mr-2 {
		margin-right: -0.5rem;
	}

	.sm\:mt-0 {
		margin-top: 0px;
	}

	.sm\:ml-4 {
		margin-left: 1rem;
	}

	.sm\:ml-10 {
		margin-left: 2.5rem;
	}

	.sm\:ml-6 {
		margin-left: 1.5rem;
	}

	.sm\:ml-0 {
		margin-left: 0px;
	}

	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:h-10 {
		height: 2.5rem;
	}

	.sm\:h-20 {
		height: 5rem;
	}

	.sm\:w-10 {
		width: 2.5rem;
	}

	.sm\:w-full {
		width: 100%;
	}

	.sm\:max-w-md {
		max-width: 28rem;
	}

	.sm\:max-w-sm {
		max-width: 24rem;
	}

	.sm\:max-w-lg {
		max-width: 32rem;
	}

	.sm\:max-w-xl {
		max-width: 36rem;
	}

	.sm\:max-w-2xl {
		max-width: 42rem;
	}

	.sm\:flex-1 {
		flex: 1 1 0%;
	}

	.sm\:translate-y-0 {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}

	.sm\:scale-95 {
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		transform: var(--tw-transform);
	}

	.sm\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}

	.sm\:items-start {
		align-items: flex-start;
	}

	.sm\:items-center {
		align-items: center;
	}

	.sm\:justify-start {
		justify-content: flex-start;
	}

	.sm\:justify-center {
		justify-content: center;
	}

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

	.sm\:rounded-lg {
		border-radius: 0.5rem;
	}

	.sm\:rounded-md {
		border-radius: 0.375rem;
	}

	.sm\:rounded-tl-md {
		border-top-left-radius: 0.375rem;
	}

	.sm\:rounded-tr-md {
		border-top-right-radius: 0.375rem;
	}

	.sm\:rounded-bl-md {
		border-bottom-left-radius: 0.375rem;
	}

	.sm\:rounded-br-md {
		border-bottom-right-radius: 0.375rem;
	}

	.sm\:p-6 {
		padding: 1.5rem;
	}

	.sm\:p-10 {
		padding: 2.5rem;
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.sm\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.sm\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.sm\:pt-0 {
		padding-top: 0px;
	}

	.sm\:pb-4 {
		padding-bottom: 1rem;
	}

	.sm\:text-left {
		text-align: left;
	}

	.sm\:text-right {
		text-align: right;
	}

	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 768px) {

	.md\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	.md\:m-12 {
		margin: 3rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

	.md\:flex-1 {
		flex: 1 1 0%;
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:justify-start {
		justify-content: flex-start;
	}

	.md\:gap-6 {
		gap: 1.5rem;
	}

	.md\:gap-x-8 {
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}

	.md\:gap-y-10 {
		row-gap: 2.5rem;
	}

	.md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.md\:border-t-0 {
		border-top-width: 0px;
	}

	.md\:border-l {
		border-left-width: 1px;
	}

	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {

	.lg\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.lg\:col-start-4 {
		grid-column-start: 4;
	}

	.lg\:col-end-8 {
		grid-column-end: 8;
	}

	.lg\:row-start-2 {
		grid-row-start: 2;
	}

	.lg\:row-end-3 {
		grid-row-end: 3;
	}

	.lg\:m-0 {
		margin: 0px;
	}

	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:w-0 {
		width: 0px;
	}

	.lg\:max-w-none {
		max-width: none;
	}

	.lg\:flex-1 {
		flex: 1 1 0%;
	}

	.lg\:flex-shrink-0 {
		flex-shrink: 0;
	}

	.lg\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.lg\:items-center {
		align-items: center;
	}

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

	.lg\:rounded-none {
		border-radius: 0px;
	}

	.lg\:rounded-l-lg {
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}

	.lg\:p-6 {
		padding: 1.5rem;
	}

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.lg\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.lg\:pt-40 {
		padding-top: 10rem;
	}

	.lg\:text-center {
		text-align: center;
	}

	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 1280px) {

	.xl\:p-10 {
		padding: 2.5rem;
	}
}

