@import url(bt-con-font-embedded.css);
@import url('https://fonts.maateen.me/solaiman-lipi/font.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;
}

.c_name h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 10px;
}.c_name h4 {

     font-family: SolaimanLipi;
     font-style: normal;
     font-weight: normal;
     font-size: 20px;
     line-height: 28px;
     /* identical to box height, or 140% */

     text-align: center;

     color: #000000;
    margin: 10px;
}

.c_name {
    font-family: Arial, Solaimanlipi, Helvetica, sans-serif;
    text-align: center;
}

textarea {
    overflow: auto;
    background-color: #fffaf0;
    border: 1px solid #EDEDED;

}

.buttonWrap {
    padding: 30px 0;
}

.convert_button_center {
    text-align: center;
}

.bijoy_textarea {
    width: 100%;
    height: 100%;
    font-family: SutonnyMJ;
    font-size: 20px;
    color: #000;
    outline: none;
    padding: 15px
}

.bijoy_textarea:focus {
    width: 100%;
    height: 100%;
    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: 100%;
    height: 100%;
    font-family: solaimanLipi;
    font-size: 20px;
    color: #000;
    outline: none;
    padding: 15px
}

.unicode_textarea:focus {
    width: 100%;
    height: 100%;
}

#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 {

    color: #fff;
    line-height: 27px;
    padding-right: 0px;
    border: none;
    background-color: #006837;
    cursor: pointer;
    width: 160px;
    height: 40px;
    /* 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 {
    padding-right: 0px;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 160px;
    height: 40px;
    background: #1877F2;
}

.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 {
    padding-right: 0px;
    border: none;
    color: white;
    cursor: pointer;
    width: 110px;
    height: 40px;
    background: #F70F21;
}

.reset_button:hover {
    background-color: #999;
}

/*.convert_button_center .reset_button_div:before {*/
/*    content: '\f12d';*/
/*    color: red;*/
/*}*/

.unicode_button_copy {
    padding-right: 0px;
    border: none;
    color: white;
    cursor: pointer;
    width: 160px;
    height: 40px;
    background: #FF9416;
}

.bijoy_button_copy {
    padding-right: 0px;
    border: none;
    color: white;
    cursor: pointer;
    width: 160px;
    height: 40px;
    background: #FF9416;
}

/*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';
}

.unicode-section {
    min-height: 330px;
}

.bijoy-section {
    min-height: 330px;
}

.unicode-section-body {
    height: 270px;
}

.bijoy-section-body {
    height: 270px;
}

.unicode-section-header {
    height: 60px;
    background-color: #006837;
    padding: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
}

.bijoy-section-header {
    height: 60px;
    background-color: #F70F21;
    padding: 15px;
    font-family: SolaimanLipi;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
}

.label-success {
    position: relative;
    top: 20px;
}

#toast-container {
    position: fixed;
    pointer-events: none;
    border: none;
    margin-bottom: 10px;
}

.toast-message {
    word-wrap: break-word;
    font-weight: bold;
    margin-left: 30px;
}

#toast-container > .toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    background-repeat: no-repeat;
}

.share-section {
    margin: auto;
    text-align: center;
}

.share-section > ul {
    list-style: none;
    display: inline-block;
}

.share-section > ul > li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

/*media query*/
@media only screen and (max-width: 800px) {
    .wrapper {
        max-width: 90%;
    }

    .convert_button_center span {
        display: block;
        margin: 5px auto;
    }
}