@media only screen and (max-width: 1350px) {
  .login-wrap img,
  .grey-top-header {
    border: 0px solid white;
  }
  .search-team-wrap #team {
    margin-bottom: 5px;
  }
  .search-team-wrap #team,
  .search-team-wrap #search_map {
    width: 100%;
    min-width: inherit;
  }

  .dashboard-work-area,
  .parent-wrapper {
    top: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .login-wrap img,
  .grey-top-header {
    border: 0px solid red;
  }
}

@media only screen and (max-width: 970px) {
  .login-wrap img,
  .grey-top-header {
    border: 0px solid yellow;
  }

  .content_1 {
    display: none;
    width: 100%;
    top: auto;
  }

  .content_2 {
    margin: 0;
    width: 100%;
    top: 30px;
  }

  .content_3 {
    display: none;
    width: 100%;
    top: 30px;
  }

  .dashboard-tab {
    display: block;
  }

  .content_1 .tag {
    display: table;
    padding: 2px 8px;
  }

  .popup_menu {
    top: 60px;
  }

  .page-single .content_main,
  .settings-page .content_main {
    width: 100%;
    margin: 0;
  }

  /* css fixed for nav menu*/
  #layout_1 ul.menu li.mobile-nav-wrap,
  .dashboard #layout_1 ul.menu li.desktop-nav-wrap {
    display: table-cell;
  }
  #layout_1 ul.menu li.desktop-nav-wrap,
  .dashboard #layout_1 ul.menu li.mobile-nav-wrap,
  .back-dashboard {
    display: none;
  }

  .content_1 {
    z-index: 100;
  }
  .left-menu ul li {
    padding: 10px;
  }
  .left-menu ul li a {
    font-size: 16px;
  }

  body.dashboard .search-team-wrap {
    margin-left: 10%;
  }
}
@media screen and (max-width: 950px) {
  .grey-top-header {
    z-index: auto; /* Anula el z-index anterior */
    display: block; /* Cambia el display de flex a block */
    justify-content: normal;
  }

  .green-button {
    white-space: nowrap; /* Evita que el texto se envuelva */
    overflow: hidden; /* Oculta cualquier desbordamiento de texto */
    text-overflow: ellipsis; /* Agrega puntos suspensivos si el texto es demasiado largo */
  }

  .menu-popx-reduce {
    display: block;
  }

  .menu-popx {
    display: none;
  }

  .search-team-wrap {
    justify-content: center;
  }

  .top-header-logo a {
    display: none;
  }
  .add-new-task {
    margin-right: 0;
  }

  #layout_1 ul.menu li .menu-sound,
  #layout_1 ul.menu li .menu-notification,
  #layout_1 ul.menu li .menu-app-profile,
  #layout_1 ul.menu li .menu-app-logout {
    display: none;
  }

  .menu-horizontal {
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center; /* Centra verticalmente */
    width: 21px; /* Ancho del SVG */
    height: 24px; /* Altura del SVG */
    margin-left: -25px;
    padding-top: 10px;
  }

  /* .menu-horizontal > li > a {
    display: block;
    color: black;
    text-decoration: none;
    transition: background-color 0.3s;
  } */

  .menu-horizontal > li {
    position: relative; /* Posición relativa para el menú vertical */
  }

  .menu-horizontal > li > svg {
    display: block;
    margin: auto; /* Centra el SVG horizontalmente */
  }

  .menu-vertical {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    display: none;
    list-style: none;
    width: 150px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    left: -125px;
  }

  .menu-vertical li:hover {
    background-color: black;
  }

  .menu-vertical li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 15px 15px 20px;
  }
  #layout_1 .left {
    display: flex;
  }
  #layout_1 ul.menu {
    width: 0;
  }

  /* --------------------------------------------- */
}

@media only screen and (max-width: 480px) {
  .login-wrap img,
  .grey-top-header {
    border: 0px solid blue;
  }

  .login-wrap img {
    max-width: 140px;
  }

  .login-wrap {
    width: auto;
  }

  @media (max-width: 767px) {
    .login-wrap {
      margin: 0 auto; /* Estilo para dispositivos móviles */
    }
  }

  /* Media query para dispositivos con un ancho mínimo de 768px (navegadores) */
  @media (min-width: 768px) {
    .login-wrap {
      margin-right: 45px; /* Estilo para navegadores de escritorio */
    }
  }

  #layout_1 ul.menu li a {
    font-size: 25px;
  }

  .popup_menu {
    left: 0;
  }
}

@media only screen and (max-width: 320px) {
  .login-wrap img,
  .grey-top-header {
    border: 0px solid orange;
  }
}
