.RecipientFormInput {

    &-options {
        border-bottom: 1px solid var(--gray-400);
        padding-bottom: 25px;
    }

    &-option {
        align-items: center;
        display: flex;
        height: calc(1.5em + 1.3rem + 2px);

        label {
            margin-bottom: 0;
        }
    }

    &-label {
        display: flex;
    }

    &-row {
        display: flex;
        width: 93%;

        .FRCControl-Input {
            display: flex;
        }

        .form-check-label {
            margin-left: 5px;
        }
    }

    &-row-radio {
        align-items: center;

        .FRCControl-error-message {
            color: #d46258;
            display: flex;
        }

        .FRCControl-error {
            .FRCControl-Input {
                border: 1px solid #d46258; // Custom color style from react-boostrap
                border-radius: 3px;
                padding: 10px;
            }
        }
    }

    &-radio-field {
        display: flex;
    }

    &-radio-button {
        margin-right: 32px;
    }
}
