.card-header {
  background-color: #242e42 !important;
  border-bottom: 0 solid #f2f2f2;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #ffffff;
  background-color: #00000000;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.toptable {
  margin-bottom: 10px;
}

.tab_content {
  float: left;
}

/* Style the tab */

.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */

.tab button.active {
  background-color: #fff;
  color: #000;
}

.main-score {
  max-height: 600px;
  overflow-y: auto;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  overflow-y: auto;
}

.title-text-1 {
  font-size: 3.075rem !important;
}

.title-text-3 {
  font-size: 1.1875rem !important;
}

@media only screen and (max-width: 1024px) {
  /* For desktop: */
  .title-text-1 {
    font-size: 1.375rem !important;
  }
  .title-text-3 {
    font-size: 0.8rem !important;
  }
}

@media only screen and (max-width: 768px) {
  /* For desktop: */
  .title-text-1 {
    font-size: 1.375rem !important;
  }
  .title-text-3 {
    font-size: 0.8rem !important;
  }
}

@media only screen and (max-width: 375px) {
  /* For desktop: */
  .title-text-1 {
    font-size: 1rem !important;
  }
  .title-text-3 {
    font-size: 0.8rem !important;
  }
  h5,
  .h5 {
    font-size: 0.75rem;
  }
}
