.avatarSelectModal {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.22), 0 12.5px px 0 rgba(0, 0, 0, 0.21);
  z-index: 1000;
  position: absolute;
  top: 20%;
  left: 2%;
  background-color: rgba(255, 255, 255, 0.95);
  color: black;
  padding: 0;
  height: 330px;
  width: 96%;
  border-radius: 10px; }
  .avatarSelectModal .avatarSelectModalSlider {
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 30px 0; }
  .avatarSelectModal h4 {
    font-family: "Cabin Sketch";
    padding: 0;
    margin: 20px 0 0;
    text-align: center; }
  .avatarSelectModal .avatarList {
    display: flex;
    flex-wrap: no-wrap;
    flex-direction: row; }
    .avatarSelectModal .avatarList .selectionAvatars {
      border-radius: 5px;
      height: 10em;
      margin: 0 20px;
      background-color: rgba(0, 128, 128, 0.1); }

.mockmodal:focus {
  outline: none; }

body {
  height: 660px !important;
  max-height: 660px !important; }

#tabletSizingDiv {
  background: url(../img/background/bg4.png) no-repeat center center fixed;
  background-size: cover;
  z-index: 1;
  width: 538px !important;
  max-width: 538px !important;
  height: 712px !important;
  max-height: 712px !important;
  position: relative;
  overflow: hidden;
  border-radius: 10px; }

#mainContainer {
  background-color: #00BEBE;
  position: absolute;
  left: 0;
  top: 0;
  height: 600px;
  width: 94%;
  margin: 18% 3% 0% 3%;
  border-radius: 4px;
  opacity: 0.95; }

.btnDiv {
  margin: 0;
  margin-top: -1em;
  min-width: 50%; }
  .btnDiv h6 {
    position: relative;
    top: 17px;
    left: -5px; }

.avatarChoose {
  margin-top: 0;
  width: 5em !important;
  height: 5em !important;
  overflow: hidden; }

.buttonAvatar {
  -webkit-filter: drop-shadow(2px 2px 1px white) drop-shadow(-2px -2px 1px white) drop-shadow(-2px 2px 1px white) drop-shadow(2px -2px 1px white);
  filter: drop-shadow(0 10px 0px white);
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  min-width: 75%;
  min-height: 75%;
  max-width: 100%;
  max-height: 100%;
  object-position: 50% 50%;
  object-fit: cover; }

.btnLabel {
  display: inline-block;
  width: 30%;
  line-height: 18px;
  font-size: 20px;
  color: black !important;
  font-family: "Cabin Sketch";
  text-transform: uppercase;
  box-sizing: border-box; }

.carouselContainer {
  margin: 10px 25px -10px;
  padding: 0;
  font-family: "Amatic SC";
  overflow: hidden;
  position: relative;
  width: 90%;
  height: 250px;
  max-height: 250px;
  position: relative;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%; }
  .carouselContainer .row {
    margin: 0;
    padding: 1% 0; }
  .carouselContainer .stick {
    position: relative;
    height: 250px;
    width: 400px; }
  .carouselContainer .card {
    padding: 0;
    width: 380px !important;
    min-width: 380px !important;
    display: inline-block !important;
    position: absolute;
    left: 37px;
    top: -8px;
    z-index: 1000;
    border-radius: 5px; }
    .carouselContainer .card .card-image {
      border-radius: 5px;
      overflow: hidden; }
  .carouselContainer .smallCard {
    height: 175px !important;
    min-height: 175px !important;
    width: 300px !important;
    display: inline-block !important;
    background-color: transparent;
    opacity: 0.5 !important;
    position: absolute !important;
    top: 30px;
    z-index: 500;
    border-radius: 5px; }
    .carouselContainer .smallCard .card-image {
      width: 300px !important;
      height: 175px !important;
      min-height: 175px !important;
      overflow: none;
      border-radius: 5px; }
    .carouselContainer .smallCard img {
      max-height: 100%;
      min-height: 100%;
      height: 100%; }
  .carouselContainer .smallCardLeft {
    left: 0px; }
  .carouselContainer .smallCardRight {
    left: 155px; }
  .carouselContainer .card-title {
    color: black !important;
    font-weight: bold;
    line-height: 12px;
    display: inline;
    width: 95%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 15px 10px !important;
    position: absolute;
    bottom: 10px;
    left: 0;
    border-radius: 0px 5px 5px 0px;
    z-index: 2000; }
  .carouselContainer .subfact {
    text-align: center;
    display: inline-block;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: normal;
    line-height: 13px;
    margin: 0;
    position: absolute;
    top: 0;
    padding: 10px; }

.childErrorModal {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.22), 0 12.5px px 0 rgba(0, 0, 0, 0.21);
  z-index: 1000;
  position: absolute;
  top: 40%;
  left: 7%;
  background-color: rgba(0, 128, 128, 0.7);
  padding: 2px;
  height: 155px;
  width: 86%;
  overflow-y: hidden;
  border-radius: 10px;
  text-align: center;
  color: white !important; }
  .childErrorModal .btn-floating {
    margin: 10px;
    position: absolute;
    top: 3px;
    right: 0px; }
  .childErrorModal .mockmodal-content {
    display: inline-block;
    margin: 5%;
    margin-top: 8%;
    margin-left: -3vw;
    width: 70%; }
  .childErrorModal h4:nth-of-type(1) {
    font-family: 'Amatic SC', cursive;
    font-size: 31px;
    margin-bottom: -10px;
    padding: 0; }
  .childErrorModal .errormodal-photo-container {
    max-width: 100px;
    min-width: 100px;
    margin: 8% 2% 10%;
    float: left;
    overflow: hidden;
    border-radius: 2px;
    height: 90px; }
  .childErrorModal .errormodal-photo {
    width: 80px; }
  .childErrorModal h5 {
    font-size: 16px !important;
    margin-bottom: -5px;
    margin-top: 8px; }
  .childErrorModal p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: Neucha !important;
    font-size: 12px;
    margin-bottom: 12px; }
  .childErrorModal .btn {
    background-color: #EE6E73; }
  .childErrorModal i {
    position: relative;
    top: 7px;
    left: -7px; }

.mockmodal:focus {
  outline: none; }

.childLandingContainer {
  margin: 40px 25px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  width: 90%;
  text-align: center;
  padding: .5em;
  border-radius: 5px; }
  .childLandingContainer h4 {
    font-family: "Cabin Sketch";
    font-size: 40px; }
  .childLandingContainer .btn-large {
    background-color: #D146D5 !important; }
  .childLandingContainer .card {
    display: inline-block;
    margin: 0 5px;
    min-width: 140px !important;
    min-height: 14em;
    border-radius: 10px; }
    .childLandingContainer .card .card-image {
      width: 100%;
      height: 130px;
      margin: 0;
      overflow: hidden; }
    .childLandingContainer .card img {
      margin: auto;
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      z-index: 1000; }
    .childLandingContainer .card .card-content {
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: rgba(0, 0, 0, 0.9);
      overflow-y: hidden;
      position: absolute;
      top: 63%; }
    .childLandingContainer .card h4 {
      margin: 0;
      white-space: nowrap;
      padding: 5px;
      width: 100%;
      font-size: 35px;
      text-align: center;
      color: white; }

.childLoginContainer {
  margin: 40px 25px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  width: 90%;
  height: 100%;
  text-align: center;
  padding: .5em;
  border-radius: 5px; }
  .childLoginContainer h4 {
    font-family: "Cabin Sketch";
    font-size: 24px;
    display: inline-block;
    padding: 0 5px; }
  .childLoginContainer a.top-right {
    position: absolute;
    top: 5px;
    right: 5px; }
  .childLoginContainer a:nth-of-type(1) {
    display: inline-block;
    margin: 0;
    position: relative; }
  .childLoginContainer a:nth-of-type(2) {
    display: inline-block;
    margin: 0;
    position: relative; }
  .childLoginContainer .top-right-btn {
    position: absolute !important;
    top: 5px;
    right: 5px;
    color: red; }
  .childLoginContainer .childUserSelectSlider {
    height: 175px;
    margin: 10px 2% 0;
    width: 96%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden; }
  .childLoginContainer .childUserList {
    display: flex;
    flex-wrap: no-wrap;
    flex-direction: row;
    margin: 20px 0;
    padding: 0;
    height: 200px; }
  .childLoginContainer .card {
    display: inline-block;
    margin: 0 5px;
    min-width: 140px !important;
    height: 140px;
    border-radius: 10px; }
    .childLoginContainer .card .card-image {
      width: 100%;
      height: 100px;
      margin: 0;
      overflow: hidden; }
    .childLoginContainer .card img {
      margin: auto;
      display: inline-block;
      max-width: 90%;
      max-height: 90%;
      object-fit: contain;
      z-index: 1000; }
    .childLoginContainer .card .card-content {
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: rgba(0, 0, 0, 0.9);
      overflow-y: hidden;
      position: absolute;
      top: 63%; }
    .childLoginContainer .card h4 {
      margin: 0;
      white-space: nowrap;
      padding: 5px;
      width: 100%;
      font-size: 27px;
      text-align: center;
      color: white; }
    .childLoginContainer .card .add-child-btn {
      margin: 0 !important;
      top: 15%; }

.childRegisterContainer {
  margin: 40px 25px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  width: 90%;
  height: 100%;
  text-align: center;
  padding: .5em;
  border-radius: 5px; }
  .childRegisterContainer .my-card-row {
    margin: 0 0 40px -1.6%;
    padding: 5px 60px;
    display: flex;
    flex-wrap: no-wrap;
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    background-color: #FF6D78;
    width: 103.2%;
    opacity: 0.9; }
  .childRegisterContainer .card {
    box-shadow: none !important;
    cursor: none;
    opacity: 0.9;
    display: inline-block;
    margin: 0 5px;
    max-width: 100px !important;
    height: 100px;
    border-radius: 10px;
    overflow: hidden; }
    .childRegisterContainer .card .card-image {
      height: 120px !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden; }
    .childRegisterContainer .card img {
      margin: 0;
      margin-top: -20px;
      display: inline-block;
      max-width: 120%;
      max-height: 120%;
      object-fit: cover !important; }
    .childRegisterContainer .card .card-content {
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: rgba(0, 0, 0, 0.9);
      overflow-y: hidden;
      position: absolute;
      top: 63%; }
    .childRegisterContainer .card h4 {
      margin: 0;
      white-space: nowrap;
      padding: 5px;
      width: 100%;
      font-size: 27px !important;
      text-align: center;
      color: white; }
  .childRegisterContainer h4 {
    font-family: "Cabin Sketch";
    font-size: 40px;
    font-weight: bold; }
  .childRegisterContainer p {
    margin: 0;
    margin-top: -10px;
    font-size: 25px;
    text-transform: uppercase;
    color: #FF005D;
    padding: 0;
    letter-spacing: 1.3px;
    font-weight: bold; }
  .childRegisterContainer .row:nth-of-type(1) {
    margin-top: 1em; }
  .childRegisterContainer .btn {
    margin: 20px;
    border-radius: 20px; }

.errormodal {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.5), 0 12.5px px 0 rgba(0, 0, 0, 0.6);
  z-index: 1000;
  position: absolute;
  top: 40%;
  left: 7%;
  background-color: #EEB436;
  color: #017575;
  padding: 2px;
  height: 155px;
  width: 86%;
  overflow-y: hidden;
  border-radius: 10px;
  text-align: center; }
  .errormodal i {
    font-size: 33px;
    padding: 0 2px; }
  .errormodal .btn-floating {
    margin: 10px;
    position: absolute;
    top: 3px;
    right: 0px; }
  .errormodal .mockmodal-content {
    display: inline-block;
    margin: 5%;
    margin-top: 8%;
    margin-left: -1em;
    width: 60%;
    font-size: 18px;
    line-height: 15px; }
  .errormodal .mockmodal-content-with-btn {
    display: inline-block;
    margin: 5%;
    margin-top: 8%;
    margin-left: -1%;
    margin-right: 1%;
    width: 70%;
    font-size: 18px;
    line-height: 15px; }
  .errormodal h4 {
    font-family: 'Amatic SC', cursive;
    font-size: 31px;
    margin-bottom: -10px;
    padding: 0; }
  .errormodal h4:nth-of-type(1) {
    font-size: 36px;
    margin-bottom: -25px;
    margin-top: -25px;
    padding: 0;
    font-weight: bold; }
  .errormodal h4:nth-of-type(2) {
    font-family: 'Amatic SC', cursive;
    font-size: 31px;
    margin-bottom: -15px;
    padding: 0;
    color: white; }
  .errormodal p {
    color: #DC2D00; }
  .errormodal .errormodal-photo-container {
    max-width: 100px;
    min-width: 100px;
    margin: 2% 2% 10%;
    float: left;
    overflow: hidden;
    border-radius: 30px;
    height: 130px;
    background-color: white; }
  .errormodal .errormodal-photo {
    width: 70px;
    background-color: white; }
  .errormodal h5 {
    font-size: 16px !important;
    margin-top: 20px;
    color: white; }
  .errormodal .buttonRow {
    margin-top: 15px; }
    .errormodal .buttonRow .btn {
      width: 38%;
      margin: 0 2px;
      line-height: 20px !important;
      padding-top: 2px; }
      .errormodal .buttonRow .btn .btn-subtext {
        width: 110%;
        line-height: 13px !important;
        color: white;
        font-size: 11px !important;
        margin: 0;
        padding: 0; }
    .errormodal .buttonRow .btn:nth-of-type(1) {
      margin-left: 12%; }

.mockmodal:focus {
  outline: none; }

.fc-event-containter {
  position: relative !important; }

.stickerEventMorning {
  height: 100px;
  width: 62px;
  background: url(../img/avatar/av1.png) no-repeat center center;
  background-size: 98%;
  border-radius: 15px;
  z-index: 1;
  margin-top: 40px; }

.stickerEventNight {
  height: 100px;
  width: 62px;
  background: url(../img/avatar/av10.png) no-repeat -1px center;
  background-size: 140%;
  z-index: 1;
  border-radius: 15px;
  position: absolute;
  top: 220px; }

.stickerEventMorningJustAdded {
  height: 100px;
  width: 62px;
  background: url(../img/avatar/av1.png) no-repeat center center;
  background-size: 98%;
  border-radius: 15px;
  z-index: 1;
  margin-top: 40px; }

.stickerEventEveningJustAdded {
  height: 100px;
  width: 62px;
  background: url(../img/avatar/av10.png) no-repeat -1px center;
  background-size: 140%;
  z-index: 1;
  border-radius: 15px;
  position: absolute;
  top: 220px; }

.fc-content-skeleton :nth-child(1) a {
  background-color: #D146D5; }

.fc-content-skeleton :nth-child(2) a {
  background-color: #EEB436; }

.fc-content-skeleton :nth-child(3) a {
  background-color: #D146D5; }

.fc-content-skeleton :nth-child(4) a {
  background-color: #D146D5; }

.fc-content-skeleton :nth-child(5) a {
  background-color: #EEB436; }

.fc-content-skeleton :nth-child(6) a {
  background-color: #017575; }

.fc-content-skeleton :nth-child(7) a {
  background-color: #017575; }

.fc-content-skeleton :nth-child(8) a {
  background-color: #EEB436; }

.fc-content-skeleton :nth-child(9) a {
  background-color: #017575; }

.fc-content-skeleton :nth-child(10) a {
  background-color: #D146D5; }

.fc-content-skeleton :nth-child(11) a {
  background-color: #017575; }

.fc-toolbar {
  padding: 10px 20px; }

.fc-toolbar h2 {
  font-family: "Amatic SC";
  font-size: 42px;
  font-weight: bold;
  padding: 10px;
  color: white; }

.fc-day-grid-container {
  background-color: #F6F0DA;
  overflow: hidden !important; }

.fc-day-header {
  font-family: "Amatic SC";
  font-size: 22px;
  padding: 10px 4px;
  color: white; }

.fc-button, .fc-button .fc-prev-button, .fc-button .fc-next-button {
  margin-top: 20px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 2px !important;
  display: inline-block;
  height: 36px !important;
  line-height: 36px;
  outline: 0;
  padding: 2% 20px !important;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #fff;
  font-family: Neucha !important;
  font-size: 20px !important;
  background-color: #017575 !important;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  opacity: 1 !important;
  background-image: none !important; }

.fc-button-group {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 36px;
  margin: 20px !important; }

.fc-button-group > * {
  margin: 0 0 0 1px !important; }

.fc-prev-button, .fc-next-button {
  margin-top: 0px !important;
  max-width: 30px !important;
  box-shadow: none; }

.fc-icon {
  margin: 0px !important;
  margin-left: -1em !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-family: Neucha !important;
  width: 2em; }

.fc-icon-left-single-arrow:after {
  font-size: 150%;
  top: 0;
  left: 0; }

.fc-icon-right-single-arrow:after {
  font-size: 150%;
  top: 0;
  left: 0; }

.fc-button:hover {
  background-color: #2bbbad !important; }

.fc-event-time {
  display: none; }

.fc-event .fc-time {
  display: none; }

.fc-event .fc-title {
  display: none; }

#google-button {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  color: slategray;
  width: 150px;
  border-radius: 2px;
  display: inline-block;
  height: 35px;
  outline: 0;
  text-transform: uppercase;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-tap-highlight-color: transparent; }
  #google-button span.icon {
    background: url("/img/icon/g-logo.png") transparent 0px 50% no-repeat;
    background-size: 25px 25px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 25px;
    margin-bottom: 2px;
    margin-left: -10px; }

#customBtn:hover {
  cursor: pointer; }

.largeBtn {
  margin: 4%;
  width: 90%;
  border-radius: 5px;
  font-family: "Neucha";
  font-size: 35px !important; }
  .largeBtn i {
    font-size: 40px !important; }

#loaderContainer {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 10px;
  position: fixed;
  top: 48%;
  left: 47%;
  z-index: 1100; }

.musicContainer .seekBase {
  height: 30px;
  width: 90%;
  border: 1px solid #cccccc; }

.musicContainer .seekLoad {
  height: 30px;
  width: 0;
  background-color: #E0EAF1; }

.musicContainer li {
  cursor: pointer; }

.navBar {
  position: absolute;
  width: 100%;
  height: 5em; }
  .navBar .fixed-action-btn {
    display: inline-block;
    position: relative;
    top: -.7em;
    padding: 1em 1em 0; }
    .navBar .fixed-action-btn img {
      -webkit-filter: drop-shadow(2px 2px 1px white) drop-shadow(-2px -2px 1px white) drop-shadow(-2px 2px 1px white) drop-shadow(2px -2px 1px white);
      filter: drop-shadow(2px 2px 1px white) drop-shadow(-2px -2px 1px white) drop-shadow(-2px 2px 1px white) drop-shadow(2px -2px 1px white);
      margin: 10%;
      vertical-align: middle;
      display: inline-block;
      min-width: 65%;
      min-height: 65%;
      max-width: 80%;
      max-height: 80%;
      object-position: 50% 50%;
      object-fit: contain; }
    .navBar .fixed-action-btn .btn-floating {
      width: 4.5em !important;
      height: 4.5em !important; }
    .navBar .fixed-action-btn .btn-floating {
      background-color: #FF6D78 !important; }
    .navBar .fixed-action-btn .sub-btn {
      padding-top: 3px; }
    .navBar .fixed-action-btn a.orange-mid {
      background-color: #E2681D !important; }
    .navBar .fixed-action-btn a.blue-dark {
      background-color: #017575 !important; }
    .navBar .fixed-action-btn a.yellow-mid {
      background-color: #EEA30C !important; }
    .navBar .fixed-action-btn a.purple-dark {
      background-color: #C006C1 !important; }
    .navBar .fixed-action-btn ul {
      top: 6em;
      width: 5em;
      padding: 0;
      margin: 0; }
  .navBar .logo-container-main {
    width: 400px;
    height: 80px;
    overflow: hidden;
    margin-top: -5px;
    position: relative;
    left: -25px; }
  .navBar .mainHeader {
    width: 380px; }

.parentLoginContainer {
  margin: 40px 25px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  width: 90%;
  height: 100%;
  text-align: center;
  padding: .5em;
  border-radius: 5px; }
  .parentLoginContainer h4 {
    font-family: "Amatic SC";
    font-size: 32px !important;
    margin: 0;
    font-weight: bold;
    margin-top: -3px;
    padding: 4px;
    padding-bottom: 0; }
  .parentLoginContainer p {
    margin: 0;
    margin-top: -1em;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #FF005D; }
  .parentLoginContainer .row {
    height: 20%;
    padding: 0;
    margin: 0; }
  .parentLoginContainer form {
    width: 96%;
    margin: 0 2%; }
  .parentLoginContainer form .row:nth-of-type(1) {
    margin-top: 10px; }
  .parentLoginContainer .pagination {
    margin: 5px 5px 5px 15px;
    padding: 4px 1px;
    height: 40px;
    width: 36% !important;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px !important;
    font-family: "Amatic SC";
    letter-spacing: 2px;
    font-weight: bold;
    position: relative; }
    .parentLoginContainer .pagination li {
      font-size: 22px !important;
      position: absolute;
      top: 5px;
      padding: 1px 9px;
      max-height: 30px;
      background-color: rgba(0, 0, 0, 0.14);
      width: 75px; }
    .parentLoginContainer .pagination li.active {
      background-color: #FF005D !important;
      font-weight: bold; }
    .parentLoginContainer .pagination li:nth-of-type(1) {
      left: 5px; }
    .parentLoginContainer .pagination li:nth-of-type(2).active {
      left: 5px; }
  .parentLoginContainer p {
    text-align: center;
    margin-top: -6px; }
  .parentLoginContainer .input-field {
    padding: 0;
    margin: .1em; }
  .parentLoginContainer .btn {
    margin: 1em;
    color: #017575;
    color: white; }
  .parentLoginContainer .btnRow {
    width: 90%;
    margin: 0 5%; }

.ng-fader {
  width: 400px;
  min-width: 400px;
  margin: 0 15px; }

.slideshowContainer {
  margin: 0 auto;
  margin-top: 4.5em;
  border-radius: 15px;
  overflow: hidden;
  padding: 5px;
  background-color: white;
  color: white; }

.subtitleForSlideshow {
  background-color: white; }

.songsContainer {
  width: 440px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  left: 49px;
  top: 270px;
  border-radius: 0px 0px 10px 10px;
  background-color: rgba(0, 0, 0, 0.6); }
  .songsContainer .btn {
    width: 110px !important;
    height: 110px !important;
    padding: 0 !important;
    margin: 10px;
    overflow: hidden !important;
    border-radius: 15px !important;
    position: relative; }
    .songsContainer .btn img {
      width: 100% !important;
      opacity: .95; }
  .songsContainer .songCard {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px; }
  .songsContainer .disabledOverlay {
    background-color: rgba(0, 0, 0, 0.6);
    cursor: not-allowed;
    width: 110px !important;
    height: 110px !important;
    border-radius: 15px !important;
    position: absolute;
    top: 0px;
    left: 0px; }
  .songsContainer .disabledOpacity {
    opacity: 0.1; }

.songContainer {
  width: 100%;
  background: url(../img/background/musicNote.png) no-repeat center center fixed;
  background-size: 40%;
  z-index: 1;
  padding: 0;
  height: 90%;
  margin: 10px 25px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.25);
  width: 90%;
  text-align: center;
  padding: .5em;
  border-radius: 5px; }

.songSelectTitle {
  opacity: 1; }
  .songSelectTitle .imgContainer {
    width: 10% !important;
    max-width: 10% !important;
    overflow: none;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100; }
  .songSelectTitle img {
    -webkit-filter: drop-shadow(2px 2px 1px white) drop-shadow(-2px -2px 1px white) drop-shadow(-2px 2px 1px white) drop-shadow(2px -2px 1px white);
    filter: drop-shadow(0 10px 0px white);
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    min-width: 75%;
    min-height: 75%;
    max-width: 100%;
    max-height: 100%;
    object-position: 50% 50%;
    object-fit: cover; }
  .songSelectTitle h4 {
    font-family: "Cabin Sketch";
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin: 0 10%;
    text-align: center; }
  .songSelectTitle p {
    margin: 0;
    margin-top: -7px;
    margin-bottom: 7px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center; }

.songSelectContainer {
  opacity: 1;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  padding: 0px 10px; }
  .songSelectContainer .achieved {
    color: #8bc34a;
    -webkit-filter: drop-shadow(2px 2px 1px white) drop-shadow(-2px -2px 1px white) drop-shadow(-2px 2px 1px white) drop-shadow(2px -2px 1px white);
    filter: drop-shadow(0 10px 0px white); }
  .songSelectContainer .midSmall {
    font-size: 3em !important;
    padding: 10px !important;
    display: inline-block !important; }
  .songSelectContainer i {
    margin-top: 20% !important;
    cursor: default; }
  .songSelectContainer .btn {
    width: 60px !important;
    height: 60px !important;
    padding: 0 !important;
    margin: 10px;
    overflow: hidden !important;
    border-radius: 15px !important;
    position: relative !important;
    left: 15px !important; }
    .songSelectContainer .btn img {
      width: 100% !important;
      opacity: .95; }
    .songSelectContainer .btn i {
      width: 40px;
      font-size: 4em !important;
      margin: 10px !important;
      margin-left: 0 !important;
      text-align: center; }
  .songSelectContainer .songCard {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px; }

.top-right-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  margin: 0 !important;
  z-index: 2000; }
