body, .ask-question-form .accordion-button:not(.collapsed) {background-color: #a8ccc6;}
                .patient-registration-steps .btn--active .btn-num,
                .patient-registration-content-wrap .btn--next,
                .children-registration__row .form-group-dob .input-group-text,
                .children-registration .btn--verify-child,
                .patient-registration-content-wrap .custom-check .checkmark-rdo::after,
                .registration-step .btn--color,
                .form-check--btn .form-check__icon,
                .form-check--btn label:hover,
                .form-check--btn .form-check-input:checked ~ label,
                .range-modal-form .btn--color,
                .registration-dgd-verification .form-group-dob .input-group-text {
                    background-color: #570c5d;
                }
                .patient-registration-content-wrap .btn--previous {
                    border-color: #570c5d;
                    background-color: transparent;
                }
                .patient-registration-content-wrap .btn--next:hover,
                .registration-step .btn--color:hover,
                .range-modal-form .btn--color:hover {
                    background-color: transparent;
                    border-color: #570c5d;
                }
                .patient-registration-content-wrap .btn--previous:hover {
                    background-color: #570c5d;
                }
                .form-check--btn .form-check-input ~ label,
                .range-modal .modal-content,
                .range-modal-form .form-group__input,
                .range-modal-form .form-select,
                .range-modal-form .form-control {
                    border-color: #570c5d;
                }
                .form-check--btn .form-check-input:checked ~ label .form-check__icon path,
                .form-check--btn label:hover .form-check__icon path {
                    fill: #570c5d;
                }
                .headline-color {
                    color: #570c5d;
                }
                .provider-btn-color {
                    background-color: #570c5d;
                }
            
                    .patient-registration-with-text .btn--next:not(:hover),
                    .registration-step .btn--color:not(:hover),
                    .patient-registration-with-text .btn--previous:hover,
                    .children-registration .btn--verify-child:not(:hover),
                    .form-group--check-btns .form-check--btn:hover .form-check-label,
                    .form-check--btn .form-check-input:checked ~ .form-check-label,
                    .range-modal-form .btn--color:not(:hover) {
                        color: #fff;
                    }
                    .form-group-dob .input-group-text path {
                        fill: #fff;
                    }
                    .provider-btn-color {
                        color: #fff;
                    }
                