﻿.blue {
    background-color: #0080A5 !important;
}

.blue:hover {
    background-color: #0080A5 !important;
}

.gray {
    background-color: #BDBDBD !important;
}

.gray:hover {
    background-color: #BDBDBD !important;
}

.submit-button {
    background-color: #0080A5;
    color: white;
}

.delete-button {
    background-color: #D32F2F;
    color: white;
}

.inline-button {
    display: inline-flex;
    align-self: center;
    position: relative;
}

.cancel-button {
    background-color: rgba(0, 0, 0, 0.06);
}

.cancel-button:is(:hover) {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2),
                0px 4px 5px 0px rgba(0, 0, 0, .14),
                0px 1px 10px 0px rgba(0, 0, 0, .12);
    background-color: rgba(0, 0, 0, 0.118);
}