.drawer-basic-wrap .drawer-profile {
  width: 950px;
}
.drawer-basic-wrap.show .atbd-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.atbd-drawer {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(320px);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: all 0.35s ease-in;
}