
.back-to-top {
    z-index: 1999;
    cursor: pointer;
    position: fixed;
    padding-top: 0px;
    bottom: 10px;
    right: 10px;
    right: 10px;
    border-radius: 50%;
    opacity: 0.7;
    background: darkgray;
    color: white;
    border: white;
    font-size: 24px;
    width: 44px;
    height: 44px;
    text-decoration: none;
}
.reduce-nav {
    height: 3px !important;
    overflow: hidden !important;
    padding: 0px !important;
}
