
.prescriptionupload input[type=file] {
  position: absolute;
  right: -9999px;
  visibility: hidden;
  opacity: 0;
}

.prescriptionupload input[type=submit] {
  position: relative;
  padding: 1rem 3rem;
  background: #0c8fda;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  border: 0;
  color: #fff;
}
.prescriptionupload input[type=submit]:hover {
  background: #0b7fc2;
  color: #fff;
  cursor: pointer;
  transition: 0.2s all;
}

.prescriptionupload label {
  position: relative;
  padding: 1rem 20px;
  background: #eee;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #dfdfdf;
}
.prescriptionupload label:hover {
  background: #00a0a8;
  color: #fff;
  cursor: pointer;
  transition: 0.2s all;
}

.prescriptionupload .mandatory {color: #ff0000 !important;}

/*.prescriptionupload div.files {
  background: #eee;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 10px;
}*/
.prescriptionupload div.files ul {
  list-style: none;
  padding: 0;
  max-height: 150px;
  overflow: auto;
}
.prescriptionupload div.files ul li {
  padding: 0.5rem 0;
  padding-right: 2rem;
  position: relative;
}
.prescriptionupload div.files ul li i {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
}
.prescriptionupload div.container {
  width: 100%;
  padding: 0 2rem;
}

.prescriptionupload span.file-size {
  color: #999;
  padding-left: 0.5rem;
}

.SelectCity{font-family: 'Montserrat', sans-serif; color: #444; font-size: 14px; padding-left: 5px;}

