* {
    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: #103456;
  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: #103456 !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: #103456 !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: #103456 !important;
  background-color: white !important;
  border: none !important;
  font-size: 1.55rem !important;
  margin-right: 1.86rem !important;
}

.category-heading {
  width: 400px;
  min-height: 66.67px;
  height: auto;
  box-sizing: border-box;  
  white-space: pre-line;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border: 2px solid #007bff;
  border-radius: 10px;
  background-color:#0150c7;
  color: white;  
  margin-bottom: 2rem;
  text-decoration: none;
}

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

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


.category-heading:hover {
  width: 400px;
  min-height: 66.67px;
  height: auto;
  box-sizing: border-box;  
  white-space: pre-line;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border: 2px solid #0062cc;
  border-radius: 10px;
  background-color:#94e2ff;
  color: black;
  margin-bottom: 2rem;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
