/*.refunda-bg {
  position: relative;
}
.refunda-bg * {
  z-index: 1;
}
.refunda-bg::before {
  content: "";
  position: absolute;
  width: 300vw;
  left: -100vw;
  top: 0px;
  bottom: 0px;
  background-color: #081432;
  z-index: 0;
  pointer-events: none;
}
.refunda-title-bar {
  padding-top: 20px;
}
.refunda-tab-header.refunda-bg:before {
  top: -17px;
}
*/
