html, body, #root {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.App {
  text-align: left;
  background-image: url(/c5951f1a49426b48d43c.jpg);  
  /* background: linear-gradient(0deg, #2fc6f6 0%, #5ce5fb); */
  background: white;
  background-repeat: no-repeat;      
  background-attachment: fixed;  
  font-family: 'Montserrat';
  font-size: 50px;
}

.App-body {  
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;  
  background-color:transparent;      
  font-size: calc(10px + 2vmin);      
}

.App-MainMenu {
  margin-left:20px;
  margin-right:20px;
  border-radius:5px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  font-size: large;
  background-color:"#FFFFFFBB"
}

.App-title {  
  color: black;
  font-size: x-large;
  font-weight: lighter ;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.App-title-dark {  
  color: black;
  font-size: x-large;
  font-weight: lighter ;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.svg-inline--fa {
  color: var(--primarycolorcustom); /* Imposta il colore predefinito per tutte le icone */
}
.Space-horizontal {  
    
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;  
     
    width: 100%;
  }

  .Form-item-inline {
    display: inline-block;   
    padding-right: 10px;
  }
  .Form-item-inline2componenti {
    display: inline-block;
    width: 50%;
    
  }
  .link-button {
    background: none;
    border: none;
    color: blue;
    cursor: pointer;
    text-decoration: underline;
  }
  .custom-form-reduced{
    margin-left:10px;
    margin-right:15px;
  }
  .custom-form-reduced .ant-form-item {
    margin-bottom: 1px; /* Adjust the margin as desired */    
  }
  
  .hidden {
    display: none;
  }
 
.spinLarge{
    display: flex; 
    justify-content: center; 
    align-items: center;
    height: 50px;
}

.Col-Separator{
    padding:10px;
}

.Input-InForm{
    border: 0px;
}


.card-title {
    color: lightgrey;
    font-size: 11px;
  }

  .container {
    display: flex;    
    justify-content: space-between;
  }
  .containerunito {
    display: flex;    
    margin: 0px;    
    gap: 5px;
  }
  
  .left-div {
    flex-basis: 50%;
  }
  
  .right-div {
    flex-basis: 50%;
    text-align: right;    
  }

  .ant-descriptions-item-content {
    margin-top: 4px;
  }

/* stile della card delle immagini*/
.imagegallery {
    max-height: 300px;
    max-width: 600px;
    width: 90%;
    border-radius: 8px;
    resize: both;
    object-fit: cover;    
    border: 1px;
    border-color: black;
    box-shadow: 1px;    
    aspect-ratio: 0.8;
    transition: transform 0.3s ease-in-out;    
  }
  
  .imagegallery:hover {
    transform: scale(1.05); /* Ingrossa del 10% */
  }

  /* gestione della header bar*/
  .headerbar {    
    animation-name: enlarge;
    animation-duration: 1s;
    padding-left: 10px;
    display: flex;
    width: 45%;        
  }
  
  @keyframes enlarge {
    from {width: 35%;}
    to {width: 45%;}
  }

  /* Input search grande */
  .custom-search .ant-input {
    height: 44px; /* Set the desired height */
  }

  .custom-search .ant-btn {
    height: 60px; /* Set the desired height for the search button */
    width: 80px;
    line-height: 60px; /* Center the text vertically in the button */
  }
  .custom-search .anticon-search svg {
    margin-top: 15px;
    height: 2em; /* Set the desired height for the search button */
    width: 2em;    
  }
  

/* gestione menu princiaple */
.menu {
    position: absolute;
    right: 5%;
    border-radius: 5px;
    background-color: white;
}
.menucentered {  
  border-radius: 5px;
  box-shadow: 3px 3px 10px #242424;
  justify-content: space-around;  
}

@media all and (min-width: 1100px) {
    .menu {
        width: 600px;
    }
    .menucentered {
      width: 600px;
  }
}

@media all and (min-width:700) and ( max-width: 1099px) {
    .menu {
        width: 20%;
    }
    .menucentered {
      width: 40%;
  }
}

@media all and ( max-width: 699px) {
    .menu {
        width: 60px;
    }
    .menucentered {
      width: 60px;
  }
}
.menu {
    position: absolute;
    right: 5%;
    border-radius: 5px;
    background-color: white;
}

@media all and (min-width: 1100px) {
    .menu {
        width: 600px;
        /* Personalizza la larghezza del menu per schermi più grandi */
    }
}


@media all and (min-width:700) and ( max-width: 1099px) {
    .menu {
        width: 20%;
        /* Personalizza la larghezza del menu per schermi più piccoli */
    }
}

@media all and ( max-width: 699px) {
    .menu {
        width: 60px;
        /* Personalizza la larghezza del menu per schermi più piccoli */
    }
}
.centralpanlelogin{

    left : 50%;
    width: 80%;
    min-width: 200px;

    top: 45%;
    height: 60%;

    border-radius: 5px;
    border-color: transparent;
    box-shadow: 3px 3px 20px #242424;

    background-color: white;
    
    padding: 30px;        
 
    position  : absolute;
    transform : translate(-50%, -50%);    
}

.pnllg{
    
    height: 100vh;
    
    border-color: transparent;
    box-shadow: 3px 3px 20px #242424;

    background-color: white;      
}

.pnlx{
    background: linear-gradient(0deg, hsl(216, 100%, 83%) 0%, #1677FF);
}
.magazzinoclientibackground {        
    background: linear-gradient(0deg, #2fc6f6 0%, #5ce5fb);
    background: white;
    height: 100vb;
    overflow: hidden;
}


.titolo {
    font-weight: lighter;
    font-size: 20px;
    text-align: left;
}

.linea {
    margin: 0px;
    height: 1px;
    border: 0px;
    background-color: lightgray;
    width: 90%;
}

.testostandard {
    font-weight: lighter;
    font-size: 20px;    
}
.testoparagrafo {
     font-weight: bold;
    font-size: 20px;    
}
.testotitolo {
    color: white;
    font-weight: bold;
    font-size: 50px;    
}
.testotitolomedio {
    color: white;
    font-weight: bold;
    font-size: 40px;    
}
.testotitolopiccolo {
    color: white;
    font-weight: bold;
    font-size: 20px;    
}

.allineadx{
    text-align: end;
    margin-right: 5%
}
.allineadxbottom{
    position: absolute;
    bottom: 1%;
    right: 5%;    
}

/* .ant-table-thead .ant-table-cell {
  background-color: green !important;
  color: white !important;
  } */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont,  'Roboto','Segoe UI', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}




/*# sourceMappingURL=main.301f212af56c3d6dbca1.css.map*/