html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu-links {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.menu-links.active {
    background-color: rgba(9, 25, 49, 1);
}

.desktop-header {
    height: 10vh;
    min-height: 96px;
    max-height: 96px;
    gap: 34px;
    margin: auto;
    display: flex;
    position: fixed;
    box-shadow: 0 10px 6px -6px #777;
    align-items: center;
    z-index: 10;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    top: 10px;
    left: 253px;
    right: 14px;
}

.logo {
    position: relative;
    top: -36px;
}

.header-text {
    color: rgba(0, 0, 0, 1);
    height: auto;
    align-self: center;
    text-align: left;
    line-height: 120.00000476837158%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400px;
    font-stretch: normal;
}

.header-user-help a img {
    gap: 16px;
    display: flex;
    align-items: center;
    padding-right: 40px;
    position: absolute;
    right: 50px;
    top: 33px;
}

.user-profil-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    right: 20px;
}

.text {
    position: absolute;
    top: 34px;
    left: 62px;
}

.menu {
    display: flex;
    flex-direction: column;
    margin-right: 8px;
    background-color: #2a3647;
    border-radius: 20px 0px 20px 20px;
    padding: 30px 16px 0px 16px;
    gap: 30px;
    text-align: center;
    height: 158px;
    width: 150px;
    font-family: inter;
    font-size: 16px;
    font-weight: 400;
    position: fixed;
    right: 0px;
    z-index: 999;
}

a {
    text-decoration: none;
    color: #0edbc8a6;
}

.user-initials {
    position: absolute;
    color: #29ABE2;
    font-size: 26px;
    font-weight: bold;
}

.desktop-navbar {
    top: 10px;
    left: 6px;
    width: 232px;
    height: 98vh;
    display: flex;
    position: fixed;
    z-index: 20;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 10px;
    background-color: #2A3647;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.desktop-navbar-menu {
    gap: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    top: -17px;
}

.menu-links {
    gap: 8px;
    width: 232px;
    height: 46px;
    display: flex;
    padding: 8px 56px;
    overflow: hidden;
    align-items: center;
    opacity: 0.7;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    width: 218px;
}

.desktop-navbar-menu a {
    text-decoration: none;
    list-style: none;
    font-size: 15px;
}

.menu-links:hover {
    border-radius: 10px;
    width: 218px;
    opacity: 1 !important;
    cursor: pointer;
    background-color: rgba(9, 25, 49, 1);
}

.navbar-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    align-items: center;
    gap: 8px;
    color: #fff;
    position: relative;
    bottom: -43px;
}

.navbar-footer a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.navbar-footer-links {
    opacity: 0.7;
}

.navbar-footer-links:hover {
    cursor: pointer;
    color: #29ABE2;
    opacity: 1;
    font-weight: bold;
}

/* RESPONSIVE */

@media (max-width: 750px) and (min-width: 601px) {
    .header-text span {
        display: none;
    }
}

@media(max-width: 869px) {

    .titleDateAddTaskBoard {
        margin-top: 20px;
    }

    .header-text {
        display: none;
    }

    #LogoImage {
        content: url('/Join/img/LogoWhite1.svg');
        position: absolute;
        width: 50px;
        left: 40px;
    }

    .user-help {
        display: none;
    }

    .header-user-help {
        margin-left: 140px;
        margin-top: 5px;
    }

    .logo img {
        display: none;
    }

    .desktop-navbar {
        top: auto;
        /* bottom: 0px; */
        height: 92px;
        /* width: 100vw; */
        padding: 0;
        /* left: 0;
        border-radius: unset; */
        width: 99vw;
        bottom: 5px;
        border-radius: 10px;
        left: 4px;
    }



    .desktop-header {
        left: 14px;
    }

    .menu-links {
        margin-inline-start: 0px;
    }

    .desktop-navbar-menu {
        gap: 37px;
        flex-direction: row;
        justify-content: center;
        position: absolute;
        height: 400px;
        align-items: center;
        height: 93px;
        top: auto;
    }

    .desktop-navbar-menu a {
        height: 71px;
        width: 60px;
        flex-direction: column;
        border-radius: 10px;
    }

    .desktop-navbar-menu span {
        width: 98px;
        height: 36px;
        margin-bottom: -24px;
        text-align: center;
    }

    #boardImage {
        margin-top: 3px;
    }

    .board-span {
        margin-top: 2px;
    }

    .navbar-footer {
        height: 100px;
        display: none;
    }

    .user-profil-box {
        height: 34px;
        right: 20px;
    }

    .menu {
        display: flex;
        flex-direction: column;
        margin-right: 8px;
        background-color: #2a3647;
        border-radius: 20px 0px 20px 20px;
        padding: 30px 16px 0px 16px;
        gap: 30px;
        text-align: center;
        height: 158px;
        width: 150px;
        font-family: inter;
        font-size: 16px;
        font-weight: 400;
        position: fixed;
        margin-top: 0px;
        z-index: 999;
    }
}

@media (max-width: 600px) {

    #LogoImage {
        content: url(/Join/img/LogoWhite1.svg);
        position: absolute;
        width: 38px;
        left: 40px;
    }

    .desktop-header {
        height: 10vh;
        min-height: 96px;
        max-height: 96px;
        top: 0px;
        left: 0px;
        right: 0px;
        display: flex;
        position: relative;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10000000149011612);
        align-items: center;
        z-index: 10;
        justify-content: revert-layer;
        background-color: rgba(255, 255, 255, 1);
    }

    .user-profil-box {
        height: 34px;
        right: 38px;
        position: absolute;
        top: 34px;
    }

    .desktop-navbar-menu {
        justify-content: center;
    }
}

@media (max-width: 570px) {
    .menu-links {
        font-size: 10px;
        padding: 10px 42px;
        margin-right: 10px;
    }

    .menu-links:hover {
        border-radius: 10px;
        width: 0px;
        opacity: 1 !important;
        cursor: pointer;
        background-color: rgba(9, 25, 49, 1);
    }

    .desktop-navbar-menu {
        gap: 0;
    }

    .desktop-navbar {
        height: 84px;
        width: 98vw;
        left: 5px;
    }
}

@media (max-width: 439px) {
    .desktop-header {
        height: 50px;
        min-height: 63px;
        justify-content: space-between;
    }

    .desktop-navbar {
        height: 80px;
        left: 4px;
    }

    .menu-links {
        padding: 5px 41px;
    }

    .user-profil-box {
        position: relative;
        top: 0;
        right: 20px;
    }

    .user-profil-box img {
        width: 42px;
    }

    .user-initials {
        font-size: 20px;
    }

    .desktop-navbar-menu a {
        font-size: 13px;
    }

    .desktop-navbar-menu {
        left: 5px;
    }
}

@media (max-width: 375px) {
    .desktop-navbar {
        height: 69px;
    }

    .desktop-navbar-menu a {
        gap: 0;
        height: 54px;
        padding: 0 38px;
    }
}

@media (max-width: 330px) {
    .menu-links {
        padding: 10px 36px;
    }
}

@media (max-width: 300x) {
    .user-profil-box {
        height: 36px;
        right: 277px;
    }

    #LogoImage {
        content: url('/Join/img/LogoWhite1.svg');
        position: absolute;
        width: 35px;
    }
}