.toolbar-item-container-h5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right:15px;
  &-title {
    margin-top:5px;
    font-size: 14px;
    white-space: nowrap;
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  &-icon{
    background-color: #fff;
    width: 40px;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  &-dialog {
    position: static !important;
    width: 100%;
    box-shadow: none;
  }
}
