.bgfocus {
    background-color: #091931;
    pointer-events: none;
}

.sidebarMainContainer {
    width: 232px;
    height: 100vh;
    background-color: #2a3647;
    position: fixed;
}

.sibebarNavContainer {
    margin-bottom: 110px;
}
.sidebarImgContainer {
    width: 232px;
    height: 300px;
    display: flex;
    justify-content: center;
}

.sidebarImgContainer img {
    width: 100.03px;
    height: 121.97px;
    margin-top: 64px;
}

.sidebarLinkStyle {
    width: 232px;
    height: 46px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}

.sidebarLinkStyle:hover {
    background-color: #2a3e59;
}

.sidebarLinkStyle p:active {
    color: #ffffff;
}

.sidebarLinkStyle img {
    width: 30px;
    height: 30px;
    margin-left: 58.5px;
    margin-right: 8px;
}

.sidebarLinkStyle p {
    margin: 0;
    color: #cdcdcd;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}

.sidebarFooter {
    width: 232px;
    bottom: 64px;
    position: fixed;
    bottom: 64px;
    position: fixed;
}

.sidebarFooterContent {
    height: 70px;
    display: flex;
    flex-direction: column;
}

.sidebarFooterPrivacyPolicyContainer:hover,
.sidebarFooterLegalNoticeContainer:hover {
    color: #29abe2;
}

.sidebarFooterPrivacyPolicyContainer,
.sidebarFooterLegalNoticeContainer {
    height: 35px;
    display: flex;
    align-items: center;
    color: #cdcdcd;
    padding-left: 60px;
    cursor: pointer;
}

#sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}
