body {
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin: 0;
  background-color: #F2F2F2;
  color: #17063B;
}

h1 {
  text-align: center;
  width: 100%;
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  padding-top: 0.25rem;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

h3 {
  padding-top: 0.25rem;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

h6 {
  text-transform: uppercase;
}

header {
  position: relative;
  height: auto;
  padding-bottom: 6rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(#6364FF, #563ACC);
  background-repeat: repeat-x;
  color: #F2F2F2;
  font-weight: 500;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
  background-color: #6364FF;
}
header a,
header a:hover,
header a:active,
header a:focus {
  color: #F2F2F2;
  text-decoration: underline;
}
header .header-headline h1 {
  margin-bottom: 0;
}
header .header-headline span {
  text-transform: lowercase;
  display: block;
  line-height: 1;
  margin-bottom: 0.75rem;
}
header .header-pattern {
  opacity: 0.05;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/images/background.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
  left: 0;
  z-index: -1;
}
header .header-counter {
  display: block;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}
header .header-label {
  display: block;
  font-weight: 100;
}
header .header-avatar {
  background-color: white;
  max-width: 100%;
  max-height: 100%;
  border: 0.5rem solid #F2F2F2;
  margin-top: 0.25rem;
  border-radius: 0.375rem;
}
header .header-note {
  padding: 0.5rem;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}
header .header-last_updated {
  text-align: right;
  font-size: 0.8rem;
}
header .header-admin {
  font-size: 0.85rem;
}
header h1,
header p {
  text-align: left;
}
header img {
  max-height: 1.25rem;
  margin-top: 0.625rem;
}
header .btn-primary,
header .btn-primary:hover,
header .btn-primary:active,
header .btn-primary:focus {
  border-color: #F2F2F2 !important;
  background-color: #F2F2F2 !important;
  color: #563ACC !important;
  margin-right: 0.5rem;
}
header .btn-secondary,
header .btn-secondary:hover,
header .btn-secondary:active,
header .btn-secondary:focus {
  border-color: #F2F2F2 !important;
  background-color: initial !important;
  color: #F2F2F2 !important;
}
header .invisible {
  display: none;
}

footer {
  color: #F2F2F2;
  margin-top: 4rem;
  padding-top: 2rem;
  min-height: 20vh;
  /*background-image: linear-gradient(#563ACC, #2F0C7A);*/
  background-color: #17063B;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus {
  color: #F2F2F2;
  text-decoration: none;
  font-size: 0.9rem;
}

.card {
  margin-top: 1rem;
  text-decoration: none;
  color: #17063B;
  display: block;
  border-radius: 0.375rem;
  border: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.card .card-padding {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.card h2 {
  font-size: 1rem;
}

.category {
  text-align: center;
  vertical-align: middle;
  min-height: 3rem;
}

.profile:hover {
  color: #17063B;
}
.profile .profile-username {
  margin-bottom: 1.5rem;
}
.profile .profile-avatar {
  max-width: 100%;
  height: auto;
}

small.label {
  display: block;
  margin-bottom: -0.25rem;
  font-size: 0.725rem;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-color: #563ACC !important;
  background-color: #563ACC !important;
  color: #F2F2F2 !important;
  margin-right: 0.5rem;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  border-color: #563ACC !important;
  background-color: initial !important;
  color: #563ACC !important;
  margin-right: 0.5rem;
}

label {
  font-size: 0.8rem;
}

.tag,
.tag:hover,
.tag:active,
.tag:focus {
  display: inline-block;
  background-color: #F2F2F2;
  color: #563ACC;
  font-size: 0.8rem;
  padding: 0.125rem 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.375rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  text-decoration: none;
}

.breadcrumb span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  color: #17063B;
  text-decoration: none;
}

::-moz-placeholder {
  color: #cecece !important;
  opacity: 1;
}

::placeholder {
  color: #cecece !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cecece !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #cecece !important;
  opacity: 1;
}

.accordion h2 {
  padding-top: 0;
}
.accordion .accordion-button:not(.collapsed) {
  background-image: linear-gradient(#6364FF, #563ACC);
  color: white;
}
.accordion .accordion-button:not(.collapsed):after {
  color: white;
}

.faq h2 {
  text-transform: uppercase;
}

.mastodir-collapse .mastodir-subcategory {
  display: none;
  transition: all 0.8s ease-in;
}

.mastodir_infobox {
  background-color: rgba(86, 56, 204, 0.1);
  padding: 1em;
  margin-bottom: 1em;
  border: 1px dashed #563ACC;
  color: #563ACC;
}

.mastodir_dropdown {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
  width: 100%;
}
.mastodir_dropdown .mastodir_dropdown_menu {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  background: white;
  border-radius: 0.375rem;
  height: 0;
  transition: height 0.8s;
  overflow: hidden;
  font-size: 0.753rem;
}
.mastodir_dropdown .mastodir_dropdown_menu.mastodir_dropdown_collapse {
  display: inherit;
  padding: 10px;
  height: auto;
  overflow: visible;
  position: absolute;
  margin-top: 30px;
  z-index: 1500;
  text-align: right;
}
.mastodir_dropdown .mastodir_dropdown_item {
  color: #563ACC;
  padding: 10px 0 0 0;
  text-decoration: none;
}
.mastodir_dropdown .dropdown-toggle.dropup-toggle:after {
  transform: rotate(180deg);
}

.mastodir_sorting_profiles {
  flex-wrap: wrap-reverse !important;
}
