/* Initial Style */

:root {
  --bs-border-color: #e0e0e0;
}

body {
  background-color: #f8f9fa;
  color: #212529;
}

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

.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.text-grey {
  color: #6c757d;
}

.bg-dark-grey {
  background: #151515;
}

.border-grey {
  border-color: #6c757d;
}

.btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 20px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bg-primary-gradient {
  background: linear-gradient(-45deg, var(--bs-primary), var(--bs-info));
  color: white;
}

.text-gradient {
  background: linear-gradient(-45deg, var(--bs-primary), var(--bs-info));
  color: transparent;
  background-clip: text;
}

.tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #e9ecef;
  color: #495057;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 2px;
}

.tag-primary {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

.tag .icon {
  margin-right: 5px;
  opacity: 0.6;
}

.tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tag-selectable {
  cursor: pointer;
  background-color: #e9ecef;
  transition: all 0.2s ease;
}

.tag-selectable:hover {
  background-color: #d3d9df;
}

.tag-selectable.selected {
  background-color: rgba(var(--bs-primary-rgb), 0.2);
  color: var(--bs-primary);
  font-weight: 700;
}

.ratio-1x1 {
  aspect-ratio: 1/1!important;
  object-fit: cover;
}

.ratio-4x3 {
  aspect-ratio: 4/3!important;
  object-fit: cover;
}

.transition {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
}

.bg-dark .card, .bg-dark hr, .bg-dark .border-bottom {
  border-color: #303030!important;
  opacity: 1;
  background: #151515;
  color: white;
}

.text-small {
  font-size: .75rem;
}

.col-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .position-lg-relative {
    position: relative!important;
  }
}

/* Logo */

.logo-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  position: relative;
  min-height: 75px;
}

.logo-holder:hover .logo-icon .equalizer.eq-sm {
  animation: logoWave 1.2s ease-in-out infinite;
  animation-delay: 0s;
}

.logo-holder:hover .logo-icon .equalizer.eq-mid {
  animation: logoWave 1.2s ease-in-out infinite;
  animation-delay: 0.2s;
}

.logo-holder:hover .logo-icon .equalizer.eq-lg {
  animation: logoWave 1.2s ease-in-out infinite;
  animation-delay: 0.4s;
}

.logo-icon {
  width: 2rem;
  height: 2.5rem;
  padding: 0 .2rem;
  margin-right: .1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-icon .equalizer {
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(var(--bs-info), #4900AF);
}

.logo-icon .equalizer.eq-sm {
  height: 60%;
}

.logo-icon .equalizer.eq-mid {
  height: 75%;
}

.logo-icon .equalizer.eq-lg {
  height: 90%;
}

.logo-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: .1rem;
}

.equalizer {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
}

/* Menu */

.btn-menu {
  background: none;
  border: none;
}

.btn-icon {
  height: 2rem;
  width: 2.5rem;
  padding: .2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: column;
}

.btn-icon .equalizer {
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background: linear-gradient(45deg, var(--bs-info), #4900AF);
}

.btn-icon .equalizer.eq-sm {
  width: 60%;
}

.btn-icon .equalizer.eq-md {
  width: 75%;
}

.btn-icon .equalizer.eq-lg {
  width: 90%;
}

.btn-menu.opened .equalizer {
  width: 100%!important;
}

/* Sidebar */

#sidebar {
}

#sidebar.closed {
  transform: translateX(100%);
}

#sidebar.opened {
  animation: slideRight .25s ease;
  -moz-animation: slideRight .25s ease;
  -webkit-animation: slideRight .25s ease;
}

/* Profile */

.progress.vertical {
  width: 15px;
  height: 200px;
  position: relative;
}

.vertical .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, var(--bs-primary), var(--bs-info));
  box-shadow: 0 0 10px #808080;
}

.vertical .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, var(--bs-primary), var(--bs-info));
  box-shadow: 0 0 10px #808080;
}

.profile-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  max-width: 200px;
  max-height: 200px;
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#map {
  width: 100%;
  height: 50vh;
}

.line-break {
  line-break: anywhere;
  line-height: 2.5rem;
  opacity: 0.8;
}

.bg-dark .progress {
  background: #303030;
}

.dropdown .dropdown-toggle.nav-link {
  width: fit-content;
}

.dropdown-item.link-primary:hover {
  background: var(--bs-dark);
}

/* Inputs */

.dropdown .dropdown-toggle.nav-link {
}

.bootstrap-select .btn.dropdown-toggle, #date {
  padding: 2rem 1.5rem 1.5rem 1.5rem!important;
  border: 1px solid #aeaeae;
  background: none;
}

.bootstrap-select.rounded-bottom .btn.dropdown-toggle {
  border-radius: calc(var(--bs-card-border-radius)/2) 0!important;
}

.bootstrap-select.rounded-top .btn.dropdown-toggle, #date {
  border-radius: 0 calc(var(--bs-card-border-radius)/2)!important;
}

.bootstrap-select.rounded-0 .btn.dropdown-toggle {
  border-radius: 0!important;
  border-bottom: none;
}

.form-control-custom {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border: 1px solid #aeaeae;
  background: none;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  position: relative;
}

.datepicker-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1050;
  padding: 1rem;
  border-top: none;
  border-radius: 0 0 12px 12px;
}

.floating-label {
  position: absolute;
  left: .75rem;
  top: 0.75rem;
  font-size: .75rem;
  font-weight: bold;
}

.form-control:focus ~ .floating-label {
  position: absolute;
  left: .65rem;
  top: 0.4rem;
  color: var(--bs-primary);
}

.icon-block {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loader */

.loader {
  width: 100vw;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10000;
  background: white;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: none;
}

.loader .logo-holder {
  transform: scale(1.5);
  animation: loaderPulse 2s ease-in-out infinite;
}

.loader .logo-icon .equalizer.eq-sm {
  animation: logoWave 1.2s ease-in-out infinite;
  animation-delay: 0s;
}

.loader .logo-icon .equalizer.eq-mid {
  animation: logoWave 1.2s ease-in-out infinite;
  animation-delay: 0.2s;
}

.loader .logo-icon .equalizer.eq-lg {
  animation: logoWave 1.2s ease-in-out infinite;
  animation-delay: 0.4s;
}

/* Animations */

@keyframes logoWave {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.3);
  }
}

@keyframes logoAnim {
  from {
  }
}

@keyframes slideRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes loaderPulse {
  0%, 100% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1.6);
  }
}

hr {
  opacity: 0.1;
}

.events-summary-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.events-summary-subtitle {
  color: #6c757d;
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .profile-img {
    max-width: 150px;
  }
}

@media (max-width: 991px) {
  .fc-daygrid-day-number, .fc-col-header-cell-cushion {
    font-size: 0.8rem;
  }
}

/* FullCalendar Customizations */

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em !important;
}

.fc .fc-button {
  text-transform: capitalize;
  border: none;
  vertical-align: middle;
}

.fc .fc-button-primary {
  padding: 0.5em 1em;
  border-radius: 8px !important;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  background-color: var(--bs-primary) !important;
  color: white !important;
}

.fc .fc-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: var(--bs-primary) !important;
}

.fc .fc-button-primary:disabled {
  background-color: var(--bs-secondary) !important;
  opacity: 0.7;
}

.fc .fc-button-group {
  display: inline-flex;
  gap: 0.5rem;
}

.fc-h-event {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.fc-daygrid-day.fc-day-today {
  background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
}

.fc-view {
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.fc-scrollgrid {
  border-radius: 12px;
}

#datepicker-container .fc-daygrid-day-number, #datepicker-container .fc-col-header-cell-cushion {
  font-size: 0.75rem;
}

/* Booking Bar & Modal */

.booking-bar-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 1rem;
  border-top: 1px solid var(--bs-border-color);
  box-shadow: 0 -4px 12px rgba(0,0,0,0.05);
  z-index: 1040;
}

.booking-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1050;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.booking-modal.open {
  transform: translateY(0);
}

.booking-modal-header {
  padding: 1rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.booking-modal-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem;
}

/* DJ Register Page */

.profile-img-upload {
  position: relative;
  width: 150px;
  height: 150px;
}

.profile-img-label {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed var(--bs-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #f8f9fa;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.profile-img-label:hover {
  background-color: #e9ecef;
  border-color: var(--bs-primary);
}

.profile-img-label svg {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5rem;
  color: #6c757d;
}

.profile-img-label span {
  font-weight: 600;
  color: #495057;
}

.emoji-input {
  font-size: 1.5rem;
  text-align: center;
  padding: 0.25rem;
  width: 50px;
}

.included-item-upload {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 0.5rem;
}

.included-item-label {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 2px dashed var(--bs-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #f8f9fa;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.included-item-label:hover {
  background-color: #e9ecef;
  border-color: var(--bs-primary);
}

.included-item-label svg {
  width: 24px;
  height: 24px;
  margin-bottom: 0.5rem;
  color: #6c757d;
}

.included-item-label span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #495057;
}

/* DJ Register Page - Playlist Style Slider */

.horizontal-slider-container {
  height: 15px;
  width: 100%;
  position: relative;
  border-radius: 8px;
}

.horizontal-slider-container::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e9ecef;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  left: 0;
  top: 0;
  z-index: 1;
}

.horizontal-slider-container::after {
  content: '';
  position: absolute;
  height: 100%;
  width: var(--fill-percent, 0%);
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-info));
  border-radius: 8px 0 0 8px;
  left: 0;
  top: 0;
  z-index: 2;
}

.horizontal-slider-container.is-full::after {
  border-radius: 8px;
}

.form-range-horizontal {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.form-range-horizontal::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 15px;
  background: white;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 4;
  box-shadow: 0 0 10px black;
}

.form-range-horizontal::-moz-range-thumb {
  width: 10px;
  height: 15px;
  background: white;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 4;
  box-shadow: 0 0 10px black;
}

/* Index Page */

.hero-section {
  padding: 6rem 0;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #6c757d;
}

.max-w-lg {
  max-width: 576px;
}

.dj-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.dj-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.dj-card-img-top {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.dj-card .card-body {
  padding: 1.25rem;
}

.dj-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.dj-card-subtitle {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.75rem;
}

.dj-card-price {
  font-weight: 700;
  font-size: 1.1rem;
}

/* Editable Headings */

.editable-heading {
  transition: border-bottom-color 0.2s ease;
  cursor: text;
  min-height: 1.5em;
}

.editable-heading:focus {
  outline: none;
  border-bottom-color: var(--bs-primary);
}

.editable-heading {
  color: #6c757d;
  opacity: 0.7;
  background: transparent;
  border: none;
  font-weight: 700;
}

