/* Profile Style */
.profile-style{
  width: 170px !important;
  /* height: 140px; */
}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Upload Your Photo';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  width:170px;
  text-align:center;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.nrc-style{
  width: 300px !important;
  height: 200px;
}
.nrc-image-style{
  width: 300px !important;
  height: 200px;
}
.nrc-custom-file-input {
  color: transparent;
}
.nrc-custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.nrc-custom-file-input::before {
  content: 'Upload Your NRC Photo';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  width:274px;
  text-align:center;
}
.nrc-custom-file-input:hover::before {
  border-color: black;
}
.nrc-custom-file-input:active {
  outline: 0;
}
.nrc-custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.pull-right .form-control{
  width:85% !important ;
  padding: .0rem .0rem !important;
}
.nrc .form-control{
  padding: .0rem .0rem !important;
  width: 80% !important;
  line-height: 1.8 !important;
}