.SlidingPane_backdrop__2rHc_ {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.SlidingPane_backdrop__2rHc_.SlidingPane_show__3NjNL {
  opacity: 1;
  pointer-events: auto;
}

.SlidingPane_pane__1qCCn {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  max-width: 85vw;
  z-index: 10000;
  background-color: #09121C;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.SlidingPane_pane__1qCCn.SlidingPane_show__3NjNL {
  transform: translateX(0);
}

.SlidingPane_header__16J0k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.SlidingPane_title__d6jEL {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.SlidingPane_headerContent__2CweI {
  flex: 1;
  display: flex;
  align-items: center;
}

.SlidingPane_headerContent__2CweI .SlidingPane_logo-text__-pejw {
  font-family: 'Red Rose', cursive !important;
  font-size: 1.6rem !important;
  color: #fff !important;
  position: relative !important;
  padding-left: 2rem !important;
  display: block !important;
  font-weight: 700 !important;
}

.SlidingPane_closeButton__SKRU4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.375rem;
  border: none;
  background: transparent;
  color: #898F97;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 0;
}

.SlidingPane_closeButton__SKRU4:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.SlidingPane_closeButton__SKRU4:focus {
  outline: 2px solid #882DFC;
  outline-offset: 2px;
}

.SlidingPane_content__1Q0ys {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
}

.SlidingPane_content__1Q0ys.SlidingPane_contentShow__nTvv9 {
  opacity: 1;
  transform: translateX(0);
}

.SlidingPane_content__1Q0ys::-webkit-scrollbar {
  width: 8px;
}

.SlidingPane_content__1Q0ys::-webkit-scrollbar-track {
  background: transparent;
}

.SlidingPane_content__1Q0ys::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.SlidingPane_content__1Q0ys::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 640px) {
  .SlidingPane_pane__1qCCn {
    width: 100%;
    max-width: 100%;
  }
}


.OffCanvasMenu_menuContent__3tbvg {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.OffCanvasMenu_nav__2xLeH {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.OffCanvasMenu_navSection__dEjpN {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.OffCanvasMenu_navSection__dEjpN:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.OffCanvasMenu_navLink__2zVT9 {
  display: block;
  padding: 0.75rem 1rem;
  color: #898F97;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
}

.OffCanvasMenu_navLink__2zVT9:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
}

.OffCanvasMenu_navLink__2zVT9:active {
  background-color: rgba(255, 255, 255, 0.1);
}

.OffCanvasMenu_underscoreLink__TFLWS {
  font-family: 'Hanken Grotesk', sans-serif;
}

.OffCanvasMenu_actions__3liIB {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.OffCanvasMenu_actions__3liIB button {
  width: 100%;
  margin-right: 0 !important;
}


.RightSlidingPane_backdrop__1tZ_0 {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.RightSlidingPane_backdrop__1tZ_0.RightSlidingPane_show__u-cLO {
  opacity: 1;
  pointer-events: auto;
}

.RightSlidingPane_pane__27aFB {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: 85vw;
  z-index: 10000;
  background-color: #09121C;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: -10px 0 15px -3px rgba(0, 0, 0, 0.1), -4px 0 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.RightSlidingPane_pane__27aFB.RightSlidingPane_show__u-cLO {
  transform: translateX(0);
}

.RightSlidingPane_header__1SyaF {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.RightSlidingPane_title__Lv63A {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.RightSlidingPane_headerContent__2qKX6 {
  flex: 1;
  display: flex;
  align-items: center;
}

.RightSlidingPane_closeButton__2WkIv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.375rem;
  border: none;
  background: transparent;
  color: #898F97;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 0;
}

.RightSlidingPane_closeButton__2WkIv:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.RightSlidingPane_closeButton__2WkIv:focus {
  outline: 2px solid #882DFC;
  outline-offset: 2px;
}

.RightSlidingPane_content__2ht8G {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
}

.RightSlidingPane_content__2ht8G.RightSlidingPane_contentShow__23y56 {
  opacity: 1;
  transform: translateX(0);
}

.RightSlidingPane_content__2ht8G::-webkit-scrollbar {
  width: 8px;
}

.RightSlidingPane_content__2ht8G::-webkit-scrollbar-track {
  background: transparent;
}

.RightSlidingPane_content__2ht8G::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.RightSlidingPane_content__2ht8G::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 640px) {
  .RightSlidingPane_pane__27aFB {
    width: 100%;
    max-width: 100%;
  }
}


