* {
  font-family: "Manrope", sans-serif;
}

.login-container {
  background-color: #fcfcfc;
}

footer {
  text-align: center;
  padding: 40px;
  background-color: #f1f1f1;
}

.login {
  min-height: 100vh;
}

body {
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  color: #1a4d7a;
  font-weight: bold;
}

.input-text input {
  padding: 8px;
  padding-left: 15px;
  font-size: 15px;
  border: 2px #1a4d7a solid;
  border-radius: 50px;
}

.input-text {
  position: relative;
}

.input-text input.error {
  padding: 8px;
  padding-left: 14px;
  font-size: 15px;
  border: 2px #fc2e00 solid;
  border-radius: 50px;
}

.input-text input:focus-visible {
  outline: none;
}

.btn-lg {
  padding: 10px 30px;
  background-color: #1a4d7a;
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
}

.btn-sm {
  padding: 10px 30px;
  background-color: #1a4d7a;
  color: white;
  font-size: 15px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
}

button i {
  padding: 5px;
}

.btn-icon {
  padding: 15px 15px;
  background-color: #1a4d7a;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
}

.btn-icon:hover {
  background-color: #fb6b4b;
}

.btn-lg:hover,
.btn-sm:hover {
  background-color: #fb6b4b;
}

.btn-lg:active,
.btn-sm:active {
  background-color: #f58d76;
}

.error-login {
  color: rgb(245, 65, 65);
  display: none;
}

.active {
  color: #fb6b4b !important;
}

/* .input-text i {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 10px;
    left: 1000px;
    color:#1a4d7a;
} */

.real-stat {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.real-stat i {
  font-size: 1.5em;
  color: #1a4d7a;
}

.stat-title {
  font-size: 1em;
}

.stat-value {
  font-weight: bold;

  font-size: 1.5em;
}

#selectMsg {
  position: absolute;
  bottom: 15px;
  left: 5px;
  right: 5px;
  z-index: 10000;

  background: #fb6b4b;
  color: white;
  text-align: center;
}

#station_id,
#compStation {
  color: #fb6b4b;
  font-weight: bold;
}

.stat-section {
  /* border-top: 1px solid #1a4d7a; */

  font-size: 18px;
  padding: 15px;
}

.input-dp input {
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #1a4d7a;
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
}

label {
  font-weight: bold;
}

#info-pane {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

#loadingPane {
  position: absolute;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #afafaf8a;
  display: none;
  justify-content: center;
  align-items: center;
}

.stationCb input {
  height: 20px;
  width: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1a4d7a;
  border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #204261;
}

.stat-section h4 {
  background-color: #fb6b4b;
  color: white;
  padding: 10px;
}

#info-pane h3 {
  background-color: rgb(26, 77, 122);
  color: white;
}

.red {
  color: rgb(243, 48, 48);
  font-size: 15px;
}

/* .sect {
    border-bottom: 2px solid #1a4d7a;;
} */

.is-available {
  border: 3px solid #14bb1c;
}

.is-not-available {
  border: 3px solid #d31f1f;
}

.fincStation {
  background-color: #1a4d7a38;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.fincStation ul {
  list-style: none;
  padding: 0;
}

.fincStation p {
  padding: 0;
  margin: 0;
}

.stats-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: white;
  border-radius: 10px;
}

.stats-item-title {
  font-size: 18px;
  font-weight: bold;
}

.markerTooltip > h5 {
  font-size: 12px;
  margin-bottom: 0;
}

.markerTooltip > p {
  margin-bottom: 0;
  padding: 0;
  font-size: 10px;
}

.not-available {
  color: rgb(255, 0, 0);
}

.mapActions {
  position: absolute;
  z-index: 100000000000;
  right: 5px;
  top: 5px;
}

.mapActionsLoc {
  position: absolute;
  z-index: 100000000000;
  right: 150px;
  top: 10px;
}

.pinfo {
  font-size: 11px;
}

select {
  padding: 10px;
  border: 2px solid rgb(26, 77, 122);
  border-radius: 100px;
}

button:disabled {
  background-color: gray;
}

button:disabled:hover {
  background-color: gray;
}

.legend span {
  height: 30px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.legend {
  color: white;
}

.altLegend {
  background: rgb(8, 209, 56);
  background: linear-gradient(
    90deg,
    rgba(8, 209, 56, 1) 0%,
    rgba(105, 245, 126, 1) 20%,
    rgba(250, 188, 172, 1) 40%,
    rgba(255, 146, 118, 1) 60%,
    rgba(255, 97, 65, 1) 80%,
    rgba(255, 0, 0, 1) 100%
  );

  width: 100%;
  position: absolute;
  z-index: 100000000000;
  bottom: 0px;
  width: 100%;
  height: 25px;
  color: white;
}
