.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.5); }
  .loader .blocks {
    margin: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -20px; }
  .loader .blocks > div {
    background-color: #1a84d4;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .loader .blocks .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loader .blocks .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .loader .blocks .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loader .blocks .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.wrapper .card .card-header {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 75%); }
.wrapper .card .person-detail .img-preview {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border: 3px solid #ffffff;
  position: absolute;
  top: -34px;
  left: 13px; }
.wrapper .card .person-detail p:last-of-type {
  font-size: 13px;
  font-weight: lighter; }
.wrapper .card .person-detail .person-name {
  width: calc(100% - 115px);
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px); }
.wrapper .card .comp-detail .img-preview {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border: 3px solid #ffffff; }
.wrapper .card .comp-detail p {
  font-size: 14px; }
  .wrapper .card .comp-detail p:last-of-type {
    font-size: 12px;
    font-weight: lighter; }
.wrapper .card .card-body .form-group:last-of-type {
  background: #e9ecef;
  border-radius: 8px; }

.download-btn {
  background: #170F3A;
  border-radius: 8px;
  font-weight: 500; }
  .download-btn img {
    width: 20px; }

.input-group .input-group-text {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }
.input-group img {
  width: 18px; }
.input-group .form-control {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 14px; }
.input-group p {
  background-color: #e9ecef; }

/*# sourceMappingURL=style.css.map */
