body{
    background-color: #f5f5f5;
    font-family: "Geologica", sans-serif;
    overflow-x: hidden;
    position: relative;
}

.toast-open{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: -5%;
    width: 90%;
    height: 60px;
    z-index: 10;
    text-align: center;
    border-radius: 14px;
    background: rgb(238,174,202);
    background: -moz-linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
    background: linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeaeca",endColorstr="#94bbe9",GradientType=1);
    backdrop-filter: blur(10px);
    color: #4D5076;
    transition: top 1s ease 0s;
}

.activate{
    transition: top .5s ease 0s;
    top: 5%;
}

.toast-open p{
    margin-top: 20px;
}

.body-bloc{
    min-height: 100vh;
    height: 100vh;
    background: #1F2034;
    padding: 0;
}


.head-bloc{
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
    position: fixed;
    height: 140px;
    background: #2e3049;
    top: 0px;
    border-radius: 0 0 28px 28px;
}

.tapbar-bloc{
    position: fixed;
    height: 80px;
    background: #2e3049;
    bottom: 0px;
    border-radius: 28px 28px 0 0;
}

.head-bloc h1{
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
    padding: 0;
}

.head-bloc p{
    font-weight: lighter;
    color: #fff;
    margin-bottom: 5px;
}

.head-bloc span{
    margin-top: 20px;
    font-size: 10px;
    font-weight: lighter;
    color: #fff;
}

.first-row{
    padding-top: 210px;
}

.second-bloc{
    padding-top: 40px;
}

.first-row h2{
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
}

.second-row{
    padding: 20px;
}

.long-bar{
    padding-bottom: 0px;
}

.second-row .col{
    position: relative;
}

.second-row .col .button-body{
    position: relative;
}


.button-body{
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 80px;
    border-radius: 15px;
    background: -moz-linear-gradient(90deg, rgba(63,94,251,1) -50%, rgba(252,70,107,1) 160%);
    background: -webkit-linear-gradient(90deg, rgba(63,94,251,1) -50%, rgba(252,70,107,1) 160%);
    background: linear-gradient(90deg, rgba(63,94,251,1) -50%, rgba(252,70,107,1) 160%);
}

.long-bar-body{
    background: rgb(34,193,195);
    background: -moz-linear-gradient(94deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    background: -webkit-linear-gradient(94deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    background: linear-gradient(94deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22c1c3",endColorstr="#fdbb2d",GradientType=1);
}

.button-body img{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 50px;
}

.button-body .label-infos{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.button-gate img{
    left: 25%;
    top: 60%;
}

.button-gate .label-infos{
    left: 98%;
    width: 100%;
}

.button-door img{
    left: 20%;
}

.button-door .label-infos{
    left: 89%;
    width: 100%;
}

.long-bar-body img{
    left: 12%;
}

.long-bar-body .data-container{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 34%;
    top: 50%;
    width: 50px;
    margin-bottom: 4px;
}

.data-container .title{
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 2px;
}

.data-container .data{
    font-size: 28px;
    font-weight: bold;
    width: 290px;
}

.data-container .data .label-span{
    font-size: 16px;
    font-weight: lighter;
}

.tapbar-bloc .col{
    margin: 14px auto;
    text-align: center;
    color: #4D5076;
    box-sizing: border-box;
}

.door-img-stat{
    left: 12%!important;
    top: 51%!important;
}

.tapbar-bloc img{
    width: 32px;
}

.tapbar-bloc-selector-container{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.selector{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 95px;
    height: 68px;
    border-radius: 15px;
    background: -moz-linear-gradient(90deg, rgba(63,94,251,1) -50%, rgba(252,70,107,1) 160%);
    background: -webkit-linear-gradient(90deg, rgba(63,94,251,1) -50%, rgba(252,70,107,1) 160%);
    background: linear-gradient(90deg, rgba(63,94,251,1) -50%, rgba(252,70,107,1) 160%);
    z-index: -1;
    opacity: 1;
}

.selected{
    color: #fff;
}

.design-stats{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 87%!important;
    top: 50%!important;
    width: 50px;
    margin-bottom: 4px;
    opacity: .35;
}