body{
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;  
}

.tt{
	font-family: Alegreya Sans SC;

}

.wjdt{
  height:  10px;
  width: 10px;
  position: absolute;
  bottom:  0;
  left:  0;
}

.tm{
    font-size: .5em;
}

.from{
  font-style: italic;
  margin-bottom: 0px;
  font-size: .5em;
  color: rgb(195, 195, 195);
}

.title-mediation-app{
  font-size: 12px;
  margin-bottom: 8px;
  /* margin-top: 2px; */
  letter-spacing: 3.5px;
  font-style: italic;
  color: rgb(195, 195, 195);
}

.tt-title{
  letter-spacing: 3.5px;
  font-size: .7em;
  margin-top: 3px;
  color: rgb(195, 195, 195);
}

.download-btn-container{
  width: 256px;
  margin: auto;
  border: 1.5px solid lightgrey;
  border-radius: 24px;
  margin-top: 96px;
}

.download-btn-container:active{
  background-color: rgb(239, 239, 239);
}

.download-btn-container:hover{
  background-color: rgb(239, 239, 239);
}

.download-btn-img{
  width: 215px;
  border-radius: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.repause-title{
  font-family: Apple SD Gothic Neo;
  font-style: initial;
  font-size: 2.85em;
  font-weight: 100;
  letter-spacing: 28px;
  margin-bottom: 0px;
}

.last-letter-spacing{
  letter-spacing: 0px;
}

body {
  background: #f6f6f6;
  color: grey;
  height: 100%;
  /* overflow: hidden;
  overscroll-behavior-y: none;
  overscroll-behavior:  none; */

}

.main-ttm-container{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  width: auto;
  scrollbar-width: none;
   -ms-overflow-style: -ms-autohiding-scrollbar;
   overscroll-behavior-y: none;
}



.main-ttm-container::-webkit-scrollbar{
  -webkit-appearance: none;
  display: none;
}


/*html {height:100%;}*/

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(720deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(720deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(720deg); transform:rotate(720deg); } }

@-moz-keyframes reversespin { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes reversespin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes reversespin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.icon-holder{
  width: 50px;
  height: 50px;
  background-color: blue;
  background-image: url("/static/images/gear-no-background.png");
}

.bg-steel {
  background-color: rgb(119, 119, 119);
}

.nav-tm{
  background-color: rgb(218, 218, 218);
}

.gear-box-container{
  position: fixed;
  right: 14px;
  z-index: 99;
}

.gear{
  width: 70px;
  z-index: 2;
}

.small-gear{
  margin-top: 41px;
  position: absolute;
  padding-left: -20px;
  left: 32px;
  width: 51px;
}

.gear-closed{
  -webkit-animation:spin 150ms linear 2;
  -moz-animation:spin 150ms linear 2;
  animation:spin 150ms linear 2;
}

.gear-open{
  -webkit-animation:reversespin 150ms linear 2;
  -moz-animation:reversespin 150ms linear 2;
  animation:reversespin 150ms linear 2;
}

.small-gear-closed{
  -webkit-animation:reversespin 150ms linear 2;
  -moz-animation:reversespin 150ms linear 2;
  animation:reversespin 150ms linear 2;  
}

.small-gear-open{
  -webkit-animation:spin 150ms linear 2;
  -moz-animation:spin 150ms linear 2;
  animation:spin 150ms linear 2;
}


/*.menu{
  position: absolute;
  width: 200px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.69);
  color: white;
  top: 0;
  padding-top: 50px;
  border-left: 2px solid rgb(125, 125, 125);
  z-index: 3;
}
*/

.menu{
  position: absolute;
  width: 200px;
  height: 100vh;
/*  background-color: rgba(255, 255, 255, 0.95);*/
  background-color: rgba(43, 43, 43, 0.95);
  color: white;
  top: 0;
  padding-top: 50px;
  border-left: 2px solid rgb(125, 125, 125);
  z-index: 3;
}


.menu-closed{
  position: fixed;
  right: -100%;
  -webkit-transition: right 250ms linear;
  -moz-transition: right 250ms linear;
  transition: right 250ms linear;
}

.menu-open{
  position: fixed;
  right: 0px;
    -webkit-transition: right 250ms linear;
       -moz-transition: right 250ms linear;
            transition: right 250ms linear;
}

.menuScreen-off{
  display: none;
}

.menuScreen-on{
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(52, 52, 52, 0.49);
  z-index: 2;
}

.playerScreen-on{
  position: fixed;
  background-color: rgba(255, 255, 255, 0.74);
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ttm-menu-link{
/*  color: rgb(79, 79, 79)!important;*/
  color: rgb(145, 145, 145)!important;
  font-style: italic;
}

.prog-title{
  
  text-align: center;
  margin-bottom: 0.5rem!important;
}

.prog-statment{
  display: flex;
  margin: auto;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0;
  justify-content: space-between;
}


.unlock-sess-icon{
  margin-top: .5px;
  width: 25px;
}

@media only screen and (max-width: 640px){
  .prog-statment{
    font-size: .75rem;
  }  
}



.home-container{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: fixed;
  width: 97%;
  max-width: 555px;
  left: 0;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 96%;
  border-radius: 10px;
  /* background-color: darkgrey; */
  margin-top: 6px;
}


.welcome-container{
  text-align: center;
}

.login-section{
  margin-bottom: 5%;
}

.login-form{
  display: flex;
  flex-direction: column;
  font-size: .75rem;
  width: 60%;
  margin: auto;
}

.ttm-input{
  border-radius: 1px;
   -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(246, 246, 246)
}

.ttm-labels{
  margin-top: 8px;
  margin-bottom: 3px;
}

.ttm-submit{
  margin: auto;
  margin-top: 38px;
  width: 80px;
  background-color: rgb(255, 255, 255);
  color: grey;
  border: 1px solid rgb(223, 223, 223);
  border-radius: 2px;
}

.register-link{
  font-size: .7rem;
}



.content-section {
  padding: 10px 20px;
/*  border: 1px solid #323232;
  border-radius: 3px;*/
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}





/************** TTM Audio Player **********/


.session-number{

}


.audiobox{
  height: 33%;
}

.audiobox-top{
  margin-top: 14px;
  height: 15%;
  margin-bottom: 5px;

}

.audiobox-middle{
  height: 50%;
}

.audiobox-bottom{
  margin-top: 5px;
  width: 100%;
  margin: auto;
  bottom: 0px;
  position: absolute;
  height: 20%;
}



.audio-player{
  margin: auto;
  /*margin-top: 5%;*/
  height: 280px;
  border: 3px solid rgb(106, 106, 106);
  
  height: 220px;
  width: 220px;
  border-radius: 153px;
  background-color: rgb(46, 46, 46);
  margin-top: 4px;
  transform: rotate(-90deg);
}

.button-container{
  margin-top: 38%;
/*  margin-left: 92.5px;*/

      margin-left: 43%;

}

.play-button{
  height: 0;
  border-top: 25px solid transparent;
  border-left: 50px solid #555;
  border-bottom: 25px solid transparent;
  margin: auto;
  width: 50%;
  margin-left: 0;
  cursor: pointer;
}

.pause-button{
  height: 45px;
  width: 30px;
  border-left: 5px solid rgb(149, 149, 149);
  border-right: 5px solid rgb(149, 149, 149);
  margin-left: 2px;
  cursor: pointer;
}


.track-circle{
  margin: auto;
  height: 280px;
  border: 3px solid rgb(92, 92, 92);
  height: 235px;
  width: 235px;
  border-radius: 153px;
  transform: rotate(90deg);
  /*background: conic-gradient(#ab3e5b calc(var(--p)*1%), #ef746f 0%);*/
}

.track-time{
  margin-top: 10%;
}


input.volume-slider{
  width: 45%;
  margin-top: 7%;
  -webkit-appearance: none;
  height: 3px;
  background: rgb(70, 69, 69);  
}

.volume-slider::-webkit-slider-thumb  {
  -webkit-appearance:none;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background: rgb(106, 106, 106) !important;
  cursor:pointer;
}


/************** end of TTM Audio Player *********/


/***************** TTM timer sections ***********/

.timer-page-title{
  padding-top: 3%;  
  color: rgb(161, 161, 161);
}

.selected-time{
  height: 14%;
  margin: auto;
  font-size: 5rem;
  font-family: Alegreya Sans SC;
  margin-top: 2%;
  color: rgb(101, 101, 101);
}


.timer-cage-bottom-spacer{
  height: 62%;
  width: 100%;
  max-width:  600px;
  position: fixed;
  bottom: 0;
  left: 0;
  right:  0;
  margin:  auto;
}

.randomizer-cage{
  height:  52%;
}

.timer-slider::-webkit-scrollbar {
  display: none;
}
/*
.timer-slider{
  display: flex;
  overflow-x: scroll;
  width: 60%;
    margin: auto;
  padding-right: 300px;
  padding-left: 300px;
  margin-left: -300px;
  

  height: 100px;
  scroll-snap-type: mandatory; 
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  
}
*/

/*.clearfix:before,
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  overflow:hidden;
}

.clearfix:after{
  clear:both;
}*/
/*.clearfix { zoom: 1; }*/

.timer-segment{
  height: 10px;
  width: 2px;
  margin: auto;
  background-color: rgb(115, 114, 114);
    scroll-snap-align: center;
  /*border-left: 2px solid grey;*/
  /*margin: auto;*/
  flex-shrink: 0;
   -webkit-transition: height 70ms ease;
    -moz-transition: height 70ms ease;
      -o-transition: height 70ms ease;
     -ms-transition: height 70ms ease;
         transition: height 70ms ease;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);           
}

.first-seg{
  margin-left: 0px;
}

.last-seg{
  margin-right: 0px;
}

.seg-none{
  height: 0px;
}


.seg-primary{
  /*height: 250px;*/
  height:  210px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);  


   -webkit-transition: height 0ms ease;
    -moz-transition: height 0ms ease;
      -o-transition: height 0ms ease;
     -ms-transition: height 0ms ease;
         transition: height 0ms ease;    
}

.seg-big{
  height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);   
}



.seg-med{
  height: 30px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);   
}

.xxxx{
  background-color: red;
}

.timer-ticker{
background-color: rgba(0, 0, 255, 0.0);
height: 108px;
width: 11px;
margin: auto;
position: absolute;
margin-left: 50%;
margin-right: 50%;
}

.timer-segment > div {
  scroll-snap-align: center;
}


.left-padding-timer-slider{
/* padding-left: 300px;*/
}

.right-padding-timer-slider{
  padding-right: 300px;
}

.timer-design-block-left{
  height: 45px;
  width: 50%;
  background-color: #f6f6f6;
  position: absolute;
  border-bottom-right-radius: 55px;
  border: 1px solid grey;
}

.timer-design-block-right{
  height: 45px;
  width: 50%;
  right: 0;
  background-color: #f6f6f6;
  position: absolute;
  border-bottom-left-radius: 55px;
  border: 1px solid grey;
}

.slider-segment-container{
  display: flex;
  width: 80%;
  max-width: 500px;
  position: absolute;
  height: 27vh;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;   
}



.slider-container{
  position: relative;
}


.begin-timer-btn{
  width: 60px;
  height: 60px;
  border-radius: 52px;
  border: 2px solid rgb(115, 114, 114);
  position: absolute;
  bottom: 12%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}


.inner-timer-btn{
  width: 48px;
  height: 48px;
  border-radius: 30px;
  /*background-color: rgba(46, 46, 46, 0.27);*/
  background-color: rgb(101, 101, 101);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

input::-webkit-slider-thumb{
  -webkit-appearance:  none!important;
}


input[type="range"]{
  -webkit-appearance:  none!important;
}

::-webkit-slider-thumb{
 -webkit-appearance:  none!important; 
}

input[type="range"]::-webkit-slider-thumb, input[type="range"]::-webkit-slider-thumb:active{
  -webkit-appearance: none !important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background-color: rgba(196, 191, 191, 0.0);
/*  background-color: red;
  border-color:  green;
  background:  red!important;*/
}

input[type="range"].timer-slider {
  -webkit-appearance: none!important; /* Hides the slider so that custom slider can be made */
  width: 80%; /* Specific width is required for Firefox. */
  max-width: 500px;
  height: 20vh;
  position: absolute;
  background: rgba(196, 191, 191, 0.0)!important; /* Otherwise white in Chrome */
  top: 49px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;   
}

.timer-slider::-webkit-slider-thumb{
  -webkit-appearance: none;
  -webkit-border: 1px solid rgba(183, 193, 172, .0)!important; 
  -webkit-background-color: rgba(183, 193, 172, .0)!important;  
  -webkit-box-shadow: none!important;    
}

input[type=range].timer-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-border: 1px solid rgba(183, 193, 172, .0)!important; 
  -webkit-background-color: rgba(183, 193, 172, .0)!important;  
  -webkit-box-shadow: none!important;  
}

input[type=range].timer-slider:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range].timer-slider::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}



input[type=range].timer-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
/*  border: 1px solid darkgrey;
  height: 200px;
  width: 3px;
*/
  -webkit-border: 1px solid rgba(183, 193, 172, .0); 
  -webkit-background-color: rgba(183, 193, 172, .0);  
  -webkit-box-shadow: none;
  background-color: rgba(183, 193, 172, .0);;
/*  margin-top: 150px;
  padding-bottom:  159px;  */
  height:  .5vh;
  width: .1%;
  transform:  scale(80, 80);

  border-radius: 3px;
  /*background: darkgrey;*/
  cursor: pointer;
  margin-top: ; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}


input[type=range].timer-slider::-moz-range-thumb {
  -webkit-appearance: none;
  /*border: 1px solid darkgrey;
  border: 1px solid rgba(183, 193, 172, .0);   */
  border: 1px solid rgba(183, 193, 172, .0);   
/*  margin-top: 150px;
  padding-bottom:  159px;  */
  height:  .5vh;
  width: .1%;
  transform:  scale(80, 80);
  border-radius: 3px;
  /*background: darkgrey;*/
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range].timer-slider::-ms-thumb {
  -webkit-appearance: none;
/*  border: 1px solid darkgrey;*/
  border: 1px solid rgba(183, 193, 172, .0);   
/*  margin-top: 150px;
  padding-bottom:  159px;  */
  height:  .5vh;
  width: .1%;
  transform:  scale(80, 80);
  border-radius: 3px;
  cursor: pointer;
}


/******************* End of Timer Section **********/


/*******************Randomizer **************/


.timer-flex-cage{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.random-sliders-container{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.white-block-hack-1{
  width: 100%;
  position: absolute;
  background-color: #f6f6f6;
  height: 45px;  
  z-index:  2;
}

.white-block-hack-2{
  width: 100%;
  position: absolute;
  background-color: #f6f6f6;
  height: 45px;  
  bottom: 0;
  z-index:  2;
}


.first-seg-rando{
  margin-left: 0px;
}

.last-seg-rando{
  margin-right: 0px;
}

.seg-none-rando{
  height: 0px;
}

.seg-primary-rando{
  height: 250px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);  


   -webkit-transition: height 0ms ease;
    -moz-transition: height 0ms ease;
      -o-transition: height 0ms ease;
     -ms-transition: height 0ms ease;
         transition: height 0ms ease;    
}

.seg-big-rando{
  height: 100px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);  
}

.seg-med-rando{
  height: 60px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);  
}



.randomizer-slider-segment-container{
  display: flex;
  width: 80%;
  max-width: 500px;
  position: absolute;
  height: 100px;
  margin-left: auto; 
  margin-right: auto;   
}

.randomizer-1{
  transform:  rotate(-90deg);
  left: -23%;
}

.randomizer-2{
  transform: rotateZ(-90deg) rotateX(180deg);  
  right:  -23%;
}

input[type=range].timer-slider-rando-1 {
  -webkit-appearance: none!important; /* Hides the slider so that custom slider can be made */
  width: 80%; /* Specific width is required for Firefox. */
  max-width: 500px;
  height: 2px;
  position: absolute;
  background: rgba(196, 191, 191, 0.0); /* Otherwise white in Chrome */
  top: 49px;
  margin-left: auto; 
  margin-right: auto;   
  box-shadow: none!important;
}

input[type=range].timer-slider-rando-2 {
  -webkit-appearance: none!important; /* Hides the slider so that custom slider can be made */
  width: 80%; /* Specific width is required for Firefox. */
  max-width: 500px;
  height: 2px;
  position: absolute;
  background: rgba(196, 191, 191, 0.0); /* Otherwise white in Chrome */
  top: 49px;
  margin-left: auto; 
  margin-right: auto; 
  box-shadow: none!important;  
}

input[type=range].timer-slider-rando-1::-webkit-slider-thumb {
  -webkit-appearance: none!important;
  box-shadow: none!important;
}

input[type=range].timer-slider-rando-1:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range].timer-slider-rando-1::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}



input[type=range].timer-slider-rando-1::-webkit-slider-thumb {
  -webkit-appearance: none!important;
  border: 1px solid rgba(183, 193, 172, 0); 
  height: .5%;
  width:  .1%;
  margin-top: 15px;
  padding-bottom: 15px;
  box-shadow: none!important;
  /*width: 61px;*/
  border-radius: 3px;
  /*background: rgba(255, 255, 255, .0);*/
  /*background-image: vertical-gradient(90deg, rgba(255, 255, 255, .4), darkgrey, rgba(255, 255, 255, .4));*/
  transform:  scale(80, 17);
  cursor: pointer;
  /*margin-top: ;*/ /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}


input[type=range].timer-slider-rando-1::-moz-range-thumb {
  -webkit-appearance: none!important;
  /*border: 1px solid darkgrey;*/
  border: 1px solid rgba(183, 193, 172, 0);   
  margin-top: 150px;
  padding-bottom:  159px;  
  height:  .5%;
  width: .1%;
  transform:  scale(80, 17);
  border-radius: 3px;
  cursor: pointer;
  box-shadow: none!important;
}

/* All the same stuff for IE */
input[type=range].timer-slider-rando-1::-ms-thumb {
  -webkit-appearance: none!important;
  /*border: 1px solid darkgrey;*/
  border: 1px solid rgba(183, 193, 172, 0); 
  margin-top: 150px;
  padding-bottom: 159px;
  width: 3px;
  height:  .5%;
  width: .1%;
  transform:  scale(80, 17);  
  border-radius: 3px;
/*  background: darkgrey;*/
  cursor: pointer;
  box-shadow: none!important;
}



input[type=range].timer-slider-rando-2::-webkit-slider-thumb {
  -webkit-appearance: none!important;
  box-shadow: none!important;
}

input[type=range].timer-slider-rando-2:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range].timer-slider-rando-2::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}



input[type=range].timer-slider-rando-2::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid rgba(27, 163, 156, 0);
  box-shadow: none!important;
  height: .5%;
  width:  .1%;
  transform:  scale(80, 17);
  margin-top: 15px;
  padding-bottom: 15px;
  /*width: 61px;*/
  border-radius: 3px;
  /*background: rgba(255, 255, 255, .0);*/
  /*background-image: vertical-gradient(90deg, rgba(255, 255, 255, .4), darkgrey, rgba(255, 255, 255, .4));*/
  cursor: pointer;  
}


input[type=range].timer-slider-rando-2::-moz-range-thumb {
  -webkit-appearance: none;
  /*border: 1px solid darkgrey;*/
  border: 1px solid rgba(27, 163, 156, 0);
  box-shadow: none!important;
  margin-bottom: 150px;
  padding-top:  159px;  
  height: .5%;
  width:  .1%;
  transform:  scale(80, 17);  
  border-radius: 3px;
  /*background: darkgrey;*/
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range].timer-slider-rando-2::-ms-thumb {
  -webkit-appearance: none;
  /*border: 1px solid darkgrey;*/
  border: 1px solid rgba(27, 163, 156, 0);
  box-shadow: none!important;
  margin-bottom: 150px;
  padding-top:  159px;  
  height: .5%;
  width:  .1%;
  transform:  scale(80, 17);
  border-radius: 3px;
  /*background: darkgrey;*/
  cursor: pointer;
}


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


  input[type=range].timer-slider-rando-1::-webkit-slider-thumb {
    transform:  scale(80, 24);
  }


  input[type=range].timer-slider-rando-1::-moz-range-thumb {
    transform:  scale(80, 24);
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-1::-ms-thumb {
    transform:  scale(80, 24);  
  }


  input[type=range].timer-slider-rando-2::-ms-track {
    transform:  scale(80, 24);    
  }



  input[type=range].timer-slider-rando-2::-webkit-slider-thumb {
    transform:  scale(80, 24);
  }


  input[type=range].timer-slider-rando-2::-moz-range-thumb {
    transform:  scale(80, 24);  
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-2::-ms-thumb {
    transform:  scale(80, 24);
  }

}


@media only screen and (max-width: 600px){


  input[type=range].timer-slider-rando-1::-webkit-slider-thumb {
    transform:  scale(80, 22);
  }


  input[type=range].timer-slider-rando-1::-moz-range-thumb {
    transform:  scale(80, 22);
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-1::-ms-thumb {
    transform:  scale(80, 22);  
  }


  input[type=range].timer-slider-rando-2::-ms-track {
    transform:  scale(80, 22);    
  }



  input[type=range].timer-slider-rando-2::-webkit-slider-thumb {
    transform:  scale(80, 22);
  }


  input[type=range].timer-slider-rando-2::-moz-range-thumb {
    transform:  scale(80, 22);  
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-2::-ms-thumb {
    transform:  scale(80, 22);
  }

}


@media only screen and (max-width: 550px){


  input[type=range].timer-slider-rando-1::-webkit-slider-thumb {
    transform:  scale(80, 20);
  }


  input[type=range].timer-slider-rando-1::-moz-range-thumb {
    transform:  scale(80, 20);
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-1::-ms-thumb {
    transform:  scale(80, 20);  
  }


  input[type=range].timer-slider-rando-2::-ms-track {
    transform:  scale(80, 20);    
  }



  input[type=range].timer-slider-rando-2::-webkit-slider-thumb {
    transform:  scale(80, 20);
  }


  input[type=range].timer-slider-rando-2::-moz-range-thumb {
    transform:  scale(80, 20);  
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-2::-ms-thumb {
    transform:  scale(80, 20);
  }

}


@media only screen and (max-width: 500px){


  input[type=range].timer-slider-rando-1::-webkit-slider-thumb {
    transform:  scale(80, 18);
  }


  input[type=range].timer-slider-rando-1::-moz-range-thumb {
    transform:  scale(80, 18);
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-1::-ms-thumb {
    transform:  scale(80, 18);  
  }


  input[type=range].timer-slider-rando-2::-ms-track {
    transform:  scale(80, 18);    
  }



  input[type=range].timer-slider-rando-2::-webkit-slider-thumb {
    transform:  scale(80, 18);
  }


  input[type=range].timer-slider-rando-2::-moz-range-thumb {
    transform:  scale(80, 18);  
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-2::-ms-thumb {
    transform:  scale(80, 18);
  }

}

@media only screen and (max-width: 450px){


  input[type=range].timer-slider-rando-1::-webkit-slider-thumb {
    transform:  scale(80, 16);
  }


  input[type=range].timer-slider-rando-1::-moz-range-thumb {
    transform:  scale(80, 16);
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-1::-ms-thumb {
    transform:  scale(80, 16);  
  }


  input[type=range].timer-slider-rando-2::-ms-track {
    transform:  scale(80, 16);    
  }



  input[type=range].timer-slider-rando-2::-webkit-slider-thumb {
    transform:  scale(80, 16);
  }


  input[type=range].timer-slider-rando-2::-moz-range-thumb {
    transform:  scale(80, 16);  
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-2::-ms-thumb {
    transform:  scale(80, 16);
  }

}



@media only screen and (max-width: 390px){


  input[type=range].timer-slider-rando-1::-webkit-slider-thumb {
    transform:  scale(80, 15);
  }


  input[type=range].timer-slider-rando-1::-moz-range-thumb {
    transform:  scale(80, 15);
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-1::-ms-thumb {
    transform:  scale(80, 15);  
  }


  input[type=range].timer-slider-rando-2::-ms-track {
    transform:  scale(80, 15);    
  }



  input[type=range].timer-slider-rando-2::-webkit-slider-thumb {
    transform:  scale(80, 15);
  }


  input[type=range].timer-slider-rando-2::-moz-range-thumb {
    transform:  scale(80, 15);  
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-2::-ms-thumb {
    transform:  scale(80, 15);
  }

}


@media only screen and (max-width: 350px){


  input[type=range].timer-slider-rando-1::-webkit-slider-thumb {
    transform:  scale(80, 13);
  }


  input[type=range].timer-slider-rando-1::-moz-range-thumb {
    transform:  scale(80, 13);
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-1::-ms-thumb {
    transform:  scale(80, 13);  
  }


  input[type=range].timer-slider-rando-2::-ms-track {
    transform:  scale(80, 13);    
  }



  input[type=range].timer-slider-rando-2::-webkit-slider-thumb {
    transform:  scale(80, 13);
  }


  input[type=range].timer-slider-rando-2::-moz-range-thumb {
    transform:  scale(80, 13);  
  }

  /* All the same stuff for IE */
  input[type=range].timer-slider-rando-2::-ms-thumb {
    transform:  scale(80, 13);
  }

}

/****************End of Randomizer **********/



/********** Tinkered Q Custom ***********/

.fixed-top{
	top: none!important;
	bottom: 0;
}


.form-edit{
	background-color: white;
	color: lightgrey;
}

a:hover{
	color: #1aa8bf;
}

a{
	color: #1aa8bf;
}

.topic-form-wrapper{
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.topic-input-box{
  width: 80%;
  margin: auto;  
  padding: 3px;
  display: block;
  background-color: rgb(70, 70, 70);
  color: #747474;
  border:none;
  margin-bottom: 5px;
}


input:focus,
select:focus,
textarea:focus,
button:focus{
  outline: none!important;
}


.topic-input-form{
  width: 80%;
}


.submit-btn{
  background-color: darkgrey;
    border:none;
}

.app-image{
  width: 56%;
  margin: 10%;
  min-width: 150px;
}

.get-started{
  max-width: 700px;
  padding-top: 10px;
  display: block;
  width: 80%;
  margin: auto;
   max-width: 388px; 
  padding: 10px;
  background-color: rgb(210, 210, 210);
  border-radius: 44px;
  border: 1px solid rgb(181, 181, 181);
  margin-top: 2vh;
  text-align: center;
  color: rgb(46, 46, 46);
}

.get-started-progress-version{
  background-color: rgb(77, 77, 77);
  border: 1px solid rgb(78, 78, 78);
  color: rgb(161, 161, 161);
}





/*.badge-container{
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-left: 10%;
  margin-right: 10%;
  background-color: rgb(85, 85, 85);
  width: 80%;
  border-radius: 51px;
  margin-top:5px;
}*/


.bracket{
  width: 60%;
  height: 18px;
  border-top: 1.5px solid grey;
  border-left: 1.5px solid grey;
  border-right: 1.5px solid grey;
  margin-left: 2%;
  margin-right: 2%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -9px;
}

.bracket-line{
  margin: auto;
  height: 5px;
  width: 1px;
  background-color: grey;
}

.prog-cat{
  font-size: .7rem;
  text-align: center;
}


.badge-container{
margin: auto;
/* margin-left: 10%; */
/* margin-right: 10%; */
/* background-color: rgb(85, 85, 85); */
width: 80%;
border-radius: 51px;
margin-top: 5px;
text-align: center;
display: flex;
flex-direction: column-reverse;
align-items: center;
margin-left: 2%;
margin-right: 2%;
}

.ttm-badge{
display: inline-block;
font-size: .8em;
/* font-weight: 700; */
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: rgb(24, 24, 24);
border-radius: 100px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
height: 42px;
width: 42px;
border: 2px solid grey;
margin: 5px;
/* padding: 13px; */
padding-top: 13px;
/* background-color: rgb(61, 61, 61); */
}



.progress-lock{
  padding-left: 7.5px;
}

.progress-lock-badge{
  padding-top: 7px;
}




.my-prog-page-container{
  background-color: rgb(42, 42, 42);
  height: 100%;
  padding-top: 2%;
}


.momentum-dot{
  width:  1em;
  height:  1em;
  border-radius: 20px;
  background-color: rgb(123, 0, 135);
  border:  1px solid grey;
}

.momentum-prog-word{
  /*color: rgb(176, 61, 196);*/
  color:  rgb(161, 161, 161);
  font-style: italic;
}

.momentum-gauge-container{
  max-width: 500px;
  width: 80%;
  height: 17px;
  margin:  auto;
  margin-bottom: 2vh;
}

.momentum-gauge{
  height: 17px;
  width: 99%;
  border: 2px solid rgb(76, 75, 77);
  border-radius: 10px;
  margin: auto;
}

.full-momentum{
/*  background: radial-gradient(circle at center, white 0, white, gold 100%);
  color: rgb(45, 45, 45);
  border: 2px solid rgb(129, 129, 129);*/
  /*box-shadow: 0px 0px 9px rgb(219, 207, 34);*/
  box-shadow: 0 0 6px rgb(255, 255, 255);
  animation-name: gaugeShadow;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}


@keyframes gaugeShadow   {
  0%{box-shadow: 0 0 9px rgb(255, 255, 255);}
  50% {box-shadow: none;}
  100% {box-shadow: 0 0 9px rgb(255, 255, 255);}
}

.parent-badge-container{
  max-width: 500px;
  padding-top: 10px;
  display: flex;
  width: 80%;
  margin: auto;
  /* max-width: 388px; */
  padding: 10px;
  background-color: rgb(31, 31, 31);
  border-radius: 8px;
  border: 1px solid rgb(31, 30, 30);
}

.revive-box{
  max-width: 700px;
  padding-top: 10px;
  display: relative;
  width: 80%;
  margin: auto;
  /* max-width: 388px; */
  padding: 10px;
  background-color: rgba(221, 221, 221, 0.49);
  position: absolute;
  height: 55%;
}

.revive-prog{
  width: 80px;
  height: 80px;
  border: 2px solid rgb(226, 218, 179);
  border-radius: 50px;
  font-size: .5rem;
  position: absolute;
  color: white;
  bottom: 10px;
  background-color: rgb(78, 0, 0);
  right: 14px;
}

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

  .parent-badge-container{
    padding-left: 0;
    padding-right: 0;
  }  

}

@media only screen and (max-width: 450px){
  .repause-title {
    font-size: 1.85em;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 400px){
  .download-btn-container{
    margin-top: 44px;
  }
}

@media only screen and (max-width: 350px){
  .repause-title {
    font-size: 1.6em;
    margin-bottom: 30px;
    letter-spacing: 23px;
  }

  .title-mediation-app {
    font-size: 8px;
  }

  .from{
    font-size: .4em;
  }

  .tt-title{
    font-size: .6em;
  }

  .download-btn-img{
    font-size: .6em;
  }

  .download-btn-container{
    width: 207px;
    margin-top: 46px;
  }

  .app-image{
    margin-top: 0px;
  }
}


@media only screen and (min-width: 640px){
  .revive-box{
    width: 50%;
  }

}






/***** badge scheme ********/


.month-1{
  background-color: rgb(85, 85, 85);
  color: rgb(38, 38, 38);
  border: 2px solid rgb(59, 59, 59)!important;
}


.month-2{
  background-color: rgb(46, 46, 46);
  /*background-color: rgb(85, 85, 85);*/
  color: rgb(237, 237, 237);
  border: 2px solid rgb(173, 173, 173)!important;
}

.month-3{
/*background-color: rgb(119, 119, 119);
color: rgb(195, 195, 195);
border: 2px solid rgb(212, 212, 212)!important;*/
  background-color: rgb(189, 189, 189);
  /*color: rgb(212, 212, 212);*/
  color: rgb(40, 40, 40);
  border: 2px solid rgb(91, 91, 91)!important;
}

.month-4{
  /*background-color: rgb(199, 199, 199);
  color: rgb(75, 75, 75);
  border: 2px solid rgb(99, 99, 99);*/
  background-color: rgb(125, 125, 125);
  color: rgb(230, 230, 230);
  border: 2px solid rgb(212, 212, 212);  
}

.month-5{
/*  background-color: rgb(255, 255, 255);
  color: rgb(22, 22, 22);
  border: 2px solid rgb(50, 49, 49);*/
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(219, 219, 219);  

}

.month-6{
/* background-color: rgb(255, 255, 255); */
background: radial-gradient(circle at center, white 0, white, gold 100%);
color: rgb(45, 45, 45);
border: 2px solid rgb(129, 129, 129);
box-shadow: 0px 0px 9px rgb(219, 207, 34);
    animation-name: shadow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes shadow   {
  0%{box-shadow: 0px 0px 20px rgb(219, 207, 34);}
  50% {box-shadow: none;}
  100% {box-shadow: 0px 0px 20px rgb(219, 207, 34);}
}

@-webkit-keyframes shadow   {
  0%{box-shadow: 0px 0px 20px rgb(219, 207, 34);}
  50% {box-shadow: none;}
  100% {box-shadow: 0px 0px 20px rgb(219, 207, 34);}
}


.month-7 {
/*background-color: rgb(255, 255, 255);
color: rgb(68, 68, 68);
border: 1px solid rgb(255, 253, 187);
*/
color: rgb(255, 254, 231);
border: 2px solid rgb(129, 129, 129);
box-shadow: 0px 0px 9px rgb(219, 207, 34);

}


.month-8{
  background-color: rgb(184, 184, 184);
  color: rgb(65, 64, 64);
  border: 2px solid rgb(88, 88, 88)!important;
}



.month-12{
    background: radial-gradient(circle at center, white 0, white, gold 100%);
  color: rgb(45, 45, 45);
  border: 2px solid rgb(129, 129, 129);
  /*box-shadow: 0px 0px 9px rgb(219, 207, 34);*/
    animation-name: shadow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .75s;
}


.eclipse{
  color: rgb(255, 254, 231);
border: 2px solid rgb(129, 129, 129);
box-shadow: 0px 0px 9px rgb(219, 207, 34);
}

.month-24{
  /****EXCLIPS****/
  /* background-color: rgb(255, 255, 255); */
/* background: radial-gradient(circle at center, white 0, white, gold 100%); */
  background: radial-gradient(circle at center, white 0, white, gold 100%);
  color: rgb(45, 45, 45);
  border: 2px solid rgb(129, 129, 129);
  /*box-shadow: 0px 0px 9px rgb(219, 207, 34);*/
    animation-name: shadow;
  animation-duration: 2s;
  animation-iteration-count: infinite;

}




.year-1{
  background: radial-gradient(circle at center, white 0, white, gold 100%);
  color: rgb(45, 45, 45);
  border: 2px solid rgb(129, 129, 129);
  /*box-shadow: 0px 0px 9px rgb(219, 207, 34);*/
    animation-name: shadow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.year-2{
  background: radial-gradient(circle at center, white 0, white, gold 100%);
  color: rgb(45, 45, 45);
  border: 2px solid rgb(129, 129, 129);
  /*box-shadow: 0px 0px 9px rgb(219, 207, 34);*/
    animation-name: shadow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}



/**************************/

/******* posture page ******/


.posture-page-backdrop{
  position: fixed;
  top:  0;
  bottom:  0;
  width:  100%;
  background-color: rgb(42, 42, 42);
  z-index: -1;
}

.posture-page-container{
  margin: auto;
  background-color:  rgb(42, 42, 42);
  padding-top:  50px;
  padding-bottom:  50px;
  top:  -50px;
}


.posture-page-title{
  text-align: center;
  margin:  auto;
  color:  rgb(163, 163, 163);
}

.posture-img{
  max-width:  90%;
  margin:  auto;
}


.posture-img-title{
  text-align: center;
  font-style: italic;
}


.posture-description{
  text-align: left;
  font-size: .75em;
}

.posture-img-container{
  margin:  auto;
  text-align: center;
  width:  80%;
  max-width: 500px;
  margin-top:  30px;
  margin-bottom:  30px;
}

/******* end of posture page ******/

.about-page-container{
  max-width: 500px;
  width: 92%;
  margin: auto;
}




.prog-stat-container{
  max-width: 500px;
  width: 80%;
  margin: auto;
  margin-bottom: 2vh;
  background-color: rgb(57, 57, 57);
  border-radius: 11px;
  padding-bottom: 16px;
  border: 1px solid rgb(41, 40, 40);
  padding-top: 16px;
  color:  rgb(161, 161, 161);
  border: 1px solid rgb(33, 33, 33);
}



.bc-1{
/*  width: 80%;
  margin: auto;*/
  margin-top: 19px;
}

.bc-2{
  
}


.bc-3{
  
}

.bc-4{
/*  width: 30%;
  margin: auto;
  margin-bottom: 5%;*/
  margin-top: 2%;
}



.get-started:hover{

}

.about-session-btn{
  background-color: white;
  border-color: black;
  cursor: pointer;
}


.magichouse{
  height: 274px;
}





.tq-submit-btn{
  width: 80%;
}

.session-cage{
/*  height: 100%;*/
  overflow: auto;
 /* background-color: rgb(190, 190, 190);*/
 /*background-image: linear-gradient(179deg, black 15.97%, white 43.7%);*/
}

.on-med-cage{
  margin-top: 50px;
  margin-bottom: 50px;
}


.onmed-title{
  text-align: center;
  padding-bottom: 1em;
  font-family: 'Liu Jian Mao Cao', cursive;
  font-size: 2em;
  font-weight: 100;
  letter-spacing: .5px;
  color: #80724a;
}


.onmed-des{
  font-size:  .75em;
  width: 80%;
  max-width: 549px;
  margin: auto;
  background-color: rgb(59, 59, 59);
  padding: 10px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 50px;
  margin-bottom: 11px;
}

.session-box{
  width: 83%;
  margin: auto;
  padding: 9px;
  background-color: white;
  border-radius: 57px;
  border: 1px solid rgb(158, 158, 158);
  color: rgb(129, 129, 129);
  max-width: 549px;
  cursor: pointer;
}

.bonus-session-box{
  width: 83%;
  margin: auto;
  padding: 9px;
  background-color: rgb(37, 37, 37);
  border-radius: 57px;
  border: 1px solid rgb(164, 161, 142);
  color: rgb(236, 232, 212);
  max-width: 549px;
  box-shadow: 0 0 20px rgb(10, 10, 10);
}


@keyframes nextSessionShadow   {
  0%{box-shadow: 0px 0px 20px rgb(38, 38, 38);}
  50% {box-shadow: none;}
  100% {box-shadow: 0px 0px 20px rgb(38, 38, 38);}
}

@-webkit-keyframes nextSessionShadow   {
  0%{box-shadow: 0px 0px 20px rgb(38, 38, 38);}
  50% {box-shadow: none;}
  100% {box-shadow: 0px 0px 20px rgb(38, 38, 38);}
}

.next-session-box{
  
  animation-name: nextSessionShadow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/*.session-box-locked{
  width: 83%;
  margin: auto;
  display: flex;
  padding: 9px;
  background-color: rgb(198, 198, 198);
  border-radius: 57px;
  border: 1px solid rgb(162, 162, 162);
  color: rgb(179, 179, 179);
  max-width: 549px;
}
*/
/*.session-box-locked{
  margin: auto;
  display: flex;
  padding: 9px;
  background-color: rgb(46, 46, 46);
  border-radius: 57px;
  border: 1px solid rgb(162, 162, 162);
  color: rgb(69, 69, 69);
  max-width: 549px;

}*/


.session-box-locked{
  width: 83%;
  margin: auto;
  display: flex;
  padding: 9px;
  background-color: rgb(69, 69, 69);
  /*background-color: rgb(42, 42, 42);*/
  border-radius: 57px;
  border: 1px solid rgb(124, 124, 124);
  color: rgb(89, 89, 89);
  max-width: 549px;
}

.session-page-link-icon{
  width: 2px;
  /*border: 1px solid rgb(194, 194, 194);*/
  border: 1px solid rgb(136, 136, 136);;
  height: 29px;
  margin: auto;
  margin-top: 9px;
  margin-bottom: 9px;
  border-radius: 5px;
}


.bonus-locked{
    animation-name: bonus-tease;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}


@keyframes bonus-tease  {
  0%{box-shadow: 0 0 20px rgb(255, 255, 255);}
  50% {box-shadow: none;}
  100% {box-shadow: 0 0 20px rgb(255, 255, 255);}
}

@-webkit-keyframes bonus-tease   {
  0%{box-shadow: 0 0 20px rgb(255, 255, 255);}
  50% {box-shadow: none;}
  100% {box-shadow: 0 0 20px rgb(255, 255, 255);}
}



.session-duration{
  color: rgb(224, 224, 224);
}

.session-cage-bottom-spacer{
  height: 80px;
  width: 100%;
}



.session-box-container{
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 549px;
}

.session-lockbox{
  width: 83%;
  margin: auto;
  padding: 9px;
  background-color: rgba(170, 170, 170, 0.63);
  border-radius: 57px;
  border: 1px solid rgb(159, 159, 159);
  color: rgb(156, 156, 156);
}

.lockbox-locked{
flex: 67px 0 0;
margin-bottom: -67px;
z-index: 2;
}

.lockbox-unlocked{
  display: none;
}

.lock-image{
  padding-top: 6px;
  padding-left: 13px;
}


.lock-svg{
  height: 20px;
  fill: green;
  width: 37px;
}


.locked-center-info{
  width: 70%;
}

.locked-session-spacer{
  width: 15%;
}


.forget-password-link{
  text-align: center;
  font-size: .7rem;
  font-style: italic;
  cursor: pointer;
}

/********** player **********/

.player-off{
  display: none;
}

.player-on{
  display: block;
  position: fixed;
  border: 1px solid grey;
  width: 97%;
  max-width: 555px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 96%;
  max-height: 950px;
  border-radius: 10px;
  /* background-color: darkgrey; */
  background-color: rgb(46, 46, 46);
  z-index: 100;
  /* margin-top: 6px; */
  margin: auto;
}


.close {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #737373;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


.track-time{
  margin: auto;
  margin-top: 10%;
  display: flex;
  width: 34%;
}

.track-back-15-btn{
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  /*background-color: gray;*/
  border-top: 2px solid transparent;
  border-left: 2px solid #555;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(-45deg);
  display: relative;
}

.track-forward-15-btn{
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  /* background-color: gray; */
  border-top: 2px solid transparent;
  border-left: 2px solid #555;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}

.display-track-time{
  margin: auto;
  margin-top: -5px;

}


.timer-time{
  font-size: 3em;
  font-weight: 100;
}


.back-arrow-1{
  position: absolute;
  height: 7px;
  width: 7px;
  border-left: 2px solid #555;
  border-top: 2px solid #555;
  right: -2px;
  top: -3px;

}


.forward-arrow-1{
  position: absolute;
  height: 7px;
  width: 7px;
  border-left: 2px solid #555;
  border-top: 2px solid #555;
  transform: rotate(90deg);
  left: -2px;
  top: -3px;
}


.player-track-title{
  padding-top: 14px;
}


/********** END OF PLAYER *********/


/******** settings page ********/

.settings-title{
  text-align: center;
  font-style: italic;
}

.settings-alert-background-screen{
  position: fixed;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.48);
  z-index: 500;  
  top: 0;
  bottom:  0;
}


.setting-btn-highlighted{
  background-color:  rgb(175, 102, 237);
}

.settings-alert-screen{
  height: 80%;
  max-height: 500px;
  width: 80%;
  max-width: 500px;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 13%; 
  text-align: center;
  color: rgb(46, 46, 46);
  background-color: white;
  border-radius: 29px;
  border: 2px solid rgb(129, 129, 129);
  z-index:  501;
  pointer-events: auto;
}

.settings-alert-screen-msg{
  width: 90%;
  margin: auto;
  padding-top: 10px;  
}

.settings-alert-answer-box{
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  width: 100%;
  bottom: 18%;
  left: 0;
  right: 0;
}

.settings-answer{
  padding: 5px;
  background-color: rgb(45, 45, 45);
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  width: 25%;
  border: 2px solid rgb(71, 71, 71);
  color:  white;
}

.high-alert{
  color: white;
  background-color: red;  
}

.app-image-settings{
  width:  36%;
}


/******** end of settings page ********/


/******* AI spinner *********/


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 115px;
    width: 130px;
    height: 130px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #98EFFF;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.7s linear infinite;
}

#loader2 {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #29DEFF;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
}

#loader3 {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #86dbe2;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}




#loader4 {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #CAF6FE;
    -webkit-animation: spin 1.9s linear infinite;
    animation: spin 1.9s linear infinite;
}



#loader5 {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #7BEBFF;
    -webkit-animation: spin 2.2s linear infinite;
    animation: spin 4.2s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*#preloader {
    position: fixed;
    top: 12%;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader {

    position: absolute;
    left: 50%;
    top: 42%;
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #299dba;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader2 {
    content: "";
    position: absolute;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 115px;
    height: 115px;



    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #32a0cf;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader3 {
    content: "";
    position: absolute;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;

    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #86dbe2;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/


/************** end of AI spinner ********/


/************* TM audio player ***************/




/******* Iphone 8 plus *****/

@media only screen and (min-width: 414px) and (max-height: 736px){
  .slider {
    width: 70%;
    margin-top: 18%;
  }

}


/******* Iphone 8 plus END *****/



/******** Iphone8 **********/

@media only screen and (min-width: 375px) and (max-height: 667px){

  .ttm-badge{
    height: 35px;
    width: 35px;
    padding-top: 10px;
  } 

  .progress-lock-badge{
      padding-top: 5px;
    }

  .progress-lock{
    padding-left: 4.5px;
  }



    .track-circle{
      height: 215px;
      width: 215px;
    }

    .audio-player{
      height: 200px;
      width: 200px;
    }

    .button-container{
      margin-left: 43%;
    }

    .slider{
      width: 45%;
      margin-top: 8%;
    }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    cursor: pointer;
  }

  .slider::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border-radius: 10px;
    cursor: pointer;
  }

  .audiobox-top{
    height: 14%;
  }

  .audiobox-bottom{
    height: 16%;
  }

  .ttm-badge{
    height: 33px;
    width: 33px;
    padding-top: 9px;
  }

  .progress-lock-badge{
    padding-top: 4px;
  }

  .progress-lock{
    padding-left: 3.5px;
  }

  .get-started{
    padding: 7px;
  }

  .prog-stat-container{
    padding-bottom: 11px;
    padding-top: 11px;
  }

}


/******** Iphone8 END *********/



/******** Iphone SE **********/

@media only screen and (min-width: 320px) and (max-height: 568px){

  .ttm-badge{
    height: 30px;
    width: 30px;
    padding-top: 7px;
    margin: 3px;
  } 

  .progress-lock{
    padding-left: 2px;
  }

  .progress-lock-badge{
      padding-top: 1px;
  }

  .bracket{
      height: 10px;
      margin-bottom: -2px;
  }

    .prog-stat-container{
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .gear{
      width: 56px;
    }

    .small-gear{
      margin-top: 29px;
      width: 38px;
    }





}


/******** Iphone SE END *********/


/*attempt to rotate all content - doesn't really work*/
/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
*/

