/* All */
body {
    font-family: 'Poppins', sans-serif;
}

.user-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #78281F;
    border: none;
}

/* Hover - Account Name button - Upper right*/
.user-profile-button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-color: #ffffff;
    border-color: #78281F;
    margin-right: 15px;
    object-fit: cover;
}

.user-profile-button:hover {
    transition: transform 300ms;
    transform: scale(1.2);
}

.active {
    font-weight: bold;
}

/* Navbar */
.navbar-user {
    background: #78281F;
    max-height: 60px;
}

.nav-user-collapse {
    background: #78281F;
}

.nav-user-modules {
    margin: 0 20px;
    padding: 0 15px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.nav-user-modules a {
    color: #ffffff;
}

.nav-user-modules:hover {
    transform: scale(1.3);
    font-weight: bold;
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
}

.nav-user-modules:hover a {
    color: #ffffff;
}

.user-active {
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: #F4D03F underline wavy;
}
