body {
	background-color: #f9f9fa;
}

.padding {
	padding: 3rem !important;
}

.user-card-full {
	overflow: hidden;
}

.card {
	border-radius: 5px;
	/* -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08); */
	border: none;
	margin-bottom: 30px;
}

.m-r-0 {
	margin-right: 0px;
}

.m-l-0 {
	margin-left: 0px;
}

.user-card-full .user-profile {
	border-radius: 5px 0 0 5px;
}

.bg-c-lite-green {
	background: -webkit-gradient(linear, left top, right top, from(#f29263), to(#ee5a6f));
	background: linear-gradient(to right, #ee5a6f, #f29263);
}

.user-profile {
	padding: 20px 0;
}

.card-block {
	padding: 1.25rem;
}

.m-b-25 {
	margin-bottom: 25px;
}

.img-radius {
	border-radius: 5px;
}

h6 {
	font-size: 14px;
}

.card .card-block p {
	line-height: 25px;
}

@media only screen and (min-width: 1400px) {
	p {
		font-size: 14px;
	}
}

.card-block {
	padding: 1.25rem;
}

.b-b-default {
	border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
	margin-bottom: 20px;
}

.p-b-5 {
	padding-bottom: 5px !important;
}

.card .card-block p {
	line-height: 25px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.b-b-default {
	border-bottom: 1px solid #e0e0e0;
}

.f-w-600 {
	font-weight: 600;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-t-40 {
	margin-top: 20px;
}

.p-b-5 {
	padding-bottom: 5px !important;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-t-40 {
	margin-top: 20px;
}

.user-card-full .social-link li {
	display: inline-block;
}

.user-card-full .social-link li a {
	font-size: 20px;
	margin: 0 10px 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.notification-box-shadow {
	box-shadow: 2px 2px 6px 2px rgba(105, 105, 105, 0.76);
	-webkit-box-shadow: 2px 2px 6px 2px rgba(105, 105, 105, 0.76);
	-moz-box-shadow: 2px 2px 6px 2px rgba(105, 105, 105, 0.76);
}

.popover-body-style {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.notification-el {
	width: 95%;
	margin-bottom: 5px;
	padding: 5px;
	cursor: pointer;
	border-radius: 6px;
}

.notification-el:hover {
	background-color: #cfcfcf !important;
}

.dark-mode .notification-el:hover {
	background-color: #595c61 !important;
}

.notification-el:active {
	background-color: #b1aeae !important;
}

.dark-mode .notification-el:active {
	background-color: #7b7d81 !important;
}

.notification-see-all-btn {
	cursor: pointer;
	text-align: right;
	margin-bottom: 6px;
	margin-top: 6px;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.notification-see-all-txt {
	color: rgb(0, 105, 218);
	font-weight: 500;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	border-radius: 6px;
}

.notification-see-all-txt:hover {
	background-color: rgba(158, 158, 158, 0.1) !important;
	padding-bottom: 5px !important;
}

.notification-see-all-txt:active {
	background-color: rgba(158, 158, 158, 0.5) !important;
	padding-bottom: 5px !important;
}

.notification-set-as-read-btn {
	cursor: default;
	width: 30px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10;
	margin-left: 5;
}
.notification-set-as-read-icon {
	color: #0260fa;
}
.notification-set-as-read-btn:hover .notification-set-as-read-icon {
	color: #023b96;
}
.notification-set-as-read-btn:active .notification-set-as-read-icon {
	color: #02255e;
}

::-webkit-scrollbar {
	width: 10px !important;
	height: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #b6b4b4 !important;
	border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #949393 !important;
}
