
 #spinnerContainer,  #loadingContainer, #loadingContainer2, #loadingContainer3 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content : center;
    height: 100%; 
    text-align  : center;
    height: 260px; 
  }

        /* From Uiverse.io by Nawsome */ 

.typewriter {
  --blue: #5C86FF;
  --blue-dark: #275EFE;
  --key: #fff;
  --paper: #EEF0FD;
  --text: #D3D4EC;
  --tool: #FBC56C;
  --duration: 3s;
  position: relative;
  -webkit-animation: bounce05 var(--duration) linear infinite;
  animation: bounce05 var(--duration) linear infinite;
}

.typewriter .slide {
  width: 92px;
  height: 20px;
  border-radius: 3px;
  margin-left: 14px;
  transform: translateX(14px);
  background: linear-gradient(var(--blue), var(--blue-dark));
  -webkit-animation: slide05 var(--duration) ease infinite;
  animation: slide05 var(--duration) ease infinite;
}

.typewriter .slide:before, .typewriter .slide:after,
.typewriter .slide i:before {
  content: "";
  position: absolute;
  background: var(--tool);
}

.typewriter .slide:before {
  width: 2px;
  height: 8px;
  top: 6px;
  left: 100%;
}

.typewriter .slide:after {
  left: 94px;
  top: 3px;
  height: 14px;
  width: 6px;
  border-radius: 3px;
}

.typewriter .slide i {
  display: block;
  position: absolute;
  right: 100%;
  width: 6px;
  height: 4px;
  top: 4px;
  background: var(--tool);
}

.typewriter .slide i:before {
  right: 100%;
  top: -2px;
  width: 4px;
  border-radius: 2px;
  height: 14px;
}

.typewriter .paper {
  position: absolute;
  left: 24px;
  top: -26px;
  width: 40px;
  height: 46px;
  border-radius: 5px;
  background: var(--paper);
  transform: translateY(46px);
  -webkit-animation: paper05 var(--duration) linear infinite;
  animation: paper05 var(--duration) linear infinite;
}

.typewriter .paper:before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 7px;
  border-radius: 2px;
  height: 4px;
  transform: scaleY(0.8);
  background: var(--text);
  box-shadow: 0 12px 0 var(--text), 0 24px 0 var(--text), 0 36px 0 var(--text);
}

.typewriter .keyboard {
  width: 120px;
  height: 56px;
  margin-top: -10px;
  z-index: 1;
  position: relative;
}

.typewriter .keyboard:before, .typewriter .keyboard:after {
  content: "";
  position: absolute;
}

.typewriter .keyboard:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  transform: perspective(10px) rotateX(2deg);
  transform-origin: 50% 100%;
}

.typewriter .keyboard:after {
  left: 2px;
  top: 25px;
  width: 11px;
  height: 4px;
  border-radius: 2px;
  box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
  -webkit-animation: keyboard05 var(--duration) linear infinite;
  animation: keyboard05 var(--duration) linear infinite;
}

@keyframes bounce05 {
  85%, 92%, 100% {
    transform: translateY(0);
  }

  89% {
    transform: translateY(-4px);
  }

  95% {
    transform: translateY(2px);
  }
}

@keyframes slide05 {
  5% {
    transform: translateX(14px);
  }

  15%, 30% {
    transform: translateX(6px);
  }

  40%, 55% {
    transform: translateX(0);
  }

  65%, 70% {
    transform: translateX(-4px);
  }

  80%, 89% {
    transform: translateX(-12px);
  }

  100% {
    transform: translateX(14px);
  }
}

@keyframes paper05 {
  5% {
    transform: translateY(46px);
  }

  20%, 30% {
    transform: translateY(34px);
  }

  40%, 55% {
    transform: translateY(22px);
  }

  65%, 70% {
    transform: translateY(10px);
  }

  80%, 85% {
    transform: translateY(0);
  }

  92%, 100% {
    transform: translateY(46px);
  }
}

@keyframes keyboard05 {
  5%, 12%, 21%, 30%, 39%, 48%, 57%, 66%, 75%, 84% {
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
  }

  9% {
    box-shadow: 15px 2px 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
  }

  18% {
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 2px 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
  }

  27% {
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 12px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
  }

  36% {
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 12px 0 var(--key), 60px 12px 0 var(--key), 68px 12px 0 var(--key), 83px 10px 0 var(--key);
  }

  45% {
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 2px 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
  }

  54% {
    box-shadow: 15px 0 0 var(--key), 30px 2px 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
  }

  63% {
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 12px 0 var(--key);
  }

  72% {
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 2px 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
  }

  81% {
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 12px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
  }
}
      body {

 font-family: 'Lexend';
 
}

.wrapper {
 
  background: linear-gradient(to bottom right, #c2e59c, #64b3f4);
}
     
      #spinnerContainer,  #loadingContainer, #loadingContainer2, #loadingContainer3 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content : center;
    height: 100%; 
    text-align  : center;
    height: 260px; 
  }
  #spinnerContainer {
    margin  : auto;
  }
    #exampleModalCenter .modal-dialog {
    width: 80%; /* Adjust the percentage as needed */
    max-width: 1200px; /* Maximum width, adjust as needed */
    
  }

  #exampleModalCenter .modal-content{
     background-image: linear-gradient(to bottom right, #649173, #DBD5A4);
     color: white;
  }
   #ItemInModalCenter .modal-content{
     background-image: linear-gradient(to bottom right, #2b5876, #4e4376);
     color: white;
  }
 
  .modal-title{
    font-size: 30px;
    font-weight: bold;
  }
    .close{
      font-size: 30px;
    font-weight: bold;
    }
  .modal {
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
    }

       #ItemInModalCenter .modal-dialog {
     width: 90%; /* Adjust the percentage as needed */
    max-width: 1200px; /* Maximum width, adjust as needed */
  }



  #loginpage {
     height  : 100%;
    display: flex; /* Enables Flexbox */
    justify-content: center; /* Centers children horizontally */
    align-items: center; /* Centers children vertically */
    flex-direction: column;
  
  }
  
  
  .sqbox {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: white;
    border-radius: 15px; /* Adjust for desired roundness */
    box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Optional: adds shadow for depth */
  }

      #otpform {
            
             /* Adjust as needed */
            padding: 20px; /* Adds space between the background and the form */
        }


 

  #inventoryTable {
   width: auto  ;
  
    margin-left:15px;
    margin-right:15px;
   
    margin-bottom:20px;
  
    overflow-wrap: break-word;

    }

    #inventoryTable th{
 
  background-color:DodgerBlue;
  color:white;
   position: sticky;

   word-wrap: break-word;
  top: 0;

  z-index: 1;
 
    }

   

/* Target the 10th <td> element in each row */
#inventoryTable tr:nth-child(n) > td:nth-child(11),
#inventoryTable tr:nth-child(n) > th:nth-child(11) {
  padding-right: 15px; /* Adjust the padding value as needed */
}
#inventoryTable tr:nth-child(n) > td:nth-child(1),
#inventoryTable tr:nth-child(n) > th:nth-child(1) {
  padding-left: 15px; /* Adjust the padding value as needed */
}


    #inventoryTable td {

  word-wrap: break-word;

}


  #itemintable {
  width: 100%; /* Adjust the table width as needed */
 
  min-width : 700px;
 
}

#itemintable th:first-child,#itemintable td:first-child {
            max-width: 10%; 
            min-width: 10%;/* Set the maximum width of the first column */
            overflow: hidden; /* Hide content that exceeds the maximum width */
            text-overflow: ellipsis; /* Add ellipsis (...) when content overflows */
            white-space: nowrap; /* Keep text in a single line */
        }

  #itemintable th:nth-child(2), #itemintable td:nth-child(2) {
    max-width: 10%;
    min-width: 10%; /* Set the minimum width of the first and second columns */
    overflow: hidden; /* Hide content that exceeds the maximum width */
    text-overflow: ellipsis; /* Add ellipsis (...) when content overflows */
    white-space: nowrap; /* Keep text in a single line */
}      
#itemintable th:nth-child(3), #itemintable td:nth-child(3) {
    max-width: 30%;
    min-width: 20%; /* Set the minimum width of the first and second columns */
    overflow: hidden; /* Hide content that exceeds the maximum width */
    text-overflow: ellipsis; /* Add ellipsis (...) when content overflows */
    white-space:  wrap; /* Keep text in a single line */
}
#itemintable th:nth-child(4), #itemintable td:nth-child(4) {
    max-width: 30%;
    min-width: 20%; /* Set the minimum width of the first and second columns */
    overflow: hidden; /* Hide content that exceeds the maximum width */
    text-overflow: ellipsis; /* Add ellipsis (...) when content overflows */
    white-space:  wrap; /* Keep text in a single line */
}

#itemintable th{
  
  border-bottom: 1px solid #ddd;
  text-align: center; /* Center-align the text */
  vertical-align: middle;
  background-color:DodgerBlue;
  color:white;
  padding:5px;
  
 }


 #itemintable td {
  width: 100%; /* Make sure each cell takes up the full width of the row */
  padding: 2px;
 
  word-wrap: break-word;
  text-align: center; /* Center-align the text */
  vertical-align: middle; /* Vertically align the content in the middle */
  

  }

  #uidtable {
  width: 100%; /* Adjust the table width as needed */
  margin: auto; /* Center the table horizontally within its container */
  border: 2px solid black;
  table-layout: fixed;
  
  margin-bottom: 10px; /* Adjust this value as needed */
}

#uidtable th{
  width:100%;
  border-bottom: 1px solid #ddd;
  text-align: center; /* Center-align the text */
  vertical-align: middle;
  background-color:DodgerBlue;
  color:white;
 }

 #uidtable td {
 
  padding: 2px;
  
  text-align: center; /* Center-align the text */
  vertical-align: middle; /* Vertically align the content in the middle */
 
}



.container#jobmain {
  overflow-x: auto; /* Enable horizontal scrolling if content overflows horizontally */
  white-space: nowrap; /* Prevent text from wrapping to the next line */
}


   form label {
      font-weight: bold;
    }


.bluetext
    {color : rgb(65, 105, 225)}

    .rflex
    {
      display:flex;
      flex-direction: row; 
      height: 20px;
      justify-content: space-between;
      
    }

    #itemuid {
      display: flex;
    
       font-weight: bold; /* Makes the text bold */
    font-size: 30px; /* Increases the text size */
      margin-right : 30px; 
      margin-left : 30px;
      margin-bottom : 20px;
      justify-content: center; 
      gap:30px;
    }

.form-otp
{
   display: flex;
  
  gap:20px;
     justify-content: center; 
    align-items: center;
    align-content: center;
    font-weight: bold; /* Makes the text bold */
    font-size: 18px; /* Increases the text size */
    word-break: break-word; /* Break words to prevent overflow */
    width: 100%; /* Ensure it takes full width */
    margin: 20px 0;
    
}    
 
.form-group2
{
   display: flex;
  
  gap:20px;
     justify-content: space-between; 
    align-item: center;
    font-weight: bold; /* Makes the text bold */
    font-size: 18px; /* Increases the text size */
    word-break: break-word; /* Break words to prevent overflow */
    width: 100%; /* Ensure it takes full width */
}
.time-future {
    bcolor: green;
}



.time-past{
    --bs-table-color: red; 
    --bs-table-striped-color  : red;
    font-weight:bold;
}
.table{
  --bs-table-striped-bg: linen;
}

#mainpage 
{
    width:100%;  
    display: flex; /* Enables Flexbox */
    justify-content: center; /* Centers children horizontally */
    align-items: center; /* Centers children vertically */
    align-content: center;
    
    flex-direction: column;
    padding: 0 2px;
   
}
/* .mainitemhead  {
  display : flex;
  align-items: center;
  justify-content: center;
  align-content : center;
  //padding : 5px;
  margin-bottom: 5px;
  background-color: #EA6A47;
  
} */
.mainitem  {
  display : flex;
  align-items: center;
  justify-content: center;
  align-content : center;
 
  margin: 8px 0;
  
}

.intable{
  display: grid;

  white-space: normal; /* Allows table content to display normally */
  padding : 10px;
}

.uidtlabel{
  color : black;
}
#loadingOverlay .modal-content {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

#Welcomeloading .modal-content {
  opacity: 1 !important;
  
  background-color: #D9AFD9 !important;
  background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%) !important;

}
.form-group {
  margin-bottom: 20px; /* Adjust the value as needed */
}
.form-group > .form-control {
  margin-top: 10px; /* Adjust the value as needed */
}
 /* Target all labels within .form-group */
.form-group label {
  font-family: 'Arial', sans-serif; /* Specify the font family */
  font-size: 18px; /* Set the font size */
  font-weight: bold; /* Set the font weight */
  color: white; /* Set the text color */
}

.table-dark {

      --bs-table-bg: blueviolet;

    }
.hidden-element {
  visibility: hidden;
}

.dropdown-menu {
    z-index : 1021;
}

.modal {
  --bs-modal-fade-transform: scale(0.8);
}

.modal.fade{
  opacity:1;
}
.modal.fade .modal-dialog {
   -webkit-transform: translate(0);
   -moz-transform: translate(0);
   transform: translate(0);
}

