.elementor-2567 .elementor-element.elementor-element-9a50306 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2567 .elementor-element.elementor-element-9a50306{font-size:16px;}.elementor-2567 .elementor-element.elementor-element-0b0fa65{margin-top:15px;margin-bottom:15px;}.elementor-2567 .elementor-element.elementor-element-8b567b8{text-align:center;}.elementor-2567 .elementor-element.elementor-element-a162509 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2567 .elementor-element.elementor-element-a162509{font-size:16px;}/* Start custom CSS for html, class: .elementor-element-c4e594f */.percentage_calculator_section span,label{
    margin-top: 30px;
    
}


.percentage_calculator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
 
}

.res_calc {
    margin-bottom: 45px !important;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#word-count-input{
    width: 100%;
    padding-bottom: 10px;
}

.textarea-box{
    width: 100%;
    padding: 15px;
}


.percentage_calculator #btn_rev {
   width: 200px;
    background-color: black;
    color: white;
    height: 40px;
    margin-bottom: 50px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}

.skb-ans{
    font-size: 22px;
    font-weight: bold;
}

div#reverse-text {
    padding: 15px;
    margin-bottom: 50px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0b0fa65 */.calc{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 200px;
}

.calc #name {
    text-align: center;
    width: 300px;
    height: 40px;
    background-color: #ffffff ;
    border-color: rgba(0, 0, 0, 0.79);
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-radius: 5px 5px 5px 5px;
}

.calc #btn_calc {
   width: 200px;
    background-color: black;
    color: white;
    height: 40px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}/* End custom CSS */