/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
/*   font-size: 24px; */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: inherit;
}

button i {
  position: relative;
  top: 0.18em;
/*   margin-right: 0.3em;
  margin-left: -0.3em; */
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: 'Material Icons';
  line-height: 1;
}




#hamburger, #navTools {

  position: fixed;
  top: 0;
  margin: 1rem 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 300;
/*   background-color: rgba(255,150,50,0.5) */
}

#hamburger {
  font-size: 2.5rem;
  left: 0;
  padding: 1rem;
  border-radius: 1em;
  
/*   background-color: darkred; */
}


#navTools {
  font-size: 3rem;
  right: 0;
}



.navToolHidden {
  opacity: 0;
  pointer-events: none;
}

.mdl-button {
  font-size: inherit;
}


.material-icons {
  font-size: inherit;
}





#progress {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
/*   background-color: rgba(255,255,100,0.3); */
  height: 0;
  pointer-events: none;

  z-index: 200;
}


#navProgress {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  width: 100%;
  z-index: 200;
}


.progressTimer {
  height: 100%;
}

.progressNav {
  height: 6.5rem;
}



#buttonScreen {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  
  opacity: 0;
  pointer-events: none;

}

#buttonScreen.screenShowing {
  opacity: 1;
  pointer-events: auto;

}


#buttonScreen.screenSettings {
  opacity: 0;
  pointer-events: none;

}




#timer-div {
  position: fixed;
  text-align: center;
  font-family: 'Bariol Regular';
  text-rendering: geometricPrecision;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  text-shadow: 0px 0.3rem 0.5rem rgba(0, 0, 0, 0.7), 0 0 1px rgba(0, 0, 0, 0.4);
  top: 20vmin;
  left: 0;
  line-height: 1.3em;
  
  opacity: 0;
  font-size: 25vmin;

  pointer-events: none;
  z-index: 300;
}



#timer-div.timer-on {
  opacity: 1;
  pointer-events: auto;
}

#timer-div.timer-nav {
  top: 1.3rem;
  font-size: 3.5rem;

}


.timeOverdue:before {
  content: '-';
}

#timer-span {
  pointer-events: none;
/*   background-color: lightgreen; */
}

#timer-span.timer-small {
  font-size: 0.8em;
}

.timer-nav #timer-span.timer-small {
  font-size: 1em;
}

#timer-span colon {
  display: inline-block;
  width: 0.6ch;

}

#timer-span span {
  display: inline-block;
  text-align: left;
/*   background-color: blue; */
  width: 1.8ch;
}

.dotsOff {
  opacity: 0;
}




#cancel-div {
  position: fixed;
  font-size: 25vmin;
  line-height: 1em;
  top: 22vmin;
  left: 0;
  width: 100%;
  text-align: center;

  z-index: 300;
}


#cancel-button {
  display: inline-block;
/*   width: 100%; */
/*   border-radius: 6px; */
}

#cancel-button.cancelActive {
  color: rgba(255,255,255,0.87);
}

.timer-nav #cancel-div {
  opacity: 0;
  pointer-events: none;
}




#buttonScreen-buttons button, #cancel-button {
  width: auto;
  max-width: 80vw;
  border-radius: 0.8rem;
  font-size: 2.5rem;
  height: 2em;
  text-transform: none;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: 'Bariol Bold';
  font-weight: normal;
}

.undoTimer-button {
  width: auto;
  max-width: 80vw;
  border-radius: 0.8rem;
/*   font-size: 2.5rem; */
  height: 2em;
  text-transform: none;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: 'Bariol Regular';
  font-weight: normal;
}



#buttonScreen-buttons button {
  margin-top: 1em;
  display: block;
  min-width: 100%;
}


#buttonScreen-holder-vertical {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 100%;
  max-height: 100%;
  padding: 0;
  overflow-y: auto;
/*   background-color: yellow; */
}

#buttonScreen-holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
/*   background-color: rgba(0,0,0,0.8); */
  
}

#buttonScreen-buttons {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  width: auto;
  padding-bottom: 0.3em;
/*   background-color: rgba(100,200,50,0.5); */
}




#settings-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 100;
  pointer-events: none;
}

#settings-cover.settingsShow {
  opacity: 0;
}



#settingsScreen {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
/*   padding-top: 6rem; */
  overflow-y: auto;
  transform: translateY(5vh);
}

#settingsScreen.open {
  transform: translateY(0);
}

#settingsScreen.settingsLaunch {
  opacity: 0;
}

#color-test-div {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2000;
}

/* #colorTest-button {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: 3rem;
  z-index: 2000;
  background-color: #999;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1);
} */


#newTimer-button {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 3rem;
/*   z-index: 99; */
  z-index: 2000;
/*   background-color: #00897B; */
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, .2, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, .2, 1);
  -o-transition: transform 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, .2, 1);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
/*   opacity: 0; */
}

#newTimer-button.newShowing{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0s 0.3s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.1s 0.3s cubic-bezier(0, 0, .2, 1);
  transition: opacity 0s 0.3s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.1s 0.3s cubic-bezier(0, 0, .2, 1);
  -o-transition: transform 0.1s 0.3s cubic-bezier(0, 0, .2, 1), opacity 0s 0.3s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1);
  transition: transform 0.1s 0.3s cubic-bezier(0, 0, .2, 1), opacity 0s 0.3s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1);
  transition: transform 0.1s 0.3s cubic-bezier(0, 0, .2, 1), opacity 0s 0.3s cubic-bezier(0, 0, .2, 1), color 0.4s cubic-bezier(0, 0, .2, 1), background-color 0.4s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.1s 0.3s cubic-bezier(0, 0, .2, 1);
/*   opacity: 1; */
}



.mdl_list {
  padding: 0 0.2em;
  margin: 0;
}

#main-settings {
  position: relative;
  top: 0;
  padding-top: 9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}

#main-settings li {
  margin: 0 1em;
  font-family: 'Bariol Regular', sans-serif;
  font-size: 2rem;
}

.mdl-switch {
  margin-right: 0.5em;
}

#emailShare-li {
  cursor: pointer;
}


.sub-list {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2) inset;
          box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2) inset;
  max-height: 23em;
}

.sub-list.closed {
  max-height: 0
}

.sub-list .mdl-list__item {
  min-height: auto;
  padding: 0.5em;
}

.sub-list .mdl-list__item-primary-content {
  padding: 0;
/*   margin-left: 2em; */
  line-height: 1em;
}

.setting-arrow {
  font-size: 3rem;
/*   transform: rotate(-90deg); */
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, .2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, .2, 1);
  -o-transition: transform 0.3s cubic-bezier(0, 0, .2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, .2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, .2, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
  outline-style:none;
  cursor: pointer;
}

.setting-arrow.down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#div-email-address {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
/*   margin-right: 2em; */
  font-family: 'Bariol Regular', sans-serif;
}

#input-email-address {
  font-family: 'Bariol Regular', sans-serif;
  font-size: 2rem;
}


#email-address-current {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100vw - 10rem);
  white-space: nowrap; 
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  
}



#timers-holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 2rem 2rem 2rem;
}

.mdl-card {
  width: 100%;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.8rem;
/*   margin: 0 2rem; */
  margin-bottom: 2rem;
  height: 25rem;
  opacity: 1;
  
  -webkit-transition: height 0.3s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.3s 0.3s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0, 0, .2, 1);
  
  transition: height 0.3s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.3s 0.3s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0, 0, .2, 1);
  
  -o-transition: height 0.3s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.3s 0.3s cubic-bezier(0, 0, .2, 1), transform 0.3s 0.3s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
  
  transition: height 0.3s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.3s 0.3s cubic-bezier(0, 0, .2, 1), transform 0.3s 0.3s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
  
  transition: height 0.3s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.3s 0.3s cubic-bezier(0, 0, .2, 1), transform 0.3s 0.3s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0, 0, .2, 1);
}

/* .card-open {
  margin-bottom: 2rem;
  height: 25rem;
  opacity: 1;
  
  transition: height 0.3s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.3s 0.3s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
} */

/* .mdl-card.card-undo {
  margin-bottom: 0;
  height: 7rem;
  opacity: 0;
  transform: translate(-100%);
  transition: height 0.3s 0.1s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s 0.1s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), transform 0.3s ease-out, color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
} */

.mdl-card.card-closed {
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: height 0.3s 0.1s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s 0.1s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s ease-out;
  transition: height 0.3s 0.1s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s 0.1s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s ease-out;
  -o-transition: height 0.3s 0.1s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s 0.1s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), transform 0.3s ease-out, color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
  transition: height 0.3s 0.1s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s 0.1s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), transform 0.3s ease-out, color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
  transition: height 0.3s 0.1s cubic-bezier(0, 0, .2, 1), margin-bottom 0.3s 0.1s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), transform 0.3s ease-out, color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1), -webkit-transform 0.3s ease-out;
}

.mdl-card.card-created {
  height: 25rem;
  margin-bottom: 2rem;
  -webkit-transform: translatey(100%);
      -ms-transform: translatey(100%);
          transform: translatey(100%);
  opacity: 0;
}

.timerUndoDiv {
  width: 100%;
/*   top: -7rem; */
  position: relative;
  display: block;
  font-size: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
/*   margin: 0 2rem; */
/*   background-color: blue; */
  height: 6rem;
  opacity: 1;
  text-align: center;
  -webkit-transition: height 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.4s 0.4s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
  -o-transition: height 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.4s 0.4s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
  transition: height 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.4s 0.4s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
}

.timerUndoDiv.undoHidden {
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.3s 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
  -o-transition: height 0.3s 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
  transition: height 0.3s 0.3s cubic-bezier(0, 0, .2, 1), opacity 0.2s cubic-bezier(0, 0, .2, 1), color 0.3s cubic-bezier(0, 0, .2, 1), background-color 0.3s cubic-bezier(0, 0, .2, 1);
}






.timer-card-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
}

.timer-list {
  padding:  0
}

.timer-list .mdl-list__item {
  margin: 0 1rem;
  font-family: 'Bariol Regular', sans-serif;
}

.timer-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: -0.3em 0 -1.2em 0;
}

.timer-name .mdl-textfield__input {
  font-size: 1.5em;
  font-family: 'Bariol Regular', sans-serif;
  color: inherit
}

.timer-inputs-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2) inset;
          box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2) inset;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  
  overflow: hidden;
  max-height: 11em;
}

.timer-inputs-list.closed {
  max-height: 0;
}

.timer-inputs-list .mdl-list__item {
  position: relative;
  display: block;
  text-align: center;
}

.timer-inputs-list input {
  text-align: center;
  color: inherit;
  font-family: 'Bariol Regular', sans-serif;
  character-spacing: 0;
  font-size: 1.8em;
  padding: 0;
}

/* .timer-input::placeholder {
  color: rgba(255,255,255,0.4);
} */

.timer-input-div {
  position: relative;
  display: inline-block;
  max-width: calc(32% - 0.6rem);
  margin: -0.5em 0.3rem -1.2em 0.3rem;
  color: inherit;
/*   padding: 0.5em; */
}
.timer-input-div:first-child {
  margin: -0.5em 0.6rem -1.2em 0;
/*   padding: 0.5em; */
}
.timer-input-div:last-child {
  margin: -0.5em 0 -1.2em 0.6rem;
/*   padding: 0.5em; */
}

.timer-inputs-list .mdl-textfield__label {
/*   text-align: center; */
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  
/*   font-family: 'Bariol Bold', sans-serif; */
}


.autoShare-span {
  font-size: 2rem;
}






.snackDiv {
  position: fixed;
  bottom: -3em;
/*   height: 3em; */
/*   font-size:  */
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  color: white;
  z-index: 9999999;
  font-size: 2rem;
  padding: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Bariol Regular', sans-serif;
  -webkit-transition: bottom 0.3s 0.5s cubic-bezier(0, 0, .2, 1);
  -o-transition: bottom 0.3s 0.5s cubic-bezier(0, 0, .2, 1);
  transition: bottom 0.3s 0.5s cubic-bezier(0, 0, .2, 1);
  pointer-events: none;
}

.snackDiv.snack-active {
  bottom: 0;
  -webkit-transition: bottom 0.3s cubic-bezier(0, 0, .2, 1);
  -o-transition: bottom 0.3s cubic-bezier(0, 0, .2, 1);
  transition: bottom 0.3s cubic-bezier(0, 0, .2, 1);
  pointer-events: auto;
}

.snackText {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.snackButton {
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.8rem;
  font-size: 2rem;
  color: #00897B;
  font-family: 'Bariol Bold', sans-serif;
}







.mdl-list__item-primary-content {
  color: inherit;
}










/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: transparent;
  background-color: transparent;
  color: rgba(255,255,255,0.87);
}





#clockContainer{
  position: absolute;
  top:0; left:0; bottom:0; right:0; margin: auto;
  width: 150px;
  height: 150px;
  border: 1px solid transparent;
}

#clockOut{
  width: 80%;
  height: 80%;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  bottom:0;
  margin-left: auto; margin-right: auto; left:0; right:0;
}

#clockTop{
  border-top: 2px solid white;
   border-right: 2px solid white;
   border-left: 2px solid white;
  width: 40px;
  top: 11px;
  position: absolute;
  margin-left: auto; margin-right: auto; left:0; right:0;
  height: 18px;
  border-radius: 3px;
}

.clockNeedle{
  width: 50px;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform-origin:100% 50%;
      transform-origin:100% 50%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin:100% 50%;
}

#minuteHand {
  -webkit-animation: needleAnimation 60s linear 0s infinite; 
  animation: needleAnimation 60s linear 0s infinite;
}

#secondHand {
  -webkit-animation: needleAnimation 1s linear 0s infinite; 
  animation: needleAnimation 1s linear 0s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes needleAnimation {
    from {
      
    }
    to {
      -webkit-transform:rotate(450deg); 
  }
}

/* Standard syntax */
@keyframes needleAnimation {
   from {
      
    }
    to {
      -ms-transform:rotate(450deg); 
      -moz-transform:rotate(450deg); 
      -webkit-transform:rotate(450deg); 
  }
}