@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700&display=swap");
@import url(//db.onlinewebfonts.com/c/a16e901c081db0476dbf2dfc3f902240?family=Dream+MMA);
.cardHeader {
  font-size: 3vw !important;
}

.cardShadow {
  cursor: pointer;
  -webkit-transition: 100ms;
  transition: 100ms;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.2);
}

.cardShadow:hover {
  border: 1px solid;
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.2);
}

.tp {
  font-family: "Dream MMA";
  font-size: 1vw;
  color: inherit;
}

.smallCard {
  width: 50%;
  height: 150px;
  background-color: white;
  margin: 5px;
  border-radius: 5px;
}

body,
html {
  background-color: #05113b;
  background-image: url("./championsLeague.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Titillium Web";
  height: 100%;
  position: relative;
}

.mainCard {
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .mainCard {
    margin: 5px !important;
  }
}

.blurredBackground {
  background-color: rgba(26, 26, 26, 0.9);
}

.alert {
  -webkit-box-shadow: 0px 0px 31px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 31px 3px rgba(0, 0, 0, 0.75);
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 0.5s;
}

.fadeOut {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3498db;
}

#loader-1:before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
}

#loader-1:after {
  border: 10px solid #ccc;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.progressContainer {
  width: 50%;
  margin: 30px auto 0;
}

.initialProgress {
  overflow: hidden;
  height: 18px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.initialProgress .bar {
  height: 18px;
  background-color: #0e90d2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

hr {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #a700c7;
  margin-top: 5px;
  padding: 0;
  margin-left: calc(50% - 25px);
  width: 0px;
  -webkit-box-shadow: 0 0 10px #a700c7;
          box-shadow: 0 0 10px #a700c7;
  -webkit-transition: 1s;
  transition: 1s;
}

.menuItem {
  font-size: 7vw;
  font-weight: bolder;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-style: italic;
  cursor: pointer;
}

.menuItem:hover {
  color: #e0e0e0;
}

#menuItemDiv:hover hr {
  margin-left: calc(50% - 250px);
  width: 500px;
}

.startingButton {
  font-weight: bolder;
  text-transform: uppercase;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px !important;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.transferBG {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  -webkit-filter: opacity(40%);
          filter: opacity(40%);
  z-index: 1;
}

.transferCentre {
  position: absolute;
  top: 30px;
  position: relative;
  z-index: 3;
  height: calc(100% - 100px);
  min-height: 300px;
  color: white;
}

.trainingPlayers {
  position: absolute;
  background-color: whitesmoke;
  top: 30px;
  margin-left: 3vw;
  margin-right: 3vw;
  border-radius: 50px;
  position: relative;
  z-index: 3;
}

.increaseIcon {
  height: 25px;
  margin-top: 6px;
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}

/* The image used */
.card,
.card-header {
  background-color: inherit !important;
  border: none !important;
}

.event {
  padding: 10px;
  font-size: 15px;
}

.grey {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
}

.icon {
  height: 25px;
}

.hide {
  display: none !important;
}

.homeEvent {
  border-left: 3px solid #034490;
  border-right: 3px solid #034490;
}

.homeGoal {
  border-left: 6px solid #034490;
  border-right: 6px solid #034490;
}

.awayGoal {
  border-left: 6px solid #c90317;
  border-right: 6px solid #c90317;
}

.awayEvent {
  border-left: 3px solid #c90317;
  border-right: 3px solid #c90317;
}

.stats {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  background-color: lightgray;
  border-radius: 10px;
  text-align: center;
}

#awayBar {
  border-radius: 15px;
  padding: 0;
  width: 100%;
  background-color: #c90317;
}

#homeShotsBar {
  width: 50%;
}

#homeShotsOnTargetBar {
  width: 50%;
}

#homeCornersBar {
  width: 50%;
}

#homePossessionBar {
  width: 50%;
}

.homeBar {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 30px;
  background-color: #034490;
}

.container {
  position: relative;
  margin-top: 20px;
  height: auto;
  padding-bottom: 20px;
  background-color: white;
  border-radius: 5px;
  border-left: 10px solid white;
  border-right: 10px solid white;
}

table {
  font-size: auto;
}

.events {
  width: 600px;
  margin-left: calc(50% - 300px);
  background-color: lightgray;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.teamName {
  padding: 10px;
  font-size: 2.5vw;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.score {
  color: whitesmoke;
  font-family: "Roboto Mono";
  font-weight: 700;
  font-size: 5vw;
  background-color: black;
  border-radius: 15px;
}

.time {
  font-weight: 700;
  font-size: 20px;
  border: 2px solid black;
  border-radius: 10px;
}

.timeText {
  font-size: 15px;
}

.btn {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  width: auto;
}

select {
  width: 275px !important;
  margin-left: 20px;
  margin-right: 40px;
}

.form {
  margin: 20px;
}

.progress {
  background-color: #313131 !important;
}

.progress-bar {
  background-color: #75c075 !important;
}

.dropdown-submenu {
  position: static;
}

.dropdown-submenu > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: "FontAwesome";
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.pulse-button {
  -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
          box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.pulse-button-green {
  -webkit-box-shadow: 0 0 0 0 rgba(90, 212, 116, 0.5);
          box-shadow: 0 0 0 0 rgba(90, 212, 116, 0.5);
  -webkit-animation: pulse-green 1.5s infinite;
}

.pulse-button:hover,
.pulse-button-green:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

@-webkit-keyframes pulse-green {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(90, 212, 116, 0);
            box-shadow: 0 0 0 50px rgba(90, 212, 116, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 212, 116, 0);
            box-shadow: 0 0 0 0 rgba(90, 212, 116, 0);
  }
}

.noScrollbar::-webkit-scrollbar {
  display: none;
}

.notificationCentreNotif {
  height: auto;
  padding: 10px;
}

.notificationCentreNotif:hover {
  background-color: #2e2e2e;
}

.shadow {
  -webkit-box-shadow: 10px 10px 24px 0px white;
  box-shadow: 10px 10px 24px 0px white;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  right: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  -webkit-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #main {
    padding: 5px;
  }
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.loader {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader .center {
  width: 40px;
  height: 40px;
  background: #3c57dd;
  border-radius: 50%;
  -webkit-animation: center 3.2s ease-in-out infinite;
          animation: center 3.2s ease-in-out infinite;
}

.loader .item {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #3c57dd;
  border-radius: 50%;
}

.item-1 {
  -webkit-animation: anim-1 3.2s ease-in-out infinite 0.2s;
          animation: anim-1 3.2s ease-in-out infinite 0.2s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim-1 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(45deg) translateX(40px) scale(1);
            transform: rotate(45deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(45deg) translateX(0) scale(1.5);
            transform: rotate(45deg) translateX(0) scale(1.5);
  }
}

@keyframes anim-1 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(45deg) translateX(40px) scale(1);
            transform: rotate(45deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(45deg) translateX(0) scale(1.5);
            transform: rotate(45deg) translateX(0) scale(1.5);
  }
}

.item-2 {
  -webkit-animation: anim-2 3.2s ease-in-out infinite 0.4s;
          animation: anim-2 3.2s ease-in-out infinite 0.4s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim-2 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(90deg) translateX(40px) scale(1);
            transform: rotate(90deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(90deg) translateX(0) scale(1.5);
            transform: rotate(90deg) translateX(0) scale(1.5);
  }
}

@keyframes anim-2 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(90deg) translateX(40px) scale(1);
            transform: rotate(90deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(90deg) translateX(0) scale(1.5);
            transform: rotate(90deg) translateX(0) scale(1.5);
  }
}

.item-3 {
  -webkit-animation: anim-3 3.2s ease-in-out infinite 0.6s;
          animation: anim-3 3.2s ease-in-out infinite 0.6s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim-3 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(135deg) translateX(40px) scale(1);
            transform: rotate(135deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(135deg) translateX(0) scale(1.5);
            transform: rotate(135deg) translateX(0) scale(1.5);
  }
}

@keyframes anim-3 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(135deg) translateX(40px) scale(1);
            transform: rotate(135deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(135deg) translateX(0) scale(1.5);
            transform: rotate(135deg) translateX(0) scale(1.5);
  }
}

.item-4 {
  -webkit-animation: anim-4 3.2s ease-in-out infinite 0.8s;
          animation: anim-4 3.2s ease-in-out infinite 0.8s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim-4 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(180deg) translateX(40px) scale(1);
            transform: rotate(180deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(180deg) translateX(0) scale(1.5);
            transform: rotate(180deg) translateX(0) scale(1.5);
  }
}

@keyframes anim-4 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(180deg) translateX(40px) scale(1);
            transform: rotate(180deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(180deg) translateX(0) scale(1.5);
            transform: rotate(180deg) translateX(0) scale(1.5);
  }
}

.item-5 {
  -webkit-animation: anim-5 3.2s ease-in-out infinite 1s;
          animation: anim-5 3.2s ease-in-out infinite 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim-5 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(225deg) translateX(40px) scale(1);
            transform: rotate(225deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(225deg) translateX(0) scale(1.5);
            transform: rotate(225deg) translateX(0) scale(1.5);
  }
}

@keyframes anim-5 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(225deg) translateX(40px) scale(1);
            transform: rotate(225deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(225deg) translateX(0) scale(1.5);
            transform: rotate(225deg) translateX(0) scale(1.5);
  }
}

.item-6 {
  -webkit-animation: anim-6 3.2s ease-in-out infinite 1.2s;
          animation: anim-6 3.2s ease-in-out infinite 1.2s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim-6 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(270deg) translateX(40px) scale(1);
            transform: rotate(270deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(270deg) translateX(0) scale(1.5);
            transform: rotate(270deg) translateX(0) scale(1.5);
  }
}

@keyframes anim-6 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(270deg) translateX(40px) scale(1);
            transform: rotate(270deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(270deg) translateX(0) scale(1.5);
            transform: rotate(270deg) translateX(0) scale(1.5);
  }
}

.item-7 {
  -webkit-animation: anim-7 3.2s ease-in-out infinite 1.4s;
          animation: anim-7 3.2s ease-in-out infinite 1.4s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim-7 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(315deg) translateX(40px) scale(1);
            transform: rotate(315deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(315deg) translateX(0) scale(1.5);
            transform: rotate(315deg) translateX(0) scale(1.5);
  }
}

@keyframes anim-7 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(315deg) translateX(40px) scale(1);
            transform: rotate(315deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(315deg) translateX(0) scale(1.5);
            transform: rotate(315deg) translateX(0) scale(1.5);
  }
}

.item-8 {
  -webkit-animation: anim-8 3.2s ease-in-out infinite 1.6s;
          animation: anim-8 3.2s ease-in-out infinite 1.6s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim-8 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(360deg) translateX(40px) scale(1);
            transform: rotate(360deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(360deg) translateX(0) scale(1.5);
            transform: rotate(360deg) translateX(0) scale(1.5);
  }
}

@keyframes anim-8 {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(360deg) translateX(40px) scale(1);
            transform: rotate(360deg) translateX(40px) scale(1);
  }
  10%,
  50% {
    -webkit-transform: rotate(360deg) translateX(0) scale(1.5);
            transform: rotate(360deg) translateX(0) scale(1.5);
  }
}

@-webkit-keyframes center {
  0%,
  10%,
  90%,
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45%,
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes center {
  0%,
  10%,
  90%,
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45%,
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */