.droppx-btn{
    background-color: #ff5016;
    border: 1px solid #ff5016;
    border-color: #ff5016;
    border-radius: 18px;
    border-width: 1px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: normal;
    padding: 14px 55px 14px 55px;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    -webkit-box-shadow: inset 0 -1px 0 rgb(15 15 15);
    box-shadow: inset 0 -1px 0 rgb(15 15 15);
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}
.droppx-btn:hover{
    background-color: #ff3f00;
    border: 1px solid #ff3f00;
    border-color: #ff3f00;
    border-radius: 18px;
    border-width: 1px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: normal;
    padding: 14px 55px 14px 55px;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    -webkit-box-shadow: inset 0 -1px 0 rgb(15 15 15);
    box-shadow: inset 0 -1px 0 rgb(15 15 15);
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}