@import url(bt-con-font-embedded.css);
html, body {
	font-size: 14px;
    background: #fff;
    color: #333333;
    cursor: default;
    line-height: 24px;
    min-height: 100%;
    width: 100%;
}
* {
    padding: 0;
    margin: 0;
    outline: 0;
}
h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0 0 10px 0;}
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
a {
    color: #336699;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.dn {
    display: none;
}
.aligncenter {
    text-align: center;
}
.header {
    padding: 10px 0;
		padding-top: 20px;
}
.c_name h3 {
	font-size: 30px;
}
.c_name {
    font-family:Arial, Solaimanlipi, Helvetica, sans-serif;
    text-align: center;
}

textarea {
	overflow: auto;
	background-color: #fffaf0;
}
.buttonWrap {
    padding: 30px 0;
}
.convert_button_center {
    text-align: center;
}

.bijoy_textarea {
	width: 98%;
	height: 200px;
	font-family: SutonnyMJ;
	font-size: 22px;
	color: #000;
	border: 1px solid rgb(0, 0, 0);
	outline: none;
	padding: 5px
}

.bijoy_textarea:focus {
	width: 98%;
	height: 200px;
	font-family: SutonnyMJ;
	color: #000;
	border: 1px solid #5ab4e6;
	box-shadow: 0 0 5px #7dbef1;
	-moz-box-shadow: 0 0 5px #7dbef1;
	-webkit-box-shadow: 0 0 5px #7dbef1
}

#unicode_head {
	width: 100%;
	font-size: 20px;
	color: #0080ff;
	text-align: center;
	background-color: silver
}

.unicode_textarea {
	width: 98%;
	height: 200px;
	font-family: solaimanLipi;
	font-size: 22px;
	color: #000;
	border: 1px solid rgb(0, 0, 0);
	outline: none;
	padding: 5px
}

.unicode_textarea:focus {
	width: 98%;
	height: 200px;
	border: 1px solid rgb(0, 0, 0);
}

#convert_button {
	float: left;
	width: 100%;
	display: inline;
	font-size: 13px;
	padding: 0px 0px 0px 0px
}

#convert_button .convert_button_left {
	float: left
}

#convert_button .convert_button_right {
	float: right
}

.bijoy_button {
	width: 160px;
    color: #fff;
	height: 27px;
    line-height: 27px;
	padding-right: 0px;
	border: none;
    background-color: #000;
    cursor: pointer;
	/* background: url(../images/convert_down.gif) no-repeat */
}
.convert_button_center span:before {
    font-family: 'bt-con-font';
    font-size: 16px;
}
.convert_button_center .bijoy_button_div:before {
    content: '\e800';
    color: red;
}

.bijoy_button:hover {
    background-color: #ed1c24;
}

.unicode_button {
	width: 160px;
	height: 27px;
	padding-right: 0px;
	border: none;
    cursor: pointer;
    color: #fff;
	background-color: #ed1c24;
}

.unicode_button:hover {
	background-color: #000;
}
.convert_button_center .unicode_button_div:before {
    content: '\e801';
    color: #000;
}

.broken_button {
    height: 27px;
    padding: 0 5px;
    border: none;
    background-color: #7dbef1;
    color: #000;
    cursor: pointer;
}
.convert_button_center .broken_button_div:before {
    content: '\e802';
    color: #000;
}
.reset_button {
	width: 100px;
	height: 27px;
	padding-right: 0px;
	border: none;
    color: #000;
    cursor: pointer;
	background-color: #ccc;
}

.reset_button:hover {
	background-color: #999;
}
.convert_button_center .reset_button_div:before {
    content: '\f12d';
    color: red;
}

/*footer*/
.footer {
	padding: 20px 0;
}

/*footer share*/
.roundicons .icon {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    background: #dadad1;
    color: #000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 4px;
}
.roundicons .icon:before {
    font-family: 'bt-con-font';
    content: '.';
}
.roundicons .t,
.roundicons .icon span {
	display: none;
}
.roundicons .icon_facebook {
    background: #3b5998;
    color: #fff;
}
.roundicons .icon_facebook:before {
    content: '\f09a';
}
.roundicons .icon_twitter {
    background: #1ebef0;
    color: #fff;
}
.roundicons .icon_twitter:before {
    content: '\f099';
}
.roundicons .icon_viber {
    background: #7d51a0;
    color: #fff;
}
.roundicons .icon_viber:before {
    content: '\e803';
}
.roundicons .icon_whatsapp {
    background: #25d366;
    color: #fff;
}
.roundicons .icon_whatsapp:before {
    content: '\f232';
}
.roundicons i {
	width: 32px;
	height: 32px;
	font-size: 20px;
	line-height: 32px;
	background: #dadad1;
	color: #000;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 4px;
}
.roundicons i.fa-youtube {
  background: #cd201f;
  color: #fff;
}
.roundicons i.fa-instagram {
	background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100% );
  color: #fff;
}

/*media query*/
@media only screen and (max-width: 800px) {
	.wrapper {
		max-width: 90%;
	}
	.convert_button_center span {
		display: block;
		margin: 5px auto;
	}
}
