* {
	word-wrap: break-word;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	background: #f2f2f2;
}

a {
	color: #10a37f;
	text-decoration: none;
}

button {
	outline: none;
}

h3 {
	padding: 0;
	margin: 0 2%;
}

h6 {
	padding: 0;
	margin: 2%;
	color: red;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn-group button {
	background-color: #198754;
	/* Green background */
	border: 1px solid green;
	color: white;
	padding: 6px 8px;
	cursor: pointer;
 }

/*.btn {*/
/*	padding: 8px 8px 10px 8px;*/
/*	font-size: 18px;*/
/*}*/

.form-control {
	resize: none;
	outline: none;
	padding: 8px 8px 10px 8px;
	font-size: 18px;
	box-shadow: none !important;
	background-color: none;
	border: 1px solid #198754;
}

.form-control:focus {
	border-color: #1e9edada;
}

.form-check-input {
	font-size: 18px;
	background-color: none;
	border: 1px solid #198754;
}









/* Start Header Area */

.nav {
  	width: 100%;
  	height: auto;
  	display: block;
  	position: fixed;
	z-index: 1000;
	border-bottom: 1px solid #ddd;
	background-color: #ffffff;
}


.header {
  	width: 100%;
  	height: 60px;
  	float: left;
}

  .nav-left {
  	width: 25%;
  	float: left;
  	padding-top: 7px;
  }

  .nav-left a {
  	width: 100%;
  	color: #f2f2f2;
  	font-size: 25px;
  	color: #10a37f;
  	text-align: left;
  	font-weight: 800px;
  	margin-left: 8px;
	line-height: 40px;
  	text-shadow: 1px 1px red;
  }


  .nav-center {
  	width: 50%;
  	height: 60px;
  	float: left;
  	display: flex;
  }

.nav-center a {
  	width: 100%;
  	color: #198754;
  	text-align: center;
  	text-decoration: none;
  	font-size: 20px;
  	padding: 14px 0;
}

.nav-center a:hover {
  	background-color: #addfad;
  	color: #198754;
}


  .nav-center a.active {
  	background-color: #10a37f;
  	color: white;
  }

  .nav-center i {
  	font-size: 25px;
  	padding-top: 3px;
  }

.nav-center span {
	color: white;
	font-size: 12px;
	padding: 0 5px;
	top: 4px;
	margin-top: 5px;
	position: absolute;
	border-radius: 100%;
	background: red;
}

.nav-center .dropbtn {
    width: 100%;
    padding: 15px 0;
  	color: #198754;
  	text-align: center;
  	font-size: 20px;
    border: none;
    cursor: pointer;
    background: none;
}

.nav-center .dropdown {
    width: 100%;
  	color: #198754;
  	text-decoration: none;
  	font-size: 20px;
    position: relative;
    display: inline-block;
}

.nav-center .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 300px;
	padding: 8px;
    z-index: 1;
    border-radius: 6px;
    border: 0.5px solid #ddd;
}

.nav-center .dropdown-content a {
    color: #198754;
    font-size: 18px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.nav-center .dropdown-content i {
    font-size: 18px;
}

.nav-center .dropdown-content a:hover {
    background-color: #addfad;
    border-radius: 6px;
}

.nav-center .dropdown-content a.active {
    background-color: #198754;
    border-radius: 6px;
    color: #fff;
}

.nav-center .dropdown:hover .dropdown-content {display: block;}
.nav-center .dropdown:hover .dropbtn {background-color: #198754; color: #fff;} 







  .nav-menu {
  	position: relative;
  	display: inline-block;

  }

  .menu-btn {
  	color: #198754;
  	font-size: 20px;
  	border: none;
  	background-color: #ffffff;
  }

  .menu-content {
  	display: none;
  	position: absolute;
  	background-color: #fff;
  	min-width: 300px;
  	z-index: 1000;
  	top: 60px;
  	right: 0;
  	border-radius: 10px;
  	padding: 8px;
  	border: 1px solid #ddd;
  }

  .menu-content .links {
  	color: #198754;
  	padding: 8px 16px;
  	display: block;
  	font-size: 18px;
  	text-align: left;
  }

  .menu-content .links.active {
  	background-color: #198754;
  	border-radius: 8px;
  	color: white;
  }

  .menu-content .links i {
  	font-size: 16px;
  }


.menu-content .links:hover {
  	border-radius: 8px;
	background-color: #addfad;
	color: #198754;
}




/* END Menu Content */

.nav-right {
  	width: 25%;
  	float: right;
  	height: 60px;
  	position: relative;
}

.nav-right .nav-box {
	height: 44px;
	width: 44px;
	right: 0;
	float: right;
	position: relative;
	margin: 8px;
	border-radius: 50%;
	background-color: #ddd;
}

.nav-right .nav-box img {
	width: 28px;
	height: 28px;
	margin: 8px;
	object-fit: cover;
	border-radius: 50%;
}


.nav-right .nav-box-border {
	height: 44px;
	width: 44px;
	right: 0;
	float: right;
	position: relative;
	margin: 8px;
	border: 2px solid #198754;
	border-radius: 50%;
}

.nav-right .nav-box-border img {
	width: 36px;
	height: 36px;
	margin: 2px;
	object-fit: cover;
	border-radius: 50%;
}

.space {
	height: 60px;
}


.nav-right .dropbtn {
	height: 44px;
	width: 44px;
	margin: 8px;
	font-size: 27px;
	border-radius: 50%;
	background-color: #ddd;
    border: none;
    cursor: pointer;
}

.nav-right .dropdown {
	float: right;
    position: relative;
    display: inline-block;
}

.nav-right .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
	padding: 5px;
    background-color: #fff;
    min-width: 200px;
    z-index: 1;
    border-radius: 6px;
    border: 0.5px solid #ddd;
}

.nav-right .dropdown-content a {
  color: #198754;
  font-size: 18px;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
}

.nav-right .dropdown-content a:hover {
    background-color: #addfad;
    border-radius: 6px;
}

.nav-right .dropdown-content a.active {
    background-color: #198754;
    border-radius: 6px;
    color: #fff;
}

.nav-right .dropdown:hover .dropdown-content {display: block;}
.nav-right .dropdown:hover .dropbtn {background-color: #198754; color: #fff;} 




@media (max-width: 860px) {
  	.header {
  		height: 100px;
		width: 100%;
  		position: fixed;
		left: 0;
  		background-color: #ffffff;
  	}

  	.nav-left {
  		width: 60%;
  		height: 50px;
  		display: flex;
  		padding-top: 5px;
  	}

  	.nav-left a {
  		width: 100%;
  		font-size: 25px;
  	}


  	.nav-center {
  		width: 100%;
  		height: 50px;
  		display: flex;
		border-bottom: 1px solid #ddd;
  	}

 
  	.nav-center span {
		top: 55px;
	}
	
	
    
    .nav-center .dropbtn {
        height: 50px;
        width: 100%;
    }
    
    
    .nav-center .dropdown-content {
        top: 50px;
        min-width: 300px;
    }
    
    .nav-center .dropdown-content a {
        font-size: 22px;
    }
    
    .nav-center .dropdown-content i {
        font-size: 20px;
    }
    
    
    

  	.menu-content {
  		top: 100px;
  	}

  	.menu-content .links {
  		font-size: 22px;
  	}

  	.menu-content .links i {
  		font-size: 20px;
  	}

  	.nav-right {
  		width: 40%;
  		top: -100px;
		float: right;
  		height: 50px;
  	}

	.nav-right .nav-box {
		height: 40px;
		width: 40px;
		margin: 5px 8px 5px 0;
		border-radius: 50%;
		background-color: #ddd;
	}

	.nav-right .nav-box img {
		height: 25px;
		width: 25px;
		object-fit: cover;
		border-radius: 50%;
	}

	.nav-right .nav-box-border {
		height: 40px;
		width: 40px;
		margin: 5px 8px 5px 0;
		border: 2px solid #198754;
		border-radius: 50%;
	}

	.nav-right .nav-box-border img {
		height: 33px;
		width: 33px;
		object-fit: cover;
		border-radius: 50%;
	}
	
	
    .nav-right .dropbtn {
        height: 40px;
		width: 40px;
		margin: 5px 8px 5px 0;
    }

  	.space {
  		height: 100px;
  	}
}

/* End Header Area */






/* Start Status Ber */
.status-ber {
	width: 100%;
	height: auto;
	margin-top: 1%;
}

.status-ber .status-link {
	color: #10a37f;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding: 11px 10px;
	text-align: left;
	font-size: 18px;
	border-radius: 8px;
	background-color: #ddd;
}

.status-ber .status-link:hover {
	background-color: #addfad;
	color: #198754;
}

.status-ber .status-link.active {
	background-color: #198754;
	color: white;
}

@media (max-width: 992px) {
	.status-ber {
		width: 100%;
		height: 50px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		z-index: 1000;
		margin-top: 0;
		background-color: #ffffff;
	}

	.status-ber .status-link {
		width: 100%;
		text-align: center;
		padding: 10px auto;
		border-radius: 0;
		font-size: 18px;
		margin-top: 0;
		border-top: 1px solid #ddd;
		background-color: #ffffff;
	}
}
/* END Status Ber */



/* Start Profile Navber */
.probar {
	width: 100%;
	z-index: 100;
	display: flex;
	overflow: hidden;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	background: white;
}

.probar a {
	width: 100%;
	height: 45px;
	display: block;
	color: black;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	font-size: 18px;
}

.probar i {
	font-size: 25px;
	padding: 10px 0;
}

.probar span {
	color: white;
	font-size: 15px;
	padding: 0 2px;
	border-radius: 100%;
	background: red;
}


.probar a.active {
	background-color: #198754;
	color: #ffffff;
}

/* End Profile Navber */

.ads-area img {
	width: 98%;
	height: auto;
	margin: 1%;
}
/* Start Upload Ber */
.upload-bar {
	background-color: white;
	color: #198754;
	width: 98%;
	margin: 1%;
	display: inline-flex;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.upload-bar a {
	width: 100%;
	color: #198754;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
}

.upload-bar a:hover {
	background-color: #addfad;
	color: #198754;
	border-radius: 5px;
}

.upload-bar a.active {
	background-color: #198754;
	color: white;
	border-radius: 5px;
}

/* End Upload Ber */




/* Start Search */
.src-box {
	width: 98%;
	height: auto;
	margin: 1%;
	padding: 1%;
	overflow: auto;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.src-left {
	width: 75%;
	float: left;
}

.src-left input {
	width: 98%;
	border-radius: 5px;
	margin-right: 1%;
	padding: 5px 10px;
	font-size: 20px;
	border: 1px solid #198754;
}

.src-left input:focus {
	border-color: #1e9edada;
}

.src-right {
	width: 25%;
	float: right;
}

.src-right button {
	width: 100%;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 20px;
	border: 1px solid #198754;
	background-color: #198754;
}
/* End Search */

.group-link {
	display: inline-block;
	align-items: center;
}

.group-link button {
	float: left;
	padding: 8px 16px;
	margin: 5px 0 5px 5px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.group-link a {
	float: left;
	padding: 8px 16px;
	margin: 3px 0 0 6px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.group-link a.active {
	background-color: #198754;
	color: white;
	border-radius: 5px;
}






/* Start Btn & Alert */
.btn-none {
	color: #198754;
	outline: none;
	border: none;
	background: none;
}

.alert-success {
	background: #addfad;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	color: #198754;
}


.alert-danger {
	background: Crimson;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	color: #fff;
}

/* End Btn & Alert */


/* START ADD BAR AREA */
.add-ber {
	width: 98%;
	margin: 1%;
	display: flex;
}

.add-ber .add-left {
	width: 46px;
	height: 46px;
	padding: 2px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #198754;
}

.add-ber .add-center {
	width: 100%;
	height: 50px;
	margin: 0 6px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	border: .1px solid #d8d8d8;
	background-color: #fff;
	color: #198754;
	border-radius: 10px;
}

.add-ber .add-right {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

/* END ADD BAR AREA */





/* Start Link Pic */
.link-area {
	width: 100%;
	display: flex;
	border-radius: 8px;
	margin-bottom: 5px;
	border: .1px solid #d8d8d8;
	background-color: #fff;
}

.link-area .link-left {
	width: 40px;
	margin: 4px;
}

.link-area .link-left img {
	width: 36px;
	height: 36px;
	padding: 2px;
	object-fit: cover;
}

.link-area .link-center {
	width: 100%;
	height: auto;
	padding: 10px;
}

.link-area .link-center h3 {
	color: #000;
	margin: 0;
	font-size: 18px;
}

.link-area .link-right {
	margin: 8px;
}

/* End Link Pic */







/* START POST AREA */
.post-area {
	width: 98%;
	margin: 1%;
	border-radius: 8px;
	background-color: #fff;
	border: .1px solid #d8d8d8;
}

.post-area .post-head {
	width: auto;
	display: flex;
	height: 40px;
	margin: 10px 10px 5px 10px;
}

.post-area .post-head .head-left img {
	width: 40px;
	height: 40px;
	padding: 2px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #198754;
}

.post-area .post-head .head-center {
	width: 100%;
	height: 70px;
	margin: -1px 6px 6px 6px;
}



.post-area .post-head .head-center .profile-name a{
	color: #198754;
	font-size: 18px;
	font-weight: bold;
}

.post-area .post-head .head-center .profile-name i{
	font-size: 12px;
	padding-top: 5px;
	color: #198754;
}

.post-area .post-head .head-center .date {
	font-size: 12px;
	color: gray;
	padding-left: 6px;
}

.post-area .post-head .head-right {
	font-weight: bold;
}

.post-area .post-head .head-right button {
	color: #198754;
	outline: none;
	border: none;
	background: none;
	font-size: 16px;
	margin: 6px;
}

.post-area .post-head .head-right .edit-btn {
	display: flex;
	justify-content: flex-end;
}


.post-area .post-head .head-right .dropbtn {
	color: black;
	font-size: 28px;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0 0 0 5px;
	margin-top: -10px;
}

.post-area .post-head .head-right .dropdown {
	position: relative;
	display: inline-block;
}

.post-area .post-head .head-right .dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	min-width: 200px;
	z-index: 1;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.post-area .post-head .head-right .dropdown-content a {
	color: #198754;
	padding: 10px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.post-area .post-head .head-right .dropdown-content a:hover {
	color: #ffffff;
	border-radius: 6px;
	background-color: #198754;
}

.post-area .post-head .head-right .dropdown-content button {
	width: 100%;
	color: #198754;
	font-size: 16px;
	padding: 10px;
	outline: none;
	border: none;
	margin: 0;
	font-weight: 500;
	background: none;
	text-align: left;
}

.post-area .post-head .head-right .dropdown-content button:hover {
	color: #ffffff;
	border-radius: 6px;
	background-color: #198754;
}

.post-area .post-head .head-right .dropdown:hover .dropdown-content {
	display: block;
}

.post-area .post-head .head-right .dropdown:hover .dropbtn {
	color: #198754;
}

.post-area .post-view {
	font-size: 20px;
	font-weight: bold;
	padding: 6px;
}

.post-area .post-view h2 {
	font-size: 22px;
	padding: 5px 10px 0 10px;
}

.post-area .post-view .pic1 {
	width: 98%;
	max-height: 350px;
	margin: 1%;
	object-fit: cover;
}

.post-area .post-view .pic {
	width: 98%;
	height: auto;
	margin: 1%;
}

.post-area .post-view .reel {
	width: 100%;
	height: auto;
	padding: 5px 10px;
}

.post-area .post-view .content {
	width: auto;
	padding: 0 10px;
	font-size: 16px;
	overflow: hidden;
	white-space: pre-line;
	font-family: sans-serif;
}

.post-area .post-view pre {
	width: auto;
	padding: 0 10px;
	font-size: 16px;
	overflow: hidden;
	white-space: pre-line;
	font-family: sans-serif;
}

.post-area .post-view p {
	width: auto;
	padding: 5px 10px 0 10px;
	margin: 0;
	font-size: 18px;
	white-space: pre-line;
	font-family: sans-serif;
}

.post-area .post-view small {
	width: 98%;
	margin: 10px;
	color: red;
	font-size: 12px;
}

.post-area .post-react {
	width: auto;
	height: auto;
	margin: 5px 5px 10px 5px;
	display: flex;
}

.post-area .post-react .react-btn {
	color: #198754;
	width: 100%;
	margin: 0 5px;
	padding: 6px;
	font-size: 18px;
	text-align: center;
	border-radius: 20px;
	background-color: #d8d8d8;
}

.post-area .post-react .react-link {
	color: #198754;
	width: 100%;
	margin: 0 5px;
	padding: 8px;
	text-align: center;
	border-radius: 20px;
	background-color: #d8d8d8;
}

.post-area .post-react .react-btn-liked {
	color: #198754;
	width: 100%;
	margin: 0 5px;
	padding: 8px;
	text-align: center;
	border-radius: 20px;
	background-color: #addfad;
}

.post-area .post-react .react-btn-none {
	color: #198754;
	font-size: 18px;
	outline: none;
	border: none;
	background: none;
}
/* END POST AREA */



/* START COMMENT */
.com-area {
	width: 98%;
	height: auto;
	margin: 1%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
}

.com-pic {
	width: 45px;
	height: 45px;
	margin: 5px 8px 0px 0px;
}

.com-pic img {
	width: 40px;
	height: 40px;
	padding: 2px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #198754;
}

.com-view {
	width: 100%;
	overflow-x: hidden;
	border-radius: 8px;
	background-color: #fff;
	border: .1px solid #d8d8d8;
}

.com-area .com-view .com-head {
	width: auto;
	height: 40px;
	margin: 10px 10px 2px 10px;
}

.com-area .com-view .com-head .com-left {
	float: left;
}

.com-area .com-view .com-head .com-left .profile-name {
	font-size: 18px;
	font-weight: bold;
	margin-top: -4px;
}

.com-area .com-view .com-head .com-left .profile-name i {
	font-size: 10px;
	color: #198754;
}

.com-area .com-view .com-head .com-left .date {
	color: gray;
	font-size: 12px;
	margin-top: -4px;
}

.com-area .com-view .com-right {
	float: right;
}

.com-area .com-view .com-right button {
	 background-color: none;
	 border: none;
	 color: #198754;
}

.com-area .com-view .comment {
	width: auto;
	padding: 0 10px;
	font-size: 16px;
	overflow-x: hidden;
	white-space: pre-line;
	font-family: sans-serif;
}

.com-area .com-view pre {
	width: auto;
	padding: 0 10px;
	margin-top: -8px;
	font-size: 15px;
	overflow: hidden;
	white-space: pre-line;
	font-family: sans-serif;
}

.com-area .com-view p {
	width: auto;
	padding: 0 10px;
	margin-top: -8;
	font-size: 16px;
	white-space: pre-line;
	font-family: sans-serif;
}


.com-area .com-view small {
	width: 98%;
	margin: 10px;
	color: red;
	font-size: 12px;
}

.com-area .com-view .com-react {
	width: auto;
	height: 35px;
	margin: 5px 5px 10px 5px;
	display: flex;
}

.com-area .com-view .com-react .react-btn {
	color: #198754;
	width: 100%;
	margin: 0 5px;
	padding: 8px;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	background-color: #d8d8d8;
}

.com-area .com-view .com-react .react-btn-liked {
	color: #198754;
	width: 100%;
	margin: 0 5px;
	padding: 8px;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	background-color: #addfad;
}

/* END COMMENT */


/* START PEOPLE */
.people {
	width: 98%;
	overflow: hidden;
	display: flex;
	margin: 1%;
	padding: 2px 4px 8px 4px;
	border-radius: 8px;
	background-color: #fff;
	border: .1px solid #d8d8d8;
}

.people-pic {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.people-pic img {
	width: 55px;
	height: 55px;
	margin: 5px;
	padding: 2px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #198754;
}


.people .people-view .profile-name {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding-top: 8px;

}

.people .people-view .btn-success {
	width: 80px;
	color: #fff;
	border: none;
	font-size: 14px;
	padding: 5px 8px;
	margin-top: 3px;
	border-radius: 5px;
	background-color: #198754;
}

.people .people-view .btn-danger {
	width: 80px;
	color: #fff;
	font-size: 14px;
	padding: 5px 8px;
	margin-top: 12px;
	border-radius: 5px;
	background-color: #e02e2e;
}



/* END PEOPLE */



/* Start Profile */
/* Profile Area START */
.profile-area {
	width: 100%;
	height: 270px;
	background: none;
}

.cover-pic {
	width: 98%;
	margin: 0 1%;
	height: 180px;
	position: relative;
	background: linear-gradient(to right, #21cf00, #3ba55c);
}

.cover-pic img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.profile-pic {
	height: 150px;
	width: 150px;
	top: 110px;
	bottom: 0px;
	z-index: 1;
	margin: auto;
	position: relative;
}

.profile-pic img {
	height: 100%;
	width: 100%;
	padding: 4%;
	object-fit: cover;
	border-radius: 100%;
	background: white;
}

.name {
	text-align: center;
	font-size: 22px;
	margin: 10px auto;
}

/* START MENU */
.profile-info {
	width: 100%;
	background: none;
}

.profile-info-box {
	width: 96%;
	height: 40px;
	margin: 2%;
	display: flex;
	font-size: 14px;
	overflow: none;
	border-radius: 5px;
	background: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.profile-info-pic {
	height: 25px;
	width: 25px;
	margin: 8px;
}

.profile-info-pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.profile-info-item a {
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
}
/* End Profile */








/* Start Notic */
.notic {
	width: 100%;
	margin: 1% 0;
	display: flex;
	border-radius: 5px;
	background: white;
	border: 0.5px solid #ddd;
}

.notic-view {
	width: 100%;
	margin: 1% 0;
	display: flex;
	border-radius: 5px;
	background: #addfad;
	border: 1px solid #ddd;
}

.notic-left {
	width: 80px;
}

.notic-left img {
	height: 50px;
	width: 50px;
	margin: 5px;
	object-fit: cover;
	border-radius: 100%;
	border: 1px solid #198754;
}

.notic-meddle {
	width: 100%;
	padding: 6px 0;
}

.notic-meddle h3 {
	margin: 0;
}

/* End Notic */



/*Start Inbox Area*/
.inbox-area {
	width: 100%;
	display: flex;
	border-radius: 8px;
	border: .1px solid #d8d8d8;
	background-color: #fff;
}

.inbox-area .inbox-left {
	width: 40px;
	height: 40px;
	margin: 6px;
}

.inbox-area .inbox-left img {
	width: 40px;
	height: 40px;
	padding: 2px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #198754;
}

.inbox-area .inbox-center {
	width: 100%;
	margin: 5px;
}

.inbox-area .inbox-center h2 {
	color: #198754;
	margin: 0;
	font-size: 18px;
}

.inbox-area .inbox-center h6 {
	color: silver;
	margin: 0px;
	font-size: 12px;
}

.inbox-area .inbox-right {
	width: 40px;
	margin: 8px;
}

.inbox-area .inbox-right h6 {
	color: #fff;
	height: 20px;
	margin: 5px;
	padding: 2px;
	border-radius: 50%;
	font-size: 14px;
	background-color: red;
}

/*Start Inbox Area*/





/* FOOTER START */
	.footer {
		width: 100%;
		padding: 10px;
		background-color: #000;
	}

	.footer a {
		height: 30px;
		color: #198754;
		padding: 10px 3px;
	}

	@media (max-width: 860px) {
		.cover-pic {
				width: 100%;
				margin: 0 0;
			}
		.footer-space {
			height: 50px;
		}
	}
/* FOOTER END */
