/* stile della card delle immagini*/
.imagegallery {
    max-height: 300px;
    max-width: 600px;
    width: 93%;
    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;
}
/* stile della card delle immagini*/
.imagegallerydidascalia {
    max-height: 300px;
    max-width: 600px;
    width: 90%;
}

.imagegallery:hover {
    transform: scale(1.05); /* Ingrossa del 10% */
}

/* Label materiale impegnato */
.labelimpegnato {
    position: absolute;
    top: 15px;
    left: 35px;
    transform: translate(0, 0%) rotate(0deg); /* Ruota di 45 gradi */
    background-color: rgba(255, 255, 0, 0.6); /* Colore di sfondo */
    color: black; /* Colore del testo */

    border-radius: 15px; /* Bordi arrotondati */
    width: 15px;
    height: 15px;
}

/* gestione della header bar*/
.headerbar {
    animation-name: enlarge;
    animation-duration: 1s;
    padding-left: 10px;
    display: flex;
    width: 45%;
}
.headerbarcontainer {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    width: 100%;
    background-color: transparent;
    padding-bottom: 10px;
}
@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 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 5px;
    box-shadow: 3px 3px 10px black;
}

.ant-menu-horizontal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ant-menu-item {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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, var(--primarycolorcustomlight) 0%, var(--primarycolorcustom));    
}

.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;
  } */
.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%;
    
  }
  .Form-item-inline3componenti {
    display: inline-block;
    width: 33%;
    
  }
  .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;
  }

html,
#root {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    height: 100%;
    padding: 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;
}

