.readonly {
  background-color: #e1e1e1!important;
}
.relative-position {
  position: relative;
}
.input-loader {
  display: none;
  position: absolute;
  top: 38px;
  height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 0px 20px;
  color: #fff;
  font-size: 13px;
  line-height: 3;
}

