body,
html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    background-color: white;
    overflow: hidden auto;
}

.whatwayto-appbar_right {
    padding-left: 24px;
}

.reuise-app-layout {
    width: 100vw;
    height: auto;
}

#whatwayto-progress {
    background-color: yellow;
    position: fixed;
    top: 0;
    z-index: 999889;
    left: 0;
    right: 0;
}

.reuise-progressindicator_track {
    background: cyan!important;
}

@keyframes reuise-progressindicator_animation {
    0% {
        left: -33%;
    }

    100% {
        left: 100%;
    }
}

a {
    color: #e7ae0a;
    text-decoration: none;
    font-weight: 600;
}

#whatwayto-appbar,
.whatwayto-drawer_appbar {
    display: flex;
    background: white;
    padding: 8px 0;
}

.reuise-document--scrolled #whatwayto-appbar {
    box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 10%);
}

#whatwayto-appbar .whatwayto-appbar_inner,
.whatwayto-drawer_appbar .whatwayto-appbar_inner {
    width: 100%;
    display: flex;
    align-items: center;
}

#whatwayto-appbar .whatwayto-appbar_inner {
    justify-content: space-between;
    margin: 0 24px;
}

#whatwayto-appbar .whatwayto-appbar_left {
    display: flex;
    flex-grow: 1;
    column-gap: 16px;
    align-items: center;
    margin: 0 auto;
    height: 100%;
}

.whatwayto-logolink {
    display: flex;
    height: 100%;
}

.whatwayto-logo {
    height: auto;
    width: auto;
}

.whatwayto-appbar_logocontainer {
    display: flex;
    align-items: center;
    height: 100%;
}

h2.whatwayto-logotext {
    font-weight: 800;
    margin: 0px 0 0 12px;
    letter-spacing: -1px;
    font-size: 30px;
    color: #000000;
    white-space: nowrap;
    text-transform: lowercase;
    display:none;
}

.reuise-splitcontainer {
    height: auto!important;
}

.reuise-splitcontainer_panel {
    overflow: auto!important;
    height: auto!important;
}
