.swal-form {

  overflow: auto;
  height: auto;
  margin:0px;
}



.swal-form select
{
    display: block;
    width: 100%!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #848484;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.swal-form input.nice-input  {
  display: block;
  margin: 0!important;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  padding: 10px;
 border: 1px solid #ccc;
  transition: box-shadow 0.3s, border 0.3s;
  height: initial;
  border-radius: 3px;
  height: 43px;
  color: #848484!important;


  
}


::-webkit-input-placeholder  {
  color: #848484!important;

}

  


.swal-form .patch-swal-styles-for-inputs {
  width: initial !important;
  height: initial !important;
  display: initial !important;
}
