.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 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;
}

.modal-content {color : #777;: !important;  }

.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;
}