html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #171717;
  background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #171717;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: #6610f2;
  text-decoration: none;
  transition: color 150ms ease;
}
a:hover {
  color: #5a0fd8;
  text-decoration: none;
}

.navbar-nav,
.nav,
.nav-sidebar,
.list-unstyled,
.list-group {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

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

hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 2rem 0;
}

::selection {
  background-color: rgba(102, 16, 242, 0.2);
  color: #171717;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
}

body,
.wrapper,
.content-wrapper,
.main-header,
.main-sidebar,
.main-footer,
.card,
.card-title,
.card-header,
.info-box,
.small-box {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #171717;
  margin-bottom: 0.5rem;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.875rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

a {
  color: #6610f2;
  text-decoration: none;
  transition: color 150ms ease;
}
a:hover {
  color: #5a0fd8;
  text-decoration: none;
}

.text-muted {
  color: #525252 !important;
}

.text-primary {
  color: #6610f2 !important;
}

.text-success {
  color: #22c55e !important;
}

.text-warning {
  color: #fd7e14 !important;
}

.text-danger {
  color: #ef4444 !important;
}

.text-info {
  color: #3b82f6 !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.font-weight-light {
  font-weight: 400 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-accent {
  color: #e83e8c !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-pink {
  color: #e83e8c !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.brand-text {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0;
}

.nav-link {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.navbar-nav .nav-link {
  font-weight: 400;
}

.sidebar .nav-link {
  font-weight: 400;
  font-size: 0.875rem;
}

.content-header h1,
.content-header h3 {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  color: #171717;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 0.75rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.btn:focus-visible {
  outline: 2px solid #6610f2;
  outline-offset: 2px;
}
.btn:disabled, .btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn i, .btn .fas, .btn .far, .btn .fab {
  font-size: 1em;
}

.btn-primary {
  background-color: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
}
.btn-primary:hover:not(:disabled), .btn-primary:focus:not(:disabled) {
  background-color: #5a0fd8;
  border-color: #5a0fd8;
  color: #ffffff;
}
.btn-primary:active:not(:disabled) {
  background-color: #4e0cbf;
  border-color: #4e0cbf;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #6610f2;
  color: #6610f2;
}
.btn-outline-primary:hover:not(:disabled) {
  background-color: #eef2ff;
  color: #6610f2;
}
.btn-outline-primary:active:not(:disabled) {
  background-color: #e0e7ff;
}

.btn-secondary,
.btn-default {
  background-color: transparent;
  color: #171717;
  border-color: #e5e5e5;
}
.btn-secondary:hover:not(:disabled),
.btn-default:hover:not(:disabled) {
  background-color: #f5f5f5;
  border-color: #d4d4d4;
  color: #171717;
}
.btn-secondary:active:not(:disabled),
.btn-default:active:not(:disabled) {
  background-color: #e5e5e5;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #e5e5e5;
  color: #171717;
}
.btn-outline-secondary:hover:not(:disabled) {
  background-color: #f5f5f5;
  border-color: #d4d4d4;
  color: #171717;
}

.btn-pink,
.btn-accent {
  background-color: #e83e8c;
  border-color: #e83e8c;
  color: #ffffff;
}
.btn-pink:hover:not(:disabled),
.btn-accent:hover:not(:disabled) {
  background-color: #d63384;
  border-color: #d63384;
  color: #ffffff;
}

.btn-outline-pink {
  background-color: transparent;
  border-color: #e83e8c;
  color: #e83e8c;
}
.btn-outline-pink:hover:not(:disabled) {
  background-color: rgba(232, 62, 140, 0.1);
  color: #e83e8c;
}

.btn-success {
  background-color: #22c55e;
  border-color: #22c55e;
  color: #ffffff;
}
.btn-success:hover:not(:disabled) {
  background-color: #16a34a;
  border-color: #16a34a;
  color: #ffffff;
}

.btn-outline-success {
  background-color: transparent;
  border-color: #22c55e;
  color: #22c55e;
}
.btn-outline-success:hover:not(:disabled) {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

.btn-warning {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: #ffffff;
}
.btn-warning:hover:not(:disabled) {
  background-color: #e8720d;
  border-color: #e8720d;
  color: #ffffff;
}

.btn-outline-warning {
  background-color: transparent;
  border-color: #fd7e14;
  color: #fd7e14;
}
.btn-outline-warning:hover:not(:disabled) {
  background-color: rgba(253, 126, 20, 0.1);
  color: #fd7e14;
}

.btn-danger {
  background-color: #ef4444;
  border-color: #ef4444;
  color: #ffffff;
}
.btn-danger:hover:not(:disabled) {
  background-color: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
}

.btn-outline-danger {
  background-color: transparent;
  border-color: #ef4444;
  color: #ef4444;
}
.btn-outline-danger:hover:not(:disabled) {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.btn-info {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: #ffffff;
}
.btn-info:hover:not(:disabled) {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.btn-outline-info {
  background-color: transparent;
  border-color: #3b82f6;
  color: #3b82f6;
}
.btn-outline-info:hover:not(:disabled) {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.btn-ghost,
.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #171717;
}
.btn-ghost:hover:not(:disabled),
.btn-link:hover:not(:disabled) {
  background-color: #f5f5f5;
  color: #171717;
  text-decoration: none;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.btn-block {
  display: flex;
  width: 100%;
}

.btn-tool {
  background-color: transparent;
  border: none;
  color: #a3a3a3;
  padding: 0.25rem 0.5rem;
}
.btn-tool:hover {
  color: #171717;
  background-color: transparent;
}

.btn--loading,
.btn.is-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
.btn--loading::after,
.btn.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25em;
  height: 1.25em;
  margin: -0.625em 0 0 -0.625em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 9999px;
  animation: btn-spin 0.6s linear infinite;
}
.btn--loading.btn-primary::after, .btn--loading.btn-pink::after, .btn--loading.btn-success::after, .btn--loading.btn-danger::after, .btn--loading.btn-warning::after, .btn--loading.btn-info::after,
.btn.is-loading.btn-primary::after,
.btn.is-loading.btn-pink::after,
.btn.is-loading.btn-success::after,
.btn.is-loading.btn-danger::after,
.btn.is-loading.btn-warning::after,
.btn.is-loading.btn-info::after {
  border-color: rgba(255, 255, 255, 0.3);
  border-right-color: #ffffff;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.btn-group {
  display: inline-flex;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-radius: 0.75rem 0 0 0.75rem;
}
.btn-group .btn:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}
.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}

.card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 200ms ease;
  margin-bottom: 1.5rem;
}
.card.elevation-1, .card.elevation-2, .card.elevation-3, .card.elevation-4 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.card--interactive,
a.card {
  cursor: pointer;
}
.card--interactive:hover,
a.card:hover {
  border-color: #d4d4d4;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.card--interactive:active,
a.card:active {
  transform: translateY(0);
}

.card-header {
  padding: 1.25rem 1.5rem;
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-header:first-child {
  border-radius: 1rem 1rem 0 0;
}
.card-header .card-tools {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

.card-footer {
  padding: 1rem 1.5rem;
  background-color: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 1rem 1rem;
}

.card-img-top {
  border-radius: 1rem 1rem 0 0;
}

.card-outline-primary,
.card.card-primary:not(.card-outline) {
  border-top: 3px solid #6610f2;
}

.card-outline-pink,
.card.card-pink {
  border-top: 3px solid #e83e8c;
}

.card-outline-success,
.card.card-success:not(.card-outline) {
  border-top: 3px solid #22c55e;
}

.card-outline-warning,
.card.card-warning:not(.card-outline) {
  border-top: 3px solid #fd7e14;
}

.card-outline-danger,
.card.card-danger:not(.card-outline) {
  border-top: 3px solid #ef4444;
}

.card-outline-info,
.card.card-info:not(.card-outline) {
  border-top: 3px solid #3b82f6;
}

.card.card-solid {
  border-top: none;
}

.widget-event,
.card-event {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  transition: all 150ms ease;
}
.widget-event:hover,
.card-event:hover {
  border-color: #d4d4d4;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.widget-event .widget-user-header,
.card-event__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.widget-event .widget-user-header img,
.card-event__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
}
.widget-event:hover .widget-event .widget-user-header img, .card-event:hover .widget-event .widget-user-header img,
.widget-event:hover .card-event__image img,
.card-event:hover .card-event__image img {
  transform: scale(1.03);
}

.card-event__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.widget-event .card-body,
.card-event__body {
  padding: 1.25rem;
}

.card-event__date,
.description-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #eef2ff;
  border-radius: 0.5rem;
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.card-event__day,
.description-block .dia {
  font-size: 1.125rem;
  font-weight: 700;
  color: #6610f2;
  line-height: 1;
}

.card-event__month,
.description-block .mes {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6610f2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card-event__title {
  font-size: 1rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0.25rem;
  line-height: 1.375;
}

.card-event__location {
  font-size: 0.875rem;
  color: #525252;
  margin-bottom: 1rem;
  clear: both;
}

.card-event__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}

.card-event__price,
.price-pill {
  font-size: 1.125rem;
  font-weight: 700;
  color: #171717;
}

.price-pill {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background-color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.card-stat,
.info-box {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e5e5;
  padding: 1.5rem;
  transition: all 200ms ease;
}

.card-stat__icon,
.info-box-icon {
  width: 48px;
  height: 48px;
  background-color: #eef2ff;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #6610f2;
  font-size: 1.25rem;
}
.card-stat__icon--primary, .card-stat__icon.bg-primary, .card-stat__icon.bg-indigo,
.info-box-icon--primary,
.info-box-icon.bg-primary,
.info-box-icon.bg-indigo {
  color: #6610f2;
  background-color: rgba(102, 16, 242, 0.1);
}
.card-stat__icon--success, .card-stat__icon.bg-success,
.info-box-icon--success,
.info-box-icon.bg-success {
  color: #22c55e;
  background-color: rgba(34, 197, 94, 0.1);
}
.card-stat__icon--warning, .card-stat__icon.bg-warning, .card-stat__icon.bg-orange,
.info-box-icon--warning,
.info-box-icon.bg-warning,
.info-box-icon.bg-orange {
  color: #fd7e14;
  background-color: rgba(253, 126, 20, 0.1);
}
.card-stat__icon--info, .card-stat__icon.bg-info,
.info-box-icon--info,
.info-box-icon.bg-info {
  color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.1);
}
.card-stat__icon--accent, .card-stat__icon.bg-pink,
.info-box-icon--accent,
.info-box-icon.bg-pink {
  color: #e83e8c;
  background-color: rgba(232, 62, 140, 0.1);
}

.card-stat__value,
.info-box-number {
  font-size: 1.875rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0.25rem;
}

.card-stat__label,
.info-box-text {
  font-size: 0.875rem;
  color: #525252;
}

.card-stat__trend {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.card-stat__trend--up {
  color: #22c55e;
}
.card-stat__trend--down {
  color: #ef4444;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.cards-grid--sm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.cards-grid--lg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.list-group-item {
  border-color: #e5e5e5;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
}

.list-group-unbordered .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.form-control {
  padding: 0.75rem 1rem;
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #171717;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  transition: all 150ms ease;
}
.form-control::placeholder {
  color: #525252;
}
.form-control:focus {
  border-color: #6610f2;
  box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.1);
  outline: none;
}
.form-control:disabled, .form-control[readonly] {
  opacity: 0.6;
  background-color: #f5f5f5;
}

.form-control-sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

.form-control-lg {
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

select.form-control,
.custom-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
  padding-right: 2.5rem;
  height: calc(2.5rem + 2px);
  cursor: pointer;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group:last-child {
  margin-bottom: 0;
}

label,
.col-form-label,
.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #171717;
}

.required::after {
  content: " *";
  color: #ef4444;
}

.form-text,
.form-help {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #525252;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #22c55e;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ef4444;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.valid-feedback {
  color: #22c55e;
  font-size: 0.875rem;
}

.invalid-feedback {
  color: #ef4444;
  font-size: 0.875rem;
}

.input-group {
  position: relative;
  display: flex;
}
.input-group .form-control {
  flex: 1;
}
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group .form-control:first-child {
  border-radius: 0.75rem 0 0 0.75rem;
}
.input-group .form-control:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  font-size: 0.875rem;
  color: #525252;
  white-space: nowrap;
  min-width: 44px;
}

.input-group-prepend .input-group-text {
  border-right: none;
  border-radius: 0.75rem 0 0 0.75rem;
}

.input-group-append .input-group-text {
  border-left: none;
  border-radius: 0 0.75rem 0.75rem 0;
}

.input-group .form-control:focus ~ .input-group-append .input-group-text,
.input-group .form-control:focus ~ .input-group-prepend .input-group-text {
  border-color: #6610f2;
}

.custom-control {
  padding-left: 2rem;
  min-height: 1.5rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6610f2;
  border-color: #6610f2;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.1);
}

.custom-control-label {
  font-size: 1rem;
  color: #171717;
  cursor: pointer;
  user-select: none;
}
.custom-control-label::before {
  border-color: #e5e5e5;
  border-radius: 0.25rem;
}

.icheck-primary > input:first-child:checked + label::before,
.icheck-primary > input:first-child:checked + input[type=hidden] + label::before {
  background-color: #6610f2;
  border-color: #6610f2;
}

.custom-switch {
  padding-left: 3.25rem;
}
.custom-switch .custom-control-label {
  padding-left: 0.5rem;
}
.custom-switch .custom-control-label::before {
  width: 44px;
  height: 24px;
  left: -3.25rem;
  border-radius: 9999px;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.custom-switch .custom-control-label::after {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  top: calc(0.25rem + 2px);
  left: calc(-3.25rem + 2px);
  transition: transform 150ms ease;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6610f2;
  border-color: #6610f2;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(20px);
}

.nav-pills,
.nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #525252;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background-color: transparent;
  transition: all 150ms ease;
}
.nav-pills .nav-link:hover,
.nav-tabs .nav-link:hover {
  color: #171717;
  background-color: transparent;
}
.nav-pills .nav-link.active,
.nav-tabs .nav-link.active {
  color: #6610f2;
  border-bottom-color: #6610f2;
  background-color: transparent;
}

.alert {
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  border: 1px solid transparent;
  margin-bottom: 1rem;
}

.alert-primary {
  background-color: rgba(102, 16, 242, 0.1);
  border-color: rgba(102, 16, 242, 0.2);
  color: #4e0cbf;
}

.alert-success {
  background-color: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.2);
  color: #16a34a;
}

.alert-warning {
  background-color: rgba(253, 126, 20, 0.1);
  border-color: rgba(253, 126, 20, 0.2);
  color: #e8720d;
}

.alert-danger {
  background-color: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.2);
  color: #dc2626;
}

.alert-info {
  background-color: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.2);
  color: #2563eb;
}

.alert-dismissible .close {
  padding: 0.75rem 1rem;
  color: inherit;
  opacity: 0.7;
}
.alert-dismissible .close:hover {
  opacity: 1;
}

.callout {
  padding: 1.25rem;
  border-radius: 0.75rem;
  border-left: 4px solid #d4d4d4;
  background-color: #fafafa;
  margin-bottom: 1rem;
}
.callout.callout-primary {
  border-left-color: #6610f2;
}
.callout.callout-success {
  border-left-color: #22c55e;
}
.callout.callout-warning {
  border-left-color: #fd7e14;
}
.callout.callout-danger {
  border-left-color: #ef4444;
}
.callout.callout-info {
  border-left-color: #3b82f6;
}

.toast {
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  font-size: 0.875rem;
  animation: toast-in 0.3s ease;
}

.toast-header {
  background-color: #fafafa;
  border-bottom-color: #e5e5e5;
  padding: 0.75rem 1rem;
}

.toast-body {
  padding: 1rem;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.empty-state {
  padding: 3rem;
  text-align: center;
}
.empty-state__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  color: #d4d4d4;
}
.empty-state__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0.5rem;
}
.empty-state__description {
  font-size: 0.875rem;
  color: #525252;
  margin-bottom: 1.5rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #e5e5e5;
  border-right-color: #6610f2;
  border-radius: 9999px;
  animation: btn-spin 0.6s linear infinite;
}
.spinner--sm {
  width: 16px;
  height: 16px;
}
.spinner--lg {
  width: 40px;
  height: 40px;
  border-width: 3px;
}

.skeleton {
  background: linear-gradient(90deg, #f5f5f5 25%, #e5e5e5 50%, #f5f5f5 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 0.5rem;
}
.skeleton--text {
  height: 16px;
  margin-bottom: 0.5rem;
}
.skeleton--title {
  height: 24px;
  width: 60%;
  margin-bottom: 0.75rem;
}
.skeleton--avatar {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
}
.skeleton--image {
  height: 200px;
  border-radius: 1rem;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.badge-primary {
  background-color: rgba(102, 16, 242, 0.15);
  color: #6610f2;
}

.badge-success {
  background-color: rgba(34, 197, 94, 0.15);
  color: #16a34a;
}

.badge-warning {
  background-color: rgba(253, 126, 20, 0.15);
  color: #e8720d;
}

.badge-danger {
  background-color: rgba(239, 68, 68, 0.15);
  color: #dc2626;
}

.badge-info {
  background-color: rgba(59, 130, 246, 0.15);
  color: #2563eb;
}

.badge-secondary {
  background-color: #f5f5f5;
  color: #525252;
}

.badge-pink {
  background-color: rgba(232, 62, 140, 0.15);
  color: #d63384;
}

.navbar-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 0.6rem;
  padding: 2px 4px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}
.status-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  flex-shrink: 0;
}
.status-badge--valid {
  background-color: rgba(34, 197, 94, 0.1);
  color: #16a34a;
}
.status-badge--valid::before {
  background-color: #22c55e;
}
.status-badge--used {
  background-color: #f5f5f5;
  color: #525252;
}
.status-badge--used::before {
  background-color: #a3a3a3;
}
.status-badge--expired {
  background-color: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}
.status-badge--expired::before {
  background-color: #ef4444;
}
.status-badge--pending {
  background-color: rgba(253, 126, 20, 0.1);
  color: #e8720d;
}
.status-badge--pending::before {
  background-color: #fd7e14;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.badge-teatro {
  background-color: rgba(139, 92, 246, 0.15);
  color: #7c3aed;
}

.badge-musica {
  background-color: rgba(236, 72, 153, 0.15);
  color: #db2777;
}

.badge-danza {
  background-color: rgba(20, 184, 166, 0.15);
  color: #0d9488;
}

.badge-standup {
  background-color: rgba(245, 158, 11, 0.15);
  color: #d97706;
}

.badge-convencion {
  background-color: rgba(59, 130, 246, 0.15);
  color: #2563eb;
}

.badge-fiesta {
  background-color: rgba(244, 63, 94, 0.15);
  color: #e11d48;
}

.badge-generico {
  background-color: #f5f5f5;
  color: #525252;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.table thead th {
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #525252;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fafafa;
  white-space: nowrap;
}

.table tbody td {
  padding: 1rem;
  font-size: 0.875rem;
  color: #171717;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}

.table tbody tr:last-child td {
  border-bottom: none;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 245, 245, 0.5);
}

.table-responsive {
  border-radius: 1rem;
  overflow: hidden;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  font-size: 0.875rem;
  color: #525252;
  padding: 0.75rem 0;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  transition: all 150ms ease;
}
.dataTables_wrapper .dataTables_filter input:focus {
  border-color: #6610f2;
  box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.1);
  outline: none;
}
.dataTables_wrapper .dataTables_length select {
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.dataTables_paginate .paginate_button,
.pagination .page-link {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: #171717;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  background-color: #ffffff;
  transition: all 150ms ease;
}
.dataTables_paginate .paginate_button:hover,
.pagination .page-link:hover {
  background-color: #f5f5f5;
  border-color: #d4d4d4;
  color: #171717;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.active .page-link,
.pagination .page-link.current,
.pagination .page-link.active .page-link {
  background-color: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
}

.table-progress {
  width: 100%;
  max-width: 100px;
  height: 6px;
  background-color: #f5f5f5;
  border-radius: 9999px;
  overflow: hidden;
}

.table-progress__bar {
  height: 100%;
  background-color: #6610f2;
  border-radius: 9999px;
  transition: width 0.3s ease;
}
.table-progress__bar--warning {
  background-color: #fd7e14;
}
.table-progress__bar--success {
  background-color: #22c55e;
}

.main-header.navbar {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  min-height: 64px;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .main-header.navbar {
    min-height: 72px;
    padding: 0 1.5rem;
  }
}
.main-header.navbar.navbar-light, .main-header.navbar.navbar-white, .main-header.navbar.navbar-dark {
  background-color: #ffffff;
  border-bottom-color: #e5e5e5;
}

.main-header .navbar-brand,
.main-header .brand-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #171717;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
}
.main-header .navbar-brand img,
.main-header .navbar-brand .brand-image,
.main-header .brand-link img,
.main-header .brand-link .brand-image {
  height: 32px;
  width: auto;
  max-height: 32px;
}

.main-header .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header .navbar-nav .nav-item {
  list-style: none;
}
.main-header .navbar-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #525252;
  padding: 0.5rem 0.75rem;
  transition: color 150ms ease;
  position: relative;
}
.main-header .navbar-nav .nav-link:hover {
  color: #171717;
}
.main-header .navbar-nav .nav-link i, .main-header .navbar-nav .nav-link .fas, .main-header .navbar-nav .nav-link .far, .main-header .navbar-nav .nav-link .fab {
  color: #737373;
  font-size: 1rem;
}
.main-header .navbar-nav .nav-link:hover i, .main-header .navbar-nav .nav-link:hover .fas, .main-header .navbar-nav .nav-link:hover .far {
  color: #171717;
}

.main-header .navbar-nav .nav-link.active,
.main-header .navbar-nav .nav-item.active > .nav-link {
  color: #6610f2;
}
.main-header .navbar-nav .nav-link.active i, .main-header .navbar-nav .nav-link.active .fas, .main-header .navbar-nav .nav-link.active .far,
.main-header .navbar-nav .nav-item.active > .nav-link i,
.main-header .navbar-nav .nav-item.active > .nav-link .fas,
.main-header .navbar-nav .nav-item.active > .nav-link .far {
  color: #6610f2;
}
.main-header .navbar-nav .nav-link.active::after,
.main-header .navbar-nav .nav-item.active > .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  right: 0.75rem;
  height: 2px;
  background-color: #6610f2;
  border-radius: 9999px;
}

.main-header .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}
.main-header .dropdown-menu .dropdown-item {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  color: #171717;
  transition: background-color 150ms ease;
}
.main-header .dropdown-menu .dropdown-item:hover {
  background-color: #fafafa;
  color: #171717;
}
.main-header .dropdown-menu .dropdown-item.active, .main-header .dropdown-menu .dropdown-item:active {
  background-color: rgba(102, 16, 242, 0.1);
  color: #6610f2;
}
.main-header .dropdown-menu .dropdown-header {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #171717;
}
.main-header .dropdown-menu .dropdown-divider {
  border-top-color: #e5e5e5;
  margin: 0.5rem 0;
}

.main-header [data-widget=pushmenu] {
  color: #525252;
}
.main-header [data-widget=pushmenu]:hover {
  color: #171717;
}

.main-header .navbar-badge {
  background-color: #e83e8c;
  color: #ffffff;
  font-size: 0.55rem;
  padding: 1px 4px;
  position: absolute;
  top: 4px;
  right: 0;
  border-radius: 9999px;
}

.main-header .navbar-search-block .form-control {
  background-color: #fafafa;
  border-color: #e5e5e5;
  color: #171717;
}
.main-header .navbar-search-block .form-control::placeholder {
  color: #a3a3a3;
}
.main-header .navbar-search-block .form-control:focus {
  background-color: #ffffff;
  border-color: #6610f2;
  box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.1);
}

.main-footer {
  background-color: #fafafa;
  color: #525252;
  border-top: 1px solid #e5e5e5;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .main-footer {
    padding: 1.25rem 1.5rem;
  }
}
.main-footer.footer, .main-footer.footer-dark, .main-footer.footer-light {
  background-color: #fafafa;
  color: #525252;
}

.footer__grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}

.footer__brand {
  max-width: 300px;
}

.footer__logo,
.main-footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #171717;
  text-decoration: none;
  margin-bottom: 0.75rem;
}
.footer__logo img,
.main-footer .footer-logo img {
  height: 28px;
  width: auto;
}

.footer__description {
  font-size: 0.875rem;
  line-height: 1.625;
  color: #525252;
}

.footer__column-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #171717;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__links a {
  font-size: 0.875rem;
  color: #525252;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__links a:hover {
  color: #6610f2;
}

.footer__links--horizontal {
  flex-direction: row;
  gap: 1.5rem;
}

.footer__bottom,
.main-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}
.footer__bottom:only-child,
.main-footer .footer-bottom:only-child {
  padding-top: 0;
  border-top: none;
}

.footer__copyright,
.main-footer .copyright {
  font-size: 0.875rem;
  color: #525252;
}

.footer__social {
  display: flex;
  gap: 0.75rem;
}

.footer__social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
  background-color: #f5f5f5;
  border-radius: 9999px;
  transition: all 150ms ease;
  text-decoration: none;
}
.footer__social-link:hover {
  color: #6610f2;
  background-color: rgba(102, 16, 242, 0.1);
}

.main-footer {
  font-size: 0.875rem;
}
.main-footer a {
  color: #6610f2;
}
.main-footer a:hover {
  color: #5a0fd8;
  text-decoration: underline;
}
.main-footer .float-right,
.main-footer .pull-right {
  font-size: 0.875rem;
  color: #a3a3a3;
}

.content-wrapper {
  background-color: #fafafa;
  min-height: calc(100vh - 64px);
}
@media (min-width: 1024px) {
  .content-wrapper {
    min-height: calc(100vh - 72px);
  }
}

.content-header {
  padding: 1.5rem 1rem 0.5rem;
}
@media (min-width: 1024px) {
  .content-header {
    padding: 2rem 1.5rem 0.5rem;
  }
}
.content-header .container-fluid {
  padding: 0;
}
.content-header h1, .content-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #171717;
}
@media (min-width: 1024px) {
  .content-header h1, .content-header h3 {
    font-size: 1.875rem;
  }
}
.content-header .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.content-header .breadcrumb .breadcrumb-item {
  color: #525252;
}
.content-header .breadcrumb .breadcrumb-item a {
  color: #6610f2;
}
.content-header .breadcrumb .breadcrumb-item.active {
  color: #525252;
}
.content-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #a3a3a3;
}

.content {
  padding: 1rem;
}
@media (min-width: 1024px) {
  .content {
    padding: 1rem 1.5rem;
  }
}
.content > .container-fluid {
  padding: 0;
}

.progress {
  height: 6px;
  border-radius: 9999px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.progress-bar {
  background-color: #6610f2;
  border-radius: 9999px;
  transition: width 0.3s ease;
}
.progress-bar.bg-success {
  background-color: #22c55e;
}
.progress-bar.bg-warning {
  background-color: #fd7e14;
}
.progress-bar.bg-danger {
  background-color: #ef4444;
}
.progress-bar.bg-info {
  background-color: #3b82f6;
}
.progress-bar.bg-pink {
  background-color: #e83e8c;
}

.modal-content {
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.modal-header {
  padding: 1.25rem 1.5rem;
  border-bottom-color: #e5e5e5;
}

.modal-body {
  padding: 1.5rem;
}

.modal-footer {
  padding: 1rem 1.5rem;
  border-top-color: #e5e5e5;
}

.bg-primary {
  background-color: #6610f2 !important;
}

.bg-success {
  background-color: #22c55e !important;
}

.bg-warning {
  background-color: #fd7e14 !important;
}

.bg-danger {
  background-color: #ef4444 !important;
}

.bg-info {
  background-color: #3b82f6 !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.content-header.hero {
  background: linear-gradient(135deg, #6610f2 0%, #41099e 100%);
  color: #ffffff;
  text-align: center;
  padding: 4rem 1rem;
  padding-top: 4rem;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@media (min-width: 768px) {
  .content-header.hero {
    padding: 5rem 1.5rem;
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .content-header.hero {
    padding: 6rem 2rem;
    padding-top: 6rem;
  }
}
.content-header.hero > div:first-child {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content-header.hero #auca-logo-full {
  height: 80px;
  max-height: none;
  width: auto;
  margin-bottom: 2rem;
  filter: brightness(0) invert(1);
  display: block;
}
@media (min-width: 768px) {
  .content-header.hero #auca-logo-full {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .content-header.hero #auca-logo-full {
    height: 120px;
  }
}
.content-header.hero h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  max-width: 700px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .content-header.hero h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .content-header.hero h1 {
    font-size: 3rem;
  }
}
.content-header.hero p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  max-width: 500px;
  line-height: 1.625;
}
.content-header.hero .btn-main,
.content-header.hero .btn-primary,
.content-header.hero .btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #ffffff;
  color: #6610f2;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 150ms ease;
}
.content-header.hero .btn-main:hover,
.content-header.hero .btn-primary:hover,
.content-header.hero .btn-lg:hover {
  background-color: #f5f5f5;
  color: #6610f2;
  transform: translateY(-3px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.content-header.hero .breadcrumb {
  display: none;
}

.features {
  padding: 4rem 1rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .features {
    padding: 5rem 1.5rem;
  }
}
.features .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.features .col-md-3 {
  text-align: center;
  padding: 1.5rem;
  max-width: 280px;
}
.features .feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  color: #6610f2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(102, 16, 242, 0.1);
  border-radius: 0.75rem;
  padding: 0.75rem;
}
.features .feature-icon svg, .features .feature-icon img {
  width: 100%;
  height: 100%;
}
.features h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0.75rem;
}
.features p {
  font-size: 0.875rem;
  color: #525252;
  line-height: 1.625;
}

.feature-icon {
  fill: #6610f2;
}

#signup,
.cta-section {
  background-color: rgba(102, 16, 242, 0.05);
  padding: 4rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  #signup,
  .cta-section {
    padding: 5rem 1.5rem;
  }
}
#signup h2,
.cta-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0.75rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #signup h2,
  .cta-section h2 {
    font-size: 1.875rem;
  }
}
#signup p,
.cta-section p {
  font-size: 1rem;
  color: #525252;
  margin-bottom: 1.5rem;
  line-height: 1.625;
}
#signup .btn-main,
#signup .btn-primary,
.cta-section .btn-main,
.cta-section .btn-primary {
  background-color: #6610f2;
  color: #ffffff;
  border-color: #6610f2;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 2rem;
  font-weight: 700;
  border-radius: 0.75rem;
  transition: all 150ms ease;
}
#signup .btn-main:hover,
#signup .btn-primary:hover,
.cta-section .btn-main:hover,
.cta-section .btn-primary:hover {
  background-color: #5a0fd8;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.carousel {
  position: relative;
  overflow: hidden;
}
.carousel .carousel-inner {
  position: relative;
  width: 100%;
}
.carousel .carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
.carousel .carousel-item.active {
  display: block;
}
.carousel .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 21/9;
}
@media (max-width: 767px) {
  .carousel .carousel-item img {
    aspect-ratio: 16/9;
  }
}
.carousel .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  text-align: left;
}
@media (min-width: 768px) {
  .carousel .carousel-caption {
    padding: 3rem 2rem;
  }
}
.carousel .carousel-caption h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .carousel .carousel-caption h5 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .carousel .carousel-caption h5 {
    font-size: 2.25rem;
  }
}
.carousel .carousel-caption p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171717;
  opacity: 0.8;
  transition: all 150ms ease;
  z-index: 10;
  border: none;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  background-color: #ffffff;
  transform: translateY(-50%) scale(1.05);
}

.carousel-control-prev {
  left: 1rem;
}

.carousel-control-next {
  right: 1rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-indicators {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}
.carousel-indicators li,
.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  transition: all 150ms ease;
  padding: 0;
}
.carousel-indicators li:hover,
.carousel-indicators button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.carousel-indicators li.active,
.carousel-indicators button.active {
  background-color: #ffffff;
  width: 28px;
}

.contact-page .content-wrapper {
  background-color: #fafafa;
}
.contact-page .content-header.hero {
  min-height: auto;
  padding: 3rem 1rem;
}

.home-page .content-wrapper,
.contact-page .content-wrapper {
  min-height: calc(100vh - 64px - 100px);
}

.home-page .content-wrapper {
  background-color: #ffffff;
}

#carousel-home {
  background-color: #171717;
  border-radius: 0;
  overflow: hidden;
}
#carousel-home .carousel-item img {
  opacity: 0.9;
}
#carousel-home .carousel-item.item-1 a {
  filter: grayscale(0.1) sepia(0.05);
}
#carousel-home .carousel-item.item-2 a {
  filter: grayscale(0.1) sepia(0.05) hue-rotate(72deg);
}
#carousel-home .carousel-item.item-3 a {
  filter: grayscale(0.1) sepia(0.05) hue-rotate(144deg);
}
#carousel-home .carousel-item.item-4 a {
  filter: grayscale(0.1) sepia(0.05) hue-rotate(216deg);
}
#carousel-home .carousel-item.item-5 a {
  filter: grayscale(0.1) sepia(0.05) hue-rotate(288deg);
}
#carousel-home .carousel-caption {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem 1rem;
  text-align: left;
}
#carousel-home .carousel-caption h5 {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
#carousel-home .carousel-caption p {
  font-size: 0.875rem;
  margin-bottom: 0;
  opacity: 0.9;
}
#carousel-home .carousel-control-prev,
#carousel-home .carousel-control-next {
  width: 10%;
  opacity: 0.7;
  background-color: transparent;
  border-radius: 0;
}
#carousel-home .carousel-control-prev:hover,
#carousel-home .carousel-control-next:hover {
  opacity: 1;
  background-color: transparent;
}
#carousel-home .carousel-indicators {
  margin-bottom: 0.5rem;
}
#carousel-home .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0 0.25rem;
}
#carousel-home .carousel-indicators li.active {
  background-color: #ffffff;
  width: 24px;
}

.search-container {
  margin-top: 1rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .search-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 1.5rem;
  }
}
.search-container .form-control {
  border-radius: 9999px 0 0 9999px;
  border: 1px solid #e5e5e5;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}
.search-container .form-control:focus {
  border-color: #6610f2;
  box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.1);
}
.search-container .form-control::placeholder {
  color: #525252;
}
.search-container .btn {
  border-radius: 0 9999px 9999px 0;
  background-color: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
  padding: 0.75rem 1.25rem;
}
.search-container .btn:hover {
  background-color: #5a0fd8;
}

.categories-container {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .categories-container {
    gap: 0.75rem;
    padding: 1rem 1.5rem;
  }
}
.categories-container .btn {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #171717;
  transition: all 150ms ease;
}
.categories-container .btn:hover {
  border-color: #6610f2;
  color: #6610f2;
  background-color: rgba(102, 16, 242, 0.05);
}
.categories-container .btn.active, .categories-container .btn.btn-primary {
  background-color: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
}

.widget-event,
.card.widget-event {
  height: 100%;
  min-height: 400px;
  max-height: 490px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 150ms ease;
  text-decoration: none;
}
.widget-event:hover,
.card.widget-event:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: #d4d4d4;
}

.widget-user-header.event-cover,
.event-cover {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .widget-user-header.event-cover,
  .event-cover {
    height: 220px;
  }
}
.widget-user-header.event-cover img,
.event-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.widget-event:hover .widget-user-header.event-cover img,
.widget-event:hover .event-cover img {
  transform: scale(1.05);
}

.price-pill {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background-color: rgba(23, 23, 23, 0.85);
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.event-info,
.card-footer.event-info {
  background-color: #ffffff;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-top: none;
}
.event-info .event-date,
.card-footer.event-info .event-date {
  text-align: center;
  min-width: 50px;
  flex-shrink: 0;
}
.event-info .event-date .event-month,
.card-footer.event-info .event-date .event-month {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e83e8c;
  letter-spacing: 0.05em;
}
.event-info .event-date .event-day,
.card-footer.event-info .event-date .event-day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #171717;
}
.event-info .event-date .event-year,
.card-footer.event-info .event-date .event-year {
  font-size: 0.65rem;
  color: #525252;
}
.event-info .event-details,
.card-footer.event-info .event-details {
  flex: 1;
  min-width: 0;
}
.event-info .event-details h5, .event-info .event-details .event-title,
.card-footer.event-info .event-details h5,
.card-footer.event-info .event-details .event-title {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #171717;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-info .event-details p, .event-info .event-details .event-venue,
.card-footer.event-info .event-details p,
.card-footer.event-info .event-details .event-venue {
  font-size: 0.875rem;
  color: #525252;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-category {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.5rem;
  background-color: #fafafa;
  border-top: 1px solid #e5e5e5;
  color: #525252;
}

.events-grid,
.row.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .events-grid,
  .row.events-grid {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .events-grid,
  .row.events-grid {
    gap: 2rem;
  }
}

.page-nav {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.page-nav .pagination {
  margin-bottom: 0;
  gap: 0.25rem;
}
.page-nav .pagination .page-link {
  color: #6610f2;
  border-color: #e5e5e5;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}
.page-nav .pagination .page-link:hover {
  background-color: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
}
.page-nav .pagination .page-item.active .page-link {
  background-color: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
}
.page-nav .pagination .page-item.disabled .page-link {
  color: #d4d4d4;
}

.search-results-page .search-highlight {
  background-color: rgba(253, 126, 20, 0.25);
  padding: 0.1em 0.2em;
  border-radius: 2px;
  font-weight: 700;
}

.event-page .content-wrapper {
  background-color: #ffffff;
}

.header-image {
  height: 15rem;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 768px) {
  .header-image {
    height: 20rem;
  }
}
@media (min-width: 1024px) {
  .header-image {
    height: 24rem;
  }
}
.header-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.event-detail-card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  margin-top: -3rem;
  position: relative;
  z-index: 10;
  border: 1px solid #e5e5e5;
}
.event-detail-card .card-body {
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .event-detail-card .card-body {
    padding: 2rem;
  }
}

.event-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6610f2;
  margin-bottom: 0.75rem;
}

.event-title-main {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #171717;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .event-title-main {
    font-size: 1.875rem;
  }
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #525252;
}
.event-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.event-meta .meta-item i, .event-meta .meta-item .fas, .event-meta .meta-item .far {
  color: #6610f2;
  width: 1rem;
  text-align: center;
}

.event-description {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.625;
  color: #171717;
  margin-bottom: 2rem;
}
.event-description h3, .event-description h4, .event-description h5 {
  font-weight: 700;
  color: #171717;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.event-description h3 {
  font-size: 1.25rem;
}
.event-description h4 {
  font-size: 1.125rem;
}
.event-description p {
  margin-bottom: 1rem;
}
.event-description ul, .event-description ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.event-description ul li, .event-description ol li {
  margin-bottom: 0.5rem;
  list-style: disc;
}
.event-description ol li {
  list-style: decimal;
}
.event-description img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin: 1rem 0;
}
.event-description blockquote {
  border-left: 4px solid #6610f2;
  padding-left: 1rem;
  margin: 1.5rem 0;
  color: #525252;
  font-style: italic;
}

.ticket-selector {
  background-color: #fafafa;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.ticket-selector h4 {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #171717;
}

.ticket-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
  transition: all 150ms ease;
  cursor: pointer;
}
.ticket-option:hover {
  border-color: #6610f2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.ticket-option.selected {
  border-color: #6610f2;
  background-color: rgba(102, 16, 242, 0.05);
  box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.1);
}
.ticket-option .ticket-info .ticket-name {
  font-weight: 700;
  color: #171717;
  font-size: 1rem;
}
.ticket-option .ticket-info .ticket-description {
  font-size: 0.875rem;
  color: #525252;
}
.ticket-option .ticket-price {
  font-weight: 700;
  font-size: 1.125rem;
  color: #6610f2;
  white-space: nowrap;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 0.25rem;
}
.quantity-selector .btn-quantity {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  color: #171717;
  border: none;
  font-size: 1.125rem;
  transition: background-color 150ms ease;
}
.quantity-selector .btn-quantity:hover {
  background-color: #e5e5e5;
}
.quantity-selector .btn-quantity:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.quantity-selector .quantity-value {
  width: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}

.btn-buy {
  background-color: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1.125rem;
  width: 100%;
  border-radius: 0.75rem;
  transition: all 150ms ease;
}
.btn-buy:hover {
  background-color: #5a0fd8;
  border-color: #5a0fd8;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.btn-buy:disabled {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.event-sidebar .info-card {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.event-sidebar .info-card h5 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
  color: #171717;
}
.event-sidebar .info-card p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #171717;
}
.event-sidebar .info-card p i {
  width: 1.25rem;
  color: #525252;
  margin-right: 0.5rem;
}

.purchase-card,
.event-sidebar .card {
  position: sticky;
  top: calc(64px + 1rem);
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.purchase-card .card-body,
.event-sidebar .card .card-body {
  padding: 1.5rem;
}

.purchase-card__price,
.event-price-main {
  font-size: 1.875rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0.25rem;
}
.purchase-card__price small,
.event-price-main small {
  font-size: 0.875rem;
  font-weight: 400;
  color: #525252;
}

.purchase-card__status,
.event-status {
  font-size: 0.875rem;
  color: #22c55e;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.funciones-list {
  margin-bottom: 1.5rem;
}

.funcion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
  transition: all 150ms ease;
  cursor: pointer;
}
.funcion-item:hover {
  border-color: #d4d4d4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.funcion-item.is-selected, .funcion-item.selected {
  border-color: #6610f2;
  background-color: rgba(102, 16, 242, 0.05);
}
.funcion-item .funcion-name,
.funcion-item .funcion-date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #171717;
}
.funcion-item .funcion-time {
  font-size: 0.875rem;
  color: #525252;
}
.funcion-item .funcion-seats {
  font-size: 0.75rem;
  color: #525252;
}
.funcion-item .funcion-btn,
.funcion-item .btn-sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  background-color: #6610f2;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
}
.funcion-item .funcion-btn:hover,
.funcion-item .btn-sm:hover {
  background-color: #5a0fd8;
}

.related-events {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}
.related-events h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 1.5rem;
}

.static-page .content-wrapper,
.contact-page .content-wrapper {
  background-color: #ffffff;
}
.static-page .content,
.contact-page .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 1024px) {
  .static-page .content,
  .contact-page .content {
    padding: 3rem 1rem;
  }
}

.page-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.page-header h1 {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #171717;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .page-header h1 {
    font-size: 1.875rem;
  }
}
.page-header p {
  color: #525252;
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.625;
}

.page-content {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.625;
  color: #171717;
}
.page-content h2, .page-content h3, .page-content h4 {
  color: #171717;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page-content h2 {
  font-size: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1024px) {
  .page-content h2 {
    font-size: 1.5rem;
  }
}
.page-content h3 {
  font-size: 1.125rem;
}
.page-content p {
  margin-bottom: 1rem;
}
.page-content ul, .page-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.page-content ul li, .page-content ol li {
  margin-bottom: 0.5rem;
}
.page-content a {
  color: #6610f2;
}
.page-content a:hover {
  color: #5a0fd8;
  text-decoration: underline;
}
.page-content blockquote {
  border-left: 4px solid #6610f2;
  padding-left: 1rem;
  margin: 1.5rem 0;
  color: #525252;
  font-style: italic;
}
.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin: 1rem 0;
}
.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.page-content table th, .page-content table td {
  padding: 0.75rem 1rem;
  border: 1px solid #e5e5e5;
  font-size: 0.875rem;
}
.page-content table th {
  background-color: #fafafa;
  font-weight: 700;
  text-align: left;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}
.contact-form .form-group {
  margin-bottom: 1.25rem;
}
.contact-form .form-group label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #171717;
  margin-bottom: 0.5rem;
  display: block;
}
.contact-form .form-group .form-control {
  border-radius: 0.75rem;
}
.contact-form .form-group .form-control:focus {
  border-color: #6610f2;
  box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.1);
}
.contact-form .form-group textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.contact-form .btn-submit {
  background-color: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
  padding: 0.75rem 2rem;
  font-weight: 700;
  border-radius: 0.75rem;
  transition: all 150ms ease;
}
.contact-form .btn-submit:hover {
  background-color: #5a0fd8;
  border-color: #5a0fd8;
  transform: translateY(-1px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.contact-info {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 2rem;
}
.contact-info h4 {
  font-weight: 700;
  font-size: 1rem;
  color: #171717;
  margin-bottom: 1rem;
}
.contact-info .info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.contact-info .info-item:last-child {
  margin-bottom: 0;
}
.contact-info .info-item i {
  color: #6610f2;
  width: 1.25rem;
  margin-top: 0.25rem;
  text-align: center;
  flex-shrink: 0;
}
.contact-info .info-item span {
  color: #171717;
  font-size: 0.875rem;
}
.contact-info .info-item a {
  color: #6610f2;
}
.contact-info .info-item a:hover {
  text-decoration: underline;
}

.terms-page .page-content h2 {
  counter-increment: section;
}
.terms-page .page-content h2::before {
  content: counter(section) ". ";
}
.terms-page .toc {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.terms-page .toc h4 {
  font-weight: 700;
  color: #171717;
  margin-bottom: 1rem;
}
.terms-page .toc ol {
  margin-bottom: 0;
  padding-left: 1.25rem;
}
.terms-page .toc ol li {
  margin-bottom: 0.5rem;
}
.terms-page .toc ol li a {
  color: #171717;
  font-size: 0.875rem;
  text-decoration: none;
}
.terms-page .toc ol li a:hover {
  color: #6610f2;
}

.about-page .team-section {
  margin-top: 3rem;
}
.about-page .team-section h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 2rem;
}
.about-page .team-member {
  text-align: center;
  margin-bottom: 2rem;
}
.about-page .team-member .member-photo {
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 3px solid #e5e5e5;
}
.about-page .team-member .member-name {
  font-weight: 700;
  color: #171717;
  margin-bottom: 0.25rem;
}
.about-page .team-member .member-role {
  font-size: 0.875rem;
  color: #525252;
}

.help-page .content,
.faq-page .content {
  max-width: 800px;
  margin: 0 auto;
}
.help-page .card,
.faq-page .card {
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid #e5e5e5;
}
.help-page .card .card-header,
.faq-page .card .card-header {
  background-color: #ffffff;
  border-bottom: none;
  padding: 1rem 1.25rem;
  cursor: pointer;
}
.help-page .card .card-header h4,
.faq-page .card .card-header h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #171717;
  margin: 0;
}
.help-page .card .card-header h4 a,
.faq-page .card .card-header h4 a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.help-page .card .card-header h4 a:hover,
.faq-page .card .card-header h4 a:hover {
  color: #6610f2;
}
.help-page .card .card-header .card-tools .btn-tool i,
.faq-page .card .card-header .card-tools .btn-tool i {
  transition: transform 150ms ease;
}
.help-page .card .card-body,
.faq-page .card .card-body {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.875rem;
  color: #525252;
  line-height: 1.625;
}

:root {
  --color-primary: #6610f2;
  --color-accent: #e83e8c;
  --color-warning: #fd7e14;
  --color-action: #6610f2;
  --font-family: Google Sans, Google Sans Flex, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

body {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper,
.content-wrapper,
.main-header,
.main-footer {
  font-family: "Google Sans", "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
