.app__loader:empty {
    position: absolute;
    top: calc(50% - 4em);
    left: calc(50% - 4em);
    width: 6em;
    height: 6em;
    border: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
    border-radius: 50%;
    animation: load8 1.1s infinite linear;
}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

h2.rebalancer::after {
    display: inline-block;
    margin: 0 1em;
    content: " ";
    width: 3px;
    height: 80px;
    background: #fff;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

h5.title2{
    font-size: 1.30em;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
}

div.image{
    height: 140px;
}

/* Cookie Consent */
.js-cookie-consent div.text-center {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 250px;
    background: #000000;
    padding:20px;
    width: 450px;
    font-size: 0.6em;
    font-family: 'Montserrat';
    color: white;
    z-index: 300;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 40%);
    margin: 3em;
    border-radius: 5px;
}

/* Overwrite SASS */


.full-page-content .header {
    display: block!important
}

.tnt-login-hero {
    background-image: url(/images/santiago-min.jpg);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
}
