* {
    margin: 0;
    padding: 0;
}

.module-card {
 
  display: none;
}

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

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

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

}

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

.comet-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;
}

.cometBtnTab {
  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; 
}
