/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 #map {
    height: 100%;
  }
  
  /* 
   * Optional: Makes the sample page fill the window. 
   */
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
    touch-action: none;
  }

  div#map_key {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 5px;
    margin-left: auto; 
    margin-right: auto; 
    width: 100px;
  }

  #place-autocomplete-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    padding: 5px;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bold;
    /* display: none; */
  }

  .vAygCK-api-load-alpha-banner {
    display: none;
  }

  .view_google_maps {
    text-decoration: none;
  }

/* Quill Editor Styles */
.ql-toolbar .ql-stroke {
  stroke: #444;
}

.ql-toolbar .ql-fill {
  fill: #444;
}

.ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
  position: relative;
}

.ql-toolbar button:hover {
  background-color: #f0f0f0;
}

.ql-toolbar .ql-bold::before {
  content: "B";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-italic::before {
  content: "I";
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-underline::before {
  content: "U";
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-link::before {
  content: "🔗";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-list::before {
  content: "•";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-toolbar .ql-clean::before {
  content: "⌫";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ql-container {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 14px;
}

.ql-editor {
  min-height: 150px;
  padding: 12px 15px;
}
