::selection {
  background: #54a5d4;
  text-shadow: 1px 1px 2px #000000aa;
  color: #fff;
}

:root {
  color: #c4c4c4;
}

.ellipses {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body {
  font-size: 13px;
  font-family: "Motiva Sans";
  padding: 0px;
  margin: 0px;
  max-height: 1080px;
  background: #0e0f13;
  margin-top: 50px;
}

.profile-background {
  position: relative;
  margin: 0 auto;
  min-width: 950px;
  background: linear-gradient(145deg,rgba(17, 20, 34, 1) 0%, rgba(18, 24, 48, 1) 50%, rgba(45, 49, 64, 1) 100%);;
  max-width: 950px;
  padding-bottom: 18px;
}

.profile-banner {
  margin: 0 auto;
  min-width: 950px;
  max-width: 950px;
  height: 300px;
  position: relative;
}

.profile-banner img {
  object-fit: cover;
}

.profile-header {
  position: relative;
  max-width: 900px;
  min-height: 224px;
  padding-bottom: 0px;
  margin: 0 auto;
}

.profile-header-content {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 24px;
}

.profile-header-content2 {
  position: relative;
  padding-top: 10px;
  color: #c4c4c4;
  font-size: 13px;
  display: grid;
  grid-template-columns: auto 1fr 268px;
}

.profile-picture {
  position: relative;
  width: 166px;
  height: 166px;
  max-width: 166px;
  max-height: 166px;
  overflow: hidden;
}

.profile-picture img {
  object-fit: cover;
}

.pfp-auto {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.profile-header-info {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 18px 0 36px;
}

bdi {
  unicode-bidi: isolate;
}

.profile-header-centered-info {
  white-space: nowrap;
  padding-bottom: 18px;
}

.display-name {
  line-height: 40px;
  font-size: 24px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Motiva Sans";
  font-weight: 200;
}

.header-badge {
  border-radius: 3px;
  background-color: rgba( 0, 0, 0, 0.3 );
  height: 70px;
  margin-bottom: 13px;
}

.profile-level {
  line-height: 40px;
  margin-bottom: 13px;
  vertical-align: middle;
}

.profile-level-p1 {
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  border: solid #fff 2px;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
  height: 28px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  cursor: default;
  margin-top: 2px;
}

.lvl1 {
  border-color: #c02942;
}
.lvl2 {
  border-color: #e6c342;
}

.profile-level-num {
  color: #ffffff;
}

.profile-badge-active {
  position: relative;
  padding: 8px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile-badge-active-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.favorite_badge_icon {
  display: flex;
}

.small {
  width: 54px;
  height: 54px;
}

.badge-icon {
  width: 80px;
  height: 80px;
}

.profile-summary {
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 8px;
  text-wrap: wrap;
  overflow-wrap: break-word;
}

.profile-badge-active-desc .name {
  font-size: 13.5px;
}

.profile-content {
  position: relative;
  background-repeat: no-repeat;
  padding: 12px 12px 64px 12px;
  width: 850px;
  margin: 0 auto;
  font-size: 13px;
  /* min-height: calc( 100vh - 511px ); */
}

.profile-content-inner {
  display: inline-flex;
}

.profile-cont-right {
  background-color: rgba( 0, 0, 0, 0.3 );
  backdrop-filter: blur(20px);
  padding: 10px;
  border-radius: 3px;
  width: 265px;
  float: right;
  margin-left: 5px;
  height: calc( 100vh - 300px );
}

.profile-cont-left {
  width: 575px;
  float: left;
  margin-right: 5px;
}

.link-inner-cont {
  transition: 0.2s;
  
  &:hover {
    transition: 0.2s;
    background: #f1c232;
    color: #000000;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: bold;
  }
}

.profile-panel {
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  border-radius: 3px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 12px;
  font-size: 13px;
  overflow: hidden;
}

.profile-panel-header {
  font-weight: 200;
  background: linear-gradient(90deg, rgba(20, 33, 68, 0.93) 0%, rgba(34, 32, 61, 0.93) 90%);
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile-panel-block {
  position: relative;
  border-radius: 5px;
  padding: 20px 10px 11px 10px;
  margin-bottom: 0px;
  font-size: 13px;
  overflow: hidden;
}

.panel-content-bg {
  background-color: rgba( 0, 0, 0, 0.3 );
  padding: 8px;
  border-radius: 5px;
}

.panel-content {
  word-wrap: break-word;
  overflow: hidden;
  overflow-y: auto;
  max-height: 600px;
}

a {
	color: #ebebeb;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.header-location {
  display: inline;
  margin-left: 2px;
}

.profile-flag {
  vertical-align: middle;
  width: 16px;
  height: 11px;
  margin-right: 3px;
}

.profile-links-portal {
  margin-bottom: 40px;
}

.profile-count-link {
  font-size: 14px;
  margin-bottom: 4px;
  min-height: 29px;
}

.profile-count-link-total {
  font-family: "Motiva Sans", Sans-serif;
  font-weight: 200;
  color: #9b9b9b;
  font-size: 24px;
}

.profile-icon-button {
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  padding-top: 1px;
  padding-left: 42px;
  height: 36px;
  margin-bottom: 6px;
}

a .no-space {
  margin: 0px;
  padding: 0px;
  line-height: 0.2;
}

.profile-primary-icon {
  padding-top: 10px;
  padding-left: 80px;
  height: 60px;
  margin-bottom: 12px;
  margin-top: 12px;
  z-index: 1;
}

.profile-primary-icon .profile-icon-avatar {
  width: 64px;
  height: 64px;
}

.profile-icon-avatar {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 2px 2px 3px #0c0c0c;
  width: 32px;
  height: 32px;
}

.profile-icon-avatar img {
  border-radius: 2px;
}

img {
  border: none;
}

.grey-hov {
  color: #9b9b9b;
  transition: 0.2s;
  
  &:hover {
	  color: #ebebeb;
	  transition: 0.2s;
  }
}

.footer {
  position: relative;
  text-align: left;
  font-size: 12px;
  color: #8F98A0;
  border: 0;
  margin: 0;
  padding: 32px 0;
}

.footer-content {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.footer-links {
  font-size: 14px;
}