body {
  font-family: "Roboto", sans-serif;
  background-color: #FFFFFF;
}

.form-signin {
  max-width: 550px;
  padding: 16px;
  margin: 10% auto;
  background-color: #FFFFFF;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.menu-logo {
  max-height: 50px;
}

.profile-pic {
  max-height: 50px;
}

.summary-box {
  height: 300px;
  width: 300px;
  display: flex;
  margin: 16px 8px;
  text-align: center;
}

.summary-box p {
  margin: auto;
}

.select2-container--default .select2-selection--single {
  height: 38px;
  padding-top: 5px;
}

.material-icons {
  vertical-align: bottom;
}

.table td {
  vertical-align: middle;
}

.scrollTable {
  overflow: auto;
  overflow-x: scroll;
  height: 700px;
}

.scrollTable th {
  top: 0;
  z-index: 2;
  position: sticky;
  background-color: white;
}

.scrollTable th, .scrollTable td {
  min-width: 200px;
}

.user-avatar {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  vertical-align: middle;
  border-radius: 4rem;
}

.user-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.user-avatar-sm {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 2.25rem;
}

.user-cityState, .user-name {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1rem;
}

.user-info-summary {
  margin-left: 10px;
}

.rating .material-icons {
  color: #FFD700;
}

.user-avatar-xxl {
  height: 4.5rem;
  width: 4.5rem;
}

.borderless tbody, .borderless td, .borderless tfoot, .borderless th, .borderless thead, .borderless tr {
  border-style: none;
}

.bg-yellow {
  background-color: yellow;
}

.stat-box {
  height: 200px;
  width: 250px;
  display: grid;
  text-align: center;
  border-radius: 15px;
}

.stat-box p {
  font-size: 1.5em;
  text-align: center;
}

/*# sourceMappingURL=custom.css.map */
