@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');

._header_qu544_3 {
    align-self: stretch;
    background-color: var(--color-white);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    padding: 6px var(--padding-21xl) 6px var(--padding-13xl);
    gap: var(--gap-base) var(--gap-0);
    text-align: left;
    font-size: var(--font-size-32);
    color: var(--color-text-black);
    font-family: var(--logo-32-regulr);
  }

._leftSide_qu544_20 {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--gap-0);
    min-width: 398px;
    gap: 8px;
  }

._logoIcon_qu544_33 {
    height: 50px;
    width: 50px;
    position: relative;
    object-fit: cover;
  }

._launcherscanner_qu544_40 {
    margin: 0;
    flex: 1;
    position: relative;
    font-size: 32px;
    font-weight: 400;
    font-family: "Black Ops One", sans-serif  !important;
    color: #112161;
  }

._rightSide_qu544_51 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--gap-21xl);
    font-size: var(--font-size-18);
    font-family: var(--font-family-inter);
  }

._link_qu544_63 {
    color: blue;
  }

._nav_qu544_67 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--number-7);
    min-width: 560px;
  }

._languageIcon_qu544_76 {
    width: 24px;
    position: relative;
    max-height: 100%;
    overflow: hidden;
    flex-shrink: 0;
  }

._languageAndSignIn_qu544_84 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--gap-21xl);
  }

/* Imposta di default l'icona hamburger come nascosta */

._menuIcon_qu544_96 {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
  }

/* Quando la larghezza è inferiore a 1100px, mostra il burger */

@media screen and (max-width: 1100px) {
  

    ._menuIcon_qu544_96 {
      display: block;
    }
    
    /* Overlay sfondo quando il menu è aperto */
    ._menuOverlay_qu544_116 {
      display: none;
      position: fixed;
      top: 0;
      left: auto !important;
      width: 75vw !important;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }
  
    ._menuOverlayVisible_qu544_127 {
      display: block;
    }
  
    /* Navigazione menu mobile */
    ._nav_qu544_67 {
      display: none; 
      flex-direction: column;
      width: 80vw; /* Usa l'80% della larghezza dello schermo */
      max-width: 260px; /* Imposta un limite massimo */
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      background: white;
      box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      z-index: 1000;
      transition: transform 0.3s ease-in-out;
    }
  
    ._navOpen_qu544_148 {
      display: flex;
      transform: translateX(0);
    }
  
   
  
  
    /* Stile degli elementi del menu */
    ._nav_qu544_67 div {
      width: 100%;
      padding: 12px;
      font-size: 18px;
      border-bottom: 1px solid #eee;
      text-align: right;
      cursor: pointer;
      margin-top: 25px;
    }
  
    ._nav_qu544_67 div:last-child {
      border-bottom: none;
    }
  
   
  }
  .row-edit-form {
    margin: 10px 0;
  }
  
  .row-edit-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .error-message {
    color: red;
    margin-top: 10px;
  }
  
  .custom-button {
    margin-top: 10px;
    margin-left: 10px;
  }
  

  .table-container {
    width: 100%;
    border-collapse: collapse;
  }
  
  .table-header {
    font-weight: bold;
    padding: 10px;
  }
  
  .table-row-cell {
    padding: 10px;
  }
  
  .actions-cell {
    display: flex;
    gap: 10px;
  }
  
  .dialog-close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: grey;
  }
  
  .action-button {
    margin-left: 10px;
  }


  /* Button Bar---------------------- */
  .button-bar {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  
  .default-button {
    background-color: #007bff;
    color: white;
    text-transform: none;
    border-radius: 5px;
    padding: 0.5rem 1rem;
  }
  
  .default-button:hover {
    background-color: #0056b3;
  }
  
  .close-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    color: grey;
  }
  