:host {
  background-color: #fff;
  left: 0 !important;
  min-width: 785px;
  overflow-x: auto;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
  --my-toolbar-title-color: #797979;
  --my-toolbar-title-text-color: #000;

  --my-toolbar-title-theme: {
    align-items: center;
    background-color: var(--my-toolbar-title-color);
    border-bottom: 1px solid rgba(218, 218, 218, 0.3);
    color: var(--my-toolbar-title-text-color);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    height: 36px;
    padding: 0px 15px 0px 25px;
    position: relative;
  }
}

.acc {
  background-color: #eeeeee;
}

.acc-hdr {
  @apply --my-toolbar-title-theme;
}

.acc-bdy {
  border-bottom: 1px solid rgba(196, 196, 196, 0.1);
  background-color: #eeeeee;
}

.acc-bdy.pad-0-25 {
  padding: 0px 25px;
}

.acc-bdy.pad-10-25 {
  padding: 10px 25px;
}

.acc-bdy.hide {
  display: none !important;
}

.al-it-ctr {
  align-items: center;
}

.flip {
  transform: rotate(180deg);
}

.icon {
  height: 15px;
  width: 15px;
}
