/*App mascot custom elements*/
.app-mascot{
  height: auto;
  min-height: 80px;
  width: 100%;
  max-width: 640px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  visibility: visible;
  animation: fadeIn 0.3s ease-out both;
  -webkit-animation: fadeIn 0.3s ease-out both;
  animation-delay: 0.1s;
  -webit-animation-delay: 0.1s;
}

@media screen and (max-width: 640px){
  .app-mascot{
    max-width: 92vw;
  }
}

.app-mascot .mascot-portrait{
  width: 80px;
  height: 80px;
  margin-right: 4px;
  flex: none;
  border-radius: 100%;
  border: 2px solid var(--theme_primary);
  overflow: hidden;
  box-shadow: 0px 0 8px rgba(0,0,0,0.125);
  -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
  position: relative;
  z-index: 1000;
}

.app-mascot .mascot-portrait .mascot-portrait-image{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  animation: mascotSpeakBob 0.3s ease-out both;
  -webkit-animation: mascotSpeakBob 0.3s ease-out both;
  animation-delay: 0.5s;
  -webit-animation-delay: 0.5s;
}

.app-mascot .mascot-portrait .mascot-portrait-image.Parrot{
  background-image: url("../img/mascot/parrot_square.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.app-mascot .mascot-portrait .mascot-portrait-image.Parrot.happy{
  background-image: url("../img/mascot/parrot_alt_square.png");
}

.app-mascot .mascot-portrait .mascot-portrait-image.Panda{
  background-image: url("../img/mascot/panda_square.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.app-mascot .mascot-portrait .mascot-portrait-image.Panda.happy{
  background-image: url("../img/mascot/panda_alt_square.png");
}

.app-mascot .mascot-portrait .mascot-background{
  background-image: var(--theme_background_image);
  background-size: 1000% auto;
  background-position: 25% 5%;
  filter: blur(0px);
  width: 100%;
  height: 100%;
}

.app-mascot .speech-tail{
  width: 8px;
  height: 12px;
  display: block;
  background: var(--bubbleTail_left);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: none;
  z-index: 1;
  animation: fadeRight 0.5s ease-out both;
  -webkit-animation: fadeRight 0.5s ease-out both;
  animation-delay: 0.5s;
  -webit-animation-delay: 0.5s;
}

.app-mascot .mascot-speech{
  height: auto;
  max-width: 100%;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  background: var(--theme_cardBackground);
  border-radius: 8px;
  box-shadow: 0px 0 8px rgba(0,0,0,0.125);
  -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
  color: var(--theme_textDark);
  animation: fadeRight 0.5s ease-out both;
  -webkit-animation: fadeRight 0.5s ease-out both;
  animation-delay: 0.5s;
  -webit-animation-delay: 0.5s;
}

/*profile mascot demo*/
div.mascotDemo{
  width: 64px;
  height: 64px;
  margin-bottom: -64px !important;
  background: rgba(255,255,255,0.1875);
  border: 2px solid var(--theme_background) !important;
  border-radius: 72px !important;
  z-index: 1000;
  display: block;
  position: relative;
  transform: translate(12px, -12px);
  box-shadow: 0px 0 8px rgba(0,0,0,0.125) !important;
  -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125) !important;
}

div.mascotDemo::after{
  width: 19px;
  height: 19px;
  margin-right: -19px;
  margin-bottom: -19px;
  background-image: url("../img/profileSettings/icon-mascot-filled.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  position: relative;
  transform: translate(52px, 8px);
}

div.mascotDemo.Parrot{
  background-image: url("../img/mascot/parrot_alt_square.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

div.mascotDemo.Panda{
  background-image: url("../img/mascot/panda_alt_square.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*Exercise Selection Components*/
div.component.exerciseSelection,
div.component.exerciseSelection:hover{
  padding: 0px;
  padding-right: 24px;
  margin: 0px;
  margin-top: 12px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid var(--theme_textLight) !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  overflow: hidden;
}

@media screen and (max-width: 320px){
  div.component.exerciseSelection{
    border-radius: 8px;
    margin-top: 8px;
  }
}

div.component.exerciseSelection::after{
  content: ">";
  font-family: 'Mind Ease Icons';
  font-size: 14px;
  background-image: url(../img/padlockGrey.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 24px;
  height: 18px;
  margin-right: -16px;
  margin-top: 2px;
  color: transparent;
  display: inline-block;
  transform: translateY(1.5px);
  flex: none;
}

div.component.exerciseSelection.unlocked,
div.component.exerciseSelection.unlocked:hover{
  border: 1px solid var(--theme_primary) !important;
}

div.component.exerciseSelection.unlocked::after{
  background: none;
  color: var(--theme_primary);
}

/*@media screen and (min-width: 640px){
  div.component.exerciseSelection{
    max-width: 288px;
  }
  div.component.exerciseSelection:nth-of-type(even){
    margin-left: 20px;
    margin-right: 5px;
  }
  div.component.exerciseSelection:nth-of-type(odd){
    margin-left: 5px;
    margin-right: 20px;
  }
}*/

div.component.exerciseSelection .multimedia_node{
  margin: 0px !important;
  margin-right: 12px !important;
  height: 88px !important;
  width: 88px !important;
  overflow: hidden;
  flex: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media screen and (max-width: 320px){
  div.component.exerciseSelection .multimedia_node{
    height: 72px !important;
    width: 72px !important;
  }
}

div.component.exerciseSelection .multimedia_node img{
  height: 100%;
  width: auto;
  max-width: none;
}

div.component.exerciseSelection .text{
  margin: 0px;
  padding: 0px;
  display: inline-block;
  flex-grow: 1;
}

div.component.exerciseSelection .text p{
  margin: 0px;
  padding: 0px;
  font-size: 13px !important;
}

div.component.exerciseSelection .text p strong{
  font-size: 16px !important;
  font-weight: 600;
}

div.component.exerciseSelection.clickable .text p strong{
  color: var(--theme_primary);
}

@media screen and (max-width: 350px){
  div.component.exerciseSelection .text p{
    font-size: 0px !important;
  }
  div.component.exerciseSelection .text p strong{
    font-size: 16px !important;
    line-height: 18px;
  }
}

/*Example Notification*/
div.exampleNotification{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid var(--theme_textMid);
  border-radius: 6px;
  font-size: 16px;
  opacity: 1;
  transform: scale(1.0) translateY(0px);
  animation: notificationPopIn 0.5s ease-out !important;
  -webkit-animation: notificationPopIn 0.5s ease-out !important;
  animation-delay: 1.0s;
  -webkit-animation-delay: 1.0s;
}

@media screen and (min-width: 480px){
  div.exampleNotification{
    max-width: 400px;
    margin: auto;
  }
}

div.exampleNotification div.exampleNotificationTitle{
  width: 100%;
  text-align: left;
}

div.exampleNotification div.exampleNotificationTitle img{
  margin-top: -2px;
}

div.exampleNotification div.exampleNotificationTitle span{
  margin-left: 4px;
  font-weight: 600;
  font-size: 16px;
}

div.exampleNotification div.exampleNotificationText{
  width: 100%;
  text-align: left;
  margin-top: 4px;
}

div.exampleNotification div.exampleNotificationText strong{
  font-weight: 600;
}

div.exampleNotification div.exampleNotificationText p{
  margin: 0px;
  font-weight: 400;
}

@keyframes notificationPopIn {
    0% {
        opacity: 0;
        transform: scale(0.0) translateY(100px);
    }
    70% {
        opacity: 1;
        transform: scale(1.05) translateY(0px);
    }
    100% {
        opacity: 1;
        transform: scale(1.0) translateY(0px);
    }
}
@-webkit-keyframes notificationPopIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.0) translateY(100px);
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.05) translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.0) translateY(0px);
    }
}

/*genericDivider element*/
div.component.genericDivider{
    height: 1px;
    padding: 0px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    border: none;
    background: var(--theme_textMid);
}

/*timerBar elements*/
div.timerbar{
    height: 4px;
    padding: 0px;
    margin: 0px;
    margin-bottom: -4px;
    border: none;
    overflow: hidden;
    transform: translateY(-12px);
}

div.timerbarFill{
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, var(--theme_primary) 0%, var(--theme_cardBackground) 12.5%, var(--theme_primary) 25%);
    background-size: 400% 400%;
    transform: translateX(-100%);
    transition-property: transform;
    transition-timing-function: linear;
    animation: timerBarFlow 4.0s infinite linear !important;
    -webkit-animation: timerBarFlow 4.0s infinite linear !important;
}

/*alert elements*/
div.component.alert{
    visibility: visible !important;
    border: none;
    padding: 0px;
}
div.component.alert .text{
  border-radius: 4px;
  background: var(--theme_textMid);
  max-width: 640px;
  margin: auto !important;
}
div.component.alert.green .text{
  background: #cff4d9;
  color: #45ad62 !important;
}
div.component.alert.amber .text{
  background: #FBE8BF;
  color: #CC8258 !important;
}
div.component.alert.red .text{
  background: #f4cfcf;
  color: #a57435 !important;
}
div.component.alert .text p{
    padding: 10px;
    margin: 0px !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600;
    color: #686868 !important;
}

/*Standard button from component*/
div.component.componentButton{
    max-width: 100% !important;
    border-radius: 48px;
    background: var(--theme_primary);
    border: 1px solid var(--theme_primary) !important;
    padding: 0px;
    margin: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 8px;
}
div.component.componentButton .text {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
div.component.componentButton .text p {
    padding: 0px;
    margin: 0px;
    color: #fff;
    width: 100% !important;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px !important;
}

div.component.componentButton.deemphasised{
    background: transparent;
    border: none !important;
}
div.component.componentButton.deemphasised .text p{
    color: var(--theme_primary);
    text-decoration: underline;
}

div.component.componentButton.withPadlock .text p::before{
    content: "\003c";
    float: left;
    height: 22px;
    width: 24px;
    position: relative;
    background-image: url(../img/padlockLight.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    color: transparent;
    margin-left: 16px;
    margin-right: -40px;
}

div.component.componentButton.withChevron .text p::after{
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -8px;
    margin-top: 1.5px;
    transform: translateX(-24px);
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
    color: #fff;
}

/*Email confirmation card*/
div.component.emailConfirmNotification{
    display: inline-block;
    width: 100%;
    background: var(--theme_primary);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 36px;
    margin-top: -24px;
}
div.component.emailConfirmNotification .text p {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    padding-top: 12px;
    padding-bottom: 8px;
    margin: 0px;
    text-align: center;
    font-weight: 400 !important;
    color: #fff;
}
div.component.emailConfirmNotification div.component.clickable{
    display: inline-block;
    margin-right: 18px;
    margin-top: 0px;
}
div.component.emailConfirmNotification div.component.clickable .text{
    margin-left: 0px;
}
div.component.emailConfirmNotification div.component.clickable div.text p{
    color: #fff;
    text-decoration: underline;
}
div.component.emailConfirmNotification div.component.resendEmailLink{
    display: inline-block;
    margin-left: 18px;
    margin-top: 0px;
}
div.component.emailConfirmNotification div.component.resendEmailLink .text{
    margin-right: 0px;
}
div.component.emailConfirmNotification div.text p a{
    color: #fff;
    text-decoration: underline;
}


/*Unlock feature components*/
div.component.unlockFeature{
    display: flex;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex: none;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 0px;
    border: none;
}
div.component.unlockFeature .multimedia_node{
    display: inline-flex;
    width: 32px !important;
    max-width: 20%;
    height: 100% !important;
    margin: 0px !important;
    margin-right: 12px !important;
    padding: 0px;
    flex: none;
    align-items: center;
    align-content: center;
    justify-content: center;
}
div.component.unlockFeature .multimedia_node img{
    display: block;
    padding: 0px;
    margin: 0px;
}
div.component.unlockFeature div.component{
    display: inline-flex;
    flex: none;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    border: none;
    min-width: 288px;
    max-width: 80%;
}
div.component.unlockFeature div.component .text p{
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: left;
}
div.component.unlockFeature div.component.featureTitle{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    flex: none;
    border: none;
}
div.component.unlockFeature div.component.featureTitle .text{
    margin-left: 0px;
    margin-right: 0px;
}
div.component.unlockFeature div.component.featureTitle .text p{
    font-weight: 600;
    color: var(--theme_primary);
}
div.component.unlockFeature div.component.featureText{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    flex: none;
    border: none;
}
div.component.unlockFeature div.component.featureText .text{
    margin-left: 0px;
    margin-right: 0px;
}
div.component.unlockFeature div.component.featureText .text p{
    font-size: 14px !important;
    font-style: italic;
    opacity: 0.7 !important;
}

/*Features List element*/
.features-list{
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  width: auto;
  height: auto;
  display: block;
}

.features-list .feature-item{
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-top: 8px;
}

.features-list .feature-item div{
  width: 40px !important;
  height: 40px !important;
  padding: 7px;
  text-align: center;
  flex: none;
  margin-right: 12px;
  border-radius: 20px;
  background: var(--theme_primary);
}

.features-list .feature-item p{
  text-align: left;
  font-weight: 600;
  margin-top: 8px;
}

/*Subscription pricing elements*/
div.subscriptionDetailsTitle{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 10px;
}
div.subscriptionDetailsTitle span{
  /*text-decoration: line-through;*/
  font-size: 16px;
}

div.component.subscriptionDetails{
  padding: 0px;
  margin: 0px;
  margin-left: 12px;
  margin-right: 12px;
  border: none;
  display: inline-block;
}
div.component.subscriptionDetails .text{
  margin: 0px;
  display: inline;
}
div.component.subscriptionDetails .text p{
  margin: 0px;
  font-size: 14px !important;
  text-align: center;
  display: inline;
}

div.component.allSubscriptions{
  padding: 0px;
  margin: 0px;
  margin-left: 4px;
  border: none;
  display: inline;
}
div.component.allSubscriptions .text{
  margin: 0px;
  display: inline;
}
div.component.allSubscriptions .text p{
  margin: 0px;
  font-size: 12px !important;
  text-align: center;
  color: var(--theme_primary);
  text-decoration: underline;
  display: inline;
}


div.component.subscriptions{
  margin: 0px;
  border: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  padding: 12px;
}

div.component.subscriptions div.component.subscriptionType{
  display: block;
  width: 50%;
  flex: 100%;
  border: 4px solid #fff;
  margin: 0px;
  padding: 0px;
  border-radius: 14px;
}

div.component.subscriptions div.component.subscriptionType.selected{
  border: 4px solid var(--theme_primary);
}

div.component.subscriptionType div.component.subscriptionTypeDetails{
  display: block;
  border: 2px solid grey;
  padding: 0px;
  margin: 4px;
  border-radius: 8px;
}

div.component.subscriptions div.component.subscriptionType.discounted div.component.subscriptionTypeDetails{
  background: #cff4d9;
  border: 2px solid #45ad62;
}

div.component.subscriptionType div.component.subscriptionTypeDetails::before{
  display: block;
  content: "-";
  background: grey;
  color: transparent;
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 8px;
}

div.component.subscriptions div.component.subscriptionType.discounted div.component.subscriptionTypeDetails::before{
  background: #45ad62;
  content: "Free Trial - 50% Off - Best Value";
  color: #fff;
}

div.component.subscriptionType.discounted * .text p{
    color: #45ad62;
}

div.component.subscriptionDuration{
  margin: 0px;
  padding: 0px;
  border: none;
}
div.component.subscriptionDuration .text{
  margin: 0px;
}
div.component.subscriptionDuration .text p{
  font-size: 24px !important;
  font-weight: 600;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
}

div.component.subscriptionPrice{
  padding: 0px;
  margin: 0px;
  border: none;
}
div.component.subscriptionPrice .text{
  margin: 0px;
}
div.component.subscriptionPrice .text p{
  margin: 0px;
  font-size: 16px !important;
  font-weight: 600;
  text-align: center;
}

div.component.subscriptionTotalPrice{
  margin: 0px;
  padding: 0px;
  border: none;
}
div.component.subscriptionTotalPrice .text{
  margin: 0px;
}
div.component.subscriptionTotalPrice .text p{
  margin: 0px;
  font-size: 14px !important;
  font-weight: 600;
  text-align: center;
}

div.component.subscriptionStart{
  padding: 0px;
  border: none;
}
div.component.subscriptionStart .text{
  margin: 0px;
}
div.component.subscriptionStart .text p{
  font-size: 16px !important;
  font-weight: 400;
  text-align: center;
}

div.component.subscriptionNote{
  padding: 0px;
  border: none;
}
div.component.subscriptionNote .text{
  margin: 0px;
}
div.component.subscriptionNote .text p{
  font-size: 14px !important;
  text-align: center;
}

/*Payments provider note element*/
div.component.paymentsNote{
    border: none;
}
div.component.paymentsNote .text{
    margin: 0px;
}
div.component.paymentsNote .text p{
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 12px !important;
    font-weight: 400;
    color: var(--theme_textDark) !important;
    text-align: center;
}
div.component.paymentsNote .text p::before{
    content: ">";
    background-image: url(../img/padlockGrey.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 16px;
    height: 14px;
    margin-right: 4px;
    color: transparent;
    display: inline-block;
    margin-top: 1.5px;
}

/*Payments History Styling*/
div.component.paymentHistory {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: -12px;
    padding: 0px;
    border: none;
    border-radius: 0px;
}
div.component.historyRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    border-bottom: 2px dashed var(--theme_textLight);
    border-image-source: url(../img/dashed_border.png);
    border-image-width: 1;
    border-image-slice: 2;
    border-image-repeat: repeat;
    -webkit-border-image-source: url(../img/dashed_border.png);
    -webkit-border-image-width: 1;
    -webkit-border-image-slice: 2;
    -webkit-border-image-repeat: repeat;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
div.component.historyRow:last-child {
    border-bottom: none;
}
div.component.historyCell {
    display: inline-block;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
    border: none;
    border-radius: 0px;
}
div.component.historyCell .text{
    margin: 0px;
}
div.component.historyCell .text p{
    margin: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
}

/*Custom image classes*/
.program_container .main .multimedia_node.small_image{
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0px !important;
}
.program_container .main .multimedia_node.small_image img{
  max-height: 96px;
}

/*App store badges*/
.appStores{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
    padding-top: 12px;
    margin: 0px;
    border: none;
}

.appStoreBadge {
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: none;
}

.appStoreBadge img{
    margin: 8px !important;
    margin-bottom: 0px !important;
    max-height: 38px !important;
    width: auto !important;
}

@media only screen and (min-width: 480px) { 

    .appStoreBadge img{
        max-height: 47px !important;
        width: auto !important;
        transform: scale(1.0);
        transition: transform .3s;
    }
    
    .appStoreBadge img:hover{
        transform: scale(1.1);
        transition: transform .3s;
    }

}

/*Blog offline components*/
div.component.blogOffline{
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

div.component.blogOffline div.multimedia_node{
  max-width: 320px;
}

div.component.blogOffline .text p{
  text-align: center;
}

/*Product Interviews Component*/
.component.profileNote{
    border: none;
    padding: 0px;
    margin-bottom: 36px !important;
    padding: 8px !important;
    border-radius: 8px;
    background: var(--theme_cardBackground);
    box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
}

.component.profileNote .text{
    text-align: center;
    margin: 0px;
}

.component.profileNote .text p {
    text-align: center;
    margin-bottom: 0px;
    color: #3f902e !important;
}

.component.profileNote .component {
    border: none;
    padding: 0px;
    width: 50%;
    display: inline-block;
}

.component.profileNote .component .text p,
.component.profileNote .component .text a{
    text-decoration: underline;
    color: var(--theme_primary) !important;
}

/*themeSelectionElements*/
div.component.themeItem {
    padding: 0px;
    border: 1px solid var(--theme_textMid) !important;
    border-bottom: 1px solid var(--theme_textMid) !important;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px !important;
	  margin-left: 20px;
	  margin-right: 20px;
    filter: grayscale(1.0);
}

div.component.themeItem.active {
    padding: 0px;
    border: 2px solid var(--theme_primary) !important;
    border-bottom: 2px solid var(--theme_primary) !important;
    border-radius: 8px;
    overflow: hidden;
    background: var(--theme_primaryLight);
    filter: none;
}

div.component.themeItem .multimedia_node {
    margin: 0px !important;
}

div.component.themeItem div.component.themeTitle {
    padding: 0px;
    margin: 0px;
    border: none;
}

div.component.themeItem div.component.themeTitle .text {
    margin: 0px;
    height: auto;
    width: 100%;
    text-align: left;
}

div.component.themeItem div.component.themeTitle .text p {
    display: inline-block;
    padding: 12px;
    margin: 0px;
}

div.component.themeItem.active div.component.themeTitle .text p {
    display: inline-block;
    padding: 12px;
    margin: 0px;
    color: var(--theme_primary);
    font-weight: 600;
}

div.component.themeItem div.component.themeTitle .text p::before {
    display: inline-block;
    height: 18px;
    width: 18px;
    content: "0";
    color: transparent;
    background: url("../img/profileSettings/radio-button-deselected.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    transform: translateY(3px);
}

div.component.themeItem.locked div.component.themeTitle .text p::before {
    background: url("../img/padlockGrey.png") !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

div.component.themeItem.active div.component.themeTitle .text p::before {
    display: inline-block;
    height: 18px;
    width: 18px;
    content: "0";
    color: transparent;
    background: url("../img/profileSettings/radio-button-selected.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    transform: translateY(3px);
}

div.component.toggleComponent{
    padding: 0px;
    border: none;
    height: 32px;
}

div.component.toggleComponent .text{
    display: inline-block;
    float: left;
    margin: 0px;
    margin-top: 5px;
    margin-left: 20px;
}

div.component.toggleComponent .toggle{
    margin: 0px;
    margin-right: 20px;
    display: inline-block;
    float: right;
    width: 64px;
    height: 32px;
    border-radius: 32px;
    border: none;
}
div.component.toggleComponent .toggle::after{
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 30px;
    background: var(--theme_cardBackground);
    margin: 0px;
}

div.component.toggleComponent .toggle.off{
    background: var(--theme_textMid);
}
div.component.toggleComponent .toggle.off::after{
    margin-left: -5px;
    margin-top: -8px;
}

div.component.toggleComponent .toggle.on{
    background: var(--theme_primary);
}

div.component.toggleComponent .toggle.on::after{
    margin-left: 21px;
    margin-top: -8px;
}

/*dashed line <hr>*/
hr.dashed{
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 2px dashed var(--theme_textLight) !important;
  border-image-source: url(../img/dashed_border.png);
  border-image-width: 1;
  border-image-slice: 2;
  border-image-repeat: repeat;
  -webkit-border-image-source: url(../img/dashed_border.png);
  -webkit-border-image-width: 1;
  -webkit-border-image-slice: 2;
  -webkit-border-image-repeat: repeat;
  border-top: none !important;
  border-radius: 0px !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

/*Loading shade element*/
#loading-shade{
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: var(--theme_cardBackground);
  z-index: 1000;
}

#loading-shade h4{
  margin: auto;
  margin-top: 60vh;
}

/*mascot selector elements*/
ul.mascotSelector {
    display: flex;
    flex: none;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 36px !important;
}

ul.mascotSelector li, ul.mascotSelector li:last-of-type{
  border-radius: 128px !important;
  width: 128px;
  height: 128px;
  text-align: center;
  border: 1px solid var(--theme_textMid) !important;
  filter: grayscale(1.0);
  -webkit-filter: grayscale(1.0);
  line-height: 256px;
  color: var(-theme_textDark);
}
ul.mascotSelector li.selected{
  border: 2px solid var(--theme_primary) !important;
  filter: none !important;
  -webkit-filter: none !important;
  color: var(-theme_primary);
}

ul.mascotSelector li:nth-of-type(1){
  background-image: url("../img/mascot/parrot_square.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
ul.mascotSelector li:nth-of-type(1).selected{
  background-image: url("../img/mascot/parrot_alt_square.png") !important;
}

ul.mascotSelector li:nth-of-type(2){
  background-image: url("../img/mascot/panda_square.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
ul.mascotSelector li:nth-of-type(2).selected{
  background-image: url("../img/mascot/panda_alt_square.png") !important;
}





/*panda post-exercise filmstrip*/
div.mascotFilmstrip{
  display: block;
  width: 160px;
  height: 180px;
  margin: auto;
}

div.mascotFilmstrip.Parrot{
  background: var(--parrot_success_image);
  background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

div.mascotFilmstrip.Panda{
  background: var(--panda_success_image);
  background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/*diapgragm breathing filmstrip*/
div.breathingFilmstrip{
  display: block;
  width: 96px;
  height: 150px;
  margin: auto;
  background: url(../img/breathing_tutorial/diaphragm-breathing-strip-192x300-75frames-12point5-fps.png);
  background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
  animation: breathingAnimated !important;
  animation-duration: 6s !important;
  animation-timing-function: steps(74) !important;
  animation-iteration-count: infinite !important;
}

@keyframes breathingAnimated {
	100% {
    background-position: right;
  }
}

/*home audio icon*/
div.component#app-sounds{
  display: block;
  visibility: visible !important;
  position: absolute;
  margin: 0px;
  padding: 0px;
  right: 20px;
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  width: 48px;
  height: 48px;
  background: url("../img/icons/sound-on-icon.svg");
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  animation: iconFadeOut ease-out 1.0s both;
  animation-delay: 1.0s;
  -webkit-animation: iconFadeOut ease-out 1.0s both;
  -webkit-animation-delay: 1.0s;
  border: none;
  z-index: 1;
  pointer-events: none;
}
div.component#app-sounds.muted{
  background: url("../img/icons/sound-off-icon.svg");
  animation: none;
  -webkit-animation: none;
}

/*home breathing tool*/
div.component.breathingGuideButton{
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: 20px;
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  visibility: visible !important;
  border: none;
  width: 48px;
  height: 48px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #fff;
  border-radius: 48px;
  opacity: 0.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
div.component.breathingGuideButton .text{
  padding: 0px;
  margin: 0px;
}
div.component.breathingGuideButton .text p{
  display: block;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
}
div.component.breathingGuideButton .text p::before{
  display: block;
  content: "Breathe";
  width: 48px;
  height: 48px;
  background: url(../img/icons/breathingTool.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
div.component.breathingGuideButton .text p::after{
  position: absolute;
  display: block;
  content: " ";
  top: -1px;
  left: -1px;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 48px;
  opacity: 0;
  animation: breathePulse 5.5s !important;
  -webkit-animation: breathePulse 5.5s !important;
  animation-timing-function: ease-out !important;
  animation-iteration-count: infinite !important;
  -webkit-animation-timing-function: ease-out !important;
  -webkit-animation-iteration-count: infinite !important;
}
@keyframes breathePulse{
    0% { width: 48px; height: 48px; opacity: 0.5; top: -1px; left: -1px; border-radius: 48px; }
   30% { width: 96px; height: 96px; opacity: 0; top: -25px; left: -25px; border-radius: 96px; }
  100% { width: 96px; height: 96px; opacity: 0; top: -25px; left: -25px; border-radius: 96px; }
}
@-webkit-keyframes breathePulse{
    0% { width: 48px; height: 48px; opacity: 0.5; top: -1px; left: -1px; border-radius: 48px; }
   30% { width: 96px; height: 96px; opacity: 0; top: -25px; left: -25px; border-radius: 96px; }
  100% { width: 96px; height: 96px; opacity: 0; top: -25px; left: -25px; border-radius: 96px; }
}

.breathingCircle,
.breathingCircle.in{
  width: 30vw;
  height: 30vw;
  border: 4px dotted #fff !important;
  border-radius: 100% !important;
  padding: 0px;
  margin: 0px;
  opacity: 0;
  transform: rotate(0deg);
  animation-fill-direction: both;
  animation-timing-function: linear;
  -webkit-animation-fill-direction: both;
  -webkit-animation-timing-function: linear;
}
@media screen and (min-width: 601px){
  .breathingCircle,
  .breathingCircle.in{
    width: 30vh;
    height: 30vh;
  }
}

.breathingCircle.hold{
  width: 90vw;
  height: 90vw;
  opacity: 1;
  transform: rotate(0deg);
}
@media screen and (min-width: 601px){
  .breathingCircle.hold{
    width: 90vh;
    height: 90vh;
  }
}

.breathingCircle.out{
  width: 90vw;
  height: 90vw;
  opacity: 0;
  transform: rotate(0deg);
}
@media screen and (min-width: 601px){
  .breathingCircle.out{
    width: 90vh;
    height: 90vh;
  }
}

div.component.guidedBreathingQuit{
  display: block;
  position: absolute;
  top: calc(0px + env(safe-area-inset-top));
  left: 0;
  width: 48px;
  height: 48px;
  visibility: visible !important;
  border: none;
}
div.component.guidedBreathingQuit::after{
  width: 48px;
  height: 48px;
  border: none;
  font-family: "Mind Ease Icons";
  content: "x";
  color: #fff;
  font-size: 24px;
}
div.component.guidedBreathingOptions{
  display: block;
  position: absolute;
  top: calc(4px + env(safe-area-inset-top));
  right: 4px;
  width: 48px;
  height: 48px;
  visibility: visible !important;
  border: none;
}
div.component.guidedBreathingOptions::after{
  display: block;
  width: 28px;
  height: 28px;
  border: none;
  content: " ";
  background: url(../img/icons/breathingToolSettings.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
div.component.guidedBreathingBack{
  display: block;
  position: absolute;
  top: calc(0px + var(--statusbar_height) + env(safe-area-inset-top));
  left: 0;
  width: 48px;
  height: 48px;
  visibility: visible !important;
  border: none;
}
div.component.guidedBreathingBack::after{
  width: 48px;
  height: 48px;
  border: none;
  font-family: "Mind Ease Icons";
  content: "{";
  color: #fff;
  font-size: 24px;
}

.breathingCircleContainer{
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  padding 0px !important;
  margin: 0px !important;
  border: none !important;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.breathingCircleContainer .text{
  display: none !important;
  visibility: hidden !important;
}
.component.breathingCircle.in.one{
  animation: breatheIn 1s !important;
  -webkit-animation: breatheIn 1s !important;
}
.component.breathingCircle.in.two{
  animation: breatheIn 2s !important;
  -webkit-animation: breatheIn 2s !important;
}
.component.breathingCircle.in.three{
  animation: breatheIn 3s !important;
  -webkit-animation: breatheIn 3s !important;
}
.component.breathingCircle.in.four{
  animation: breatheIn 4s !important;
  -webkit-animation: breatheIn 4s !important;
}
.component.breathingCircle.in.five{
  animation: breatheIn 5s !important;
  -webkit-animation: breatheIn 5s !important;
}
.component.breathingCircle.in.six{
  animation: breatheIn 6s !important;
  -webkit-animation: breatheIn 6s !important;
}
.component.breathingCircle.in.seven{
  animation: breatheIn 7s !important;
  -webkit-animation: breatheIn 7s !important;
}
.component.breathingCircle.in.eight{
  animation: breatheIn 8s !important;
  -webkit-animation: breatheIn 8s !important;
}
.component.breathingCircle.in.nine{
  animation: breatheIn 9s !important;
  -webkit-animation: breatheIn 9s !important;
}
.component.breathingCircle.in.ten{
  animation: breatheIn 10s !important;
  -webkit-animation: breatheIn 10s !important;
}

.component.breathingCircle.hold.one{
  animation: holdBreath 1s !important;
  -webkit-animation: holdBreath 1s !important;
}
.component.breathingCircle.hold.two{
  animation: holdBreath 2s !important;
  -webkit-animation: holdBreath 2s !important;
}
.component.breathingCircle.hold.three{
  animation: holdBreath 3s !important;
  -webkit-animation: holdBreath 3s !important;
}
.component.breathingCircle.hold.four{
  animation: holdBreath 4s !important;
  -webkit-animation: holdBreath 4s !important;
}
.component.breathingCircle.hold.five{
  animation: holdBreath 5s !important;
  -webkit-animation: holdBreath 5s !important;
}
.component.breathingCircle.hold.six{
  animation: holdBreath 6s !important;
  -webkit-animation: holdBreath 6s !important;
}
.component.breathingCircle.hold.seven{
  animation: holdBreath 7s !important;
  -webkit-animation: holdBreath 7s !important;
}
.component.breathingCircle.hold.eight{
  animation: holdBreath 8s !important;
  -webkit-animation: holdBreath 8s !important;
}
.component.breathingCircle.hold.nine{
  animation: holdBreath 9s !important;
  -webkit-animation: holdBreath 9s !important;
}
.component.breathingCircle.hold.ten{
  animation: holdBreath 10s !important;
  -webkit-animation: holdBreath 10s !important;
}

.component.breathingCircle.out.one{
  animation: breatheOut 1s !important;
  -webkit-animation: breatheOut 1s !important;
}
.component.breathingCircle.out.two{
  animation: breatheOut 2s !important;
  -webkit-animation: breatheOut 2s !important;
}
.component.breathingCircle.out.three{
  animation: breatheOut 3s !important;
  -webkit-animation: breatheOut 3s !important;
}
.component.breathingCircle.out.four{
  animation: breatheOut 4s !important;
  -webkit-animation: breatheOut 4s !important;
}
.component.breathingCircle.out.five{
  animation: breatheOut 5s !important;
  -webkit-animation: breatheOut 5s !important;
}
.component.breathingCircle.out.six{
  animation: breatheOut 6s !important;
  -webkit-animation: breatheOut 6s !important;
}
.component.breathingCircle.out.seven{
  animation: breatheOut 7s !important;
  -webkit-animation: breatheOut 7s !important;
}
.component.breathingCircle.out.eight{
  animation: breatheOut 8s !important;
  -webkit-animation: breatheOut 8s !important;
}
.component.breathingCircle.out.nine{
  animation: breatheOut 9s !important;
  -webkit-animation: breatheOut 9s !important;
}
.component.breathingCircle.out.ten{
  animation: breatheOut 10s !important;
  -webkit-animation: breatheOut 10s !important;
}

.text.breathingCircleText{
  border: none;
  padding: 0px;
}
.text.breathingCircleText p{
  font-size: 30px;
  color: #fff;
  transform: translateY(8px) !important;
}

@media screen and (max-width: 600px){
  @keyframes breatheIn{
     from {width: 30vw; height: 30vw; opacity: 0;}
     to {width: 90vw; height: 90vw; opacity: 1;}
  }
  @-webkit-keyframes breatheIn{
    from {width: 30vw; height: 30vw; opacity: 0;}
    to {width: 90vw; height: 90vw; opacity: 1;}
  }
  @keyframes holdBreath{
     from {width: 90vw; height: 90vw; transform: rotate(0deg); opacity: 1;}
     to {width: 90vw; height: 90vw; transform: rotate(22.5deg); opacity: 1;}
  }
  @-webkit-keyframes holdBreath{
    from {width: 90vw; height: 90vw; transform: rotate(0deg); opacity: 1;}
    to {width: 90vw; height: 90vw; transform: rotate(22.5deg); opacity: 1;}
  }
  @keyframes breatheOut{
     from {width: 90vw; height: 90vw; opacity: 1;}
     to {width: 30vw; height: 30vw; opacity: 0;}
  }
  @-webkit-keyframes breatheOut{
    from {width: 90vw; height: 90vw; opacity: 1;}
    to {width: 30vw; height: 30vw; opacity: 0;}
  }
}
@media screen and (min-width: 601px){
  @keyframes breatheIn{
     from {width: 30vh; height: 30vh; opacity: 0;}
     to {width: 90vh; height: 90vh; opacity: 1;}
  }
  @-webkit-keyframes breatheIn{
    from {width: 30vh; height: 30vh; opacity: 0;}
    to {width: 90vh; height: 90vh; opacity: 1;}
  }
  @keyframes holdBreath{
     from {width: 90vh; height: 90vh; transform: rotate(0deg); opacity: 1;}
     to {width: 90vh; height: 90vh; transform: rotate(22.5deg); opacity: 1;}
  }
  @-webkit-keyframes holdBreath{
    from {width: 90vh; height: 90vh; transform: rotate(0deg); opacity: 1;}
    to {width: 90vh; height: 90vh; transform: rotate(22.5deg); opacity: 1;}
  }
  @keyframes breatheOut{
     from {width: 90vh; height: 90vh; opacity: 1;}
     to {width: 30vh; height: 30vh; opacity: 0;}
  }
  @-webkit-keyframes breatheOut{
    from {width: 90vh; height: 90vh; opacity: 1;}
    to {width: 30vh; height: 30vh; opacity: 0;}
  }
}

div.component.breathingToolPresets{
  display: flex;
  padding: 0px;
  margin: auto;
  margin-bottom 16px;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: none !important;
  max-width: 90vw;
}
div.component.breathingToolPresets div.component{
  display: block;
  margin: 0px;
  margin-top: 12px;
  padding: 0px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  border-color: transparent !important;
}
div.component.breathingToolPresets div.component .text{
  display: block;
  margin: 0px;
  padding: 0px;
}
div.component.breathingToolPresets div.component .text p{
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}
div.component.breathingToolPresets div.component.selected{
  background: #fff !important;
}
div.component.breathingToolPresets div.component.selected .text p{
  color: #4d4d4d !important;
}
.text.presetDescription{
  margin-top: 8px !important;
  margin-bottom: 28px !important;
  border-top: 1px solid #fff;
  padding-top: 6px;
}
.text.presetDescription p{
  font-size: 16px !important;
  margin-top: 0px;
}

/*Radial wait timer bar*/
.timerWheel{
  background: rgba(0,0,0,0.25);
  border-radius: 100%;
  position: absolute;
  width: 48px;
  height: 48px;
}
.wrapper {
  width: 36px; /* Set the size of the progress bar */
  height: 36px;
  position: absolute; /* Enable clipping */
  clip: rect(auto, auto, auto, auto); /* Hide half of the progress bar */
  margin: 6px;
}
.circle {
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  border-radius: 32px;
  position: absolute;
  clip: rect(0px, 18px, 36px, 0px);
}
/* Using the data attributes for the animation selectors. */
/* Base settings for all animated elements */
.timerWheel *{
  -webkit-animation-iteration-count: 1;  /* Only run once */
  -webkit-animation-fill-mode: forwards; /* Hold the last keyframe */
  -webkit-animation-timing-function: linear; /* Linear animation */
}

.wrapper {
  -webkit-animation-duration: 0.01s; /* Complete keyframes asap */
  -webkit-animation-delay: 5s; /* Wait half of the animation */
  -webkit-animation-name: close-wrapper; /* Keyframes name */
}

.circle.left {
  -webkit-animation-duration: 10s; /* Full animation time */
  -webkit-animation-name: left-spin;
}

.circle.right {
  -webkit-animation-duration: 10s; /* Half animation time */
  -webkit-animation-name: right-spin;
}
/* Rotate the right side of the progress bar from 0 to 180 degrees */
@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
  }
}
/* Rotate the left side of the progress bar from 0 to 360 degrees */
@-webkit-keyframes left-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
/* Set the wrapper clip to auto, effectively removing the clip */
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(0px, 18px, 36px, 0px);
  }
