@import url("/assets/css/temizhatay-theme.css");

        .service-radio:checked + label {
            background-color: var(--th-primary-500) !important;
            border-color: var(--th-primary-500) !important;
            color: #ffffff !important;
        }
        .service-radio-label:hover {
            border-color: var(--th-primary-500);
        }
    