/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body {
  font-family: "Prompt", sans-serif;
}

.info-section-box {
  position: relative;
  z-index: 10;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
}

.description-section-box {
  position: relative;
  top: -36px;
}

.elevation-control .elevation-summary {
  display: none;
}

.female-row {
  color: #cc0066;
}


.elevation-waypoint-icon:before {
  background-image: url("/assets/cp-bb8e625e.svg") !important;
}

.start-maker {
  background-image: url("/assets/cp-bb8e625e.svg") !important;
}


.elevation-waypoint-marker {
  margin-top: -8px !important;
}

.leaflet-pane>.runner-tooltip {
  padding: 0 4px;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
}

.leaflet-pane>.runner-tooltip::before {
  border-right-color: transparent;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.bg-gradient-to-r-white-brown {
  background: linear-gradient(
    to right,
    #958FA1B2 0%,
    #45323266 100%
  );
}

.bg-gradient-to-b-white-brown {
  background: linear-gradient(
    to bottom,
    #D9D9D900 0%,
    #342424 100%
  );
}

.floating-label {
  position: relative;
}

.floating-label input {
  background-clip: padding-box;
  padding-top: 0.9rem;
  padding-bottom: 0.4rem;
  line-height: 1.25; 
}

.floating-label-change {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .18s ease;
  color: #6b7280;
  pointer-events: none;
  font-size: 0.875rem;
  font-weight: 400;
}

.floating-label input:focus + .floating-label-change,
.floating-label input:not(:placeholder-shown) + .floating-label-change {
  top: 0.25rem;
  transform: translateY(0);
  font-size: 0.50rem;
  color: #656565;
  background: transparent;
}

.floating-label input:focus {
  box-shadow: 0 0 0 1px #4B0082;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #6944AC;
  border: 1px solid white;
}