@charset "UTF-8";

.c-heading-d {
  font-size: 1.1875em;
  font-weight: 600;
  line-height: var(--heading-lh);
}


.c-table-required {
  color: #fff;
  background: #EA473A;
  text-align: center;
  font-size: 0.875rem;
  padding: .25em 1em;
  font-weight: 600;
  border-radius: 25px;
  margin-left: .5em;
}

@media not all and (max-width: 768px) {
  .c-file-droparea {
    background: #F2F0F0;
    background-color: rgb(242, 240, 240);
    padding-top: 6em;
    padding-bottom: 3em;
  }
}
.c-file-droparea {
  text-align: center;
}


.c-btn-file::before {
  content: '';
  background: url(./../../assets/images/icon-plus.png) no-repeat;
    background-size: auto;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
}
.c-btn-file {
  border: 2px solid #52B132;
  color: #52B132;
  padding: .75em 3em;
  border-radius: 10px;
}

.c-file-input {
  display: none;
}

.u-fz-xs {
  font-size: 0.75em !important;
}
.u-mt1em {
  margin-top: 1em !important;
}
.u-tac {
  text-align: center !important;
}
