.business-component-transfer-payee-field {
    .append-text,
    .right-slot {
        color: @theme-color;
    }
    .sn-list-item-readonly{
        input{
            color: @text-color-2
        }
    }

    @media screen and (min-width: 550px) {
        .radio-select {
            .sn-radio-group {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                min-height: 100%;
            }

            .sn-radio {
                font-size: 14px;

                .sn-icon {
                    font-size: 16px;
                }
            }
        }

        .append-text {
            position: absolute;
            top: 12px;
            right: 20px !important;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            height: 30px;
        }

        .popup {
            width: 100%;
            height: 100%;

            .sn-list-item:after {
                display: block !important;
            }
            .sn-icon-check {
                font-size: .44rem;
                color: @theme-color;
            }
        }
    }
}