.error_duplicate {
    background: #e72510;
    padding: 10px 5px 10px 5px;
    color: #fff;
    display: none;
}

#applicationConfirm p {
    color: green;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    padding: 15px 5px 15px 5px;
    margin: 10px 0px 10px 0px;
}

.return_to_application {
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
}

.return_to_application:hover {
    color: #007ff3;
}

.multiselect-container {
    max-height: 15rem;
    overflow-y: auto;
}
