.img-circle {
	border-radius: 50%;
}
.profile-user-img {
	border: 3px solid #adb5bd;
	margin: 0 auto;
	padding: 3px;
	width: 100px;
}

.post-info::after {
	content: " ";
	display:block;
	clear:both;
}
.post-info img {
	width: 40px;
	float: left;
	margin-right: 20px;
}
.post-info div {
	float:left;
}
.post-info p {
	line-height: 1.4em;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
}
.post-pic {
	width: 40px;
}

.btn {
	box-shadow: none;
}

.login-page,
.register-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
}

.app-main {
	background: #F0F0FA;
}

.btn-primary,
.bg-primary,
.text-bg-glp1-primary {
	background-color: #5864ff !important;
}
.btn-primary {
	border-color: #5864ff;
}
a {
	color: #5864ff;
}
.card.card-outline {
	border-top: 3px solid #5864ff;
}
.btn-outline-primary {
	border-color: #5864ff;
}

.text-bg-glp1-primary {
	background: #5864ff;
	color: #fff;
}
.text-bg-glp1-secondary {
	background: #FF8C59;
	color: #fff;
}

.text-bg-glp1-third {
	background: #73806C;
	color: #fff;
}

.text-bg-glp1-fourth {
	background: #7478AA;
	color: #fff;
}

.btn-outline-glp1-primary,
.btn-outline-glp1-secondary,
.btn-outline-glp1-third,
.btn-outline-glp1-fourth {
	background: rgba(0,0,0,0.1);
}
.btn-outline-glp1-primary:hover,
.btn-outline-glp1-secondary:hover,
.btn-outline-glp1-third:hover,
.btn-outline-glp1-fourth:hover {
	background: rgba(0,0,0,0.2);
}

.btn-glp1-primary {
	background: rgba(88, 100, 255, 1);
	color: #fff;
}
.btn-glp1-primary:hover {
	background: rgba(88, 100, 255, 0.9);
	color: #fff;
}

.app-sidebar {
	background: #464866 !important;
}