/* Font styles */
.textureback {
  background: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.2) 1px, rgba(255, 255, 255, 0.1) 10px), radial-gradient(ellipse at center, #190938 0%, black 100%); }

label {
  margin-bottom: 15px; }

#theapp {
  max-width: 500px;
  min-height: 90vh;
  margin: auto;
  position: relative; }

.scoringtable {
  font-family: "Hind", sans-serif;
  width: 100%; }
  .scoringtable thead {
    background-color: #efefef; }
  .scoringtable tr td {
    padding: 1rem;
    padding-left: 4px !important;
    border-bottom: 1px solid #efefef;
    font-size: 0.8em; }

.point {
  text-align: center;
  padding: 0.3rem !important; }

.teamstats, .yourteambutton {
  display: none;
  margin-bottom: 20px;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 15px;
  background-color: #eda513;
  width: 100%;
  display: inline-block;
  color: #000;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 20px;
  border: 0;
  margin-top: 10px;
  font-size: 1rem;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .teamstats :hover, .yourteambutton :hover {
    color: #ffff;
    background-color: #2ee59d;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    transform: translateY(-7px); }
  .teamstats :focus, .yourteambutton :focus {
    box-shadow: 0;
    border: 0; }

.logo {
  width: 120px;
  transition: width 0.5s; }

.user {
  width: 30px; }

.userbtn {
  padding: 10px;
  padding-right: 0px; }

.navbar-toggler {
  border: 0px;
  padding: 0; }

.navbtn {
  width: 30px; }

.nav li a {
  color: #fff;
  text-decoration: underline; }

.scrolled {
  background-color: #190938 !important;
  transition: background-color 0.2s; }
  .scrolled .logo {
    width: 75px;
    transition: width 0.5s; }

.hide {
  display: none; }

.dataTables_filter {
  text-align: center !important;
  float: inherit !important; }

footer {
  margin-top: 15px;
  background-color: #fff;
  border-top: 5px solid #37003c; }
  footer img {
    width: 100px;
    padding: 10px;
    display: block; }
  footer div {
    text-align: center; }
  footer p {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px; }

.teamstatsection {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px; }
  .teamstatsection h2 {
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: 800; }

td, th {
  text-align: center;
  vertical-align: middle;
  color: #2f2f2f;
  text-align: left;
  font-size: 12px; }

th {
  margin: 4px !important; }

div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto; }

/* Ensure that the demo table scrolls */
div.dataTables_wrapper {
  margin: 0 auto; }

.sorting_1, .sorting_asc, .sorting_desc {
  background-color: rgba(55, 0, 60, 0.8) !important;
  color: #fff;
  font-weight: 500; }

.dataTables_info {
  display: none; }

table.dataTable tbody tr {
  background-color: #00968800; }

table.dataTable tbody tr {
  background-color: #ffffff00; }

.homepagesection #teamname {
  color: #FFEB3B !important; }

.paginate_button {
  color: #fff !important;
  border: 1px solid transparent;
  background: #eb1715 !important; }

.paginate_button.current, .paginate_button.current:hover {
  color: #fff !important; }

/*# sourceMappingURL=teamstat.css.map */
