
.loader-outter-centered {
  position: relative !important;
  width: 60px !important;
  margin: auto;
}

.purepad {
  padding: 180px 0px 120px !important;
}

input[type="file"].testboi {
  /* background-image: url("https://www.w3schools.com/w3images/photographer.jpg");  */
  /* The image used */
  /* background-color: #cccccc;  */
  /* Used if the image is unavailable */
  background: rgb(179, 192, 229,0.1);
  /* max-width: 300px;  */
  /* max-height: 550px;  */
  /* padding: 120px; */

  /* You must set a specified height */
  background-position: center; 
  /* Center the image */

  background-repeat: no-repeat; 
  /* Do not repeat the image */
  
  background-size: contain; 
  /* Resize the background image to cover the entire container */
  /* background-position: 0 -24px; */
  /* background-size: 150px 150px; */
 }

 input[type="file"].testboi:hover {
  opacity: 0.6;

 }

 input[type="file"].voucherImportInput:hover {
  opacity: 0.6;

 }

 .alert-success-d {
  color: #d8d8d8;
  background-color: #19254d;
  border-color: #0b122e;
}
.alert-d {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}