.sidebar1 {
    height: 100%;
    width: 68px;
    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;
    line-height:normal;

}

.sidebar-anchor {
  padding: 6px 8px 6px 8px;
  text-decoration: none;
  font-size: 14px;
  color: #404040;
  /*display: block;*/
  border-radius: 8px;
  display: flex;
  /*gap: 8px;*/
  margin-bottom:8px;
 
}

/*.sidebar-open {
  width: 256px;
}

.sidebar-close {
  width: 68px;
}*/

/* Main content */
/*.main-open {
  margin-left: 256px;  
}

.main-close {
  margin-left: 68px;  
}*/

.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;
}*/
.foot-v1 {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;  
  color: #BFBFBF;
}
.footer-icon {
  display: flex;
  justify-content: center;
}

#main {
    margin-left: 68px !important;
    transition: margin-left 0.5s;
}

@media screen and (max-height: 450px) {
    .sidebar1 {
        padding-top: 2px;
    }

    .sidebar-anchor {
        font-size: 16px;
    }
}
