.floki-footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}
#container {
    width: auto;
    position: relative;
    background-color: #5b3b83;
    border-radius: 25px;    
}
#image {
    position: absolute;
    left: 0;
    top: 0;
}
#text {
    z-index: 100;
    position: absolute;
    color: black;
    font-size: 42px;
    font-weight: bold;
    left: 25%;
    top: 35%;
}
.container {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    width: 300px;
    height: 150px;
    border-radius: 25px;
}
.container-eng {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    width: 200px;
    height: 100px;
    border-radius: 25px;
    margin-bottom: 10px;
}
.container h2 {
    color: #111;
    margin: 0 0 30px;
    position: relative;
    z-index: 2;
}
.checkbox-container {
    display: inline-block;
    position: relative;
    top: -10px;
}
.checkbox-container label {
    background-color: #aaa;
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-out;
    width: 100px;
    height: 40px;
    z-index: 2;
} 
.checkbox-container label::after {
    content: ' ';
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3.5px;
    left: 1px;
    transform: translateX(0);
    transition: transform 0.3s linear;
    width: 30px;
    height: 30px;
    z-index: 3;
}
.checkbox-container input {
    visibility: hidden;
    position: absolute;
    z-index: 2;
}
.checkbox-container input:checked + label + .active-circle {
    transform: translate(-50%, -50%) scale(15);
}
.checkbox-container input:checked + label::after {
    transform: translateX(calc(100% + 35px));
}
.active-circle {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 10px), calc(-50% - 2px)) scale(0);
    transition: transform 0.6s ease-out;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.checkbox-container.green .active-circle,
.checkbox-container.green input:checked + label {
    background-color: #664092;
}
@media (max-width: 840px) {
    body {
        flex-direction: column;
    }
}
.btn-floki{
    background-color: #664092;
    color: #fff;
    border-radius: 25px;
}

.status-selector input {
    display: none!important;
} 
.status-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 25px;
    background: #000000;
    height: 40px;
    width: 60px;
    margin-right: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.status-selector input[type=checkbox]:checked + label {
    background: #f39c12;
    color: #ffffff;
    border-radius: 25px;
}
.weekDays-selector input {
    display: none!important;
}
.weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 6px;
    background: #000000;
    height: 40px;
    width: 60px;
    margin-right: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
}
.weekDays-selector input[type=checkbox]:checked + label {
    background: #9488be;
    color: #ffffff;
}
.help-chain-icon {
    background: url('/static/assets/img/help-chain-icon.png');
    height: 20px;
    width: 20px;
    /* Other styles here */
}
.vt-icon {
    background: url('/static/assets/img/offline.png');
    height: 20px;
    width: 20px;
    /* Other styles here */
}
#dashboard_container {
    height: 150px;
    width: auto;
    position: relative;
    background-color: #5b3b83;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
#image {
    position: absolute;
    left: 0;
    top: 0;
}
#text {
    z-index: 100;
    position: absolute;
    color: black;
    font-size: 36px;
    font-weight: bold;
    left: 25%;
    top: 35%;
}
.blinking_2000ms {
    animation: blink 2s;
    animation-iteration-count: infinite;
    width: 150px;
    height: 21vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.blinking_1250ms {
    animation: blink 1.25s;
    animation-iteration-count: infinite;
    width: 100%;
    height: 21vh;
}
.blinking_500ms {
    animation: blink 0.5s;
    animation-iteration-count: infinite;
    width: 100%;
    height: 21vh;
}
.run {
    width: 150px;
    height: 21vh;
    margin-left: auto;
    margin-right: auto;
}
.finished {
    width: auto;
    height: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.zoom {
    transition: transform .2s; /* Animation */
    height: 15vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.zoom:hover {
    transform: scale(1.4);
    color: #9488be;
}
.btn-floki{background-color: #664092; color: #fff; margin: 5px;}

.battery {
    position:relative; 
    z-index: 2;
}

.heart_rate {
    position:relative; 
    z-index: 2;
}

.ps_text {
    position:relative; 
    z-index: 2;
}


/* Date and time picker */
#datetimepickerstartall .form-control,
#datetimepickerstartall .form-control::placeholder {
color: #000 !important;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
color: #000 !important; 
}

.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table td.day span {
  color: #000 !important; /* ou #fff, dependendo do fundo */
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.day:hover span,
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active span {
  background-color: #000 !important; 
  color: #fff !important;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute {
  color: #000 !important;           /* texto normal */
}
.bootstrap-datetimepicker-widget .timepicker-hour:hover,
.bootstrap-datetimepicker-widget .timepicker-minute:hover,
.bootstrap-datetimepicker-widget .timepicker-hour.active,
.bootstrap-datetimepicker-widget .timepicker-minute.active {
  background-color: #000 !important;
  color: #fff !important; 
}

.input-group-addon .glyphicon,
.input-group-addon .fa {
  color: #000 !important;
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-up,
.bootstrap-datetimepicker-widget .glyphicon-chevron-down {
  color: #000 !important;   /* cor normal */
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-up:hover,
.bootstrap-datetimepicker-widget .glyphicon-chevron-down:hover {
  color: #fff !important;           
  background-color: #000 !important;
}

.bootstrap-datetimepicker-widget .picker-switch .glyphicon,
.bootstrap-datetimepicker-widget a[data-action] .glyphicon {
  color: #000 !important;
}
.bootstrap-datetimepicker-widget .picker-switch:hover .glyphicon,
.bootstrap-datetimepicker-widget a[data-action]:hover .glyphicon {
  color: #fff !important;
  background-color: #000 !important;
}

/* Botões de mês/ano e setas de navegação */
.bootstrap-datetimepicker-widget .picker-switch,
.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next {
  color: #000 !important;
}

.bootstrap-datetimepicker-widget .picker-switch:hover,
.bootstrap-datetimepicker-widget .prev:hover,
.bootstrap-datetimepicker-widget .next:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* Setas (glyphicons) dentro dos botões prev/next */
.bootstrap-datetimepicker-widget .prev .glyphicon,
.bootstrap-datetimepicker-widget .next .glyphicon {
  color: #000 !important;
}

.bootstrap-datetimepicker-widget .prev:hover .glyphicon,
.bootstrap-datetimepicker-widget .next:hover .glyphicon {
  color: #664092 !important;
}

/* Células de mês e ano quando clicadas */
.bootstrap-datetimepicker-widget table td.month span,
.bootstrap-datetimepicker-widget table td.year span,
.bootstrap-datetimepicker-widget .datepicker-months td span,
.bootstrap-datetimepicker-widget .datepicker-years td span {
  color: #664092 !important;
  display: inline-block;
  padding: 5px 10px !important;
  border-radius: 4px !important;
}

.bootstrap-datetimepicker-widget table td.month.active span,
.bootstrap-datetimepicker-widget table td.year.active span,
.bootstrap-datetimepicker-widget .datepicker-months td.active span,
.bootstrap-datetimepicker-widget .datepicker-years td.active span {
  background-color: #664092 !important;
  color: #fff !important;
}