.components-btn-group-render {
  // position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: white;
  border-top: 1px solid #eee;
  z-index: 12;
  max-width: 750px;

  .btn-item{
    flex: 1;
    margin: 0 10px;
    .base-button-render {
      .btn{
        max-width: none;
      }
    }
  }
}
