#hero {
  width: 100%;
  height: 100vh;
  font-family: Ubuntu, sans-serif;
}

.main-container {
  margin: auto;
  width: 1000px;
  padding: 30px;
}

.quiz-heading {
  text-align: center;
  color: #0551A8;
}

.dark-button {
  width: 100%;
  color: white;
  background: #0551A8;
  border-style: none;
  padding: 12px 0;
  border-radius: 0;
}

#player {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}

.player-enclosure {
  margin: 30px;
}

.small-icon {
  color: #fff;
  font-size: 60px;
  cursor: pointer;
}

.big-icon {
  font-size: 90px;
  color: #fff;
  margin-left: 60px;
  margin-right: 60px;
  cursor: pointer;
}

#player-controls {
}

#player-bg {
  background: url("../../assets/img/aab.png") center / cover no-repeat;
  padding: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 500px;
}

.controls-row {
}

#controls {
  width: 80%;
  margin: auto;
}

#answer-inputs {
  width: 300px;
  margin-bottom: 30px;
}

.submit-answer-icon {
  font-size: 32px;
  margin-left: -46px;
  color: #fff;
  padding: 6px;
  cursor: pointer;
}

#input-answer {
  border-radius: 26px;
  text-align: left;
  padding-left: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.hints-row {
  margin-top: 30px;
  text-align: left;
  margin: 30px;
}

.hints-row p {
  margin-bottom: 0;
  margin-left: -13px;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px;
}

.hint-box-1 {
}

.hint-box-2 {
  border: 1px solid #0DB7F0;
  height: 120px;
  border-radius: 12px;
  margin-left: 3px;
}

.hint-box-1 {
  border: 1px solid #0DB7F0;
  height: 120px;
  border-radius: 12px;
  margin-right: 3px;
  padding: 5px 20px;
}

.light-button {
  width: 100%;
  color: #fff;
  background-color: #0DB7F0;
  border: none;
  padding: 12px 0;
  border-radius: 0;
}

.hint-type {
  color: #0DB7F0;
  font-size: 13px;
}

.hint-content-top-icons {
  color: #0DB7F0;
  font-size: 20px;
  cursor: pointer;
}

.hint-content-top {
}

.hint-content-hint {
  width: 100%;
  margin: 10px;
  background-color: transparent;
  border: none;
  color: #fff;
}

#input-answer::placeholder {
  color: whitesmoke;
}

.navbar {
  background: #afa494;
}

.navbar-nav {
}

.nav-link {
  color: white;
}

.navbar-brand {
  color: white;
}

#login-btn {
  border-style: none;
  background: #D67534;
}

#global-search {
  border-radius: 24px;
  border-style: none;
  padding: 4px 10px;
}

#categories {
  width: 685px;
  height: 80vh;
  background: #E5EBDF;
}

.first-last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.search-ctrl {
  border-radius: 20px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .first-last {
    flex-direction: row;
    justify-content: space-between;
  }
}

.packs {
  margin: 30px 0px;
}

.theme-button {
  background: #D67534;
  border-radius: 20px;
  border-style: none;
  width: 100px;
  color: #fff;
  max-height: 30px;
}

.theme-button:hover {
  background-color: #AFA494;
}

.pack-details {
  height: 165px;
  display: flex;
  border: 1px solid #C1C1C1;
  background: #fff;
}

.pack-image {
  width: 165px;
  height: 165px;
}

.pack-info {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}

.pack-info p {
  color: gray;
  font-size: 14px;
  margin: 1px 0px;
}

.pack-row {
  margin-bottom: 10px;
}

