header {
    height: 60px;
}

.navbar {
    /* background: #fcfcfc; */
    background: transparent;
    box-shadow: none;
    height: 60px;
}

.user-user:hover .user-fa-icon {
    border-color: #9FA9B9;
}

.user-user:hover .user-fa-i {
    color: #9FA9B9;
}

.user-user p {
    margin: 0;
}

.user-user>div>p:first-child {
    font-size: 14px;
    font-weight: lighter;
    color: #9FA9B9;
}

.user-fa-icon {
    border: 2px solid #00379F;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.user-fa-i {
    color: #00379F;
    font-size: 2rem;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homepage-sidebar {
    display: flex;
    justify-content: space-evenly;
    box-shadow: 0px 0px 5px #00000029;
    max-width: 395px;
    height: 90vh;
    padding: 20px;
    background-image: url(../../assets/homepage-sidebar.svg);
    margin: 40px 0px 0px 25px;
}

.homepage-sidebar-inner {
    overflow: hidden;
}

.homepage-sidebar a:hover {
    color: #00379F;
}

.homepage-sidebar a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 2rem;
    padding: 5px 20px;
    color: #929292;
    white-space: nowrap;
    font-size: calc(1.5rem - 1%);
}

.hompage-main {
    padding-left: 420px;
}

@media screen and (max-width: 768px) {
    .hompage-main {
        padding: 0 10px;
    }

    .navbar {
        background: #fcfcfc;
        box-shadow: 0px 0px 6px #00000029;
    }
}

.user-footer {
    color: #9FA9B9;
    z-index: 9998;
}

.privacy-policy,
.implementation {
    color: #9FA9B9;
}

.crowdpolicy {
    color: #4366F4;
}

.implementation:hover .crowdpolicy {
    color: #9FA9B9;
}

.burger-icon {
    font-size: 3rem;
    color: #00379F;
}

.burger-icon:hover {
    color: #00379F;
}

@media screen and (max-width: 768px) {
    .homepage-sidebar {
        max-width: 100%;
        height: 100vh;
        align-items: center;
        margin: 0;
        padding-top: 69px;
    }

    .hompage-main {
        margin: 69px 0 0;
    }

    .hidden-homepage-sidebar {
        display: none;
    }

    .noScroll {
        overflow: hidden;
    }
}

@media screen and (max-width: 425px) {
    .homepage-sidebar {
        align-items: unset;
    }
}

@media screen and (min-width: 769px) {
    header div:nth-child(2) {
        z-index: 999 !important;
    }
}

.user-pagination a {
    color: #9FA9B9;
    padding: 8px 16px;
}

.user-pagination a:first-child,
.user-pagination a:last-child {
    padding: 12px 16px;
}

.user-pagination a.active {
    background-color: #217BCD;
    color: white;
    border-radius: 4px;
}

.user-pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 4px;
}

.search-container button {
    border: none;
    border-radius: 10px;
    background-color: #FFFFFF;
    height: 18px;
}

.search-container button:hover {
    background-color: #00379f;
    color: #FFFFFF;
}

.search-input {
    max-width: 100%;
    width: 305px;
    height: 40px;
    border: none;
    padding: 0.25rem 1rem;
    border-radius: 10px;
}

.search-input:focus-visible {
    outline: #00379f solid 1px;
}

.search-input::placeholder {
    font-weight: lighter;
    color: #9FA9B9;
    opacity: 0.5;
}
