
#sln-salon {
    text-align: left !important;
    border-radius: 20px;
  }
  @media only screen and (max-width: 599px) {
    .sln-box__bottombar,
    #sln-salon .sln-box__bottombar {
      max-width: 100% !important;
      margin-left:0px !important;
    }
}
  @media only screen and (min-width: 768px) {
    #sln-salon {
      width:50% !important;
      translate:50%;
    }
  }
  @media only screen and (max-width: 599px) {
    #sln-salon {
      width: 100% !important;
      opacity: 0;
    }
    .sln-box--formactions, #sln-salon .sln-box--formactions {
      grid-template-columns: auto 30% 50% !important;
    margin-left: -40px;
    }
}
.sln-account__nav__profile{
    display:none !important; 
}  