/***************** BillcomplexLink ****************/
.alert.alert-complex {
  color: #172A3A;
  border-color: #F0F8FF;
  background-color: #F0F8FF;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 32px;
  margin-bottom: 32px;

}

.complex_bill__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 64px;
  height: 64px;
}

.complex_bill__img img {
  -ms-flex: 0 0 auto;
  /* ie11 fix */
  max-width: calc(100% - 1px);
  max-height: calc(100% - 1px);
}

.complex-bill-text{
  color: var(--dark-blue-1, #172A3A);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-left: 16px; 
  text-align: left;
}