.up {
    position: fixed;
    z-index: 99;
    bottom: 1em;
    right: 5%;
}

.htmlmetersformobile {
    display: none;
}

@media (max-width: 1200px) {
    .content-wrapper {
        margin-top: 50px!important;
    }
    .main-header {
        position: fixed!important;
        right: 0!important;
        left: 0!important;
        border-radius: 0!important;
        top: 0!important;
    }
    .htmlmetersformobile {
        display: unset;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .camembertandjauges {
        display: none;
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 120px;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 120px;
    height: 120px;
    margin: 50px;
    border-radius: 50%;
    border: 15px solid #F75150;
    border-color: #F75150 transparent #F75150 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

progress {
    accent-color: #F75150
}