body{
	/*background-color: #24252a;*/
	font-family: 'Poppins';
	background-image: url('../img/background.png');
	background-attachment: fixed;
	background-size: cover;
}

br{
	user-select: none;
}

.bg-custom{
	background-color: #17181b;
}

.text-blurple{
	color: var(--blurple) !important;
}

.noimage{
	color: white;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	width: 40px;
	height: 40px;
	font-weight: bold;
	border-radius: 25px;
	border: 1px solid white;
	-webkit-box-align: center;
	align-items: center;
	user-select: none;
	flex-shrink: 0;
}

.wh-25px{
	width: 25px;
	height: 25px;
}

.cursor-pointer{
	cursor: pointer;
}

.cursor-not-allowed{
	cursor: not-allowed;
}

.bg-dark-gray, .btn-dark-gray{
	background-color: var(--dark-gray) !important;
	color: var(--text) !important;
}

.bg-dark, .btn-dark{
	background-color: var(--dark) !important;
	color: var(--text) !important;
}

.bg-gray, .btn-gray{
	background-color: var(--gray) !important;
	color: var(--text) !important;
}

.border-muted{
	border-color: #6c757d;
}

.bg-purble, .btn-blurple{
	background-color: var(--blurple) !important;
	color: var(--text) !important;
}

.checkbox-lg{
	transform: scale(1.1,1.1);
}

.checkbox-lg-command{
	transform: scale(1.5,1.5);
}

.embed-div{
	background-color: #272a2e;
	border-left: 4px solid #0098ff;
}

.embed-input{
	background-color: #2b2f33;
	border: 2px solid #45484c;
	padding: 8px 17px;
	outline: none;
	color: #ccc;
	width: 100%;
}

.embed-input-size-1{
	padding: 7px 15px;
}

.embed-input-size-2{
	padding: 6px 11px;
}

.embed-input-size-3{
	padding: 5px 9px;
}

.embed-input-size-4{
	padding: 4px 8px;
}

.embed-input-size-5{
	padding: 3px 7px;
}

.title-input{
	background-color: transparent;
	border: none;
	outline: none;
	color: #fff;
	width: 93%;
}

.title-input:focus{
	border-bottom: 2px solid #fff;
}

.top-card{
	background-color: #36393f;
	padding: 10px 13px;
}

.w-max{
	width: max-content;
}

.h-max{
	height: max-content;
}

.ellipsis{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sticky{
	position: sticky;
	top: 0;
}

.role-btn{
	padding: .5rem 1rem;
	border-radius: .25rem;
}

.text-auto{
	text-align: center;
}

@media screen and (max-width: 1000px){
	.text-auto{
		text-align: left;
	}
}

.selector-list{
	height: 350px;
	overflow-y:auto;
	overflow-x: hidden;
}

.dheader-server-selector{
	background-color: #2b2f33;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #000;
}

.stats{
	border-radius: 30px;
	width: max-content;
	padding: 10px 35px;
	border-top: 2px solid var(--blurple);
	border-bottom: 2px solid var(--blurple);
	font-size: 25px;
}

.shadow {
	background: linear-gradient(180deg, var(--gray) 17.71%, var(--elements) 100%);
	transform: rotate(135.31deg);
	z-index: -5;
	filter: blur(120px);
	width: 322px;
	height: 322px;
	position: absolute;
}