* {
    margin: 0;
    padding: 0;
}

.module-card {
 
  display: none;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

.user-btn {
  border-radius: 10px !important;
  padding: .5rem 1rem .5rem 1rem;
  margin: .5rem .5rem .5rem .5rem;
}

.user-btn:hover:not(.active) {
	color: #000 !important;
	background-color: #94e2ff !important;
	transform: scale(1.03);

}

.user-btn.active {
    color: #f8f8f8 !important;
    background-color: #0150c7 !important;
    transform: scale(1.03);
}

.user-btn:not(.active) {
    background-color: #f8f8f8 !important;
    color: #042733 !important;
}

.module-btn {
  border-radius: 20px !important;
 
}

.module-btn:hover:not(.active) {
  color: #000 !important;
	background-color: #94e2ff !important;
	transform: scale(1.03);
}

.module-btn {
   color: #f8f8f8 !important;
    background-color: #0150c7 !important;
    transform: scale(1.03);
}

.module-card {
  padding-left: 1rem;
  margin-left: 1rem;
}

.module-title {
  color:#0150c7;
}

.userBtnTab {
  width: 100%;
}

.autocomplete-input{
    width: 30%;
}

.matches{
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 10;
    top: 100%;
    right: 0;
    position: absolute;
    max-height: 300px;
    overflow-y: scroll;
    font-size: 14px;
    width: 25%;
    margin-right: 1rem;
}

.matches div{
    padding: 6px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4;
}

.matches div:hover{
    background-color: #e9e9e9; 
}

.user-title-box {
  background-color: #0150c7;
  color: white;
}
.user-title-box-main {
  
}
#myTab .user-guide-tab {
  color: black !important;
  background-color: white !important;
  border: none !important;
  font-size: 1.5rem !important;
  margin: 0 2rem !important;
  width: 90% !important;
}
#myTab .user-guide-tab.active {
  color: #0150c7 !important;
  background-color: white !important;
  border: none !important;
  text-decoration:underline !important;
  outline: none !important;
  font-size: 1.75rem !important;
}
#myTab .user-guide-tab:active {
  color: #0150c7 !important;
  background-color: white !important;
  border: none !important;
  text-decoration:underline !important;
  outline: none !important;
  font-size: 1.73rem !important;
}

#myTab .user-guide-tab:not(.active):hover {
  color: #0150c7 !important;
  background-color: white !important;
  border: none !important;
  font-size: 1.55rem !important;
  margin-right: 1.86rem !important;
}

.category-heading {
  border: 2px solid #0150c7;
   border-radius: 10px;
  background-color:#0150c7;
  color: white;
  text-align: center;
  margin-bottom: 2rem;
  text-decoration: none;
}

.category-heading a {
  text-decoration: none;
  color: white;
}

.user-guide-title-btn:link {
  text-decoration: none;
}

.user-guide-title-btn:visited {
  text-decoration: none;
}
.user-guide-title-btn:hover {
  text-decoration: none;
}

.fill:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

figure {
  max-width: 64rem;
  width: 100%;
  max-height: 30.875rem;
  height: 100%;
  margin: 1.25rem auto;
  padding: 1.051%;
  background-color: #666;
}

.controls {
  width: 100%;
  height: 8.0971659919028340080971659919028%; /* of figure's height */
  position: relative;
}

.controls[data-state="hidden"] {
  display: none;
}

.controls[data-state="visible"] {
  display: block;
}

.controls > * {
  float: left;
  width: 3.90625%;
  height: 100%;
  margin-left: 0.1953125%;
  display: block;
}

.controls > *:first-child {
  margin-left: 0;
}

.controls .progress {
  cursor: pointer;
  width: 75.390625%;
}

.controls button {
  border: none;
  cursor: pointer;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.controls button:hover,
.controls button:focus {
  opacity: 0.5;
}

.controls button[data-state="play"] {
  background-image: url("assets/images/play-button-icon-png-17.png");
}

.controls button[data-state="pause"] {
  background-image: url("assets/images/play-button-icon-png-17.png");
}

.controls button[data-state="subtitles"] {
  height: 85%;
  text-indent: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #666;
  background: #000;
  border-radius: 2px;
}

.subtitles-menu {
  display: none;
  position: absolute;
  bottom: 14.8%;
  right: 20px;
  background: #666;
  list-style-type: none;
  margin: 0;
  width: 100px;
  padding: 10px;
}

.subtitles-menu li {
  padding: 0;
  text-align: center;
}

.subtitles-menu li button {
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  width: 90%;
  padding: 2px 5px;
  border-radius: 2px;
}


.controls progress {
  display: block;
  width: 100%;
  height: 81%;
  margin-top: 0.125rem;
  border: none;
  color: #0095dd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.controls progress[data-state="fake"] {
  background: #e6e6e6;
  height: 65%;
}
.controls progress span {
  width: 0%;
  height: 100%;
  display: inline-block;
  background-color: #2a84cd;
}

.controls progress::-moz-progress-bar {
  background-color: #0095dd;
}

.controls progress::-webkit-progress-value {
  background-color: #0095dd;
}


.category-heading:hover {
  border: 2px solid #0062cc;
  border-radius: 10px;
  background-color:#94e2ff;
  color: black;
  text-align: center;
  margin-bottom: 2rem;
  text-decoration: none;
}
.category-heading:hover a {
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 64em) {
  figure {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }

  .controls {
    height: 1.876rem;
  }
}

@media screen and (max-width: 42.5em) {
  .controls {
    height: auto;
  }

  .controls > * {
    display: block;
    width: 16.6667%;
    margin-left: 0;
    height: 2.5rem;
    margin-top: 2.5rem;
  }

  .controls .progress {
    position: absolute;
    top: 0;
    width: 100%;
    float: none;
    margin-top: 0;
  }

  .controls .progress progress {
    width: 98%;
    margin: 0 auto;
  }

  .controls button {
    background-position: center center;
  }
}
