/* Plugin Stylesheet */

/* sendAlert styles */




.alertCont {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 20%;
  padding: 1%; 
  z-index: 999999999999999999;
  pointer-events: none;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 1s linear;
}

.alertParent {
  position: relative;
  width: 335px;
  height: 150px;
  margin-top: 25px;
  border-radius: 3px;
  display: none;
  pointer-events: all !important;
}

.alertLeft {
  position: absolute;
  top: 23.5px;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 105px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid white;
}

.alertImg {
  filter: invert(99%) sepia(2%) saturate(168%) hue-rotate(224deg)
    brightness(119%) contrast(100%);
}

.alertRight {
  position: absolute;
  top: 22.5px;
  left: 100px;
  bottom: 0;
  width: 225px;
  height: 105px;
  padding: 15px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 0.85vw;
}

.alertExit {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  filter: invert(99%) sepia(2%) saturate(168%) hue-rotate(224deg)
    brightness(119%) contrast(100%);
}

.alertText{
    font-size:15.5px;
}

/** Accordian Style **/

.cerebrocore-welcome-toggle .fusion-toggle-heading{
    color: #B86BA1 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.areas-of-brain-toggle .fusion-toggle-heading{
    color: #B86BA1 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.mobile-score-meaning-toggle .fusion-toggle-heading{
    color: #B86BA1 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

/** Business show hide **/

#menu-item-3008{
    display:none !important;
}

div.free-to-clients,
div.charge-a-subscription-fee {
  display: none !important;
}

body.free-to-clients .free-to-clients {
  display: block !important;
}

body.charge-a-subscription-fee .charge-a-subscription-fee {
  display: block !important;
}

div.user-type-client,
div.user-type-administrator,
div.user-type-practitioner{
  display: none !important;
}

body.user-type-client .user-type-client {
  display: block !important;
}

body.user-type-practitioner .user-type-practitioner {
  display: block !important;
}


body.user-type-administrator .user-type-administrator {
  display: block !important;
}

div.client-signup-call-to-action,
div.practitioner-signup-call-to-action,
div.administrator-signup-call-to-action{
    display:block !important;
}

/*div.client-signup-call-to-action,*/
div.practitioner-signup-call-to-action,
div.administrator-signup-call-to-action{
    display:block !important;
}


/*body.user-type-client .client-signup-call-to-action {*/
/*  display: none !important;*/
/*}*/

body.user-type- .client-signup-call-to-action {
  display: none !important;
}

body.user-type-client .client-signup-call-to-action {
  display: none !important;
}



body.user-type-practitioner .practitioner-signup-call-to-action {
  display: none !important;
}


body.user-type-administrator .administrator-signup-call-to-action {
  display: none !important;
}


/* GAME INTERUPT */

/* .game-interupt {
  position: absolute;
  top: -100%;
  left: 0;
  height: auto;
  padding: 1%;
  background: white;
  display: none;
  padding-bottom: 80px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  z-index: 99999;
} */

.game-interupt-title {
  font-size: 1em;
  text-align: center;
  font-weight: normal !important;
}

.interupt-button-cont {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interuptButton {
  background: #d8af45;
  display: inline-block;
  height: auto;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0.25em;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 10px;
  margin-bottom: 55px;
  cursor: pointer;
}

.interuptButton p {
  font-size: 1em;
  color: white;
  font-weight: 300;
  margin: 0 !important;
}

.foregoButton:hover {
  color: #d8af45;
  cursor: pointer;
}

/* left sidebar */
#left-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 250px;
  bottom: 0px;
  background-color: #4b6b8f !important;
  color: white;
  z-index: 1000;
  padding-top: 165px;
}
#left-sidebar a.fusion-button {
  background-color: #efefef;
  color: #4b6b8f;
  border-radius: 2px 0px 0px 2px;
  margin-bottom: 10px;
  width: 220px;
  text-align: left;
  padding-left: 45px;
}
#left-sidebar span.fusion-button-text {
  color: #4b6b8f;
}
#left-sidebar .logo img {
  background-color: white;
  width: 110px;
  padding: 20px 10px;
  border-radius: 55px;
}
#left-sidebar .name {
  color: white;
  margin: 10px 0px;
  text-align: center;
  font-size: 18px;
}
#left-sidebar a.fusion-button {
  background-repeat: no-repeat;
  background-position: 7px 7px;
  background-size: 30px;
}
#left-sidebar a.fusion-button::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 30px;
  height: 30px;
  filter: invert(39%) sepia(17%) saturate(1369%) hue-rotate(171deg)
    brightness(93%) contrast(76%);
}

#left-sidebar a.fusion-button.my-account{
    content: 'images/my-account.svg';
}

#left-sidebar a.fusion-button.assessment{
    content: 'images/assessment.svg';
}

#left-sidebar a.fusion-button.activity-log{
    content: 'images/activity-log.svg';
}

#left-sidebar a.fusion-button.mp-exercises{
    content: 'images/mp-exercises.svg';
}

#left-sidebar a.fusion-button.progress-reports{
    content: 'images/progress-report.svg';
}

#left-sidebar a.fusion-button.heart-rate-variability{
    content: 'images/gammaen.png';
}

#left-sidebar a.fusion-button.lifestyle-changes{
    content: 'images/lifestyle.png';
}

#left-sidebar a.fusion-button.audio-entrainment{
    content: 'images/gammaen.png';
}

#left-sidebar a.fusion-button.my-account::before {
  background-image: url(images/my-account.svg);
}
#left-sidebar a.fusion-button.assessment::before {
  background-image: url(images/assessment.svg);
}
#left-sidebar a.fusion-button.activity-log::before {
  background-image: url(images/activity-log.svg);
}
#left-sidebar a.fusion-button.mp-exercises::before {
  background-image: url(images/mp-exercises.svg);
}
#left-sidebar a.fusion-button.progress-reports::before {
  background-image: url(images/progress-report.svg);
}
#left-sidebar a.fusion-button.heart-rate-variability::before {
  background-image: url(images/gammaen.png);
  background-position: center;
  background-size: contain;
}
#left-sidebar a.fusion-button.lifestyle-changes::before {
  background-image: url(images/lifestyle.png);
  background-position: center;
  background-size: contain;
}
#left-sidebar a.fusion-button.audio-entrainment::before {
  background-image: url(images/gammaen.png);
}
#left-sidebar a.fusion-button.left-sidebar-toggle::before {
  background-image: url(images/arrow-bar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  left: 9px;
  border-radius: 50%;
}

.sidebar-item-selected{
    opacity:0.5 !important;
}

.mp-item {
  border: 5px solid white;
}

.mp-item::hover {
  border: 5px solid grey;
}

#left-sidebar.closed {
  width: 50px;
  overflow: hidden;
}
#left-sidebar.closed a.fusion-button {
  background-color: transparent;
}
#left-sidebar.closed a.fusion-button span {
  display: none;
}
#left-sidebar.closed a.fusion-button::before {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(102%)
    contrast(105%);
}
#left-sidebar.closed .logo img,
#left-sidebar.closed .name {
  visibility: hidden;
}

/* games common styles */

/*body.fullscreen-exercises #ahs-mp-exercise-dialog{*/
/*    width: 100% !important;*/
/*    min-height: none !important; */
/*    max-height: none !important;*/
/*    height: 100% !important;*/
/*    position: absolute !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    bottom: 0 !important;*/
/*    right: 0 !important;*/
/*}*/

/*body.fullscreen-exercises #ahs-mp-exercise-game-area{*/
/*    transform-origin:initial !important;*/
/*    transform:scale(1) !important;*/
/*    position:absolute !important;*/
/*    top:0 !important;*/
/*    left:0 !important;*/
/*    right:0 !important;*/
/*    bottom:0 !important;*/
/*}*/

/*body.fullscreen-exercises .outer-wrapper{*/
/*    position: relative !important;*/
/*    overflow: hidden !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    height: 100% !important;*/
/*    width: 100% !important;*/
/*    padding: 0 !important;*/
/*}*/

/*#ahs-mp-exercise-dialog{*/
/*    width: 100% !important;*/
/*    min-height: none !important; */
/*    max-height: none !important;*/
/*    height: 100% !important;*/
/*    position: absolute !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    bottom: 0 !important;*/
/*    right: 0 !important;*/
/*}*/

/*#ahs-mp-exercise-game-area{*/
/*    transform-origin:initial !important;*/
/*    transform:scale(1) !important;*/
/*    position:absolute !important;*/
/*    top:0 !important;*/
/*    left:0 !important;*/
/*    right:0 !important;*/
/*    bottom:0 !important;*/
/*}*/

/*.outer-wrapper{*/
/*    position: relative !important;*/
/*    overflow: hidden !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    height: 100% !important;*/
/*    width: 100% !important;*/
/*    padding: 0 !important;*/
/*}*/

.cbc-game-start-screen-parent{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y:auto;
}

.cbc-game-start-screen-left-column{
    position: relative;
    top: 0;
    left: 0;
    width: 73%;
    height: 100%;
    padding: 25px;
}

.cbc-game-start-screen-game-name{
    width: 100%;
    text-align: left;
    font-size: 1.75em;
    font-family: 'Montserrat', sans-serif;
    color: #4b6d93;
    font-weight: bold;
    line-height: 1.8 !important;
    margin: 0 !important;
}

.cbc-game-instruction-text {
    text-align: left;
    margin-top: 0 !important;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.5 !important;
    display: none;
}

.cbc-game-start-screen-right-column{
    position: relative !important;
    top: 0;
    right: 0;
    width: 27%;
    height: 100%;
    padding: 25px;
    background:#eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    min-width: 250px !important;
}

.cbc-game-start-screen-skills-parent{
    width:100%;
}

.skills-container{
    float:left;
}


.skills-container h1{
    text-align: left;
    font-size: 1.75em;
    font-family: 'Montserrat', sans-serif;
    color: #4b6d93;
    font-weight: bold;
    line-height: 1.8 !important;
    margin: 0 !important;
}

.skills-dot {
    position: relative;
    margin: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4b6d93 !important;
}

.skills-container h2 {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #4b6d93;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.8 !important;
    margin: 0 !important;
}

.cbc-game-start-screen-aob-container {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: auto;
    float:right;
}

.aobImgCont {
    width: 60px;
    margin: 5px 10px;
    float: right;
}

@media (min-device-width: 0px) and (max-device-width: 776px) /* large mobile width */ and (orientation: portrait) {
    .aobCont {
        width: 60px;
    }
}

.cbc-game-start-screen-button-container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: SPACE-BETWEEN;
    align-items: center;
    margin-top: 40px;
}

.cbc-game-start-screen-start-button {
    width: 45% !important;
    height: 50px;
    background: #d9af41;
    color: white;
    font-size: 1.4em;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    border-radius: 0.5em;
    cursor: pointer;
}

.exit-game {
    width: 45%;
    height: 50px;
    background: WHITE;
    color: #d9af41;
    font-size: 1.4em;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    font-weight: 500;
    border: 2px solid #d9af41;
    justify-content: center;
    align-items: center;
    border-radius: 0.5em;
    margin-bottom: 0px;
    cursor: pointer;
}

.score-container{
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
}

.score-container p{
    color:black;
    font-size:1.4em !important;
    margin:0 !important;
    text-align:center;
    margin-bottom:5px;
    font-weight:800;
}

.scoreDisplay{
    font-size:48px;
    border-radius:5px;
    color:white;
    background:#4B6B8F;
    text-align:center;
    margin:0 !important;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.scoreSpan{
    font-size: 18px;
    margin-top: 16px;
    margin-left: 5px;
}

/* EH 2022-10-20 css overrides for new game start and end page designs */

.game-wrapper-main .userReady-left-top .cbc-game-instruction-text{
    font-family: 'Montserrat', sans-serif;
    line-height: 160% !important;
    font-size: .95em;
}

/*
.score-container.previous{
    padding-bottom:50px;
}

.score-container.previous p {
    color: #4b6d93 !important;
    text-shadow: none !important;
    margin-bottom: 20px !important;
    margin-top: 55px !important;

}

body .results-parent h1.scoreDisplay,
body h1.scoreDisplay{
    border: 9px solid #4b6d93;
    border-radius: 50%!important;
    width: 15vw !important;
    height: 15vw;
    max-width: 250px !important;
    max-height: 250px;
    min-height: 165px !important;
    min-width: 165px !important;
    background-color: transparent !important;
    color: #4B6B8F !important;
    font-size: 54px !important;
    margin: 0 auto !important;
}

.game-wrapper-main .exit-game{
    border-color: #4b6d93;
    color: #4b6d93;
    background-color: transparent;    
} */

/** iPad media query for games */
@media (min-width: 451px) and (max-width: 1200px) {
  /*#userReady > div.userReady-left > div.userReady-left-top > h1{*/
  /*    font-size: 1.25em !important;*/
  /*}*/

  /*.videoInstCont h3{*/
  /*    font-size:0.75em !important;*/
  /*}*/


.game-wrapper-main .userReady-left-top .cbc-game-instruction-text, body #assessment-test-area .game-wrapper-main .userReady-left-top .cbc-game-instruction-text {
    text-align: left;
    margin-top: 0 !important;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    line-height: 1.5 !important;
}

    #ahs-mp-exercise-dialog{
        width: 100% !important;
        min-height: none !important; 
        max-height: none !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
    
    #ahs-mp-exercise-game-area{
        transform-origin:initial !important;
        transform:scale(0.85) !important;
        position:absolute !important;
        top:0 !important;
        left:0 !important;
        right:0 !important;
        bottom:0 !important;
    }
    
    div.outer-wrapper:not(.cbc-hrv-wrapper){
        position: relative !important;
        overflow: hidden !important;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }

  .outer-wrapper.cpt-astm .game-wrapper-main .sequence-top {
  }

  .outer-wrapper.cpt-astm .game-wrapper-main .sequence-parent {
    width: 45vw !important;
    transform: scale(0.75);
  }

  .cpt-attention.outer-wrapper {
    padding-top: 55% !important;
  }

  .cpt-episodic.outer-wrapper {
    padding-bottom: 65% !important;
  }

  .story {
    font-size: 1.05em !important;
  }

  .outer-wrapper.cpt-awm .game-wrapper-main .sequence-parent {
    width: 45vw !important;
    transform: scale(0.75);
  }

  .cpt-list.outer-wrapper {
    padding-bottom: 65% !important;
  }

  .word-list-table {
    height: 70% !important;
  }

  .outer-wrapper.cpt-sequence .game-wrapper-main .sequence-parent {
    width: 45vw !important;
    transform: scale(0.75);
  }

  .outer-wrapper.cpt-vtsm .game-wrapper-main .sequence-parent {
    /*width: 45vw !important;*/
    /*transform: scale(0.75);*/
  }

  .outer-wrapper.cpt-vwm .game-wrapper-main .sequence-parent {
    width: 45vw !important;
    transform: scale(0.75);
  }

  .cpt-symbol.outer-wrapper {
    padding-bottom: 55% !important;
  }

  .symbol-parent {
    transform: scale(1.25);
  }

  /*#ahs-mp-exercise-game-area*/
  /*  > div*/
  /*  > div*/
  /*  > div.results-parent*/
  /*  > div*/
  /*  > div.score-container.previous*/
  /*  > p {*/
  /*  font-size: 3em !important;*/
  /*}*/

  /*#ahs-mp-exercise-game-area*/
  /*  > div*/
  /*  > div*/
  /*  > div.results-parent*/
  /*  > div*/
  /*  > div.score-container.previous*/
  /*  > h1 {*/
  /*  font-size: 4.5em !important;*/
  /*}*/

  .videoInst {
    width: 100% !important;
    height:auto;
  }
}

/* IPAD MEDIA QUERY PORTAIT */
@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
  .outer-wrapper.cpt-astm .game-wrapper-main .sequence-parent {
    width: 65vw !important;
  }

  .cpt-attention.outer-wrapper {
    padding-top: 85% !important;
  }

  .cpt-episodic.outer-wrapper {
    padding-bottom: 100% !important;
  }

  .story {
    font-size: 1.2em !important;
  }

  .outer-wrapper.cpt-awm .game-wrapper-main .sequence-parent {
    width: 65vw !important;
  }

  .cpt-list.outer-wrapper {
    padding-bottom: 100% !important;
  }

  .word-list-table {
    /*height:70% !important;*/
  }

  .outer-wrapper.cpt-sequence .game-wrapper-main .sequence-parent {
    width: 70vw !important;
  }

  .outer-wrapper.cpt-vtsm .game-wrapper-main .sequence-parent {
    /*width: 65vw !important;*/
  }

  .outer-wrapper.cpt-vwm .game-wrapper-main .sequence-parent {
    width: 65vw !important;
  }

  .cpt-symbol.outer-wrapper {
    padding-bottom: 100% !important;
  }

  .symbol-parent {
    transform: scale(1);
  }

  /*#ahs-mp-exercise-game-area*/
  /*  > div*/
  /*  > div*/
  /*  > div.results-parent*/
  /*  > div*/
  /*  > div.score-container.previous*/
  /*  > p {*/
  /*  font-size: 3em !important;*/
  /*}*/

  /*#ahs-mp-exercise-game-area*/
  /*  > div*/
  /*  > div*/
  /*  > div.results-parent*/
  /*  > div*/
  /*  > div.score-container.previous*/
  /*  > h1 {*/
  /*  font-size: 4.5em !important;*/
  /*}*/

  .videoInst {
    width: 45% !important;
  }
}

@media (min-width: 481px) and (max-width: 765px) {
  #userReady > div.userReady-left > div.userReady-left-top > h1 {
    font-size: 1.25em !important;
  }

  .outer-wrapper.cpt-astm .game-wrapper-main .sequence-parent {
    width: 60vw !important;
  }

  .cpt-attention.outer-wrapper {
    padding-top: 85% !important;
  }

  .cpt-episodic.outer-wrapper {
    padding-bottom: 85% !important;
  }

  .story {
    font-size: 1.05em !important;
  }

  .outer-wrapper.cpt-awm .game-wrapper-main .sequence-parent {
    width: 30vw !important;
  }

  .cpt-list.outer-wrapper {
    padding-bottom: 85% !important;
  }

  .word-list-table {
    height: 85% !important;
  }

  .outer-wrapper.cpt-sequence .game-wrapper-main .sequence-parent {
    width: 60vw !important;
  }

  .outer-wrapper.cpt-vtsm .game-wrapper-main .sequence-parent {
    /*width: 60vw !important;*/
  }

  .outer-wrapper.cpt-vwm .game-wrapper-main .sequence-parent {
    width: 60vw !important;
  }

  .cpt-symbol.outer-wrapper {
    padding-bottom: 85% !important;
  }

  .symbol-parent {
    transform: scale(1.25);
  }

  .videoInst {
    width: 45% !important;
  }
}

@media (min-width: 0px) and (max-width: 650px) /* large mobile width */ and (orientation: portrait) {
    
    .cbc-game-start-screen-parent{
        flex-wrap:wrap;
        overflow:scroll;
    }
    
    .score-container.previous p{
        margin-top:0 !important;
    }

    /*.cbc-game-start-screen-start-button{*/
    /*    flex-grow:1;*/
    /*}*/
    
    .results-parent .cbc-game-start-screen-left-column, .results-parent .cbc-game-start-screen-right-column{
        width:100% !important;
        height:auto;
    }
    
    .cbc-game-start-screen-parent .cbc-game-start-screen-left-column,
    .cbc-game-start-screen-parent .cbc-game-start-screen-right-column{
        width: 100% !important;
        height:auto;
    }
    
    .videoInstCont{
        flex-direction:column;
        
    }
    
    .videoInstCont .cbc-game-instruction-text{
        visibility:hidden;
    }
    
    .cbc-game-start-screen-parent .cbc-game-start-screen-right-column{
        height:auto;
    }

    
    .results-parent{
        flex-direction: column !important;
        overflow: scroll;
    }
    .game-wrapper-main .userReady-left {
        padding-right: 25px;
    }
    .results-parent h1{
        margin-top: 30px !important;
        margin-bottom: 20px;
        line-height: 120%;
    }

    .replay-button.begin-button {
        position: absolute;
        bottom: 25px;
        right: 25px;
    }
    
    .cbc-game-start-screen-left-column > h1{
        
    }
    
    .leave-button.exit-game{
        position: absolute;
        bottom: 25px;
        left: 25px;
    }
    .replay-button p,
    .leave-button p {
        font-size:20px !important;
    }
    
    .score-container.current{
        padding-bottom: 100px;
        background:#eee !important;
    }
}



.scoreSpan {
  font-size: 0.5em !important;
  margin-top: 0 !important;
  margin-left: 0.5em !important;
}

.email-editor-toggle .fusion-toggle-heading{
    color: #B86BA1 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

/**DEFAULT NEW CLIENT LIST STYLE**/

.cbc-datatables-default-style .cbc-client-list-user-panel .dtr-title {
  display: none !important;
}

.fusion-button.import-client-button {
  position: absolute;
    top: -12px;
    right: 14px;
    z-index: 10;
}


.cbc-datatables-default-style .dtr-details {
  width: 100%;
}

.cbc-datatables-default-style .dtr-control:before {
  background-color: #3366cc !important;
}

.cbc-datatables-default-style .cbc-client-list-actions.dtr-control:before {
  background-color: #3366cc !important;
}

.cbc-datatables-default-style table.dataTable thead .sorting_asc {
  background-position: center left !important;
}

.cbc-datatables-default-style table.dataTable thead .sorting_desc {
  background-position: center left !important;
}

.cbc-datatables-default-style table.dataTable thead .sorting {
  background-position: center left !important;
}

.cbc-datatables-default-style .dt-buttons {
  float: right !important;
  /*background:#F4F5F8 !important;*/
}

.cbc-datatables-default-style .dt-button {
  /*background:#F4F5F8 !important;*/
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0.25em !important;
  font-size: 1.5em !important;
  line-height: initial !important;
  color: #666 !important;
}

.cbc-datatables-default-style .odd {
  background: #ffffff !important;
}

.cbc-datatables-default-style .even {
  background: #f2f8ff !important;
}

.cbc-datatables-default-style .dtsp-panesContainer {
  width: 25%;
  float: right;
}

.cbc-datatables-default-style .dtsp-title {
  display: none;
}

.cbc-datatables-default-style .dtsp-clearAll {
  display: none;
}

.cbc-datatables-default-style .dtsp-showAll {
  display: none;
}

.cbc-datatables-default-style .dtsp-collapseAll {
  display: none;
}

.cbc-datatables-default-style .select-checkbox {
  top: 0 !important;
}

.cbc-datatables-default-style h5 {
  font-weight: 600 !important;
  font-size: 36px !important;
  color: #416b91 !important;
  margin-bottom: 30px;
}

.cbc-datatables-default-style #activity_log_table {
  width: 100% !important;
}

.cbc-datatables-default-style .table.dataTable {
  border-spacing: 0px 3px !important;
}

.cbc-datatables-default-style .table.dataTable.no-footer {
  border: none;
}

.cbc-datatables-default-style
  #post-68
  > div
  > div.fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling
  > div
  > div
  > div
  > div {
  padding: 2% !important;
  background: white !important;
}

.cbc-datatables-default-style table thead tr th {
  padding: 10px !important;
  margin: 0 !important;
  margin-left: 5px !important;
  padding-left: 20px !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  text-align: left !important;
  height: auto !important;
  background: transparent;
  color: white;
}

.cbc-datatables-default-style .cbc-datatables-child-table thead tr th {
  color: black;
}

.cbc-datatables-default-style table thead {
  background: rgb(51, 102, 204) !important;
  background: linear-gradient(
    90deg,
    rgba(51, 102, 204, 1) 0%,
    rgba(175, 96, 151, 1) 100%
  ) !important;
  border: none !important;
}

.cbc-datatables-default-style table > tbody > tr > td {
  font-size: 14px !important;
  font-weight: 400 !important;
  vertical-align: middle !important;
  text-align: left !important;
  word-wrap: none !important;
  font-family: 'Montserrat', sans-serif;
  border: none !important;
}

/*
    #cbc-client-list_paginate > span > a{
        display:none !important;
    }
    */
/*
    #cbc-client-list_length{
        display:none !important;
    }
    */
.cbc-datatables-default-style .dataTables_length {
  margin-right: 25px !important;
}

.cbc-datatables-default-style .dataTables_length select {
  height: auto !important;
  padding: 10px !important;
}

.cbc-datatables-default-style .paginate_button {
  border: none !important;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
}

.cbc-datatables-default-style .paginate_button.next {
  padding: 5 !important;
}

.cbc-datatables-default-style .paginate_button.previous {
  padding: 5 !important;
}

.cbc-datatables-default-style .paginate_button:active {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.cbc-datatables-default-style .paginate_button.current {
  background: none !important;
  font-weight: 500 !important;
  border: none !important;
}

.cbc-datatables-default-style .paginate_button:hover {
  background: none !important;
  border: none !important;
  color: black !important;
  font-weight: 500 !important;
}

.cbc-datatables-default-style #activity_log_table_previous:hover {
  background: #416b91 !important;
  color: white !important;
  border: none !important;
}
.cbc-datatables-default-style .dataTables_filter {
  /*position:absolute;*/
  /*top:-40px;*/
  /*right:0;*/
  float: left !important;
}
.cbc-datatables-default-style
  .dataTables_filter
  > label
  > input[type='search'] {
  //background:white !important;
}

/*tr:hover{*/
/*    background:white !important;*/
/*}*/

.cbc-datatables-default-style
  .dataTables_filter
  > label
  > input[type='search'] {
  background: #f4f4f4 !important;
  padding: 10px !important;
  background-color: transparent;
  border: none !important;
}

.cbc-datatables-default-style table {
  border-bottom: 10px solid !important;
  border-bottom-width: 10px !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(
    90deg,
    rgba(175, 96, 151, 1) 0%,
    rgba(51, 102, 204, 1) 100%
  ) !important;
}

/**DEFAULT NEW CLIENT LIST STYLE END **/

/**********************************/
/**     LARGE DEVICE SCALING     **/
/**********************************/

@media (min-aspect-ratio: 188 / 100) {
  #ahs-mp-exercise-game-area {
    background: #f9a; /* red */
    transform-origin: top center;
    transform: scale(0.95);
  }
}

@media (min-aspect-ratio: 214 / 100) {
  #ahs-mp-exercise-game-area {
    background: #f9a; /* red */
    transform-origin: top center;
    transform: scale(0.9);
  }
}

@media (min-aspect-ratio: 240 / 100) {
  #ahs-mp-exercise-game-area {
    background: #f9a; /* red */
    transform-origin: top center;
    transform: scale(0.85);
  }
}

@media (min-aspect-ratio: 266 / 100) {
  #ahs-mp-exercise-game-area {
    background: #f9a; /* red */
    transform-origin: top center;
    transform: scale(0.8);
  }
}

@media (min-aspect-ratio: 290 / 100) {
  #ahs-mp-exercise-game-area {
    background: #f9a; /* red */
    transform-origin: top center;
    transform: scale(0.72);
  }
}

@media (min-aspect-ratio: 320 / 100) {
  #ahs-mp-exercise-game-area {
    background: #f9a; /* red */
    transform-origin: top center;
    transform: scale(0.65);
  }
}

@media (min-aspect-ratio: 348 / 100) {
  #ahs-mp-exercise-game-area {
    background: #f9a; /* red */
    transform-origin: top center;
    transform: scale(0.6);
  }
}

@media (min-aspect-ratio: 370 / 100) {
  #ahs-mp-exercise-game-area {
    background: #f9a; /* red */
    transform-origin: top center;
    transform: scale(0.55);
  }
}

@media (min-aspect-ratio: 400 / 100) {
  #ahs-mp-exercise-game-area {
    background: #f9a; /* red */
    transform-origin: top center;
    transform: scale(0.5);
  }
}

/**********************************/
/**     SMALL DEVICE SCALING     **/
/**********************************/

@media (min-aspect-ratio: 188 / 100) and (min-width: 768px) and (max-width: 1366px) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.95) !important;
  }
}

@media (min-aspect-ratio: 214 / 100) and (min-width: 768px) and (max-width: 1366px) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.85) !important;
  }
}

@media (min-aspect-ratio: 240 / 100) and (min-width: 768px) and (max-width: 1366px) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.75) !important;
  }
}

@media (min-aspect-ratio: 266 / 100) and (min-width: 768px) and (max-width: 1366px) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.65) !important;
  }
}

@media (min-aspect-ratio: 290 / 100) and (min-width: 768px) and (max-width: 1366px) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.55) !important;
  }
}

@media (min-aspect-ratio: 320 / 100) and (min-width: 768px) and (max-width: 1366px) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.5) !important;
  }
}

@media (min-aspect-ratio: 348 / 100) and (min-width: 768px) and (max-width: 1366px) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.5) !important;
  }
}

@media (min-aspect-ratio: 370 / 100) and (min-width: 768px) and (max-width: 1366px) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.45) !important;
  }
}

@media (min-aspect-ratio: 400 / 100) and (min-width: 768px) and (max-width: 1366px) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.4) !important;
  }
}

@media (min-aspect-ratio: 4 / 3) {
  #ahs-mp-exercise-game-area {
    transform-origin: top center;
    transform: scale(0.85) !important;
  }
}

/* USER READY MEDIA QUERY */

@media (min-device-width: 0px) and (max-device-width: 450px) /* large mobile width */ and (orientation: portrait) {
    #ahs-mp-exercise-game-area {
        transform-origin: top center;
        transform: scale(0.85) !important;
    }
    
    .game-wrapper-main .userReady, body #assessment-test-area .game-wrapper-main .userReady {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: white;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: scroll;
    }
    
    .game-wrapper-main .userReady-left,
    body #assessment-test-area .game-wrapper-main .userReady-left {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        background: white;
    }

    .game-wrapper-main .userReady-left-top, body #assessment-test-area .game-wrapper-main .userReady-left-top {
        position: relative;
        width: 100%;
        height: auto;
    }  
    
    .game-wrapper-main .userReady-left-top h1, body #assessment-test-area .game-wrapper-main .userReady-left-top h1 {
        width: 90%;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Montserrat', sans-serif;
        color: #4b6d93;
        font-weight: bold;
        line-height: 1.25 !important;
        margin: 0 !important;
    }
    
    .game-wrapper-main .userReady-left-top .cbc-game-instruction-text, body #assessment-test-area .game-wrapper-main .userReady-left-top .cbc-game-instruction-text {
        text-align: left;
        font-family: 'Open Sans' , sans-serif;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.5 !important;
        margin-top: 15px !important;
    }
      
    .game-wrapper-main .userReady-right,
    body #assessment-test-area .game-wrapper-main .userReady-right {
        position: relative !important;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        min-height: 400px;
        padding: 25px;
    }
  
    .game-wrapper-main .userReady-left-bottom, body #assessment-test-area .game-wrapper-main .userReady-left-bottom {
        position: relative;
        width: 100% !important;
        height: auto !important;
    } 
    
    .game-wrapper-main .userReady-left-bottom .dot, body #assessment-test-area .game-wrapper-main .userReady-left-bottom .dot {
        position: relative;
        margin: 10px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #4b6d93 !important;
    }
    
    .game-wrapper-main .userReady-right .userReady-right-button-container, body #assessment-test-area .game-wrapper-main .userReady-right .userReady-right-button-container {
        position: relative;
        width: 100% !important;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 25px !important;
        bottom:0 !important;
        right:0 !important;
    }
    
    .game-wrapper-main .exit-game {
        width: 45%;
        height: 50px;
        background: WHITE;
        color: #d9af41;
        font-size: 1.5em;
        font-family: 'Montserrat', sans-serif;
        display: flex;
        font-weight: 500;
        border: 2px solid #d9af41;
        justify-content: center;
        align-items: center;
        border-radius: 0.5em;
        margin-bottom: 0px;
        cursor: pointer;
    }
    
    .game-wrapper-main .userReady-left-button, body #assessment-test-area .game-wrapper-main .userReady-left-button {
        width: 45% !important;
        height: 50px;
        background: #d9af41;
        color: white;
        font-size: 1.25em;
        font-family: 'Montserrat', sans-serif;
        display: flex;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        border-radius: 0.5em;
        cursor: pointer;
        margin: 0;
    }
    
    
    .game-wrapper-main .userReady-left-bottom h1, body #assessment-test-area .game-wrapper-main .userReady-left-bottom h1 {
        text-align: left;
        font-size: 1.25em !important;
        font-family: 'Montserrat', sans-serif;
        color: #4b6d93;
        font-weight: bold;
        line-height: 1.8 !important;
        margin: 0 !important;
    }    
  
}

/* PREVIOUS SCORE DISPLAY ON GAMES */

#userReady > div.userReady-right > div {

}


/*.score-container.previous {*/
/*  position: relative !important;*/
/*  margin-bottom: 100px;*/
/*}*/

/*.score-container.previous p {*/
/*  font-size: 2em;*/
/*}*/

/*.score-container.previous .scoreDisplay {*/
/*  font-size: 2.5em;*/
/*}*/

/*.score-container.previous .resultsScore {*/
/*  width: 100%;*/
/*}*/

/*#ahs-mp-exercise-game-area*/
/*  > div*/
/*  > div*/
/*  > div.results-parent*/
/*  > div*/
/*  > div.score-container.previous*/
/*  > p {*/
/*  font-size: 1em;*/
/*  text-shadow: none !important;*/
/*}*/

/*#ahs-mp-exercise-game-area*/
/*  > div*/
/*  > div*/
/*  > div.results-parent*/
/*  > div*/
/*  > div.score-container.previous*/
/*  > h1 {*/
/*  font-size: 1.5em !important;*/
/*}*/

/*.scoreDisplay.results {*/
/*  font-size: 1.5em;*/
/*}*/

@media (min-device-width: 0px) and (max-device-width: 450px) and (orientation: landscape) {
  /*.score-container {*/
  /*  margin-bottom: 100px !important;*/
  /*}*/

  /*.results {*/
  /*  transform: scale(0.55);*/
  /*  height: auto !important;*/
  /*  display: flex !important;*/
  /*  position: relative !important;*/
  /*}*/

  /*.replay-button {*/
  /*  height: auto !important;*/
  /*  position: relative !important;*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*  align-items: center;*/
  /*  padding: 10%;*/
  /*  z-index: 999999999999 !important;*/
  /*}*/

  /*.leave-button {*/
  /*  height: auto !important;*/
  /*  position: relative !important;*/
  /*  padding: 10%;*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*  align-items: center;*/
  /*  z-index: 999999999999 !important;*/
  /*}*/

  .score-container.previous {
  }
}

/* AREAS OF BRAIN IN ASSESSMENT/EXERCISE */


/* Video tutorials for assessment/exercise */

.videoInstCont {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top:25px;
}

.videoInstCont p {
    text-align: left;
    width: 35%;
    left: 1%;
    position: relative;
    color: #4a6b8e;
    margin: 0 !important;
}

.videoInst {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom:-12px;
}

@media (min-device-width: 0px) and (max-device-width: 450px) /* large mobile width */ and (orientation: portrait) {
  .videoInst {
    left: 0;
    width: 100%;
  }
}

/* Audio slider & mute button / text for assessments / exercises */

.volumeText {
  position: absolute;
  top: 25%;
  left: 13%;
  height: auto;
  color: #4b6b8f;
  font-size: 1em;
  font-weight: 600;
  margin: 0px !important;
}

.volumeP {
  margin: 0px;
}

.audioController {
  width: auto;
  height: auto;
}

.controlGammaSlider {
  position: absolute;
  top: 32%;
  left: 4%;
  width: 8% !important;
  height: 31%;
  margin: 0 !important;
}

@media (min-device-width: 0px) and (max-device-width: 450px) /* large mobile width */ and (orientation: portrait) {
  .volumeP {
    display: none;
  }

  .audioController {
    left: 2.5%;
    width: 12.5%;
  }

  .controlGammaSlider {
    position: absolute;
    top: 32%;
    left: 17%;
    width: 25%;
    height: 31%;
  }
}

/** Tablet media query for games */
/*@media (min-device-width: 450px) and (max-device-width: 768px){*/
/*     .outer-wrapper {*/
/*         padding-bottom: 50% !important;*/
/*     }*/

/*     #ahs-mp-exercise-game-area > div > div > div.results-parent > div > div.score-container.previous > p {*/
/*         font-size: 3em !important;*/
/*     }*/

/*     #ahs-mp-exercise-game-area > div > div > div.results-parent > div > div.score-container.previous > h1 {*/
/*         font-size: 4.5em !important;*/
/*     }*/

/*     .videoInst{*/
/*         width:45% !important;*/
/*     }*/
/*}*/


body #assessment-test-area .game-wrapper-main .userReady-left-button p,
body #assessment-test-area .next p,
body #assessment-test-area .answer p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.cbc-restricted-overlay {
  width: 162%;
  height: 121.65%;
  position: fixed;
  top: -10%;
  left: -31%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.cbc-restricted-message {
  color: #fff !important;
  text-align: center;
  margin-top: 200px;
}

/* Progress Reports Styles*/

.pr-game-item {
  background: white;
}

/* Client List Styles */
.cbc-red-dot {
  height: 20px;
  width: 20px;
  background-color: #f07d7d;
  border-radius: 50%;
  display: inline-block;
}

.redFocusSpan {
  position: absolute;
  top: 7px;
  right: 145px;
  text-align: center;
  width: 255px;
  padding: 60%;
  height: auto;
  background: black;
  color: white;
  display: none;
  font-weight: 800;
}

.cbc-datatable-container > div > div > div > div {
  padding: 2% !important;
  background: white !important;
}

/* Client Details Page Styles */
#note-save-success,
#note-save-error,
#note-save-warning {
  display: none;
}

.ui-dialog.ahs-mp-exercise-dialog {
  position: fixed !important;
  width: auto !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  background-color: white !important;
}

.practitioner-details-info-column,
.practitioner-details-subscription-column {
  float: left;
  width: 50%;
}

.cbc-alert-box {
  display: none;
}

/* box titles on client dashboard */
body.page-id-542 h3 {
  display: block;
  border-bottom: 1px solid black;
  font-size: 18px;
}

body .ui-dialog-titlebar {
  visibility: hidden;
}

body .hide {
  display: none !important;
}

/* the following section can be added to a global CSS file since it can be applied to all games */
.outer-wrapper .controlBar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.outer-wrapper .controlBar .gameButton {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 1em;
  border-radius: 5px;
  background: #4a6b8e;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: white;
  padding: 5px 10px;
  margin: 0px 5px;
}

.timerCont {
  font-variant-numeric: tabular-nums;
}
.outer-wrapper .floatRight {
  float: right;
}

/** UPGRADE BANNER */
.upgrade-cont {
  color: #fff;
  /*padding: 20px;*/
  height: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(75, 107, 143, 1) 0%,
    rgba(183, 107, 160, 1) 100%
  );
  overflow: hidden;
}

.upgrade-cont p {
  margin-bottom: 0 !important;
}

.cbc-upgrade-left-side,
.cbc-upgrade-right-side {
  float: left;
  width: 50%;
}

.cbc-upgrade-left-side {
  padding: 20px;
}

.cbc-upgrade-right-side {
  text-align: right;
  padding: 25px;
}

.cbc-upgrade-title-text {
  font-weight: 600;
  font-size: 1.2em;
}

.cbc-upgrade-subtitle-text {
  font-size: 0.8em;
}

.cbc-upgrade-learn-more-btn,
.cbc-upgrade-widget-btn {
  width: 150px;
}

.cbc-upgrade-learn-more-btn,
.cbc-upgrade-learn-more-btn:hover {
  background: none !important;
  border: 1px solid #fff !important;
}

.cbc-upgrade-widget-btn,
.cbc-upgrade-widget-btn:hover {
  background: #fff !important;
  color: #4b6b8f !important;
}

html:not(.avada-has-site-width-percent) body.page-id-542 #main {
  padding-left: 60px !important;
  padding-right: 0px !important;
}

.cbc-requires-full-subscription-overlay {
  background-color: rgba(161, 161, 161, 0.8);
  height: 100%;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.client-dashboard-section#lifestyle {
  display: block;
}

.cbc-disable-gamma-exercises {
  pointer-events: none;
  filter: grayscale(100%);
}

.inputDisabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}

.client-dashboard-section#lifestyle {
  display: none;
}

/** Media Queries **/
@media (max-width: 850px) {
  .cbc-upgrade-left-side,
  .cbc-upgrade-right-side {
    width: 100%;
  }

  .cbc-upgrade-right-side {
    text-align: center;
  }
}
@media (min-device-width: 320px) and (max-device-width: 767px) /* was 812 */ and (orientation: portrait) {
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

#ahs-mp-exercise-dialog .no-phone-message {
  display: none;
  font-size: 2em;
  text-align: center;
}
#ahs-mp-exercise-dialog .no-phone-message a {
  color: white;
}

@media (min-device-width: 320px) and (max-device-width: 767px) /* was 812 */ {
  /* #ahs-mp-exercise-dialog.no-phone .no-phone-message {
    display: block;
  }
  #ahs-mp-exercise-dialog.no-phone #ahs-mp-exercise-game-area {
    display: none;
  } */
}

/* calendar relative */
.fa-calendar-alt {
  position: relative !important;
}

/* switch back styling */

#user_switching_switch_on {
  position: fixed;
  z-index: 9999999999999999;
  bottom: 25px;
  left: 50px;
  width: auto;
  height: auto;
  padding: 10px 29px;
  background: #d8af45;
  color: white !important;
  border-radius: 4px;
}

#user_switching_switch_on a {
  color: white;
  font-family: Open Sans;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

/** Section Overlay **/

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 107, 143, 0.75);
  z-index: 999999;
}

.assessment-results-bottom-row {
  /*padding-bottom:2%;*/
  /*margin-bottom:-1.5% !important;*/
}

.my-account-area {
  //background: #e2e2e2 !important;
}

.assessment-results-area {
  position: relative;
  padding-bottom: 1%;
  //background: #e2e2e2 !important;
}

.cognitive-exercise-area {
  position: relative;
  padding-bottom: 1%;
  //background: #e2e2e2 !important;
}

.coherence-training-area {
  position: relative;
  padding-bottom: 1%;
  //background: #e2e2e2 !important;
}

.lifestyle-area {
  //background: #e2e2e2 !important;
  padding-bottom: 2%;
  margin-bottom: 0% !important;
}

.science-area {
  //background: #e2e2e2 !important;
}

.pract-account-info {
  //background: #e2e2e2 !important;
}

.pract-summary {
  //background: #e2e2e2 !important;
}

.client-header-area {
  margin: 0 !important;
  padding: 0 !important;
}

.backgroundAnimate,
.backgroundAnimate > * {
  animation: backgroundAnimateBlue 1s linear 0s infinite alternate;
}

@keyframes backgroundAnimateBlue {
  0% {
    background: white;
  }

  100% {
    background: #ccd6e0;
  }
}

.loading-message-container {
  position: absolute !important;
  top: 0;
  left: -2px;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  padding-top: 100px !important;
}

.cbc-list-eyeball {
  color: #b86ba1;
}

/*
body.page-client-progress-report .post-content{
    height: 2000px;
}
.progress-report-wrapper-for-scraping{
    transform: scale(.3);
    position: absolute !important;
    top: -1000px;
    left: -300px;
    width: 1000px;
}
*/

.mp-exercise-category-spacer{
    margin:0 !important;
    height:20px !important;
}

.category-focus{
    border:2px solid #D9AF41;
    box-shadow:0px 0px 5px #D9AF41;
}

/* modify client dashboard on phones */
@media (max-device-width: 451px) {
     body.page-id-542 .avada-page-titlebar-wrapper{
        display: none;
    }
    #left-sidebar{
        top: auto;
        right: 0px;
        width: 100%;
        padding-top: 0px;
    }
    #left-sidebar.closed{
        width: 100%;
    }
    #left-sidebar .fusion-column-wrapper{
        flex-direction: row;
        justify-content: center;
    }
    #left-sidebar .fusion-row .fusion-layout-column .fusion-column-wrapper > div{
        display: inline;
        width: auto;
        float:left;
    }
    #left-sidebar a.fusion-button{
        width: 50px;
        padding-left: 10px;
    }
    
    #circleOverallResult{
        margin-top: 25px !important;
        width: 150px !important;
        font-weight: 500 !important;
        font-family: 'Montserrat', sans-serif;
    }
    
    #circleOverallResult .circle-text{
        font-family: 'Montserrat', sans-serif;
        color: #aaa !important;
        font-size: 24px !important;
        transform: translateY(8px) !important;
        font-weight: 500 !important;
    }
    
    .cbc-client .cbc-my-account-information{
        float: left;
        margin-top: 7px !important;
        word-break: break-word;
        margin-left: 0 !important;
    }
    
    .free-to-clients .cbc-my-account-manage-link {
        float: left !important;
        margin-top: 15px !important;
    }
    
    #client-my-account .admin-console-explanation{
        margin-right: 14px !important;
    }
    
    .intercom-lightweight-app-launcher, .intercom-app iframe{
        bottom: auto !important;
        top: 10px !important;
    }
    
    .outer-wrapper.cbc-hrv-wrapper .userReady-left{
        width:100% !important;
    }
    
    .outer-wrapper.cbc-hrv-wrapper{
        padding-top:123% !important;
        padding-bottom:0 !important;
    }
    
    .outer-wrapper.cbc-hrv-wrapper .userReady-left-button{
        width: 300px !important;
        height: 50px !important;
        margin-top:0 !important;
        font-size:24px !important;
    }
    
    .outer-wrapper.cbc-hrv-wrapper .userReady-left-button p{
        font-size:24px !important;
    }
    
    .outer-wrapper.cbc-hrv-wrapper .userReady-right{

    }
    
    .gamma-player{
        width: 100% !important;
        height: 25% !important;
        left: 0 !important;
        bottom: 0 !important;
        top:auto !important;
    }
    
    .gamma-player-bottom{
        display:none !important;
    }
    
    .gamma-player-top{
        height:100% !important;
    }
    
    .gamma-player-name{
        height:25% !important;
        font-size:20px !important;
    }
    
    .gamma-player-time-stamp{
        top:26% !important;
    }
    
    .track-time{
        font-size:18px !important;
    }
    
    .gamma-player-progress{
        top:47% !important;
    }
    
    .gamma-player-controls{
        top:67% !important;
        border-bottom:none !important;
    }
    
    .player-item{
        width:35px !important;
        height:35px !important;
    }
    
    .player-volume-control{
        width:35px !important;
        height:35px !important;
    }
    
    .outer-wrapper.cbc-hrv-wrapper .hrv-parent{
        top:0;
        left:0 !important;
        bottom:25% !important;
        width:100% !important;
        height:75% !important;
    }
    
    .outer-wrapper.cbc-hrv-wrapper .hrv-slider{
        width: 28px !important;
        height: 195px !important;
    }

    .intercom-lightweight-app-launcher .intercom-launcher{
      display:none !important;
    }

    .cbc-hrv-wrapper .hrv-sidebar{
      left:10px;
    }
    
    .slider-text{
        font-size:18px !important;
    }
    
    .slider-text-top{
        top:-50px !important;
        left:-27px !important;
        background:rgba(144,164,188,0.75) !important;
        padding:4px !important;
    }
    
    .slider-text-bottom{
        position: absolute;
        bottom: -50px !important;
        left: -29px !important;
        padding: 4px !important;
        background:rgba(144,164,188,0.75) !important;
    }
    
    .outer-wrapper.cbc-hrv-wrapper .stop-button{
        top: 60px;
        right: 10px;
        width: 185px;
        height: 40px;
        font-size: 20px;
        display: flex;
        font-weight: 500;
    }
    
    .hrv-circle{
        transform:scale(2.5) translateX(10px);
    }
    
    .breath-text-cont{
        transform:scale(2.5) translateX(10px);
    }
    
    .volume-slider{
        position: relative;
        top: -100px !important;
        width: 189px !important;
        left: -114px !important;
        background: rgba(144,164,188,0.75) !important;
        padding: 18px !important;
    }
    
    .gamma-song{
        font-size:24px !important;
    }
    
    .gamma-song-title{
        font-size:18px !important;
    }
    
    .gamma-song-title p{
        margin-bottom:0 !important;
    } 
    
    .tooltipSideBar{
        display:none !important;
    }
    
    .client-dashboard-header{
        
    }
    
    .videoInstCont{
        height:215px !important;
    }
    
    #ahs-mp-exercise-dialog{
        width: 100% !important;
        min-height: none !important; 
        max-height: none !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
    
    #ahs-mp-exercise-game-area{
        transform-origin:initial !important;
        transform:scale(1) !important;
        position:absolute !important;
        top:0 !important;
        left:0 !important;
        right:0 !important;
        bottom:0 !important;
    }
    
    .outer-wrapper{
        position: relative !important;
        overflow: hidden !important;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }
    
    .sequence-parent{
      position: relative !important;
      top: 0 !important;
      width: 100% !important;
      height: auto !important;
      border-radius: 1% !important;
      box-sizing: content-box !important;
      overflow: visible !important;
      font-family: 'Montserrat', sans-serif !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      padding: 0 !important;
      flex: 1;
    }
    
    /* .sequence-top{
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        padding-bottom: 0 !important;
        align-items: center !important;
        top: 5% !important;
    } */
    
    .digit-display{
        margin:0 !important;
    }
    
    .sequence-bottom{
      position: relative !important;
      box-sizing: content-box !important;
      height: auto;
      width: 100% !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important; 
    }
    
    .sequence-rows{
        width:75% !important;
    }
    
    
    .outer-wrapper.cpt-sequence .game-wrapper-main .sequence-bottom{
        position: relative !important;
        bottom:0px !important;
        top: 0px !important;
        left: 0px !important;
        box-sizing: content-box !important;
        height: 100% !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .word-color-bottom{
        position: relative !important;
        bottom:0px !important;
        top: 0px !important;
        left: 0px !important;
        box-sizing: content-box !important;
        height: 100% !important;
        width: 350px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;        
    }
    
    
    .word-color-bottom .sequence-rows{
        height:80px !important;
        width:290px !important;
    }
    
    .word-color-bottom .digit{
        width:60px !important;
        height:60px !important;
        padding: 0 !important;
    }
    
    .game-wrapper-main{

    }
    
    .game-wrapper-main.mpt-random-sequence .item-circle-parent{
        transform:scale(2) !important;
        height:100% !important;
    }
    
    .target{
        width:15vw !important;
        height:15vw !important;
    }
    
    .target-ref{
        height:15vw !important;
        width:15vw !important;
    }
    .controlBar{
        /* position: absolute !important;
        bottom: 0 !important;
        display: block !important; */
        overflow: hidden !important;
        width: 100% !important;
        height: auto !important;
        background:white;
        /* background-color: #bfcbd9 !important;
        padding: 10px !important; */
    }
    
    .controlBar .controlGammaSlider{
        width: 30% !important;
    }
    
    body.page-id-542 .fusion-footer{
        display:none !important;
    } 
    
    html:not(.avada-has-site-width-percent) body.page-id-542 #main{
        padding:0 !important;
    }
    
    #client-my-account{
        padding:0 !important;
        margin:0 !important;
    }
    
    #client-my-account .fusion-builder-row{
        margin:0 !important;
    }    
    
    #client-mp-exercises{
        margin:0 !important;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    #lifestyle{
        padding:0 !important;
        margin:0 !important;
    }
    
    #lifestyle .fusion-builder-row{
        margin:0 !important;
    }    
    
    .overAllTypeTarget{
        text-align:center;
    }
    
    .cognitive-exercise-area .fusion-column-wrapper{
        margin:0 !important;
        margin-left:7px !important;
        width:96% !important;
    }
    
    .coherence-training-area .fusion-column-wrapper{
        margin:0 !important;
        margin-left:7px !important;
        width:96% !important;
    }    

    .my-dashboard-header , .gamma-exercise-header ,
    .lifestyle-header , .assessment-header ,
    .progress-report-header, .hrv-header{
        display:none !important;
    }
    
    .gamma-exercise-header{
        display:none !important;
    }
    
    body .post-content #client-mp-exercises .fusion-builder-row{
        margin:0 !important;
        width:100% !important;
        max-width:100% !important;
    }
    
    #client-mp-exercises .fusion-builder-row .mpe-header{
        margin-left:7px !important;
        margin-right:23px !important;
    }
    
    .mpe-button{
        font-size:14px !important;
    }
    
    .mpe-header-text{
        font-size:24px !important;
        padding-right:105px !important;
        word-wrap:break-word;
    }
     
    
    .mpe-header .mpe-header-text{
        font-size:18px !important;
    }
    
    #client-mp-exercises .mp-thumbnail{
        margin-left: 7px !important;
        margin-right: 23px !important;
    }
    
    .mp-exercise-category-spacer{
        margin:0 !important;
        height:10px !important;
    }
    
    #client-mp-exercises .fusion-builder-row .fusion_builder_column_1_1:not(.mpe-header):not(.mp-exercise-category-spacer){
        margin-right:15px !important;
        margin-bottom:10px !important;
    }
    
    .brainAreaCont{
        right:10px !important;
        width:100px !important;
    }
    
    .brainAreaImg{
        width:35px !important;
        margin-right:5px !important;
    }
    
    .left-sidebar-button.activity-log{
        display:none !important;
    }
    
    .key-cont{
        width:100% !important;
    }
    
    .key-title{
        font-size:14px !important;
    }
    
    .pr-game-image{
        display:none !important;
    }
    
    .pr-game-display .fusion-column-wrapper{
        height:auto !important;
        padding-top:25px !important;
        margin:0 !important;
    }
    
    #client-progress-reports .pr-header-text{
        display: flex!important;
        justify-content: center !important;
        align-items: center !important;
        font-family: 'Montserrat', sans-serif;
        text-align: center !important;
        width: 100% !important;
        height: auto !important;
        margin-top:15px !important;
        margin-bottom:15px !important;
        font-weight: 700 !important;
        color: #4b6d93 !important;
        transform:none !important;
    }
    
    .pr-header-text p{
        margin: 0 !important;
        font-size: 24px !important;
    }
    
    .worst-cate-item{
        height:auto !important;
    }
    
    .worst-cate-item .worst-cate-text{
        font-size:16px !important;    
    }
    
    .cbc-overall-score-area{
        margin-right:5px !important;    
    }
    
    .cbc-overall-score-container{
        padding:15px !important;
    }
    
    .cbc-assessments-last-result-header .fusion-button{
        width:150px !important;
    }
    
    #client-progress-reports .radial-subtext{
        font-size:16px !important;
    }
    
    #client-progress-reports .radialGuage{
        margin-top: 50px !important;
        width: 150px !important;
    }
    
    #client-progress-reports .circle-text{
        font-size: 24px !important;
        transform: translateY(7.5px) !important;
    }
    
    #client-progress-reports .fusion_builder_column_1_5:not(.pr-game-display){
        width:50% !important;
        margin-bottom: 0px !important;
    }
    
    #client-progress-reports .fusion-flex-column{
        padding-bottom: 0px !important;
    }
    
    #client-progress-reports{
        margin-left:12px;
    }
    
    .progress-report-header .fusion-column-wrapper{
        margin: 0 !important;
        margin-right: 7px !important;
    }
    
    .progress-report-title{
        display:none;
    }
    
    #client-progress-reports .canvasParent{
        margin-bottom:15px !important;
    }
    
    .mobile-tab-menu-parent{
        position: fixed;
        bottom: 50px;
        background: rgba(75, 107, 143 , 0.95);
        width: 100%;
        height: auto;
        z-index: 999;
        display:none;
    }
    
    .mobile-tab-menu-parent .fusion-column-wrapper{
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-evenly !important;
        align-items: start !important;    
    }
    
    .mobile-tab-menu-parent .fusion-button-text{
        display:block !important;
        color:white !important;
        font-size:16px !important;
        font-weight:400 !important;
    }
    
    .mobile-tab-menu-parent .fusion-column-wrapper > div{
        width:100%;
    }
    
    .mobile-tab-menu-parent a.fusion-button{
        padding-left:50px !important;
        width:100% !important;
    }
    
    .mobile-tab-menu-parent a.fusion-button::before{
        top:4px !important;
        width:35px !important;
        height:35px !important;
    }
        
    .mobile-tab-menu-parent .left-sidebar-button{
        margin:0 !important;
        margin-top: 5px !important;
        margin-bottom: 5px
    }
    
    .mobile-menu-parent{
        width: 100% !important;
        height: 50px;
        margin: 0 !important;
    }
    
    .mobile-menu-cont{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    .mobile-current-tab{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .menu-img{
        width: 35px;
        height: 35px;
        background: url(../css/images/my-account.svg);
        background-repeat: no-repeat !important;
        background-size: contain !important;
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(102%) contrast(105%);
        margin-left: 25px !important;
    }
    
    .menu-title{
        margin: 0 !important;
        font-size: 18px;
        font-weight:500 !important;
    }
    
    .menu-expand-trigger{
        width: 35px;
        height: 35px;
        object-fit: contain;
        transition:all 0.25s linear;
        margin-right: 25px !important;
    }
    
    .mobile-menu-open{
        transform: rotate(180deg);
    }
    
    .mobile-menu-item-selected{
        opacity:0.25 !important;
    }
    
    #assessment-instruction-area{
        padding-bottom:132% !important;
    }
    
    .instruction-area-left-finished{
        width:100% !important;
    }
    
    
    /* ASSESSMENT CHANGES FOR MOBILE */
    
    .fullscreen-assessment-parent{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999999;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;        
    }
    
    .fullscreen-assessment-fusion-row{
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        position: absolute;
        margin: 0 !important;
        padding: 0 !important;        
    }
    
    
    .progressBar{
        width: 100% !important;
        float:none !important;
    }
    
    .progressBar .bar{
        height:40px !important;
    }
    
    #assessment-next-button{
        float: none !important;
        width: 100% !important;
        margin-top: 15px !important;
    }
    
    .question .answer-wrapper {   
        font-size:0.7em !important;
        width: 33% !important;
        padding-bottom: 5px !important;        
    }
    
    .question-text{
        line-height:1.25 !important;
    }
    
    #assessment-end-button{
        height: 40px;
        font-size: 19px !important;
    }
    
    .question{
        padding-top:10px !important;
        padding-bottom: 0px !important;
        float: left !important;
    }
    
    .question label{
        font-size:1em !important;
    }
    
}

.game-wrapper-main .userReady-left{ padding-top: 0 !important; }


/* PRACTITIONER DASHBOARD STYLES */

.signup-options-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);
    z-index: 9;
    display: none;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    text-align: right;
    font-size: 24px;
    color: #4A6B8E !important;
    /*font-weight: 600;*/
}

.signup-options-overlay p{
    background:white;
    padding:10px !important;
}

.signup-options-overlay a{
    color: #4A6B8E !important;
    background:white;
    padding:10px !important;
    text-align:right !important;
}

body.subscription-practitioner-self-managed-subscription .hide.show-for-self-managed{ display: inline-block !important; }
body.subscription-practitioner-self-managed-subscription .hide.show-for-self-managed p{ margin-bottom: 0px !important;}
body.subscription-practitioner-self-managed-subscription .hide-for-self-managed{ display: none !important; }

body.subscription-practitioner-automated-subscription .hide.show-for-automated{ display: inline-block !important; }
body.subscription-practitioner-automated-subscription .hide.show-for-automated p{ margin-bottom: 0px !important;}
body.subscription-practitioner-automated-subscription .hide-for-automated{ display: none !important; }

.cbc-green{
  color: #87CDB3;
}
.cbc-dark-blue{
  color: #3366cc;  
}

.white-text{
  color: white;
}
.post-content .white-text h1,
.post-content .white-text h2,
.post-content .white-text h3,
.post-content .white-text h4{
  color: white;
}

.post-content p.cbc-section-heading,
.post-content p.cbc-block-subheading,
.post-content .cbc-section-heading p{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #C04C97;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 5px;
}
.cbc-section-subheading, 
.post-content p.cbc-block-heading{
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  color: #282F63;
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
}
.fusion-button.button-default.cbc-solid-blue-button,
.fusion-button.button-default.cbc-blue-outline-button{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .25em;
  border-width: 3px;
  border-style: solid;
  border-radius: 3em;
}
.fusion-button.button-default.cbc-solid-blue-button:hover,
.fusion-button.button-default.cbc-blue-outline-button:hover{
  color: white;
}
.fusion-button.button-default.cbc-solid-blue-button{
  background-color: #3366CC;
  border-color: #3366CC;
}
.fusion-button.button-default.cbc-solid-blue-button .fusion-button-text{
  color: white !important;
}
.fusion-button.button-default.cbc-solid-blue-button:hover .fusion-button-text{
  color: white !important;
}
.fusion-button.button-default.cbc-blue-outline-button{
  background-color: transparent;
  border-color: #b9daff;
}
.fusion-button.button-default.cbc-blue-outline-button .fusion-button-text{
  color: #3366CC !important;
}
.fusion-button.button-default.cbc-blue-outline-button:hover .fusion-button-text{
  color: #3366CC !important;
}
.cbc-blue2purple-gradient{
  background: linear-gradient( 90deg, rgba(51, 102, 204, 1) 0%, rgba(175, 96, 151, 1) 100% ) !important;
}
.cbc-blue2purple-border .fusion-column-wrapper,
.cbc-pink2orange-border .fusion-column-wrapper{
  border-color: transparent !important;
  border-width: 5px !important;
  border-style: solid !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}  
.cbc-blue2purple-border .fusion-column-wrapper{
  border-image: linear-gradient(to right, #3366CC, #C04C97) 1;
}
.cbc-pink2orange-border .fusion-column-wrapper{
  border-image: linear-gradient(to right, #C04C97, #EAB219) 1;
}
.fusion-layout-column.cbc-gray-background .fusion-column-wrapper{
  background: #f9f9f9 !important;
}
.fusion-layout-column.cbc-padded-block .fusion-column-wrapper{
  padding: 30px !important;
}
.cbc-section-separator{
  border-image: linear-gradient(to right, #C04C97, #EAB219) 1;
  border-width: 5px 0px 0px 0px !important;
  border-style: solid;
  margin-top: 7px;
  margin: 30px 0px 0px;
}
.cbc-section-separator .fusion-separator-border{
  border-color: transparent !important;
}
.cbc-learn-more-link,
.cbc-learn-more-link:active,
.cbc-learn-more-link:visited{
  text-decoration: underline;
  color: #c04c97;
}
.cbc-stat-table table{
  width: auto;
  max-width: 100%;
}
.table-1.cbc-stat-table thead tr,
.table-2.cbc-stat-table thead tr{

  display: none;
}
.table-1.cbc-stat-table tr td,
.table-2.cbc-stat-table tr td{
  border: none;
  padding: 0px 50px 0px 0px;
  line-height: 110%;
}
.cbc-stat-label{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.cbc-stat-value{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 40px;
}
.cbc-disabled-overlay{
  position: absolute;
  display: flex;
  align-items: center;
  top: 0px; left: 0px; right: 0px; bottom: 0px;
  background-color: rgb(240, 240, 240, .80);
  padding: 30px;  
}
.cbc-requires-stripe-msg{
    position: relative;
    padding: 20px;
    background-color: rgb(185,218,255, .8);
}

.program-wrapper .fusion-content-boxes.fusion-columns-1 .fusion-column {
  margin-bottom: 10px;
}
.program-wrapper.selected .cbc-select-program-button{
  display: none;
}
.program-wrapper .cbc-selected-program-alert{
  display: none;
}
.program-wrapper.selected .cbc-selected-program-alert{
  display: block;
}
.cbc-stripe-incomplete-alert{
  display: none;
}
.program-wrapper.selected.cbc-stripe-incomplete .cbc-stripe-incomplete-alert{
  display: block;
}


/* MENU ITEM VISIBILITY */
/*
  body.user-type-client .practitioner-menu-item,
  body.user-type-practitioner .client-menu-item,
  body.user-type-administrator .client-menu-item,
  body.user-type-administrator .practitioner-menu-item {
    display: none !important;
  }
*/

body.cerebrocore_legacy .cerebrocore_v2 {
  display: none !important;
}

body.cerebrocore_v2 .cerebrocore_legacy {
  display: none !important;
}



/* NEW CONTROL BAR STYLING */

.controlBar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background:white;
}

.control-bar-top-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.control-bar-progress-bar-cont {
  width: 100%;
  flex: 1;
  margin-right: 30px;
}

.control-bar-progress-bar {
  width: 100%;
  height: 10px;
  background: #bddafe;
}

.control-bar-progress-bar-fill {
  height: 100%;
  width: 0%;
  background: #b45596;
}

.control-bar-progress-bar-text {
  color: #3366cc;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
}

.timerCont {
  font-size: 22px;
  font-weight: 700;
  color: #3366cc;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.control-bar-bottom-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.exitGame {
  width: 55px;
  height: 30px;
  border: 4px solid #bddafe;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  color: #3366cc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.audioController {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.audioControllerIcon{
  width:20px;
}

.audioControllerText{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3366cc;
  margin-left: 11px;
}

.control-bar-score-counter-score{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: #7ecaad !important;
  margin-bottom: -12px !important;
  letter-spacing: 5px !important;
}

.control-bar-score-counter-text{
  font-family: 'Montserrat', sans-serif !important;
  color: #3366cc !important;
  font-size: 14px !important;
  margin: 0px !important;
  font-weight: 700 !important;
}


/* changes for braincore marketing system */

/* hide the title on the client list */
.rev-header{ display: none; }

/* click to download images */
.click-to-download-button{
  position: absolute;
  top: 0px; right: 0px;
  width: auto;
  height: auto;
  background-color: black;
  padding: 3px;
  line-height: 100%;
}
.click-to-download-button i.fontawesome-icon.fb-icon-element-1{
  margin:0px;
  padding: 3px;
  color: #dddddd;
}
.click-to-download-button i.fontawesome-icon.fb-icon-element-1:hover{
  color: white;
}