@font-face {
	font-family: "Poppins";
	src: local("Poppins Bold"), local("Poppins-Bold"), url("fonts/Poppins-Bold.woff") format("woff"), url("fonts/Poppins-Bold.ttf") format("truetype"), url("fonts/Poppins-Bold.svg") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: local("Poppins Regular"), local("Poppins-Regular"), url("fonts/Poppins-Regular.woff") format("woff"), url("fonts/Poppins-Regular.ttf") format("truetype"), url("fonts/Poppins-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("fonts/Poppins-SemiBold.woff") format("woff"), url("fonts/Poppins-SemiBold.ttf") format("truetype"), url("fonts/Poppins-SemiBold.svg") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: local("Poppins Medium"), local("Poppins-Medium"), url("fonts/Poppins-Medium.woff") format("woff"), url("fonts/Poppins-Medium.ttf") format("truetype"), url("fonts/Poppins-Medium.svg") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--bs-font-sans-serif: "Poppins";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-primary-rgb: 75,92,117;
}

.btn-primary {
	--bs-btn-bg: #4b5c75;
	--bs-btn-border-color: none;
	--bs-btn-hover-bg: #7288a8;
	--bs-btn-hover-border-color: none;
	--bs-border-color: #e6e6e6;
}

body {
	color: #777;	
	background: #f9f9f9;
	font-size: 12px;
	line-height: 21px;
}

.form-control {
	padding: .575rem .75rem;
	font-size: 0.8rem;
}

strong {
	font-weight: 600;
}

a, .nav-link {
	color: #4b5c75;
}

h1,h2,h3,h4,h5 {
	color: #4b5c75;
}

a:hover {
	color: #7288a8;
}

.margin-reset {
	margin: 0!important;	
}

.dropdown-menu {
	font-size: 12px;
}

.dropdown-toggle::after {
	display: none;
}

nav.navbar {
	border-bottom: 1px solid #e6e6e6;
}

nav.navbar .badge {
	right: 2px;
}

nav.navbar .dropdown-menu {
	font-size: 12px;
}

nav.navbar .nav-item {
	position: relative;
}

nav.navbar .nav-item.active a {
	color: rgba(0, 0, 0, 0.8);
	font-weight: 600;
}

#navbarLinks {
	padding-right: 30px;
}

.content-wrap {
	padding: 40px;	
	margin-top: 120px;
}

.page-register .content-wrap {
	margin-top: 60px;
}

.chat-body .content-wrap {
	border-radius: 0;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: none;
	padding: 0;	
}

#form-wrapper {
	border: 1px solid #e6e6e6;	
	width: 350px;
	padding: 32px;
	margin: 0 auto;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.03);
}

#form-wrapper .btn {
	margin-top: 25px!important;
	margin: 0 auto;
	display: block;	
}

.main-menu {
	margin-top: 20px;
	margin-bottom: 20px;
}

.main-menu a {
	text-decoration: none;
}

.menu {
	list-style: none;
}

.menu li {
	display: inline-block;
	padding: 0 10px;
}

.menu li a {
	text-decoration: none;
}

.menu li:first-child {
	padding-left: 0;
}

.menu li:last-child {
	padding-right: 0;
}

.friend-item .list-name {
	padding-left: 10px;
}

.friend-item img {
	border-radius: 50%;
	width: 65px;
	height: 65px;
	object-fit: cover;
}

#profilePicture {
	border-radius: 50%;
	object-fit: cover;
}

.blocked-friend {
	background: #f2f2f2;
}

.spinner-border {
	display: none;
	margin: 0 auto;
	margin-top: 20px;
}

.add-friend,
.remove-friend,
.unblock-friend,
.cancel-request,
.allow-request,
#save-profile,
#save-password,
#save-cover-photo,
.block-friend {
	position: relative;
}

.remove-friend {
	color: red;
}

.button_spinner {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 30%;
	left: 40%;
	transform: translate(-50%, -50%);
	border: 4px solid transparent;
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: button-loading-spinner 1s ease infinite;
	display: none;
}

#dropdownMenuButton {
	background: none;
	border: none;
	color: #000;
}

.account-profile .user-profile {
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    text-align: center;
}

.account-profile .user-profile .user-avatar {
    margin: 0 0 1rem 0;
}

.account-profile .user-profile .user-avatar img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.account-profile .user-profile h5.user-name {
    margin: 0 0 0.5rem 0;
}

.account-profile .user-profile h6.user-email {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #9fa8b9;
}

.account-profile .about {
    margin: 2rem 0 0 0;
    text-align: center;
}

.account-profile .about h5 {
    margin: 0 0 15px 0;
}

.account-profile .about p {
    font-size: 0.825rem;
}

.profile-avatar-img {
	width: 125px;
	height: 125px;
	object-fit: cover;
	position: relative;
	top: -60px;
	left: 30px;
	border: 5px solid #fff;
}

.profile-data {
	position: relative;
	top: -40px;
	padding-left: 30px;
	padding-right: 30px;
}

.profile-cover-photo {
	margin-top: 82px;
}

.profile-section-about-wrapper {
	height: 100%;
}

.profile-section-about {
	background: #fff;
	height: 100%;
	padding: 30px;
}

#main-profile .card {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}

#user-list .dropdown {
	text-align: right;
}

.cover-photo {
	margin-top: 82px;
}

.cover-photo img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

em-emoji-picker {
	position: absolute;
	bottom: 2vh;
	left: 2vw;
}


@keyframes button-loading-spinner {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}