.custom-page-style h2 {
  margin-top: 1rem;
  font-weight: 600;
}

.custom-page-style h3 {
  margin-top: .5rem;
  font-weight: 500;
}


.custom-page-style h4 {
  margin-top: .5rem;
  font-weight: 400;
}

.custom-page-style h2 { font-size: 1.5rem; }
.custom-page-style h3 { font-size: 1.25rem; }
.custom-page-style h4 { font-size: 1.12rem; }

.custom-page-style p,
.custom-page-style ul {
  margin-top: 0;
  margin-bottom: .5rem;
  color: #63635e;
}

.dark .custom-page-style p,
.dark .custom-page-style ul {
  color: #ffffff;
}

.mr-10px{
    margin-right: 10px;
}

/* Fix user menu icon display issue on small screens */
@media (max-width: 575.98px) {
    .user-menu .user-icon {
        display: inline-block !important;
    }
}
