/* LAYOUT START */
/* @media screen and (max-width: 992px) {
  .rs-content {
    min-height: 75vh;
    max-height: 100vh;
    padding: 0 8px 0 8px;
    width: 100vw;
    overflow-y: scroll;
  }
  .rs-content #content {
    margin-bottom: 108px;
  }
  .detail-page-has-sidebar {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
} */
/* LAYOUT END */

/* COMPONENT START */
@media screen and (max-width: 992px) {

  /* PANEL START */
  .custom-menu-panel {
    margin-inline: 0;
    margin-bottom: 8px;
    width: 100%;
  }

  /* PANEL END */

  /* MODAL START */
  .rs-modal.rs-modal-full,
  .rs-modal.rs-modal-sm,
  .rs-modal.rs-modal-md,
  .rs-modal.rs-modal-lg {
    width: 100vw;
  }

  .rs-modal.rs-modal-full .rs-modal-dialog {
    margin-left: 0;
    margin-right: 0;
  }

  /* MODAL END */

  /* SIDEBAR START */
  .profile-sidebar-menu-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
    width: 100vw;
    margin-top: 5px;
    overflow-x: scroll;
  }

  .profile-sidebar-menu-items .details-95 {
    display: none !important;
  }

  /* SIDEBAR END */

  /* PROFILE */
  .details-97 {
    display: none !important;
  }

  /* PROFILE */
}

/* COMPONENT END */