@import url(../../cdn.jsdelivr.net/npm/bootstrap%405.1.3/dist/css/bootstrap.min.css);@font-face {
  font-family: industrie-standard;
  src: url(../fonts/FSIndustrieVFStd.woff2) format("woff2");
  font-weight: 100 900;
}

html {
  line-height: 1.5;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

body {
  font-family: industrie-standard, sans-serif;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem;
}

body {
  background-color: #212121;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.big-title {
  font-family: Lato;
  font-weight: 900;
  font-size: 8vh;
  text-align: center;
}

h1 {
  line-height: 110%;
  margin: 2.8rem 0 1.68rem;
}

.intro-text {
  font-weight: 800;
}

p {
  font-size: 120%;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #121212;
}

.grey-text.text-lighten-3 {
  color: #eee !important;
}

.footer-link {
  text-decoration: underline;
}

.grey-text {
  color: #9e9e9e !important;
}

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

a {
  color: #fff;
}

footer {
  min-height: 10%;
  position: relative;
  bottom: 0;
}

.button-sub-text {
  margin: 0;
  text-transform: none;
  font-weight: 500;
  font-size: 2rem;
}

.big-selection-button {
  background-color: #121212;
  width: 100%;
  margin-top: 2rem;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.sport {
  margin-bottom: 15px;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.btn-large {
  line-height: 54px;
  font-size: 15px;
  padding: 28px;
}

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}

#sports-list {
  margin-bottom: 25px;
}

.big-selection-button:hover {
  background-color: #424242;
}

.match {
  margin: 0.5rem 0 1rem;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}

.match,
.match .match-image {
  position: relative;
}

.match .match-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.match .match-image .match-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

.match .match-title {
  font-size: 24px;
  font-weight: 300;
}

.match .match-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

.match .match-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

.match .match-action:last-child {
  border-radius: 0 0 2px 2px;
}

.match-action-text {
  color: #eaf0f1 !important;
}

.match-image {
  min-height: 8vh;
  background-color: #424242;
}

.match-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.match-action,
.match-content {
  background-color: #121212 !important;
}

.event-title {
  text-shadow: 3px 3px 5px #000;
}

#matches-filter input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s;
  color: #fff !important;
}

#matches-filter input:-ms-input-placeholder {
  color: #fff;
}

#matches-filter input::-moz-placeholder {
  color: #fff;
}

#matches-filter input::placeholder {
  color: #fff;
}

#matches-filter input:not([type]):focus:not([readonly]),
#matches-filter input[type=date]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=datetime]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=email]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=number]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=password]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=search]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=tel]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=text]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=time]:not(.browser-default):focus:not([readonly]),
#matches-filter input[type=url]:not(.browser-default):focus:not([readonly]),
#matches-filter textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

@media (max-width: 1486px) {
  .button-sub-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 1235px) {
  .button-sub-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 1061px) {
  .button-sub-text {
    font-size: 1rem;
  }
}

@media (max-width: 1000px) {
  .sport img {
    max-width: 50%;
    margin: 0 auto;
  }
}

.streams-table-new {
  background-color: #121212;
  padding: 5px;
}

.streams-table-new tbody tr td {
  background-color: #212121;
  border: unset !important;
}

.streams-table-new .username {
  color: #fff;
}

#streams .card,
#streams .streams-header {
  background-color: #121212;
}

#testk {
  height: 275px;
}

@media only screen and (max-width: 768px) {
  #testk {
    height: 320px;
  }
}

@media only screen and (max-width: 568px) {
  #testk {
    height: 350px;
  }
}

@media only screen and (max-width: 340px) {
  #testk {
    height: 390px;
  }
}

#streams {
  min-height: 50px;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.text-center,
.top {
  text-align: center;
}

.top {
  padding-top: 0.5rem;
  padding-bottom: 0.1vh;
}

.announcement {
  background-color: #424242;
}

#basic-navbar-nav,
.navbar-expand-lg .navbar-nav {
  height: 100%;
}

.nav-link {
  padding-left: 7px !important;
}

.nav-link,
.navbar {
  background-color: #101010 !important;
}

.navbar {
  position: fixed;
  top: 0;
  justify-content: flex-start;
  transition: top 0.1s ease;
  height: 50px;
  z-index: 101;
  width: 100%;
  padding: 0;
}

.navbar .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #a6a9ad !important;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.navbar .nav-link.selected {
  color: #fff !important;
  border-bottom: 3px solid #29ce4d;
  outline: none;
}

.navbar .nav-link:active,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
  color: #fff !important;
}

.home-alert {
  width: 100%;
  color: #155724;
  background-color: #d4edda;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.home-alert h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500 !important;
  line-height: 1.2;
}

.MaclariListele img {
  width: 20px;
  height: 20px;
  float: left;
}

.MaclariListele h4 {
  padding-left: 0.75rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  float: left;
  line-height: 20px;
}

.MaclariListele {
  background: #3e3e3e;
  border: 1px solid #464646;
  border-top: none;
  padding: 25px 0 15px;
  text-decoration: none;
  color: #ddd;
}

.Basliklar {
  padding: 11px;
  background: #2a2a2a;
  border: 1px solid #464646;
  border-bottom: none;
}

.Basliklar div {
  height: 25px;
  font-weight: 600;
  font-size: 11px;
  line-height: 25px;
  color: #ddd;
  text-transform: uppercase;
}

.UstBasliklar {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 100px) and (max-width: 850px) {
  .MobildeGizle {
    display: none;
  }

  .MobilGoster10 {
    width: 100% !important;
  }
}

.team-name-event-row {
  display: flex;
  align-items: center;
}

.team-name-event-row span {
  margin-left: 10px;
}

td,
th {
  color: #eeebeb;
}

