textarea{
    overflow:auto;
    background-color:#f8fac6;
}
.bijoy_textarea{
    width:100%;
    height:250px;
    font-family:SutonnyMJ;
    font-size:18px;
    color:#000;
    border:1px solid #999;
    outline:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px
}
.bijoy_textarea:focus{
    width:100%;
    height:250px;
    font-family:SutonnyMJ;
    font-size:18px;
    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_textarea{
    width:100%;
    height:250px;
    font-family:SolaimanLipi;
    font-size:22px;
    color:#000;
    border:1px solid #999;
    outline:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px}
.unicode_textarea:focus{
    width:100%;
    height:250px;
    font-family:SolaimanLipi;
    font-size:22px;
    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}
.bijoy_button{
    width:153px;
    height:27px;
    margin-right: 10px;
    border:none;
    background:url(/assets/images/convert/bijoy-to-unicode.png) no-repeat}
.bijoy_button:hover{
    width:153px;
    height:27px;
    margin-right: 10px;
    cursor:pointer;
    cursor:hand;
    background:url(/assets/images/convert/bijoy-to-unicode.png) 0 -27px no-repeat}
.unicode_button{
    width:153px;
    height:27px;
    margin-right: 10px;
    border:none;
    background:url(/assets/images/convert/unicode-to-bijoy.png) no-repeat;
    }
.unicode_button:hover{
    width:153px;
    height:27px;
    margin-right: 10px;
    cursor:pointer;
    cursor:hand;
    background:url(/assets/images/convert/unicode-to-bijoy.png) 0 -27px no-repeat}

/* text copy */
.bijoy-text-copy{
    width:153px;
    height:27px;
    padding-right:0px;
    border:none;
    border: 1px solid #f3f3f3;
    background:url(/assets/images/convert/bijoy-text-copy.png) no-repeat;
    }
.bijoy-text-copy:hover{
    width:153px;
    height:27px;
    padding-right:0px;
    cursor:pointer;
    cursor:hand;
    background:url(/assets/images/convert/bijoy-text-copy.png) 0 -27px no-repeat}
.unicode-text-copy{
    width:153px;
    height:27px;
    padding-right:0px;
    border:none;
    border: 1px solid #f3f3f3;
    background:url(/assets/images/convert/unicode-text-copy.png) no-repeat}
.unicode-text-copy:hover{
    width:153px;
    height:27px;
    padding-right:0px;
    cursor:pointer;
    cursor:hand;
    background:url(/assets/images/convert/unicode-text-copy.png) 0 -27px no-repeat}
.bijoy_remove_button{
    width:153px;
    height:27px;
    padding-right:0px;
    border:none;
    border: 1px solid #f3f3f3;
    background:url(/assets/images/convert/bijoy-text-remove.png) no-repeat}
.bijoy_remove_button:hover{
    width:153px;
    height:27px;
    padding-right:0px;
    cursor:pointer;
    cursor:hand;
    background:url(/assets/images/convert/bijoy-text-remove.png) 0 -27px no-repeat}
.unicode_remove_button{
    width:153px;
    height:27px;
    padding-right:0px;
    border:none;
    border: 1px solid #f3f3f3;
    background:url(/assets/images/convert/unicode-text-remove.png) no-repeat}
.unicode_remove_button:hover{
    width:153px;
    height:27px;
    padding-right:0px;
    cursor:pointer;
    cursor:hand;
    background:url(/assets/images/convert/unicode-text-remove.png) 0 -27px no-repeat}
.both_reset_button{
    width:153px;
    height:27px;
    padding-right:0px;
    border:none;
    border: 1px solid #f3f3f3;
    background:url(/assets/images/convert/both-reset.png) no-repeat}
.both_reset_button:hover{
    width:153px;
    height:27px;
    padding-right:0px;
    cursor:pointer;
    cursor:hand;
    background:url(/assets/images/convert/both-reset.png) 0 -27px no-repeat}
    