.theme-btn-red 
{
    background: linear-gradient(-90deg, rgba(251, 80, 80, 1) 0%, rgb(213 0 0) 100%);
    border: none;
    padding: 4px 14px !important;
    color: white;
    border-radius: 2px;
    font-size: 13px;
}
.theme-btn-red:hover,
.theme-btn-red:focus
{
    background: linear-gradient(-90deg, rgb(215 0 0) 0%, rgb(255 30 30) 100%);
}
.theme-btn-blue 
{
    background: linear-gradient(-90deg, rgb(40 89 203) 0%, rgb(124 96 189 / 99%) 100%);
    transition: 2s;
    font-size: 13px;
    margin-left: auto;
    color: white;
    border: none;
    padding: 4px 14px !important;
}
.theme-btn-blue:hover,
.theme-btn-blue:focus
{
    background: linear-gradient(-90deg, rgb(0 60 199) 0%, rgb(149 104 255 / 99%) 100%);
}