.custom-scrolltop {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary-color) !important;
  border-radius: 4px;

  &_small {
    width: 2rem;
    height: 2rem;
  }

  &:hover {
    background-color: var(--primary-color) !important;
  }

  .p-scrolltop-icon {
    font-size: 1rem;
    color: var(--primary-color-text);
  }
}
