/*desktop*/
@media (min-width : 1025px) {
  .menu-burger {
    display : none;
  }

  #content-wrapper {
    width : 100%;
    max-width: 75%;
  }

  #content {
    background     : rgba(87, 124, 110, 0.20);
  }

  #order-detail #content {
    background: unset;
  }
}

/*tablet*/
@media (min-width : 800px) and (max-width : 1024px) {
  .customer-sidebar__container .menu > * {
    width : 255px;
  }

  .wrapper__inner:not(.active) .customer-sidebar__container.links {
    width  : 0;
    height : 0;
  }

  #wrapper .wrapper__inner:not(.active) {
    gap : 0;
  }

  #main #content {
    display : flex;
  }

  #content .menu.active {
    padding-right : 30px;
  }

  #main #content.active {
    grid-template-columns : 285px 1fr;
  }

  .customer-sidebar__container .menu-burger.active {
    left: 280px;
  }

  .customer-sidebar__container .menu-burger {
    top        : 40px;
    z-index    : 1;
    left       : 0;
    transition : all .4s ease-out;
  }

  .customer-sidebar__container .menu-burger > .lines {
    transform: rotate(90deg);
  }

  .customer-sidebar__container .menu-burger.active > .lines {
    transform: rotate(-90deg);
  }
}

/*mobile and tablet*/
@media (max-width : 1024px) {
  /*#main #content:not(#module-ets_marketplace-rental #content,#module-ets_marketplace-withdraw #content,#module-ets_marketplace-proposal #content) {*/
  /*  padding : 0 25px;*/
  /*}*/

  .customer-sidebar__container .greeting {
    padding-top : 0;
  }

  .customer-sidebar__container .greeting .logout-link {
    display : none;
  }

  .customer-sidebar__container .greeting p {
    width : 100%;
    order : 3;
  }

  .greeting:not(.active) {
    opacity : 0;
  }

  /*ANIMATION */
  .customer-sidebar__container .menu.active {
    opacity : 1;
  }

  .customer-sidebar__container .menu {
    padding  : 0;
    opacity  : 0;
    overflow : hidden;
  }

  .page-header h1 {
    padding: 0 0 0 30px ;
  }
}

/*phone*/
@media (max-width : 800px) {
  #wrapper .wrapper__inner {
    flex-direction : column;
  }
  .page-header h1, .page-header h2 {
    padding: 0;
  }
  .customer-sidebar__container {
    background: var(--color-grey-default);
    padding: 0 10px 20px 0;
  }

  .customer-sidebar__container .menu-burger {
    cursor   : pointer;
    position : absolute;
    padding  : 0.67rem 0;
    top      : 25px;
    z-index  : 1;
  }

  .customer-sidebar__container .menu-burger > .lines {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .customer-sidebar__container .menu-burger > .lines > .line {
    width            : 15px !important;
    height           : 2px;
    position         : relative;
    background-color : var(--color-black-default);
    transition       : all .4s ease-out;
  }

  .customer-sidebar__container .greeting {
    display : none;
  }

  #main #content {
    padding: 0;
}

  #main #content.active {
  grid-template-rows : auto 1fr;
  }

  .customer-sidebar__container .menu {
  top            : unset;
  position       : relative;
  display        : flex;
  flex-direction : column;
  height         : 0;
  }

  .customer-sidebar__container .menu.active {
  height : fit-content;
  }


  .customer-sidebar__container .menu-burger {
  right : 0;
  }

  .customer-sidebar__container .menu-burger.active > .lines > .line:first-child {
  transform: translateX(2.8px) rotate(-45deg);
  width: 100%;
  }

  .customer-sidebar__container .menu-burger.active > .lines > .line:last-child {
  transform: translateX(-2.8px) rotate(45deg);
  width: 100%;
  }

  .col-xs-12.psgdprinfo17 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
