/* =====================================icon button
====================================================================// */
.trad-custom-button-container{
    margin-top: 10px;
    margin-bottom: 10px;
}
.trad-custom-button{
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 500;
}

.trad-custom-button:hover{
    transition: all 0.3s ease-in-out;
}