/* PROFILE/USER */
.inner-boxes {
	padding: 20px;
}
.avatar {
	flex: 0 1;
	height: 100px;
	width: 100px;
}
.alli, .alli a {
	color: #2E7094;
}
.horde, .horde a {
	color: #8C0000;
}
.profile-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.profile-name {
	width: 100%;
}
.profile-name h1 {
	margin-bottom: 0 !important;
	line-height: 2.5rem;
	padding-top: 10px;
}
.profile-fp, .profile-rs {
	padding: 20px;
	text-align: center;
	width: 100%;
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: auto 2fr 1fr;
}
.profile-fp a, .profile-rs a {
	font-style: italic;
	text-decoration: none;
}
.profile-fp img, .profile-rs img {
	width: 100%;
	height: auto;
}
.profile-houses {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 2%;
	margin: 20px 0px;
}
/* CHARACTER BLOCK */
.profile {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px 0 0 0;
	padding: 20px;
	width: 100%;
	gap: 2%;
	flex-flow: row wrap;
}
.charContainer {
	margin: 0 auto 0 auto;
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: auto 1fr repeat(3, auto);
}
.char-display {
	width: 100%;
}
.nameCont {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	width: 250px;
	align-items: center;
}
.name {
	width: fit-content;
	padding-right: 4px;
}
.name img {
	height: 16px !important;
	padding-right: 5px;
}
.name a {
	text-decoration: none;
}
.serverCont {
	width: fit-content;
}
.coverCont {
	position: relative;
	height: 280px;
	overflow:  hidden;
	width: 250px;
}
.levelCont {
	display: flex;
	align-items: center;
	justify-content: center;
}
.levelCont img {
	height: 50px;
}
.profCont {
	height: 40px;
	margin: 10px auto 10px auto;
}
.charDivider {
	height: 1px;
	width: 50%;
	margin: 0 auto 0 auto;
}
.profile-chars {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
	gap: 40px;
}
.char-pages {
	margin: 5px 10px 0 0;
	text-align: right;
}

/* CRAFTERS/EVENTS */
.table-heading {
	font-weight: bold;
	font-size: 13px;
}
.table-heading a {
	text-decoration:none;
}
.table-heading a i {
	margin-left: 5px;
}
.status {
	margin-right: 20px; 
}
.cancel {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: #fff;
	color: red;
}

/* EVENTS/INDEX */
.signCheck {
	display: flex;
	justify-content: space-between;
}
.signCheck .fa-circle-check {
	font-size: 14px;
	background: #fff;
	padding-top: 1px;
	border-radius: 14px;
	max-height: 16px;
}

/* TOGGLE */						/* changelog */
.up-down > a {
	text-decoration: none !important;
}
.up-down > a::after {
	content: "\25B2";
}
.up-down > .toggle::after {
	content: "\25BC";
}
.up-down i {
	font-size: 0.6em;
}

/*copy text alert:*/
#alertCopy {
  width: 140px;
  height: 25px;
  text-align: center;
  background-color: #5865F2;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  display: none;
}