﻿.invalid-radio + label {
    color: red;
}

#modalApprovalRegistration .modal-content {
    border-radius: 25px;
}

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center/.75rem auto no-repeat;
    border-radius: 100%;
}

/*Modal*/
#modalApprovalRegistration .modal-content .modal-body > div.row {
    height: 85vh;
    max-height: 500px;
}

    #modalApprovalRegistration .modal-content .modal-body > div.row > div:first-child {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    #modalApprovalRegistration .modal-content .modal-body > div.row > div:nth-child(2) {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px
    }
