.image {

margin: -20px;
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);

} .image {

position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center;

} .image::after {

position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
background: rgba(0, 0, 0, 0.25);

}

.navigation {

position: fixed;
top: 10px;
// left: 30px;
bottom: 10px;
overflow-y: scroll;
.administrate_logo_div{
  img{
    margin-bottom: 30px;
  }
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

} .medium-btn{

margin-left:0px!important;
background-color: $buttonGreen;
&:hover{
  background-color: $buttonGreen;
}

} .main-content{

margin-left: 200px;
.main-content__header{
  position: sticky;
  z-index: 9999;
  height: 107px;
  top: 0rem;
  background-color:  rgba(255, 255, 255, 0.85);
}

} .navigation__link {

padding: 0.8em;

} .navigation__hover {

background-color: #34e79a14;

} .navigation {

padding-left: calc(1.5em - 0.6em);

}