body{
	margin:0;
	padding:0;
	font-family: poppins;
	font-size: 16px;
	color: #333;    
	line-height: 135%;
	background: #f9f9f9;
	display: flex;
	flex-direction: column;
}

a{
	text-decoration: none;
	outline: none;
}
a:focus{
	outline: none;
}
.navbar{
	padding-top:12px;
	padding-bottom:12px;
	background: #000;
	width: 100%;
	top:0;
	left:0;
	position: fixed;
	transition: all .3s ease-in-out;
}
.fixed{
	padding-top:8px;
	padding-bottom:8px; 
	box-shadow: 1px 3px 2px #ddd;
}
.navbrand{
	font-size:1.2rem !important;
	padding-left:20px !important;
}
.addMsg{
	padding-right:15px;
	cursor: pointer;
}
.nav-container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s ease-in-out;
}
.nav-container a{
	padding-left: 30px;
	text-decoration: none;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}
.messages__container{
	padding-top:60px;
	padding-bottom:60px;
}
.messages__container--content{
	margin-left:auto;
	margin-right: auto;
	padding-left:10px;
	padding-right:10px;
}
.message__wrapper{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	background-color: #fff;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 8px;
}
.message_link{
	font-size: 20px;
	text-decoration: none;
	color: #333;
}
.message__info__wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size:13px;
}
.message_summary{
	font-size:15px;
	color:#333;
	padding-top: 10px;
}
.message__info{
	margin-right: 8px;
    color: #969696;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bar{
	border-right:1px solid #969696;
	padding-right:10px;
}
.align-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
.readmore{
	color:rgb(255, 25, 64);
	font-size: 20px;
	cursor: pointer;
	outline: none;
}
.readmore:focus{
	outline: none;
}
.modal{
	display: none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
	padding-top:100px;
	background:rgba(0,0,0,0.4);
	padding-top: 100px;
}
.modal__content{
	position:relative;
	background:  #fefefe;
	width:80%;
	margin:auto;
	padding:10px;
	padding-bottom: 25px;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.modal__head{
	display: flex;
	justify-content: space-between;
	width:100%;
	align-items: center;
}
.close-btn{
	padding: 1px 6px;
	background:rgb(255, 25, 64);
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	cursor: pointer;
}
.form-group{
	margin-bottom: 1rem;
}

/*.form-control{
	display: block;
    width: 91%;
    height: calc(1em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
form{
	width: 100%;
}

label{
	display: inline-block;
    margin-bottom: .5rem;
}
.textarea{
	display: block;
    width: 91% !important;
    height: calc(8.8em + .75rem + 2px) !important;
    padding: .375rem .75rem;
    font-size: 1rem;display: block;display: block;
    width: 96%;
    height: calc(1em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 96%;
    height: calc(1em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.msg-btn{
	padding: 7px 15px;
	border: none;
	background: rgba(255, 25, 64);
	border-radius: 4px;
	color: #fff;
}


.session-message p{
	padding:8px;
	border-radius: 3px;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.back-btn{
	text-decoration: none;
	color:rgba(255, 25, 64);
	font-size: 16px
	outline:none;
}
.action{
	display: flex;
	justify-content: space-between;
}
.message_summary a{
	color:#333 !important;
}
.del-btn{
	border:none;
	background: transparent;
	color:red;
	cursor: pointer;
}