form#word-counter-form textarea#textbox {
    width: 100%;
    margin: 0px !important;
    padding: 10px;
    border: 1px solid #777;
    border-radius: 5px;
    min-height:50px;
    max-height:1000px;
}
.word_counter_section .word_count {
    padding: 30px;
}
.word_counter_section {
    margin-bottom: 50px !important;
    margin-top: 20px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
form#word-counter-form .col.p-0.mt-3 {
    text-align: center;
}
.word_counter_section .inner-section {
    margin-top: 0px !important;
}
.result {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.result[style="display: block;"] {
    display: flex !important;
}
.result_div {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    border: 1px solid #20a5b8;
    border-radius: 5px;
    max-width: 180px;
    width: 100%;
    flex-wrap: wrap;
    margin: 10px;
    flex-direction: row-reverse;
}
.result_div span {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    line-height: normal;
    background: #20a5b8;
    padding: 5px;
    color: #fff;
    height:70px;
}
.result_div div {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 5px;
}
button.count_btn.btn.btn-primary {
    background: linear-gradient( 45deg , #1e55b2, #3477e8) !important;
    color: #fff;
    padding: 0.375rem 0.75rem;
    border: unset;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}
.single.single-tools .btn.btn-primary{
    border: 0px !important;
    padding: 1px 20px !important;
    height: 47px !important;
    font-weight: 500;
    transform: scale(1);
    }

.single.single-tools .btn.btn-primary:hover,.single.single-tools .btn.btn-primary:focus{
    color:#fff !important;
    background: linear-gradient(45deg, #0f449f, #0f449f) !important;
    transform: scale(1.05);
}