* {
    font-family: 'Roboto Mono', monospace;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

circle, ellipse {

    transition: opacity 0.8s; 
    fill-opacity: 1;
}

header {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 10px;
}
.feedback {
    text-align: end;
    padding: 20px;
    background-color: #e8ecf2;
}

tspan {
    text-anchor: inherit !important; 
}

textarea {
    width: 100%;
    height: 64px;
    font-size: 20px;
    padding-left: 10px;
    border: 1px solid#f3f3f3;
    border-radius: 10px;
    box-shadow: 4px 5px 5px 0px rgba(194,194,194,0.75);
    -webkit-box-shadow: 4px 5px 5px 0px rgba(194,194,194,0.75);
    -moz-box-shadow: 4px 5px 5px 0px rgba(194,194,194,0.75);
    min-height: 150px;
    padding: 20px;
    resize: vertical;


}

.modal input {
    height: 64px;
    font-size: 20px;
    padding-left: 10px;
    border: 1px solid#f3f3f3;
    border-radius: 10px;
    
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;

}


#fbMsg {
    margin-top: 10px;
    opacity: 0;
}

#fbSpinner {
    display: none;
    width: 30px;
}

.filters {
    display: flex;
align-items: center;
    gap: 10px;
    background-color:#e8ecf2;
    padding: 28px;
    padding-top: 0px;

}

.filters button {
    background-color: transparent;
    padding: 10px;
    font-size: 15px;
}

.filters button:hover {
    background-color:#e4e4e4 ;
}

#high {
    color: green;
}
#moderate {
    color: rgb(255, 175, 25);
}
#low {
    color: rgb(241, 45, 45);
}

.selected {

    border: 4px solid rgb(0 104 255);
}
.unselected {

    border: 4px solid transparent;
}

#spinner {
    position: absolute;
    width: 126px;
    right: 142px;
    top: 5px;
    display: none;
}

.intro {
    padding: 28px;
    background-color: #e4e4e4;

}

p{
    line-height: 30px;

}

.intro p {
    margin-top: 20px;
}

#logo {
    width: 180px;
    padding-top: 35px;
}

button {
    font-size: 20px;
    padding: 18px;
    border: none;
    background: #5ca8da;
    border-radius: 100px;
    color: white;
    cursor: pointer;
    box-shadow: 4px 5px 5px 0px rgba(194,194,194,0.75);
    -webkit-box-shadow: 4px 5px 5px 0px rgba(194,194,194,0.75);
    -moz-box-shadow: 4px 5px 5px 0px rgba(194,194,194,0.75);
}

.def-input {
    flex-grow: 1;
    
}

.def-input p {
    font-size: 12px;
    margin-bottom: 10px;
}

.def-input button {
    padding: 5px;
    font-size: 12px;
}

button:hover {
    background-color:#7cb5db ;
}
button:active {
    background-color:#a1cbe7 
}

.citation {
    background-color: aliceblue;
    padding: 5px;
}



.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.mapping {
    background-color: #e8ecf2;
    padding: 28px;

}

.mapping>p {
    margin-top: 10px;
}

footer>div {
    margin-top: 30px;
}
footer>p {
    font-size: 12px;
}

.container-input {
    background-color: #e8ecf2;
position: relative;
    display: flex;
    gap: 20px;
    padding: 28px;
    align-items: center;
}

.container {
    display: grid;
}

svg {
    background-color: #e8ecf2;
    width: 100%;
    height: 130vh;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


input:focus-visible {
    border: none;
}


.low {
    opacity: 0.5;
}

.high {
    opacity: 1;
}

.moderate {
    opacity: 0.7;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

footer {
    padding: 20px;
text-align: center;
}


.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%; 
    border-radius: 20px;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #feedbackModal button {
    margin-top: 20px;
    
  }

  
.input-error {
    border: 1px solid rgb(241, 45, 45) !important;
}

button {
    background-color: #e8ecf2;
    color: #73787d;
    border-radius: 9999px;
    border: 2px solid #e8ecf2;
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.8),
        5px 5px 10px rgba(0, 0, 0, 0.25);
        transition: all;
        transition-duration: 150ms;
}

button:hover {
    background-color: #e8ecf2;

    box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.6),
        1px 1px 5px rgba(0, 0, 0, 0.3), 
        inset -2px -2px 5px rgba(255, 255, 255, 1),
         inset  2px 2px 4px rgba(0, 0, 0, 0.3); 
}

.neu-input  {
    background-color: #e8ecf2;
    color: #73787d;
    /* border: 2px solid #e8ecf2; */
    box-shadow: 
    inset -2px -2px 5px rgba(255, 255, 255, 1),
     inset  2px 2px 4px rgba(0, 0, 0, 0.3); 
        transition: all;
        transition-duration: 50ms;

        padding-left: 30px;
}
