.bar-wrapperflex {
  display: flex;
  justify-content: center;
  background: #f56464;
  align-items: center;
  position: relative; }
  .bar-wrapperflex p {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
    padding: 10px;
    padding-right: 20px;
    text-align: center; }
  .bar-wrapperflex button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none; }
    .bar-wrapperflex button path {
      stroke: #ffffff; }
