/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 10:00:15 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.btn-Send{
    display: inline-block;
    font-weight: 380;
    color: black;
    text-align: center;
    background-color: transparent; 
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    float: right;
    transform: translateY(-102%);
}

.btn-Send:hover{
    background-color: transparent;
    color:black;
}
.btn-Send:active {
    background: transparent;  
    transform: translateY(-57%); 
    color: black; 
    border: none; 
}
