ul.share-buttons{
  list-style: none !important;
  padding: 0;
}

ul.share-buttons li{
  display: inline-block;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 800px) {
  #container {
    min-width: 90%;
    margin: auto;
  }
}
.player_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-content {
  max-height: 75vh;
  overflow-y: auto;
}

/* Search Bar */
#wrapper-header {
    text-align: left;
  }

  .form-wrapper{
    /* max-width: 1000px; */
  }
  .selector {
    display:inline;
    margin-right: 10px;
    margin-left: 0px;
    max-width: 120px;
  }

.autoComplete_wrapper {
position: relative;
margin-right: 5px;
--bs-border-radius: 0px;
border-radius: 0;
}
#search-submit {

}
.main-label {
  padding-top: 6px;
  padding-right: 5px;
}
.search_select {
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0.5rem 0 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.1);
  z-index: 1000;
  outline: none;
}

.autoComplete_wrapper > ul > li {
padding: 5px 20px;
list-style: none;
text-align: left;
font-size: 16px;
color: #212121;
transition: all 0.1s ease-in-out;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li::selection {
color: rgba(#ffffff, 0);
background-color: rgba(#ffffff, 0);
}

.autoComplete_wrapper > ul > li:hover {
cursor: pointer;
background-color: rgba(123, 123, 123, 0.1);
}

.autoComplete_wrapper > ul > li mark {
background-color: transparent;
font-family: sans-serif;
color: rgb(0, 0, 0);
font-weight: bold;
padding: 0px;
}

.autoComplete_wrapper > ul > li mark::selection {
color: rgba(#ffffff, 0);
background-color: rgba(#ffffff, 0);
}

.autoComplete_wrapper > ul > li[aria-selected="true"] {
background-color: rgba(123, 123, 123, 0.1);
}

/* stock cards */
.stock-card {
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
}

.stock-card .card-title {
  color: #007bff;
}

.stock-card .card-text {
  font-size: 14px;
}

/* movies */
