

ul {
  list-style-type: none;
  font-size:100%;


}
  .image-margin {
		margin-left: 50px;
	}
  body { background-color:white;font-family: 'Lato'; color: navy; }

  html{
font-family:Lato;
max-width:80%;
text-align:left;
margin:auto;
color:rgb(50, 78, 168);
line-height: 1.5em;
background-image: URL('img/IDBackground.png') ;
}
input[type=text], input[type=url], input[type=email], input[type=tel] {
  
  display: inline-block;
  text-align: center;
  margin-left:5%;
  height: 1.5em;
    line-height: 2em; 
    border-radius: 0px; ;
    background-color:aliceblue;
    border:1px solid rgb(50, 78, 168);
    font-size:100%
   
    
}


  .form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .form-row label {
    width: 200px; /* Fixed width ensures alignment */
    margin-right: 10px;
    text-align: right;
  }

  .form-row input {
    flex: 1;
    padding: 5px;
  }

  


 
table {
  max-width: 90% ;
  margin-left:auto; 
  margin-right:auto; 
  border-collapse: collapse;
  overflow: hidden;
}

 
form {
  max-width: 70% ;
  text-align:center;
  border-collapse: collapse;
  margin-left:10%;
  overflow: hidden;
  font-size: 100%;
  color:rgb(29, 121, 213);
  
}

#fvi {
  padding-left:3px;
  padding-right:3px;
  padding-top:3px;
  padding-bottom:3px;
  background-color:#f8d893;
  line-height:1.5em;
  font-weight:500;
  text-align:center;
 

}



#tagContainer, #idContainer{
  border-radius: 10px;
  max-width: 100%;
  margin-left:auto; 
  margin-right:auto; 
  padding:20px;
  background:white;

  line-height:1.5em !important;
  
}


  .form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .form-row label {
    width: 150px; /* Fixed width ensures alignment */
    margin-right: 10px;
    text-align: right;
  }

  .form-row input {
    flex: 1;
    padding: 5px;
  }

  

#blue {
  color:#FFBD33;
  font-size:100%;
  font-weight:400
}
#teal {
  
  font-size:105%;
  font-weight:400;
 
}

#fetchFiles {
  text-align:center
}

#provided,#requested {
  text-align:center;color:#4c6e8c;font-size:100%
}

  #loader {
    display: none;
  }
  #completed {
    display: none;
  }
  #savepdf {
    display: none;
    text-align:right;color:#4c6e8c;width:100% ;font-size:100%
  }
  #downloadPdfButton {
    display: none;
    text-align:center
  }
  
  #dateTimeStr {
    display: none;
  }
  
.buttonV,.buttonVPN {
    background-image: linear-gradient(
    to right,
    #007BFF,
    rgba(6, 95, 150, 0.61) ,
    rgba(6, 95, 150, 0.61) 200%,
rgba(6, 95, 150, 0.61) 100%
  );
  background-position-x: 0%;
  background-size: 200%;
  text-shadow: 0 1px 1px #333;
  font-family:'Lato';
    color: white; /* White text color */
    padding: 10px 20px; /* Padding inside the button */
    border: none; /* Remove default border */
    border-radius: 10px; /* Rounded corners */
    position: relative; /* For positioning the inner border */
    font-size: 14px; /* Font size */
    font-weight: bold; /* Bold text */
    cursor: pointer; /* Pointer cursor on hover */
    outline: none; /* Remove default outline */
}


.buttonV::before,.buttonVPN::before, .buttonD::before {
  content: ''; /* Empty content for the pseudo-element */
  position: absolute; /* Absolute positioning */
  top: 2px; /* Positioning the inner border */
  left: 2px; /* Positioning the inner border */
  right: 2px; /* Positioning the inner border */
  bottom: 3px; /* Positioning the inner border */
  border: 2px solid white; /* White inner border */
  border-radius: 8px; /* Rounded corners for the inner border */
  }
  .buttonV:hover,.buttonVPN:hover, .buttonE:hover,.buttonS:hover,.buttonD:hover {
  background-position-x: 100%;
  transform: scale(1.1);
  background: #004085;
  }
  .buttonV:focus,.buttonVPN:focus,.buttonE:focus,.buttonS:focus,.buttonD:hover {
  background-color: #004085 ;
  
  }
  .buttonV:active,.buttonVPN:active,.buttonE:active,.buttonS:active,.buttonD:active {
  background-color: #004085; /* Even darker blue on click */
  }
  
 #alert {
    color:#eea303 !important;text-align:center !important;font-weight:500 !important;padding-left:5% !important;padding-right:5% !important;
 } 

  
  button,input::file-selector-button {
    background-image: linear-gradient(
    to right,
    #007BFF,
    rgba(6, 95, 150, 0.61) ,
    #DAA520 200%,
    #DAA520 100%
  );
  background-position-x: 0%;
  background-size: 200%;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-family:'Lato';
  padding: 0.5rem 0.75rem;
  text-shadow: 0 1px 1px #333;
  transition: all 0.25s;
}
button::before,input::file-selector-button::before  {
    content: ''; /* Empty content for the pseudo-element */
    position: absolute; /* Absolute positioning */
    top: 2px; /* Positioning the inner border */
    left: 2px; /* Positioning the inner border */
    right: 2px; /* Positioning the inner border */
    bottom: 3px; /* Positioning the inner border */
    border: 2px solid white; /* White inner border */
    border-radius: 8px; /* Rounded corners for the inner border */
}
input::file-selector-button:hover {
  background-position-x: 100%;
  transform: scale(1.1);
}
 
  input[type=file] {
  display: block;
  color: #DAA520;
  font-style: oblique;
}

#head_background{
  background-image:url('img/addRequest.jpg');
  background-repeat: no-repeat;
  opacity: 95%;
  border-radius:1%;
  background-size: cover; /* or contain */
            background-position: center;
            opacity: 95%;
            border-radius: 1%;
            height: 20vh; /* Ensure the div has a height */
         
 
}

.table-container {
  display: flex;
  align-items: center; /* Align items vertically */
  gap: 20px; /* Space between image and text */
  max-width:100%;
  margin: auto;
  border: 1px solid #fffad6;
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  font-size:100%
}

.table-container img {
  width: 30px; /* Adjust as needed */
  height: auto;
  border-radius: 5px;
}

.text-content {
  flex: 1; /* Allows text to take up remaining space */
}



.mmenu {

  font-size:100%;text-align:left;font-weight:bold
} 

.emailheader {
  text-align:center;font-family: 'Comic Sans MS';color:#FFBD33;border-radius:2%;
}

.senddocs {
  text-align:center;width:100%;border-radius:2%;background-image:url('img/addRequest.png');
}
.simple {
  font-size:140%;text-align:center;color:white;text-align:center;
}
.forinternetusers {
  text-align:center;color: #FFBD33;font-size:90%
}

.comic1 {
  color: #FFBD33;
  font-family:  'Helvetica';font-size:170%;

  
  
}
.comic2 {
  font-family: 'Comic Sans MS';
  padding-left:2%
}
.comic3 {
 font-family: 'Comic Sans MS';background-image:url('img/addRequest.png');color:white
}
.font110 {
  font-size:100%;
}
.green {
  color:#eea303
}
.yellow {
  color: #DAA520
}

.pdf-content {
  text-align:center
}

 .list-row {
  display: flex;
  flex-wrap: wrap; /* allows wrapping if space is tight */
  align-items: center;
  margin-bottom: 12px;
  
}

.list-row label {
  width: 200px; /* adjust to taste */
  margin-right: 10px;
  text-align: right;
  font-size: 1rem;
  line-height: 1.5;
}


#tagcContainer
{
  text-align:left;

  margin-left:40%

}


.retrieve {
  text-align:center;color:#4c6e8c;width:100% ;font-size:100%
}


