﻿.btn-dxc {
    color: #fff !important;
    background-color: rgba(95, 36, 159, 0.5);
    border: 2px solid rgba(95, 36, 159, 0.75);
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
}

    .btn-dxc:hover {
        background-color: rgba(95, 36, 159, 0.75);
        border: 2px solid rgba(95, 36, 159, 1);
    }

.btn-dxc-red {
    color: #fff !important;
    background-color: rgba(235, 50, 50, 0.5);
    border: 2px solid rgba(235, 50, 50, 0.75);
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
}

    .btn-dxc-red:hover {
        background-color: rgba(235, 50, 50, 0.75);
        border: 2px solid rgba(235, 50, 50, 1);
    }
