@import url(//fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);
.navbar-container {
    background: #000000;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}
.logo {
    height: 5.5vh;
}

.navbar-title {
    color: #ffffff;
    font-family: Anton;
    font-size:200%;
}

@media screen and (max-width: 1000px) {
    .navbar-title {
        color: #ffffff;
        font-family: Anton;
        font-size:300%;
    }
    .logo {
        height: 3.4vh;
    }
}
.error-overlay-container {
    position: fixed;
    top: 7vh;
    width: 100%;
    height: 4vh;
    background-color: red;
    opacity: 80%;
}

.error-overlay-message {
    color: white;
    padding: 1vh;
}

.error-icon {
    padding: 0.5vh;
    float: left;
}

@media only screen and (max-width: 1000px) {

    .error-overlay-container {
        position: fixed;
        top: 7vh;
        width: 100%;
        height: 8vh;
        background-color: red;
        opacity: 80%;
    }
    
    .error-overlay-message {
        color: white;
        padding: 1vh;
        font-size: 50px;
    }
    
    .error-icon {
        padding: 1vh;
        float: left;
        font-size: 100px;
    }

}
svg {
    font-size: 24px;
    line-height: 1em;
 }
 
 .user-icon {
    font-size: 25px;
    color: #c4a708;
 }

 .restaurant-icon {
   font-size: 25px;
   color: #ffffff;
}
/* Green: #059666 Red: #960f05   */
.selection-area-container {
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(54, 54, 54) 100%);
    width: 25%;
    position: absolute;
    top: 8.9%;
    right: 65px;
    border: 3px solid #000000;
    padding: 10px;
    width: 30%;
    height: 85%;
    margin-left: calc(-50% - (30% / 2));
    border-radius: 2%;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1000px) {
    .selection-area-container {
        width: 100%;
        height: 93%;
        border-radius: 0px;
        top: 7%;
        right: 0px;
        padding: 0px;
    }
}
#selection-flow-container {
    position: relative;
    margin: 1%;
    color: #ffffff;
    font-family: Lato;
    font-size:75%;
    height: 97%;
}

.form-flow-container {
    position: relative;
    height: 98%;
    width: 100%;
}

.form-submit-button-container {
    position: relative;
    width: 100%;
    height: 10%;
    bottom: 1%;
}

.form-flow-body-container {
    height: 96%;
    width: 100%;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1000px) {
    .form-submit-button-container {
        position: relative;
        width: 100%;
        height: 10%;
        bottom: 4%;
        left: 2%;
    }

}
.form-control-label {
  font-size: 300%;
  text-align: center;
}

.form-control-container {
    position: relative;
    top: 0.25%;
    left: 0%;
    color: #ffffff;
    font-family: Lato;
    font-size:75%;
    width: 100%;
}

.horizontal-slider {
    width: 100%;
    max-width: 100%;
    height: 5vh;
    margin: auto;
  }
  .slider-thumb {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    background: #ffffff;
    border: 5px solid #4d52de;
    border-radius: 100%;
    display: block;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 44%);
  }
  .slider-thumb.active {
    background-color: grey;
  }
  .slider-track {
    position: relative;
    background: #ddd;
  }
  .slider-track.slider-track-0 {
    background: #4d52de;
  }
  .horizontal-slider .slider-track {
    top: 20px;
    height: 4px;
  }
  .horizontal-slider .slider-thumb {
    top: 12px;
    width: 10px;
    outline: none;
    height: 10px;
    line-height: 38px;
  }

  .slider-value-show {
    font-size: 300%;
    color: white;
    position: relative;
    left: 40%;
  }

  /* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1000px) {

  .form-control-label {
    font-size: 500%;
  }

  .form-control-container {
    position: relative;
    top: 0.25%;
    left: 0%;
    color: #ffffff;
    font-family: Lato;
    font-size:75%;
    width: 100%;
}

.horizontal-slider {
    width: 100%;
    max-width: 100%;
    height: 5vh;
    margin: auto;
  }
  .slider-thumb {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    background: #ffffff;
    border: 10px solid #4d52de;
    border-radius: 100%;
    display: block;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 44%);
  }
  .slider-thumb.active {
    background-color: grey;
  }
  .slider-track {
    position: relative;
    background: #ddd;
  }
  .slider-track.slider-track-0 {
    background: #4d52de;
  }
  .horizontal-slider .slider-track {
    top: 25px;
    height: 8px;
  }
  .horizontal-slider .slider-thumb {
    top: 10px;
    width: 20px;
    outline: none;
    height: 20px;
    line-height: 76px;
  }

  .slider-value-show {
    font-size: 400%;
    color: white;
    position: relative;
    left: 42%;
  }

}
.restaurant-form-flow-label {
    font-size: 250%;
    max-width: 90%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: 40px;
}

.restaurant-submit-button-container {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 1%;
}

.rejectButton {
    float: left;
    bottom: 2%;
}

.approveButton {
    float: right;
    bottom: 2%;
}

.retryButton {
    float: left;
}

.selectButton {
    float: right;
    font-size: 350%;
}

.restaurant-image {
    height: 100%;
    width: auto;
    max-width: 100%;
    overflow: hidden;
}

.restaurant-image-container {
    height: 70%;
    max-height: 90%;
    width: 100%;
}

.loading-indicator-container {
    width: 100%;
    height: 100%;
}

.loading-indicator {
    width: 100%;
}

.restaurant-info-body-container {
    position: relative;
    width: 100%;
    height: 87%;
    overflow-y: auto;
    scrollbar-width: thin;
    text-align: center;
}

.restaurant-form-flow-container {
    height: 100%;
    width: 100%;
}

  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (max-width: 1000px) {

    .restaurant-form-flow-label {
        font-size: 500%;
    }

    .restaurant-submit-button-container {
        height: 10%;
    }

    .selectButton {
        font-size: 750%;
    }
    
    .restaurant-info-body-container {
      height: 70%;
    }
  
  }
.yelp-info-container {
    display: inline-block;
    text-align: center;
    align-items: center;
    width: 100%;
}

.yelp-info-upper-container {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.yelp-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.yelp-logo-container {
    width: 10%;
    height: 10%;
    align-items: center;
    margin: 1%;
}

.yelp-stars-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.yelp-stars-container {
    width: 20%;
    padding: 1%;
    height: 8%;
    float: left;
    margin: 1%;
}

.yelp-after-stars-info-container {
    text-align: center;
    font-size: 175%;
    padding: 1%;
    padding-top: 0%;
    float: left;
    width: 98%;
}

.yelp-catergories-container {
    font-size: 250%;
    text-align: center;
    padding: 3%;
    font-weight: bold;
}

  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (max-width: 1000px) {

    .yelp-logo-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }
    
    .yelp-logo-container {
        width: 20%;
        height: 15%;
        float: left;
        margin: 1%;
    }
    
    .yelp-stars-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }
    
    .yelp-stars-container {
        width: 30%;
        height: 20%;
        float: left;
        margin: 2%;
    }

    .yelp-after-stars-info-container {
        width: 100%;
        padding: 3%;
        font-size: 325%;
    }
  
  }
.selected-restaurant-form-flow-label {
    font-size: 250%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.selected-restaurant-image {
    height: 70%;
    max-height: 90%;
    width: auto;
    max-width: 100%;
    overflow: hidden;
}

.loading-indicator-container {
    width: 100%;
    height: 100%;
}

.loading-indicator {
    width: 100%;
}

.selected-restaurant-info-body-container {
  width: 100%;
  max-width: 100%;
  height: 85%;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  text-align: center;
  align-items: center;
}

.selected-restaurant-form-flow-container {
    height: 95%;
    width: 100%;
}

.selected-restaurant-submit-button-container {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 1%;
    display: flex;
    justify-content: space-between;  
}

.rejectButton {
    float: left;
    bottom: 2%;
}

.approveButton {
    float: right;
    bottom: 2%;
}

.reselectButton {
    bottom: 2%;
    margin-left: 3%;
}

  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (max-width: 1000px) {

    .selected-restaurant-form-flow-label {
        font-size: 500%;
        text-align: center;
    }

    .selected-restaurant-submit-button-container {
        height: 10%;
    }
    
    .selected-restaurant-image {
        height: 70%;
        max-height: 90%;
        width: auto;
        max-width: 100%;
        overflow: hidden;
    }
    
    .selected-restaurant-info-body-container {
      width: 100%;
      height: 70%;
      overflow-y: auto;
      scrollbar-width: thin;
    }
    
    .selected-restaurant-form-flow-container {
        height: 100%;
        width: 100%;
    }
  
  }
body {
    overflow: hidden; /* Hide scrollbars */
  }
#root {
    background-color: #000000;
    color: #ffffff;
}

body {
    margin: 0px 0px 0px 0px;
}

/*# sourceMappingURL=main.6ab8a3bcfb91e34ddd53.css.map*/