body{
    font-family: 'Prompt', sans-serif !important;
    overflow: auto;
    font-weight: 300;
    background-color: #eff1f2;
}
a{
    text-decoration: none;
    color: unset;
    font-weight: unset;
}
.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
    color: #333;
    background-color: var(--hoverBackgroundColor);
}

.mobile-button-back{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #fff;
    background-color: unset;
    border: unset;
    border-radius: 50px;
    z-index: 1031;
    font-size: 120%;
}

.mobile-pageTitle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 150%;
}
