  body {
    background-color: #000;
    color: #00e676;
    font-family: 'Source Code Pro', monospace;

  }

  header {
    background: black;
    color: #00e676;
    border: 1px solid #00e676;   
    font-family: 'times';

  }

  header a {
    color: #00e676;
    text-decoration: underline;
  }

  .main-button {
    border: 1px solid #00e676;
    cursor: pointer
  }

  .main-button.selected {
    background-color: #00e676;
    color: white
  }

  .main-button.selected_click {
    background-color: #00e676;
    color: white;
    border: 1px solid white;
  }

  input[type="range"] {
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance: none;
    width: 250px;
    height: 16px;
    /* Specified height */
    background: #d3d3d3;
    /* Grey background */
    outline: none;
    /* Remove outline */
    opacity: 0.7;
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    /* 0.2 seconds transition on hover */
    transition: opacity .2s;
  }

  /* Mouse-over effects */
  input[type="range"]:hover {
    opacity: 1;
    /* Fully shown on mouse-over */
  }

  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 25px;
    /* Set a specific slider handle width */
    height: 25px;
    /* Slider handle height */
    background: #4CAF50;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
  }

  input[type="range"]::-moz-range-thumb {
    width: 25px;
    /* Set a specific slider handle width */
    height: 25px;
    /* Slider handle height */
    background: #4CAF50;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
  }

  #input p.range_input_label:not(.show) {
    display: none;
  }

  .cuerpos {
    display: inline-flex;
    color: #00e676;
  }

  .cuerpos h2 {
    margin-bottom: 0px;
    text-align: center;
  }

  .cuerpos .inputs {
    display: inline-flex;
    margin: auto;
  }

  .cuerpos .actual,
  .cuerpos .ideal {
    display: inline-grid;
  }

  .loading-bar {
    height: 30px;
    width: 0%;
    background: rgb(0 230 118 / 32%);
    position: absolute;
    margin: 0px;
    top: 6px;
    left: 6px;
  }

  .text-lg {
    font-size: 1.425rem !important;
  }

  .text-lg2 {
    font-size: 1.125rem !important;
  }

  .timeline-item {
    border: 1px solid rgb(0, 230, 118);
    color: rgb(0, 230, 118);
    width: 54px;
    height: 54px;
    min-height: 54px;
    margin-left: 15px
  }

  .timeline-items {
    border: 1px solid rgb(0, 230, 118);
    color: rgb(0, 230, 118);
    min-height: 40px;
    position: relative;
  }
  .timeline-items label{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%
  }

  .timeline-item.active {
    background-color: #00e676;
  }

  .timeline-cursor {
    margin-left: 3px;
    margin-top: 0px;
    float: left;
  }

  /* .recomendaciones {
    border-bottom: 1px solid rgb(0, 230, 118);
    border-left: 1px solid rgb(0, 230, 118);
    border-right: 1px solid rgb(0, 230, 118);
  } */
  .border-title{
    border-bottom: 1px solid rgb(0, 230, 118);
    border-left: 1px solid rgb(0, 230, 118);
    border-right: 1px solid rgb(0, 230, 118);
  }
  .theme-color{
    color: rgb(0, 230, 118)
  }

  .input-form,
  .input-form:focus{
    background-color: #000;
    border: 1px solid #00e676;
    padding:3px;
    outline: none;
    color:white
  }


.grid.calendar > div >li.options {
  width: 35px;
  padding: 0px;
  height: 35px;
}

.grid.calendar > div {
  display: inline-flex;
  margin-right: 25px;
}
ol.grid.calendar {
  display: flex;
  flex-wrap: nowrap;
  /* margin-bottom: 30px !important; */
  align-content: flex-start;
  justify-content: flex-start;
  padding: 0px;
}
.grid.calendar .display{
  padding:4px;
  border: 1px solid #00e676;
  margin: 0px 15px;
  min-width: 60px;
  text-align: center;
  color: #00e676;
}
.grid .options{
  align-items: center;
  display: inline-grid;
  padding: 25px;
  border: 1px solid #00e676;
  width: 250px;
  text-align: center;
  color: #00e676;
}

.btn-console{
  border: 1px solid #00e676;
  padding:5px 9px;
  display: inline;
  cursor: pointer;
}

.btn-console.selected{
  background-color: #00e676;
  color: white;
}

.focus:not(.content){
  background-color: #00773d !important;
  color: white !important;
}
.focus.content li.accordion-title{
  background-color: #00773d !important;
  color: white !important;
}

.VuePagination ul li{
  display: inline;
  margin-right: 13px;
  border: 1px solid;
  padding: 10px 15px;
}

p.VuePagination__count {
  display: none;
} 

.VuePagination__pagination-item.page-item.active{
  background-color: #00e676;
  border: 1px solid #00e676;
  color:white;
}

button.page-link.active,
button.page-link:focus {
  border: none;
  outline: none;
}
input:focus{
  outline: none;
}

.VuePagination__pagination-item.page-item.disabled{
  display: none;
}

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
 .dot-flashing {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #00e676;
  color: #00e676;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s;
}

.dot-flashing::before, .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #00e676;
  color: #00e676;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #00e676;
  color: #00e676;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #00e676;
  }
  50%,
  100% {
    background-color: #000000;
  }
}


.battery {
  display: table;
  border: 1px solid #222222;
  padding: 5px;
  margin-left: 14px;
  border-radius: 7px;
  position:relative;
  top:-2px;
  float: left;
  }
  
  .battery .battery_item {
    display: block;
    width: 15px;
    height: 13px;
    float: left;
    background-color: #222222;
    opacity: 1;
    margin-right: 2px;
    opacity: 1;
    position: relative;
  }
  .battery .battery_item:nth-child(1){
    background-color: #e63429;
    margin-right: 2px;
    border-radius: 3px 0 0 3px;
  }
  .battery .battery_item:nth-child(1):before {
    background-color: #e63429;
  }
  .battery .battery_item:nth-child(2){
    background-color: #ec4e1a
  }
  .battery .battery_item:nth-child(2):before {
    color: #ec4e1a;
  }
  .battery .battery_item:nth-child(3){
    background-color: #ff9900;
  }
  .battery .battery_item:nth-child(3):before {
    color: #f29100;
  }
  .battery .battery_item:nth-child(4){
    background-color: #fbb335
  }
  .battery .battery_item:nth-child(4):before {
    color: #fbb335;
  }
  .battery .battery_item:nth-child(5){
    background-color: #ffea11
  }
  .battery .battery_item:nth-child(5):before {
    color: #ffea11;
  }
  .battery .battery_item:nth-child(6){
    background-color: #dedc00
  }
  .battery .battery_item:nth-child(6):before {
    color: #dedc00;
  }
  .battery .battery_item:nth-child(7){
    background-color: #95c11e;
  }
  .battery .battery_item:nth-child(7):before {
    color: #95c11e;
  }
  .battery .battery_item:nth-child(8){
    background-color: #3ba934
  }
  .battery .battery_item:nth-child(8):before {
    color: #3ba934;
  }
  .battery .battery_item:nth-child(9){
    background-color: #008c35;
    border-radius: 0 3px 3px 0;
    margin-right: 0px
  }
  .battery .battery_item:nth-child(9):before {
    color: #008c35;
  }
  .battery.zoom .battery_item{
      opacity: 1
  }
  .battery.zoom .battery_item.active{
      opacity: 1
  }
  .battery.zoom .battery_item.active{
    transform: scale(1.25);
    box-shadow: 0 0 5px #fff;
  }
  .battery.zoom.light .battery_item.active{
    transform: scale(1.2);
    box-shadow: 0 0 5px #222222;
    margin: 0;
  }
  .battery.zoom.indicator .battery_item.active{
    transform: scale(1.2);
    box-shadow: 0 0 10px #222222;
  }
  .battery.indicator .battery_item.active:before{
    content: '▲';
    font-size: 10px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: rotate(0deg) translate(-50%, 0px);
    text-shadow: 0px -3px 10px #222222;
    color: #222222
  }
  .battery.indicator.zoom .battery_item.active:before{
    content: '▲';
    font-size: 7px;
    position: absolute;
    top: 9px;
    left: 50%;
    transform: rotate(0deg) translate(-50%, 0px);
    text-shadow: 0px -3px 10px #222222;
    color: #fff
  }
  .battery.zoom .battery_item{
      opacity: 0.7
  }
  .battery.zoom .battery_item.active{
      opacity: 1
  }
  .battery.light {
    border-color: #fff
  }
  
  .battery.light .battery_item.active:before{
    color: #fff
  }
  .dark{
    background: #000
  }
  .no-border{
    border-width: 0px;
  }
  .battery.zoom.light .battery_item.active:first-child {
      margin-right: 0;
      z-index: 1;
  }

  .blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
  }

  .blink_once {
    animation: blink-animation 1s steps(5, start) 2;
    -webkit-animation: blink-animation 1s steps(5, start) 2;
  }

  .blink_once_delay {
    animation: blink-animation 1s steps(5, start) 2s 2;
    -webkit-animation: blink-animation 1s steps(5, start) 2s 2;
  }

  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }


.plan-summary{
  padding-top: 10px;
}

.plan-summary .todo-items{
  margin-bottom:40px;
  line-height: 25px;
}

.item-completed{
  color:white;
}
.item-nocompleted{
  color: #585858;
}

.plan-summary .recomendacion-headline h2{
  font-size: 1.5em;
  margin-bottom: 15px;
}
.payload:not(.nav-disabled) .square-horizontal{
  cursor: pointer;
}


.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

.comparador {
  margin: auto;
}
.comparador span:not(.enable) {
  opacity: 0.4;
}
.comparador td {
  width: 200px;
  border: 1px dotted #00e676;
  padding: 10px;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
     opacity: 1;
  }
}

.toptexts2 {
  animation: fadeIn 3s; /* fading effect takes 3s */
}

.animate-fadein{
  animation: fadeIn;
  animation-duration: 5s;
}

.displayIn {
  animation: cssAnimation 0s 3s forwards;
  visibility: hidden;
}

@keyframes cssAnimation {
  to   { visibility: visible; }
}

.highlighted{
  background-color: #00773d !important;
  color: white !important;
  width: max-content;
}
.accordion-title{
  cursor: pointer;
  list-style: " - " !important;
  text-decoration: underline;
}
.accordion-title.collapsed{
  margin-top: 0;
  list-style: " + " !important;
}
.accordion-title .sign{
  content: " - " !important;
}
.accordion-title.collapsed .sign{
  content: " + " !important;
}
.accordion-content.fadein{
  animation: fadeIn;
  animation-duration: 0.5s;
}
.accordion-content.collapsed{
  display:none;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.element-fadein{
  animation: fadeIn 5s;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: black;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #00e676;
  width: 0%;
}