a,
button,
li a,
input,
textarea,
label.error,
nav a,
.btn,
input.toggle,
.autocomplete-dropdown-container span,
.building-location,
.close-icon:after {
    transition: all 0.3s ease;
}

input[type='text'],
.search,
.search input,
.values,
.row,
.toggle-wrapper,
.autocomplete-dropdown-container,
.building-location,
.map {
    box-sizing: border-box;
}

/* SCROLL BARS */
::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0) !important;
    height: 2px !important;
    width: 2px !important;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0) !important;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}

.btn-view-filters {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    color: #707070;
    cursor: pointer;
    font-family: 'Electrolize', sans-serif;
    font-size: 0.5rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
button:last-child {
    border-right: 1px solid #e0e0e0;
}
button:hover {
    color: #3cd5ec;
}
button:active {
    background: #3cd5ec;
    color: #ffffff;
}
button.active {
    background: #3cd5ec;
    color: #ffffff;
}

form input,
form textarea {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 0.85rem;
    outline: none;
    padding: 8px 10px;
    resize: none;
    width: 100%;
}
form input:hover,
form input:focus,
form input:active,
form textarea:hover,
form textarea:focus,
form textarea:active {
    border-color: #3cd5ec;
}
form input.error,
form textarea.error {
    border-color: #ec3c3c;
}

form label {
    color: #707070;
    display: block;
    font-weight: 900;
    padding: 4px 0;
}

form .search {
    position: relative;
}
form .search input {
    text-indent: 30px;
}
form .search i {
    color: #e0e0e0;
    font-size: 1rem;
    position: absolute;
}
form .search i:nth-child(1) {
    border-right: 1px solid #e0e0e0;
    padding-right: 8px;
    top: 10px;
    left: 7px;
}
form .search .close-icon {
    background: #e0e0e0;
    border-radius: 50%;
    color: #ffffff;
    font-weight: normal;
    font-size: 10px;
    content: 'X';
    cursor: pointer;
    height: 15px !important;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 8px;
    top: 7px;
    bottom: 0;
    text-align: center;
    width: 15px !important;
    z-index: 1;
}
form .search .close-icon i {
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    position: relative;
    top: -6px;
    left: -6px;
}
form .search .close-icon:hover {
    background: #3cd5ec;
}
form .search input:not(:valid) ~ .close-icon {
    display: none;
}

form span {
    color: rgba(0, 0, 0, 0);
    font-size: 0.75em;
    font-weight: bold;
}
form span.active {
    color: #3cd5ec;
}

form.active {
    display: block;
}

form .toggle-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

form .toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -13px;
    right: -5px;
    width: 60px;
}
form .toggle:before {
    background: #ffffff;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.3);
    content: 'on off';
    display: block;
    float: right;
    font-size: 0.6rem;
    font-weight: bold;
    height: 100%;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -40px;
    text-transform: uppercase;
    transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
    white-space: nowrap;
    width: 5px;
    word-spacing: 40px;
    z-index: 2;
}
form .toggle:checked {
    background-color: #3cd5ec;
    color: #ffffff;
}
form .toggle:checked:before {
    border-left: 1px solid #e0e0e0;
    border-right: 0;
    left: 52px;
}

a,
button,
li a,
input,
textarea,
label.error,
nav a,
.btn,
input.toggle,
.autocomplete-dropdown-container span,
.building-location,
.close-icon:after {
    transition: all 0.3s ease;
}

input[type='text'],
.search,
.search input,
.values,
.row,
.toggle-wrapper,
.autocomplete-dropdown-container,
.building-location,
.map {
    box-sizing: border-box;
}

/* SCROLL BARS */
::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0) !important;
    height: 2px !important;
    width: 2px !important;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0) !important;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}

body {
    background: #fafafa;
    height: 100vh;
    font-family: Helvetica, sans-serif;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100vh;
}

.grid-wrapper {
    color: #505050;
    display: grid;
    height: 100vh;
    grid-gap: 0;
    grid-template-rows: 50px 1fr 0.75fr 40px;
    grid-template-columns: minmax(200px, 25%) 1fr;
    grid-template-areas: 'logo map' 'content map' 'settings map' 'navigation map';
    width: 100vw;
}
.grid-wrapper.small {
    grid-template-columns: 40px auto;
}
.grid-wrapper .content {
    align-self: stretch;
    background: #fafafa;
    border-right: 1px solid #e0e0e0;
    font-size: 0.9rem;
    grid-area: content;
    justify-self: stretch;
    margin: 0;
    padding: 10px 20px;
}
.grid-wrapper .content.settings {
    border-top: 1px solid #e0e0e0;
    grid-area: settings;
    position: relative;
    z-index: 3;
}
.grid-wrapper .content.logo {
    border-bottom: 1px solid #e0e0e0;
    grid-area: logo;
    overflow-y: hidden;
}
.grid-wrapper .content.navigation {
    border-top: 1px solid #e0e0e0;
    grid-area: navigation;
    padding: 10px;
    overflow-y: hidden;
}
.grid-wrapper .content.navigation nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.grid-wrapper .content.navigation nav a {
    border-right: 1px solid #e0e0e0;
    color: #707070;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.15rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.grid-wrapper .content.navigation nav a i {
    font-size: 1rem;
}
.grid-wrapper .content.navigation nav a:last-child {
    border-right: 0;
}
.grid-wrapper .content.navigation nav a:hover {
    color: #3cd5ec;
}
.grid-wrapper .content .row {
    align-self: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 100%;
}
.grid-wrapper .content .row:nth-child(even) {
    background: #ffffff;
}
.grid-wrapper .content .column {
    align-self: center;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.grid-wrapper .content .column:nth-child(even) {
    text-align: right;
}
.grid-wrapper .content .column:nth-child(odd) {
    color: #707070;
    flex: 0.75;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}
.grid-wrapper .content .column.alt:nth-child(odd) {
    flex: 1.5;
}
.grid-wrapper .content .values {
    border: 1px solid #e0e0e0;
    margin-top: 10px;
}
.grid-wrapper .content .values .row {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
}
.grid-wrapper .content .values .row:last-child {
    border-bottom: 0;
}
.grid-wrapper .content .values .column:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
}
.grid-wrapper .content label {
    margin: 0;
    padding: 0;
}
.grid-wrapper .content figure {
    color: #202020;
    margin: 0;
    padding: 0;
}
.grid-wrapper .content figure span {
    color: #d0d0d0;
    display: inline-block;
    font-size: 0.85rem;
    padding: 0 10px;
}
.grid-wrapper .map {
    align-self: stretch;
    background: #ffffff;
    grid-area: map;
    justify-self: stretch;
    margin: 0;
    padding: 10px;
}
.grid-wrapper .map img {
    height: auto;
    width: 100%;
}

.autocomplete-dropdown-container {
    background-color: #ffffff;
    border: 1px solid #3cd5ec;
    border-top: 0;
    position: absolute;
    width: 100%;
}
.autocomplete-dropdown-container span {
    color: #202020;
    font-size: 0.85em;
    margin: 0;
    padding: 10px;
}
.autocomplete-dropdown-container span:hover {
    color: #3cd5ec !important;
}
.autocomplete-dropdown-container .suggestion-item,
.autocomplete-dropdown-container .suggestion-item--active {
    border-bottom: 1px solid #e0e0e0;
    color: #202020;
    font-size: 0.85em;
    margin: 0;
    padding: 10px;
    text-align: right;
}
.autocomplete-dropdown-container .suggestion-item:hover,
.autocomplete-dropdown-container .suggestion-item--active:hover {
    color: #3cd5ec !important;
    cursor: pointer;
}

.current-location {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 10px 0;
    padding: 10px;
}

.general-content {
    color: #505050;
    display: grid;
    height: 100vh;
    grid-gap: 20px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: 'generalcontent' 'login';
    width: 100vw;
}
.general-content .content,
.general-content .login {
    align-self: self-end;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    font-size: 0.9rem;
    grid-area: generalcontent;
    justify-self: center;
    margin: 0;
    overflow-y: auto;
    padding: 30px;
    width: 50vw;
}
.general-content .content,
.general-content .login {
    align-self: self-end;
    grid-area: generalcontent;
}
.general-content .login {
    align-self: self-start;
    grid-area: login;
}

h1 {
    font-family: 'Beth Ellen', serif;
    font-size: 0.9em;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
h1 i {
    font-size: 1rem;
    padding: 0 3px;
    position: relative;
    top: 2px;
}
h1 i:nth-child(1) {
    color: coral;
    margin-left: 3px;
    transform: rotate(25deg);
}
h1 i:nth-child(2) {
    color: #3cd5ec;
    transform: rotate(45deg);
}
h1 i:nth-child(3) {
    color: #707070;
    transform: rotate(65deg);
}

h2 {
    color: #3cd5ec;
    font-family: 'Electrolize', sans-serif;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.5rem;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}

.building-location {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    height: 35vh;
    position: absolute;
    left: minmax(200px, 25%);
    bottom: 40px;
    width: 25vw;
    transform: translateX(-1000px);
    z-index: 2;
}
.building-location.active {
    transform: translateX(0);
}

a {
    border: none;
    text-decoration: none;
}

.btn {
    background: #3cd5ec;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Electrolize', sans-serif;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.5rem;
    margin: 20px 0 0 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.btn span {
    display: block;
    margin: auto;
    padding: 0 0 0 10px;
    text-align: center;
}
.btn i {
    display: block;
    padding: 0 0 4px 0;
    text-align: center;
}

a,
button,
li a,
input,
textarea,
label.error,
nav a,
.btn,
input.toggle,
.autocomplete-dropdown-container span,
.building-location,
.close-icon:after {
    transition: all 0.3s ease;
}

input[type='text'],
.search,
.search input,
.values,
.row,
.toggle-wrapper,
.autocomplete-dropdown-container,
.building-location,
.map {
    box-sizing: border-box;
}

/* SCROLL BARS */
::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0) !important;
    height: 2px !important;
    width: 2px !important;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0) !important;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}

.btn-view-filters {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    color: #707070;
    cursor: pointer;
    font-family: 'Electrolize', sans-serif;
    font-size: 0.5rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
button:last-child {
    border-right: 1px solid #e0e0e0;
}
button:hover {
    color: #3cd5ec;
}
button:active {
    background: #3cd5ec;
    color: #ffffff;
}
button.active {
    background: #3cd5ec;
    color: #ffffff;
}

form input,
form textarea {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 0.85rem;
    outline: none;
    padding: 8px 10px;
    resize: none;
    width: 100%;
}
form input:hover,
form input:focus,
form input:active,
form textarea:hover,
form textarea:focus,
form textarea:active {
    border-color: #3cd5ec;
}
form input.error,
form textarea.error {
    border-color: #ec3c3c;
}

form label {
    color: #707070;
    display: block;
    font-weight: 900;
    padding: 4px 0;
}

form .search {
    position: relative;
}
form .search input {
    text-indent: 30px;
}
form .search i {
    color: #e0e0e0;
    font-size: 1rem;
    position: absolute;
}
form .search i:nth-child(1) {
    border-right: 1px solid #e0e0e0;
    padding-right: 8px;
    top: 10px;
    left: 7px;
}
form .search .close-icon {
    background: #e0e0e0;
    border-radius: 50%;
    color: #ffffff;
    font-weight: normal;
    font-size: 10px;
    content: 'X';
    cursor: pointer;
    height: 15px !important;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 8px;
    top: 7px;
    bottom: 0;
    text-align: center;
    width: 15px !important;
    z-index: 1;
}
form .search .close-icon i {
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    position: relative;
    top: -6px;
    left: -6px;
}
form .search .close-icon:hover {
    background: #3cd5ec;
}
form .search input:not(:valid) ~ .close-icon {
    display: none;
}

form span {
    color: rgba(0, 0, 0, 0);
    font-size: 0.75em;
    font-weight: bold;
}
form span.active {
    color: #3cd5ec;
}

form.active {
    display: block;
}

form .toggle-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

form .toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -13px;
    right: -5px;
    width: 60px;
}
form .toggle:before {
    background: #ffffff;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.3);
    content: 'on off';
    display: block;
    float: right;
    font-size: 0.6rem;
    font-weight: bold;
    height: 100%;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -40px;
    text-transform: uppercase;
    transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
    white-space: nowrap;
    width: 5px;
    word-spacing: 40px;
    z-index: 2;
}
form .toggle:checked {
    background-color: #3cd5ec;
    color: #ffffff;
}
form .toggle:checked:before {
    border-left: 1px solid #e0e0e0;
    border-right: 0;
    left: 52px;
}

a,
button,
li a,
input,
textarea,
label.error,
nav a,
.btn,
input.toggle,
.autocomplete-dropdown-container span,
.building-location,
.close-icon:after {
    transition: all 0.3s ease;
}

input[type='text'],
.search,
.search input,
.values,
.row,
.toggle-wrapper,
.autocomplete-dropdown-container,
.building-location,
.map {
    box-sizing: border-box;
}

/* SCROLL BARS */
::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0) !important;
    height: 2px !important;
    width: 2px !important;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0) !important;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}
