body{
  margin: 0;
  background-color: rgb(255,255,255);
  font-family: Roboto, sans-serif;
  overflow: hidden;
  transition: background-color ease-in 1s;
}

iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

h1{
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  color: rgb(255,255,255);
  text-shadow: -1px 0 rgb(0,0,0), 0 1px rgb(0,0,0), 1px 0 rgb(0,0,0), 0 -1px rgb(0,0,0);
}

textarea:focus, input:focus, select:focus{
    outline: none;
}

textarea, input, button, select { font-family: inherit; font-size: inherit; }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  margin: 0;
  padding: 0;
  border: none;
}

input:disabled {
    color: rgb(34,113,179);
}

.base-timer {
  position: relative;
  width: 300px;
  height: 300px;
}

#base-timer_sfondo{
  position: absolute;
  width: 283px;
  height: 283px;
  top: 8.5px;
  left: 8.5px;
  -webkit-border-radius: 141.5px;
  -moz-border-radius: 141.5px;
  border-radius: 141.5px;
  background-color: rgb(255,255,255);
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: rgb(240,240,240);
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 300px;
  height: 200px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}

#label-tabata{
  position: absolute;
  width: 150px;
  height: 100px;
  top: 140px;
  left: 75px;
  text-align: center;
}

#label-tabata_title{
  font-size: 20px;
  color: rgb(0,192,255);
}

.label-tabata_etichetta{
  font-size: 15px;
}

.label-tabata_valore{
  font-size: 15px;
  font-weight: 100 !important;
}

.label-tabata_misura{
  font-size: 8px !important;
  font-weight: 100 !important;
}

#app{
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
}

#pausa, #annulla_timer{
  position: absolute;
  bottom: 50px;
  width: 50%;
  text-align: center;
}

#pausa{
  left: 0;
}

#annulla_timer{
  right: 0;
}

#preparazione{
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgb(255,255,255);
  text-align: center;
}

#preparazione_titolo{
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  background: linear-gradient(-45deg, #23d5ab, #23a6d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#preparazione_span{
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
}

#barra_titolo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 39px;
  border-bottom: 1px solid rgb(140,140,140);
  background-color: rgb(255,255,255);
}

#logo{
  text-align: center;
  position: absolute;
  top: 5px;
  width: 100%;
  height: 29px;
}

#logo > img{
  width: auto;
  height: 100%;
}

#impostazioni{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgb(255,255,255);
  z-index: 1;
}

#titolo_impostazioni{
  position: absolute;
  top: 10px;
  width: 100%;
  left: 0;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  background: linear-gradient(-45deg, #23d5ab, #23a6d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#dati_input{
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 90px);
  height: -moz-calc(100% - 90px);
  height: calc(100% - 90px);
  text-align: center;
}

#avvia_span, #annulla_preparazione_span, #annulla_timer_span, #pausa_span{
  color: rgb(0,192,255);
  cursor: pointer;
}

.etichetta{
  font-size: 15px;
}

.inputText{
  position: relative;
  background-color: rgb(245,248,250);
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 0.5px solid rgb(240,240,240) !important;
  padding-left: 10px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#avvia, #annulla_preparazione{
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.avviso{
  display: none;
  position: relative;
  margin-top: 10px;
  margin-left: -webkit-calc(50% - 125px);
  margin-left: -moz-calc(50% - 125px);
  margin-left: calc(50% - 125px);
  width: 250px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  font-weight: bold;
  z-index: 2;
}

.avvisoVerde{
  background-color: rgb(186,223,200);
  border: 0.5px solid rgb(53,114,76);
  color: rgb(53,114,76);
}

.avvisoRosso{
  background-color: rgb(248,224,222);
  border: 0.5px solid rgb(159,43,33);
  color: rgb(159,43,33);
}

.sfondoVerde{
  background-color: rgb(222,250,222) !important;
}

.sfondoArancio{
  background-color: rgb(255,228,181) !important;
}
