.pac-container {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  animation-name: gmacShow;
  animation-duration: 0.2s; }

@keyframes gmacShow {
  from {
    transform: translateY(-20%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
  .pac-container .pac-item {
    border-top: none;
    padding: 0.3rem 2.5rem; }
    .pac-container .pac-item:hover {
      background-color: #f6f7fb; }
    .pac-container .pac-item .pac-icon.pac-icon-marker {
      display: none; }
    .pac-container .pac-item .pac-item-query,
    .pac-container .pac-item span:nth-child(3) {
      font-size: 0.938rem;
      font-weight: 400;
      color: #2a2d37;
      line-height: 2.27; }

@media (min-width: 600px) {
  .pac-container {
    width: 400px; } }

@media (max-width: 500px) {
  .pac-container {
    min-width: 250px; }
    .pac-container .pac-item {
      padding: 0.3rem 1rem; } }

#notebooks {
  width: 100%;
  height: 100%;
  position: relative; }
  #notebooks .custom-input {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 2.9rem 1rem 1.7rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #2a2d37;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    #notebooks .custom-input::placeholder {
      font-weight: 400 !important;
      color: #868a9b !important; }
  #notebooks .custom-list {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    z-index: 1000;
    -webkit-appearance: none;
    animation-name: gmacShow;
    animation-duration: 0.2s;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 0px; }

@keyframes gmacShow {
  from {
    transform: translateY(-20%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
    #notebooks .custom-list .custom-data {
      border-top: none;
      padding: 0.8rem;
      list-style: none;
      cursor: default;
      font-size: 15px;
      line-height: 30px;
      text-align: left;
      border-top: 1px solid #e6e6e6;
      position: relative;
      color: #000;
      line-height: 1.2;
      font-weight: 400 !important;
      transition: color 0.3s ease-in-out; }
      #notebooks .custom-list .custom-data .custom-data-query,
      #notebooks .custom-list .custom-data span:nth-child(3) {
        font-size: 0.938rem;
        font-weight: 400;
        color: #2a2d37;
        line-height: 2.27; }
    #notebooks .custom-list .typing .custom-data {
      color: #2a2d37 !important;
      font-weight: 600 !important; }
    #notebooks .custom-list .custom-data:hover {
      background-color: #f6f7fb !important; }

.custom-input:focus,
.custom-input:active {
  outline: none !important;
  border: 0px solid #fff !important; }

.custom-data.highlighted {
  background-color: #f6f7fb;
  /* Secondary color */
  color: white; }

@media (min-width: 600px) {
  .custom-list {
    width: 400px; } }

@media (max-width: 500px) {
  .custom-list {
    min-width: 250px; }
    .custom-list .custom-data {
      padding: 0.3rem 1rem; } }

