@font-face {
    font-family: NiceSugar;
    src: url(NiceSugar.ttf);
}
@font-face {
    font-family: LibreFranklinBlack;
    src: url(LibreFranklinBlack-4XAB.ttf);
}
@font-face {
    font-family: IBMPlexSans-Regular;
    src: url(IBMPlexSans-Regular.ttf);
}

@font-face {
    font-family: IBMPlexMono-Medium;
    src: url(IBMPlexMono-Medium.ttf);
}

@font-face {
    font-family: IBMPlexSans-SemiBoldItalic;
    src: url(IBMPlexSans-SemiBoldItalic.ttf);
}
body{
    text-align: center;background-color: #E7F2E6;
    font-family: "LibreFranklinBlack";
}
.score_card_image {
  max-width: 75px;
  max-height: 44px;
  width: auto;
  height: auto;
}
.content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    background: linear-gradient(180deg, #3f7830 0%, #75ae3a 58%, #c6cb2e 100%);
    border-radius : 16px;
    padding-top: 0;
    color:#C6C018;
}
.languageFlag {
  width: 14px;
  padding-right: 10px;
}
  h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  input[type="email"], input[type="text"],
  input[type="password"] {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  
  button[type="submit"] {
    background-color: #1F3416;
    color: #C6C018;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  button[type="submit"]:hover {
    background-color: #3e8e41;
  }
  
  *,
  *:before,
  *:after{
    padding: 0;
    margin: 0;
  }
  .sideBar{
    z-index: 4;
    height: 100vh;
    position: absolute;
    min-height: 500px;
    width: 60px;
    top: 0;
    left:0;
    background-color: #1F3416;
    overflow: hidden;
    transition: width 0.2s;
    border-radius: 0px 30px 30px 0px;
  }
  .sideBar:hover{
    width: 180px;
    overflow: visible;
  }
  img.logo{
    width: 80%;
    padding: 0 4px;
    margin: 30px 0;
  }
  nav{
    height: 60vh;
    min-height: 300px;

  }
  ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    color:#C6C018;
  }
  li a{
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    padding: 10px 0;
    color:#C6C018;
  }
  li a:hover{
    background-image: linear-gradient(to right, #C6C018, rgba(255,255,255,0.1)7px);
  }
  i.fas{
    font-size: 20px;
    text-align: right;
  }
  li p{
    width: 75px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.3px;
  }
  button{
    background-color: #1F3416;
    color: #C6C018;
    border-radius : 40px;
    margin: 8px;
    padding: 20px;
    padding-bottom: 0px;
  }
  button:hover{
    background-color: #C6C018;
    color: #1F3416;
  }
  .form_create{
    max-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    background: linear-gradient(180deg, #3f7830 0%, #75ae3a 58%, #c6cb2e 100%);
    border-radius : 16px;
    padding-top: 0;
    color:black;
    padding-top: 20px;
    grid-row: 1 / 3;
  }
  h3{
    color: #1F3416;
    background-color: #E7F2E6;
    border-radius: 16px;
  }
  .smallButton{
    padding: 8px;
  }
  .buttonSelected{
    background-color: #C6C018;
    color: #1F3416;
  }
  .productDiv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    column-gap: 8px;
    row-gap: 8px;
    
}

  .productVignette {
    height: 275px;
    max-width: 300px;
    position: relative;
    background-color: #FFFFFF;
    padding: 4px;
    text-align: center;
    margin: 4px;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px rgba(00, 00, 00, 0.4);
    padding-top: 30px;
  }
  .productName_vignette{
    width: 280px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    display: inline-block;
    width: 14em;
  }
  .GPCName_vignette{
    width: 280px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .batchDiv{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    column-gap: 8px;
    row-gap: 8px;
    
}
.batchVignette{
    max-width: 300px;
    position: relative;
    background-color: #FFFFFF;
    padding: 4px;
    text-align: center;
    margin: 4px;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px rgba(00, 00, 00, 0.4);
    padding-top: 30px;
}
.notInco{
    background-color : #FFAB14!important;
}
.searchBox{
    background-image: url('../img/icon/magnifier.svg')!important;
    background-size: 20px 20px;
    display: inline-block;
    width: 200px; 
    height:20px;
    content:"";
    margin-left: 8px;
    background-repeat: no-repeat;
    
}
.info_createFast{
  font-size: 0.6em;
}
.inco {
  background-color: #709F26;
  color: white;
    margin: -6px;
    margin-bottom: 5px;
    height: 28px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 4px;
    font-family: "NiceSugar"
}
.fastCreate{width:100%}
.fastCreate td{
  vertical-align: top;
  margin:4px;
  border: 1px solid #ccc;
  background-color: #F8F8DD;
  border-radius: 16px;
    width: 33%;
    padding: 4px;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background:#E7F2E6!important;
  max-width:1000px!important;
  width:1000px!important;
}