/*
 *   Copyright Hendurhance (c) 2019 
 *   All rights reserved.
 */

*{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.navbar{
	border-bottom: 0px solid #1ebea641;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .2), 0px 2px 3px 0px rgba(0, 0, 0, .4);
}

.bg-color{
	background: #fff;
}

.navbar-h3{
	text-transform: capitalize;
	background: #3399cc;
	color: #fff;
	padding: 2px;
}

.navbar-toggler-icon{
	border-color: #3399cc;
}

.fas, .fab{
	font-size: 1.5rem;
	color: #3399cc;
}

.main-link{
	color: #3399cc;
	font-weight: 700;
}

.nav-link:hover, .fab:hover{
	color: #333333;
}

.whatsgen-span{
	text-transform: lowercase;
	background: #fff;
	color: #3399cc;
}

.whatsgen-container{
	background-color: #EDF8F5;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .1), 0px 2px 3px 0px rgba(0, 0, 0, .2);
	overflow: hidden;
}

#_whatsgen_message{
	font-size:20px;
}

.btn-mine{
	background: #3399cc;
	color: #fff;
	font-weight: 600;
}

.btn-mine:hover{
	background: #333333;
	color: #fff;
}

.inputbar {
	width: 100%;
	height: 40px;
	background-color: #3399cc;
	border-radius: 3px 3px 0 0;
}

.inputbar .item {
	float: left;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-weight: 600;
	cursor: pointer;
	transition: all .7s;
	width: 30px;
	text-align: center;
}

.inputbar .item:first-child {
	border-radius: 3px 0 0 0;
}

.inputbar .item:hover {
	background-color: #333333;
	color: #fff;
}

.inputbar + textarea {
	border-top: none;
	border-radius: 0 0 3px 3px;
}

footer{
	background: #333333;
}

.flex{
	display: flex;
}

.colo{
  float: left;
}

.footer-text{
	color: #fff;
	text-align: center;
}

.span-foot{
	color: red;
}

.footerlink{
	color: #fff;
	font-weight: 700;
}

.footerlink:hover{
	color: #EDF8F5;
}
