﻿body {
    font-family: 'Nexa', sans-serif;
}
label{
    display: inline-block;
    font-weight: 600;
    font-size: large;
}
h1 {
    background-color: darkblue;
    color: white;
    margin: 20px 0;
    padding: 2px;
    text-align: center;
    display: block;
    padding-top: 7px;
}
.container-inner {
    position: relative;
    height: 100vh;
}
.inp {
    width: calc(100% - 50px);
    display: inline-block;
    margin: 18px 0;
}
.addKW{
    background-color: darkblue;
    color:white;
    padding:8px;
}
    .PA-btn:hover,
    .addKW:hover {
        background-color: orange;
        cursor: pointer;
        color:white;
    }
.proposal,
.location{
    padding-bottom:50px
}
.icn-example,
.kw-span {
    background-color: darkblue;
    color: white;
    padding: 8px;
    padding-right: 25px;
    position: relative;
    margin-right: 10px;
}
.icn-example {
    font-size: 10px;
    width: 20px;
    display: inline-block;
    height: 20px;
    padding: 4px;
    text-align: center;
    vertical-align: super;
    margin: 0;
}
.resClose, 
.kwClose {
    position: absolute;
    top: 4px;
    right: 4px;
    margin-left: 12px;
    font-size: 10px;
    cursor: pointer;
}
.resClose{
    font-size:12px;
    padding-right:6px;
    padding-top:6px;
    font-weight:600;
    color: darkblue;
}
.results{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: darkorange;
    width: 100%;
    color: darkblue;
    display: none;
    font-weight: 600;
    padding-top: 20px;
    padding-left: 21px;
    padding-bottom:20px;
    font-size:large;
}
p {
    text-align: justify;
    margin-bottom: 3px;
}
.PA-btn {
    background-color: darkblue;
    color: white;
    border-radius: 0;
    margin-bottom: 15px;
}
.btn-secondary {
    border-radius: 0;
    margin-right: 35px;
    background-color: darkblue;
    color: darkorange;
    border: none;
    font-weight: 600;
    display: block;
    position: absolute;
    right: 35px;
    bottom: 16px;
}
.btn-secondary:hover{
    background-color: darkblue;
    color:white;
}