.loader-spiral {
  animation: rotate 2s linear infinite;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transform-origin: center center;
}

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

@keyframes rotate {
 100%{
  transform: rotate(360deg);
 }
}

.loader-path {
  animation: dash 1.5s ease-in-out infinite;
  stroke: rgba(255,255,255,0.8);
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
}

@-webkit-keyframes dash {
 0% {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
 }
 50% {
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35px;
 }
 100% {
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124px;
 }
}

@keyframes dash {
 0% {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
 }
 50% {
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35px;
 }
 100% {
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124px;
 }
}

.modal-overlay {
  background-color: rgba(0,0,0,0.7);
  height: 100%;
  left: 0px;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 1000;
 }

.modal-dialog {
  background-color: #327894;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 830px;
 }

.modal-dialog .dialog-header {
  color: rgba(255,255,255,0.95);
  font: 2.4em 'Decima Bold';
  padding-top: 80px;
 }

.modal-dialog .dialog-body {
  color: rgba(255,255,255,0.8);
  font-size: 1.33em;
  padding: 60px 57px 50px 57px;
}

.dialog-body p {
  line-height: 1.6;
  padding: 0.5em 0 0.5em 0;
}

.decima-bold {
  font-family: 'Decima Bold';
}

.modal-dialog .dialog-footer {
  background-color: #1D4657;
  padding: 25px 45px 25px 0;
  text-align: right;
}

.dialog-footer .dialog-close-btn {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: rgba(255,255,255,0.8);
  font: 1.6em 'Decima Bold';
  padding-left: 20px;
  padding-right: 20px;
}

.dialog-footer .dialog-close-btn:hover {
  background-color: rgba(255,255,255,0.7);
  box-shadow: 0 2px 4px 0 #000;
  color: black;
  cursor: pointer;
}

.dialog-footer .dialog-close-btn:focus {
  outline: none;
}

html,
body {
  margin: 0;
  min-height: 100%;
  padding: 0;
}

body {
  background-attachment: fixed;
  background-color: #011118;
  background-image: linear-gradient(0deg, transparent 24%, rgba(0,191,165, .08) 25%, rgba(0,191,165, .08) 26%, transparent 27%, transparent 74%, rgba(0,191,165, .08) 75%, rgba(0,191,165, .08) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(0,191,165, .08) 25%, rgba(0,191,165, .08) 26%, transparent 27%, transparent 74%, rgba(0,191,165, .08) 75%, rgba(0,191,165, .08) 76%, transparent 77%, transparent);
  background-size: 70px 70px;
  color: rgba(255,255,255,0.86);
  font-family: "Decima Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  overflow-x: hidden;
}

button,
input {
  font-family: inherit;
}

.mobile-app-shell {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 16px 24px 22px 24px;
}

.mobile-topbar {
  box-sizing: border-box;
  padding: 12px 0 26px 0;
  width: 100%;
}

.mobile-title-row {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  min-height: 44px;
}

.mobile-title-spacer {
  flex: 0 0 44px;
  height: 40px;
}

.mobile-search-btn,
.mobile-search-close {
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.9);
  display: -webkit-flex;
  display: flex;
  height: 40px;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.mobile-search-btn .material-icons,
.mobile-search-close .material-icons {
  font-size: 26px;
}

.mobile-player-title {
  color: #FFF;
  flex: 1;
  font-family: "Decima Regular";
  line-height: 1;
  overflow: hidden;
  padding-top: 5px;
  text-align: center;
  white-space: nowrap;
}

.mobile-toggle-row {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  width: 72%;
}

.mobile-toggle-btn {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.72);
  color: rgba(255,255,255,0.48);
  flex: 1;
  font: 1.16em/1 "Decima Bold";
  height: 32px;
  padding-top: 5px;
}

.mobile-toggle-btn + .mobile-toggle-btn {
  border-left: none;
}

.mobile-toggle-btn.selected {
  background-color: rgba(255,255,255,0.86);
  color: #011118;
}

.mobile-court {
  background-color: #021B26;
  box-shadow: 0 0 100px 0 #1C4456;
  overflow: hidden;
  position: relative;
}

.mobile-court-background,
.mobile-court-canvas,
.mobile-court-grid,
.mobile-court-interactives,
.mobile-court-loading {
  left: 0;
  position: absolute;
  top: 0;
}

.mobile-court-background {
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.mobile-court-lines {
  display: block;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
}

.mobile-basket-overlay {
  display: block;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 2;
}

.mobile-court-canvas {
  shape-rendering: crispEdges;
  z-index: 2;
}

.mobile-court-interactives {
  z-index: 4;
}

.mobile-court-grid {
  shape-rendering: crispEdges;
}

.mobile-trav-box {
  fill: rgba(255,255,255,0);
  pointer-events: all;
  stroke: transparent;
  stroke-width: 1;
}

.mobile-trav-box.selected {
  fill: rgba(216,26,0,0.22);
  stroke: #D81A00;
  stroke-width: 3;
}

.mobile-trav-box.tooltip-highlight {
  fill: rgba(216,89,0,0.22);
  stroke: #D85900;
  stroke-width: 3;
}

.mobile-court-loading {
  background-color: rgba(0,0,0,0.68);
  z-index: 5;
}

.mobile-tooltip-instructions {
  background-color: #327894;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.45);
  box-sizing: border-box;
  color: #FFF;
  max-width: 170px;
  padding: 10px 12px 8px 12px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, -112%);
  transform: translate(-50%, -112%);
  transition: opacity 0.2s;
  z-index: 5;
}

.mobile-tooltip-instructions:after {
  border: 9px solid rgba(50,120,148,0);
  border-top-color: #327894;
  content: " ";
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: 100%;
}

.mobile-tooltip-txt {
  font: 0.86em/1.18 "Decima Bold";
  text-align: center;
}

.mobile-search-overlay {
  background-color: #1D4657;
  box-shadow: 0 0 100px 0 #1C4456;
  left: 50%;
  overflow: hidden;
  position: fixed;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1200;
}

.mobile-search-topbar {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  padding: 12px;
}

.mobile-search-input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #50BDEA;
  color: #FFF;
  flex: 1;
  font: 1.18em/1 "Decima Regular";
  margin-right: 10px;
  min-width: 0;
  padding: 9px 0 7px 0;
}

.mobile-search-input:focus {
  outline: none;
}

.mobile-search-input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.48);
}

.mobile-search-results {
  -webkit-overflow-scrolling: touch;
  background-color: #327894;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 0 12px 18px 12px;
  position: absolute;
  right: 0;
  top: 114px;
}

.mobile-search-results::-webkit-scrollbar {
  display: none;
}

.mobile-search-results .mobile-team-group:first-child .mobile-team-heading {
  padding-top: 22px;
}

.mobile-search-loading {
  padding-top: 80px;
  text-align: center;
}

.mobile-position-filters {
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  padding: 0 12px 12px 12px;
}

.mobile-position-filter {
  background-color: rgba(255,255,255,0.14);
  border: none;
  color: rgba(255,255,255,0.62);
  flex: 1;
  font: 0.78em/1 "Decima Bold";
  height: 30px;
  padding-top: 2px;
}

.mobile-position-filter.selected {
  background-color: rgba(255,255,255,0.82);
  color: #1D4657;
}

.mobile-team-group {
  padding-bottom: 12px;
}

.mobile-team-heading {
  color: rgba(255,255,255,0.92);
  font: 1.18em/1 "Decima Bold";
  padding: 13px 12px 8px 12px;
}

.mobile-team-players {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile-player-result {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #1B3340;
  display: block;
  margin: 0;
  padding: 9px 10px 8px 10px;
  text-align: left;
  width: 50%;
}

.mobile-player-result-name {
  display: block;
  font: 1.2em/1.14 "Decima Regular";
}

.mobile-player-result-team {
  color: rgba(255,255,255,0.56);
  display: block;
  font: 0.82em/1.25 "Decima Light";
  padding-top: 4px;
}

.modal-dialog {
  max-width: calc(100vw - 28px);
  width: calc(100vw - 48px);
}

.modal-dialog .dialog-header {
  font-family: "Decima Bold";
  font-size: 1.9em;
  line-height: 1.15;
  padding: 42px 24px 0 24px;
}

.modal-dialog .dialog-body {
  font-family: "Decima Light";
  font-size: 1.22em;
  padding: 34px 28px 32px 28px;
}

.decima-bold {
  font-family: "Decima Bold";
}

.dialog-body p {
  line-height: 1.4;
}

.modal-dialog .dialog-footer {
  padding: 18px 14px;
  text-align: center;
}

.dialog-footer .dialog-close-btn {
  background-color: rgba(255,255,255,0.86);
  border: none;
  color: #011118;
  font-family: "Decima Bold";
  font-size: 1.12em;
  padding: 11px 18px 9px 18px;
}

.dialog-footer .dialog-close-btn:hover {
  background-color: rgba(255,255,255,0.94);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.45);
  color: #011118;
}

