/*-----------------------------------------------------------------------------------------------------------
                                    ----unicode css---
------------------------------------------------------------------------------------------------------------*/
.tab-button>.uk-active>a {
    background: #0066b3;
    border-radius: 0 !important;
    justify-content: center;
    font-size: 17px !important;
    font-family: 'jost';
    font-weight: 500;
}
.tab-button>*>:first-child {
    padding: 6px 10px;
    background: #d30000;
    border-radius: 0 !important;
    justify-content: center !important;
    color: #fff;
    font-size: 17px !important;
    font-family: 'jost';
    font-weight: 500;
}
.tab-button li {
    width: 50%;
    padding: 0px 0;
    position: relative;
}
.tab-button a {
    font-size: 14px !important;
    text-transform: none !important;
    line-height: 36px;
}
.tab-button>*>a:hover {
    background-color: #58585a;
    color: white;
}
.tab-button>.uk-active>a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    clear: both;
    margin-left: -3.5px;
    top: 41px;
}
.text h5 {
    font-size: 17px;
    margin: 0;
    padding: 9px 20px;
    font-weight: 600;
    color: #e10029;
    font-family: 'mukta';
}
.inputs-area textarea {
    overflow: auto;
    width: 100%;
    resize: none;
    padding: 22px 12px 12px 22px;
    border: none;
    outline: 0;
    display: block;
    position: relative;
    line-height: 21px;
    left: 0;
    height: calc(100% - 30px);
    border-bottom: 1px solid #ccc !important;
    background: #f1f1f1 !important;
}
.border-right {
    border-right: 1px solid #dbdbdb;
}
.inputs-area .input {
    float: left;
    width: 50%;
    height: calc(100vh - 40px);
    position: relative;
}
.inputs-area .input .control {
    height: 40px;
    border-bottom: 1px solid #aaa;
    background: #fff;
    position: relative;
}
.input1 .control, .input1 textarea {
    border-right: 1px solid #ccc!important;
}
.inputs-area .input .control .input-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 9px 20px;
    color: #bf1e2e;
}
.m-0 {
    margin: 0;
}
.preeti_text {
    font-family: preeti;
    font-size: 32px;
    line-height: 35px !important;
    color: #202020 !important;
    font-weight: 500;
}
.unicode_text {
    font-size: 16px;
    line-height: 35px !important;
    color: #222 !important;
}
.inputs-area button {
    top: 53px;
    position: relative;
    cursor: pointer;
    border: none;
    font-size: 12px;
    right: 0px;
    padding: 0px 13px;
    line-height: 30px;
    font-family: cursive;
    background: #58585a;
    color: white;
    border-radius: 50px;
}
.logo img {
    height: 30px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 48%;
    background: #fff;
    padding: 3px;
    border-radius: 6px;
    z-index: 9;
}
.special-characters {
    background: #0066b3;
    padding: 15px 0px 15px 0px;
}
.special-characters p {
    font-size: 17px;
    margin: 0;
    color: white;
}