.sidebar1 {
    height: 100%;
    width: 60px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.sidebar-main-icon{
    padding: 8px 8px 8px 28px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #dee2e6 !important;
}

.sidebar-icon{
    display: flex;
    align-items: center;

}

.sidebar-anchor {
    padding: 8px 8px 8px 28px;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    display: block;
}

.sidebar-anchor:hover, .sidebar-svg:hover{
    background-color: #F04B82;
    color: #ffffff;
    fill: #ffffff;
}

main .sidebar1 {
    position: absolute;
    top: 0 !important;
    right: 25px;
    font-size: 16px;
    margin-left: 50px;
}

.material-icons,
.icon-text {
    vertical-align: middle;
}

.material-icons {
    padding-bottom: 3px;
    margin-right: 28px;
}

.footer-icon{
    display: flex;
    justify-content: center;
}

#main {
    margin-left: 63px !important;
    transition: margin-left 0.5s;
}

@media screen and (max-height: 450px) {
    .sidebar1 {
        padding-top: 2px;
    }

    .sidebar-anchor {
        font-size: 16px;
    }
}
