/* ================== *
 * ## Noise Footer ##
 * ================== */

#noise-footer {
    font-size: 14px;
    padding: 30px;
    width: 100%;
    z-index: 0;
}

#noise-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#noise-footer ul li {
    display: inline-block;
}

#noise-footer ul li:not(:last-child):after {
    content: "   |   ";
    padding: 10px;
}

#noise-footer .footer-logo {
   display: flex;
   justify-content: end;
}

#noise-footer .footer-logo .logo-container {
   gap: 5px;
   justify-content: center;
}

#noise-footer .footer-logo .logo-container .casper-logo {
    float: right;
    max-height: 50px;
    max-width: 200px;
    position: relative;
    width: 100%;
}

#noise-footer .footer-logo .logo-container .version { font-size: 10px; }


/* ============================ *
 * ## Noise Footer btn-go-up ##
 * ============================ */

.noise-footer-btn-go-up {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 100px;
    overflow: hidden;
}

.noise-footer-btn-go-up div {
    position: absolute;
    bottom: -65px;
    right: 25px
}

.noise-footer-btn-go-up div img {
    width: 130px;

}

