:host {
  background-color: #fff;
  left: 0 !important;
  min-width: 785px;
  overflow-x: auto;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
}
.acc {
  background-color: #fff;
}
.acc-hdr {
  align-items: center;
  background-color: rgba(196,196,196,0.1);
  border-bottom: 1px solid rgba(218,218,218,0.3);
  color: #c00;
  cursor: pointer;
  display: flex;
  font-family: 'Roboto-Regular';
  font-size: 13px;
  justify-content: space-between;
  height: 34px;
  padding: 0px 15px 0px 25px; 
  position: relative;
}
.acc-bdy {
  border-bottom: 1px solid rgba(196,196,196,0.1);
  display: flex;
  flex-wrap: wrap;
  padding: 3px 25px 0px 25px;
}
.acc-bdy.pad-0-25 {
  padding: 0px 25px;
}
.acc-bdy.pad-10-25 {
  padding: 10px 25px;
}
.al-it-ctr {
  align-items: center;
}
.flip {
  transform: rotate(180deg);
}