
  img {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
    width: 150px; /* Set a small width */
  }
  body{
    background-color: #f2f2f2;
    color: black;
    margin: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  h2{
    color: grey;
  }
  
  nav{
    color: white;
    background-color: grey;
    display: flex;
    justify-content: center;
    height: auto;
    
  }
  nav ul{
    margin-bottom: 0;
  }

  nav ul li a{
    color: white;
    text-decoration: none;
  }
  nav ul li{
    height: auto !important;
    margin: 0 20px;
    padding: 10px;
    margin-top: 0 !important;
	display: inline;
  }
  nav ul li:hover{
    background-color: lightgray;
    transition: 0.5s ease;
  }
  nav ul li:hover a{
    color: white;
    text-decoration: none;
  }

  #dvpgs2{
    display: flex;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
  }
  #dvpgs2 a{
    color: grey;
  }
  #dvpgs2 a:hover{
    color:  black;
    transition: 0.5s ease;
  }
  #pgno1{
    margin-bottom: 2rem;
  }
  #pgno1 {
    text-align: center;
  }
  #pgno2{
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.41%;
  height: auto;
  list-style: none;
  white-space: nowrap;
  }
  #pgno2 a{
    color: black;
    background: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    text-decoration: none;
  }
  #pgno2 a:hover{
    color: white;
    background-color: grey;
    transition: 0.5s ease;
  }
  #dvpgs3{
    display: flex;
    justify-content: center;
    margin: 2rem 0;
  }
  #dvpgs3 ul li a:hover {
    color: white;
    transition: 0.5s ease;
  }
  #verrmsg{
    text-align: center;
		color:red;
  }
 
 .text-danger{
 color:red;
}
  }
  h1{
    padding: 20px 50px;
    border-radius: 20px;
    color: grey;
    text-align: center;
  }
  #unversal{
    background-color: white;
    padding: 2rem 5rem;
  }
  #provice{
	overflow-x:auto;  
  }
  #tblProducts{
    width: 100%;
  }
  #tblProducts tbody tr td{
    padding: 20px;
  }
  .inpull0 input{
    margin-bottom: 20px;
  }
  .inpull0 input[type="button"]{
    background-color: grey;
    color: white;
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
  }
  .inpull0 input[type="button"]:hover{
    background-color: #f2f2f2;
    color: grey;
    transition: 0.5s ease;
  }

.inpull0 input[type="radio"] {
  box-shadow: none;
  width: 20px;
  margin-bottom: 10px;
}
.inpull0 label {
  display: block; /* Display radio button labels in separate lines */
  margin-bottom: 5px; /* Adjust spacing between radio buttons and labels */
}
.inpull0 .radio-item{
  display: flex;
}
table{
background-color:#f2f2f2;
}
table textarea{
  resize: none;
  height: 120px !important;
}

form input{
  background-color: grey;
  color: white;
  padding: 10px 40px;
  border: 0;
  border-radius: 10px;
  margin-right: 10px;
  margin:20px 10px 0 0;
}
form input:hover{
  background-color: lightgray;
  color: grey;
  transition: 0.5s ease;
}
table input.form-control{
  color: #000;
}
table input.form-control:hover{
  background-color: #fff !important;
}

#sub {	
	background-color: grey;
}	



