#p-toTop {
  line-height: 1.15;
  position: fixed;
  right: 2%;
  bottom: 24px;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  color: #d72100;
  border: 1px solid #d72100;
  border-radius: 50%;
  background-color: #f7f9fb;
}
#p-toTop .p-toTop-arrow {
  font-size: 12px;
  position: absolute;
  top: 16px;
  left: 24px;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  transform: rotate(45deg);
  border-top: 2px solid #d72100;
  border-left: 2px solid #d72100;
}
#p-toTop .p-toTop-text {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-accent-blue #p-toTop {
  color: #2899fa;
  border: 1px solid #2899fa;
}
.p-accent-blue #p-toTop .p-toTop-arrow {
  border-top: 2px solid #2899fa;
  border-left: 2px solid #2899fa;
}
