/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,600");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  box-sizing: border-box; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.icon {
  width: .8rem;
  height: .8rem;
  background-repeat: no-repeat;
  display: inline-block; }

.icon-iblock {
  display: inline-block; }

.icon-downArrow {
  background-image: url("../img/downArrow.svg"); }

.icon-upArrow {
  background-image: url("../img/upArrow.svg"); }

.icon-downV {
  background-image: url("../img/downV.svg"); }

.icon-upV {
  background-image: url("../img/upV.svg"); }

.icon-leftArrow {
  background-image: url("../img/leftArrow.svg"); }

.icon-rightArrow {
  background-image: url("../img/rightArrow.svg"); }

.icon-loopBackArrow {
  background-image: url("../img/loopBackArrow.svg"); }

.icon-tennisBall {
  background-image: url("../img/tennisBall.svg"); }

.icon-plus {
  background-image: url("../img/plus.svg"); }

.icon-minus {
  background-image: url("../img/minus.svg"); }

.icon-hamburger {
  background-image: url("../img/hamburger.svg"); }

.icon-kebab {
  background-image: url("../img/kebab.svg"); }

.icon-faultBall {
  background-image: url("../img/faultBall.svg"); }

.icon-doubleFaultBall {
  background-image: url("../img/doubleFaultBall.svg"); }

.icon-kebab {
  width: .225rem; }

body {
  font-family: Fira Sans;
  font-size: 1rem;
  font-weight: 500;
  color: #0c4c49;
  line-height: 1.2; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0; }

strong {
  font-weight: 600; }

p {
  margin: 0; }

h2.score {
  font-size: 4.0rem; }

h2.score.serve.one::before,
h2.score.serve.two::after {
  content: url("../img/tennis-ball.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 1.75rem; }

h2.score.one::before {
  left: 1.5rem; }

h2.score.two::after {
  right: 1.5rem; }

.w100 {
  width: 100%;
  height: auto; }

table.table {
  background: #e9ecef;
  margin-top: -0.4rem; }

table.table td {
  padding: 0.25rem;
  text-align: center; }

table.table th {
  padding: 0.5rem; }

table.table th {
  border-top: none; }

.container-scoreboard {
  margin-bottom: 1.5rem; }

.androidContainer {
  width: 22.5rem;
  height: 38.5rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(33, 110, 130, 0.3);
  position: relative;
  overflow-y: scroll; }
  .androidContainer.results {
    background-color: #f2f2f0; }

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

.questions,
.question-text > div {
  display: none; }

.questions .btn {
  margin-bottom: 1.0rem; }

.questions .bip {
  margin-top: -1rem; }

.questions .fault,
.questions .back {
  height: 70px; }

/* 
  some bug in the jquery flip plugin that is adding backface-visibility to
  every child, so need to set the transform-style on the button that
  contains the icons so they hide properly
*/
.questions .fault,
.questions .doubleFault {
  transform-style: preserve-3d; }

.questions .winner {
  height: 120px; }

.question-text {
  margin-bottom: -.75rem; }

.linkFill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.row [class^=col-] {
  padding-bottom: 1rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 2rem !important; }

.u-margin-top-medium {
  margin-top: 2rem !important; }

.isHidden {
  display: none; }

.navigation {
  align-items: baseline;
  margin-bottom: .75rem; }

.navigationButton {
  font-size: 0.875rem;
  font-family: Fira Sans;
  text-transform: uppercase;
  font-weight: 500;
  color: #1baaa5;
  background-color: transparent;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem; }
  .navigationButton > :nth-child(2) {
    margin-left: .25rem; }
  .navigationButton > svg {
    width: auto; }
  .navigationButton.pass {
    text-align: right; }
  .navigationButton.disabled {
    color: rgba(27, 170, 165, 0.7); }
    .navigationButton.disabled .arrow {
      fill: rgba(27, 170, 165, 0.7); }
  .navigationButton .arrow {
    display: inline-block;
    fill: #1baaa5; }

.breadcrumbs {
  margin-left: -0.5rem;
  text-align: center; }

.breadcrumbs-dot {
  display: inline-block;
  padding: top;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f2f2f0; }
  .breadcrumbs-dot ~ .breadcrumbs-dot {
    margin-left: .35rem; }

.breadcrumbs > div.active {
  border-color: #1baaa5;
  background-color: #1baaa5; }

.scoreboard {
  color: #0c4c49;
  text-align: center;
  display: flex;
  padding: 1.125rem 1rem 1rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 7px rgba(48, 68, 66, 0.6);
  margin-top: 1.5rem; }

.scoreboard_playerScore {
  width: 42.5%; }

.scoreboard_playerName {
  margin-bottom: .5rem; }

.scoreboard_scoreGroup {
  display: flex;
  align-items: center; }
  .scoreboard_scoreGroupP1 .scoreboard_scoreNum {
    padding: 0 1.75rem 0 1.5rem; }
  .scoreboard_scoreGroupP1 .scoreboard_scoreIconGroup {
    left: 0.3rem; }
  .scoreboard_scoreGroupP2 {
    justify-content: flex-end; }
    .scoreboard_scoreGroupP2 .scoreboard_scoreNum {
      padding: 0 1.5rem 0 1.75rem; }
    .scoreboard_scoreGroupP2 .scoreboard_scoreIconGroup {
      right: 0.75rem; }

.scoreboard_scoreIconGroup {
  height: 4rem;
  position: relative; }
  .scoreboard_scoreIconGroup * {
    position: absolute; }
  .scoreboard_scoreIconGroup > :nth-child(1) {
    top: 0; }
  .scoreboard_scoreIconGroup > :nth-child(2) {
    top: 33%; }
  .scoreboard_scoreIconGroup > :nth-child(3) {
    top: 66%; }

.scoreboard_scoreNum {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: #0c4c49;
  margin: 0;
  flex: auto; }

.scoreboard_setScoreGroup {
  text-align: center;
  opacity: 0.8;
  color: #0f6160;
  width: 15%; }

.scoreboard_setScores {
  display: flex;
  justify-content: center; }

.scoreboard_setScoreTitle {
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-size: 0.8125rem; }

.scoreboard_playerOneSets {
  padding-right: .5rem;
  margin-right: .5rem;
  border-right: 1px solid #1baaa5; }

.scoreboard_setNums {
  padding-top: .125rem;
  padding-bottom: .125rem; }

.scoreboardH {
  padding: 1.125rem; }

.scoreboardH_column > :first-child {
  padding-bottom: .5rem; }
.scoreboardH_column > :nth-child(2n) {
  padding-top: .5rem;
  border-top: 1px solid rgba(27, 170, 165, 0.4); }
.scoreboardH_column.isActive > :nth-child(2) {
  border-top: 2px solid #1baaa5; }

.scoreboardH_playerNames {
  text-align: left;
  width: 60%; }

.scoreboardH_setScores {
  display: flex;
  flex-direction: row;
  justify-items: space-between;
  width: 40%; }
  .scoreboardH_setScores > * {
    width: 25%; }

.hidden {
  display: none !important; }

.resultsContainer {
  padding: 1rem;
  margin-top: 241px; }

.results-rowCentering {
  display: flex;
  align-items: center;
  justify-content: space-evenly; }
  .results-rowCentering > :nth-child(1) {
    width: 35%; }
  .results-rowCentering > :nth-child(2) {
    flex: 1 0 3rem;
    text-align: center; }
  .results-rowCentering > :nth-child(3) {
    width: 35%;
    text-align: right; }

.resultsSet {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(48, 68, 66, 0.35); }

.resultsSet_title {
  padding: 1rem;
  border-bottom: 1px solid rgba(27, 170, 165, 0.37); }

.resultsSet_score {
  letter-spacing: 2px; }

.resultsGame:not(:last-of-type) {
  border-bottom: 1px dashed rgba(27, 170, 165, 0.4); }

.resultsGame_title {
  font-weight: 400;
  padding: .75rem 1.25rem; }
  .resultsGame_title:first-of-type {
    padding-top: 1rem; }

.resultsGame_score {
  letter-spacing: 1px; }
  .resultsGame_score.serveP1 {
    padding-right: 0.95rem; }
    .resultsGame_score.serveP1::before {
      content: url("../img/tennisBall.svg");
      display: inline-block;
      height: 0.75rem;
      width: 0.75rem;
      padding-right: 0.2rem; }
  .resultsGame_score.serveP2 {
    padding-left: 0.95rem; }
    .resultsGame_score.serveP2::after {
      content: url("../img/tennisBall.svg");
      display: inline-block;
      height: 0.75rem;
      width: 0.75rem;
      padding-left: 0.2rem; }

.resultsGame_content {
  padding: .5rem 1.5rem 0;
  background-color: rgba(27, 170, 165, 0.07); }

.resultsPoint {
  font-weight: 400;
  font-size: 0.8rem;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-bottom: .75rem;
  display: flex; }
  .resultsPoint .resultsPoint_score {
    font-size: 0.9rem;
    letter-spacing: 1px; }
  .resultsPoint .resultsPoint-p1Point::before {
    content: "";
    display: inline-block;
    height: 0.75rem;
    width: 0.75rem;
    padding-right: 0.2rem; }
  .resultsPoint .resultsPoint-p2Point::after {
    content: "";
    display: inline-block;
    height: 0.75rem;
    width: 0.75rem;
    padding-left: 0.2rem; }
  .resultsPoint .resultsPoint-p1Point.fault::before,
  .resultsPoint .resultsPoint-p2Point.fault::after {
    content: url("../img/faultBall.svg"); }
  .resultsPoint .resultsPoint-p1Point.doubleFault::before,
  .resultsPoint .resultsPoint-p2Point.doubleFault::after {
    content: url("../img/doubleFaultBall.svg"); }
  .resultsPoint-p2 {
    padding-left: 1rem; }

.analysisContainer {
  z-index: 1;
  position: relative;
  top: 215px;
  padding: 0 1rem 2rem;
  border-bottom: 10px solid transparent;
  border-image: linear-gradient(135deg, #94d142, #1baaa5 100%);
  border-image-slice: 1; }
  .analysisContainer h2 {
    font-size: 1rem;
    font-weight: 500; }

.analysisHr {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(27, 170, 165, 0.25);
  margin: 1.75rem 0; }

.analysisTabs {
  display: flex;
  justify-content: space-evenly;
  padding: .75rem 1rem 0;
  background-color: #f4fbfb;
  text-align: center;
  z-index: 0;
  margin-left: -1rem;
  margin-right: -1rem; }

.analysisTabs_item {
  flex: auto;
  position: relative;
  padding: .8rem .5rem .5rem;
  border-top: 5px solid #f4fbfb;
  width: calc(33% - 0.35rem); }
  .analysisTabs_item:nth-of-type(1) {
    margin-right: 0.175rem; }
  .analysisTabs_item:nth-of-type(2) {
    margin: 0 0.175rem; }
  .analysisTabs_item:nth-of-type(3) {
    margin-left: 0.175rem; }
  .analysisTabs_item.isActive {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    border-top-color: #f6ea00;
    box-shadow: 0 1px 5px rgba(48, 68, 66, 0.35); }

.analysisTabs_bottomCover {
  background: #fff;
  z-index: 10;
  position: relative;
  min-height: 10px;
  display: block; }

.gradientBox {
  width: 1.75rem;
  height: 1rem;
  border-radius: 5px;
  display: inline-block;
  margin-left: .35rem;
  margin-bottom: -.125rem; }
  .gradientBox-p1 {
    background: linear-gradient(135deg, rgba(246, 234, 0, 0.58), rgba(251, 197, 23, 0.58) 100%); }
  .gradientBox-p2 {
    background: linear-gradient(135deg, #9ddad8 20%, #c7d2e9 100%); }

.stats_percentage {
  font-weight: 400;
  font-style: italic; }

.ypb {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .ypb_header {
    margin-bottom: 1rem; }

.ypb_stats {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  position: relative; }
  .ypb_stats > * {
    width: 45%; }

.ypb_positive {
  display: flex;
  flex-direction: column; }

.stackedBar {
  background-color: #f2f2f0;
  min-height: .2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .stackedBar.isAnimating {
    height: 0 !important;
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.ypb_points {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 400;
  display: block; }
  .ypb_points > span {
    font-size: .9rem;
    font-weight: 400;
    display: block; }

.ypb_errorsForced {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  min-height: 20px; }
  .ypb_errorsForced > * {
    width: 50%; }
  .ypb_errorsForced > :first-child {
    margin-right: .75rem; }
  .ypb_errorsForced .ypb_points {
    text-align: right; }
  .ypb_errorsForced .stackedBar {
    height: 20px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(45deg, rgba(27, 170, 165, 0.58), rgba(148, 209, 66, 0.58) 100%); }

.ypb_winners {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  min-height: 52px; }
  .ypb_winners > * {
    width: 50%; }
  .ypb_winners > :first-child {
    margin-right: .75rem; }
  .ypb_winners .ypb_points {
    text-align: right; }
  .ypb_winners .stackedBar {
    height: 52px;
    background: linear-gradient(-135deg, rgba(148, 209, 66, 0.58), rgba(246, 234, 0, 0.58) 100%); }

.ypb_unforcedErrors {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  min-height: 120px; }
  .ypb_unforcedErrors > * {
    width: 50%; }
  .ypb_unforcedErrors > :first-child {
    margin-right: .75rem; }
  .ypb_unforcedErrors .ypb_points {
    text-align: left; }
  .ypb_unforcedErrors .stackedBar {
    height: 120px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(45deg, rgba(246, 234, 0, 0.58), rgba(253, 108, 62, 0.58) 80%); }

.pointsWonLost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }
  .pointsWonLost_meta {
    font-weight: 400;
    font-size: .9rem; }
  .pointsWonLost_points {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1; }
    .pointsWonLost_points:nth-of-type(4) {
      color: rgba(15, 97, 96, 0.25); }
  .pointsWonLost_slash {
    color: rgba(15, 97, 96, 0.25); }

.hBarGraph {
  margin-bottom: 1rem; }

.hBarGraph_xAxisLabel {
  text-align: right;
  color: #1baaa5;
  font-size: .9rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin-bottom: .5rem; }

.hBarGraph_barGroup {
  display: flex;
  align-items: center; }
  .hBarGraph_barGroup:first-of-type .hBarGraph_bar {
    padding-top: .35rem; }
  .hBarGraph_barGroup:last-of-type .hBarGraph_bar:last-of-type {
    padding-bottom: .35rem; }
  .hBarGraph_barGroup-tight .hBarGraph_bar {
    padding: 0 !important; }

.hBarGraph_yAxisLabel {
  text-align: right;
  padding-right: .75rem;
  width: 4.8rem;
  font-weight: 500;
  font-size: .9rem;
  line-height: 1; }

.hBarGraph_doubleBars {
  flex: 1 0 auto; }
  .hBarGraph_doubleBars > .hBarGraph_bar:first-child {
    padding: .35rem 0; }
  .hBarGraph_doubleBars > .hBarGraph_bar:last-child {
    padding-top: 0; }
  .hBarGraph_doubleBars > .hBarGraph_bar:last-child .hBar {
    background: linear-gradient(135deg, #9ddad8 20%, #c7d2e9 100%); }
  .hBarGraph_doubleBars .hBarGraph_doubleBarsRow:last-child .hBar {
    background: linear-gradient(135deg, #9ddad8 20%, #c7d2e9 100%); }
  .hBarGraph_doubleBars .hBarGraph_doubleBarsRow:first-child .hBarGraph_bar {
    padding: .35rem 0; }
  .hBarGraph_doubleBars .hBarGraph_doubleBarsRow:last-child .hBarGraph_bar {
    padding-top: 0; }

.hBarGraph_doubleBarsRow {
  display: flex;
  align-items: center;
  margin-top: .15rem;
  margin-bottom: .15rem; }

.hBarGraph_bar {
  flex: 1 0 auto;
  background-color: #f9f9f8;
  border-radius: 5px;
  margin-top: -.15rem;
  margin-bottom: -.15rem;
  padding: .75rem 0;
  position: relative; }

.hBarGraph_barTotalLabel {
  width: 1rem;
  margin-left: .5rem;
  font-weight: 400; }

.hBar {
  height: 1.8rem;
  min-width: .2rem;
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(246, 234, 0, 0.58), rgba(251, 197, 23, 0.58) 100%); }
  .hBar.green {
    background: linear-gradient(135deg, rgba(246, 234, 0, 0.58), rgba(148, 209, 66, 0.58) 100%); }
  .hBar.red {
    background: linear-gradient(135deg, rgba(246, 234, 0, 0.58) 0%, rgba(253, 108, 62, 0.58) 80%); }
  .hBar.blue {
    background: linear-gradient(135deg, #9ddad8 20%, #c7d2e9 100%); }
  .hBar .stats_rawNum {
    position: absolute;
    left: .75rem;
    top: .4rem; }
  .hBar .stats_percentage {
    position: absolute;
    top: .4rem; }
    .hBar .stats_percentage:not(.full), .hBar .stats_percentage:not(.tooSmall) {
      right: -2.5rem; }
    .hBar .stats_percentage.full {
      right: .75rem; }
    .hBar .stats_percentage.tooSmall {
      left: 2.5rem; }
  .hBar.isAnimating {
    width: 0 !important;
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hBar.pointsWonLost_winners {
    width: 13%;
    background: linear-gradient(135deg, rgba(246, 234, 0, 0.58), rgba(148, 209, 66, 0.58) 100%); }
  .hBar.pointsWonLost_errorsForced {
    width: 5%;
    background: linear-gradient(135deg, rgba(246, 234, 0, 0.58), rgba(148, 209, 66, 0.58) 100%); }
    .hBar.pointsWonLost_errorsForced .stats_percentage {
      left: 2.5rem; }
  .hBar.pointsWonLost_unforcedErrors {
    width: 29%;
    background: linear-gradient(135deg, #9ddad8 20%, #c7d2e9 100%); }

.js-hBarFillBg {
  position: absolute;
  width: 100%;
  height: 1.8rem;
  border-radius: 5px;
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.hBarGraph_bar.isTooltipActive .js-hBarFillBg {
  background-color: rgba(27, 170, 165, 0.07); }

.analysisOnboarding {
  position: absolute;
  top: 207px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(12, 76, 73, 0.6);
  z-index: 200;
  opacity: 0;
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .analysisOnboarding.isActive {
    opacity: 1;
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .analysisOnboarding.isHidden {
    display: none; }
  .analysisOnboarding_text {
    color: #fff;
    position: absolute;
    width: 72%;
    top: 4.5rem;
    left: 5.6rem; }
  .analysisOnboarding_gotIt {
    color: #fff;
    font-weight: 500;
    padding: 1rem 2rem;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    border: 1px solid #fff; }
  .analysisOnboarding_arrow {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 6.3rem; }
  .analysisOnboarding .hBarGraph_yAxisLabel {
    color: #fff; }

.js-analysisOnboardingExample {
  z-index: 2001;
  padding: 1rem;
  margin-top: 11.9rem; }

.noScroll {
  overflow-y: hidden; }

.tooltipContainer {
  position: absolute;
  overflow: hidden;
  width: 110%;
  padding: 0 1%;
  margin-left: -1.75rem;
  height: 0; }
  .tooltipContainer.isActive {
    height: 7.5rem; }
  .tooltipContainer.above {
    top: -7.5rem; }
  .tooltipContainer .below {
    bottom: -7.5rem; }

.tooltip {
  position: relative;
  z-index: 10;
  border-radius: 5px;
  padding: .75rem;
  max-height: 6rem;
  background: #fff;
  box-shadow: 0 2px 7px rgba(15, 97, 96, 0.4);
  font-style: italic;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  opacity: 0;
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .tooltip.isActive {
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: visible;
    opacity: 1; }
  .tooltip.above {
    bottom: -8rem; }
    .tooltip.above.isActive {
      bottom: -0.8rem; }
  .tooltip.below {
    top: -8rem; }
    .tooltip.below.isActive {
      top: 0.8rem; }

.tooltip_arrow {
  position: absolute;
  left: 2.25rem;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5); }
  .tooltip_arrow:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #fff;
    transform: rotate(45deg);
    left: 0.5rem;
    box-shadow: 2px 2px 7px rgba(15, 97, 96, 0.4); }

.tooltip.above .tooltip_arrow {
  bottom: -2rem; }
  .tooltip.above .tooltip_arrow:after {
    top: -0.5rem; }

.tooltip.below .tooltip_arrow {
  top: -2rem; }
  .tooltip.below .tooltip_arrow:after {
    bottom: -0.5rem; }

.tooltip_descrip {
  letter-spacing: -0.0125rem;
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 500; }

.tooltip_equation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #0f6160; }
  .tooltip_equationFraction {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .tooltip_equationFraction > :first-child {
      padding: 0 .25rem .25rem;
      border-bottom: 1px solid #1baaa5; }
    .tooltip_equationFraction > :last-child {
      padding: .25rem .25rem 0; }
  .tooltip_equationMultiplies, .tooltip_equationEquals {
    padding: 0 .5rem;
    color: #1baaa5;
    font-weight: 500; }
  .tooltip_equationResult {
    font-weight: 500;
    font-size: 1.25rem; }

.slideTabs {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: .75rem / 50%;
  display: flex;
  justify-content: space-between; }

.slideTabs_item {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  padding: .25rem 1.5rem;
  border-radius: .75rem / 50%;
  flex: 1 0 auto;
  text-align: center;
  position: relative; }
  .slideTabs_item.isActive {
    background-color: #fff;
    color: #0f6160 !important; }
  .slideTabs_item .linkFill {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.header {
  color: #fff;
  background: linear-gradient(135deg, #1baaa5, #0f6160 100%);
  padding: 1rem;
  padding-top: 0.5rem;
  box-shadow: 0 2px 4px rgba(48, 68, 66, 0.75);
  position: relative; }

.header-analysis,
.header-results {
  position: fixed !important;
  width: 360px;
  z-index: 100; }

.header_androidStatusBar {
  background-image: url("../img/androidStatusbar.svg");
  background-repeat: no-repeat;
  height: .875rem;
  width: 5.625rem;
  margin-bottom: .5rem;
  position: absolute;
  right: .35rem;
  top: .35rem; }

.header_topNav {
  margin-bottom: .75rem;
  display: flex;
  flex-direction: row; }
  .header_topNavHamburger {
    margin-right: 1rem;
    position: relative; }
  .header_topNavKebab {
    margin-left: auto;
    position: relative; }

.header_breadcrumbs {
  font-weight: 400;
  font-size: 0.66667rem;
  text-transform: uppercase; }

.header_title {
  font-size: 1.125rem;
  font-weight: 600; }

.session {
  box-shadow: 0 1px 2px rgba(33, 110, 130, 0.3);
  padding: 0;
  margin: 1rem 1rem 0.95rem 1rem;
  border-radius: 3px;
  height: 7.5rem; }
  .session .session_bg {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 3px 0 0 3px; }
  .session .session_img {
    width: 5rem;
    height: 100%;
    border-radius: 3px 0 0 3px;
    float: left;
    position: relative; }
    .session .session_img.clay {
      background-color: #fd6c3e; }
    .session .session_img.hardCourt {
      background-color: #1442a2; }
    .session .session_img.grass {
      background-color: #73aa29; }
    .session .session_img > img {
      position: absolute;
      bottom: 0;
      width: 100%; }
  .session .session_info {
    padding: 0.6rem;
    margin-left: 5.25rem; }
    .session .session_info .session_name {
      color: #0f6160; }
    .session .session_info .session_scoreboard {
      font-size: 0.95rem;
      font-weight: 400;
      color: #216e82;
      letter-spacing: 0.025rem;
      padding: 0rem;
      margin: 0.5rem 0 0.5rem 0;
      width: 100%;
      border-collapse: collapse; }
      .session .session_info .session_scoreboard td.won {
        font-weight: 500; }
      .session .session_info .session_scoreboard tr {
        border-bottom: 1px solid #ddd;
        padding: 0.5rem;
        height: 1.7rem; }
        .session .session_info .session_scoreboard tr:last-child {
          border: 0; }
    .session .session_info .session_date {
      font-size: 0.95rem;
      font-weight: 400;
      color: #216e82;
      letter-spacing: 0.025rem;
      font-size: 0.75em; }

.sessions_button {
  position: fixed;
  top: 34.5rem;
  padding: 0 0.75rem 0 0;
  color: #0f6160;
  font-size: 2.25rem;
  border: 0;
  background: linear-gradient(135deg, #faf189, #fddc82);
  height: 4rem;
  width: 4rem;
  vertical-align: bottom;
  border-radius: 0 4rem 0 0;
  box-shadow: 0rem -0.04rem 0.5rem 0px rgba(0, 0, 0, 0.2); }
  .sessions_button:hover {
    cursor: pointer;
    color: #f6ea00;
    background: #fff; }

.sessions_check {
  width: 1rem;
  height: 1rem;
  display: inline;
  margin-left: 0.3rem; }

.sessions_icon {
  position: absolute;
  top: 0.35rem;
  right: 0.33rem;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center; }

.btn-floating {
  color: #0f6160;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  padding: 0;
  background: linear-gradient(135deg, #faf189, #fddc82);
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none; }
  .btn-floating.create {
    overflow: hidden;
    font-weight: 400;
    width: 3.25rem;
    height: 3.25rem;
    line-height: 2rem;
    border-radius: 3.25rem 0 0 0;
    font-size: 3rem;
    text-align: center;
    padding: 0.9rem 0 0 0.5rem;
    box-shadow: 0rem -0.04rem 0.5rem 0px rgba(0, 0, 0, 0.15); }
  .btn-floating.create:hover {
    background: #fdd873; }
  .btn-floating.pulse {
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 1.5s infinite; }

.btn-floating:hover {
  background-color: #26a69a; }

.btn-floating:before {
  border-radius: 0; }

.btn-floating.btn-large {
  width: 56px;
  height: 56px; }

.btn-floating.btn-large.halfway-fab {
  bottom: -28px; }

.btn-floating.btn-large i {
  line-height: 56px; }

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px; }

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px; }

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: absolute;
  top: 35.25rem;
  right: 0;
  z-index: 998; }

.fixed-action-btn.active ul {
  visibility: visible; }

.fixed-action-btn.horizontal {
  padding: 0 0 0 15px; }

.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px; }

.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
  text-align: center; }
  .fixed-action-btn.horizontal ul li:nth-child(1) {
    position: absolute;
    bottom: 79px;
    right: -70px; }
  .fixed-action-btn.horizontal ul li:nth-child(2) {
    position: absolute;
    bottom: 44px;
    right: -30px; }
  .fixed-action-btn.horizontal ul li:nth-child(3) {
    position: absolute;
    bottom: 8px;
    right: 0px; }

.fixed-action-btn.horizontal ul li .session_type {
  color: #0f6160;
  font-size: 0.9rem;
  background: #f2f2f0;
  text-align: center;
  box-shadow: 0 0 10px rgba(48, 68, 66, 0.4);
  border-radius: 1rem;
  padding: 0.3rem 0.7rem 0.3rem 2.25rem;
  display: inline;
  margin-left: -2rem;
  text-decoration: none; }
  .fixed-action-btn.horizontal ul li .session_type:hover {
    background: #ebebe8; }

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden; }

.fixed-action-btn ul li {
  margin-bottom: 15px; }

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0); }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s; }

.btn-flat:focus,
.btn-flat:active {
  background-color: transparent; }

.btn-flat:focus,
.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none; }

.btn-flat:active {
  background-color: rgba(0, 0, 0, 0.2); }

.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 18px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.5);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.5); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 18px rgba(204, 169, 44, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
.session_firstText {
  color: #1baaa5;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25rem; }

.session_firstImg {
  height: 50%;
  width: 50%;
  display: block;
  margin: 2.5rem auto 0 auto; }

.session_arrow {
  fill: #1baaa5;
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 1rem auto 0 10rem;
  transform: scaleX(-1) rotate(55deg); }

.question-text {
  position: relative;
  height: 4rem; }
  .question-text .q0, .question-text .q1, .question-text .q2, .question-text .q3, .question-text .q4 {
    position: absolute;
    top: 1.75rem;
    right: 0;
    left: 0; }
  .question-text h3 {
    font-family: "Fira Sans";
    font-size: 1.375rem;
    font-weight: 600;
    color: #0c4c49; }

.qBox {
  position: relative;
  width: 100%; }

.questions {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  .questions button.btn {
    background: transparent;
    box-shadow: 0 1px 2px rgba(33, 110, 130, 0.3);
    font-family: "Fira Sans";
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    color: #0c4c49;
    padding: 1.0rem; }
    .questions button.btn > svg {
      margin: 0 0 -0.1rem 0.5rem;
      height: 1.0rem;
      width: auto; }
    .questions button.btn .arrow {
      display: inline-block;
      fill: #0c4c49; }
    .questions button.btn .pName {
      font-size: 0.8125rem;
      font-weight: 500;
      color: #4d4d4d; }
      .questions button.btn .pName > .icon {
        margin-bottom: -0.1rem; }

html.noScrolling {
  overflow-x: hidden;
  overflow-y: auto; }
  html.noScrolling body {
    overflow-x: hidden;
    overflow-y: auto; }

.matchCreation {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.matchCreation_inputGroup {
  padding-bottom: .5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem; }

.matchCreation_playerGroup {
  display: flex; }

.matchCreation_player {
  width: 48%; }
  .matchCreation_player ~ .matchCreation_player {
    margin-left: 4%; }

.matchCreation_label {
  font-size: 0.75rem;
  letter-spacing: 0.0125rem;
  margin-bottom: .25rem; }

.matchCreation_input {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .matchCreation_input :last-child {
    margin-left: auto; }

.matchTypeDesc {
  font-size: 0.95rem;
  font-weight: 400;
  color: #216e82;
  letter-spacing: 0.025rem;
  color: #216e82;
  font-size: 0.85rem;
  text-align: center;
  margin: 1rem 0 0 0; }

.matchOption {
  min-height: 3.25rem;
  margin: 0.75rem 1rem 0 1rem;
  padding: 0 0 0.75rem 0;
  border-bottom: thin solid #f2f2f0; }
  .matchOption:nth-last-of-type(-n+4) {
    border: 0; }
  .matchOption:nth-last-child(4) {
    margin-bottom: 0;
    padding-bottom: 0; }
  .matchOption:nth-last-child(1) {
    margin-top: 0;
    padding: 0; }
  .matchOption .optionName {
    margin: 0rem 0rem 0.35rem 0;
    font-size: 1rem;
    color: 500;
    font-weight: 400; }
  .matchOption .optionDesc {
    font-size: 0.95rem;
    font-weight: 400;
    color: #216e82;
    letter-spacing: 0.025rem;
    color: #216e82;
    font-size: 0.75rem; }

.checkOptions {
  float: left; }

.checkBox {
  float: right; }

.checkboxContainer {
  width: 25px;
  margin: 20 100px;
  position: relative; }

.checkboxContainer label {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #ddd; }

.setsGroup {
  text-align: center; }
  .setsGroup .setBtn {
    display: none; }
  .setsGroup .setBtn:checked + .numberOfSets {
    background: #1baaa5;
    color: #fff;
    transition: background 300ms ease; }
  .setsGroup .numberOfSets {
    background: #fff;
    box-shadow: 0 1px 2px rgba(33, 110, 130, 0.3);
    border-radius: 5px;
    min-width: 4.5rem;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
    margin: 0.2rem;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #0f6160; }
    .setsGroup .numberOfSets:hover {
      background: #f7f7f7; }

.statsGroup {
  text-align: center;
  margin-top: 0.35rem;
  overflow: hidden; }
  .statsGroup .statsBtn {
    display: none; }
  .statsGroup .statsBtn:checked + .statType {
    background: #1baaa5;
    color: #fff;
    transition: background 300ms ease; }
  .statsGroup .statType {
    background: #fff;
    box-shadow: 0 1px 2px rgba(33, 110, 130, 0.3);
    border-radius: 5px;
    min-width: 4.9rem;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
    margin: 0.2rem;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #0f6160; }
    .statsGroup .statType:hover {
      background: #f7f7f7; }

.courtGroup {
  text-align: center; }
  .courtGroup .courtBtn {
    display: none; }
  .courtGroup .courtBtn:checked + .courtType {
    background: #1baaa5;
    color: #fff;
    transition: background 300ms ease; }
  .courtGroup .courtType {
    background: #fff;
    box-shadow: 0 1px 2px rgba(33, 110, 130, 0.3);
    border-radius: 5px;
    width: 9.5rem;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
    margin: 0.2rem;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #0f6160; }
    .courtGroup .courtType:hover {
      background: #f7f7f7; }

.winCondGroup {
  text-align: center; }
  .winCondGroup .winCondBtn {
    display: none; }
  .winCondGroup .winCondBtn:checked + .winCond {
    background: #1baaa5;
    color: #fff;
    transition: background 300ms ease; }
  .winCondGroup .winCond {
    background: #fff;
    box-shadow: 0 1px 2px rgba(33, 110, 130, 0.3);
    border-radius: 5px;
    width: 9.5rem;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
    margin: 0.2rem;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #0f6160; }
    .winCondGroup .winCond:hover {
      background: #f7f7f7; }

.dropdown {
  float: right; }

.create_button {
  font-family: Fira Sans;
  font-size: 1rem;
  font-weight: 500;
  color: #0c4c49;
  line-height: 1.2;
  text-align: center;
  padding: 0 0.75rem 0 0;
  color: #216e82;
  border: 0;
  background: linear-gradient(135deg, #faf189, #fddc82);
  height: 3rem;
  width: 100%;
  border-radius: 5px;
  margin: -0.5rem 0 0 0; }
  .create_button:hover {
    cursor: pointer;
    background: #fdd873; }

.create_arrow {
  margin: 0rem 0 0 0.1rem;
  width: 1rem;
  height: 1rem;
  fill: #0f6160; }

.dropdown {
  margin-top: 0.6rem;
  margin-right: 0.1rem;
  position: relative; }
  .dropdown#last-set {
    width: 9rem; }
  .dropdown#num-set {
    width: 2rem; }
  .dropdown .selected {
    float: right;
    display: block; }
    .dropdown .selected .icon {
      margin-bottom: -0.2rem; }
    .dropdown .selected:hover {
      cursor: pointer; }
  .dropdown .dropdown-box {
    position: absolute;
    top: 1.5rem;
    right: 0;
    display: none;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(33, 110, 130, 0.3); }
    .dropdown .dropdown-box .dropdown-content {
      font-size: 0.9rem;
      font-weight: 400;
      background: #f7f7f7;
      min-width: 2rem;
      text-align: center;
      padding: 0.35rem 0.5rem 0.35rem 0.5rem; }
      .dropdown .dropdown-box .dropdown-content:hover {
        cursor: pointer;
        background: #fff;
        transition: background 0.5s; }

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
  -webkit-perspective: 240px;
  perspective: 240px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0; }

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1; }

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px; }

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 180px;
  position: absolute;
  top: 0;
  left: 0; }

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px; }

.carousel.carousel-slider .carousel-item p {
  font-size: 15px; }

.carousel .carousel-item {
  display: none;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none; }

.carousel .carousel-item > img {
  width: 100%; }

.carousel .carousel-item .create_courtName {
  margin: 0.5rem 0 0 0;
  text-align: center;
  color: #0f6160; }

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%; }

.carousel .indicators .indicator-item.active {
  background-color: #fff; }

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none; }

.create_tabLink {
  color: #fff;
  text-decoration: none; }

input[type="checkbox"] {
  opacity: 0; }

.checkBox label::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: thin solid #d1d3d4;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%); }

.checkBox label::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -0.85rem;
  margin-left: -0.55rem; }

.checkBox label {
  position: relative; }

.checkBox label::before,
.checkBox label::after {
  position: absolute; }

/*Outer-box*/
.checkBox label::before {
  top: 25px;
  left: -15px; }

/*Checkmark*/
.checkBox label::after {
  top: 27px;
  left: -11px; }

/*Hide the checkmark by default*/
.checkBox input[type="checkbox"] + label::after {
  content: none; }

/*Unhide the checkmark on the checked state*/
.checkBox input[type="checkbox"]:checked + label::after {
  content: ""; }

.checkBox input[type="checkbox"]:checked + label::before {
  background: #1baaa5;
  border: thin solid #1baaa5; }

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkBox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px; }

.create_selectedStats {
  margin: 0.25rem 0.25rem 0rem 0.3rem;
  line-height: 1.15rem;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: left;
  color: #757b7d;
  letter-spacing: 0.015rem; }

.create_statsOnboarding {
  margin: 0.1rem 0.25rem 0rem 0.3rem;
  line-height: 1.1rem;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: left;
  color: #757b7d;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 1.5rem;
  list-style: none; }

.create_tooltip {
  background: #f7f7f5;
  transition: background 0.3s ease;
  border-radius: 5px;
  margin: 0.3rem;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem; }

.serves, .errors, .strokes {
  display: none; }

.fidelityTitle {
  display: inline; }

#fidelity {
  opacity: 0;
  display: none; }

.fidelity {
  display: inline-block;
  color: #9ca1a3;
  border: thin solid #9ca1a3;
  font-weight: 400;
  padding: 0 0 0.1rem 0.05rem;
  border-radius: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  margin: 0 0 0.4rem 0.15rem; }
  .fidelity:hover {
    background: #f2f2f0;
    cursor: pointer; }

#fidelity:checked ~ label {
  color: #fff;
  background: #a9adaf;
  border: thin solid #a9adaf;
  transition: background 0.3s ease; }

#fidelity:checked ~ .statsGroup div {
  display: block; }

#fidelity:checked ~ .create-tooltip p {
  display: block; }

#serves:checked ~ .create_tooltip ul .serves {
  display: block; }

#errors:checked ~ .create_tooltip ul .errors {
  display: block; }

#strokes:checked ~ .create_tooltip ul .strokes {
  display: block; }

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