/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Slab:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

/* Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

/* Override styles for Leaflet Control Search plugin */
.leaflet-control-search.search-exp {
    background: #0d6efd; 
    border: 0;
    border-radius: 0 5px 5px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
}

.leaflet-control-search .search-button {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background-color: #0d6efd;
    background: url(../assets/search.svg) no-repeat 4px 6px #0d6efd;
    border-radius: 0 5px 5px 0;
}

.leaflet-control-search .search-button:hover {
    background-color: #0d6efd;
    background: url(../assets/search.svg) no-repeat 4px 6px #0d6efd;
}

.leaflet-control-search .search-cancel {
    right: 38px;
    background: url(../assets/cancel.svg) no-repeat 4px 4px #fff;
}

.leaflet-control-search .search-input {
    float: left;
    border: 0;
    border-radius: 8px;
    height: 20px;
    padding: 16px;
    margin: 6px;
}

.leaflet-control-search .search-tooltip {
    padding-left: 4px;
}

/* */
.search-pulse {
    animation: pulsate 1s ease-out;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}


@keyframes pulsate {
    0% { transform: opacity: 0.0; }
    50% { opacity: 1.0; }
    100% { transform: opacity: 0.0; }
}

/* Change map height and width */
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/* Hides tooltips on page load */
/* .leaflet-tooltip {
    visibility: hidden;
  } */

.leaflet-tooltip.well-tooltip {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 10px;
}

.leaflet-tooltip.basin-tooltip {
    font-family: 'Roboto Slab';
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    background: #3388ff;
    color: #fff;
    opacity: 40%;
    border-radius: 30px;
    border: transparent;
}

.bs-btn-group {
    margin: 20px;
}

.btn-group { 
    z-index: 9999;
    float: right;
}

/* About contents */
#about {
    font-size: 14px;
}

.weri-tr-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

#weri-tr-num {
    font-size: 20px;
}

#weri-tr-text {
    font-size: 20px;
}

.people {
    font-weight: 600;
}

.group {
    font-weight: 400;
    text-decoration: underline;
}

.dept {
    font-weight: 400;
    font-style: italic; 
}

.names {
    font-weight: 400;
}

.location {
    font-size: 16px;
    font-style: italic;
}

#marker-content-container {
    text-align: center;
}

#marker-well-name {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    padding: 5px;
}

/* To ensure that this stays on top */
#multi-plot-view {
    z-index: 9999;
}

/* The NavBar buttons is beneath */
.btn-group {
    z-index: 9998;
}

#multi-plot-view-contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.toast-msg-title {
    padding-left: 7px;
}

.plot-btn-container {
    float: right;
}

/* FOR DEBUGGING PURPOSES ONLY: adjustments to plot and modal sizes*/
/* .modal-body {
    border: 2px solid black;
}

#dow-profile-modal-plot-content {
    border: 2px solid blue;
} */