* {
    font-family: 'Manrope', sans-serif;

}

.login-container {
    background-color: #fcfcfc;
}

footer {
    text-align: center;
    padding: 40px;
}

.login {
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5 {
    color: #36b5b1;
    font-weight: bold;
}

.input-text input {
    padding: 8px;
    padding-left: 15px;
    font-size: 15px;
    border: 2px #36b5b1 solid;
    border-radius: 50px;

}

#header .navbar {
    height: 100px;
}

.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: #36b5b1;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    font-weight: bold;

}

.btn-sm {
    padding: 10px 30px;
    background-color: #36b5b1;
    color: white;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    font-weight: bold;

}

button i {
    padding: 5px;
}

.btn-icon {
    padding: 15px 15px;
    background-color: #36b5b1;
    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;
}

/* .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: #36b5b1;
}

.stat-title {
    font-size: 1em;

}

.stat-value {
    font-weight: bold;

    font-size: 1.5em;
}

#selectMsg {
    position: absolute;
    top: 0;
    z-index: 10000;
    width: 100%;
    background: #36b5b1;
    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 #36b5b1;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;

}

label {
    font-weight: bold;
}

#info-pane {
    overflow-y: scroll;
    overflow-x: hidden;
}

.stationCb input {
    height: 20px;
    width: 20px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #36b5b1;
    border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #36b5b1;
}

.stat-section h4 {
    color: #fb6b4b;
}

#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;
}

.customPopup .leaflet-popup-content {
    width: 500px !important;
}

.leaflet-popup-content {
    font-size: 15px;
}

.radius-control {
    position: absolute;
    bottom: 5px;
    left: 15px;
    z-index: 100000;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 
}

.radius-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radius-input input {
    border-radius: 20px;
    font-size: 20px;
    border: 1px solid;
    padding-left: 10px;
}

#map {
    cursor: url('../img/cursor.png') 7 0, auto;
}