@font-face {
	font-family: Pbold;
	src: url("/assets/fonts/poppins/Poppins-Bold.ttf");
}

@font-face {
	font-family: Pmeduim;
	src: url("/assets/fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
	font-family: Preguler;
	src: url("/assets/fonts/poppins/Poppins-Regular.ttf");
}

:root {
	--prim-color: #611754;
	--icon-color: #920079;
	--Hlite-color: #ff67ae;
	--action-btn: #373737;
	--submit-color: #e40e72;
	--fill-input: #f5f5f5;
	--border-inputs: 8px;
	--Bold-font: Pbold;
	--Meduim-font: Pmeduim;
	--Reguler-font: Preguler;
}

* {
	padding: 0;
	margin: 0;
	font-family: Preguler;
	font-size: 14px;
}

html {
	scroll-behavior: smooth;
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 1000px;
	}
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

.select2-selection {
	height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px !important;
}

/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.loading-spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-block: 20px;
}

.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #333; /* Change the color as needed */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* width */

.sticky {
	position: fixed;
	z-index: 99;
	display: none;
	box-shadow: 0 5px 18px -14px #000;
	top: 7rem;
}

.text-blue {
	color: #3b5998 !important;
}

p.recordp>a>img {
	border-radius: 100% !important;
}

.slick-arrow {
	background-color: #601d54 !important;
}

.tooltip {
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.tooltip .tooltiptext {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	width: 120px;
	top: 100%;
	left: 50%;
	margin-left: -60px;
	font-size: 12px;
}

.langselect {
	background: #601d54;
	color: white;
	border: none;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.swapcommanbtn {
	font-size: 13px;
	padding-left: 1rem;
	padding-right: 1rem;
	border: 1px solid var(--submit-color);
	width: 10rem;
	margin-right: 0.5rem;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	transition: all 0.3s;
}

.swapcommanbtn:hover {
	color: #fff;
	border: 1px solid var(--submit-color);
}

.final_fot {
	/*background-color: #292528;*/
	background-image: url(/assets/images/design/footer_bg.png);
	-webkit-box-shadow: 0px -3px 13px 1px rgba(97, 97, 97, 0.36);
	box-shadow: 0px -3px 13px 1px rgba(97, 97, 97, 0.36);
	margin-top: 1px;
	padding-bottom: 0.5rem;
}

.swapbtnrow {
	margin: 1rem 0 0 0 !important;
	display: flex;
	align-items: center;
}

.swapbtnrow span {
	padding: 0.4rem 1rem;
	border-radius: var(--border-inputs);
	margin-left: auto;
}

.swapbtnrow .accept-status {
	background-color: #00bf9f33 !important;
	color: #00bfa0 !important;
}

.swapbtnrow .reject-status {
	background-color: #ff383836 !important;
	color: #ff3838 !important;
}

.swapbtnrow button,
.swapbtnrow a {
	font-size: 12px !important;
}

.swapbtnrow a,
.swapbtnrow .archiveRelation {
	background-color: transparent !important;
	color: #35363a !important;
	text-decoration: none;
	/*border: 1px solid #35363a !important;*/
}

.font12 {
	font-size: 12px;
}

.uploadtext {
	font-weight: bold;
	color: #545b62;
	font-size: 13px;
}

.addeventmodalwidth {
	max-width: 670px;
}

ul.conull {
	list-style: none;
}

ul.conull>li {
	display: inline-block;
	padding: 1rem;
}

ul.conull>li>a {
	color: white;
}

.eventformdivbody {
	overflow: hidden;
	height: 400px;
	overflow-y: scroll;
}

.eventcover {
	height: 180px;
	background-image: url(/assets/images/cover.jpg);
	background-size: cover;
}

/* Track */

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #601d54;
	border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #611754;
}

body {
	background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Pbold;
}

/*bootstrap4 colors classes*/

.bg-primary {
	background-color: #601d54 !important;
	border: none;
}

.badge-primary {
	background-color: #601d54 !important;
}

.bg-light {
	background-color: #ffffff !important;
}

.bg-wide {
	width: 100%;
	height: 100%;
}

.btn-primary {
	background-color: #e40e72 !important;
	border: none;
}

.text-primary {
	color: #601d54 !important;
}

.text-dark {
	color: #202020 !important;
}

.text-success {
	color: #00bfa0 !important;
}

.bg-success {
	background-color: #00bfa0 !important;
	border: none;
}

.btn-success {
	background-color: #00bfa0;
	border: none;
}

.btn-success:hover {
	background-color: #00bfa0;
	border: none;
}

.btn-success:focus {
	background-color: #00bfa0;
	border: none;
}

.btn-success:active {
	background-color: #00bfa0 !important;
	border: none;
}

.bg-warning {
	background-color: #ff9707 !important;
	border: none;
}

.btn-warning {
	background-color: var(--submit-color) !important;
	border: none;
	color: #fff;
	padding: 0.6rem;
}

.btn-warning:focus {
	background-color: var(--submit-color) !important;
	border: none;
}

.print-btn {}

.print-btn {
	background-color: var(--submit-color) !important;
	border: 1px solid var(--submit-color) !important;
	color: #fff;
}

.btn-warning:hover {
	background-color: var(--submit-color) !important;
	border: none;
}

.btn-warning:active {
	background-color: var(--submit-color) !important;
	border: none;
}

.text-warning {
	color: #ff9707 !important;
}

/*bootstrap4 colors classes end*/

.loginBg {
	height: 100vh;
	/*background-image: url(/assets/images/loginbg.png);*/
	background-size: cover;
}

#postimgfile {
	display: none;
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 0.7rem;
	overflow: hidden;
	font-size: 0.6rem;
	background-color: #f5f5f5;
	border-radius: 0.25rem;
}

.progress-bar {
	background-color: #601d54;
}

video:focus {
	outline: none;
}

.emojionearea,
.emojionearea.form-control {
	border: 2px dashed rgb(182, 182, 182) !important;
	box-shadow: none !important;
	color: #495057 !important;
}

.emojionearea .emojionearea-editor {
	font-size: 1rem !important;
	min-height: 6em !important;
}

.loginForm {
	height: 100vh;
}

.formdiv {
	background-color: white;
	border-radius: 20px;
}

.formBorder {
	border: 1px solid #d3d3d3;
	border-radius: 20px;
	padding: 20px 30px;
}

.loginImage {
	/*background-size: cover;
    background-position: center;*/
	height: 100vh;
}

.imageHome {
	display: block;
	margin: auto;

	/*height: auto;*/
	max-height: 100vh;

	width: auto;
	max-width: 100%;
}

button:focus {
	outline: none;
}

.loginLogo {
	max-width: 180px;
}

.LoginbtnSignup {
	background-color: white;
	font-size: 17px;
	font-weight: bold;
	border-radius: 50px;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

.loginbtn {
	font-size: 17px;
	font-weight: bold;
	border-radius: 15px;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	background-color: #920079;
	color: #ffffff;
}

.forgot-text {
	color: #ff4747;
	font-size: 14px;
}

.corsbtn {
	font-size: 17px;
	font-weight: bold;
	border-radius: var(--border-inputs);
	margin-top: 1rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	-webkit-border-radius: var(--border-inputs);
	-moz-border-radius: var(--border-inputs);
	-ms-border-radius: var(--border-inputs);
	-o-border-radius: var(--border-inputs);
}

.loginRightContentDiv {
	margin-top: 6rem;
}

.commentslist {
	width: 100%;
}

.for_bg {
	height: 100vh;
	background-image: url(/assets/icons_img/bak.png);
	background-size: cover;
}

.foroforimg {
	max-width: 26rem;
	margin-top: 5rem;
}

.show-read-more .more-text {
	display: none;
}

#followindata,
#followersdata,
#relationshiplist,
.commentschatbox {
	max-height: 40rem;
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1rem;
}

/* edit */

#relationshiplist>.row:nth-child(even) {
	background-color: rgb(238, 238, 238);
	border-radius: var(--border-inputs);
}

#relationshiplist>.row:last-child {
	padding-bottom: 0.4rem !important;
}

.list-reletion>.row {
	background-color: #fff !important;
}

#relationshiplist>.row {
	padding: 0.8rem 1rem !important;
	width: 100%;
	margin: auto;
}

#relationshiplist>.row .text-gray {
	font-size: 11px !important;
}

.planhead {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.planarrowbtn {
	position: absolute;
	font-size: 20px;
	top: 0;
	margin-top: 3.7rem;
}

.linee {
	margin-top: 4px;
	height: 0.005rem;
	background: #adb5bd;
	width: 100px;
	margin-left: 5rem;
}

.planfeatureslist {
	font-size: 13px;
	color: #6c757d;
}

.br10 {
	border-radius: 15px;
}

.statusbtn {
	margin-left: -1rem;
	font-size: 9px;
	margin-top: 1.8rem;
}

#registerForm .form-group {
	margin-top: 1rem;
}

.inputfield {
	height: 50px;
	font-size: 14px;
	border-radius: 10px;
	border: 0.04rem solid #ababab;
}

.inputLogin {
	height: 3.4rem;
	font-size: 14px;
	border-radius: 20px;
	border: 0.04rem solid #f5f5f5;
	background-color: #f5f5f5;
	padding: 0px 30px;
}

.iconLogin {
	padding: 20px 10px;
	min-width: 40px;
	color: #5f5f5f;
}

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#emailverifybtn {
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: -0.4rem;
	float: right;
	border-radius: 50px;
}

.crossbtn {
	margin-right: 2rem;
}

#envelopbtn {
	padding: 2px 8px !important;
}

.linerow {
	border-bottom: 1px solid #cdcdcd;
}

.corwfield {
	font-size: 14px;
	border-radius: 50px;
	border: 0.04rem solid #601d54;
	padding-top: 0.7rem;
	cursor: pointer;
	height: 45px;
}

.formDiv2,
.formDiv3 {
	display: none;
}

p.rememberp {
	font-size: 12px;
}

.topheader {
	background-color: #ffffff;
	background-image: url(/assets/images/design/header.png);
	position: fixed;
	z-index: 150;
	width: 100%;
	-webkit-box-shadow: 1px 7px 16px 0px rgba(97, 97, 97, 0.36);
	box-shadow: 1px 7px 16px 0px rgba(97, 97, 97, 0.36);
}

.div_lang {
	position: fixed;
	top: -4px;
	right: 11px;
}

.div_linkin {
	position: fixed;
	top: 3rem;
	right: 4rem;
	box-shadow: 0 5px 21px -9px #000;
	background: #fff;
	border: 1px solid rgba(97, 97, 97, 0.36);
	cursor: pointer;
	border-radius: 8px;
}

.overlay {
	display: none;
}

.div_linkin:hover img {
	display: none;
	height: 0px;
}

.div_linkin:hover .overlay {
	display: block;
	padding: 5px;
}

.title_footer {
	text-align: left;
	color: #292929;
	font-weight: normal;
}

.list_footer {
	text-align: left;
	font-size: 12px;
	list-style-type: none;
}

.list_footer>li {
	padding-bottom: 10px;
	padding-top: 10px;
}

a.footer_link {
	color: #5e5e5e;
	text-decoration: none;
}

.list_sociaux {
	display: table-row;
	list-style-type: none;
}

.list_sociaux>li {
	display: table-cell;
	padding-right: 10px;
	padding-top: 10px;
}

.copyright_txt {
	font-size: 12px;
}

.btn_lang {
	/*border:1px solid #b2b2b2;*/
	color: #b2b2b2;
	font-size: 12px;
}

.back-app {
	background-color: #920079;
	color: #ffffff;
}

.color-app {
	color: #920079;
}

.btn-app {
	border: 1px solid #b2b2b2;
	background-color: #920079;
	color: #ffffff;
	padding: 10px 20px;
	height: 45px;
	margin: 20px;
}

.btn-login {
	border: none;
	background-color: transparent;
	color: #000000;
	padding: 10px 10px;
	height: 50px;
}

.div_login {
	display: flex;
	justify-content: flex-end;
}

.input-icons i {
	position: absolute;
}

.input-icons {
	width: 100%;
	margin-bottom: 10px;
}

.icon {
	padding: 20px 10px;
	min-width: 40px;
	color: #611754;
}

.searchinput {
	border: 1px solid #611754;
	height: 3.4rem;
	width: 100%;
	padding: 0px 30px;
}

.searchinput::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #611754;
	opacity: 1;
	/* Firefox */
}

.searchinput:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #611754;
}

.searchinput::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #611754;
}

ul.nav-tabs {
	list-style: none;
	justify-content: center;
	align-items: center;
	border: none !important;
}

ul.nav-tabs>li {
	display: inline-block;
}

ul.nav-tabs>li>a {
	text-decoration: none;
	color: #1d2124;
	border: none !important;
	background-color: transparent !important;
}

ul.nav-tabs>li>a:hover,
ul.nav-tabs>li>a:focus {
	border: none !important;
	margin: 0;
}

ul.nav-tabs>li>a.active {
	border: none;
	text-decoration: none;
	color: var(--icon-color) !important;
	font-weight: bold;
	border-bottom: 3px solid var(--icon-color) !important;
	padding-bottom: 9px;
}

.back-primary {
	color: #ffffff;
	background-color: #601d54;
	padding: 2px 4px;
	border-radius: 2px;
}

.spacer {
	padding-top: 5.7rem;
}

.skeyinput {
	height: 3.4rem;
	border: none;
}

.searchicondiv {
	border: none;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}

.catdiv {
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}

.searchdivv {
	margin-top: 0.2rem;
}

.searchdivv .input-group {
	border-radius: var(--border-inputs) !important;
}

li.ali {
	cursor: pointer;
	display: inline-block;
}

ul.aul {
	font-size: 13px;
	display: flex;
	justify-content: center;
	column-gap: 1rem;
	list-style: none;
	margin-bottom: 0px;
	margin-top: 0.4rem;
}

ul.aul>li>a.alink {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0.5rem;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.aul>li>a.alink:hover {
	color: var(--icon-color);
}

ul.aul>li i {
	font-size: 1.3rem;
}

.navbadge {
	position: absolute;
	top: 0;
	margin-left: -1.5rem;
}

.img-circle {
	border-radius: 100%;
	border: 1px solid #ff67ae;
}

.commansmallbtn {
	font-size: 11px;
	padding: 3px;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 10px;
}

.highlightDiv {
	background-color: rgba(40, 167, 69, 0.23);
}

.highlightspan {
	color: rgb(0, 0, 0) !important;
	font-weight: bold;
}

.notificationbox {
	overflow-x: hidden;
	background-color: #ffffff;
	width: 300px;
	max-height: 31rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: absolute;
	right: 0;
	margin-right: -4.5rem;
	margin-top: 0.5rem;
	display: none;
	z-index: 9999;
	overflow-y: scroll;
	padding: 10px 20px 10px 5px;
	top: 4rem;
}

.dblock {
	display: block !important;
}

.uparrowimg {
	margin-top: -1.4rem;
	position: absolute;
}

.nheading {
	font-size: 22px;
}

.nheading i {
	font-size: 20px;
	padding: 0.8rem;
	background-color: var(--prim-color);
	color: #fff;
	border-radius: var(--border-inputs);
}

.notificatonheading {
	/* border-bottom: 1px solid #737373; */
}

.relationrow {
	box-shadow: 0 5px 18px -14px #000;
	width: 100%;
	align-items: center;
	background: #fff;
	padding: 0.8rem;
	border-radius: var(--border-inputs) !important;
	margin: 1rem auto 0 auto !important;
	-webkit-border-radius: var(--border-inputs) !important;
	-moz-border-radius: var(--border-inputs) !important;
	-ms-border-radius: var(--border-inputs) !important;
	-o-border-radius: var(--border-inputs) !important;
}

.followersrow,
.followingrow {
	border-bottom: 1px solid var(--fill-input);
}

.padding-non {
	padding-right: 0 !important;
}

.followingrow .col-3 {
	text-align: end;
	padding: 0 !important;
}

.followersrow .nimg,
.followingrow .nimg,
.emprow .nimg {
	width: 3rem !important;
	height: 3rem !important;
}

.daf-input {
	margin-left: 3.4rem !important;
}

.rec-name span,
.rec-name span a {
	font-size: 0.8rem !important;
}

.rec-img {
	width: 4rem !important;
	height: 4rem !important;
	border-radius: 50%;
}

.sm-txt {
	font-size: 0.85rem;
}

.daf-input input {
	width: 90% !important;
}

.followersrow .media .media-body p:last-child,
.followingrow .media .media-body p:last-child,
.emprow .media .media-body p:last-child {
	display: none;
}

.media-body h5 {
	display: flex;
	align-items: center;
}

.media-body h5 button:first-child {
	margin-left: auto;
}

#expRow .useredrow,
#exp .useredrow,
#lang .useredrow {
	max-width: 49.3%;
	flex: 0 0 49.3%;
}

.black-check {
	color: #000 !important;
}

.red-check {
	color: rgb(255, 0, 0) !important;
}

.revertbtn {
	position: absolute;
	top: 48px;
	right: 19px;
	background-color: #dddddd !important;
	color: #000 !important;
	width: 25%;
	padding: 0.5rem;
}

.revertbtn:hover {
	background-color: #b8b8b8 !important;
	color: #000 !important;
}

.followersrow .media .media-body p:nth-child(2) {
	position: absolute;
	right: -75px;
	top: 6px;
}

.followingrow .media .media-body p:nth-child(2) {
	position: absolute;
	right: -28px;
	top: 6px;
}

.followingrow .media .media-body p:nth-child(3),
.followersrow .media .media-body p:nth-child(3) {
	margin-top: -6px !important;
	margin-bottom: -4px !important;
}

.followingrow .media .media-body.pt-2,
.followersrow .media .media-body.pt-2 {
	padding-top: 0 !important;
}

.followersrow .media .media-body p span.text-blue i,
.followingrow .media .media-body p span.text-blue i,
.emprow .media .media-body p span.text-blue i,
.relationrow .media .media-body p i {
	color: #3b5998 !important;
	background-color: transparent !important;
}

.followersrow .media .media-body p.text-gray img,
.followingrow .media .media-body p.text-gray img {
	margin: 0 6px;
}

.emprow .media .media-body .ago {
	font-size: 11px !important;
}

.followersrow .media,
.followingrow .media {
	align-items: start !important;
}

.followersrow .media-body,
.followingrow .media-body {
	row-gap: 0 !important;
}

.nimg {
	border-radius: 100%;
	width: 6rem !important;
	height: 6rem !important;
}

.relationrow .nimg {
	width: 4rem !important;
	height: 4rem !important;
}

.relationrow .media-body {
	row-gap: 0 !important;
}

.relationrow .media-body .ago,
.emprow .media-body .ago,
.followersrow .media-body .ago,
.followingrow .media-body .ago {
	column-gap: 0.5rem;
}

.relationrow .media-body .ago i,
.emprow .media-body .ago i,
.followersrow .media-body .ago i,
.followingrow .media-body .ago i {
	width: 1rem !important;
}

p.np {
	font-size: 13px;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#userName {
	display: inline-block;
	width: 30% !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	top: 7px;
}

span.ago {
	font-size: 12px;
}

p.ago {
	margin-top: -0.3rem;
}

.nloopitem {
	cursor: pointer;
	border-bottom: 1px solid #b8b4b42d;
	padding-bottom: 9px;
}

.seealldiv>p {
	font-size: 12px;
	font-weight: bold;
}

.sidebaruserimg {
	border-radius: 100%;
}

.postitionheading {
	font-size: 13px;
	color: gray;
}

.postitionheading-icon i {
	display: inline;
	background-color: transparent !important;
	color: var(--icon-color) !important;
}

#favdata .favrow .nimg {
	width: 4.5rem !important;
	height: 4.5rem !important;
}

.pro-postitionheading {
	display: flex;
	align-items: center;
	column-gap: 0.5rem;
	margin-bottom: 5px;
}

.pro-postitionheading i {
	color: var(--icon-color);
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.usersidebarparea {
	border-bottom: 1px solid #b7b7b7;
}

ul.linksonhome {
	list-style: none;
}

ul.linksonhome>li {
	font-weight: bold;
}

ul.linksonhome>li>a {
	text-decoration: none;
	display: grid;
	grid-template-columns: 10% 80% 10%;
	column-gap: 10px;
}

.fposition {
	font-size: 11px;
	color: #948c8c;
}

/* .font14 {
	font-size: 14px;
} */

.font13 {
	font-size: 13px;
}

.br6 {
	border-radius: 6px;
}

.tlogo {
	border-radius: 100%;
}

.writearea {
	border-radius: 50px;
	resize: none;
	border: 1px dashed grey;
	background-color: #f5f5f5 !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.wirtecommentinput {
	border-radius: var(--border-inputs) !important;
	resize: none;
	height: 50px !important;
	background-color: var(--fill-input);
}

.wirtecommentinput:focus {
	background-color: var(--fill-input) !important;
}

/* editeting */
.writecommentdiv {
	border-top: 1px solid var(--fill-input);
	height: 50px;
	border-radius: var(--border-inputs) !important;
}

.writecommentdiv textarea {
	padding-top: 1rem;
}

.writearea:focus {
	box-shadow: 0 0 0 0.2rem rgb(245 245 245);
}

.editpost,
.delpostbtn {
	font-size: 1.5rem;
	color: red;
}

ul.acbtnul {
	list-style: none;
	display: inline-flex;
	padding-left: 0px;
}

.menues {
	padding: 1.5rem 0.8rem;
	border-radius: var(--border-inputs);
	position: sticky;
	top: 7rem;
}

/* editeting */
.sidebarmenus {
	position: relative;
	top: 0rem;
	border-radius: var(--border-inputs) !important;
	margin-left: auto;
}

.recents {
	border-radius: var(--border-inputs) !important;
	margin-left: auto;
}

.commenbtn {
	border: none;
	background: none !important;
	text-decoration: none !important;
	cursor: pointer;
}

.commenbtn span {
	background-color: var(--submit-color);
	padding: 0.5rem 1.5rem;
	color: #fff;
	border-radius: var(--border-inputs);
}

.postbtn {
	border-radius: var(--border-inputs);
	float: right;
}

.font-14 {
	font-size: 14px;
}

/*  editeting */
.likesrow {
	/* padding-top: 1.7rem !important; */
	cursor: pointer;
	border-top: 1px solid var(--fill-input);
	width: 85%;
	margin-right: auto;
}

.likesrow div {
	text-align: center;
	flex: 0 0 33% !important;
	max-width: 33% !important;
}

.postdivv {
	box-shadow: 0 5px 18px -14px #000;
}

.postdivv .media .media-body {
	display: flex;
	flex-direction: column;
	row-gap: 0 !important;
}

.postdivv .img-fluid {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: var(--border-inputs);
}

div.w-50 {
	width: 100% !important;
	margin-top: 3rem !important;
}

.cinputt {
	height: 45px;
}

.cinputt {
	border-radius: 50px;
	border-radius: 50px;
	border: none;
}

.delcommentbtn {
	float: right;
}

#postimg {
	margin-top: -0.3rem;
}

.writecomicons {
	border: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0 !important;
}

.cago {
	float: right;
}

.canduserrow {
	background-color: white;
	border-radius: 8px;
}

/* .font-13 {
	font-size: 13px;
} */

.text-gray {
	color: gray;
}

.allcomentsbtn {
	cursor: pointer;
}

.loadmorecombtn,
.commansmallbtn {
	font-size: 11px;
	padding: 0.5rem 1rem;
	border-radius: var(--border-inputs);
}

#totalemployees {
	background-color: var(--Hlite-color) !important;
	font-family: var(--Bold-font) !important;
	color: #fff !important;
	padding: 3px 6px;
	border-radius: 3px;
}

.employees {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.employees .emprow {
	align-items: center !important;
	border-bottom: 1px solid rgb(236 236 236);
	padding: 1rem;
	width: 50.5%;
	background-color: #fff;
	box-shadow: 0 5px 18px -14px #000;
	border-radius: var(--border-inputs);
}

.tab-pane {
	padding: 0;
}

.employees .emprow .media-body {
	row-gap: 0 !important;
}

.employees .emprow .media-body p.mt-1 {
	margin-top: -5px !important;
}

#employees .emprow .btn-danger {
	background-color: #e83d49 !important;
	color: #fff !important;
	border: none !important;
	font-size: 11px;
}

#employee .title-card,
#handshk .title-card {
	background-color: #fff;
	padding: 1rem;
	border-radius: var(--border-inputs);
}

.userpbg {
	height: 300px;
	background-color: #0b0d1b;
	background-size: cover;
	border-radius: 20px;
}

.uploadcover {
	/* width: 40px; */
	height: 40px;
	font-size: 21px;
	border: none;
	border-radius: var(--border-inputs);
	padding: 0.5rem 0.8rem !important;
	background-color: #ffffff;
	color: #000000;
	bottom: 1.5rem;
	right: 0;
	font-size: 12px;
	padding: 0px;
	position: absolute;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.5rem;
}

.deletecover {
	width: 40px;
	height: 40px;
	font-size: 21px;
	border: none;
	border-radius: 50%;
	background-color: #e40e72;
	color: #ffffff;
	bottom: 5px;
	padding: 0px;
	right: 50px;
	position: absolute;
	text-align: center;
}

.button_cover {
	height: 100%;
	position: relative;
	width: 100%;
}

.spaces {
	margin-top: 4.4rem;
}

#chooseventdpbtn {
	margin-right: -12px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: -8px;
}

.font20 {
	font-size: 20px;
}

ul.socialul {
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.5rem;
	column-gap: 1rem;
}

.card-body h4 {
	border-top: 2px solid var(--fill-input);
	padding-top: 1rem;
	text-align: center;
	margin-top: 2rem;
}

ul.socialul>li {
	display: inline-block;
}

ul.socialul>li a {
	color: #fff !important;
}

ul.socialul>li a i {
	border: 1px solid var(--action-btn) !important;
	color: var(--action-btn) !important;
	padding: 0.8rem;
	font-size: 1.2rem;
	border-radius: var(--border-inputs);
}

.emheight2 {
	height: 2.2em;
}

.chooseimgdiv {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 8rem;
	margin-left: 2rem;
}

.uploaddpro {
	width: 35px;
	height: 35px;
	font-size: 19px;
	border: none;
	border-radius: 50%;
	background-color: var(--Hlite-color);
	color: white;
	right: 0;
	bottom: 0;
	position: absolute;
	margin-bottom: 2rem;
	text-align: center;
}

.uploaddpProfile {
	width: 35px;
	height: 35px;
	font-size: 19px;
	border: none;
	border-radius: 50%;
	background-color: #e40e72;
	color: white;
	left: 0;
	bottom: 0;
	position: absolute;
	margin-bottom: 2rem;
	text-align: center;
}

.div_profile {
	position: relative;
	z-index: 99;
}

.pimgdiv {
	position: absolute;
	width: 14rem;
	height: 14rem;
	background-color: #e2dede;
	border-radius: 100%;
	/* top: 0; */
	margin-top: -3rem;
	border: 3px solid #fff;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
	box-shadow: 0 10px 15px -15px #000;
}

.br100 {
	border-radius: 100%;
}

.profileimgonprofilepage {
	/*margin-left: 0.3rem;
    margin-top: 0.3rem;*/
	width: 100%;
	height: 100%;
}

ul.menuonprofilepage {
	list-style: none;
	padding-left: 0px;
	color: #202020;
	font-size: 17px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background: #fff;
	border-radius: 8px;
	width: 5rem;
	text-align: center;
	position: absolute;
	top: 2.2rem;
	left: -75px;
}

ul.menuonprofilepage>li {
	padding: 9px 1rem !important;
	border-radius: var(--border-inputs);
	transition: all 0.3s;
	border: 1px solid transparent;
}

ul.menuonprofilepage>li:hover {
	background-color: #92007a1c;
	cursor: pointer;
}

ul.menuonprofilepage>li:hover ul.menuonprofilepage>li>a {
	color: var(--icon-color);
}

ul.menuonprofilepage>li>a {
	text-decoration: none;
	transition: all 0.3s;
}

ul.menuonprofilepage>li>a i {
	font-size: 18px;
}

ul.menuonprofilepage>li.active>a i {
	color: white !important;
}

ul.menuonprofilepage>li.active>a svg path {
	fill: white;
}

ul.menuonprofilepage>li.active>a svg circle {
	fill: white;
}

ul.menuonprofilepage>li.active>a .followers-icon circle {
	fill: #000;
}

ul.menuonprofilepage>li.active>a .followers-icon g g path {
	fill: #000;
}

ul.menuonprofilepage>li.active {
	background-color: var(--icon-color);
	color: #fff !important;
}

.editprofilebtn {
	border-radius: 10px;
	background-color: #ffffff;
}

.cancelhandshakbtn {
	border-radius: 4px;
}

.dlist {
	background: none;
	border-radius: 0px;
}

ul.dlist>li {
	background: none;
	border: none;
	border-top: 1px solid #d2cece;
	border-radius: 0px !important;
}

ul.submenmenus {
	flex-wrap: wrap;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	max-width: 100%;
	margin: auto auto auto 0;
}

ul.submenmenus>li>a {
	color: black;
}

ul.submenmenus>li.active>a {
	text-decoration: none;
	color: var(--submit-color);
	font-weight: bold;
	border-bottom: 2px solid var(--submit-color);
	padding-bottom: 8px;
}

.timelinediv>.row {
	width: 66%;
	margin: auto;
}

.timelinediv>.row .col-md-8 {
	margin: auto !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

/*
.timelinediv .row .col-md-8 .row:nth-child(2) .col-8 {
	flex: 0 0 97% !important;
	margin: auto;
	border-radius: var(--border-inputs);
	padding: 1rem;
}
*/
.timelinediv .commenbtn {
	/* background-color: var(--fill-input) !important; */
	padding: 5px;
	border-radius: 5px;
}

.timelinediv .commenbtn i {
	font-size: 1rem;
	background-color: transparent !important;
	color: #611754 !important;
}

.post-timeline {
	width: 100%;
}

.postcontainer {
	width: 75%;
	margin: auto;
}

.postcontainer>.card>.card-body {
	padding: 0 1.5rem 1.5rem 1.5rem !important;
}

#totalFollowers,
#totalFollowing {
	background-color: var(--Hlite-color);
	padding: 3px 5px;
	border-radius: 3px;
	color: #fff !important;
}

#dashboard .col-12 {
	max-width: 74% !important;
	flex: 0 0 74% !important;
	margin: auto;
	padding: 0 0.5rem;
}

#dashboard .nheading {
	text-align: center;
	margin-bottom: 1.5rem;
}

#dashboard .col-12>.card>.card-body {
	padding: 1.5rem !important;
	border-radius: 10px;
	box-shadow: 0 5px 18px -14px #000;
}

#dashboard .col-12>.card>.card-body .row:first-child .col-8 {
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

#dashboard .col-12>.card>.card-body .row:first-child .col-4 {
	max-width: 0% !important;
	flex: 0 0 0% !important;
}

#dashboard .col-12>.card>.card-body div.mt-3 .col-4 .card .card-body {
	background-color: var(--fill-input) !important;
	border-radius: var(--border-inputs);
	display: flex;
	flex-direction: column-reverse;
	row-gap: 0.5rem;
	text-align: center;
}

#dashboard .col-12>.card>.card-body div.mt-3 .col-4 .card .card-body h4,
#dashboard .col-12>.card>.card-body div.mt-3 .col-4 .card .card-body h4 a {
	font-size: 2.5rem;
	color: var(--icon-color);
	margin: 0;
	font-family: var(--Reguler-font) !important;
}

.btn-danger {
	background-color: var(--submit-color) !important;
	border: 1px solid var(--submit-color) !important;
}

.card {
	border: none;
}

.br30 {
	border-radius: 30%;
}

.portfoliocard {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}

.height200 {
	height: 200px;
}

.plusicon {
	font-size: 100px;
	color: #601d54;
}

.addpcardheading {
	border-top: 1px solid black;
}

.ptimebtn {
	font-size: 2rem;
}

.descp {
	max-height: 500px;
	overflow-y: scroll;
}

.plusicon {
	margin-top: 3rem;
}

.br0 {
	border-radius: 0px !important;
}

.height45 {
	height: 45px;
}

.btnfollowd {
	border: 1px solid #b2b2b2;
	background-color: #f3f3f3;
	padding: 2px;
	border-radius: 5px;
}

.addedu {
	display: none;
	background-color: #fff !important;
	margin-top: 1rem;
}

.adeduform {
	background-color: #fff !important;
	border-radius: var(--border-inputs);
	padding: 1rem 0;
}

.addexp {
	display: none;
}

.addskills {
	display: none;
}

.addlangs {
	display: none;
}

.addedubttn {
	cursor: pointer;
}

.addexpbtn {
	cursor: pointer;
}

.addskillbtn {
	cursor: pointer;
}

.editprofilebtn {
	cursor: pointer;
}

.font11 {
	font-size: 11px;
}

.slick-slide img {
	display: initial !important;
}

.slick-slide:focus {
	outline: none !important;
}

.addtofavicon {
	position: absolute;
	right: 0;
}

.font18 {
	font-size: 18px;
}

.font-15 {
	font-size: 15px !important;
}

li.current>a {
	z-index: 1;
	color: #fff;
	background-color: #601d54;
	border-color: #601d54;
}

.page-link {
	color: #38383a;
}

h5.nametitleinsearch {
	font-size: 1.1em;
	margin-bottom: 5px;
}

li.page-item>a {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #38383a;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination {
	display: inline-flex;
}

.dnone {
	text-decoration: none !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	background-color: #601d54 !important;
	border-color: #601d54 !important;
}

.btn-outline-primary:hover {
	background-color: #601d54 !important;
	border-color: #601d54 !important;
}

.btn-outline-primary {
	color: #601d54;
	background-color: transparent;
	background-image: none;
	border-color: #601d54;
}

.usernamee {
	cursor: pointer;
}

.uploadcover_option {
	z-index: 99;
	display: none;
	width: 16rem;
	background-color: #fff;
	position: absolute;
	right: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
	padding: 10px 5px;
}

.uploaddp_option {
	z-index: 99;
	display: none;
	margin-top: -30px;
	margin-left: 150px;
	width: 16rem;
	background-color: #fff;
	position: absolute;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
	padding: 10px 5px;
}

.logoutoption {
	z-index: 99;
	display: none;
	margin-top: 3.8rem;
	top: 1rem;
	width: 19rem;
	background-color: #fff;
	position: absolute;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
	padding: 0px 20px;
}

.list-menu {
	margin: 0px;
}

.list-menu-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background: transparent;
	/*background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);*/
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.list-menu-item:last-child {
	border-bottom: none;
}

.list-menu-item a {
	display: grid;
	grid-template-columns: 80% 20%;
}

.uploaddp_option .list-menu-item a,
.uploadcover_option .list-menu-item a {
	display: grid;
	grid-template-columns: 10% 90%;
}

.uploaddp_option .list-menu-item,
.uploadcover_option .list-menu-item {
	padding-right: 0;
}

a.link_option {
	color: #000000;
	text-decoration: none;
}

.menu_link {
	color: #000000;
}

.menu_link:hover {
	color: #ff67ae;
}

.menu_logout {
	color: #ff3838;
}

.noborder {
	border: none !important;
}

.font-10 {
	font-size: 10px;
}

.chatitem {
	border-top: 1px solid #dee2e6;
}

.chatsearchinput {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.sicon {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

#dpfile {
	display: none;
}

#profile .card {
	border-radius: 10px !important;
}

#profile .card .card-body .row:nth-child(2) {
	row-gap: 1rem !important;
}

#profile .pr-0 {
	padding-right: 1rem !important;
}

#profile label {
	font-family: var(--Reguler-font);
}

#profile p.font13 {
	color: var(--icon-color);
}

.uploadimgbtn {
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#uploadimgbtnCoverUser {
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.disnone {
	display: none;
}

.uploaddp {
	cursor: pointer;
}

.uploadcover {
	cursor: pointer;
}

.chats {
	/* background-color: transparent !important; */
	height: 28.5rem;
	overflow-y: scroll;
}

.messagebox {
	height: 22.3rem;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
}

.bg-gray {
	background-color: #e2e2e2 !important;
}

.usermsg {
	margin-top: 1rem;
	padding: 8px;
	width: fit-content;
	background: #ced4da;
	border-radius: 10px;
	margin-left: 2rem;
	margin-right: 26rem;
}

.toast {
	cursor: pointer;
	width: 300px;
}

#msgtextara {
	margin-top: 3px;
	height: 3.4rem !important;
	border-radius: 50px !important;
}

.mt5 {
	margin-top: 5px;
}

.msgsendbtn {
	margin-top: 5px;
}

.mymsg {
	margin-left: 26rem;
	margin-right: 2rem;
	float: right;
	color: white !important;
	margin-top: 1rem;
	padding: 8px;
	width: fit-content;
	width: -moz-fit-content;
	background: #601d54;
	border-radius: 10px;
}

.msguserpic {
	position: absolute;
	margin-top: -0.9rem;
}

.maintoast {
	position: absolute;
	min-height: 200px;
}

#bio {
	display: none;
}

#bio .card {
	border-radius: var(--border-inputs);
}

#edibiorow {
	display: none;
}

.dsnone {
	display: none;
}

.hiddendata {
	display: none;
}

.hiddendata2 {
	display: none;
}



.bg-radius {
	border-radius: 20px;
}

.badge-notify {
	background-color: #ff67ae;
	color: #ffffff;
}

#employees,
#followindata,
#followersdata,
#relationshiplist,
.commentschatbox {
	max-height: 48rem;
	overflow: auto;
	overflow-x: hidden;
}

.slider {
	display: flex;
	flex-wrap: wrap;
	height: 500px;
	margin-bottom: 12px;
	overflow-y: scroll;
}

/* Front Edit */
.department {
	background-color: #fff;
	padding: 3rem 1rem;
	border-radius: var(--border-inputs);
}

.department table {
	border: none !important;
	margin: 1rem 0 !important;
}

.department table thead tr th {
	border-bottom: 2px solid var(--fill-input) !important;
}

.department table tr td {
	padding: 1rem !important;
}

.department table tr td:first-child {
	border-radius: var(--border-inputs) 0 0 var(--border-inputs);
}

.department table tr td:last-child {
	border-radius: 0 var(--border-inputs) var(--border-inputs) 0;
}

.department .even {
	background-color: var(--fill-input);
}

span.badge {
	color: #fff;
}

.badge {
	padding: 0.8rem 0.5rem;
	width: 1rem !important;
	height: 1rem !important;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.action-btn {
	background-color: var(--action-btn);
	color: #fff;
}

.action-btn:hover {
	background-color: transparent;
	color: var(--action-btn);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background-color: var(--prim-color) !important;
}

.form-group {
	margin-bottom: 0rem;
}

.form-group .form-control {
	/* height: 4rem; */
	/* border: 1px solid var(--fill-input); */
	border-radius: var(--border-inputs) !important;
}

.form-group .select2-search__field {
	outline: none !important;
	background-color: var(--fill-input) !important;
	border: 1px solid grey !important;
}

.notificatonheading {
	background-color: #fff;
	padding: 0.8rem 1rem !important;
	border-radius: var(--border-inputs);
	-webkit-border-radius: var(--border-inputs);
	-moz-border-radius: var(--border-inputs);
	-ms-border-radius: var(--border-inputs);
	-o-border-radius: var(--border-inputs);
}

.nheading .single-bg {
	background-color: transparent;
	font-size: 20px;
	padding: 0.8rem;
	color: grey;
}

.delfollowingbtn,
.followcommanbtn,
.dofollowbtn {
	font-size: 11px;
	margin-right: 6px;
	background-color: transparent !important;
	color: var(--prim-color) !important;
	border: 1px solid var(--prim-color) !important;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-ms-border-radius: 50px !important;
	-o-border-radius: 50px !important;
}

.delfollowingbtn:hover,
.followcommanbtn:hover,
.dofollowbtn:hover {
	margin-right: 6px;
	background-color: #61175336 !important;
	color: var(--prim-color) !important;
	border: 1px solid var(--prim-color) !important;
}

/* #companydata .notificatonheading .nheading::first-letter {
	background-color: var(--Hlite-color);
	padding: 4px 8px;
	color: #fff;
	border-radius: 2px;
	font-family: var(--Bold-font);
} */
.swapercard {
	border-radius: var(--border-inputs);
	padding: 0.5rem 1rem !important;
	margin-top: 0.5rem !important;
}

.media-body {
	display: flex;
	flex-direction: column;
	/* row-gap: 1rem; */
}

.media-body .text-gray {
	font-size: 11px;
	display: flex;
	align-items: center;
}

.media-body i {
	background-color: var(--icon-color);
	color: #fff !important;
	width: 2rem;
	height: 2rem;
	border-radius: var(--border-inputs);
	display: flex;
	justify-content: center;
	align-items: center;
}

.media-body .nametitleinsearch {
	display: flex;
	align-items: center;
}

.media-body .commenbtn {
	color: var(--icon-color) !important;
}

#eduRow .media-body {
	display: flex;
	flex-direction: column;
	row-gap: 0 !important;
}

.delexpbtn {
	margin-left: auto;
}

.delsvbtn {
	margin-left: auto;
}

#eduRow {
	display: flex;
	justify-content: space-between;
}

#exp {
	display: flex;
	justify-content: space-between;
}

.rejectrelation {
	margin-right: auto;
	transition: all 0.3s;
	background-color: transparent !important;
	color: var(--submit-color);
}

.rejectrelation:hover {
	color: #fff;
	background-color: var(--submit-color) !important;
}

.acceptRelation {
	color: #00bfa0 !important;
	background-color: transparent !important;
	border: 1px solid #00bfa0 !important;
}

.acceptRelation:hover {
	color: #fff !important;
	background-color: #00bfa0 !important;
}

.media {
	align-items: center !important;
}

.useredrow .media {
	padding-bottom: 0px !important;
}

.useredrow .media .media-body p.text-primary {
	margin-top: -10px !important;
}

#eduRow .useredrow,
#exp .useredrow,
#lang .useredrow {
	background-color: #fff;
	padding: 1rem;
	border-radius: var(--border-inputs);
	width: 49.3% !important;
	box-shadow: 0 5px 18px -14px #000;
}

#edu .card {
	border-radius: 10px;
}

.card-body .btn-gray i {
	font-size: 1rem;
	padding: 0.5rem;
}

#editCmpForm .col-md-6,
#editCmpForm .col-md-4,
#editCmpForm .col-md-12 {
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 1rem;
}

#editCmpForm .col-12>p {
	font-family: var(--Bold-font) !important;
}

#editCmpForm label {
	font-size: 16px;
}

#editCmpForm input {
	font-size: 13px;
}

#editCmpForm .col-md-12 .form-group #address1,
#editCmpForm .col-md-12 .form-group textarea {
	margin-bottom: 0.7rem;
	resize: none;
}

.fa-times-circle {
	color: var(--icon-color);
	cursor: pointer;
}

.fa-times-circle:hover {
	color: var(--icon-color);
}

.links-header {
	width: 75%;
	margin: auto;
	align-items: center;
}

/* .links-header .bg-head {
	background-color: #fff;
	border-radius: var(--border-inputs);
	box-shadow: 0 5px 18px -14px #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	height: 2.9rem;
} */
.handrow .nimg,
#Lpeoples .nimg,
.peoplesdiv .nloopitem .nimg {
	width: 4rem !important;
	height: 4rem !important;
}

.favrow {
	align-items: center !important;
}

.favrow .col-7 .media .media-body .text-gray img {
	margin-right: 5px;
}

.np-style {
	font-size: 12px !important;
	width: 100% !important;
	white-space: normal !important;
}

.np-style span,
.np-style a {
	font-size: 12px;
}

.sm-fnt {
	font-size: 12px;
}

#depRow>.row:nth-child(even) {
	background-color: rgb(238, 238, 238);
	border-radius: var(--border-inputs);
}

#depRow>.row:last-child {
	padding-bottom: 0.4rem !important;
}

#people .card-body {
	padding: 0 !important;
}

#favdata .favrow:nth-child(even) {
	background-color: rgb(238, 238, 238);
	border-radius: var(--border-inputs);
	padding: 5px 0;
}

#favdata .favrow {
	margin-top: 5px !important;
}

.peoplesdiv {
	background-color: #fff;
	padding: 1rem;
	border-radius: var(--border-inputs);
	-webkit-border-radius: var(--border-inputs);
	-moz-border-radius: var(--border-inputs);
	-ms-border-radius: var(--border-inputs);
	-o-border-radius: var(--border-inputs);
	margin-bottom: 0.5rem;
}

.peoplesdiv .nloopitem:nth-child(even) {
	background-color: rgb(238, 238, 238);
	border-radius: var(--border-inputs);
}

.peoplesdiv .nloopitem {
	padding: 0.5rem;
}

.notificationbox {
	border-radius: var(--border-inputs);
	-webkit-border-radius: var(--border-inputs);
	-moz-border-radius: var(--border-inputs);
	-ms-border-radius: var(--border-inputs);
	-o-border-radius: var(--border-inputs);
}

.notificationcontent .nloopitem {
	padding: 1rem 0.5rem;
}

.notificationcontent .nloopitem:nth-child(even) {
	background-color: rgb(238, 238, 238);
	border-radius: var(--border-inputs);
}

.notificationcontent .nloopitem:last-child {
	border-bottom: none;
}

.notificationcontent .nloopitem .nimg {
	width: 3rem !important;
	height: 3rem !important;
	object-fit: cover;
}

.notificationcontent .nloopitem span {
	font-size: 12px;
}

.notificationcontent .nloopitem p.np {
	font-size: 12px;
	width: 100%;
	white-space: wrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pos-mainusers {
	position: relative;
	padding-left: 0;
}

.postdivv .row p.font14 {
	font-size: 10px !important;
}

.postdivv .row strong a {
	font-size: 10px;
}

.postdivv .row strong .nimg {
	width: 2rem !important;
	height: 2rem !important;
}

.postdivv .row .media .nimg {
	width: 4rem !important;
	height: 4rem !important;
}

.postdivv .card-body {
	padding-top: 0 !important;
}

.recentfolowers .nimg {
	width: 3rem !important;
	height: 3rem !important;
}

.mar-auto {
	margin-right: auto;
}

h5.nametitleinsearch a.dnone {
	margin-right: auto;
}

h5.nametitleinsearch a.dnone img {
	width: 1.5rem !important;
	height: 1.5rem !important;
}

.sendhandrequest,
.cancelhandshakbtn {
	font-family: var(--Bold-font);
	font-weight: lighter !important;
	padding: 5px 10px !important;
	font-size: 13px !important;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-ms-border-radius: 50px !important;
	-o-border-radius: 50px !important;
}

.sendhandrequest {
	background-color: var(--prim-color) !important;
}

.cancelhandshakbtn {
	background-color: #17c3a6 !important;
}

.swapercard .media {
	align-items: flex-start !important;
}

.swapercard .media .media-body p.mt-4 {
	margin-top: 0 !important;
}

.swapercard .media .media-body p {
	margin-top: -5px !important;
}

.swapercard .media .media-body .text-blue i,
.swapercard .media .media-body .text-gray i {
	background-color: transparent !important;
	color: #3b5998 !important;
	align-items: center;
	justify-content: flex-start;
}

.swapercard .media .media-body .text-blue svg,
.swapercard .media .media-body .text-gray svg {
	background-color: transparent !important;
	color: #3b5998 !important;
	align-items: center;
	justify-content: flex-start;
	margin-right: 10px;
}


.swapercard .media .media-body .text-gray img {
	margin-right: 10px;
}

.swapercard .media a img {
	width: 5rem !important;
	height: 5rem !important;
	border: 1px solid #eee;
	padding: 1px;
	object-fit: fill;
}

.menues .form-group {
	margin-top: 10px;
}

.rest i {
	color: var(--icon-color) !important;
	background-color: transparent !important;
}

button.dofavbtn img,
button.dalfavbtn img {
	width: 1.5rem;
	height: 1.5rem;
}

.active-header a {
	color: var(--icon-color);
}

.chatssdiv .nloopitem .nimg {
	width: 3rem !important;
	height: 3rem !important;
}

/* .chatssdiv .nloopitem {
	border: none !important;
	background-color: #fff !important;
	margin: 0.5rem 1rem !important;
	padding: 10px 5px;
	border-radius: var(--border-inputs);
	-webkit-border-radius: var(--border-inputs);
	-moz-border-radius: var(--border-inputs);
	-ms-border-radius: var(--border-inputs);
	-o-border-radius: var(--border-inputs);
} */
#saveMsgForm textarea {
	border: 1px solid #b2b2b2;
	background-color: #eee;
	resize: none;
	padding-top: 12px;
	border-radius: var(--border-inputs) !important;
	-webkit-border-radius: var(--border-inputs) !important;
	-moz-border-radius: var(--border-inputs) !important;
	-ms-border-radius: var(--border-inputs) !important;
	-o-border-radius: var(--border-inputs) !important;
}

.formhtml {
	display: flex !important;
	align-items: center;
}

.formhtml .col-1 {
	max-width: 5% !important;
	flex: 0 0 5% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.formhtml .col-1 ul {
	padding: 0 !important;
}

.dataUser .post-timeline {
	width: 75% !important;
	margin: auto;
}

/*
.swap-filter,
.comp-filter {
	width: 80%;
	margin-left: auto;
}
*/
.background-important {
	background-color: rgb(146, 0, 121);
	color: #fff;
	font-weight: normal;
}

.about-header .col-md-12 {
	text-align: center;
}

.about-header .col-md-12 p {
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 8px;
	margin-top: 1rem;
}

.about-header .col-md-12 h2 {
	color: var(--submit-color);
	border-bottom: 2px solid var(--submit-color);
	display: inline;
	text-align: center;
}

.role-btn {
	text-align: end;
	position: absolute;
	top: 1rem;
	right: 0;
}

.sticky .row {
	align-items: center !important;
	padding: 0.5rem 0 0 0 !important;
}

.sticky .row .nimg {
	width: 4rem !important;
	height: 4rem !important;
}

.ureaddot {
	margin: 13px 1rem 0 1rem !important;
}

.ureaddot i {
	color: #3b5998 !important;
	background: transparent !important;
	display: inline;
}

#home .employees .emprow .col-5 {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

#home .employees .emprow .col-5 button.delempbtn {
	background-color: transparent !important;
	border: 1px solid #c13d3d;
	color: #c13d3d !important;
	border: 1px solid #c13d3d !important;
}

#home .employees .emprow .col-5 button.delempbtn {
	background-color: #c13d3d !important;
	border: 1px solid #c13d3d;
	color: #fff !important;
	border: 1px solid #c13d3d !important;
}

#home .employees .emprow .col-5 button.approve_empbutton {
	background-color: #00bfa0 !important;
	color: #fff !important;
	border: none !important;
}

.datadiv .post-timeline,
#LoadUrlData .post-timeline {
	width: 75% !important;
	margin: auto !important;
}

#main .card .card-body .text-primary,
#lang_part .card .card-body .text-primary {
	color: var(--icon-color) !important;
}

.box-follow {
	position: absolute;
	right: 1rem;
	top: 33.5rem;
}

.alert {
	margin-top: 3rem;
}

.header-record {
	margin-left: auto;
}

.pl-5,
.px-5 {
	padding-left: 30px;
}

.pr-5,
.px-5 {
	padding-right: 20px;
}

.userCoverArea {
	max-width: 50% !important;
	flex: 0 0 50% !important
}

.userCoverAreaParent {
	width: 64%;
	margin: auto;
	align-items: center;
	justify-content: space-between
}

/*******************************************NEWSECTION****************************************************/
.topheaderMobileTap {
	display: none !important;
}

.topheaderPC {
	display: block !important;
}

.sideBarToggled {
	text-align: right;
	direction: rtl;
	list-style: none;
	position: fixed;
	right: 0;
	top: 0;
	border: 0;
	background: white;
	width: 100%;
	z-index: 999;
	height: 100%;
	display: block !important;
	animation-name: togglingSideBar;
	animation-duration: 0.5s;
}


@keyframes togglingSideBar {
	from {
		width: 0;
		opacity: 0.5;
	}

	to {
		width: 100%;
		opacity: 1;
	}
}

.sideBarToggled ul {
	padding: 10px;
	list-style: none;
	text-align: right;
}

.sideBarToggled ul li {
	padding: 10px;
	color: #920079 !important;
	border-bottom: 1px solid #9e9d9d2d;
}

.sideBarToggled .tapsInside {
	direction: rtl !important;
}

.sideBarToggled ul li a {
	color: #920079;
}

.sideBarToggled ul li a i,
.sideBarToggled ul li a svg,
.sideBarToggled ul li svg {
	font-size: 22px;
	margin-left: 17px;
	color: #920079;
	fill: #920079;
}

#langSwitcher {
	margin-right: 18px;
	margin-top: 10px;
}

#spanLinked {
	margin-right: 12px;
	color: #920079 !important;
}

#scategoryPc {
	color: #920083;
	padding: 0 3px;
	font-size: 12px;
}

#followersdata {
	background: #fff;
	padding: 0 1px 0px 3px;
	margin-top: 1rem;
	border-radius: 3px;
	box-shadow: 0 5px 18px -14px #000;
}

/*ON TABLET*/
@media (min-width: 650px) and (max-width: 900px) {
	* {
		/*background-color: #ff67ae;*/
	}

	.timelinediv>.row {
		width: 86%;
		margin: auto;
	}

	ul.menuonprofilepage {
		left: -165px;
	}

	.dataUser .post-timeline {
		width: 100% !important;
		margin: auto;
	}

	#dashboard .col-12 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
		margin: auto;
		padding: 0 0.5rem;
	}

	.postcontainer {
		width: 100%;
		margin: auto;
	}

	.div_linkin>svg {
		fill: #920079;
	}

	.div_linkin {
		position: relative;
		top: 0;
		right: 0;
		box-shadow: none;
		background: white;
		cursor: pointer;
		border-radius: 0;
		border: none;
		border-bottom: 1px solid #2d2d2d22;
		margin-right: 31px;
		height: 35px;
		margin-top: 9px;
	}

	.div_login {
		display: flex;
		justify-content: start !important;
	}

	.logoutoption {
		top: 30rem !important;
	}

	#eduRow .useredrow,
	#exp .useredrow,
	#lang .useredrow {
		width: 49.3% !important;
	}

	#expRow .useredrow,
	#exp .useredrow,
	#lang .useredrow {
		max-width: 49.3% !important;
		flex: 0 0 49.3% !important;
	}
}

/*ON TABLET*/



/*ON MOBILE*/
@media (max-width: 650px) {
	.userCoverArea {
		max-width: 100% !important;
		flex: 0 0 100% !important
	}

	ul.menuonprofilepage {
		list-style: none !important;
		margin: 10px !important;
		color: #202020 !important;
		font-size: 17px !important;
		display: flex !important;
		justify-content: space-between !important;
		background: #fff !important;
		border-radius: 8px !important;
		text-align: center !important;
		width: auto;
		position: relative;
		left: 0;
		flex-direction: row;
	}

	.pl-5,
	.px-5 {
		padding-left: 1rem !important;
	}

	.pr-5,
	.px-5 {
		padding-right: 20px !important;
	}

	#companydata {
		margin: 10px;
	}

	.timelinediv>.row {
		width: 100% !important;
	}

	.font-14.w-50.text-center.bg-light.p-3.rounded {
		width: 100% !important;
	}

	.userCoverAreaParent {
		width: 100%;
	}

	.dataUser .post-timeline {
		width: 100% !important;
		margin: auto;
	}

	#dashboard .col-12 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
		margin: auto;
		padding: 0 0.5rem;
	}

	.postcontainer {
		width: 100%;
		margin: auto;
	}


	.topheaderPC {
		display: none !important;
	}

	.topheaderMobileTap {
		display: block !important;
	}

	.div_linkin>svg {
		fill: #920079;
	}

	.div_linkin {
		position: relative;
		top: 0;
		right: 0;
		box-shadow: none;
		background: white;
		cursor: pointer;
		border-radius: 0;
		border: none;
		border-bottom: 1px solid #2d2d2d22;
		margin-right: 31px;
		height: 35px;
		margin-top: 9px;
	}

	.div_login {
		display: flex;
		justify-content: start !important;
	}

	.logoutoption {
		top: 30rem !important;
	}

	.swapercard .media a img {
		width: 4rem !important;
		height: 4rem !important;
		border: 1px solid #eee;
		padding: 1px;
		object-fit: fill;
	}

	.font-14 {
		font-size: 9px;
		font-weight: bold;
	}

	.fieldn {
		font-size: 13px !important;
	}

	.hideOnMobile {
		display: none !important;
	}

	#eduRow .useredrow,
	#exp .useredrow,
	#lang .useredrow {
		width: 100% !important;
	}

	#expRow .useredrow,
	#exp .useredrow,
	#lang .useredrow {
		max-width: 100%;
		flex: 0 0 100%;
	}

	ul.submenmenus {
		column-gap: 0.5rem;
	}

	.box-follow {
		position: relative;
		top: -60px;
		min-width: 354px;
		padding: 10px !important;
		background: white;
		margin: auto !important;
		justify-content: center !important;
		border: 1px solid #2d2d2d14 !important;
		box-shadow: 0 5px 18px -14px #000 !important;
		left: -56px !important;
		display: flex;
		border-radius: 10px;
	}

}

/*TABLET*/



/*PC & LAPTOP*/
@media (min-width: 1000px) {

	.news_feed,
	.companies {
		padding-right: 115px !important;
		padding-left: 115px !important;
	}
}

/*PC & LAPTOP*/
/*******************************************NEWSECTION****************************************************/