<style type="text/css">
  #axis{
  position: fixed;
    top: 47px;
    right: -258px;
    z-index: 1080;
    float: right;
    transition: all 0.40s linear;
    height: 100vh;
   

}
#btn_sidebar_right{
  height: 50px;
  box-shadow: -2px 1px 12px 3px rgba(0,0,0,0.31);
}


.sidenav_right{

    box-shadow: -2px 1px 12px 3px rgba(0,0,0,0.31);
    
    height: auto !important;
    width: 17rem !important;
    background:#002952;
    
}

.move-left{
    transform: translateX(-270px);

}
.star{
  width: 40px;
  transform: rotate(-20deg);
  position: relative;
    top: -15px;
    left: 12px;
}
.p-form{
      background: white;
    padding: .2em;
    border-radius: 3px;
}