.wrapper {
    display: flex;
    justify-content: space-between;
}
.sidebar {
   /* padding-top: 40px;*/
   display: block;
    width: 25%;
    height: 110vh;
    min-height: 200px;
    overflow: auto;
    position: sticky;
    top: 5%;
    padding-left: 30px;
}

.list-type6 {
    width: 200px;
}

.sidebar > .list-type6 > nav {
  display: block;
}

.list-type6 ul {
    list-style: none;
}

.list-type6 ul li {
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 20px;
}

.list-type6 ul li.active a {
    display: block;
    width: 200px;
    min-height: 30px;
    background-color: #f8b600;
    border-left: 5px solid #444;
    border-right: 5px solid #444;
    padding: 5px 10px;
    text-decoration: none;
    color: #f8a03e;
    transition: all .2s ease-in-out;
}
.list-type6 ul li a {
    display: block;
    width: 200px;
    min-height: 30px;
    background-color: #2056a0;
    border-left: 5px solid #444;
    border-right: 5px solid #444;
    padding: 5px 10px;
    text-decoration: none;
    color: white;
    transition: all .2s ease-in-out;
}
.list-type6 ul li a{
  background: linear-gradient(90deg, #2f3562 0%, #28316c 100%);
  cursor: pointer;
}

.section-padding-profile,.section-padding-layanan{
    padding: 80px 50px ;
}
.show-profile,.show-layanan{
    width: 80%;
}
.container-profile,.container-layanan{
    padding: 0 80px;
    margin-right: auto;
    margin-left: auto;
}

.lang-left {
    float: left;
    position: fixed;
    margin-top: -150px;
    height: auto !important;
    width: 30px !important;
    background: #2f3562;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding:5px;
    z-index: 100;
    display: none;
    cursor: pointer;
}

.lang-left.open {
   margin-left: 200px;
}

.sidebar2{
    width: 200px;
    background: #2f3562;
    position: fixed;
    z-index: 100;
    margin-top: -150px;
    border-bottom-right-radius: 5px;
    display: none;
}

.sidebar2 > ul > li {
    min-height: 20px;
    padding: 10px;
    cursor: pointer;
    line-height: 20px;
}
.sidebar2 > ul > li > a{
    color: #fff;
}
.sidebar2 > ul > li.active {
    border-right: 4px solid #444;
    border-left: 4px solid #444;
}
.sidebar2 > ul > li.active > a,.sidebar2 > ul > li:hover > a{
    color: #f79830;
}
.header-sidebar2{
    color: #fff;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
}
.header-sidebar2 > img{
    width: 22px;
    filter: brightness(0) invert(1);
    margin-right: 5px;
    margin-top: -5px;
}
@media  (max-width: 1060px) {
    .sidebar {
    padding-left:0px;
    }
}
@media  (max-width: 1101px) {

}

@media (max-width: 1000px){

}
@media (max-width: 991px){
    .list-type6 ul li a {
    width: 150px;
    }
    .list-type6 ul li.active a {
    width: 150px;
    }
    .get-image-profile {
    height: 250px;
    }
    .get-image-profile > a > img {
    height: 250px;
    }
}
@media (max-width: 901px){

}

@media (max-width: 850px){

}

@media (max-width: 800px){

}
@media (max-width: 768px){
  
}

@media (max-width: 767px){

}

@media (min-width: 681px) {
    .sidebar2{
        display: none !important;
    }
}
@media (max-width: 680px) {
    .sidebar{
        display: none;
    }
    .show-profile, .show-layanan {
    width: 100%;
    }
    .lang-left {
     display: block;
    }
}
@media (max-width: 625px){

}
@media (max-width: 600px){
 
}
@media (max-width: 500px){

}


  @media (max-width: 480px) {

  
  }
  @media (max-width: 380px){
   
  }


  @media (max-width: 360px)  {
  
  }

  @media (max-width: 318px) {

  }

  @media (max-width: 250px){

  }