.custom-footer {
  display: flex;
  padding: 16px;
  transition: padding 0.35s ease 0.2s;
  background-color: #fff;
  box-shadow: 0 -6px 7px -5px rgb(0 0 0 / 15%);
}

.padding-bottom-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 56px;
}
