/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2025 | 07:57:48 */
@media screen and (max-width: 991px) {
    body .wa-archive-main-area__sidebar {
      transform: translate(-100%);
      position: fixed;
      top: 0;
      left: 0;
      overflow-x: hidden;
      overflow-y: auto; }
      body .wa-archive-main-area__sidebar {
        width: 80vw !important;
        min-width: 250px;
        height: 100vh;
        z-index: 10000002;
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
      body .wa-archive-main-area__sidebar.sidebar-opened {
        transform: translate(0%); }
      body .wa-archive-main-area__sidebar .wa-sidebar-categories {
        display: none; }
      body .wa-archive-main-area__sidebar .wa-sidebar-help-box {
        margin-bottom: 12rem; } }

.sidebar-overlay__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000000;
  background-color: rgba(255, 255, 255, .5) !important;
  transition: all 0.3s ease-in-out; }
  .sidebar-overlay__wrapper > span {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    z-index: 10000001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    background-color: var(--blue);
    cursor: pointer;
    text-transform: uppercase; }
