#seenspireSplashScreen {
  background-color: #f3f6fa;
  font-family: 'OpenSans-Regular', sans-serif;
}
#seenspireSplashScreen.dark {
  background-color: #060F28;
}

#seenspireSplashScreen .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -ms-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  text-align: center;
  width: 90vw;
}

#seenspireSplashScreen.loading {
  visibility: hidden;
}

#seenspireSplashScreen .icon {
  padding-bottom: 32px;
  height: 107px;
  background-repeat: no-repeat;
  background-size: 107px 107px;
  background-position: top center;
}

#seenspireSplashScreen.contentNotFound .icon {
  background-image: url(../assets/notifications/contentNotFound.svg);
}
#seenspireSplashScreen.contentNotFound.dark .icon {
  background-image: url(../assets/notifications/contentNotFound-dark.svg);
}

#seenspireSplashScreen.noSportEvents .icon {
  background-image: url(../assets/notifications/noSportEvents.svg);
}
#seenspireSplashScreen.noSportEvents.dark .icon {
  background-image: url(../assets/notifications/noSportEvents-dark.svg);
}

#seenspireSplashScreen.noContentToDisplay .icon {
  background-image: url(../assets/notifications/noContentToDisplay.svg);
}
#seenspireSplashScreen.noContentToDisplay.dark .icon {
  background-image: url(../assets/notifications/noContentToDisplay-dark.svg);
}

#seenspireSplashScreen.trialExpired .icon {
  background-image: url(../assets/notifications/trialExpired.svg);
}
#seenspireSplashScreen.trialExpired.dark .icon {
  background-image: url(../assets/notifications/trialExpired-dark.svg);
}

#seenspireSplashScreen.accountDeactivated .icon {
  background-image: url(../assets/notifications/accountDeactivated.svg);
}
#seenspireSplashScreen.accountDeactivated.dark .icon {
  background-image: url(../assets/notifications/accountDeactivated-dark.svg);
}

#seenspireSplashScreen.deviceLimit .icon {
  background-image: url(../assets/notifications/deviceLimit.svg);
}
#seenspireSplashScreen.deviceLimit.dark .icon {
  background-image: url(../assets/notifications/deviceLimit-dark.svg);
}

#seenspireSplashScreen .state {
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #2c2c2c;
  letter-spacing: 0;
  padding-bottom: 18px;
  text-transform: uppercase;
  width: 90vw;
}

#seenspireSplashScreen.dark .state {
  color: #f3f6fa;
}

#seenspireSplashScreen .description {
  font-weight: 400;
  font-size: 16px;
  color: #2c2c2c;
  letter-spacing: 0;
  line-height: 25px;
  padding-bottom: 50px;
  width: 90vw;
}

#seenspireSplashScreen.dark .description {
  color: #f3f6fa;
}

#seenspireSplashScreen .cornerWrap {
  position: absolute;
  right: 41px;
  bottom: 32px;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #181818;
  letter-spacing: 0;
  text-align: left;
}

#seenspireSplashScreen.dark .cornerText {
  color: #f3f6fa;
}

#seenspireSplashScreen .cornerText {
  opacity: 0.5;
  padding-bottom: 2px;
}

#seenspireSplashScreen .cornerLogo {
  width: 117px;
  height: 15px;
  background-image: url(../assets/common/seenspire-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#seenspireSplashScreen.dark .cornerLogo {
  background-image: url(../assets/common/seenspire-light.svg);
}

#seenspireSplashScreen .description div,
#seenspireSplashScreen .state div {
  display: none;
}

#seenspireSplashScreen.contentNotFound .description div:nth-child(1),
#seenspireSplashScreen.contentNotFound .state div:nth-child(1) {
  display: block;
}

#seenspireSplashScreen.noContentToDisplay .description div:nth-child(2),
#seenspireSplashScreen.noContentToDisplay .state div:nth-child(2) {
  display: block;
}

#seenspireSplashScreen.trialExpired .description div:nth-child(3),
#seenspireSplashScreen.trialExpired .state div:nth-child(3) {
  display: block;
}

#seenspireSplashScreen.accountDeactivated .description div:nth-child(4),
#seenspireSplashScreen.accountDeactivated .state div:nth-child(4) {
  display: block;
}

#seenspireSplashScreen.deviceLimit .description div:nth-child(5),
#seenspireSplashScreen.deviceLimit .state div:nth-child(5) {
  display: block;
}

#seenspireSplashScreen.noSportEvents .description div:nth-child(6),
#seenspireSplashScreen.noSportEvents .state div:nth-child(6) {
  display: block;
}
