﻿.span-with-underline:hover {
    text-decoration: underline;
    cursor: pointer;
}

.span {
    color: darkorange;
}

.btn-input-modal-darkOrange {
    border-style: none !important;
    background-color: darkorange !important;
    color: white;
}

.btn-input-modal-gray {
    border-style: none !important;
    background-color: lightgray !important;
    color: black !important;
}