.h3_tools h3{
text-transform: capitalize;
font-size: 1.3rem !IMPORTANT;
font-weight: 500;
}
.single-post #content #sidebar > a:hover{
    background: #1a8fa0 !important;
    border: 1px solid #1a8fa0 !important;
    color:#fff !important;
}
.single-post #content #sidebar > a.active{
     border: 1px solid #1da2b5 !important;
}
.mycontainer form #convert-btn {
    background: linear-gradient(45deg, #1e55b2, #3477e8) !important;
    height: 47px !important;
    transform: scale(1);
    transition:0.5s all;
}
.mycontainer form #convert-btn:hover {
    background: linear-gradient(45deg, #0f449f, #0f449f) !important;
    border-color: #0f449f !important;
    transform: scale(1.05);
}

button.reset-button{
     transform: scale(1);
     transition:0.5s all;
}
button.reset-button:hover {
    background: #d23929;
    transform: scale(1.05);
}