﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
  cursor: pointer;

}

.tt-suggestion p {
  margin: 0;
}

a:hover{
    text-decoration: none;
}

sub{
    top: -6px;
}
.map {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.map-tip {
    width: 300px;
    height: 200px;
    background: #ffffff;
    border-radius: 10px;
}

.topbar {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 99;
    background-color: rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(128,128,128,0.12);
    text-transform: uppercase;
    font-weight: 500;
}

    .topbar a {
        font-size: 10pt;
        text-align: center;
    }

.btn{
    font-weight: 600;
}

.clickable{
    cursor: pointer;
}


.highlight, .highlight > * {
    background-color: #ffcccc;
}

#likes-need-refresh{
    display: none;
}

.apple-signin {
    width: 280px;
    height: 44px;
    background-color: black;
    border-radius: 24px;
    overflow: hidden;
}

.apple-signin * {
     background-color: black;
    border-radius: 24px;
    overflow: hidden;
}

.hide{
    display: none;
}

.emoji-picker-icon {
    z-index: 9999 !important;
    position: relative !important;
    left: 50px !important;
    top: -30px !important;
}
/*
div[aria-label="Map"] > div > div > div > div > div > div{
    display: none;
}*/

/* dark mode */
@media (prefers-color-scheme: dark) {
    *, body {
        background-color: #222022;
        color: white
    }

    .map *{
        background-color: unset;
        color: unset;
    }

    a {
        color: #44aaff;
    }

    .form-control {
        background-color: #333033;
    }

    .topbar {
        background-color: rgba(0,0,0,0.2);
    }

    .tt-menu {
        border: 1px solid #444;
        background-color: unset;
    }

    .tt-menu .tt-open {
       
    }

    .form-control{
        color: #ccc !important;
    }

    .form-control:focus{
        background-color: #333;
    }

    .highlight, .highlight > * {
        background-color: #5a4c2d;
    }

    .map-tip span{
        color: black
    }

    .map-tip a {
        color: #44aaff;
    }
}

