.btn-bot-disred {
    border: solid #E52F2F 1px;
    color: #E52F2F;
}

.btn-bot-disred:hover {
    color: white;
    border: solid #E52F2F 1px;
    background-color: #E52F2F;
}

.btn-bot-disorange {
    border: solid orange 1px;
    color: orange;
}

.btn-bot-disorange:hover {
    color: white;
    border: solid orange 1px;
    background-color: orange;
}
